git-svn-id: https://192.168.0.254/svn/Proyectos.DoubleRGroup_Web/trunk@3 9702d7ca-3799-984c-9d87-892b02c0b615
21545 lines
4.5 MiB
21545 lines
4.5 MiB
-- phpMyAdmin SQL Dump
|
||
-- version 3.3.3
|
||
-- http://www.phpmyadmin.net
|
||
--
|
||
-- Servidor: localhost
|
||
-- Tiempo de generación: 05-03-2014 a las 17:53:20
|
||
-- Versión del servidor: 5.1.46
|
||
-- Versión de PHP: 5.3.2
|
||
|
||
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
|
||
|
||
|
||
/*!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 */;
|
||
|
||
--
|
||
-- Base de datos: `wordpress`
|
||
--
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_commentmeta`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_commentmeta` (
|
||
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||
`meta_key` varchar(255) DEFAULT NULL,
|
||
`meta_value` longtext,
|
||
PRIMARY KEY (`meta_id`),
|
||
KEY `comment_id` (`comment_id`),
|
||
KEY `meta_key` (`meta_key`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_commentmeta`
|
||
--
|
||
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_comments`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_comments` (
|
||
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||
`comment_author` tinytext NOT NULL,
|
||
`comment_author_email` varchar(100) NOT NULL DEFAULT '',
|
||
`comment_author_url` varchar(200) NOT NULL DEFAULT '',
|
||
`comment_author_IP` varchar(100) NOT NULL DEFAULT '',
|
||
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`comment_content` text NOT NULL,
|
||
`comment_karma` int(11) NOT NULL DEFAULT '0',
|
||
`comment_approved` varchar(20) NOT NULL DEFAULT '1',
|
||
`comment_agent` varchar(255) NOT NULL DEFAULT '',
|
||
`comment_type` varchar(20) NOT NULL DEFAULT '',
|
||
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`comment_ID`),
|
||
KEY `comment_post_ID` (`comment_post_ID`),
|
||
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
|
||
KEY `comment_date_gmt` (`comment_date_gmt`),
|
||
KEY `comment_parent` (`comment_parent`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_comments`
|
||
--
|
||
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_icl_cms_nav_cache`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_icl_cms_nav_cache` (
|
||
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
||
`cache_key` varchar(128) NOT NULL,
|
||
`type` varchar(128) NOT NULL,
|
||
`data` text NOT NULL,
|
||
`timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_icl_cms_nav_cache`
|
||
--
|
||
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_icl_content_status`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_icl_content_status` (
|
||
`rid` bigint(20) NOT NULL,
|
||
`nid` bigint(20) NOT NULL,
|
||
`timestamp` datetime NOT NULL,
|
||
`md5` varchar(32) NOT NULL,
|
||
PRIMARY KEY (`rid`),
|
||
KEY `nid` (`nid`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_icl_content_status`
|
||
--
|
||
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_icl_core_status`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_icl_core_status` (
|
||
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
||
`rid` bigint(20) NOT NULL,
|
||
`module` varchar(16) NOT NULL,
|
||
`origin` varchar(64) NOT NULL,
|
||
`target` varchar(64) NOT NULL,
|
||
`status` smallint(6) NOT NULL,
|
||
PRIMARY KEY (`id`),
|
||
KEY `rid` (`rid`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_icl_core_status`
|
||
--
|
||
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_icl_flags`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_icl_flags` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`lang_code` varchar(10) NOT NULL,
|
||
`flag` varchar(32) NOT NULL,
|
||
`from_template` tinyint(4) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
UNIQUE KEY `lang_code` (`lang_code`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=65 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_icl_flags`
|
||
--
|
||
|
||
INSERT INTO `drgrp_icl_flags` (`id`, `lang_code`, `flag`, `from_template`) VALUES
|
||
(1, 'ar', 'ar.png', 0),
|
||
(2, 'bg', 'bg.png', 0),
|
||
(3, 'bs', 'bs.png', 0),
|
||
(4, 'ca', 'ca.png', 0),
|
||
(5, 'cs', 'cs.png', 0),
|
||
(6, 'cy', 'cy.png', 0),
|
||
(7, 'da', 'da.png', 0),
|
||
(8, 'de', 'de.png', 0),
|
||
(9, 'el', 'el.png', 0),
|
||
(10, 'en', 'en.png', 0),
|
||
(11, 'eo', 'eo.png', 0),
|
||
(12, 'es', 'es.png', 0),
|
||
(13, 'et', 'et.png', 0),
|
||
(14, 'eu', 'eu.png', 0),
|
||
(15, 'fa', 'fa.png', 0),
|
||
(16, 'fi', 'fi.png', 0),
|
||
(17, 'fr', 'fr.png', 0),
|
||
(18, 'ga', 'ga.png', 0),
|
||
(19, 'he', 'he.png', 0),
|
||
(20, 'hi', 'hi.png', 0),
|
||
(21, 'hr', 'hr.png', 0),
|
||
(22, 'hu', 'hu.png', 0),
|
||
(23, 'hy', 'hy.png', 0),
|
||
(24, 'id', 'id.png', 0),
|
||
(25, 'is', 'is.png', 0),
|
||
(26, 'it', 'it.png', 0),
|
||
(27, 'ja', 'ja.png', 0),
|
||
(28, 'ko', 'ko.png', 0),
|
||
(29, 'ku', 'ku.png', 0),
|
||
(30, 'la', 'la.png', 0),
|
||
(31, 'lt', 'lt.png', 0),
|
||
(32, 'lv', 'lv.png', 0),
|
||
(33, 'mk', 'mk.png', 0),
|
||
(34, 'mn', 'mn.png', 0),
|
||
(35, 'mo', 'mo.png', 0),
|
||
(36, 'ms', 'ms.png', 0),
|
||
(37, 'mt', 'mt.png', 0),
|
||
(38, 'nb', 'nb.png', 0),
|
||
(39, 'ne', 'ne.png', 0),
|
||
(40, 'nl', 'nl.png', 0),
|
||
(41, 'pa', 'pa.png', 0),
|
||
(42, 'pl', 'pl.png', 0),
|
||
(43, 'pt-br', 'pt-br.png', 0),
|
||
(44, 'pt-pt', 'pt-pt.png', 0),
|
||
(45, 'qu', 'qu.png', 0),
|
||
(46, 'ro', 'ro.png', 0),
|
||
(47, 'ru', 'ru.png', 0),
|
||
(48, 'sk', 'sk.png', 0),
|
||
(49, 'sl', 'sl.png', 0),
|
||
(50, 'so', 'so.png', 0),
|
||
(51, 'sq', 'sq.png', 0),
|
||
(52, 'sr', 'sr.png', 0),
|
||
(53, 'sv', 'sv.png', 0),
|
||
(54, 'ta', 'ta.png', 0),
|
||
(55, 'th', 'th.png', 0),
|
||
(56, 'tr', 'tr.png', 0),
|
||
(57, 'uk', 'uk.png', 0),
|
||
(58, 'ur', 'ur.png', 0),
|
||
(59, 'uz', 'uz.png', 0),
|
||
(60, 'vi', 'vi.png', 0),
|
||
(61, 'yi', 'yi.png', 0),
|
||
(62, 'zh-hans', 'zh-hans.png', 0),
|
||
(63, 'zh-hant', 'zh-hant.png', 0),
|
||
(64, 'zu', 'zu.png', 0);
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_icl_languages`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_icl_languages` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`code` varchar(7) NOT NULL,
|
||
`english_name` varchar(128) NOT NULL,
|
||
`major` tinyint(4) NOT NULL DEFAULT '0',
|
||
`active` tinyint(4) NOT NULL,
|
||
`default_locale` varchar(8) DEFAULT NULL,
|
||
`tag` varchar(8) DEFAULT NULL,
|
||
`encode_url` tinyint(1) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
UNIQUE KEY `code` (`code`),
|
||
UNIQUE KEY `english_name` (`english_name`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=65 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_icl_languages`
|
||
--
|
||
|
||
INSERT INTO `drgrp_icl_languages` (`id`, `code`, `english_name`, `major`, `active`, `default_locale`, `tag`, `encode_url`) VALUES
|
||
(1, 'en', 'English', 1, 1, 'en_US', 'en-US', 0),
|
||
(2, 'es', 'Spanish', 1, 1, 'es_ES', 'es-ES', 0),
|
||
(3, 'de', 'German', 1, 0, 'de_DE', 'de-DE', 0),
|
||
(4, 'fr', 'French', 1, 0, 'fr_FR', 'fr-FR', 0),
|
||
(5, 'ar', 'Arabic', 0, 0, 'ar', 'ar', 0),
|
||
(6, 'bs', 'Bosnian', 0, 0, '', '', 0),
|
||
(7, 'bg', 'Bulgarian', 0, 0, 'bg_BG', 'bg-BG', 0),
|
||
(8, 'ca', 'Catalan', 0, 0, 'ca', 'ca', 0),
|
||
(9, 'cs', 'Czech', 0, 0, 'cs_CZ', 'cs-CZ', 0),
|
||
(10, 'sk', 'Slovak', 0, 0, 'sk_SK', 'sk-SK', 0),
|
||
(11, 'cy', 'Welsh', 0, 0, 'cy', 'cy', 0),
|
||
(12, 'da', 'Danish', 1, 0, 'da_DK', 'da-DK', 0),
|
||
(13, 'el', 'Greek', 0, 0, 'el', 'el', 0),
|
||
(14, 'eo', 'Esperanto', 0, 0, 'eo', 'eo', 0),
|
||
(15, 'et', 'Estonian', 0, 0, 'et', 'et', 0),
|
||
(16, 'eu', 'Basque', 0, 0, 'eu', 'eu', 0),
|
||
(17, 'fa', 'Persian', 0, 0, 'fa_IR', 'fa-IR', 0),
|
||
(18, 'fi', 'Finnish', 0, 0, 'fi', 'fi', 0),
|
||
(19, 'ga', 'Irish', 0, 0, '', '', 0),
|
||
(20, 'he', 'Hebrew', 0, 0, 'he_IL', 'he-IL', 0),
|
||
(21, 'hi', 'Hindi', 0, 0, '', '', 0),
|
||
(22, 'hr', 'Croatian', 0, 0, 'hr', 'hr', 0),
|
||
(23, 'hu', 'Hungarian', 0, 0, 'hu_HU', 'hu-HU', 0),
|
||
(24, 'hy', 'Armenian', 0, 0, '', '', 0),
|
||
(25, 'id', 'Indonesian', 0, 0, 'id_ID', 'id-ID', 0),
|
||
(26, 'is', 'Icelandic', 0, 0, 'is_IS', 'is-IS', 0),
|
||
(27, 'it', 'Italian', 1, 0, 'it_IT', 'it-IT', 0),
|
||
(28, 'ja', 'Japanese', 1, 0, 'ja', 'ja', 0),
|
||
(29, 'ko', 'Korean', 0, 0, 'ko_KR', 'ko-KR', 0),
|
||
(30, 'ku', 'Kurdish', 0, 0, 'ku', 'ku', 0),
|
||
(31, 'la', 'Latin', 0, 0, '', '', 0),
|
||
(32, 'lv', 'Latvian', 0, 0, 'lv', 'lv', 0),
|
||
(33, 'lt', 'Lithuanian', 0, 0, 'lt', 'lt', 0),
|
||
(34, 'mk', 'Macedonian', 0, 0, 'mk_MK', 'mk-MK', 0),
|
||
(35, 'mt', 'Maltese', 0, 0, '', '', 0),
|
||
(36, 'mo', 'Moldavian', 0, 0, '', '', 0),
|
||
(37, 'mn', 'Mongolian', 0, 0, '', '', 0),
|
||
(38, 'ne', 'Nepali', 0, 0, '', '', 0),
|
||
(39, 'nl', 'Dutch', 1, 0, 'nl_NL', 'nl-NL', 0),
|
||
(40, 'nb', 'Norwegian Bokmål', 0, 0, 'nb_NO', 'nb-NO', 0),
|
||
(41, 'pa', 'Punjabi', 0, 0, '', '', 0),
|
||
(42, 'pl', 'Polish', 0, 0, 'pl_PL', 'pl-PL', 0),
|
||
(43, 'pt-pt', 'Portuguese, Portugal', 0, 0, 'pt_PT', 'pt-PT', 0),
|
||
(44, 'pt-br', 'Portuguese, Brazil', 0, 0, 'pt_BR', 'pt-BR', 0),
|
||
(45, 'qu', 'Quechua', 0, 0, '', '', 0),
|
||
(46, 'ro', 'Romanian', 0, 0, 'ro_RO', 'ro-RO', 0),
|
||
(47, 'ru', 'Russian', 1, 0, 'ru_RU', 'ru-RU', 0),
|
||
(48, 'sl', 'Slovenian', 0, 0, 'sl_SI', 'sl-SI', 0),
|
||
(49, 'so', 'Somali', 0, 0, '', '', 0),
|
||
(50, 'sq', 'Albanian', 0, 0, '', '', 0),
|
||
(51, 'sr', 'Serbian', 0, 0, 'sr_RS', 'sr-RS', 0),
|
||
(52, 'sv', 'Swedish', 0, 0, 'sv_SE', 'sv-SE', 0),
|
||
(53, 'ta', 'Tamil', 0, 0, '', '', 0),
|
||
(54, 'th', 'Thai', 0, 0, 'th', 'th', 0),
|
||
(55, 'tr', 'Turkish', 0, 0, 'tr', 'tr', 0),
|
||
(56, 'uk', 'Ukrainian', 0, 0, 'uk_UA', 'uk-UA', 0),
|
||
(57, 'ur', 'Urdu', 0, 0, '', '', 0),
|
||
(58, 'uz', 'Uzbek', 0, 0, 'uz_UZ', 'uz-UZ', 0),
|
||
(59, 'vi', 'Vietnamese', 0, 0, 'vi', 'vi', 0),
|
||
(60, 'yi', 'Yiddish', 0, 0, '', '', 0),
|
||
(61, 'zh-hans', 'Chinese (Simplified)', 1, 0, 'zh_CN', 'zh-CN', 0),
|
||
(62, 'zu', 'Zulu', 0, 0, '', '', 0),
|
||
(63, 'zh-hant', 'Chinese (Traditional)', 1, 0, 'zh_TW', 'zh-TW', 0),
|
||
(64, 'ms', 'Malay', 0, 0, 'ms_MY', 'ms-MY', 0);
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_icl_languages_translations`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_icl_languages_translations` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`language_code` varchar(7) NOT NULL,
|
||
`display_language_code` varchar(7) NOT NULL,
|
||
`name` varchar(255) NOT NULL,
|
||
PRIMARY KEY (`id`),
|
||
UNIQUE KEY `language_code` (`language_code`,`display_language_code`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=4097 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_icl_languages_translations`
|
||
--
|
||
|
||
INSERT INTO `drgrp_icl_languages_translations` (`id`, `language_code`, `display_language_code`, `name`) VALUES
|
||
(1, 'en', 'en', 'English'),
|
||
(2, 'en', 'es', 'Inglés'),
|
||
(3, 'en', 'de', 'Englisch'),
|
||
(4, 'en', 'fr', 'Anglais'),
|
||
(5, 'en', 'ar', 'الإنجليزية'),
|
||
(6, 'en', 'bs', 'English'),
|
||
(7, 'en', 'bg', 'English'),
|
||
(8, 'en', 'ca', 'English'),
|
||
(9, 'en', 'cs', 'English'),
|
||
(10, 'en', 'sk', 'Angličtina'),
|
||
(11, 'en', 'cy', 'English'),
|
||
(12, 'en', 'da', 'English'),
|
||
(13, 'en', 'el', 'Αγγλικα'),
|
||
(14, 'en', 'eo', 'English'),
|
||
(15, 'en', 'et', 'English'),
|
||
(16, 'en', 'eu', 'English'),
|
||
(17, 'en', 'fa', 'English'),
|
||
(18, 'en', 'fi', 'englanti'),
|
||
(19, 'en', 'ga', 'English'),
|
||
(20, 'en', 'he', 'אנגלית'),
|
||
(21, 'en', 'hi', 'English'),
|
||
(22, 'en', 'hr', 'English'),
|
||
(23, 'en', 'hu', 'angol'),
|
||
(24, 'en', 'hy', 'English'),
|
||
(25, 'en', 'id', 'English'),
|
||
(26, 'en', 'is', 'English'),
|
||
(27, 'en', 'it', 'Inglese'),
|
||
(28, 'en', 'ja', '英語'),
|
||
(29, 'en', 'ko', '영어'),
|
||
(30, 'en', 'ku', 'English'),
|
||
(31, 'en', 'la', 'English'),
|
||
(32, 'en', 'lv', 'English'),
|
||
(33, 'en', 'lt', 'English'),
|
||
(34, 'en', 'mk', 'English'),
|
||
(35, 'en', 'mt', 'English'),
|
||
(36, 'en', 'mo', 'English'),
|
||
(37, 'en', 'mn', 'English'),
|
||
(38, 'en', 'ne', 'English'),
|
||
(39, 'en', 'nl', 'Engels'),
|
||
(40, 'en', 'nb', 'English'),
|
||
(41, 'en', 'pa', 'English'),
|
||
(42, 'en', 'pl', 'angielski'),
|
||
(43, 'en', 'pt-pt', 'Inglês'),
|
||
(44, 'en', 'pt-br', 'Inglês'),
|
||
(45, 'en', 'qu', 'English'),
|
||
(46, 'en', 'ro', 'Engleză'),
|
||
(47, 'en', 'ru', 'Английский'),
|
||
(48, 'en', 'sl', 'English'),
|
||
(49, 'en', 'so', 'English'),
|
||
(50, 'en', 'sq', 'English'),
|
||
(51, 'en', 'sr', 'English'),
|
||
(52, 'en', 'sv', 'Engelska'),
|
||
(53, 'en', 'ta', 'English'),
|
||
(54, 'en', 'th', 'อังกฤษ'),
|
||
(55, 'en', 'tr', 'İngilizce'),
|
||
(56, 'en', 'uk', 'English'),
|
||
(57, 'en', 'ur', 'English'),
|
||
(58, 'en', 'uz', 'English'),
|
||
(59, 'en', 'vi', 'English'),
|
||
(60, 'en', 'yi', 'English'),
|
||
(61, 'en', 'zh-hans', '英语'),
|
||
(62, 'en', 'zu', 'English'),
|
||
(63, 'en', 'zh-hant', '英語'),
|
||
(64, 'en', 'ms', 'English'),
|
||
(65, 'es', 'en', 'Spanish'),
|
||
(66, 'es', 'es', 'Español'),
|
||
(67, 'es', 'de', 'Spanisch'),
|
||
(68, 'es', 'fr', 'Espagnol'),
|
||
(69, 'es', 'ar', 'الأسبانية'),
|
||
(70, 'es', 'bs', 'Spanish'),
|
||
(71, 'es', 'bg', 'Spanish'),
|
||
(72, 'es', 'ca', 'Spanish'),
|
||
(73, 'es', 'cs', 'Spanish'),
|
||
(74, 'es', 'sk', 'Španielčina'),
|
||
(75, 'es', 'cy', 'Spanish'),
|
||
(76, 'es', 'da', 'Spanish'),
|
||
(77, 'es', 'el', 'Ισπανικα'),
|
||
(78, 'es', 'eo', 'Spanish'),
|
||
(79, 'es', 'et', 'Spanish'),
|
||
(80, 'es', 'eu', 'Spanish'),
|
||
(81, 'es', 'fa', 'Spanish'),
|
||
(82, 'es', 'fi', 'espanja'),
|
||
(83, 'es', 'ga', 'Spanish'),
|
||
(84, 'es', 'he', 'ספרדית'),
|
||
(85, 'es', 'hi', 'Spanish'),
|
||
(86, 'es', 'hr', 'Spanish'),
|
||
(87, 'es', 'hu', 'spanyol'),
|
||
(88, 'es', 'hy', 'Spanish'),
|
||
(89, 'es', 'id', 'Spanish'),
|
||
(90, 'es', 'is', 'Spanish'),
|
||
(91, 'es', 'it', 'Spagnolo'),
|
||
(92, 'es', 'ja', 'スペイン語'),
|
||
(93, 'es', 'ko', '스페인어'),
|
||
(94, 'es', 'ku', 'Spanish'),
|
||
(95, 'es', 'la', 'Spanish'),
|
||
(96, 'es', 'lv', 'Spanish'),
|
||
(97, 'es', 'lt', 'Spanish'),
|
||
(98, 'es', 'mk', 'Spanish'),
|
||
(99, 'es', 'mt', 'Spanish'),
|
||
(100, 'es', 'mo', 'Spanish'),
|
||
(101, 'es', 'mn', 'Spanish'),
|
||
(102, 'es', 'ne', 'Spanish'),
|
||
(103, 'es', 'nl', 'Spaans'),
|
||
(104, 'es', 'nb', 'Spanish'),
|
||
(105, 'es', 'pa', 'Spanish'),
|
||
(106, 'es', 'pl', 'hiszpański'),
|
||
(107, 'es', 'pt-pt', 'Espanhol'),
|
||
(108, 'es', 'pt-br', 'Espanhol'),
|
||
(109, 'es', 'qu', 'Spanish'),
|
||
(110, 'es', 'ro', 'Spaniolă'),
|
||
(111, 'es', 'ru', 'Испанский'),
|
||
(112, 'es', 'sl', 'Spanish'),
|
||
(113, 'es', 'so', 'Spanish'),
|
||
(114, 'es', 'sq', 'Spanish'),
|
||
(115, 'es', 'sr', 'Spanish'),
|
||
(116, 'es', 'sv', 'Spanska'),
|
||
(117, 'es', 'ta', 'Spanish'),
|
||
(118, 'es', 'th', 'สเปน'),
|
||
(119, 'es', 'tr', 'İspanyolca'),
|
||
(120, 'es', 'uk', 'Spanish'),
|
||
(121, 'es', 'ur', 'Spanish'),
|
||
(122, 'es', 'uz', 'Spanish'),
|
||
(123, 'es', 'vi', 'Spanish'),
|
||
(124, 'es', 'yi', 'Spanish'),
|
||
(125, 'es', 'zh-hans', '西班牙语'),
|
||
(126, 'es', 'zu', 'Spanish'),
|
||
(127, 'es', 'zh-hant', '西班牙語'),
|
||
(128, 'es', 'ms', 'Spanish'),
|
||
(129, 'de', 'en', 'German'),
|
||
(130, 'de', 'es', 'Alemán'),
|
||
(131, 'de', 'de', 'Deutsch'),
|
||
(132, 'de', 'fr', 'Allemand'),
|
||
(133, 'de', 'ar', 'الألمانية'),
|
||
(134, 'de', 'bs', 'German'),
|
||
(135, 'de', 'bg', 'German'),
|
||
(136, 'de', 'ca', 'German'),
|
||
(137, 'de', 'cs', 'German'),
|
||
(138, 'de', 'sk', 'Nemčina'),
|
||
(139, 'de', 'cy', 'German'),
|
||
(140, 'de', 'da', 'German'),
|
||
(141, 'de', 'el', 'Γερμανικα'),
|
||
(142, 'de', 'eo', 'German'),
|
||
(143, 'de', 'et', 'German'),
|
||
(144, 'de', 'eu', 'German'),
|
||
(145, 'de', 'fa', 'German'),
|
||
(146, 'de', 'fi', 'saksa'),
|
||
(147, 'de', 'ga', 'German'),
|
||
(148, 'de', 'he', 'גרמנית'),
|
||
(149, 'de', 'hi', 'German'),
|
||
(150, 'de', 'hr', 'German'),
|
||
(151, 'de', 'hu', 'német'),
|
||
(152, 'de', 'hy', 'German'),
|
||
(153, 'de', 'id', 'German'),
|
||
(154, 'de', 'is', 'German'),
|
||
(155, 'de', 'it', 'Tedesco'),
|
||
(156, 'de', 'ja', 'ドイツ語'),
|
||
(157, 'de', 'ko', '독어'),
|
||
(158, 'de', 'ku', 'German'),
|
||
(159, 'de', 'la', 'German'),
|
||
(160, 'de', 'lv', 'German'),
|
||
(161, 'de', 'lt', 'German'),
|
||
(162, 'de', 'mk', 'German'),
|
||
(163, 'de', 'mt', 'German'),
|
||
(164, 'de', 'mo', 'German'),
|
||
(165, 'de', 'mn', 'German'),
|
||
(166, 'de', 'ne', 'German'),
|
||
(167, 'de', 'nl', 'Duits'),
|
||
(168, 'de', 'nb', 'German'),
|
||
(169, 'de', 'pa', 'German'),
|
||
(170, 'de', 'pl', 'niemiecki'),
|
||
(171, 'de', 'pt-pt', 'Alemão'),
|
||
(172, 'de', 'pt-br', 'Alemão'),
|
||
(173, 'de', 'qu', 'German'),
|
||
(174, 'de', 'ro', 'Germană'),
|
||
(175, 'de', 'ru', 'Немецкий'),
|
||
(176, 'de', 'sl', 'German'),
|
||
(177, 'de', 'so', 'German'),
|
||
(178, 'de', 'sq', 'German'),
|
||
(179, 'de', 'sr', 'German'),
|
||
(180, 'de', 'sv', 'Tyska'),
|
||
(181, 'de', 'ta', 'German'),
|
||
(182, 'de', 'th', 'เยอรมัน'),
|
||
(183, 'de', 'tr', 'Almanca'),
|
||
(184, 'de', 'uk', 'German'),
|
||
(185, 'de', 'ur', 'German'),
|
||
(186, 'de', 'uz', 'German'),
|
||
(187, 'de', 'vi', 'German'),
|
||
(188, 'de', 'yi', 'German'),
|
||
(189, 'de', 'zh-hans', '德语'),
|
||
(190, 'de', 'zu', 'German'),
|
||
(191, 'de', 'zh-hant', '德語'),
|
||
(192, 'de', 'ms', 'German'),
|
||
(193, 'fr', 'en', 'French'),
|
||
(194, 'fr', 'es', 'Francés'),
|
||
(195, 'fr', 'de', 'Französisch'),
|
||
(196, 'fr', 'fr', 'Français'),
|
||
(197, 'fr', 'ar', 'الفرنسية'),
|
||
(198, 'fr', 'bs', 'French'),
|
||
(199, 'fr', 'bg', 'French'),
|
||
(200, 'fr', 'ca', 'French'),
|
||
(201, 'fr', 'cs', 'French'),
|
||
(202, 'fr', 'sk', 'Francúzština'),
|
||
(203, 'fr', 'cy', 'French'),
|
||
(204, 'fr', 'da', 'French'),
|
||
(205, 'fr', 'el', 'Γαλλικα'),
|
||
(206, 'fr', 'eo', 'French'),
|
||
(207, 'fr', 'et', 'French'),
|
||
(208, 'fr', 'eu', 'French'),
|
||
(209, 'fr', 'fa', 'French'),
|
||
(210, 'fr', 'fi', 'ranska'),
|
||
(211, 'fr', 'ga', 'French'),
|
||
(212, 'fr', 'he', 'צרפתית'),
|
||
(213, 'fr', 'hi', 'French'),
|
||
(214, 'fr', 'hr', 'French'),
|
||
(215, 'fr', 'hu', 'francia'),
|
||
(216, 'fr', 'hy', 'French'),
|
||
(217, 'fr', 'id', 'French'),
|
||
(218, 'fr', 'is', 'French'),
|
||
(219, 'fr', 'it', 'Francese'),
|
||
(220, 'fr', 'ja', 'フランス語'),
|
||
(221, 'fr', 'ko', '불어'),
|
||
(222, 'fr', 'ku', 'French'),
|
||
(223, 'fr', 'la', 'French'),
|
||
(224, 'fr', 'lv', 'French'),
|
||
(225, 'fr', 'lt', 'French'),
|
||
(226, 'fr', 'mk', 'French'),
|
||
(227, 'fr', 'mt', 'French'),
|
||
(228, 'fr', 'mo', 'French'),
|
||
(229, 'fr', 'mn', 'French'),
|
||
(230, 'fr', 'ne', 'French'),
|
||
(231, 'fr', 'nl', 'Frans'),
|
||
(232, 'fr', 'nb', 'French'),
|
||
(233, 'fr', 'pa', 'French'),
|
||
(234, 'fr', 'pl', 'francuski'),
|
||
(235, 'fr', 'pt-pt', 'Francês'),
|
||
(236, 'fr', 'pt-br', 'Francês'),
|
||
(237, 'fr', 'qu', 'French'),
|
||
(238, 'fr', 'ro', 'Franceză'),
|
||
(239, 'fr', 'ru', 'Французский'),
|
||
(240, 'fr', 'sl', 'French'),
|
||
(241, 'fr', 'so', 'French'),
|
||
(242, 'fr', 'sq', 'French'),
|
||
(243, 'fr', 'sr', 'French'),
|
||
(244, 'fr', 'sv', 'Franska'),
|
||
(245, 'fr', 'ta', 'French'),
|
||
(246, 'fr', 'th', 'ฝรั่งเศส'),
|
||
(247, 'fr', 'tr', 'Fransızca'),
|
||
(248, 'fr', 'uk', 'French'),
|
||
(249, 'fr', 'ur', 'French'),
|
||
(250, 'fr', 'uz', 'French'),
|
||
(251, 'fr', 'vi', 'French'),
|
||
(252, 'fr', 'yi', 'French'),
|
||
(253, 'fr', 'zh-hans', '法语'),
|
||
(254, 'fr', 'zu', 'French'),
|
||
(255, 'fr', 'zh-hant', '法語'),
|
||
(256, 'fr', 'ms', 'French'),
|
||
(257, 'ar', 'en', 'Arabic'),
|
||
(258, 'ar', 'es', 'Árabe'),
|
||
(259, 'ar', 'de', 'Arabisch'),
|
||
(260, 'ar', 'fr', 'Arabe'),
|
||
(261, 'ar', 'ar', 'العربية'),
|
||
(262, 'ar', 'bs', 'Arabic'),
|
||
(263, 'ar', 'bg', 'Arabic'),
|
||
(264, 'ar', 'ca', 'Arabic'),
|
||
(265, 'ar', 'cs', 'Arabic'),
|
||
(266, 'ar', 'sk', 'Arabčina'),
|
||
(267, 'ar', 'cy', 'Arabic'),
|
||
(268, 'ar', 'da', 'Arabic'),
|
||
(269, 'ar', 'el', 'Αραβικα'),
|
||
(270, 'ar', 'eo', 'Arabic'),
|
||
(271, 'ar', 'et', 'Arabic'),
|
||
(272, 'ar', 'eu', 'Arabic'),
|
||
(273, 'ar', 'fa', 'Arabic'),
|
||
(274, 'ar', 'fi', 'arabia'),
|
||
(275, 'ar', 'ga', 'Arabic'),
|
||
(276, 'ar', 'he', 'ערבית'),
|
||
(277, 'ar', 'hi', 'Arabic'),
|
||
(278, 'ar', 'hr', 'Arabic'),
|
||
(279, 'ar', 'hu', 'arab'),
|
||
(280, 'ar', 'hy', 'Arabic'),
|
||
(281, 'ar', 'id', 'Arabic'),
|
||
(282, 'ar', 'is', 'Arabic'),
|
||
(283, 'ar', 'it', 'Arabo'),
|
||
(284, 'ar', 'ja', 'アラビア語'),
|
||
(285, 'ar', 'ko', '아랍어'),
|
||
(286, 'ar', 'ku', 'Arabic'),
|
||
(287, 'ar', 'la', 'Arabic'),
|
||
(288, 'ar', 'lv', 'Arabic'),
|
||
(289, 'ar', 'lt', 'Arabic'),
|
||
(290, 'ar', 'mk', 'Arabic'),
|
||
(291, 'ar', 'mt', 'Arabic'),
|
||
(292, 'ar', 'mo', 'Arabic'),
|
||
(293, 'ar', 'mn', 'Arabic'),
|
||
(294, 'ar', 'ne', 'Arabic'),
|
||
(295, 'ar', 'nl', 'Arabisch'),
|
||
(296, 'ar', 'nb', 'Arabic'),
|
||
(297, 'ar', 'pa', 'Arabic'),
|
||
(298, 'ar', 'pl', 'arabski'),
|
||
(299, 'ar', 'pt-pt', 'Árabe'),
|
||
(300, 'ar', 'pt-br', 'Árabe'),
|
||
(301, 'ar', 'qu', 'Arabic'),
|
||
(302, 'ar', 'ro', 'Arabică'),
|
||
(303, 'ar', 'ru', 'Арабский'),
|
||
(304, 'ar', 'sl', 'Arabic'),
|
||
(305, 'ar', 'so', 'Arabic'),
|
||
(306, 'ar', 'sq', 'Arabic'),
|
||
(307, 'ar', 'sr', 'Arabic'),
|
||
(308, 'ar', 'sv', 'Arabiska'),
|
||
(309, 'ar', 'ta', 'Arabic'),
|
||
(310, 'ar', 'th', 'อารบิก'),
|
||
(311, 'ar', 'tr', 'Arapça'),
|
||
(312, 'ar', 'uk', 'Arabic'),
|
||
(313, 'ar', 'ur', 'Arabic'),
|
||
(314, 'ar', 'uz', 'Arabic'),
|
||
(315, 'ar', 'vi', 'Arabic'),
|
||
(316, 'ar', 'yi', 'Arabic'),
|
||
(317, 'ar', 'zh-hans', '阿拉伯语'),
|
||
(318, 'ar', 'zu', 'Arabic'),
|
||
(319, 'ar', 'zh-hant', '阿拉伯語'),
|
||
(320, 'ar', 'ms', 'Arabic'),
|
||
(321, 'bs', 'en', 'Bosnian'),
|
||
(322, 'bs', 'es', 'Bosnio'),
|
||
(323, 'bs', 'de', 'Bosnisch'),
|
||
(324, 'bs', 'fr', 'Bosnien'),
|
||
(325, 'bs', 'ar', 'البوسنية'),
|
||
(326, 'bs', 'bs', 'Bosnian'),
|
||
(327, 'bs', 'bg', 'Bosnian'),
|
||
(328, 'bs', 'ca', 'Bosnian'),
|
||
(329, 'bs', 'cs', 'Bosnian'),
|
||
(330, 'bs', 'sk', 'Bosniačtina'),
|
||
(331, 'bs', 'cy', 'Bosnian'),
|
||
(332, 'bs', 'da', 'Bosnian'),
|
||
(333, 'bs', 'el', 'Βοσνιακα'),
|
||
(334, 'bs', 'eo', 'Bosnian'),
|
||
(335, 'bs', 'et', 'Bosnian'),
|
||
(336, 'bs', 'eu', 'Bosnian'),
|
||
(337, 'bs', 'fa', 'Bosnian'),
|
||
(338, 'bs', 'fi', 'bosnia'),
|
||
(339, 'bs', 'ga', 'Bosnian'),
|
||
(340, 'bs', 'he', 'Bosnian'),
|
||
(341, 'bs', 'hi', 'Bosnian'),
|
||
(342, 'bs', 'hr', 'Bosnian'),
|
||
(343, 'bs', 'hu', 'bosnyák'),
|
||
(344, 'bs', 'hy', 'Bosnian'),
|
||
(345, 'bs', 'id', 'Bosnian'),
|
||
(346, 'bs', 'is', 'Bosnian'),
|
||
(347, 'bs', 'it', 'Bosniaco'),
|
||
(348, 'bs', 'ja', 'ボスニア語'),
|
||
(349, 'bs', 'ko', '보즈니아어'),
|
||
(350, 'bs', 'ku', 'Bosnian'),
|
||
(351, 'bs', 'la', 'Bosnian'),
|
||
(352, 'bs', 'lv', 'Bosnian'),
|
||
(353, 'bs', 'lt', 'Bosnian'),
|
||
(354, 'bs', 'mk', 'Bosnian'),
|
||
(355, 'bs', 'mt', 'Bosnian'),
|
||
(356, 'bs', 'mo', 'Bosnian'),
|
||
(357, 'bs', 'mn', 'Bosnian'),
|
||
(358, 'bs', 'ne', 'Bosnian'),
|
||
(359, 'bs', 'nl', 'Bosnisch'),
|
||
(360, 'bs', 'nb', 'Bosnian'),
|
||
(361, 'bs', 'pa', 'Bosnian'),
|
||
(362, 'bs', 'pl', 'bośniacki'),
|
||
(363, 'bs', 'pt-pt', 'Bósnio'),
|
||
(364, 'bs', 'pt-br', 'Bósnio'),
|
||
(365, 'bs', 'qu', 'Bosnian'),
|
||
(366, 'bs', 'ro', 'Bosniacă'),
|
||
(367, 'bs', 'ru', 'Боснийский'),
|
||
(368, 'bs', 'sl', 'Bosnian'),
|
||
(369, 'bs', 'so', 'Bosnian'),
|
||
(370, 'bs', 'sq', 'Bosnian'),
|
||
(371, 'bs', 'sr', 'Bosnian'),
|
||
(372, 'bs', 'sv', 'Bosniska'),
|
||
(373, 'bs', 'ta', 'Bosnian'),
|
||
(374, 'bs', 'th', 'บอสเนียน'),
|
||
(375, 'bs', 'tr', 'Boşnakça'),
|
||
(376, 'bs', 'uk', 'Bosnian'),
|
||
(377, 'bs', 'ur', 'Bosnian'),
|
||
(378, 'bs', 'uz', 'Bosnian'),
|
||
(379, 'bs', 'vi', 'Bosnian'),
|
||
(380, 'bs', 'yi', 'Bosnian'),
|
||
(381, 'bs', 'zh-hans', '波斯尼亚语'),
|
||
(382, 'bs', 'zu', 'Bosnian'),
|
||
(383, 'bs', 'zh-hant', '波士尼亞語'),
|
||
(384, 'bs', 'ms', 'Bosnian'),
|
||
(385, 'bg', 'en', 'Bulgarian'),
|
||
(386, 'bg', 'es', 'Búlgaro'),
|
||
(387, 'bg', 'de', 'Bulgarisch'),
|
||
(388, 'bg', 'fr', 'Bulgare'),
|
||
(389, 'bg', 'ar', 'البلغارية'),
|
||
(390, 'bg', 'bs', 'Bulgarian'),
|
||
(391, 'bg', 'bg', 'Bulgarian'),
|
||
(392, 'bg', 'ca', 'Bulgarian'),
|
||
(393, 'bg', 'cs', 'Bulgarian'),
|
||
(394, 'bg', 'sk', 'Bulharčina'),
|
||
(395, 'bg', 'cy', 'Bulgarian'),
|
||
(396, 'bg', 'da', 'Bulgarian'),
|
||
(397, 'bg', 'el', 'Βουλγαρικα'),
|
||
(398, 'bg', 'eo', 'Bulgarian'),
|
||
(399, 'bg', 'et', 'Bulgarian'),
|
||
(400, 'bg', 'eu', 'Bulgarian'),
|
||
(401, 'bg', 'fa', 'Bulgarian'),
|
||
(402, 'bg', 'fi', 'bulgaria'),
|
||
(403, 'bg', 'ga', 'Bulgarian'),
|
||
(404, 'bg', 'he', 'Bulgarian'),
|
||
(405, 'bg', 'hi', 'Bulgarian'),
|
||
(406, 'bg', 'hr', 'Bulgarian'),
|
||
(407, 'bg', 'hu', 'bolgár'),
|
||
(408, 'bg', 'hy', 'Bulgarian'),
|
||
(409, 'bg', 'id', 'Bulgarian'),
|
||
(410, 'bg', 'is', 'Bulgarian'),
|
||
(411, 'bg', 'it', 'Bulgaro'),
|
||
(412, 'bg', 'ja', 'ブルガリア語'),
|
||
(413, 'bg', 'ko', '불가리아어'),
|
||
(414, 'bg', 'ku', 'Bulgarian'),
|
||
(415, 'bg', 'la', 'Bulgarian'),
|
||
(416, 'bg', 'lv', 'Bulgarian'),
|
||
(417, 'bg', 'lt', 'Bulgarian'),
|
||
(418, 'bg', 'mk', 'Bulgarian'),
|
||
(419, 'bg', 'mt', 'Bulgarian'),
|
||
(420, 'bg', 'mo', 'Bulgarian'),
|
||
(421, 'bg', 'mn', 'Bulgarian'),
|
||
(422, 'bg', 'ne', 'Bulgarian'),
|
||
(423, 'bg', 'nl', 'Bulgaars'),
|
||
(424, 'bg', 'nb', 'Bulgarian'),
|
||
(425, 'bg', 'pa', 'Bulgarian'),
|
||
(426, 'bg', 'pl', 'bułgarski'),
|
||
(427, 'bg', 'pt-pt', 'Búlgaro'),
|
||
(428, 'bg', 'pt-br', 'Búlgaro'),
|
||
(429, 'bg', 'qu', 'Bulgarian'),
|
||
(430, 'bg', 'ro', 'Bulgară'),
|
||
(431, 'bg', 'ru', 'Болгарский'),
|
||
(432, 'bg', 'sl', 'Bulgarian'),
|
||
(433, 'bg', 'so', 'Bulgarian'),
|
||
(434, 'bg', 'sq', 'Bulgarian'),
|
||
(435, 'bg', 'sr', 'Bulgarian'),
|
||
(436, 'bg', 'sv', 'Bulgariska'),
|
||
(437, 'bg', 'ta', 'Bulgarian'),
|
||
(438, 'bg', 'th', 'บัลแกเรียน'),
|
||
(439, 'bg', 'tr', 'Bulgarca'),
|
||
(440, 'bg', 'uk', 'Bulgarian'),
|
||
(441, 'bg', 'ur', 'Bulgarian'),
|
||
(442, 'bg', 'uz', 'Bulgarian'),
|
||
(443, 'bg', 'vi', 'Bulgarian'),
|
||
(444, 'bg', 'yi', 'Bulgarian'),
|
||
(445, 'bg', 'zh-hans', '保加利亚语'),
|
||
(446, 'bg', 'zu', 'Bulgarian'),
|
||
(447, 'bg', 'zh-hant', '保加利亞語'),
|
||
(448, 'bg', 'ms', 'Bulgarian'),
|
||
(449, 'ca', 'en', 'Catalan'),
|
||
(450, 'ca', 'es', 'Catalán'),
|
||
(451, 'ca', 'de', 'Katalanisch'),
|
||
(452, 'ca', 'fr', 'Catalan'),
|
||
(453, 'ca', 'ar', 'الكاتالوينية'),
|
||
(454, 'ca', 'bs', 'Catalan'),
|
||
(455, 'ca', 'bg', 'Catalan'),
|
||
(456, 'ca', 'ca', 'Català'),
|
||
(457, 'ca', 'cs', 'Catalan'),
|
||
(458, 'ca', 'sk', 'Katalánčina'),
|
||
(459, 'ca', 'cy', 'Catalan'),
|
||
(460, 'ca', 'da', 'Catalan'),
|
||
(461, 'ca', 'el', 'Καταλανικα'),
|
||
(462, 'ca', 'eo', 'Catalan'),
|
||
(463, 'ca', 'et', 'Catalan'),
|
||
(464, 'ca', 'eu', 'Catalan'),
|
||
(465, 'ca', 'fa', 'Catalan'),
|
||
(466, 'ca', 'fi', 'katalaani'),
|
||
(467, 'ca', 'ga', 'Catalan'),
|
||
(468, 'ca', 'he', 'Catalan'),
|
||
(469, 'ca', 'hi', 'Catalan'),
|
||
(470, 'ca', 'hr', 'Catalan'),
|
||
(471, 'ca', 'hu', 'katalán'),
|
||
(472, 'ca', 'hy', 'Catalan'),
|
||
(473, 'ca', 'id', 'Catalan'),
|
||
(474, 'ca', 'is', 'Catalan'),
|
||
(475, 'ca', 'it', 'Catalano'),
|
||
(476, 'ca', 'ja', 'カタルーニャ語'),
|
||
(477, 'ca', 'ko', '카탈로니아어'),
|
||
(478, 'ca', 'ku', 'Catalan'),
|
||
(479, 'ca', 'la', 'Catalan'),
|
||
(480, 'ca', 'lv', 'Catalan'),
|
||
(481, 'ca', 'lt', 'Catalan'),
|
||
(482, 'ca', 'mk', 'Catalan'),
|
||
(483, 'ca', 'mt', 'Catalan'),
|
||
(484, 'ca', 'mo', 'Catalan'),
|
||
(485, 'ca', 'mn', 'Catalan'),
|
||
(486, 'ca', 'ne', 'Catalan'),
|
||
(487, 'ca', 'nl', 'Catalaans'),
|
||
(488, 'ca', 'nb', 'Catalan'),
|
||
(489, 'ca', 'pa', 'Catalan'),
|
||
(490, 'ca', 'pl', 'kataloński'),
|
||
(491, 'ca', 'pt-pt', 'Catalão'),
|
||
(492, 'ca', 'pt-br', 'Catalão'),
|
||
(493, 'ca', 'qu', 'Catalan'),
|
||
(494, 'ca', 'ro', 'Catalană'),
|
||
(495, 'ca', 'ru', 'Каталанский'),
|
||
(496, 'ca', 'sl', 'Catalan'),
|
||
(497, 'ca', 'so', 'Catalan'),
|
||
(498, 'ca', 'sq', 'Catalan'),
|
||
(499, 'ca', 'sr', 'Catalan'),
|
||
(500, 'ca', 'sv', 'Katalanska'),
|
||
(501, 'ca', 'ta', 'Catalan'),
|
||
(502, 'ca', 'th', 'คะตะลาน'),
|
||
(503, 'ca', 'tr', 'Katalan dili'),
|
||
(504, 'ca', 'uk', 'Catalan'),
|
||
(505, 'ca', 'ur', 'Catalan'),
|
||
(506, 'ca', 'uz', 'Catalan'),
|
||
(507, 'ca', 'vi', 'Catalan'),
|
||
(508, 'ca', 'yi', 'Catalan'),
|
||
(509, 'ca', 'zh-hans', '加泰罗尼亚语'),
|
||
(510, 'ca', 'zu', 'Catalan'),
|
||
(511, 'ca', 'zh-hant', '加泰羅尼亞語'),
|
||
(512, 'ca', 'ms', 'Catalan'),
|
||
(513, 'cs', 'en', 'Czech'),
|
||
(514, 'cs', 'es', 'Checo'),
|
||
(515, 'cs', 'de', 'Tschechisch'),
|
||
(516, 'cs', 'fr', 'Tchèque'),
|
||
(517, 'cs', 'ar', 'التشيكية'),
|
||
(518, 'cs', 'bs', 'Czech'),
|
||
(519, 'cs', 'bg', 'Czech'),
|
||
(520, 'cs', 'ca', 'Czech'),
|
||
(521, 'cs', 'cs', 'Čeština'),
|
||
(522, 'cs', 'sk', 'Čeština'),
|
||
(523, 'cs', 'cy', 'Czech'),
|
||
(524, 'cs', 'da', 'Czech'),
|
||
(525, 'cs', 'el', 'Τσεχικη'),
|
||
(526, 'cs', 'eo', 'Czech'),
|
||
(527, 'cs', 'et', 'Czech'),
|
||
(528, 'cs', 'eu', 'Czech'),
|
||
(529, 'cs', 'fa', 'Czech'),
|
||
(530, 'cs', 'fi', 'tsekki'),
|
||
(531, 'cs', 'ga', 'Czech'),
|
||
(532, 'cs', 'he', 'Czech'),
|
||
(533, 'cs', 'hi', 'Czech'),
|
||
(534, 'cs', 'hr', 'Czech'),
|
||
(535, 'cs', 'hu', 'cseh'),
|
||
(536, 'cs', 'hy', 'Czech'),
|
||
(537, 'cs', 'id', 'Czech'),
|
||
(538, 'cs', 'is', 'Czech'),
|
||
(539, 'cs', 'it', 'Ceco'),
|
||
(540, 'cs', 'ja', 'チェコ語'),
|
||
(541, 'cs', 'ko', '체코슬로바키아어'),
|
||
(542, 'cs', 'ku', 'Czech'),
|
||
(543, 'cs', 'la', 'Czech'),
|
||
(544, 'cs', 'lv', 'Czech'),
|
||
(545, 'cs', 'lt', 'Czech'),
|
||
(546, 'cs', 'mk', 'Czech'),
|
||
(547, 'cs', 'mt', 'Czech'),
|
||
(548, 'cs', 'mo', 'Czech'),
|
||
(549, 'cs', 'mn', 'Czech'),
|
||
(550, 'cs', 'ne', 'Czech'),
|
||
(551, 'cs', 'nl', 'Tsjechisch'),
|
||
(552, 'cs', 'nb', 'Czech'),
|
||
(553, 'cs', 'pa', 'Czech'),
|
||
(554, 'cs', 'pl', 'czeski'),
|
||
(555, 'cs', 'pt-pt', 'Checa'),
|
||
(556, 'cs', 'pt-br', 'Checa'),
|
||
(557, 'cs', 'qu', 'Czech'),
|
||
(558, 'cs', 'ro', 'Cehă'),
|
||
(559, 'cs', 'ru', 'Чешский'),
|
||
(560, 'cs', 'sl', 'Czech'),
|
||
(561, 'cs', 'so', 'Czech'),
|
||
(562, 'cs', 'sq', 'Czech'),
|
||
(563, 'cs', 'sr', 'Czech'),
|
||
(564, 'cs', 'sv', 'Tjeckiska'),
|
||
(565, 'cs', 'ta', 'Czech'),
|
||
(566, 'cs', 'th', 'เช็ก'),
|
||
(567, 'cs', 'tr', 'Çekçe'),
|
||
(568, 'cs', 'uk', 'Czech'),
|
||
(569, 'cs', 'ur', 'Czech'),
|
||
(570, 'cs', 'uz', 'Czech'),
|
||
(571, 'cs', 'vi', 'Czech'),
|
||
(572, 'cs', 'yi', 'Czech'),
|
||
(573, 'cs', 'zh-hans', '捷克语'),
|
||
(574, 'cs', 'zu', 'Czech'),
|
||
(575, 'cs', 'zh-hant', '捷克語'),
|
||
(576, 'cs', 'ms', 'Czech'),
|
||
(577, 'sk', 'en', 'Slovak'),
|
||
(578, 'sk', 'es', 'Eslavo'),
|
||
(579, 'sk', 'de', 'Slawisch'),
|
||
(580, 'sk', 'fr', 'Slave'),
|
||
(581, 'sk', 'ar', 'السلافية'),
|
||
(582, 'sk', 'bs', 'Slovak'),
|
||
(583, 'sk', 'bg', 'Slovak'),
|
||
(584, 'sk', 'ca', 'Slovak'),
|
||
(585, 'sk', 'cs', 'Slovak'),
|
||
(586, 'sk', 'sk', 'Slovenčina'),
|
||
(587, 'sk', 'cy', 'Slovak'),
|
||
(588, 'sk', 'da', 'Slovak'),
|
||
(589, 'sk', 'el', 'Σλαβικη'),
|
||
(590, 'sk', 'eo', 'Slovak'),
|
||
(591, 'sk', 'et', 'Slovak'),
|
||
(592, 'sk', 'eu', 'Slovak'),
|
||
(593, 'sk', 'fa', 'Slovak'),
|
||
(594, 'sk', 'fi', 'slaavi'),
|
||
(595, 'sk', 'ga', 'Slovak'),
|
||
(596, 'sk', 'he', 'Slavic'),
|
||
(597, 'sk', 'hi', 'Slovak'),
|
||
(598, 'sk', 'hr', 'Slovak'),
|
||
(599, 'sk', 'hu', 'szláv'),
|
||
(600, 'sk', 'hy', 'Slovak'),
|
||
(601, 'sk', 'id', 'Slovak'),
|
||
(602, 'sk', 'is', 'Slovak'),
|
||
(603, 'sk', 'it', 'Slavo'),
|
||
(604, 'sk', 'ja', 'スラヴ語派'),
|
||
(605, 'sk', 'ko', '슬라브어'),
|
||
(606, 'sk', 'ku', 'Slovak'),
|
||
(607, 'sk', 'la', 'Slovak'),
|
||
(608, 'sk', 'lv', 'Slovak'),
|
||
(609, 'sk', 'lt', 'Slovak'),
|
||
(610, 'sk', 'mk', 'Slovak'),
|
||
(611, 'sk', 'mt', 'Slovak'),
|
||
(612, 'sk', 'mo', 'Slovak'),
|
||
(613, 'sk', 'mn', 'Slovak'),
|
||
(614, 'sk', 'ne', 'Slovak'),
|
||
(615, 'sk', 'nl', 'Slavisch'),
|
||
(616, 'sk', 'nb', 'Slovak'),
|
||
(617, 'sk', 'pa', 'Slovak'),
|
||
(618, 'sk', 'pl', 'słowiański'),
|
||
(619, 'sk', 'pt-pt', 'Eslava'),
|
||
(620, 'sk', 'pt-br', 'Eslava'),
|
||
(621, 'sk', 'qu', 'Slovak'),
|
||
(622, 'sk', 'ro', 'Slavă'),
|
||
(623, 'sk', 'ru', 'Славянский'),
|
||
(624, 'sk', 'sl', 'Slovak'),
|
||
(625, 'sk', 'so', 'Slovak'),
|
||
(626, 'sk', 'sq', 'Slovak'),
|
||
(627, 'sk', 'sr', 'Slovak'),
|
||
(628, 'sk', 'sv', 'Slavisk'),
|
||
(629, 'sk', 'ta', 'Slovak'),
|
||
(630, 'sk', 'th', 'สลาวิก'),
|
||
(631, 'sk', 'tr', 'Slav dili'),
|
||
(632, 'sk', 'uk', 'Slovak'),
|
||
(633, 'sk', 'ur', 'Slovak'),
|
||
(634, 'sk', 'uz', 'Slovak'),
|
||
(635, 'sk', 'vi', 'Slovak'),
|
||
(636, 'sk', 'yi', 'Slovak'),
|
||
(637, 'sk', 'zh-hans', '斯拉夫语'),
|
||
(638, 'sk', 'zu', 'Slovak'),
|
||
(639, 'sk', 'zh-hant', '斯拉夫語'),
|
||
(640, 'sk', 'ms', 'Slovak'),
|
||
(641, 'cy', 'en', 'Welsh'),
|
||
(642, 'cy', 'es', 'Galés'),
|
||
(643, 'cy', 'de', 'Walisisch'),
|
||
(644, 'cy', 'fr', 'Gallois'),
|
||
(645, 'cy', 'ar', 'الولزية'),
|
||
(646, 'cy', 'bs', 'Welsh'),
|
||
(647, 'cy', 'bg', 'Welsh'),
|
||
(648, 'cy', 'ca', 'Welsh'),
|
||
(649, 'cy', 'cs', 'Welsh'),
|
||
(650, 'cy', 'sk', 'Welština'),
|
||
(651, 'cy', 'cy', 'Cymraeg'),
|
||
(652, 'cy', 'da', 'Welsh'),
|
||
(653, 'cy', 'el', 'Welsh'),
|
||
(654, 'cy', 'eo', 'Welsh'),
|
||
(655, 'cy', 'et', 'Welsh'),
|
||
(656, 'cy', 'eu', 'Welsh'),
|
||
(657, 'cy', 'fa', 'Welsh'),
|
||
(658, 'cy', 'fi', 'kymri'),
|
||
(659, 'cy', 'ga', 'Welsh'),
|
||
(660, 'cy', 'he', 'Welsh'),
|
||
(661, 'cy', 'hi', 'Welsh'),
|
||
(662, 'cy', 'hr', 'Welsh'),
|
||
(663, 'cy', 'hu', 'vels'),
|
||
(664, 'cy', 'hy', 'Welsh'),
|
||
(665, 'cy', 'id', 'Welsh'),
|
||
(666, 'cy', 'is', 'Welsh'),
|
||
(667, 'cy', 'it', 'Gallese'),
|
||
(668, 'cy', 'ja', 'ウェールズ語'),
|
||
(669, 'cy', 'ko', '웨일즈어'),
|
||
(670, 'cy', 'ku', 'Welsh'),
|
||
(671, 'cy', 'la', 'Welsh'),
|
||
(672, 'cy', 'lv', 'Welsh'),
|
||
(673, 'cy', 'lt', 'Welsh'),
|
||
(674, 'cy', 'mk', 'Welsh'),
|
||
(675, 'cy', 'mt', 'Welsh'),
|
||
(676, 'cy', 'mo', 'Welsh'),
|
||
(677, 'cy', 'mn', 'Welsh'),
|
||
(678, 'cy', 'ne', 'Welsh'),
|
||
(679, 'cy', 'nl', 'Welsh'),
|
||
(680, 'cy', 'nb', 'Welsh'),
|
||
(681, 'cy', 'pa', 'Welsh'),
|
||
(682, 'cy', 'pl', 'walijski'),
|
||
(683, 'cy', 'pt-pt', 'Welsh'),
|
||
(684, 'cy', 'pt-br', 'Welsh'),
|
||
(685, 'cy', 'qu', 'Welsh'),
|
||
(686, 'cy', 'ro', 'Galeză'),
|
||
(687, 'cy', 'ru', 'Валлийский'),
|
||
(688, 'cy', 'sl', 'Welsh'),
|
||
(689, 'cy', 'so', 'Welsh'),
|
||
(690, 'cy', 'sq', 'Welsh'),
|
||
(691, 'cy', 'sr', 'Welsh'),
|
||
(692, 'cy', 'sv', 'Walesiska'),
|
||
(693, 'cy', 'ta', 'Welsh'),
|
||
(694, 'cy', 'th', 'เวลช์'),
|
||
(695, 'cy', 'tr', 'Galce'),
|
||
(696, 'cy', 'uk', 'Welsh'),
|
||
(697, 'cy', 'ur', 'Welsh'),
|
||
(698, 'cy', 'uz', 'Welsh'),
|
||
(699, 'cy', 'vi', 'Welsh'),
|
||
(700, 'cy', 'yi', 'Welsh'),
|
||
(701, 'cy', 'zh-hans', '威尔士语'),
|
||
(702, 'cy', 'zu', 'Welsh'),
|
||
(703, 'cy', 'zh-hant', '威爾士語'),
|
||
(704, 'cy', 'ms', 'Welsh'),
|
||
(705, 'da', 'en', 'Danish'),
|
||
(706, 'da', 'es', 'Danés'),
|
||
(707, 'da', 'de', 'Dänisch'),
|
||
(708, 'da', 'fr', 'Danois'),
|
||
(709, 'da', 'ar', 'الدانماركية'),
|
||
(710, 'da', 'bs', 'Danish'),
|
||
(711, 'da', 'bg', 'Danish'),
|
||
(712, 'da', 'ca', 'Danish'),
|
||
(713, 'da', 'cs', 'Danish'),
|
||
(714, 'da', 'sk', 'Dánčina'),
|
||
(715, 'da', 'cy', 'Danish'),
|
||
(716, 'da', 'da', 'Dansk'),
|
||
(717, 'da', 'el', 'Δανεζικα'),
|
||
(718, 'da', 'eo', 'Danish'),
|
||
(719, 'da', 'et', 'Danish'),
|
||
(720, 'da', 'eu', 'Danish'),
|
||
(721, 'da', 'fa', 'Danish'),
|
||
(722, 'da', 'fi', 'tanska'),
|
||
(723, 'da', 'ga', 'Danish'),
|
||
(724, 'da', 'he', 'דנית'),
|
||
(725, 'da', 'hi', 'Danish'),
|
||
(726, 'da', 'hr', 'Danish'),
|
||
(727, 'da', 'hu', 'dán'),
|
||
(728, 'da', 'hy', 'Danish'),
|
||
(729, 'da', 'id', 'Danish'),
|
||
(730, 'da', 'is', 'Danish'),
|
||
(731, 'da', 'it', 'Danese'),
|
||
(732, 'da', 'ja', 'デンマーク語'),
|
||
(733, 'da', 'ko', '덴마크어'),
|
||
(734, 'da', 'ku', 'Danish'),
|
||
(735, 'da', 'la', 'Danish'),
|
||
(736, 'da', 'lv', 'Danish'),
|
||
(737, 'da', 'lt', 'Danish'),
|
||
(738, 'da', 'mk', 'Danish'),
|
||
(739, 'da', 'mt', 'Danish'),
|
||
(740, 'da', 'mo', 'Danish'),
|
||
(741, 'da', 'mn', 'Danish'),
|
||
(742, 'da', 'ne', 'Danish'),
|
||
(743, 'da', 'nl', 'Deens'),
|
||
(744, 'da', 'nb', 'Danish'),
|
||
(745, 'da', 'pa', 'Danish'),
|
||
(746, 'da', 'pl', 'duński'),
|
||
(747, 'da', 'pt-pt', 'Dinamarquês'),
|
||
(748, 'da', 'pt-br', 'Dinamarquês'),
|
||
(749, 'da', 'qu', 'Danish'),
|
||
(750, 'da', 'ro', 'Daneză'),
|
||
(751, 'da', 'ru', 'Датский'),
|
||
(752, 'da', 'sl', 'Danish'),
|
||
(753, 'da', 'so', 'Danish'),
|
||
(754, 'da', 'sq', 'Danish'),
|
||
(755, 'da', 'sr', 'Danish'),
|
||
(756, 'da', 'sv', 'Danska'),
|
||
(757, 'da', 'ta', 'Danish'),
|
||
(758, 'da', 'th', 'เดนมาร์ก'),
|
||
(759, 'da', 'tr', 'Danca'),
|
||
(760, 'da', 'uk', 'Danish'),
|
||
(761, 'da', 'ur', 'Danish'),
|
||
(762, 'da', 'uz', 'Danish'),
|
||
(763, 'da', 'vi', 'Danish'),
|
||
(764, 'da', 'yi', 'Danish'),
|
||
(765, 'da', 'zh-hans', '丹麦语'),
|
||
(766, 'da', 'zu', 'Danish'),
|
||
(767, 'da', 'zh-hant', '丹麥語'),
|
||
(768, 'da', 'ms', 'Danish'),
|
||
(769, 'el', 'en', 'Greek'),
|
||
(770, 'el', 'es', 'Griego'),
|
||
(771, 'el', 'de', 'Griechisch'),
|
||
(772, 'el', 'fr', 'Grec moderne'),
|
||
(773, 'el', 'ar', 'اليونانية'),
|
||
(774, 'el', 'bs', 'Greek'),
|
||
(775, 'el', 'bg', 'Greek'),
|
||
(776, 'el', 'ca', 'Greek'),
|
||
(777, 'el', 'cs', 'Greek'),
|
||
(778, 'el', 'sk', 'Gréčtina'),
|
||
(779, 'el', 'cy', 'Greek'),
|
||
(780, 'el', 'da', 'Greek'),
|
||
(781, 'el', 'el', 'Ελληνικα'),
|
||
(782, 'el', 'eo', 'Greek'),
|
||
(783, 'el', 'et', 'Greek'),
|
||
(784, 'el', 'eu', 'Greek'),
|
||
(785, 'el', 'fa', 'Greek'),
|
||
(786, 'el', 'fi', 'kreikka'),
|
||
(787, 'el', 'ga', 'Greek'),
|
||
(788, 'el', 'he', 'יוונית'),
|
||
(789, 'el', 'hi', 'Greek'),
|
||
(790, 'el', 'hr', 'Greek'),
|
||
(791, 'el', 'hu', 'görög'),
|
||
(792, 'el', 'hy', 'Greek'),
|
||
(793, 'el', 'id', 'Greek'),
|
||
(794, 'el', 'is', 'Greek'),
|
||
(795, 'el', 'it', 'Greco'),
|
||
(796, 'el', 'ja', 'ギリシア語'),
|
||
(797, 'el', 'ko', '그리스어'),
|
||
(798, 'el', 'ku', 'Greek'),
|
||
(799, 'el', 'la', 'Greek'),
|
||
(800, 'el', 'lv', 'Greek'),
|
||
(801, 'el', 'lt', 'Greek'),
|
||
(802, 'el', 'mk', 'Greek'),
|
||
(803, 'el', 'mt', 'Greek'),
|
||
(804, 'el', 'mo', 'Greek'),
|
||
(805, 'el', 'mn', 'Greek'),
|
||
(806, 'el', 'ne', 'Greek'),
|
||
(807, 'el', 'nl', 'Grieks'),
|
||
(808, 'el', 'nb', 'Greek'),
|
||
(809, 'el', 'pa', 'Greek'),
|
||
(810, 'el', 'pl', 'grecki'),
|
||
(811, 'el', 'pt-pt', 'Grego'),
|
||
(812, 'el', 'pt-br', 'Grego'),
|
||
(813, 'el', 'qu', 'Greek'),
|
||
(814, 'el', 'ro', 'Greacă'),
|
||
(815, 'el', 'ru', 'Греческий'),
|
||
(816, 'el', 'sl', 'Greek'),
|
||
(817, 'el', 'so', 'Greek'),
|
||
(818, 'el', 'sq', 'Greek'),
|
||
(819, 'el', 'sr', 'Greek'),
|
||
(820, 'el', 'sv', 'Grekiska'),
|
||
(821, 'el', 'ta', 'Greek'),
|
||
(822, 'el', 'th', 'กรีก'),
|
||
(823, 'el', 'tr', 'Yunanca'),
|
||
(824, 'el', 'uk', 'Greek'),
|
||
(825, 'el', 'ur', 'Greek'),
|
||
(826, 'el', 'uz', 'Greek'),
|
||
(827, 'el', 'vi', 'Greek'),
|
||
(828, 'el', 'yi', 'Greek'),
|
||
(829, 'el', 'zh-hans', '希腊语'),
|
||
(830, 'el', 'zu', 'Greek'),
|
||
(831, 'el', 'zh-hant', '希臘語'),
|
||
(832, 'el', 'ms', 'Greek'),
|
||
(833, 'eo', 'en', 'Esperanto'),
|
||
(834, 'eo', 'es', 'Esperanto'),
|
||
(835, 'eo', 'de', 'Esperanto'),
|
||
(836, 'eo', 'fr', 'Espéranto'),
|
||
(837, 'eo', 'ar', 'الاسبرانتو'),
|
||
(838, 'eo', 'bs', 'Esperanto'),
|
||
(839, 'eo', 'bg', 'Esperanto'),
|
||
(840, 'eo', 'ca', 'Esperanto'),
|
||
(841, 'eo', 'cs', 'Esperanto'),
|
||
(842, 'eo', 'sk', 'Esperanto'),
|
||
(843, 'eo', 'cy', 'Esperanto'),
|
||
(844, 'eo', 'da', 'Esperanto'),
|
||
(845, 'eo', 'el', 'Εσπεραντο'),
|
||
(846, 'eo', 'eo', 'Esperanto'),
|
||
(847, 'eo', 'et', 'Esperanto'),
|
||
(848, 'eo', 'eu', 'Esperanto'),
|
||
(849, 'eo', 'fa', 'Esperanto'),
|
||
(850, 'eo', 'fi', 'esperanto'),
|
||
(851, 'eo', 'ga', 'Esperanto'),
|
||
(852, 'eo', 'he', 'Esperanto'),
|
||
(853, 'eo', 'hi', 'Esperanto'),
|
||
(854, 'eo', 'hr', 'Esperanto'),
|
||
(855, 'eo', 'hu', 'eszperantó'),
|
||
(856, 'eo', 'hy', 'Esperanto'),
|
||
(857, 'eo', 'id', 'Esperanto'),
|
||
(858, 'eo', 'is', 'Esperanto'),
|
||
(859, 'eo', 'it', 'Esperanto'),
|
||
(860, 'eo', 'ja', 'エスペラント語'),
|
||
(861, 'eo', 'ko', '에스페란토어'),
|
||
(862, 'eo', 'ku', 'Esperanto'),
|
||
(863, 'eo', 'la', 'Esperanto'),
|
||
(864, 'eo', 'lv', 'Esperanto'),
|
||
(865, 'eo', 'lt', 'Esperanto'),
|
||
(866, 'eo', 'mk', 'Esperanto'),
|
||
(867, 'eo', 'mt', 'Esperanto'),
|
||
(868, 'eo', 'mo', 'Esperanto'),
|
||
(869, 'eo', 'mn', 'Esperanto'),
|
||
(870, 'eo', 'ne', 'Esperanto'),
|
||
(871, 'eo', 'nl', 'Esperanto'),
|
||
(872, 'eo', 'nb', 'Esperanto'),
|
||
(873, 'eo', 'pa', 'Esperanto'),
|
||
(874, 'eo', 'pl', 'esperanto'),
|
||
(875, 'eo', 'pt-pt', 'Esperanto'),
|
||
(876, 'eo', 'pt-br', 'Esperanto'),
|
||
(877, 'eo', 'qu', 'Esperanto'),
|
||
(878, 'eo', 'ro', 'Esperanto'),
|
||
(879, 'eo', 'ru', 'Эсперанто'),
|
||
(880, 'eo', 'sl', 'Esperanto'),
|
||
(881, 'eo', 'so', 'Esperanto'),
|
||
(882, 'eo', 'sq', 'Esperanto'),
|
||
(883, 'eo', 'sr', 'Esperanto'),
|
||
(884, 'eo', 'sv', 'Esperanto'),
|
||
(885, 'eo', 'ta', 'Esperanto'),
|
||
(886, 'eo', 'th', 'เอสเปอรันโต'),
|
||
(887, 'eo', 'tr', 'Esperanto'),
|
||
(888, 'eo', 'uk', 'Esperanto'),
|
||
(889, 'eo', 'ur', 'Esperanto'),
|
||
(890, 'eo', 'uz', 'Esperanto'),
|
||
(891, 'eo', 'vi', 'Esperanto'),
|
||
(892, 'eo', 'yi', 'Esperanto'),
|
||
(893, 'eo', 'zh-hans', '世界语'),
|
||
(894, 'eo', 'zu', 'Esperanto'),
|
||
(895, 'eo', 'zh-hant', '世界語'),
|
||
(896, 'eo', 'ms', 'Esperanto'),
|
||
(897, 'et', 'en', 'Estonian'),
|
||
(898, 'et', 'es', 'Estonio'),
|
||
(899, 'et', 'de', 'Estnisch'),
|
||
(900, 'et', 'fr', 'Estonien'),
|
||
(901, 'et', 'ar', 'الأستونية'),
|
||
(902, 'et', 'bs', 'Estonian'),
|
||
(903, 'et', 'bg', 'Estonian'),
|
||
(904, 'et', 'ca', 'Estonian'),
|
||
(905, 'et', 'cs', 'Estonian'),
|
||
(906, 'et', 'sk', 'Estónčina'),
|
||
(907, 'et', 'cy', 'Estonian'),
|
||
(908, 'et', 'da', 'Estonian'),
|
||
(909, 'et', 'el', 'Εσθονικα'),
|
||
(910, 'et', 'eo', 'Estonian'),
|
||
(911, 'et', 'et', 'Eesti'),
|
||
(912, 'et', 'eu', 'Estonian'),
|
||
(913, 'et', 'fa', 'Estonian'),
|
||
(914, 'et', 'fi', 'eesti'),
|
||
(915, 'et', 'ga', 'Estonian'),
|
||
(916, 'et', 'he', 'Estonian'),
|
||
(917, 'et', 'hi', 'Estonian'),
|
||
(918, 'et', 'hr', 'Estonian'),
|
||
(919, 'et', 'hu', 'észt'),
|
||
(920, 'et', 'hy', 'Estonian'),
|
||
(921, 'et', 'id', 'Estonian'),
|
||
(922, 'et', 'is', 'Estonian'),
|
||
(923, 'et', 'it', 'Estone'),
|
||
(924, 'et', 'ja', 'エストニア語'),
|
||
(925, 'et', 'ko', '에스토니아어'),
|
||
(926, 'et', 'ku', 'Estonian'),
|
||
(927, 'et', 'la', 'Estonian'),
|
||
(928, 'et', 'lv', 'Estonian'),
|
||
(929, 'et', 'lt', 'Estonian'),
|
||
(930, 'et', 'mk', 'Estonian'),
|
||
(931, 'et', 'mt', 'Estonian'),
|
||
(932, 'et', 'mo', 'Estonian'),
|
||
(933, 'et', 'mn', 'Estonian'),
|
||
(934, 'et', 'ne', 'Estonian'),
|
||
(935, 'et', 'nl', 'Ests'),
|
||
(936, 'et', 'nb', 'Estonian'),
|
||
(937, 'et', 'pa', 'Estonian'),
|
||
(938, 'et', 'pl', 'estoński'),
|
||
(939, 'et', 'pt-pt', 'Estoniano'),
|
||
(940, 'et', 'pt-br', 'Estoniano'),
|
||
(941, 'et', 'qu', 'Estonian'),
|
||
(942, 'et', 'ro', 'Estoniană'),
|
||
(943, 'et', 'ru', 'Эстонский'),
|
||
(944, 'et', 'sl', 'Estonian'),
|
||
(945, 'et', 'so', 'Estonian'),
|
||
(946, 'et', 'sq', 'Estonian'),
|
||
(947, 'et', 'sr', 'Estonian'),
|
||
(948, 'et', 'sv', 'Estniska'),
|
||
(949, 'et', 'ta', 'Estonian'),
|
||
(950, 'et', 'th', 'เอสโตเนียน'),
|
||
(951, 'et', 'tr', 'Estonya dili'),
|
||
(952, 'et', 'uk', 'Estonian'),
|
||
(953, 'et', 'ur', 'Estonian'),
|
||
(954, 'et', 'uz', 'Estonian'),
|
||
(955, 'et', 'vi', 'Estonian'),
|
||
(956, 'et', 'yi', 'Estonian'),
|
||
(957, 'et', 'zh-hans', '爱沙尼亚语'),
|
||
(958, 'et', 'zu', 'Estonian'),
|
||
(959, 'et', 'zh-hant', '愛沙尼亞語'),
|
||
(960, 'et', 'ms', 'Estonian'),
|
||
(961, 'eu', 'en', 'Basque'),
|
||
(962, 'eu', 'es', 'Euskera'),
|
||
(963, 'eu', 'de', 'Baskisch'),
|
||
(964, 'eu', 'fr', 'Basque'),
|
||
(965, 'eu', 'ar', 'لغة الباسك'),
|
||
(966, 'eu', 'bs', 'Basque'),
|
||
(967, 'eu', 'bg', 'Basque'),
|
||
(968, 'eu', 'ca', 'Basque'),
|
||
(969, 'eu', 'cs', 'Basque'),
|
||
(970, 'eu', 'sk', 'Baskičtina'),
|
||
(971, 'eu', 'cy', 'Basque'),
|
||
(972, 'eu', 'da', 'Basque'),
|
||
(973, 'eu', 'el', 'Βασκικα'),
|
||
(974, 'eu', 'eo', 'Basque'),
|
||
(975, 'eu', 'et', 'Basque'),
|
||
(976, 'eu', 'eu', 'Euskara'),
|
||
(977, 'eu', 'fa', 'Basque'),
|
||
(978, 'eu', 'fi', 'baski'),
|
||
(979, 'eu', 'ga', 'Basque'),
|
||
(980, 'eu', 'he', 'Basque'),
|
||
(981, 'eu', 'hi', 'Basque'),
|
||
(982, 'eu', 'hr', 'Basque'),
|
||
(983, 'eu', 'hu', 'baszk'),
|
||
(984, 'eu', 'hy', 'Basque'),
|
||
(985, 'eu', 'id', 'Basque'),
|
||
(986, 'eu', 'is', 'Basque'),
|
||
(987, 'eu', 'it', 'Basco'),
|
||
(988, 'eu', 'ja', 'バスク語'),
|
||
(989, 'eu', 'ko', '바스크어'),
|
||
(990, 'eu', 'ku', 'Basque'),
|
||
(991, 'eu', 'la', 'Basque'),
|
||
(992, 'eu', 'lv', 'Basque'),
|
||
(993, 'eu', 'lt', 'Basque'),
|
||
(994, 'eu', 'mk', 'Basque'),
|
||
(995, 'eu', 'mt', 'Basque'),
|
||
(996, 'eu', 'mo', 'Basque'),
|
||
(997, 'eu', 'mn', 'Basque'),
|
||
(998, 'eu', 'ne', 'Basque'),
|
||
(999, 'eu', 'nl', 'Baskisch'),
|
||
(1000, 'eu', 'nb', 'Basque'),
|
||
(1001, 'eu', 'pa', 'Basque'),
|
||
(1002, 'eu', 'pl', 'baskijski'),
|
||
(1003, 'eu', 'pt-pt', 'Basco'),
|
||
(1004, 'eu', 'pt-br', 'Basco'),
|
||
(1005, 'eu', 'qu', 'Basque'),
|
||
(1006, 'eu', 'ro', 'Bască'),
|
||
(1007, 'eu', 'ru', 'Баскский'),
|
||
(1008, 'eu', 'sl', 'Basque'),
|
||
(1009, 'eu', 'so', 'Basque'),
|
||
(1010, 'eu', 'sq', 'Basque'),
|
||
(1011, 'eu', 'sr', 'Basque'),
|
||
(1012, 'eu', 'sv', 'Baskiska'),
|
||
(1013, 'eu', 'ta', 'Basque'),
|
||
(1014, 'eu', 'th', 'บาสค์'),
|
||
(1015, 'eu', 'tr', 'Bask dili'),
|
||
(1016, 'eu', 'uk', 'Basque'),
|
||
(1017, 'eu', 'ur', 'Basque'),
|
||
(1018, 'eu', 'uz', 'Basque'),
|
||
(1019, 'eu', 'vi', 'Basque'),
|
||
(1020, 'eu', 'yi', 'Basque'),
|
||
(1021, 'eu', 'zh-hans', '巴斯克语'),
|
||
(1022, 'eu', 'zu', 'Basque'),
|
||
(1023, 'eu', 'zh-hant', '巴斯克語'),
|
||
(1024, 'eu', 'ms', 'Basque'),
|
||
(1025, 'fa', 'en', 'Persian'),
|
||
(1026, 'fa', 'es', 'Persa'),
|
||
(1027, 'fa', 'de', 'Persisch'),
|
||
(1028, 'fa', 'fr', 'Perse'),
|
||
(1029, 'fa', 'ar', 'الفارسية'),
|
||
(1030, 'fa', 'bs', 'Persian'),
|
||
(1031, 'fa', 'bg', 'Persian'),
|
||
(1032, 'fa', 'ca', 'Persian'),
|
||
(1033, 'fa', 'cs', 'Persian'),
|
||
(1034, 'fa', 'sk', 'Perzština'),
|
||
(1035, 'fa', 'cy', 'Persian'),
|
||
(1036, 'fa', 'da', 'Persian'),
|
||
(1037, 'fa', 'el', 'Περσικος'),
|
||
(1038, 'fa', 'eo', 'Persian'),
|
||
(1039, 'fa', 'et', 'Persian'),
|
||
(1040, 'fa', 'eu', 'Persian'),
|
||
(1041, 'fa', 'fa', 'پارسی'),
|
||
(1042, 'fa', 'fi', 'persia'),
|
||
(1043, 'fa', 'ga', 'Persian'),
|
||
(1044, 'fa', 'he', 'פרסית'),
|
||
(1045, 'fa', 'hi', 'Persian'),
|
||
(1046, 'fa', 'hr', 'Persian'),
|
||
(1047, 'fa', 'hu', 'perzsa'),
|
||
(1048, 'fa', 'hy', 'Persian'),
|
||
(1049, 'fa', 'id', 'Persian'),
|
||
(1050, 'fa', 'is', 'Persian'),
|
||
(1051, 'fa', 'it', 'Persiano'),
|
||
(1052, 'fa', 'ja', 'ペルシア語'),
|
||
(1053, 'fa', 'ko', '페르시아어'),
|
||
(1054, 'fa', 'ku', 'Persian'),
|
||
(1055, 'fa', 'la', 'Persian'),
|
||
(1056, 'fa', 'lv', 'Persian'),
|
||
(1057, 'fa', 'lt', 'Persian'),
|
||
(1058, 'fa', 'mk', 'Persian'),
|
||
(1059, 'fa', 'mt', 'Persian'),
|
||
(1060, 'fa', 'mo', 'Persian'),
|
||
(1061, 'fa', 'mn', 'Persian'),
|
||
(1062, 'fa', 'ne', 'Persian'),
|
||
(1063, 'fa', 'nl', 'Perzisch'),
|
||
(1064, 'fa', 'nb', 'Persian'),
|
||
(1065, 'fa', 'pa', 'Persian'),
|
||
(1066, 'fa', 'pl', 'perski'),
|
||
(1067, 'fa', 'pt-pt', 'Persa'),
|
||
(1068, 'fa', 'pt-br', 'Persa'),
|
||
(1069, 'fa', 'qu', 'Persian'),
|
||
(1070, 'fa', 'ro', 'Persană'),
|
||
(1071, 'fa', 'ru', 'Персидский'),
|
||
(1072, 'fa', 'sl', 'Persian'),
|
||
(1073, 'fa', 'so', 'Persian'),
|
||
(1074, 'fa', 'sq', 'Persian'),
|
||
(1075, 'fa', 'sr', 'Persian'),
|
||
(1076, 'fa', 'sv', 'Persiska'),
|
||
(1077, 'fa', 'ta', 'Persian'),
|
||
(1078, 'fa', 'th', 'เปอร์เซียน'),
|
||
(1079, 'fa', 'tr', 'Farsça'),
|
||
(1080, 'fa', 'uk', 'Persian'),
|
||
(1081, 'fa', 'ur', 'Persian'),
|
||
(1082, 'fa', 'uz', 'Persian'),
|
||
(1083, 'fa', 'vi', 'Persian'),
|
||
(1084, 'fa', 'yi', 'Persian'),
|
||
(1085, 'fa', 'zh-hans', '波斯语'),
|
||
(1086, 'fa', 'zu', 'Persian'),
|
||
(1087, 'fa', 'zh-hant', '波斯語'),
|
||
(1088, 'fa', 'ms', 'Persian'),
|
||
(1089, 'fi', 'en', 'Finnish'),
|
||
(1090, 'fi', 'es', 'Finlandés'),
|
||
(1091, 'fi', 'de', 'Finnisch'),
|
||
(1092, 'fi', 'fr', 'Finnois'),
|
||
(1093, 'fi', 'ar', 'الفنلندية'),
|
||
(1094, 'fi', 'bs', 'Finnish'),
|
||
(1095, 'fi', 'bg', 'Finnish'),
|
||
(1096, 'fi', 'ca', 'Finnish'),
|
||
(1097, 'fi', 'cs', 'Finnish'),
|
||
(1098, 'fi', 'sk', 'Fínština'),
|
||
(1099, 'fi', 'cy', 'Finnish'),
|
||
(1100, 'fi', 'da', 'Finnish'),
|
||
(1101, 'fi', 'el', 'Φινλανδικη'),
|
||
(1102, 'fi', 'eo', 'Finnish'),
|
||
(1103, 'fi', 'et', 'Finnish'),
|
||
(1104, 'fi', 'eu', 'Finnish'),
|
||
(1105, 'fi', 'fa', 'Finnish'),
|
||
(1106, 'fi', 'fi', 'Suomi'),
|
||
(1107, 'fi', 'ga', 'Finnish'),
|
||
(1108, 'fi', 'he', 'פינית'),
|
||
(1109, 'fi', 'hi', 'Finnish'),
|
||
(1110, 'fi', 'hr', 'Finnish'),
|
||
(1111, 'fi', 'hu', 'finn'),
|
||
(1112, 'fi', 'hy', 'Finnish'),
|
||
(1113, 'fi', 'id', 'Finnish'),
|
||
(1114, 'fi', 'is', 'Finnish'),
|
||
(1115, 'fi', 'it', 'Finlandese'),
|
||
(1116, 'fi', 'ja', 'フィンランド語'),
|
||
(1117, 'fi', 'ko', '핀란드어'),
|
||
(1118, 'fi', 'ku', 'Finnish'),
|
||
(1119, 'fi', 'la', 'Finnish'),
|
||
(1120, 'fi', 'lv', 'Finnish'),
|
||
(1121, 'fi', 'lt', 'Finnish'),
|
||
(1122, 'fi', 'mk', 'Finnish'),
|
||
(1123, 'fi', 'mt', 'Finnish'),
|
||
(1124, 'fi', 'mo', 'Finnish'),
|
||
(1125, 'fi', 'mn', 'Finnish'),
|
||
(1126, 'fi', 'ne', 'Finnish'),
|
||
(1127, 'fi', 'nl', 'Fins'),
|
||
(1128, 'fi', 'nb', 'Finnish'),
|
||
(1129, 'fi', 'pa', 'Finnish'),
|
||
(1130, 'fi', 'pl', 'fiński'),
|
||
(1131, 'fi', 'pt-pt', 'Finlandês'),
|
||
(1132, 'fi', 'pt-br', 'Finlandês'),
|
||
(1133, 'fi', 'qu', 'Finnish'),
|
||
(1134, 'fi', 'ro', 'Finlandeză'),
|
||
(1135, 'fi', 'ru', 'Финский'),
|
||
(1136, 'fi', 'sl', 'Finnish'),
|
||
(1137, 'fi', 'so', 'Finnish'),
|
||
(1138, 'fi', 'sq', 'Finnish'),
|
||
(1139, 'fi', 'sr', 'Finnish'),
|
||
(1140, 'fi', 'sv', 'Finska'),
|
||
(1141, 'fi', 'ta', 'Finnish'),
|
||
(1142, 'fi', 'th', 'ฟินนิช'),
|
||
(1143, 'fi', 'tr', 'Fince'),
|
||
(1144, 'fi', 'uk', 'Finnish'),
|
||
(1145, 'fi', 'ur', 'Finnish'),
|
||
(1146, 'fi', 'uz', 'Finnish'),
|
||
(1147, 'fi', 'vi', 'Finnish'),
|
||
(1148, 'fi', 'yi', 'Finnish'),
|
||
(1149, 'fi', 'zh-hans', '芬兰语'),
|
||
(1150, 'fi', 'zu', 'Finnish'),
|
||
(1151, 'fi', 'zh-hant', '芬蘭語'),
|
||
(1152, 'fi', 'ms', 'Finnish'),
|
||
(1153, 'ga', 'en', 'Irish'),
|
||
(1154, 'ga', 'es', 'Irlandés'),
|
||
(1155, 'ga', 'de', 'Irisch'),
|
||
(1156, 'ga', 'fr', 'Irlandais'),
|
||
(1157, 'ga', 'ar', 'الأيرلندية'),
|
||
(1158, 'ga', 'bs', 'Irish'),
|
||
(1159, 'ga', 'bg', 'Irish'),
|
||
(1160, 'ga', 'ca', 'Irish'),
|
||
(1161, 'ga', 'cs', 'Irish'),
|
||
(1162, 'ga', 'sk', 'Írština'),
|
||
(1163, 'ga', 'cy', 'Irish'),
|
||
(1164, 'ga', 'da', 'Irish'),
|
||
(1165, 'ga', 'el', 'Ιρλανδικα'),
|
||
(1166, 'ga', 'eo', 'Irish'),
|
||
(1167, 'ga', 'et', 'Irish'),
|
||
(1168, 'ga', 'eu', 'Irish'),
|
||
(1169, 'ga', 'fa', 'Irish'),
|
||
(1170, 'ga', 'fi', 'iiri'),
|
||
(1171, 'ga', 'ga', 'Gaeilge'),
|
||
(1172, 'ga', 'he', 'אירית'),
|
||
(1173, 'ga', 'hi', 'Irish'),
|
||
(1174, 'ga', 'hr', 'Irish'),
|
||
(1175, 'ga', 'hu', 'ír'),
|
||
(1176, 'ga', 'hy', 'Irish'),
|
||
(1177, 'ga', 'id', 'Irish'),
|
||
(1178, 'ga', 'is', 'Irish'),
|
||
(1179, 'ga', 'it', 'Irlandese'),
|
||
(1180, 'ga', 'ja', 'アイルランド語'),
|
||
(1181, 'ga', 'ko', '아일랜드어'),
|
||
(1182, 'ga', 'ku', 'Irish'),
|
||
(1183, 'ga', 'la', 'Irish'),
|
||
(1184, 'ga', 'lv', 'Irish'),
|
||
(1185, 'ga', 'lt', 'Irish'),
|
||
(1186, 'ga', 'mk', 'Irish'),
|
||
(1187, 'ga', 'mt', 'Irish'),
|
||
(1188, 'ga', 'mo', 'Irish'),
|
||
(1189, 'ga', 'mn', 'Irish'),
|
||
(1190, 'ga', 'ne', 'Irish'),
|
||
(1191, 'ga', 'nl', 'Iers'),
|
||
(1192, 'ga', 'nb', 'Irish'),
|
||
(1193, 'ga', 'pa', 'Irish'),
|
||
(1194, 'ga', 'pl', 'irlandzki'),
|
||
(1195, 'ga', 'pt-pt', 'Irlandês'),
|
||
(1196, 'ga', 'pt-br', 'Irlandês'),
|
||
(1197, 'ga', 'qu', 'Irish'),
|
||
(1198, 'ga', 'ro', 'Irlandeză'),
|
||
(1199, 'ga', 'ru', 'Ирландский'),
|
||
(1200, 'ga', 'sl', 'Irish'),
|
||
(1201, 'ga', 'so', 'Irish'),
|
||
(1202, 'ga', 'sq', 'Irish'),
|
||
(1203, 'ga', 'sr', 'Irish'),
|
||
(1204, 'ga', 'sv', 'Irländska'),
|
||
(1205, 'ga', 'ta', 'Irish'),
|
||
(1206, 'ga', 'th', 'ไอริช'),
|
||
(1207, 'ga', 'tr', 'İrlanda dili'),
|
||
(1208, 'ga', 'uk', 'Irish'),
|
||
(1209, 'ga', 'ur', 'Irish'),
|
||
(1210, 'ga', 'uz', 'Irish'),
|
||
(1211, 'ga', 'vi', 'Irish'),
|
||
(1212, 'ga', 'yi', 'Irish'),
|
||
(1213, 'ga', 'zh-hans', '爱尔兰语'),
|
||
(1214, 'ga', 'zu', 'Irish'),
|
||
(1215, 'ga', 'zh-hant', '愛爾蘭語'),
|
||
(1216, 'ga', 'ms', 'Irish'),
|
||
(1217, 'he', 'en', 'Hebrew'),
|
||
(1218, 'he', 'es', 'Hebreo'),
|
||
(1219, 'he', 'de', 'Hebräisch'),
|
||
(1220, 'he', 'fr', 'Hébreu'),
|
||
(1221, 'he', 'ar', 'العبرية'),
|
||
(1222, 'he', 'bs', 'Hebrew'),
|
||
(1223, 'he', 'bg', 'Hebrew'),
|
||
(1224, 'he', 'ca', 'Hebrew'),
|
||
(1225, 'he', 'cs', 'Hebrew'),
|
||
(1226, 'he', 'sk', 'Hebrejčina'),
|
||
(1227, 'he', 'cy', 'Hebrew'),
|
||
(1228, 'he', 'da', 'Hebrew'),
|
||
(1229, 'he', 'el', 'Εβραικα'),
|
||
(1230, 'he', 'eo', 'Hebrew'),
|
||
(1231, 'he', 'et', 'Hebrew'),
|
||
(1232, 'he', 'eu', 'Hebrew'),
|
||
(1233, 'he', 'fa', 'Hebrew'),
|
||
(1234, 'he', 'fi', 'heprea'),
|
||
(1235, 'he', 'ga', 'Hebrew'),
|
||
(1236, 'he', 'he', 'עברית'),
|
||
(1237, 'he', 'hi', 'Hebrew'),
|
||
(1238, 'he', 'hr', 'Hebrew'),
|
||
(1239, 'he', 'hu', 'héber'),
|
||
(1240, 'he', 'hy', 'Hebrew'),
|
||
(1241, 'he', 'id', 'Hebrew'),
|
||
(1242, 'he', 'is', 'Hebrew'),
|
||
(1243, 'he', 'it', 'Ebraico'),
|
||
(1244, 'he', 'ja', 'ヘブライ語'),
|
||
(1245, 'he', 'ko', '히브리어'),
|
||
(1246, 'he', 'ku', 'Hebrew'),
|
||
(1247, 'he', 'la', 'Hebrew'),
|
||
(1248, 'he', 'lv', 'Hebrew'),
|
||
(1249, 'he', 'lt', 'Hebrew'),
|
||
(1250, 'he', 'mk', 'Hebrew'),
|
||
(1251, 'he', 'mt', 'Hebrew'),
|
||
(1252, 'he', 'mo', 'Hebrew'),
|
||
(1253, 'he', 'mn', 'Hebrew'),
|
||
(1254, 'he', 'ne', 'Hebrew'),
|
||
(1255, 'he', 'nl', 'Hebreeuws'),
|
||
(1256, 'he', 'nb', 'Hebrew'),
|
||
(1257, 'he', 'pa', 'Hebrew'),
|
||
(1258, 'he', 'pl', 'hebrajski'),
|
||
(1259, 'he', 'pt-pt', 'Hebraico'),
|
||
(1260, 'he', 'pt-br', 'Hebraico'),
|
||
(1261, 'he', 'qu', 'Hebrew'),
|
||
(1262, 'he', 'ro', 'Ebraică'),
|
||
(1263, 'he', 'ru', 'Иврит'),
|
||
(1264, 'he', 'sl', 'Hebrew'),
|
||
(1265, 'he', 'so', 'Hebrew'),
|
||
(1266, 'he', 'sq', 'Hebrew'),
|
||
(1267, 'he', 'sr', 'Hebrew'),
|
||
(1268, 'he', 'sv', 'Hebreiska'),
|
||
(1269, 'he', 'ta', 'Hebrew'),
|
||
(1270, 'he', 'th', 'ฮิบรู'),
|
||
(1271, 'he', 'tr', 'İbranice'),
|
||
(1272, 'he', 'uk', 'Hebrew'),
|
||
(1273, 'he', 'ur', 'Hebrew'),
|
||
(1274, 'he', 'uz', 'Hebrew'),
|
||
(1275, 'he', 'vi', 'Hebrew'),
|
||
(1276, 'he', 'yi', 'Hebrew'),
|
||
(1277, 'he', 'zh-hans', '希伯来语'),
|
||
(1278, 'he', 'zu', 'Hebrew'),
|
||
(1279, 'he', 'zh-hant', '希伯來語'),
|
||
(1280, 'he', 'ms', 'Hebrew'),
|
||
(1281, 'hi', 'en', 'Hindi'),
|
||
(1282, 'hi', 'es', 'Hindi'),
|
||
(1283, 'hi', 'de', 'Hindi'),
|
||
(1284, 'hi', 'fr', 'Hindi'),
|
||
(1285, 'hi', 'ar', 'الهندية'),
|
||
(1286, 'hi', 'bs', 'Hindi'),
|
||
(1287, 'hi', 'bg', 'Hindi'),
|
||
(1288, 'hi', 'ca', 'Hindi'),
|
||
(1289, 'hi', 'cs', 'Hindi'),
|
||
(1290, 'hi', 'sk', 'Hindčina'),
|
||
(1291, 'hi', 'cy', 'Hindi'),
|
||
(1292, 'hi', 'da', 'Hindi'),
|
||
(1293, 'hi', 'el', 'Ινδικα'),
|
||
(1294, 'hi', 'eo', 'Hindi'),
|
||
(1295, 'hi', 'et', 'Hindi'),
|
||
(1296, 'hi', 'eu', 'Hindi'),
|
||
(1297, 'hi', 'fa', 'Hindi'),
|
||
(1298, 'hi', 'fi', 'hindi'),
|
||
(1299, 'hi', 'ga', 'Hindi'),
|
||
(1300, 'hi', 'he', 'הודית'),
|
||
(1301, 'hi', 'hi', 'हिन्दी'),
|
||
(1302, 'hi', 'hr', 'Hindi'),
|
||
(1303, 'hi', 'hu', 'hindi'),
|
||
(1304, 'hi', 'hy', 'Hindi'),
|
||
(1305, 'hi', 'id', 'Hindi'),
|
||
(1306, 'hi', 'is', 'Hindi'),
|
||
(1307, 'hi', 'it', 'Hindi'),
|
||
(1308, 'hi', 'ja', 'ヒンディー語'),
|
||
(1309, 'hi', 'ko', '힌두어'),
|
||
(1310, 'hi', 'ku', 'Hindi'),
|
||
(1311, 'hi', 'la', 'Hindi'),
|
||
(1312, 'hi', 'lv', 'Hindi'),
|
||
(1313, 'hi', 'lt', 'Hindi'),
|
||
(1314, 'hi', 'mk', 'Hindi'),
|
||
(1315, 'hi', 'mt', 'Hindi'),
|
||
(1316, 'hi', 'mo', 'Hindi'),
|
||
(1317, 'hi', 'mn', 'Hindi'),
|
||
(1318, 'hi', 'ne', 'Hindi'),
|
||
(1319, 'hi', 'nl', 'Hindi'),
|
||
(1320, 'hi', 'nb', 'Hindi'),
|
||
(1321, 'hi', 'pa', 'Hindi'),
|
||
(1322, 'hi', 'pl', 'hindi'),
|
||
(1323, 'hi', 'pt-pt', 'Hindi'),
|
||
(1324, 'hi', 'pt-br', 'Hindi'),
|
||
(1325, 'hi', 'qu', 'Hindi'),
|
||
(1326, 'hi', 'ro', 'Hindi'),
|
||
(1327, 'hi', 'ru', 'Хинди'),
|
||
(1328, 'hi', 'sl', 'Hindi'),
|
||
(1329, 'hi', 'so', 'Hindi'),
|
||
(1330, 'hi', 'sq', 'Hindi'),
|
||
(1331, 'hi', 'sr', 'Hindi'),
|
||
(1332, 'hi', 'sv', 'Hindi'),
|
||
(1333, 'hi', 'ta', 'Hindi'),
|
||
(1334, 'hi', 'th', 'ฮินดิ'),
|
||
(1335, 'hi', 'tr', 'Hintçe'),
|
||
(1336, 'hi', 'uk', 'Hindi'),
|
||
(1337, 'hi', 'ur', 'Hindi'),
|
||
(1338, 'hi', 'uz', 'Hindi'),
|
||
(1339, 'hi', 'vi', 'Hindi'),
|
||
(1340, 'hi', 'yi', 'Hindi'),
|
||
(1341, 'hi', 'zh-hans', '印地语'),
|
||
(1342, 'hi', 'zu', 'Hindi'),
|
||
(1343, 'hi', 'zh-hant', '印地語'),
|
||
(1344, 'hi', 'ms', 'Hindi'),
|
||
(1345, 'hr', 'en', 'Croatian'),
|
||
(1346, 'hr', 'es', 'Croata'),
|
||
(1347, 'hr', 'de', 'Kroatisch'),
|
||
(1348, 'hr', 'fr', 'Croate'),
|
||
(1349, 'hr', 'ar', 'الكرواتية'),
|
||
(1350, 'hr', 'bs', 'Croatian'),
|
||
(1351, 'hr', 'bg', 'Croatian'),
|
||
(1352, 'hr', 'ca', 'Croatian'),
|
||
(1353, 'hr', 'cs', 'Croatian'),
|
||
(1354, 'hr', 'sk', 'Chorvátština'),
|
||
(1355, 'hr', 'cy', 'Croatian'),
|
||
(1356, 'hr', 'da', 'Croatian'),
|
||
(1357, 'hr', 'el', 'Κροατικα'),
|
||
(1358, 'hr', 'eo', 'Croatian'),
|
||
(1359, 'hr', 'et', 'Croatian'),
|
||
(1360, 'hr', 'eu', 'Croatian'),
|
||
(1361, 'hr', 'fa', 'Croatian'),
|
||
(1362, 'hr', 'fi', 'kroatia'),
|
||
(1363, 'hr', 'ga', 'Croatian'),
|
||
(1364, 'hr', 'he', 'קרוטאית'),
|
||
(1365, 'hr', 'hi', 'Croatian'),
|
||
(1366, 'hr', 'hr', 'Hrvatski'),
|
||
(1367, 'hr', 'hu', 'horvát'),
|
||
(1368, 'hr', 'hy', 'Croatian'),
|
||
(1369, 'hr', 'id', 'Croatian'),
|
||
(1370, 'hr', 'is', 'Croatian'),
|
||
(1371, 'hr', 'it', 'Croato'),
|
||
(1372, 'hr', 'ja', 'クロアチア語'),
|
||
(1373, 'hr', 'ko', '크로아시아어'),
|
||
(1374, 'hr', 'ku', 'Croatian'),
|
||
(1375, 'hr', 'la', 'Croatian'),
|
||
(1376, 'hr', 'lv', 'Croatian'),
|
||
(1377, 'hr', 'lt', 'Croatian'),
|
||
(1378, 'hr', 'mk', 'Croatian'),
|
||
(1379, 'hr', 'mt', 'Croatian'),
|
||
(1380, 'hr', 'mo', 'Croatian'),
|
||
(1381, 'hr', 'mn', 'Croatian'),
|
||
(1382, 'hr', 'ne', 'Croatian'),
|
||
(1383, 'hr', 'nl', 'Kroatisch'),
|
||
(1384, 'hr', 'nb', 'Croatian'),
|
||
(1385, 'hr', 'pa', 'Croatian'),
|
||
(1386, 'hr', 'pl', 'chorwacki'),
|
||
(1387, 'hr', 'pt-pt', 'Croata'),
|
||
(1388, 'hr', 'pt-br', 'Croata'),
|
||
(1389, 'hr', 'qu', 'Croatian'),
|
||
(1390, 'hr', 'ro', 'Croată'),
|
||
(1391, 'hr', 'ru', 'Хорватский'),
|
||
(1392, 'hr', 'sl', 'Croatian'),
|
||
(1393, 'hr', 'so', 'Croatian'),
|
||
(1394, 'hr', 'sq', 'Croatian'),
|
||
(1395, 'hr', 'sr', 'Croatian'),
|
||
(1396, 'hr', 'sv', 'Kroatiska'),
|
||
(1397, 'hr', 'ta', 'Croatian'),
|
||
(1398, 'hr', 'th', 'โครเอเชีย'),
|
||
(1399, 'hr', 'tr', 'Hırvatça'),
|
||
(1400, 'hr', 'uk', 'Croatian'),
|
||
(1401, 'hr', 'ur', 'Croatian'),
|
||
(1402, 'hr', 'uz', 'Croatian'),
|
||
(1403, 'hr', 'vi', 'Croatian'),
|
||
(1404, 'hr', 'yi', 'Croatian'),
|
||
(1405, 'hr', 'zh-hans', '克罗地亚语'),
|
||
(1406, 'hr', 'zu', 'Croatian'),
|
||
(1407, 'hr', 'zh-hant', '克羅地亞語'),
|
||
(1408, 'hr', 'ms', 'Croatian'),
|
||
(1409, 'hu', 'en', 'Hungarian'),
|
||
(1410, 'hu', 'es', 'Húngaro'),
|
||
(1411, 'hu', 'de', 'Ungarisch'),
|
||
(1412, 'hu', 'fr', 'Hongrois'),
|
||
(1413, 'hu', 'ar', 'الهنغارية'),
|
||
(1414, 'hu', 'bs', 'Hungarian'),
|
||
(1415, 'hu', 'bg', 'Hungarian'),
|
||
(1416, 'hu', 'ca', 'Hungarian'),
|
||
(1417, 'hu', 'cs', 'Hungarian'),
|
||
(1418, 'hu', 'sk', 'Maďarčina'),
|
||
(1419, 'hu', 'cy', 'Hungarian'),
|
||
(1420, 'hu', 'da', 'Hungarian'),
|
||
(1421, 'hu', 'el', 'Ουγγρικα'),
|
||
(1422, 'hu', 'eo', 'Hungarian'),
|
||
(1423, 'hu', 'et', 'Hungarian'),
|
||
(1424, 'hu', 'eu', 'Hungarian'),
|
||
(1425, 'hu', 'fa', 'Hungarian'),
|
||
(1426, 'hu', 'fi', 'unkari'),
|
||
(1427, 'hu', 'ga', 'Hungarian'),
|
||
(1428, 'hu', 'he', 'הונגרית'),
|
||
(1429, 'hu', 'hi', 'Hungarian'),
|
||
(1430, 'hu', 'hr', 'Hungarian'),
|
||
(1431, 'hu', 'hu', 'Magyar'),
|
||
(1432, 'hu', 'hy', 'Hungarian'),
|
||
(1433, 'hu', 'id', 'Hungarian'),
|
||
(1434, 'hu', 'is', 'Hungarian'),
|
||
(1435, 'hu', 'it', 'Ungherese'),
|
||
(1436, 'hu', 'ja', 'ハンガリー語'),
|
||
(1437, 'hu', 'ko', '헝가리어'),
|
||
(1438, 'hu', 'ku', 'Hungarian'),
|
||
(1439, 'hu', 'la', 'Hungarian'),
|
||
(1440, 'hu', 'lv', 'Hungarian'),
|
||
(1441, 'hu', 'lt', 'Hungarian'),
|
||
(1442, 'hu', 'mk', 'Hungarian'),
|
||
(1443, 'hu', 'mt', 'Hungarian'),
|
||
(1444, 'hu', 'mo', 'Hungarian'),
|
||
(1445, 'hu', 'mn', 'Hungarian'),
|
||
(1446, 'hu', 'ne', 'Hungarian'),
|
||
(1447, 'hu', 'nl', 'Hongaars'),
|
||
(1448, 'hu', 'nb', 'Hungarian'),
|
||
(1449, 'hu', 'pa', 'Hungarian'),
|
||
(1450, 'hu', 'pl', 'węgierski'),
|
||
(1451, 'hu', 'pt-pt', 'Húngaro'),
|
||
(1452, 'hu', 'pt-br', 'Húngaro'),
|
||
(1453, 'hu', 'qu', 'Hungarian'),
|
||
(1454, 'hu', 'ro', 'Ungară'),
|
||
(1455, 'hu', 'ru', 'Венгерский'),
|
||
(1456, 'hu', 'sl', 'Hungarian'),
|
||
(1457, 'hu', 'so', 'Hungarian'),
|
||
(1458, 'hu', 'sq', 'Hungarian'),
|
||
(1459, 'hu', 'sr', 'Hungarian'),
|
||
(1460, 'hu', 'sv', 'Ungerska'),
|
||
(1461, 'hu', 'ta', 'Hungarian'),
|
||
(1462, 'hu', 'th', 'ฮังการี'),
|
||
(1463, 'hu', 'tr', 'Macarca'),
|
||
(1464, 'hu', 'uk', 'Hungarian'),
|
||
(1465, 'hu', 'ur', 'Hungarian'),
|
||
(1466, 'hu', 'uz', 'Hungarian'),
|
||
(1467, 'hu', 'vi', 'Hungarian'),
|
||
(1468, 'hu', 'yi', 'Hungarian'),
|
||
(1469, 'hu', 'zh-hans', '匈牙利语'),
|
||
(1470, 'hu', 'zu', 'Hungarian'),
|
||
(1471, 'hu', 'zh-hant', '匈牙利語'),
|
||
(1472, 'hu', 'ms', 'Hungarian'),
|
||
(1473, 'hy', 'en', 'Armenian'),
|
||
(1474, 'hy', 'es', 'Armenio'),
|
||
(1475, 'hy', 'de', 'Armenisch'),
|
||
(1476, 'hy', 'fr', 'Arménien'),
|
||
(1477, 'hy', 'ar', 'الأرمينية'),
|
||
(1478, 'hy', 'bs', 'Armenian'),
|
||
(1479, 'hy', 'bg', 'Armenian'),
|
||
(1480, 'hy', 'ca', 'Armenian'),
|
||
(1481, 'hy', 'cs', 'Armenian'),
|
||
(1482, 'hy', 'sk', 'Arménčina'),
|
||
(1483, 'hy', 'cy', 'Armenian'),
|
||
(1484, 'hy', 'da', 'Armenian'),
|
||
(1485, 'hy', 'el', 'Αρμενικα'),
|
||
(1486, 'hy', 'eo', 'Armenian'),
|
||
(1487, 'hy', 'et', 'Armenian'),
|
||
(1488, 'hy', 'eu', 'Armenian'),
|
||
(1489, 'hy', 'fa', 'Armenian'),
|
||
(1490, 'hy', 'fi', 'armenia'),
|
||
(1491, 'hy', 'ga', 'Armenian'),
|
||
(1492, 'hy', 'he', 'Armenian'),
|
||
(1493, 'hy', 'hi', 'Armenian'),
|
||
(1494, 'hy', 'hr', 'Armenian'),
|
||
(1495, 'hy', 'hu', 'örmény'),
|
||
(1496, 'hy', 'hy', 'Armenian'),
|
||
(1497, 'hy', 'id', 'Armenian'),
|
||
(1498, 'hy', 'is', 'Armenian'),
|
||
(1499, 'hy', 'it', 'Armeno'),
|
||
(1500, 'hy', 'ja', 'アルメニア語'),
|
||
(1501, 'hy', 'ko', '아르메니아어'),
|
||
(1502, 'hy', 'ku', 'Armenian'),
|
||
(1503, 'hy', 'la', 'Armenian'),
|
||
(1504, 'hy', 'lv', 'Armenian'),
|
||
(1505, 'hy', 'lt', 'Armenian'),
|
||
(1506, 'hy', 'mk', 'Armenian'),
|
||
(1507, 'hy', 'mt', 'Armenian'),
|
||
(1508, 'hy', 'mo', 'Armenian'),
|
||
(1509, 'hy', 'mn', 'Armenian'),
|
||
(1510, 'hy', 'ne', 'Armenian'),
|
||
(1511, 'hy', 'nl', 'Armeens'),
|
||
(1512, 'hy', 'nb', 'Armenian'),
|
||
(1513, 'hy', 'pa', 'Armenian'),
|
||
(1514, 'hy', 'pl', 'ormiański'),
|
||
(1515, 'hy', 'pt-pt', 'Arménio'),
|
||
(1516, 'hy', 'pt-br', 'Arménio'),
|
||
(1517, 'hy', 'qu', 'Armenian'),
|
||
(1518, 'hy', 'ro', 'Armeană'),
|
||
(1519, 'hy', 'ru', 'Армянский'),
|
||
(1520, 'hy', 'sl', 'Armenian'),
|
||
(1521, 'hy', 'so', 'Armenian'),
|
||
(1522, 'hy', 'sq', 'Armenian'),
|
||
(1523, 'hy', 'sr', 'Armenian'),
|
||
(1524, 'hy', 'sv', 'Armeniska'),
|
||
(1525, 'hy', 'ta', 'Armenian'),
|
||
(1526, 'hy', 'th', 'อาร์เมเนีย'),
|
||
(1527, 'hy', 'tr', 'Ermenice'),
|
||
(1528, 'hy', 'uk', 'Armenian'),
|
||
(1529, 'hy', 'ur', 'Armenian'),
|
||
(1530, 'hy', 'uz', 'Armenian'),
|
||
(1531, 'hy', 'vi', 'Armenian'),
|
||
(1532, 'hy', 'yi', 'Armenian'),
|
||
(1533, 'hy', 'zh-hans', '亚美尼亚语'),
|
||
(1534, 'hy', 'zu', 'Armenian'),
|
||
(1535, 'hy', 'zh-hant', '亞美尼亞語'),
|
||
(1536, 'hy', 'ms', 'Armenian'),
|
||
(1537, 'id', 'en', 'Indonesian'),
|
||
(1538, 'id', 'es', 'Indonesio'),
|
||
(1539, 'id', 'de', 'Indonesisch'),
|
||
(1540, 'id', 'fr', 'Indonésien'),
|
||
(1541, 'id', 'ar', 'الأندونيسية'),
|
||
(1542, 'id', 'bs', 'Indonesian'),
|
||
(1543, 'id', 'bg', 'Indonesian'),
|
||
(1544, 'id', 'ca', 'Indonesian'),
|
||
(1545, 'id', 'cs', 'Indonesian'),
|
||
(1546, 'id', 'sk', 'Indonézčina'),
|
||
(1547, 'id', 'cy', 'Indonesian'),
|
||
(1548, 'id', 'da', 'Indonesian'),
|
||
(1549, 'id', 'el', 'Ινδονησιακα'),
|
||
(1550, 'id', 'eo', 'Indonesian'),
|
||
(1551, 'id', 'et', 'Indonesian'),
|
||
(1552, 'id', 'eu', 'Indonesian'),
|
||
(1553, 'id', 'fa', 'Indonesian'),
|
||
(1554, 'id', 'fi', 'indonesia'),
|
||
(1555, 'id', 'ga', 'Indonesian'),
|
||
(1556, 'id', 'he', 'Indonesian'),
|
||
(1557, 'id', 'hi', 'Indonesian'),
|
||
(1558, 'id', 'hr', 'Indonesian'),
|
||
(1559, 'id', 'hu', 'indonéz'),
|
||
(1560, 'id', 'hy', 'Indonesian'),
|
||
(1561, 'id', 'id', 'Indonesia'),
|
||
(1562, 'id', 'is', 'Indonesian'),
|
||
(1563, 'id', 'it', 'Indonesiano'),
|
||
(1564, 'id', 'ja', 'インドネシア語'),
|
||
(1565, 'id', 'ko', '인도네시아어'),
|
||
(1566, 'id', 'ku', 'Indonesian'),
|
||
(1567, 'id', 'la', 'Indonesian'),
|
||
(1568, 'id', 'lv', 'Indonesian'),
|
||
(1569, 'id', 'lt', 'Indonesian'),
|
||
(1570, 'id', 'mk', 'Indonesian'),
|
||
(1571, 'id', 'mt', 'Indonesian'),
|
||
(1572, 'id', 'mo', 'Indonesian'),
|
||
(1573, 'id', 'mn', 'Indonesian'),
|
||
(1574, 'id', 'ne', 'Indonesian'),
|
||
(1575, 'id', 'nl', 'Indonesisch'),
|
||
(1576, 'id', 'nb', 'Indonesian'),
|
||
(1577, 'id', 'pa', 'Indonesian'),
|
||
(1578, 'id', 'pl', 'indonezyjski'),
|
||
(1579, 'id', 'pt-pt', 'Indonésio'),
|
||
(1580, 'id', 'pt-br', 'Indonésio'),
|
||
(1581, 'id', 'qu', 'Indonesian'),
|
||
(1582, 'id', 'ro', 'Indoneziană'),
|
||
(1583, 'id', 'ru', 'Индонезийский'),
|
||
(1584, 'id', 'sl', 'Indonesian'),
|
||
(1585, 'id', 'so', 'Indonesian'),
|
||
(1586, 'id', 'sq', 'Indonesian'),
|
||
(1587, 'id', 'sr', 'Indonesian'),
|
||
(1588, 'id', 'sv', 'Indonesiska'),
|
||
(1589, 'id', 'ta', 'Indonesian'),
|
||
(1590, 'id', 'th', 'อินโดนีเซีย'),
|
||
(1591, 'id', 'tr', 'Endonezya dili'),
|
||
(1592, 'id', 'uk', 'Indonesian'),
|
||
(1593, 'id', 'ur', 'Indonesian'),
|
||
(1594, 'id', 'uz', 'Indonesian'),
|
||
(1595, 'id', 'vi', 'Indonesian'),
|
||
(1596, 'id', 'yi', 'Indonesian'),
|
||
(1597, 'id', 'zh-hans', '印度尼西亚语'),
|
||
(1598, 'id', 'zu', 'Indonesian'),
|
||
(1599, 'id', 'zh-hant', '印尼語'),
|
||
(1600, 'id', 'ms', 'Indonesian'),
|
||
(1601, 'is', 'en', 'Icelandic'),
|
||
(1602, 'is', 'es', 'Islandés'),
|
||
(1603, 'is', 'de', 'Isländisch'),
|
||
(1604, 'is', 'fr', 'Islandais'),
|
||
(1605, 'is', 'ar', 'الأيسلاندية'),
|
||
(1606, 'is', 'bs', 'Icelandic'),
|
||
(1607, 'is', 'bg', 'Icelandic'),
|
||
(1608, 'is', 'ca', 'Icelandic'),
|
||
(1609, 'is', 'cs', 'Icelandic'),
|
||
(1610, 'is', 'sk', 'Islančina'),
|
||
(1611, 'is', 'cy', 'Icelandic'),
|
||
(1612, 'is', 'da', 'Icelandic'),
|
||
(1613, 'is', 'el', 'Ισλανδικα'),
|
||
(1614, 'is', 'eo', 'Icelandic'),
|
||
(1615, 'is', 'et', 'Icelandic'),
|
||
(1616, 'is', 'eu', 'Icelandic'),
|
||
(1617, 'is', 'fa', 'Icelandic'),
|
||
(1618, 'is', 'fi', 'islanti'),
|
||
(1619, 'is', 'ga', 'Icelandic'),
|
||
(1620, 'is', 'he', 'Icelandic'),
|
||
(1621, 'is', 'hi', 'Icelandic'),
|
||
(1622, 'is', 'hr', 'Icelandic'),
|
||
(1623, 'is', 'hu', 'izlandi'),
|
||
(1624, 'is', 'hy', 'Icelandic'),
|
||
(1625, 'is', 'id', 'Icelandic'),
|
||
(1626, 'is', 'is', 'Íslenska'),
|
||
(1627, 'is', 'it', 'Islandese'),
|
||
(1628, 'is', 'ja', 'アイスランド語'),
|
||
(1629, 'is', 'ko', '아이슬랜드어'),
|
||
(1630, 'is', 'ku', 'Icelandic'),
|
||
(1631, 'is', 'la', 'Icelandic'),
|
||
(1632, 'is', 'lv', 'Icelandic'),
|
||
(1633, 'is', 'lt', 'Icelandic'),
|
||
(1634, 'is', 'mk', 'Icelandic'),
|
||
(1635, 'is', 'mt', 'Icelandic'),
|
||
(1636, 'is', 'mo', 'Icelandic'),
|
||
(1637, 'is', 'mn', 'Icelandic'),
|
||
(1638, 'is', 'ne', 'Icelandic'),
|
||
(1639, 'is', 'nl', 'Ijslands'),
|
||
(1640, 'is', 'nb', 'Icelandic'),
|
||
(1641, 'is', 'pa', 'Icelandic'),
|
||
(1642, 'is', 'pl', 'islandzki'),
|
||
(1643, 'is', 'pt-pt', 'Islandês'),
|
||
(1644, 'is', 'pt-br', 'Islandês'),
|
||
(1645, 'is', 'qu', 'Icelandic'),
|
||
(1646, 'is', 'ro', 'Islandeză'),
|
||
(1647, 'is', 'ru', 'Исландский'),
|
||
(1648, 'is', 'sl', 'Icelandic'),
|
||
(1649, 'is', 'so', 'Icelandic'),
|
||
(1650, 'is', 'sq', 'Icelandic'),
|
||
(1651, 'is', 'sr', 'Icelandic'),
|
||
(1652, 'is', 'sv', 'Isländska'),
|
||
(1653, 'is', 'ta', 'Icelandic'),
|
||
(1654, 'is', 'th', 'ไอซ์แลนด์'),
|
||
(1655, 'is', 'tr', 'İzlandaca'),
|
||
(1656, 'is', 'uk', 'Icelandic'),
|
||
(1657, 'is', 'ur', 'Icelandic'),
|
||
(1658, 'is', 'uz', 'Icelandic'),
|
||
(1659, 'is', 'vi', 'Icelandic'),
|
||
(1660, 'is', 'yi', 'Icelandic'),
|
||
(1661, 'is', 'zh-hans', '冰岛语'),
|
||
(1662, 'is', 'zu', 'Icelandic'),
|
||
(1663, 'is', 'zh-hant', '冰島語'),
|
||
(1664, 'is', 'ms', 'Icelandic'),
|
||
(1665, 'it', 'en', 'Italian'),
|
||
(1666, 'it', 'es', 'Italiano'),
|
||
(1667, 'it', 'de', 'Italienisch'),
|
||
(1668, 'it', 'fr', 'Italien'),
|
||
(1669, 'it', 'ar', 'الإيطالية'),
|
||
(1670, 'it', 'bs', 'Italian'),
|
||
(1671, 'it', 'bg', 'Italian');
|
||
INSERT INTO `drgrp_icl_languages_translations` (`id`, `language_code`, `display_language_code`, `name`) VALUES
|
||
(1672, 'it', 'ca', 'Italian'),
|
||
(1673, 'it', 'cs', 'Italian'),
|
||
(1674, 'it', 'sk', 'Taliančina'),
|
||
(1675, 'it', 'cy', 'Italian'),
|
||
(1676, 'it', 'da', 'Italian'),
|
||
(1677, 'it', 'el', 'Ιταλικα'),
|
||
(1678, 'it', 'eo', 'Italian'),
|
||
(1679, 'it', 'et', 'Italian'),
|
||
(1680, 'it', 'eu', 'Italian'),
|
||
(1681, 'it', 'fa', 'Italian'),
|
||
(1682, 'it', 'fi', 'italia'),
|
||
(1683, 'it', 'ga', 'Italian'),
|
||
(1684, 'it', 'he', 'איטלקית'),
|
||
(1685, 'it', 'hi', 'Italian'),
|
||
(1686, 'it', 'hr', 'Italian'),
|
||
(1687, 'it', 'hu', 'olasz'),
|
||
(1688, 'it', 'hy', 'Italian'),
|
||
(1689, 'it', 'id', 'Italian'),
|
||
(1690, 'it', 'is', 'Italian'),
|
||
(1691, 'it', 'it', 'Italiano'),
|
||
(1692, 'it', 'ja', 'イタリア語'),
|
||
(1693, 'it', 'ko', '이태리어'),
|
||
(1694, 'it', 'ku', 'Italian'),
|
||
(1695, 'it', 'la', 'Italian'),
|
||
(1696, 'it', 'lv', 'Italian'),
|
||
(1697, 'it', 'lt', 'Italian'),
|
||
(1698, 'it', 'mk', 'Italian'),
|
||
(1699, 'it', 'mt', 'Italian'),
|
||
(1700, 'it', 'mo', 'Italian'),
|
||
(1701, 'it', 'mn', 'Italian'),
|
||
(1702, 'it', 'ne', 'Italian'),
|
||
(1703, 'it', 'nl', 'Italiaans'),
|
||
(1704, 'it', 'nb', 'Italian'),
|
||
(1705, 'it', 'pa', 'Italian'),
|
||
(1706, 'it', 'pl', 'włoski'),
|
||
(1707, 'it', 'pt-pt', 'Italiano'),
|
||
(1708, 'it', 'pt-br', 'Italiano'),
|
||
(1709, 'it', 'qu', 'Italian'),
|
||
(1710, 'it', 'ro', 'Italiană'),
|
||
(1711, 'it', 'ru', 'Итальянский'),
|
||
(1712, 'it', 'sl', 'Italian'),
|
||
(1713, 'it', 'so', 'Italian'),
|
||
(1714, 'it', 'sq', 'Italian'),
|
||
(1715, 'it', 'sr', 'Italian'),
|
||
(1716, 'it', 'sv', 'Italienska'),
|
||
(1717, 'it', 'ta', 'Italian'),
|
||
(1718, 'it', 'th', 'อิตาลี'),
|
||
(1719, 'it', 'tr', 'İtalyanca'),
|
||
(1720, 'it', 'uk', 'Italian'),
|
||
(1721, 'it', 'ur', 'Italian'),
|
||
(1722, 'it', 'uz', 'Italian'),
|
||
(1723, 'it', 'vi', 'Italian'),
|
||
(1724, 'it', 'yi', 'Italian'),
|
||
(1725, 'it', 'zh-hans', '意大利语'),
|
||
(1726, 'it', 'zu', 'Italian'),
|
||
(1727, 'it', 'zh-hant', '義大利語'),
|
||
(1728, 'it', 'ms', 'Italian'),
|
||
(1729, 'ja', 'en', 'Japanese'),
|
||
(1730, 'ja', 'es', 'Japonés'),
|
||
(1731, 'ja', 'de', 'Japanisch'),
|
||
(1732, 'ja', 'fr', 'Japonais'),
|
||
(1733, 'ja', 'ar', 'اليابانية'),
|
||
(1734, 'ja', 'bs', 'Japanese'),
|
||
(1735, 'ja', 'bg', 'Japanese'),
|
||
(1736, 'ja', 'ca', 'Japanese'),
|
||
(1737, 'ja', 'cs', 'Japanese'),
|
||
(1738, 'ja', 'sk', 'Japonština'),
|
||
(1739, 'ja', 'cy', 'Japanese'),
|
||
(1740, 'ja', 'da', 'Japanese'),
|
||
(1741, 'ja', 'el', 'Ιαπωνικα'),
|
||
(1742, 'ja', 'eo', 'Japanese'),
|
||
(1743, 'ja', 'et', 'Japanese'),
|
||
(1744, 'ja', 'eu', 'Japanese'),
|
||
(1745, 'ja', 'fa', 'Japanese'),
|
||
(1746, 'ja', 'fi', 'japani'),
|
||
(1747, 'ja', 'ga', 'Japanese'),
|
||
(1748, 'ja', 'he', 'יפנית'),
|
||
(1749, 'ja', 'hi', 'Japanese'),
|
||
(1750, 'ja', 'hr', 'Japanese'),
|
||
(1751, 'ja', 'hu', 'japán'),
|
||
(1752, 'ja', 'hy', 'Japanese'),
|
||
(1753, 'ja', 'id', 'Japanese'),
|
||
(1754, 'ja', 'is', 'Japanese'),
|
||
(1755, 'ja', 'it', 'Giapponese'),
|
||
(1756, 'ja', 'ja', '日本語'),
|
||
(1757, 'ja', 'ko', '일어'),
|
||
(1758, 'ja', 'ku', 'Japanese'),
|
||
(1759, 'ja', 'la', 'Japanese'),
|
||
(1760, 'ja', 'lv', 'Japanese'),
|
||
(1761, 'ja', 'lt', 'Japanese'),
|
||
(1762, 'ja', 'mk', 'Japanese'),
|
||
(1763, 'ja', 'mt', 'Japanese'),
|
||
(1764, 'ja', 'mo', 'Japanese'),
|
||
(1765, 'ja', 'mn', 'Japanese'),
|
||
(1766, 'ja', 'ne', 'Japanese'),
|
||
(1767, 'ja', 'nl', 'Japans'),
|
||
(1768, 'ja', 'nb', 'Japanese'),
|
||
(1769, 'ja', 'pa', 'Japanese'),
|
||
(1770, 'ja', 'pl', 'japoński'),
|
||
(1771, 'ja', 'pt-pt', 'Japonês'),
|
||
(1772, 'ja', 'pt-br', 'Japonês'),
|
||
(1773, 'ja', 'qu', 'Japanese'),
|
||
(1774, 'ja', 'ro', 'Japoneză'),
|
||
(1775, 'ja', 'ru', 'Японский'),
|
||
(1776, 'ja', 'sl', 'Japanese'),
|
||
(1777, 'ja', 'so', 'Japanese'),
|
||
(1778, 'ja', 'sq', 'Japanese'),
|
||
(1779, 'ja', 'sr', 'Japanese'),
|
||
(1780, 'ja', 'sv', 'Japanska'),
|
||
(1781, 'ja', 'ta', 'Japanese'),
|
||
(1782, 'ja', 'th', 'ญี่ปุ่น'),
|
||
(1783, 'ja', 'tr', 'Japonca'),
|
||
(1784, 'ja', 'uk', 'Japanese'),
|
||
(1785, 'ja', 'ur', 'Japanese'),
|
||
(1786, 'ja', 'uz', 'Japanese'),
|
||
(1787, 'ja', 'vi', 'Japanese'),
|
||
(1788, 'ja', 'yi', 'Japanese'),
|
||
(1789, 'ja', 'zh-hans', '日语'),
|
||
(1790, 'ja', 'zu', 'Japanese'),
|
||
(1791, 'ja', 'zh-hant', '日語'),
|
||
(1792, 'ja', 'ms', 'Japanese'),
|
||
(1793, 'ko', 'en', 'Korean'),
|
||
(1794, 'ko', 'es', 'Coreano'),
|
||
(1795, 'ko', 'de', 'Koreanisch'),
|
||
(1796, 'ko', 'fr', 'Coréen'),
|
||
(1797, 'ko', 'ar', 'الكورية'),
|
||
(1798, 'ko', 'bs', 'Korean'),
|
||
(1799, 'ko', 'bg', 'Korean'),
|
||
(1800, 'ko', 'ca', 'Korean'),
|
||
(1801, 'ko', 'cs', 'Korean'),
|
||
(1802, 'ko', 'sk', 'Kórejčina'),
|
||
(1803, 'ko', 'cy', 'Korean'),
|
||
(1804, 'ko', 'da', 'Korean'),
|
||
(1805, 'ko', 'el', 'Κορεατικα'),
|
||
(1806, 'ko', 'eo', 'Korean'),
|
||
(1807, 'ko', 'et', 'Korean'),
|
||
(1808, 'ko', 'eu', 'Korean'),
|
||
(1809, 'ko', 'fa', 'Korean'),
|
||
(1810, 'ko', 'fi', 'korea'),
|
||
(1811, 'ko', 'ga', 'Korean'),
|
||
(1812, 'ko', 'he', 'קוראנית'),
|
||
(1813, 'ko', 'hi', 'Korean'),
|
||
(1814, 'ko', 'hr', 'Korean'),
|
||
(1815, 'ko', 'hu', 'koreai'),
|
||
(1816, 'ko', 'hy', 'Korean'),
|
||
(1817, 'ko', 'id', 'Korean'),
|
||
(1818, 'ko', 'is', 'Korean'),
|
||
(1819, 'ko', 'it', 'Coreano'),
|
||
(1820, 'ko', 'ja', '韓国語'),
|
||
(1821, 'ko', 'ko', '한국어'),
|
||
(1822, 'ko', 'ku', 'Korean'),
|
||
(1823, 'ko', 'la', 'Korean'),
|
||
(1824, 'ko', 'lv', 'Korean'),
|
||
(1825, 'ko', 'lt', 'Korean'),
|
||
(1826, 'ko', 'mk', 'Korean'),
|
||
(1827, 'ko', 'mt', 'Korean'),
|
||
(1828, 'ko', 'mo', 'Korean'),
|
||
(1829, 'ko', 'mn', 'Korean'),
|
||
(1830, 'ko', 'ne', 'Korean'),
|
||
(1831, 'ko', 'nl', 'Koreaans'),
|
||
(1832, 'ko', 'nb', 'Korean'),
|
||
(1833, 'ko', 'pa', 'Korean'),
|
||
(1834, 'ko', 'pl', 'koreański'),
|
||
(1835, 'ko', 'pt-pt', 'Korean'),
|
||
(1836, 'ko', 'pt-br', 'Korean'),
|
||
(1837, 'ko', 'qu', 'Korean'),
|
||
(1838, 'ko', 'ro', 'Coreană'),
|
||
(1839, 'ko', 'ru', 'Корейский'),
|
||
(1840, 'ko', 'sl', 'Korean'),
|
||
(1841, 'ko', 'so', 'Korean'),
|
||
(1842, 'ko', 'sq', 'Korean'),
|
||
(1843, 'ko', 'sr', 'Korean'),
|
||
(1844, 'ko', 'sv', 'Koreanska'),
|
||
(1845, 'ko', 'ta', 'Korean'),
|
||
(1846, 'ko', 'th', 'เกาหลี'),
|
||
(1847, 'ko', 'tr', 'Kore dili'),
|
||
(1848, 'ko', 'uk', 'Korean'),
|
||
(1849, 'ko', 'ur', 'Korean'),
|
||
(1850, 'ko', 'uz', 'Korean'),
|
||
(1851, 'ko', 'vi', 'Korean'),
|
||
(1852, 'ko', 'yi', 'Korean'),
|
||
(1853, 'ko', 'zh-hans', '韩语'),
|
||
(1854, 'ko', 'zu', 'Korean'),
|
||
(1855, 'ko', 'zh-hant', '韓語'),
|
||
(1856, 'ko', 'ms', 'Korean'),
|
||
(1857, 'ku', 'en', 'Kurdish'),
|
||
(1858, 'ku', 'es', 'Kurdo'),
|
||
(1859, 'ku', 'de', 'Kurdisch'),
|
||
(1860, 'ku', 'fr', 'Kurde'),
|
||
(1861, 'ku', 'ar', 'الكردية'),
|
||
(1862, 'ku', 'bs', 'Kurdish'),
|
||
(1863, 'ku', 'bg', 'Kurdish'),
|
||
(1864, 'ku', 'ca', 'Kurdish'),
|
||
(1865, 'ku', 'cs', 'Kurdish'),
|
||
(1866, 'ku', 'sk', 'Kurdština'),
|
||
(1867, 'ku', 'cy', 'Kurdish'),
|
||
(1868, 'ku', 'da', 'Kurdish'),
|
||
(1869, 'ku', 'el', 'Κουρδικα'),
|
||
(1870, 'ku', 'eo', 'Kurdish'),
|
||
(1871, 'ku', 'et', 'Kurdish'),
|
||
(1872, 'ku', 'eu', 'Kurdish'),
|
||
(1873, 'ku', 'fa', 'Kurdish'),
|
||
(1874, 'ku', 'fi', 'kurdi'),
|
||
(1875, 'ku', 'ga', 'Kurdish'),
|
||
(1876, 'ku', 'he', 'Kurdish'),
|
||
(1877, 'ku', 'hi', 'Kurdish'),
|
||
(1878, 'ku', 'hr', 'Kurdish'),
|
||
(1879, 'ku', 'hu', 'kurd'),
|
||
(1880, 'ku', 'hy', 'Kurdish'),
|
||
(1881, 'ku', 'id', 'Kurdish'),
|
||
(1882, 'ku', 'is', 'Kurdish'),
|
||
(1883, 'ku', 'it', 'Curdo'),
|
||
(1884, 'ku', 'ja', 'クルド語'),
|
||
(1885, 'ku', 'ko', '쿠르드어'),
|
||
(1886, 'ku', 'ku', 'Kurdish'),
|
||
(1887, 'ku', 'la', 'Kurdish'),
|
||
(1888, 'ku', 'lv', 'Kurdish'),
|
||
(1889, 'ku', 'lt', 'Kurdish'),
|
||
(1890, 'ku', 'mk', 'Kurdish'),
|
||
(1891, 'ku', 'mt', 'Kurdish'),
|
||
(1892, 'ku', 'mo', 'Kurdish'),
|
||
(1893, 'ku', 'mn', 'Kurdish'),
|
||
(1894, 'ku', 'ne', 'Kurdish'),
|
||
(1895, 'ku', 'nl', 'Koerdish'),
|
||
(1896, 'ku', 'nb', 'Kurdish'),
|
||
(1897, 'ku', 'pa', 'Kurdish'),
|
||
(1898, 'ku', 'pl', 'kurdyjski'),
|
||
(1899, 'ku', 'pt-pt', 'Curdo'),
|
||
(1900, 'ku', 'pt-br', 'Curdo'),
|
||
(1901, 'ku', 'qu', 'Kurdish'),
|
||
(1902, 'ku', 'ro', 'Kurdă'),
|
||
(1903, 'ku', 'ru', 'Курдский'),
|
||
(1904, 'ku', 'sl', 'Kurdish'),
|
||
(1905, 'ku', 'so', 'Kurdish'),
|
||
(1906, 'ku', 'sq', 'Kurdish'),
|
||
(1907, 'ku', 'sr', 'Kurdish'),
|
||
(1908, 'ku', 'sv', 'Kurdiska'),
|
||
(1909, 'ku', 'ta', 'Kurdish'),
|
||
(1910, 'ku', 'th', 'เคอร์ดิช'),
|
||
(1911, 'ku', 'tr', 'Kürtçe'),
|
||
(1912, 'ku', 'uk', 'Kurdish'),
|
||
(1913, 'ku', 'ur', 'Kurdish'),
|
||
(1914, 'ku', 'uz', 'Kurdish'),
|
||
(1915, 'ku', 'vi', 'Kurdish'),
|
||
(1916, 'ku', 'yi', 'Kurdish'),
|
||
(1917, 'ku', 'zh-hans', '库尔德语'),
|
||
(1918, 'ku', 'zu', 'Kurdish'),
|
||
(1919, 'ku', 'zh-hant', '庫爾德語'),
|
||
(1920, 'ku', 'ms', 'Kurdish'),
|
||
(1921, 'la', 'en', 'Latin'),
|
||
(1922, 'la', 'es', 'Latín'),
|
||
(1923, 'la', 'de', 'Latein'),
|
||
(1924, 'la', 'fr', 'Latin'),
|
||
(1925, 'la', 'ar', 'اللاتينية'),
|
||
(1926, 'la', 'bs', 'Latin'),
|
||
(1927, 'la', 'bg', 'Latin'),
|
||
(1928, 'la', 'ca', 'Latin'),
|
||
(1929, 'la', 'cs', 'Latin'),
|
||
(1930, 'la', 'sk', 'Latinčina'),
|
||
(1931, 'la', 'cy', 'Latin'),
|
||
(1932, 'la', 'da', 'Latin'),
|
||
(1933, 'la', 'el', 'Λατινικη'),
|
||
(1934, 'la', 'eo', 'Latin'),
|
||
(1935, 'la', 'et', 'Latin'),
|
||
(1936, 'la', 'eu', 'Latin'),
|
||
(1937, 'la', 'fa', 'Latin'),
|
||
(1938, 'la', 'fi', 'latina'),
|
||
(1939, 'la', 'ga', 'Latin'),
|
||
(1940, 'la', 'he', 'לטינית'),
|
||
(1941, 'la', 'hi', 'Latin'),
|
||
(1942, 'la', 'hr', 'Latin'),
|
||
(1943, 'la', 'hu', 'latin'),
|
||
(1944, 'la', 'hy', 'Latin'),
|
||
(1945, 'la', 'id', 'Latin'),
|
||
(1946, 'la', 'is', 'Latin'),
|
||
(1947, 'la', 'it', 'Latino'),
|
||
(1948, 'la', 'ja', 'ラテン語'),
|
||
(1949, 'la', 'ko', '라틴어'),
|
||
(1950, 'la', 'ku', 'Latin'),
|
||
(1951, 'la', 'la', 'Latin'),
|
||
(1952, 'la', 'lv', 'Latin'),
|
||
(1953, 'la', 'lt', 'Latin'),
|
||
(1954, 'la', 'mk', 'Latin'),
|
||
(1955, 'la', 'mt', 'Latin'),
|
||
(1956, 'la', 'mo', 'Latin'),
|
||
(1957, 'la', 'mn', 'Latin'),
|
||
(1958, 'la', 'ne', 'Latin'),
|
||
(1959, 'la', 'nl', 'Latijn'),
|
||
(1960, 'la', 'nb', 'Latin'),
|
||
(1961, 'la', 'pa', 'Latin'),
|
||
(1962, 'la', 'pl', 'łaciński'),
|
||
(1963, 'la', 'pt-pt', 'Latina'),
|
||
(1964, 'la', 'pt-br', 'Latina'),
|
||
(1965, 'la', 'qu', 'Latin'),
|
||
(1966, 'la', 'ro', 'Latină'),
|
||
(1967, 'la', 'ru', 'Латинский'),
|
||
(1968, 'la', 'sl', 'Latin'),
|
||
(1969, 'la', 'so', 'Latin'),
|
||
(1970, 'la', 'sq', 'Latin'),
|
||
(1971, 'la', 'sr', 'Latin'),
|
||
(1972, 'la', 'sv', 'Latin'),
|
||
(1973, 'la', 'ta', 'Latin'),
|
||
(1974, 'la', 'th', 'ละติน'),
|
||
(1975, 'la', 'tr', 'Latince'),
|
||
(1976, 'la', 'uk', 'Latin'),
|
||
(1977, 'la', 'ur', 'Latin'),
|
||
(1978, 'la', 'uz', 'Latin'),
|
||
(1979, 'la', 'vi', 'Latin'),
|
||
(1980, 'la', 'yi', 'Latin'),
|
||
(1981, 'la', 'zh-hans', '拉丁语'),
|
||
(1982, 'la', 'zu', 'Latin'),
|
||
(1983, 'la', 'zh-hant', '拉丁語'),
|
||
(1984, 'la', 'ms', 'Latin'),
|
||
(1985, 'lv', 'en', 'Latvian'),
|
||
(1986, 'lv', 'es', 'Letón'),
|
||
(1987, 'lv', 'de', 'Lettisch'),
|
||
(1988, 'lv', 'fr', 'Letton'),
|
||
(1989, 'lv', 'ar', 'اللاتفية'),
|
||
(1990, 'lv', 'bs', 'Latvian'),
|
||
(1991, 'lv', 'bg', 'Latvian'),
|
||
(1992, 'lv', 'ca', 'Latvian'),
|
||
(1993, 'lv', 'cs', 'Latvian'),
|
||
(1994, 'lv', 'sk', 'Lotyština'),
|
||
(1995, 'lv', 'cy', 'Latvian'),
|
||
(1996, 'lv', 'da', 'Latvian'),
|
||
(1997, 'lv', 'el', 'Λετονικα'),
|
||
(1998, 'lv', 'eo', 'Latvian'),
|
||
(1999, 'lv', 'et', 'Latvian'),
|
||
(2000, 'lv', 'eu', 'Latvian'),
|
||
(2001, 'lv', 'fa', 'Latvian'),
|
||
(2002, 'lv', 'fi', 'latvia'),
|
||
(2003, 'lv', 'ga', 'Latvian'),
|
||
(2004, 'lv', 'he', 'Latvian'),
|
||
(2005, 'lv', 'hi', 'Latvian'),
|
||
(2006, 'lv', 'hr', 'Latvian'),
|
||
(2007, 'lv', 'hu', 'lett'),
|
||
(2008, 'lv', 'hy', 'Latvian'),
|
||
(2009, 'lv', 'id', 'Latvian'),
|
||
(2010, 'lv', 'is', 'Latvian'),
|
||
(2011, 'lv', 'it', 'Lettone'),
|
||
(2012, 'lv', 'ja', 'ラトビア語'),
|
||
(2013, 'lv', 'ko', '라트비아어'),
|
||
(2014, 'lv', 'ku', 'Latvian'),
|
||
(2015, 'lv', 'la', 'Latvian'),
|
||
(2016, 'lv', 'lv', 'Latviešu'),
|
||
(2017, 'lv', 'lt', 'Latvian'),
|
||
(2018, 'lv', 'mk', 'Latvian'),
|
||
(2019, 'lv', 'mt', 'Latvian'),
|
||
(2020, 'lv', 'mo', 'Latvian'),
|
||
(2021, 'lv', 'mn', 'Latvian'),
|
||
(2022, 'lv', 'ne', 'Latvian'),
|
||
(2023, 'lv', 'nl', 'Lets'),
|
||
(2024, 'lv', 'nb', 'Latvian'),
|
||
(2025, 'lv', 'pa', 'Latvian'),
|
||
(2026, 'lv', 'pl', 'łotewski'),
|
||
(2027, 'lv', 'pt-pt', 'Letão'),
|
||
(2028, 'lv', 'pt-br', 'Letão'),
|
||
(2029, 'lv', 'qu', 'Latvian'),
|
||
(2030, 'lv', 'ro', 'Letoniană'),
|
||
(2031, 'lv', 'ru', 'латышский'),
|
||
(2032, 'lv', 'sl', 'Latvian'),
|
||
(2033, 'lv', 'so', 'Latvian'),
|
||
(2034, 'lv', 'sq', 'Latvian'),
|
||
(2035, 'lv', 'sr', 'Latvian'),
|
||
(2036, 'lv', 'sv', 'Lettiska'),
|
||
(2037, 'lv', 'ta', 'Latvian'),
|
||
(2038, 'lv', 'th', 'ลัตเวีย'),
|
||
(2039, 'lv', 'tr', 'Letonca'),
|
||
(2040, 'lv', 'uk', 'Latvian'),
|
||
(2041, 'lv', 'ur', 'Latvian'),
|
||
(2042, 'lv', 'uz', 'Latvian'),
|
||
(2043, 'lv', 'vi', 'Latvian'),
|
||
(2044, 'lv', 'yi', 'Latvian'),
|
||
(2045, 'lv', 'zh-hans', '拉脱维亚语'),
|
||
(2046, 'lv', 'zu', 'Latvian'),
|
||
(2047, 'lv', 'zh-hant', '拉脫維亞語'),
|
||
(2048, 'lv', 'ms', 'Latvian'),
|
||
(2049, 'lt', 'en', 'Lithuanian'),
|
||
(2050, 'lt', 'es', 'Lituano'),
|
||
(2051, 'lt', 'de', 'Litauisch'),
|
||
(2052, 'lt', 'fr', 'Lituanien'),
|
||
(2053, 'lt', 'ar', 'اللتوانية'),
|
||
(2054, 'lt', 'bs', 'Lithuanian'),
|
||
(2055, 'lt', 'bg', 'Lithuanian'),
|
||
(2056, 'lt', 'ca', 'Lithuanian'),
|
||
(2057, 'lt', 'cs', 'Lithuanian'),
|
||
(2058, 'lt', 'sk', 'Litovčina'),
|
||
(2059, 'lt', 'cy', 'Lithuanian'),
|
||
(2060, 'lt', 'da', 'Lithuanian'),
|
||
(2061, 'lt', 'el', 'Λιθουανικα'),
|
||
(2062, 'lt', 'eo', 'Lithuanian'),
|
||
(2063, 'lt', 'et', 'Lithuanian'),
|
||
(2064, 'lt', 'eu', 'Lithuanian'),
|
||
(2065, 'lt', 'fa', 'Lithuanian'),
|
||
(2066, 'lt', 'fi', 'liettua'),
|
||
(2067, 'lt', 'ga', 'Lithuanian'),
|
||
(2068, 'lt', 'he', 'Lithuanian'),
|
||
(2069, 'lt', 'hi', 'Lithuanian'),
|
||
(2070, 'lt', 'hr', 'Lithuanian'),
|
||
(2071, 'lt', 'hu', 'litván'),
|
||
(2072, 'lt', 'hy', 'Lithuanian'),
|
||
(2073, 'lt', 'id', 'Lithuanian'),
|
||
(2074, 'lt', 'is', 'Lithuanian'),
|
||
(2075, 'lt', 'it', 'Lituano'),
|
||
(2076, 'lt', 'ja', 'リトアニア語'),
|
||
(2077, 'lt', 'ko', '리투아니아어'),
|
||
(2078, 'lt', 'ku', 'Lithuanian'),
|
||
(2079, 'lt', 'la', 'Lithuanian'),
|
||
(2080, 'lt', 'lv', 'Lithuanian'),
|
||
(2081, 'lt', 'lt', 'Lithuanian'),
|
||
(2082, 'lt', 'mk', 'Lithuanian'),
|
||
(2083, 'lt', 'mt', 'Lithuanian'),
|
||
(2084, 'lt', 'mo', 'Lithuanian'),
|
||
(2085, 'lt', 'mn', 'Lithuanian'),
|
||
(2086, 'lt', 'ne', 'Lithuanian'),
|
||
(2087, 'lt', 'nl', 'Litouws'),
|
||
(2088, 'lt', 'nb', 'Lithuanian'),
|
||
(2089, 'lt', 'pa', 'Lithuanian'),
|
||
(2090, 'lt', 'pl', 'litewski'),
|
||
(2091, 'lt', 'pt-pt', 'Lituano'),
|
||
(2092, 'lt', 'pt-br', 'Lituano'),
|
||
(2093, 'lt', 'qu', 'Lithuanian'),
|
||
(2094, 'lt', 'ro', 'Lituaniană'),
|
||
(2095, 'lt', 'ru', 'Литовский'),
|
||
(2096, 'lt', 'sl', 'Lithuanian'),
|
||
(2097, 'lt', 'so', 'Lithuanian'),
|
||
(2098, 'lt', 'sq', 'Lithuanian'),
|
||
(2099, 'lt', 'sr', 'Lithuanian'),
|
||
(2100, 'lt', 'sv', 'Litauiska'),
|
||
(2101, 'lt', 'ta', 'Lithuanian'),
|
||
(2102, 'lt', 'th', 'ลิธัวเนีย'),
|
||
(2103, 'lt', 'tr', 'Litvanyaca'),
|
||
(2104, 'lt', 'uk', 'Lithuanian'),
|
||
(2105, 'lt', 'ur', 'Lithuanian'),
|
||
(2106, 'lt', 'uz', 'Lithuanian'),
|
||
(2107, 'lt', 'vi', 'Lithuanian'),
|
||
(2108, 'lt', 'yi', 'Lithuanian'),
|
||
(2109, 'lt', 'zh-hans', '立陶宛语'),
|
||
(2110, 'lt', 'zu', 'Lithuanian'),
|
||
(2111, 'lt', 'zh-hant', '立陶宛語'),
|
||
(2112, 'lt', 'ms', 'Lithuanian'),
|
||
(2113, 'mk', 'en', 'Macedonian'),
|
||
(2114, 'mk', 'es', 'Macedonio'),
|
||
(2115, 'mk', 'de', 'Mazedonisch'),
|
||
(2116, 'mk', 'fr', 'Macédonien'),
|
||
(2117, 'mk', 'ar', 'المقدونية'),
|
||
(2118, 'mk', 'bs', 'Macedonian'),
|
||
(2119, 'mk', 'bg', 'Macedonian'),
|
||
(2120, 'mk', 'ca', 'Macedonian'),
|
||
(2121, 'mk', 'cs', 'Macedonian'),
|
||
(2122, 'mk', 'sk', 'Macedónština'),
|
||
(2123, 'mk', 'cy', 'Macedonian'),
|
||
(2124, 'mk', 'da', 'Macedonian'),
|
||
(2125, 'mk', 'el', 'Μακεδονικο'),
|
||
(2126, 'mk', 'eo', 'Macedonian'),
|
||
(2127, 'mk', 'et', 'Macedonian'),
|
||
(2128, 'mk', 'eu', 'Macedonian'),
|
||
(2129, 'mk', 'fa', 'Macedonian'),
|
||
(2130, 'mk', 'fi', 'makedonia'),
|
||
(2131, 'mk', 'ga', 'Macedonian'),
|
||
(2132, 'mk', 'he', 'Macedonian'),
|
||
(2133, 'mk', 'hi', 'Macedonian'),
|
||
(2134, 'mk', 'hr', 'Macedonian'),
|
||
(2135, 'mk', 'hu', 'macedón'),
|
||
(2136, 'mk', 'hy', 'Macedonian'),
|
||
(2137, 'mk', 'id', 'Macedonian'),
|
||
(2138, 'mk', 'is', 'Macedonian'),
|
||
(2139, 'mk', 'it', 'Macedone'),
|
||
(2140, 'mk', 'ja', 'マケドニア語'),
|
||
(2141, 'mk', 'ko', '마케도니아어'),
|
||
(2142, 'mk', 'ku', 'Macedonian'),
|
||
(2143, 'mk', 'la', 'Macedonian'),
|
||
(2144, 'mk', 'lv', 'Macedonian'),
|
||
(2145, 'mk', 'lt', 'Macedonian'),
|
||
(2146, 'mk', 'mk', 'Macedonian'),
|
||
(2147, 'mk', 'mt', 'Macedonian'),
|
||
(2148, 'mk', 'mo', 'Macedonian'),
|
||
(2149, 'mk', 'mn', 'Macedonian'),
|
||
(2150, 'mk', 'ne', 'Macedonian'),
|
||
(2151, 'mk', 'nl', 'Macedonisch'),
|
||
(2152, 'mk', 'nb', 'Macedonian'),
|
||
(2153, 'mk', 'pa', 'Macedonian'),
|
||
(2154, 'mk', 'pl', 'macedoński'),
|
||
(2155, 'mk', 'pt-pt', 'Macedônio'),
|
||
(2156, 'mk', 'pt-br', 'Macedônio'),
|
||
(2157, 'mk', 'qu', 'Macedonian'),
|
||
(2158, 'mk', 'ro', 'Macedoniană'),
|
||
(2159, 'mk', 'ru', 'Македонский'),
|
||
(2160, 'mk', 'sl', 'Macedonian'),
|
||
(2161, 'mk', 'so', 'Macedonian'),
|
||
(2162, 'mk', 'sq', 'Macedonian'),
|
||
(2163, 'mk', 'sr', 'Macedonian'),
|
||
(2164, 'mk', 'sv', 'Makedonska'),
|
||
(2165, 'mk', 'ta', 'Macedonian'),
|
||
(2166, 'mk', 'th', 'มาซิโดเนีย'),
|
||
(2167, 'mk', 'tr', 'Makedonyaca'),
|
||
(2168, 'mk', 'uk', 'Macedonian'),
|
||
(2169, 'mk', 'ur', 'Macedonian'),
|
||
(2170, 'mk', 'uz', 'Macedonian'),
|
||
(2171, 'mk', 'vi', 'Macedonian'),
|
||
(2172, 'mk', 'yi', 'Macedonian'),
|
||
(2173, 'mk', 'zh-hans', '马其顿语'),
|
||
(2174, 'mk', 'zu', 'Macedonian'),
|
||
(2175, 'mk', 'zh-hant', '馬其頓語'),
|
||
(2176, 'mk', 'ms', 'Macedonian'),
|
||
(2177, 'mt', 'en', 'Maltese'),
|
||
(2178, 'mt', 'es', 'Maltés'),
|
||
(2179, 'mt', 'de', 'Maltesisch'),
|
||
(2180, 'mt', 'fr', 'Maltais'),
|
||
(2181, 'mt', 'ar', 'المالطية'),
|
||
(2182, 'mt', 'bs', 'Maltese'),
|
||
(2183, 'mt', 'bg', 'Maltese'),
|
||
(2184, 'mt', 'ca', 'Maltese'),
|
||
(2185, 'mt', 'cs', 'Maltese'),
|
||
(2186, 'mt', 'sk', 'Maltézština'),
|
||
(2187, 'mt', 'cy', 'Maltese'),
|
||
(2188, 'mt', 'da', 'Maltese'),
|
||
(2189, 'mt', 'el', 'Μαλτεζικα'),
|
||
(2190, 'mt', 'eo', 'Maltese'),
|
||
(2191, 'mt', 'et', 'Maltese'),
|
||
(2192, 'mt', 'eu', 'Maltese'),
|
||
(2193, 'mt', 'fa', 'Maltese'),
|
||
(2194, 'mt', 'fi', 'malta'),
|
||
(2195, 'mt', 'ga', 'Maltese'),
|
||
(2196, 'mt', 'he', 'Maltese'),
|
||
(2197, 'mt', 'hi', 'Maltese'),
|
||
(2198, 'mt', 'hr', 'Maltese'),
|
||
(2199, 'mt', 'hu', 'máltai'),
|
||
(2200, 'mt', 'hy', 'Maltese'),
|
||
(2201, 'mt', 'id', 'Maltese'),
|
||
(2202, 'mt', 'is', 'Maltese'),
|
||
(2203, 'mt', 'it', 'Maltese'),
|
||
(2204, 'mt', 'ja', 'マルタ語'),
|
||
(2205, 'mt', 'ko', '몰타어'),
|
||
(2206, 'mt', 'ku', 'Maltese'),
|
||
(2207, 'mt', 'la', 'Maltese'),
|
||
(2208, 'mt', 'lv', 'Maltese'),
|
||
(2209, 'mt', 'lt', 'Maltese'),
|
||
(2210, 'mt', 'mk', 'Maltese'),
|
||
(2211, 'mt', 'mt', 'Maltese'),
|
||
(2212, 'mt', 'mo', 'Maltese'),
|
||
(2213, 'mt', 'mn', 'Maltese'),
|
||
(2214, 'mt', 'ne', 'Maltese'),
|
||
(2215, 'mt', 'nl', 'Maltees'),
|
||
(2216, 'mt', 'nb', 'Maltese'),
|
||
(2217, 'mt', 'pa', 'Maltese'),
|
||
(2218, 'mt', 'pl', 'maltański'),
|
||
(2219, 'mt', 'pt-pt', 'Maltês'),
|
||
(2220, 'mt', 'pt-br', 'Maltês'),
|
||
(2221, 'mt', 'qu', 'Maltese'),
|
||
(2222, 'mt', 'ro', 'Malteză'),
|
||
(2223, 'mt', 'ru', 'Мальтийский'),
|
||
(2224, 'mt', 'sl', 'Maltese'),
|
||
(2225, 'mt', 'so', 'Maltese'),
|
||
(2226, 'mt', 'sq', 'Maltese'),
|
||
(2227, 'mt', 'sr', 'Maltese'),
|
||
(2228, 'mt', 'sv', 'Maltesiska'),
|
||
(2229, 'mt', 'ta', 'Maltese'),
|
||
(2230, 'mt', 'th', 'มอลทีส'),
|
||
(2231, 'mt', 'tr', 'Malta dili'),
|
||
(2232, 'mt', 'uk', 'Maltese'),
|
||
(2233, 'mt', 'ur', 'Maltese'),
|
||
(2234, 'mt', 'uz', 'Maltese'),
|
||
(2235, 'mt', 'vi', 'Maltese'),
|
||
(2236, 'mt', 'yi', 'Maltese'),
|
||
(2237, 'mt', 'zh-hans', '马耳他语'),
|
||
(2238, 'mt', 'zu', 'Maltese'),
|
||
(2239, 'mt', 'zh-hant', '馬爾他語'),
|
||
(2240, 'mt', 'ms', 'Maltese'),
|
||
(2241, 'mo', 'en', 'Moldavian'),
|
||
(2242, 'mo', 'es', 'Moldavo'),
|
||
(2243, 'mo', 'de', 'Moldavisch'),
|
||
(2244, 'mo', 'fr', 'Moldave'),
|
||
(2245, 'mo', 'ar', 'المولدوفية'),
|
||
(2246, 'mo', 'bs', 'Moldavian'),
|
||
(2247, 'mo', 'bg', 'Moldavian'),
|
||
(2248, 'mo', 'ca', 'Moldavian'),
|
||
(2249, 'mo', 'cs', 'Moldavian'),
|
||
(2250, 'mo', 'sk', 'Moldavčina'),
|
||
(2251, 'mo', 'cy', 'Moldavian'),
|
||
(2252, 'mo', 'da', 'Moldavian'),
|
||
(2253, 'mo', 'el', 'Μολδαβικα'),
|
||
(2254, 'mo', 'eo', 'Moldavian'),
|
||
(2255, 'mo', 'et', 'Moldavian'),
|
||
(2256, 'mo', 'eu', 'Moldavian'),
|
||
(2257, 'mo', 'fa', 'Moldavian'),
|
||
(2258, 'mo', 'fi', 'moldavia'),
|
||
(2259, 'mo', 'ga', 'Moldavian'),
|
||
(2260, 'mo', 'he', 'Moldavian'),
|
||
(2261, 'mo', 'hi', 'Moldavian'),
|
||
(2262, 'mo', 'hr', 'Moldavian'),
|
||
(2263, 'mo', 'hu', 'moldovai'),
|
||
(2264, 'mo', 'hy', 'Moldavian'),
|
||
(2265, 'mo', 'id', 'Moldavian'),
|
||
(2266, 'mo', 'is', 'Moldavian'),
|
||
(2267, 'mo', 'it', 'Moldavo'),
|
||
(2268, 'mo', 'ja', 'モルダビア語'),
|
||
(2269, 'mo', 'ko', '몰다비아어'),
|
||
(2270, 'mo', 'ku', 'Moldavian'),
|
||
(2271, 'mo', 'la', 'Moldavian'),
|
||
(2272, 'mo', 'lv', 'Moldavian'),
|
||
(2273, 'mo', 'lt', 'Moldavian'),
|
||
(2274, 'mo', 'mk', 'Moldavian'),
|
||
(2275, 'mo', 'mt', 'Moldavian'),
|
||
(2276, 'mo', 'mo', 'Moldavian'),
|
||
(2277, 'mo', 'mn', 'Moldavian'),
|
||
(2278, 'mo', 'ne', 'Moldavian'),
|
||
(2279, 'mo', 'nl', 'Moldavisch'),
|
||
(2280, 'mo', 'nb', 'Moldavian'),
|
||
(2281, 'mo', 'pa', 'Moldavian'),
|
||
(2282, 'mo', 'pl', 'mołdawski'),
|
||
(2283, 'mo', 'pt-pt', 'Moldavo'),
|
||
(2284, 'mo', 'pt-br', 'Moldavo'),
|
||
(2285, 'mo', 'qu', 'Moldavian'),
|
||
(2286, 'mo', 'ro', 'Moldoveană'),
|
||
(2287, 'mo', 'ru', 'Молдавский'),
|
||
(2288, 'mo', 'sl', 'Moldavian'),
|
||
(2289, 'mo', 'so', 'Moldavian'),
|
||
(2290, 'mo', 'sq', 'Moldavian'),
|
||
(2291, 'mo', 'sr', 'Moldavian'),
|
||
(2292, 'mo', 'sv', 'Moldaviska'),
|
||
(2293, 'mo', 'ta', 'Moldavian'),
|
||
(2294, 'mo', 'th', 'มอลดาเวียน'),
|
||
(2295, 'mo', 'tr', 'Moldovyaca'),
|
||
(2296, 'mo', 'uk', 'Moldavian'),
|
||
(2297, 'mo', 'ur', 'Moldavian'),
|
||
(2298, 'mo', 'uz', 'Moldavian'),
|
||
(2299, 'mo', 'vi', 'Moldavian'),
|
||
(2300, 'mo', 'yi', 'Moldavian'),
|
||
(2301, 'mo', 'zh-hans', '摩尔达维亚语'),
|
||
(2302, 'mo', 'zu', 'Moldavian'),
|
||
(2303, 'mo', 'zh-hant', '摩爾達維亞語'),
|
||
(2304, 'mo', 'ms', 'Moldavian'),
|
||
(2305, 'mn', 'en', 'Mongolian'),
|
||
(2306, 'mn', 'es', 'Mongol'),
|
||
(2307, 'mn', 'de', 'Mongolisch'),
|
||
(2308, 'mn', 'fr', 'Mongol'),
|
||
(2309, 'mn', 'ar', 'المنغولية'),
|
||
(2310, 'mn', 'bs', 'Mongolian'),
|
||
(2311, 'mn', 'bg', 'Mongolian'),
|
||
(2312, 'mn', 'ca', 'Mongolian'),
|
||
(2313, 'mn', 'cs', 'Mongolian'),
|
||
(2314, 'mn', 'sk', 'Mongolština'),
|
||
(2315, 'mn', 'cy', 'Mongolian'),
|
||
(2316, 'mn', 'da', 'Mongolian'),
|
||
(2317, 'mn', 'el', 'Μογγολικα'),
|
||
(2318, 'mn', 'eo', 'Mongolian'),
|
||
(2319, 'mn', 'et', 'Mongolian'),
|
||
(2320, 'mn', 'eu', 'Mongolian'),
|
||
(2321, 'mn', 'fa', 'Mongolian'),
|
||
(2322, 'mn', 'fi', 'mongoli'),
|
||
(2323, 'mn', 'ga', 'Mongolian'),
|
||
(2324, 'mn', 'he', 'Mongolian'),
|
||
(2325, 'mn', 'hi', 'Mongolian'),
|
||
(2326, 'mn', 'hr', 'Mongolian'),
|
||
(2327, 'mn', 'hu', 'mongol'),
|
||
(2328, 'mn', 'hy', 'Mongolian'),
|
||
(2329, 'mn', 'id', 'Mongolian'),
|
||
(2330, 'mn', 'is', 'Mongolian'),
|
||
(2331, 'mn', 'it', 'Mongolo'),
|
||
(2332, 'mn', 'ja', 'モンゴル語'),
|
||
(2333, 'mn', 'ko', '몽골어'),
|
||
(2334, 'mn', 'ku', 'Mongolian'),
|
||
(2335, 'mn', 'la', 'Mongolian'),
|
||
(2336, 'mn', 'lv', 'Mongolian'),
|
||
(2337, 'mn', 'lt', 'Mongolian'),
|
||
(2338, 'mn', 'mk', 'Mongolian'),
|
||
(2339, 'mn', 'mt', 'Mongolian'),
|
||
(2340, 'mn', 'mo', 'Mongolian'),
|
||
(2341, 'mn', 'mn', 'Mongolian'),
|
||
(2342, 'mn', 'ne', 'Mongolian'),
|
||
(2343, 'mn', 'nl', 'Mongools'),
|
||
(2344, 'mn', 'nb', 'Mongolian'),
|
||
(2345, 'mn', 'pa', 'Mongolian'),
|
||
(2346, 'mn', 'pl', 'mongolski'),
|
||
(2347, 'mn', 'pt-pt', 'Mongolian'),
|
||
(2348, 'mn', 'pt-br', 'Mongolian'),
|
||
(2349, 'mn', 'qu', 'Mongolian'),
|
||
(2350, 'mn', 'ro', 'Mongoleză'),
|
||
(2351, 'mn', 'ru', 'Монгольский'),
|
||
(2352, 'mn', 'sl', 'Mongolian'),
|
||
(2353, 'mn', 'so', 'Mongolian'),
|
||
(2354, 'mn', 'sq', 'Mongolian'),
|
||
(2355, 'mn', 'sr', 'Mongolian'),
|
||
(2356, 'mn', 'sv', 'Mongoliska'),
|
||
(2357, 'mn', 'ta', 'Mongolian'),
|
||
(2358, 'mn', 'th', 'มองโกเลีย'),
|
||
(2359, 'mn', 'tr', 'Mongolca'),
|
||
(2360, 'mn', 'uk', 'Mongolian'),
|
||
(2361, 'mn', 'ur', 'Mongolian'),
|
||
(2362, 'mn', 'uz', 'Mongolian'),
|
||
(2363, 'mn', 'vi', 'Mongolian'),
|
||
(2364, 'mn', 'yi', 'Mongolian'),
|
||
(2365, 'mn', 'zh-hans', '蒙古语'),
|
||
(2366, 'mn', 'zu', 'Mongolian'),
|
||
(2367, 'mn', 'zh-hant', '蒙古語'),
|
||
(2368, 'mn', 'ms', 'Mongolian'),
|
||
(2369, 'ne', 'en', 'Nepali'),
|
||
(2370, 'ne', 'es', 'Nepalí'),
|
||
(2371, 'ne', 'de', 'Nepali'),
|
||
(2372, 'ne', 'fr', 'Népalais'),
|
||
(2373, 'ne', 'ar', 'النيبالية'),
|
||
(2374, 'ne', 'bs', 'Nepali'),
|
||
(2375, 'ne', 'bg', 'Nepali'),
|
||
(2376, 'ne', 'ca', 'Nepali'),
|
||
(2377, 'ne', 'cs', 'Nepali'),
|
||
(2378, 'ne', 'sk', 'Nepálčina'),
|
||
(2379, 'ne', 'cy', 'Nepali'),
|
||
(2380, 'ne', 'da', 'Nepali'),
|
||
(2381, 'ne', 'el', 'Νεπαλι'),
|
||
(2382, 'ne', 'eo', 'Nepali'),
|
||
(2383, 'ne', 'et', 'Nepali'),
|
||
(2384, 'ne', 'eu', 'Nepali'),
|
||
(2385, 'ne', 'fa', 'Nepali'),
|
||
(2386, 'ne', 'fi', 'nepali'),
|
||
(2387, 'ne', 'ga', 'Nepali'),
|
||
(2388, 'ne', 'he', 'Nepali'),
|
||
(2389, 'ne', 'hi', 'Nepali'),
|
||
(2390, 'ne', 'hr', 'Nepali'),
|
||
(2391, 'ne', 'hu', 'nepáli'),
|
||
(2392, 'ne', 'hy', 'Nepali'),
|
||
(2393, 'ne', 'id', 'Nepali'),
|
||
(2394, 'ne', 'is', 'Nepali'),
|
||
(2395, 'ne', 'it', 'Nepalese'),
|
||
(2396, 'ne', 'ja', 'ネパール語'),
|
||
(2397, 'ne', 'ko', '네팔어'),
|
||
(2398, 'ne', 'ku', 'Nepali'),
|
||
(2399, 'ne', 'la', 'Nepali'),
|
||
(2400, 'ne', 'lv', 'Nepali'),
|
||
(2401, 'ne', 'lt', 'Nepali'),
|
||
(2402, 'ne', 'mk', 'Nepali'),
|
||
(2403, 'ne', 'mt', 'Nepali'),
|
||
(2404, 'ne', 'mo', 'Nepali'),
|
||
(2405, 'ne', 'mn', 'Nepali'),
|
||
(2406, 'ne', 'ne', 'Nepali'),
|
||
(2407, 'ne', 'nl', 'Nepalees'),
|
||
(2408, 'ne', 'nb', 'Nepali'),
|
||
(2409, 'ne', 'pa', 'Nepali'),
|
||
(2410, 'ne', 'pl', 'nepalski'),
|
||
(2411, 'ne', 'pt-pt', 'Nepali'),
|
||
(2412, 'ne', 'pt-br', 'Nepali'),
|
||
(2413, 'ne', 'qu', 'Nepali'),
|
||
(2414, 'ne', 'ro', 'Nepaleză'),
|
||
(2415, 'ne', 'ru', 'Непальский'),
|
||
(2416, 'ne', 'sl', 'Nepali'),
|
||
(2417, 'ne', 'so', 'Nepali'),
|
||
(2418, 'ne', 'sq', 'Nepali'),
|
||
(2419, 'ne', 'sr', 'Nepali'),
|
||
(2420, 'ne', 'sv', 'Nepalesiska'),
|
||
(2421, 'ne', 'ta', 'Nepali'),
|
||
(2422, 'ne', 'th', 'เนปาล'),
|
||
(2423, 'ne', 'tr', 'Nepal dili'),
|
||
(2424, 'ne', 'uk', 'Nepali'),
|
||
(2425, 'ne', 'ur', 'Nepali'),
|
||
(2426, 'ne', 'uz', 'Nepali'),
|
||
(2427, 'ne', 'vi', 'Nepali'),
|
||
(2428, 'ne', 'yi', 'Nepali'),
|
||
(2429, 'ne', 'zh-hans', '尼泊尔语'),
|
||
(2430, 'ne', 'zu', 'Nepali'),
|
||
(2431, 'ne', 'zh-hant', '尼泊爾語'),
|
||
(2432, 'ne', 'ms', 'Nepali'),
|
||
(2433, 'nl', 'en', 'Dutch'),
|
||
(2434, 'nl', 'es', 'Holandés'),
|
||
(2435, 'nl', 'de', 'Holländisch'),
|
||
(2436, 'nl', 'fr', 'Néerlandais'),
|
||
(2437, 'nl', 'ar', 'الهولندية'),
|
||
(2438, 'nl', 'bs', 'Dutch'),
|
||
(2439, 'nl', 'bg', 'Dutch'),
|
||
(2440, 'nl', 'ca', 'Dutch'),
|
||
(2441, 'nl', 'cs', 'Dutch'),
|
||
(2442, 'nl', 'sk', 'Holandčina'),
|
||
(2443, 'nl', 'cy', 'Dutch'),
|
||
(2444, 'nl', 'da', 'Dutch'),
|
||
(2445, 'nl', 'el', 'Ολλανδικα'),
|
||
(2446, 'nl', 'eo', 'Dutch'),
|
||
(2447, 'nl', 'et', 'Dutch'),
|
||
(2448, 'nl', 'eu', 'Dutch'),
|
||
(2449, 'nl', 'fa', 'Dutch'),
|
||
(2450, 'nl', 'fi', 'hollanti'),
|
||
(2451, 'nl', 'ga', 'Dutch'),
|
||
(2452, 'nl', 'he', 'הולנדית'),
|
||
(2453, 'nl', 'hi', 'Dutch'),
|
||
(2454, 'nl', 'hr', 'Dutch'),
|
||
(2455, 'nl', 'hu', 'holland'),
|
||
(2456, 'nl', 'hy', 'Dutch'),
|
||
(2457, 'nl', 'id', 'Dutch'),
|
||
(2458, 'nl', 'is', 'Dutch'),
|
||
(2459, 'nl', 'it', 'Neerlandese'),
|
||
(2460, 'nl', 'ja', 'オランダ語'),
|
||
(2461, 'nl', 'ko', '화란어'),
|
||
(2462, 'nl', 'ku', 'Dutch'),
|
||
(2463, 'nl', 'la', 'Dutch'),
|
||
(2464, 'nl', 'lv', 'Dutch'),
|
||
(2465, 'nl', 'lt', 'Dutch'),
|
||
(2466, 'nl', 'mk', 'Dutch'),
|
||
(2467, 'nl', 'mt', 'Dutch'),
|
||
(2468, 'nl', 'mo', 'Dutch'),
|
||
(2469, 'nl', 'mn', 'Dutch'),
|
||
(2470, 'nl', 'ne', 'Dutch'),
|
||
(2471, 'nl', 'nl', 'Nederlands'),
|
||
(2472, 'nl', 'nb', 'Dutch'),
|
||
(2473, 'nl', 'pa', 'Dutch'),
|
||
(2474, 'nl', 'pl', 'holenderski'),
|
||
(2475, 'nl', 'pt-pt', 'Holandês'),
|
||
(2476, 'nl', 'pt-br', 'Holandês'),
|
||
(2477, 'nl', 'qu', 'Dutch'),
|
||
(2478, 'nl', 'ro', 'Olaneză'),
|
||
(2479, 'nl', 'ru', 'Голландский'),
|
||
(2480, 'nl', 'sl', 'Dutch'),
|
||
(2481, 'nl', 'so', 'Dutch'),
|
||
(2482, 'nl', 'sq', 'Dutch'),
|
||
(2483, 'nl', 'sr', 'Dutch'),
|
||
(2484, 'nl', 'sv', 'Nederländska'),
|
||
(2485, 'nl', 'ta', 'Dutch'),
|
||
(2486, 'nl', 'th', 'ดัตช์'),
|
||
(2487, 'nl', 'tr', 'Hollandaca'),
|
||
(2488, 'nl', 'uk', 'Dutch'),
|
||
(2489, 'nl', 'ur', 'Dutch'),
|
||
(2490, 'nl', 'uz', 'Dutch'),
|
||
(2491, 'nl', 'vi', 'Dutch'),
|
||
(2492, 'nl', 'yi', 'Dutch'),
|
||
(2493, 'nl', 'zh-hans', '荷兰语'),
|
||
(2494, 'nl', 'zu', 'Dutch'),
|
||
(2495, 'nl', 'zh-hant', '荷蘭語'),
|
||
(2496, 'nl', 'ms', 'Dutch'),
|
||
(2497, 'nb', 'en', 'Norwegian Bokmål'),
|
||
(2498, 'nb', 'es', 'Bokmål'),
|
||
(2499, 'nb', 'de', 'Norwegisch (Buchsprache)'),
|
||
(2500, 'nb', 'fr', 'Norvégien Bokmål'),
|
||
(2501, 'nb', 'ar', 'البوكمالية النرويجية'),
|
||
(2502, 'nb', 'bs', 'Norwegian Bokmål'),
|
||
(2503, 'nb', 'bg', 'Norwegian Bokmål'),
|
||
(2504, 'nb', 'ca', 'Norwegian Bokmål'),
|
||
(2505, 'nb', 'cs', 'Norwegian Bokmål'),
|
||
(2506, 'nb', 'sk', 'Nórsky jazyk Bokmål'),
|
||
(2507, 'nb', 'cy', 'Norwegian Bokmål'),
|
||
(2508, 'nb', 'da', 'Norwegian Bokmål'),
|
||
(2509, 'nb', 'el', 'Νορβηγικα'),
|
||
(2510, 'nb', 'eo', 'Norwegian Bokmål'),
|
||
(2511, 'nb', 'et', 'Norwegian Bokmål'),
|
||
(2512, 'nb', 'eu', 'Norwegian Bokmål'),
|
||
(2513, 'nb', 'fa', 'Norwegian Bokmål'),
|
||
(2514, 'nb', 'fi', 'kirjanorja'),
|
||
(2515, 'nb', 'ga', 'Norwegian Bokmål'),
|
||
(2516, 'nb', 'he', 'נורווגית'),
|
||
(2517, 'nb', 'hi', 'Norwegian Bokmål'),
|
||
(2518, 'nb', 'hr', 'Norwegian Bokmål'),
|
||
(2519, 'nb', 'hu', 'norvég bokmål'),
|
||
(2520, 'nb', 'hy', 'Norwegian Bokmål'),
|
||
(2521, 'nb', 'id', 'Norwegian Bokmål'),
|
||
(2522, 'nb', 'is', 'Norwegian Bokmål'),
|
||
(2523, 'nb', 'it', 'Norvegese Bokmål'),
|
||
(2524, 'nb', 'ja', 'ノルウェー・ブークモール'),
|
||
(2525, 'nb', 'ko', '노르웨이 보크말어'),
|
||
(2526, 'nb', 'ku', 'Norwegian Bokmål'),
|
||
(2527, 'nb', 'la', 'Norwegian Bokmål'),
|
||
(2528, 'nb', 'lv', 'Norwegian Bokmål'),
|
||
(2529, 'nb', 'lt', 'Norwegian Bokmål'),
|
||
(2530, 'nb', 'mk', 'Norwegian Bokmål'),
|
||
(2531, 'nb', 'mt', 'Norwegian Bokmål'),
|
||
(2532, 'nb', 'mo', 'Norwegian Bokmål'),
|
||
(2533, 'nb', 'mn', 'Norwegian Bokmål'),
|
||
(2534, 'nb', 'ne', 'Norwegian Bokmål'),
|
||
(2535, 'nb', 'nl', 'Noors Bokmål'),
|
||
(2536, 'nb', 'nb', 'Norwegian Bokmål'),
|
||
(2537, 'nb', 'pa', 'Norwegian Bokmål'),
|
||
(2538, 'nb', 'pl', 'norweski bokmål'),
|
||
(2539, 'nb', 'pt-pt', 'Norueguês'),
|
||
(2540, 'nb', 'pt-br', 'Norueguês'),
|
||
(2541, 'nb', 'qu', 'Norwegian Bokmål'),
|
||
(2542, 'nb', 'ro', 'Bokmål (norvegiană)'),
|
||
(2543, 'nb', 'ru', 'Норвежский букмол'),
|
||
(2544, 'nb', 'sl', 'Norwegian Bokmål'),
|
||
(2545, 'nb', 'so', 'Norwegian Bokmål'),
|
||
(2546, 'nb', 'sq', 'Norwegian Bokmål'),
|
||
(2547, 'nb', 'sr', 'Norwegian Bokmål'),
|
||
(2548, 'nb', 'sv', 'Norskt Bokmål'),
|
||
(2549, 'nb', 'ta', 'Norwegian Bokmål'),
|
||
(2550, 'nb', 'th', 'นอร์วิเจียนบอกมาล'),
|
||
(2551, 'nb', 'tr', 'Bokmal Norveç dili'),
|
||
(2552, 'nb', 'uk', 'Norwegian Bokmål'),
|
||
(2553, 'nb', 'ur', 'Norwegian Bokmål'),
|
||
(2554, 'nb', 'uz', 'Norwegian Bokmål'),
|
||
(2555, 'nb', 'vi', 'Norwegian Bokmål'),
|
||
(2556, 'nb', 'yi', 'Norwegian Bokmål'),
|
||
(2557, 'nb', 'zh-hans', '挪威布克莫尔语'),
|
||
(2558, 'nb', 'zu', 'Norwegian Bokmål'),
|
||
(2559, 'nb', 'zh-hant', '挪威布克莫爾語'),
|
||
(2560, 'nb', 'ms', 'Norwegian Bokmål'),
|
||
(2561, 'pa', 'en', 'Punjabi'),
|
||
(2562, 'pa', 'es', 'Panyabí'),
|
||
(2563, 'pa', 'de', 'Pandschabi'),
|
||
(2564, 'pa', 'fr', 'Panjabi'),
|
||
(2565, 'pa', 'ar', 'البنجابية'),
|
||
(2566, 'pa', 'bs', 'Punjabi'),
|
||
(2567, 'pa', 'bg', 'Punjabi'),
|
||
(2568, 'pa', 'ca', 'Punjabi'),
|
||
(2569, 'pa', 'cs', 'Punjabi'),
|
||
(2570, 'pa', 'sk', 'Pandžábčina'),
|
||
(2571, 'pa', 'cy', 'Punjabi'),
|
||
(2572, 'pa', 'da', 'Punjabi'),
|
||
(2573, 'pa', 'el', 'Panjabi'),
|
||
(2574, 'pa', 'eo', 'Punjabi'),
|
||
(2575, 'pa', 'et', 'Punjabi'),
|
||
(2576, 'pa', 'eu', 'Punjabi'),
|
||
(2577, 'pa', 'fa', 'Punjabi'),
|
||
(2578, 'pa', 'fi', 'pandzabi'),
|
||
(2579, 'pa', 'ga', 'Punjabi'),
|
||
(2580, 'pa', 'he', 'Punjabi'),
|
||
(2581, 'pa', 'hi', 'Punjabi'),
|
||
(2582, 'pa', 'hr', 'Punjabi'),
|
||
(2583, 'pa', 'hu', 'pandzsábi'),
|
||
(2584, 'pa', 'hy', 'Punjabi'),
|
||
(2585, 'pa', 'id', 'Punjabi'),
|
||
(2586, 'pa', 'is', 'Punjabi'),
|
||
(2587, 'pa', 'it', 'Panjabi'),
|
||
(2588, 'pa', 'ja', 'パンジャーブ語'),
|
||
(2589, 'pa', 'ko', '펀자브어'),
|
||
(2590, 'pa', 'ku', 'Punjabi'),
|
||
(2591, 'pa', 'la', 'Punjabi'),
|
||
(2592, 'pa', 'lv', 'Punjabi'),
|
||
(2593, 'pa', 'lt', 'Punjabi'),
|
||
(2594, 'pa', 'mk', 'Punjabi'),
|
||
(2595, 'pa', 'mt', 'Punjabi'),
|
||
(2596, 'pa', 'mo', 'Punjabi'),
|
||
(2597, 'pa', 'mn', 'Punjabi'),
|
||
(2598, 'pa', 'ne', 'Punjabi'),
|
||
(2599, 'pa', 'nl', 'Punjabi'),
|
||
(2600, 'pa', 'nb', 'Punjabi'),
|
||
(2601, 'pa', 'pa', 'Punjabi'),
|
||
(2602, 'pa', 'pl', 'pendżabi'),
|
||
(2603, 'pa', 'pt-pt', 'Panjabi'),
|
||
(2604, 'pa', 'pt-br', 'Panjabi'),
|
||
(2605, 'pa', 'qu', 'Punjabi'),
|
||
(2606, 'pa', 'ro', 'Punjabi'),
|
||
(2607, 'pa', 'ru', 'Панджаби'),
|
||
(2608, 'pa', 'sl', 'Punjabi'),
|
||
(2609, 'pa', 'so', 'Punjabi'),
|
||
(2610, 'pa', 'sq', 'Punjabi'),
|
||
(2611, 'pa', 'sr', 'Punjabi'),
|
||
(2612, 'pa', 'sv', 'Punjabi'),
|
||
(2613, 'pa', 'ta', 'Punjabi'),
|
||
(2614, 'pa', 'th', 'ปัญจาบ'),
|
||
(2615, 'pa', 'tr', 'Pencapça'),
|
||
(2616, 'pa', 'uk', 'Punjabi'),
|
||
(2617, 'pa', 'ur', 'Punjabi'),
|
||
(2618, 'pa', 'uz', 'Punjabi'),
|
||
(2619, 'pa', 'vi', 'Punjabi'),
|
||
(2620, 'pa', 'yi', 'Punjabi'),
|
||
(2621, 'pa', 'zh-hans', '旁遮普语'),
|
||
(2622, 'pa', 'zu', 'Punjabi'),
|
||
(2623, 'pa', 'zh-hant', '旁遮普語'),
|
||
(2624, 'pa', 'ms', 'Punjabi'),
|
||
(2625, 'pl', 'en', 'Polish'),
|
||
(2626, 'pl', 'es', 'Polaco'),
|
||
(2627, 'pl', 'de', 'Polnisch'),
|
||
(2628, 'pl', 'fr', 'Polonais'),
|
||
(2629, 'pl', 'ar', 'البولندية'),
|
||
(2630, 'pl', 'bs', 'Polish'),
|
||
(2631, 'pl', 'bg', 'Polish'),
|
||
(2632, 'pl', 'ca', 'Polish'),
|
||
(2633, 'pl', 'cs', 'Polish'),
|
||
(2634, 'pl', 'sk', 'Polština'),
|
||
(2635, 'pl', 'cy', 'Polish'),
|
||
(2636, 'pl', 'da', 'Polish'),
|
||
(2637, 'pl', 'el', 'Πολωνικα'),
|
||
(2638, 'pl', 'eo', 'Polish'),
|
||
(2639, 'pl', 'et', 'Polish'),
|
||
(2640, 'pl', 'eu', 'Polish'),
|
||
(2641, 'pl', 'fa', 'Polish'),
|
||
(2642, 'pl', 'fi', 'puola'),
|
||
(2643, 'pl', 'ga', 'Polish'),
|
||
(2644, 'pl', 'he', 'פולנית'),
|
||
(2645, 'pl', 'hi', 'Polish'),
|
||
(2646, 'pl', 'hr', 'Polish'),
|
||
(2647, 'pl', 'hu', 'lengyel'),
|
||
(2648, 'pl', 'hy', 'Polish'),
|
||
(2649, 'pl', 'id', 'Polish'),
|
||
(2650, 'pl', 'is', 'Polish'),
|
||
(2651, 'pl', 'it', 'Polacco'),
|
||
(2652, 'pl', 'ja', 'ポーランド語'),
|
||
(2653, 'pl', 'ko', '폴란드어'),
|
||
(2654, 'pl', 'ku', 'Polish'),
|
||
(2655, 'pl', 'la', 'Polish'),
|
||
(2656, 'pl', 'lv', 'Polish'),
|
||
(2657, 'pl', 'lt', 'Polish'),
|
||
(2658, 'pl', 'mk', 'Polish'),
|
||
(2659, 'pl', 'mt', 'Polish'),
|
||
(2660, 'pl', 'mo', 'Polish'),
|
||
(2661, 'pl', 'mn', 'Polish'),
|
||
(2662, 'pl', 'ne', 'Polish'),
|
||
(2663, 'pl', 'nl', 'Pools'),
|
||
(2664, 'pl', 'nb', 'Polish'),
|
||
(2665, 'pl', 'pa', 'Polish'),
|
||
(2666, 'pl', 'pl', 'polski'),
|
||
(2667, 'pl', 'pt-pt', 'Polonês'),
|
||
(2668, 'pl', 'pt-br', 'Polonês'),
|
||
(2669, 'pl', 'qu', 'Polish'),
|
||
(2670, 'pl', 'ro', 'Poloneză'),
|
||
(2671, 'pl', 'ru', 'Польский'),
|
||
(2672, 'pl', 'sl', 'Polish'),
|
||
(2673, 'pl', 'so', 'Polish'),
|
||
(2674, 'pl', 'sq', 'Polish'),
|
||
(2675, 'pl', 'sr', 'Polish'),
|
||
(2676, 'pl', 'sv', 'Polska'),
|
||
(2677, 'pl', 'ta', 'Polish'),
|
||
(2678, 'pl', 'th', 'โปแลนด์'),
|
||
(2679, 'pl', 'tr', 'Polonyaca'),
|
||
(2680, 'pl', 'uk', 'Polish'),
|
||
(2681, 'pl', 'ur', 'Polish'),
|
||
(2682, 'pl', 'uz', 'Polish'),
|
||
(2683, 'pl', 'vi', 'Polish'),
|
||
(2684, 'pl', 'yi', 'Polish'),
|
||
(2685, 'pl', 'zh-hans', '波兰语'),
|
||
(2686, 'pl', 'zu', 'Polish'),
|
||
(2687, 'pl', 'zh-hant', '波蘭語'),
|
||
(2688, 'pl', 'ms', 'Polish'),
|
||
(2689, 'pt-pt', 'en', 'Portuguese (Portugal)'),
|
||
(2690, 'pt-pt', 'es', 'Portugués, Portugal'),
|
||
(2691, 'pt-pt', 'de', 'Portugiesisch, Portugal'),
|
||
(2692, 'pt-pt', 'fr', 'Portugais - du Portugal'),
|
||
(2693, 'pt-pt', 'ar', 'البرتغالية ، البرتغال'),
|
||
(2694, 'pt-pt', 'bs', 'Portuguese, Portugal'),
|
||
(2695, 'pt-pt', 'bg', 'Portuguese, Portugal'),
|
||
(2696, 'pt-pt', 'ca', 'Portuguese, Portugal'),
|
||
(2697, 'pt-pt', 'cs', 'Portuguese, Portugal'),
|
||
(2698, 'pt-pt', 'sk', 'Portugalština'),
|
||
(2699, 'pt-pt', 'cy', 'Portuguese, Portugal'),
|
||
(2700, 'pt-pt', 'da', 'Portuguese, Portugal'),
|
||
(2701, 'pt-pt', 'el', 'Πορτογαλικα'),
|
||
(2702, 'pt-pt', 'eo', 'Portuguese, Portugal'),
|
||
(2703, 'pt-pt', 'et', 'Portuguese, Portugal'),
|
||
(2704, 'pt-pt', 'eu', 'Portuguese, Portugal'),
|
||
(2705, 'pt-pt', 'fa', 'Portuguese, Portugal'),
|
||
(2706, 'pt-pt', 'fi', 'portugali'),
|
||
(2707, 'pt-pt', 'ga', 'Portuguese, Portugal'),
|
||
(2708, 'pt-pt', 'he', 'פורטוגזית'),
|
||
(2709, 'pt-pt', 'hi', 'Portuguese, Portugal'),
|
||
(2710, 'pt-pt', 'hr', 'Portuguese, Portugal'),
|
||
(2711, 'pt-pt', 'hu', 'portugál'),
|
||
(2712, 'pt-pt', 'hy', 'Portuguese, Portugal'),
|
||
(2713, 'pt-pt', 'id', 'Portuguese, Portugal'),
|
||
(2714, 'pt-pt', 'is', 'Portuguese, Portugal'),
|
||
(2715, 'pt-pt', 'it', 'Portoghese, Portogallo'),
|
||
(2716, 'pt-pt', 'ja', 'ポルトガル語'),
|
||
(2717, 'pt-pt', 'ko', '포르투갈 포르투갈어'),
|
||
(2718, 'pt-pt', 'ku', 'Portuguese, Portugal'),
|
||
(2719, 'pt-pt', 'la', 'Portuguese, Portugal'),
|
||
(2720, 'pt-pt', 'lv', 'Portuguese, Portugal'),
|
||
(2721, 'pt-pt', 'lt', 'Portuguese, Portugal'),
|
||
(2722, 'pt-pt', 'mk', 'Portuguese, Portugal'),
|
||
(2723, 'pt-pt', 'mt', 'Portuguese, Portugal'),
|
||
(2724, 'pt-pt', 'mo', 'Portuguese, Portugal'),
|
||
(2725, 'pt-pt', 'mn', 'Portuguese, Portugal'),
|
||
(2726, 'pt-pt', 'ne', 'Portuguese, Portugal'),
|
||
(2727, 'pt-pt', 'nl', 'Portugees, Portugal'),
|
||
(2728, 'pt-pt', 'nb', 'Portuguese, Portugal'),
|
||
(2729, 'pt-pt', 'pa', 'Portuguese, Portugal'),
|
||
(2730, 'pt-pt', 'pl', 'portugalski, Portugalia'),
|
||
(2731, 'pt-pt', 'pt-pt', 'Português'),
|
||
(2732, 'pt-pt', 'pt-br', 'Português'),
|
||
(2733, 'pt-pt', 'qu', 'Portuguese, Portugal'),
|
||
(2734, 'pt-pt', 'ro', 'Portugheză (Portugalia)'),
|
||
(2735, 'pt-pt', 'ru', 'Португальский, Португалия'),
|
||
(2736, 'pt-pt', 'sl', 'Portuguese, Portugal'),
|
||
(2737, 'pt-pt', 'so', 'Portuguese, Portugal'),
|
||
(2738, 'pt-pt', 'sq', 'Portuguese, Portugal'),
|
||
(2739, 'pt-pt', 'sr', 'Portuguese, Portugal'),
|
||
(2740, 'pt-pt', 'sv', 'Portugisiska, Portugal'),
|
||
(2741, 'pt-pt', 'ta', 'Portuguese, Portugal'),
|
||
(2742, 'pt-pt', 'th', 'โปรตุเกส'),
|
||
(2743, 'pt-pt', 'tr', 'Portekizce, Portekiz'),
|
||
(2744, 'pt-pt', 'uk', 'Portuguese, Portugal'),
|
||
(2745, 'pt-pt', 'ur', 'Portuguese, Portugal'),
|
||
(2746, 'pt-pt', 'uz', 'Portuguese, Portugal'),
|
||
(2747, 'pt-pt', 'vi', 'Portuguese, Portugal'),
|
||
(2748, 'pt-pt', 'yi', 'Portuguese, Portugal'),
|
||
(2749, 'pt-pt', 'zh-hans', '葡萄牙语(葡萄牙)'),
|
||
(2750, 'pt-pt', 'zu', 'Portuguese, Portugal'),
|
||
(2751, 'pt-pt', 'zh-hant', '葡萄牙語(葡萄牙)'),
|
||
(2752, 'pt-pt', 'ms', 'Portuguese, Portugal'),
|
||
(2753, 'pt-br', 'en', 'Portuguese (Brazil)'),
|
||
(2754, 'pt-br', 'es', 'Portugués, Brasil'),
|
||
(2755, 'pt-br', 'de', 'Portugiesisch, Brasilien'),
|
||
(2756, 'pt-br', 'fr', 'Portugais - du Brésil'),
|
||
(2757, 'pt-br', 'ar', 'البرتغالية ،البرازيل'),
|
||
(2758, 'pt-br', 'bs', 'Portuguese, Brazil'),
|
||
(2759, 'pt-br', 'bg', 'Portuguese, Brazil'),
|
||
(2760, 'pt-br', 'ca', 'Portuguese, Brazil'),
|
||
(2761, 'pt-br', 'cs', 'Portuguese, Brazil'),
|
||
(2762, 'pt-br', 'sk', 'Brazílska Portugalština'),
|
||
(2763, 'pt-br', 'cy', 'Portuguese, Brazil'),
|
||
(2764, 'pt-br', 'da', 'Portuguese, Brazil'),
|
||
(2765, 'pt-br', 'el', 'Πορτογαλικα'),
|
||
(2766, 'pt-br', 'eo', 'Portuguese, Brazil'),
|
||
(2767, 'pt-br', 'et', 'Portuguese, Brazil'),
|
||
(2768, 'pt-br', 'eu', 'Portuguese, Brazil'),
|
||
(2769, 'pt-br', 'fa', 'Portuguese, Brazil'),
|
||
(2770, 'pt-br', 'fi', 'Brasilian portugali'),
|
||
(2771, 'pt-br', 'ga', 'Portuguese, Brazil'),
|
||
(2772, 'pt-br', 'he', 'פורטוגזית'),
|
||
(2773, 'pt-br', 'hi', 'Portuguese, Brazil'),
|
||
(2774, 'pt-br', 'hr', 'Portuguese, Brazil'),
|
||
(2775, 'pt-br', 'hu', 'brazil'),
|
||
(2776, 'pt-br', 'hy', 'Portuguese, Brazil'),
|
||
(2777, 'pt-br', 'id', 'Portuguese, Brazil'),
|
||
(2778, 'pt-br', 'is', 'Portuguese, Brazil'),
|
||
(2779, 'pt-br', 'it', 'Portoghese, Brasile'),
|
||
(2780, 'pt-br', 'ja', 'ポルトガル語(ブラジル)'),
|
||
(2781, 'pt-br', 'ko', '브라질 포르투갈어'),
|
||
(2782, 'pt-br', 'ku', 'Portuguese, Brazil'),
|
||
(2783, 'pt-br', 'la', 'Portuguese, Brazil'),
|
||
(2784, 'pt-br', 'lv', 'Portuguese, Brazil'),
|
||
(2785, 'pt-br', 'lt', 'Portuguese, Brazil'),
|
||
(2786, 'pt-br', 'mk', 'Portuguese, Brazil'),
|
||
(2787, 'pt-br', 'mt', 'Portuguese, Brazil'),
|
||
(2788, 'pt-br', 'mo', 'Portuguese, Brazil'),
|
||
(2789, 'pt-br', 'mn', 'Portuguese, Brazil'),
|
||
(2790, 'pt-br', 'ne', 'Portuguese, Brazil'),
|
||
(2791, 'pt-br', 'nl', 'Portugees, Brazilië'),
|
||
(2792, 'pt-br', 'nb', 'Portuguese, Brazil'),
|
||
(2793, 'pt-br', 'pa', 'Portuguese, Brazil'),
|
||
(2794, 'pt-br', 'pl', 'portugalski, Brazylia'),
|
||
(2795, 'pt-br', 'pt-pt', 'Português'),
|
||
(2796, 'pt-br', 'pt-br', 'Português'),
|
||
(2797, 'pt-br', 'qu', 'Portuguese, Brazil'),
|
||
(2798, 'pt-br', 'ro', 'Portugheză (Brazilia)'),
|
||
(2799, 'pt-br', 'ru', 'Португальский, Бразилия'),
|
||
(2800, 'pt-br', 'sl', 'Portuguese, Brazil'),
|
||
(2801, 'pt-br', 'so', 'Portuguese, Brazil'),
|
||
(2802, 'pt-br', 'sq', 'Portuguese, Brazil'),
|
||
(2803, 'pt-br', 'sr', 'Portuguese, Brazil'),
|
||
(2804, 'pt-br', 'sv', 'Portugisiska, Brasilien'),
|
||
(2805, 'pt-br', 'ta', 'Portuguese, Brazil'),
|
||
(2806, 'pt-br', 'th', 'โปรตุเกสบราซิล'),
|
||
(2807, 'pt-br', 'tr', 'Portekizce, Brezilya'),
|
||
(2808, 'pt-br', 'uk', 'Portuguese, Brazil'),
|
||
(2809, 'pt-br', 'ur', 'Portuguese, Brazil'),
|
||
(2810, 'pt-br', 'uz', 'Portuguese, Brazil'),
|
||
(2811, 'pt-br', 'vi', 'Portuguese, Brazil'),
|
||
(2812, 'pt-br', 'yi', 'Portuguese, Brazil'),
|
||
(2813, 'pt-br', 'zh-hans', '葡萄牙语(巴西)'),
|
||
(2814, 'pt-br', 'zu', 'Portuguese, Brazil'),
|
||
(2815, 'pt-br', 'zh-hant', '葡萄牙語(巴西)'),
|
||
(2816, 'pt-br', 'ms', 'Portuguese, Brazil'),
|
||
(2817, 'qu', 'en', 'Quechua'),
|
||
(2818, 'qu', 'es', 'Quechua'),
|
||
(2819, 'qu', 'de', 'Quechua'),
|
||
(2820, 'qu', 'fr', 'Quechua'),
|
||
(2821, 'qu', 'ar', 'الكويتشوا'),
|
||
(2822, 'qu', 'bs', 'Quechua'),
|
||
(2823, 'qu', 'bg', 'Quechua'),
|
||
(2824, 'qu', 'ca', 'Quechua'),
|
||
(2825, 'qu', 'cs', 'Quechua'),
|
||
(2826, 'qu', 'sk', 'Jazyk Quechua'),
|
||
(2827, 'qu', 'cy', 'Quechua'),
|
||
(2828, 'qu', 'da', 'Quechua'),
|
||
(2829, 'qu', 'el', 'Κετσουα'),
|
||
(2830, 'qu', 'eo', 'Quechua'),
|
||
(2831, 'qu', 'et', 'Quechua'),
|
||
(2832, 'qu', 'eu', 'Quechua'),
|
||
(2833, 'qu', 'fa', 'Quechua'),
|
||
(2834, 'qu', 'fi', 'ketsua'),
|
||
(2835, 'qu', 'ga', 'Quechua'),
|
||
(2836, 'qu', 'he', 'Quechua'),
|
||
(2837, 'qu', 'hi', 'Quechua'),
|
||
(2838, 'qu', 'hr', 'Quechua'),
|
||
(2839, 'qu', 'hu', 'quechua'),
|
||
(2840, 'qu', 'hy', 'Quechua'),
|
||
(2841, 'qu', 'id', 'Quechua'),
|
||
(2842, 'qu', 'is', 'Quechua'),
|
||
(2843, 'qu', 'it', 'Quechua'),
|
||
(2844, 'qu', 'ja', 'ケチュア語'),
|
||
(2845, 'qu', 'ko', '케추아어'),
|
||
(2846, 'qu', 'ku', 'Quechua'),
|
||
(2847, 'qu', 'la', 'Quechua'),
|
||
(2848, 'qu', 'lv', 'Quechua'),
|
||
(2849, 'qu', 'lt', 'Quechua'),
|
||
(2850, 'qu', 'mk', 'Quechua'),
|
||
(2851, 'qu', 'mt', 'Quechua'),
|
||
(2852, 'qu', 'mo', 'Quechua'),
|
||
(2853, 'qu', 'mn', 'Quechua'),
|
||
(2854, 'qu', 'ne', 'Quechua'),
|
||
(2855, 'qu', 'nl', 'Quechua'),
|
||
(2856, 'qu', 'nb', 'Quechua'),
|
||
(2857, 'qu', 'pa', 'Quechua'),
|
||
(2858, 'qu', 'pl', 'keczua'),
|
||
(2859, 'qu', 'pt-pt', 'Quechua'),
|
||
(2860, 'qu', 'pt-br', 'Quechua'),
|
||
(2861, 'qu', 'qu', 'Quechua'),
|
||
(2862, 'qu', 'ro', 'Quechuană'),
|
||
(2863, 'qu', 'ru', 'Кечуа'),
|
||
(2864, 'qu', 'sl', 'Quechua'),
|
||
(2865, 'qu', 'so', 'Quechua'),
|
||
(2866, 'qu', 'sq', 'Quechua'),
|
||
(2867, 'qu', 'sr', 'Quechua'),
|
||
(2868, 'qu', 'sv', 'Quechua'),
|
||
(2869, 'qu', 'ta', 'Quechua'),
|
||
(2870, 'qu', 'th', 'คิวชัว'),
|
||
(2871, 'qu', 'tr', 'Quechua dili'),
|
||
(2872, 'qu', 'uk', 'Quechua'),
|
||
(2873, 'qu', 'ur', 'Quechua'),
|
||
(2874, 'qu', 'uz', 'Quechua'),
|
||
(2875, 'qu', 'vi', 'Quechua'),
|
||
(2876, 'qu', 'yi', 'Quechua'),
|
||
(2877, 'qu', 'zh-hans', '盖丘亚语'),
|
||
(2878, 'qu', 'zu', 'Quechua'),
|
||
(2879, 'qu', 'zh-hant', '蓋丘亞語'),
|
||
(2880, 'qu', 'ms', 'Quechua'),
|
||
(2881, 'ro', 'en', 'Romanian'),
|
||
(2882, 'ro', 'es', 'Rumano'),
|
||
(2883, 'ro', 'de', 'Rumänisch'),
|
||
(2884, 'ro', 'fr', 'Roumain'),
|
||
(2885, 'ro', 'ar', 'الرومانية'),
|
||
(2886, 'ro', 'bs', 'Romanian'),
|
||
(2887, 'ro', 'bg', 'Romanian'),
|
||
(2888, 'ro', 'ca', 'Romanian'),
|
||
(2889, 'ro', 'cs', 'Romanian'),
|
||
(2890, 'ro', 'sk', 'Rumunčina'),
|
||
(2891, 'ro', 'cy', 'Romanian'),
|
||
(2892, 'ro', 'da', 'Romanian'),
|
||
(2893, 'ro', 'el', 'Ρουμανικα'),
|
||
(2894, 'ro', 'eo', 'Romanian'),
|
||
(2895, 'ro', 'et', 'Romanian'),
|
||
(2896, 'ro', 'eu', 'Romanian'),
|
||
(2897, 'ro', 'fa', 'Romanian'),
|
||
(2898, 'ro', 'fi', 'romania'),
|
||
(2899, 'ro', 'ga', 'Romanian'),
|
||
(2900, 'ro', 'he', 'רומנית'),
|
||
(2901, 'ro', 'hi', 'Romanian'),
|
||
(2902, 'ro', 'hr', 'Romanian'),
|
||
(2903, 'ro', 'hu', 'román'),
|
||
(2904, 'ro', 'hy', 'Romanian'),
|
||
(2905, 'ro', 'id', 'Romanian'),
|
||
(2906, 'ro', 'is', 'Romanian'),
|
||
(2907, 'ro', 'it', 'Rumeno'),
|
||
(2908, 'ro', 'ja', 'ルーマニア語'),
|
||
(2909, 'ro', 'ko', '로마니아어'),
|
||
(2910, 'ro', 'ku', 'Romanian'),
|
||
(2911, 'ro', 'la', 'Romanian'),
|
||
(2912, 'ro', 'lv', 'Romanian'),
|
||
(2913, 'ro', 'lt', 'Romanian'),
|
||
(2914, 'ro', 'mk', 'Romanian'),
|
||
(2915, 'ro', 'mt', 'Romanian'),
|
||
(2916, 'ro', 'mo', 'Romanian'),
|
||
(2917, 'ro', 'mn', 'Romanian'),
|
||
(2918, 'ro', 'ne', 'Romanian'),
|
||
(2919, 'ro', 'nl', 'Roemeens'),
|
||
(2920, 'ro', 'nb', 'Romanian'),
|
||
(2921, 'ro', 'pa', 'Romanian'),
|
||
(2922, 'ro', 'pl', 'rumuński'),
|
||
(2923, 'ro', 'pt-pt', 'Romeno'),
|
||
(2924, 'ro', 'pt-br', 'Romeno'),
|
||
(2925, 'ro', 'qu', 'Romanian'),
|
||
(2926, 'ro', 'ro', 'Română'),
|
||
(2927, 'ro', 'ru', 'Румынский'),
|
||
(2928, 'ro', 'sl', 'Romanian'),
|
||
(2929, 'ro', 'so', 'Romanian'),
|
||
(2930, 'ro', 'sq', 'Romanian'),
|
||
(2931, 'ro', 'sr', 'Romanian'),
|
||
(2932, 'ro', 'sv', 'Rumänska'),
|
||
(2933, 'ro', 'ta', 'Romanian'),
|
||
(2934, 'ro', 'th', 'โรมาเนีย'),
|
||
(2935, 'ro', 'tr', 'Rumence'),
|
||
(2936, 'ro', 'uk', 'Romanian'),
|
||
(2937, 'ro', 'ur', 'Romanian'),
|
||
(2938, 'ro', 'uz', 'Romanian'),
|
||
(2939, 'ro', 'vi', 'Romanian'),
|
||
(2940, 'ro', 'yi', 'Romanian'),
|
||
(2941, 'ro', 'zh-hans', '罗马尼亚语'),
|
||
(2942, 'ro', 'zu', 'Romanian'),
|
||
(2943, 'ro', 'zh-hant', '羅馬尼亞語'),
|
||
(2944, 'ro', 'ms', 'Romanian'),
|
||
(2945, 'ru', 'en', 'Russian'),
|
||
(2946, 'ru', 'es', 'Ruso'),
|
||
(2947, 'ru', 'de', 'Russisch'),
|
||
(2948, 'ru', 'fr', 'Russe'),
|
||
(2949, 'ru', 'ar', 'الروسية'),
|
||
(2950, 'ru', 'bs', 'Russian'),
|
||
(2951, 'ru', 'bg', 'Russian'),
|
||
(2952, 'ru', 'ca', 'Russian'),
|
||
(2953, 'ru', 'cs', 'Russian'),
|
||
(2954, 'ru', 'sk', 'Ruština'),
|
||
(2955, 'ru', 'cy', 'Russian'),
|
||
(2956, 'ru', 'da', 'Russian'),
|
||
(2957, 'ru', 'el', 'Ρωσικα'),
|
||
(2958, 'ru', 'eo', 'Russian'),
|
||
(2959, 'ru', 'et', 'Russian'),
|
||
(2960, 'ru', 'eu', 'Russian'),
|
||
(2961, 'ru', 'fa', 'Russian'),
|
||
(2962, 'ru', 'fi', 'venäjä'),
|
||
(2963, 'ru', 'ga', 'Russian'),
|
||
(2964, 'ru', 'he', 'רוסית'),
|
||
(2965, 'ru', 'hi', 'Russian'),
|
||
(2966, 'ru', 'hr', 'Russian'),
|
||
(2967, 'ru', 'hu', 'orosz'),
|
||
(2968, 'ru', 'hy', 'Russian'),
|
||
(2969, 'ru', 'id', 'Russian'),
|
||
(2970, 'ru', 'is', 'Russian'),
|
||
(2971, 'ru', 'it', 'Russo'),
|
||
(2972, 'ru', 'ja', 'ロシア語'),
|
||
(2973, 'ru', 'ko', '러시아어'),
|
||
(2974, 'ru', 'ku', 'Russian'),
|
||
(2975, 'ru', 'la', 'Russian'),
|
||
(2976, 'ru', 'lv', 'Russian'),
|
||
(2977, 'ru', 'lt', 'Russian'),
|
||
(2978, 'ru', 'mk', 'Russian'),
|
||
(2979, 'ru', 'mt', 'Russian'),
|
||
(2980, 'ru', 'mo', 'Russian'),
|
||
(2981, 'ru', 'mn', 'Russian'),
|
||
(2982, 'ru', 'ne', 'Russian'),
|
||
(2983, 'ru', 'nl', 'Russisch'),
|
||
(2984, 'ru', 'nb', 'Russian'),
|
||
(2985, 'ru', 'pa', 'Russian'),
|
||
(2986, 'ru', 'pl', 'rosyjski'),
|
||
(2987, 'ru', 'pt-pt', 'Russo'),
|
||
(2988, 'ru', 'pt-br', 'Russo'),
|
||
(2989, 'ru', 'qu', 'Russian'),
|
||
(2990, 'ru', 'ro', 'Rusă'),
|
||
(2991, 'ru', 'ru', 'Русский'),
|
||
(2992, 'ru', 'sl', 'Russian'),
|
||
(2993, 'ru', 'so', 'Russian'),
|
||
(2994, 'ru', 'sq', 'Russian'),
|
||
(2995, 'ru', 'sr', 'Russian'),
|
||
(2996, 'ru', 'sv', 'Ryska'),
|
||
(2997, 'ru', 'ta', 'Russian'),
|
||
(2998, 'ru', 'th', 'รัสเซีย'),
|
||
(2999, 'ru', 'tr', 'Rusça'),
|
||
(3000, 'ru', 'uk', 'Russian'),
|
||
(3001, 'ru', 'ur', 'Russian'),
|
||
(3002, 'ru', 'uz', 'Russian'),
|
||
(3003, 'ru', 'vi', 'Russian'),
|
||
(3004, 'ru', 'yi', 'Russian'),
|
||
(3005, 'ru', 'zh-hans', '俄语'),
|
||
(3006, 'ru', 'zu', 'Russian'),
|
||
(3007, 'ru', 'zh-hant', '俄語'),
|
||
(3008, 'ru', 'ms', 'Russian'),
|
||
(3009, 'sl', 'en', 'Slovenian'),
|
||
(3010, 'sl', 'es', 'Esloveno'),
|
||
(3011, 'sl', 'de', 'Slowenisch'),
|
||
(3012, 'sl', 'fr', 'Slovène'),
|
||
(3013, 'sl', 'ar', 'السلوفانية'),
|
||
(3014, 'sl', 'bs', 'Slovenian'),
|
||
(3015, 'sl', 'bg', 'Slovenian'),
|
||
(3016, 'sl', 'ca', 'Slovenian'),
|
||
(3017, 'sl', 'cs', 'Slovenian'),
|
||
(3018, 'sl', 'sk', 'Slovinčina'),
|
||
(3019, 'sl', 'cy', 'Slovenian'),
|
||
(3020, 'sl', 'da', 'Slovenian'),
|
||
(3021, 'sl', 'el', 'Σλοβενικα'),
|
||
(3022, 'sl', 'eo', 'Slovenian'),
|
||
(3023, 'sl', 'et', 'Slovenian'),
|
||
(3024, 'sl', 'eu', 'Slovenian'),
|
||
(3025, 'sl', 'fa', 'Slovenian'),
|
||
(3026, 'sl', 'fi', 'sloveeni'),
|
||
(3027, 'sl', 'ga', 'Slovenian'),
|
||
(3028, 'sl', 'he', 'Slovenian'),
|
||
(3029, 'sl', 'hi', 'Slovenian'),
|
||
(3030, 'sl', 'hr', 'Slovenian'),
|
||
(3031, 'sl', 'hu', 'szlovén'),
|
||
(3032, 'sl', 'hy', 'Slovenian'),
|
||
(3033, 'sl', 'id', 'Slovenian'),
|
||
(3034, 'sl', 'is', 'Slovenian'),
|
||
(3035, 'sl', 'it', 'Sloveno'),
|
||
(3036, 'sl', 'ja', 'スロベニア語'),
|
||
(3037, 'sl', 'ko', '슬로베니아어'),
|
||
(3038, 'sl', 'ku', 'Slovenian'),
|
||
(3039, 'sl', 'la', 'Slovenian'),
|
||
(3040, 'sl', 'lv', 'Slovenian'),
|
||
(3041, 'sl', 'lt', 'Slovenian'),
|
||
(3042, 'sl', 'mk', 'Slovenian'),
|
||
(3043, 'sl', 'mt', 'Slovenian'),
|
||
(3044, 'sl', 'mo', 'Slovenian'),
|
||
(3045, 'sl', 'mn', 'Slovenian'),
|
||
(3046, 'sl', 'ne', 'Slovenian'),
|
||
(3047, 'sl', 'nl', 'Sloveens'),
|
||
(3048, 'sl', 'nb', 'Slovenian'),
|
||
(3049, 'sl', 'pa', 'Slovenian'),
|
||
(3050, 'sl', 'pl', 'słoweński'),
|
||
(3051, 'sl', 'pt-pt', 'Esloveno'),
|
||
(3052, 'sl', 'pt-br', 'Esloveno'),
|
||
(3053, 'sl', 'qu', 'Slovenian'),
|
||
(3054, 'sl', 'ro', 'Slovenă'),
|
||
(3055, 'sl', 'ru', 'Словенский'),
|
||
(3056, 'sl', 'sl', 'Slovenian'),
|
||
(3057, 'sl', 'so', 'Slovenian'),
|
||
(3058, 'sl', 'sq', 'Slovenian'),
|
||
(3059, 'sl', 'sr', 'Slovenian'),
|
||
(3060, 'sl', 'sv', 'Slovenska'),
|
||
(3061, 'sl', 'ta', 'Slovenian'),
|
||
(3062, 'sl', 'th', 'สโลวีเนียน'),
|
||
(3063, 'sl', 'tr', 'Sloven dili'),
|
||
(3064, 'sl', 'uk', 'Slovenian'),
|
||
(3065, 'sl', 'ur', 'Slovenian'),
|
||
(3066, 'sl', 'uz', 'Slovenian'),
|
||
(3067, 'sl', 'vi', 'Slovenian'),
|
||
(3068, 'sl', 'yi', 'Slovenian'),
|
||
(3069, 'sl', 'zh-hans', '斯洛文尼亚语'),
|
||
(3070, 'sl', 'zu', 'Slovenian'),
|
||
(3071, 'sl', 'zh-hant', '斯洛文尼亞語'),
|
||
(3072, 'sl', 'ms', 'Slovenian'),
|
||
(3073, 'so', 'en', 'Somali'),
|
||
(3074, 'so', 'es', 'Somalí'),
|
||
(3075, 'so', 'de', 'Somali'),
|
||
(3076, 'so', 'fr', 'Somali'),
|
||
(3077, 'so', 'ar', 'الصومالية'),
|
||
(3078, 'so', 'bs', 'Somali'),
|
||
(3079, 'so', 'bg', 'Somali'),
|
||
(3080, 'so', 'ca', 'Somali'),
|
||
(3081, 'so', 'cs', 'Somali'),
|
||
(3082, 'so', 'sk', 'Somálčina'),
|
||
(3083, 'so', 'cy', 'Somali'),
|
||
(3084, 'so', 'da', 'Somali'),
|
||
(3085, 'so', 'el', 'Somali'),
|
||
(3086, 'so', 'eo', 'Somali'),
|
||
(3087, 'so', 'et', 'Somali'),
|
||
(3088, 'so', 'eu', 'Somali'),
|
||
(3089, 'so', 'fa', 'Somali'),
|
||
(3090, 'so', 'fi', 'somali'),
|
||
(3091, 'so', 'ga', 'Somali'),
|
||
(3092, 'so', 'he', 'Somali'),
|
||
(3093, 'so', 'hi', 'Somali'),
|
||
(3094, 'so', 'hr', 'Somali'),
|
||
(3095, 'so', 'hu', 'szomáli'),
|
||
(3096, 'so', 'hy', 'Somali'),
|
||
(3097, 'so', 'id', 'Somali'),
|
||
(3098, 'so', 'is', 'Somali'),
|
||
(3099, 'so', 'it', 'Somalo'),
|
||
(3100, 'so', 'ja', 'ソマリ語'),
|
||
(3101, 'so', 'ko', '소말리아어'),
|
||
(3102, 'so', 'ku', 'Somali'),
|
||
(3103, 'so', 'la', 'Somali'),
|
||
(3104, 'so', 'lv', 'Somali'),
|
||
(3105, 'so', 'lt', 'Somali'),
|
||
(3106, 'so', 'mk', 'Somali'),
|
||
(3107, 'so', 'mt', 'Somali'),
|
||
(3108, 'so', 'mo', 'Somali'),
|
||
(3109, 'so', 'mn', 'Somali'),
|
||
(3110, 'so', 'ne', 'Somali'),
|
||
(3111, 'so', 'nl', 'Somalisch'),
|
||
(3112, 'so', 'nb', 'Somali'),
|
||
(3113, 'so', 'pa', 'Somali'),
|
||
(3114, 'so', 'pl', 'somalijski'),
|
||
(3115, 'so', 'pt-pt', 'Somali'),
|
||
(3116, 'so', 'pt-br', 'Somali'),
|
||
(3117, 'so', 'qu', 'Somali'),
|
||
(3118, 'so', 'ro', 'Somaleză'),
|
||
(3119, 'so', 'ru', 'Сомалийский'),
|
||
(3120, 'so', 'sl', 'Somali'),
|
||
(3121, 'so', 'so', 'Somali'),
|
||
(3122, 'so', 'sq', 'Somali'),
|
||
(3123, 'so', 'sr', 'Somali'),
|
||
(3124, 'so', 'sv', 'Somaliska'),
|
||
(3125, 'so', 'ta', 'Somali'),
|
||
(3126, 'so', 'th', 'โซมาลี'),
|
||
(3127, 'so', 'tr', 'Somalice'),
|
||
(3128, 'so', 'uk', 'Somali'),
|
||
(3129, 'so', 'ur', 'Somali'),
|
||
(3130, 'so', 'uz', 'Somali'),
|
||
(3131, 'so', 'vi', 'Somali'),
|
||
(3132, 'so', 'yi', 'Somali'),
|
||
(3133, 'so', 'zh-hans', '索马里语'),
|
||
(3134, 'so', 'zu', 'Somali'),
|
||
(3135, 'so', 'zh-hant', '索馬里語'),
|
||
(3136, 'so', 'ms', 'Somali'),
|
||
(3137, 'sq', 'en', 'Albanian'),
|
||
(3138, 'sq', 'es', 'Albanés'),
|
||
(3139, 'sq', 'de', 'Albanisch'),
|
||
(3140, 'sq', 'fr', 'Albanais'),
|
||
(3141, 'sq', 'ar', 'الألبانية'),
|
||
(3142, 'sq', 'bs', 'Albanian'),
|
||
(3143, 'sq', 'bg', 'Albanian'),
|
||
(3144, 'sq', 'ca', 'Albanian'),
|
||
(3145, 'sq', 'cs', 'Albanian'),
|
||
(3146, 'sq', 'sk', 'Albánčina'),
|
||
(3147, 'sq', 'cy', 'Albanian'),
|
||
(3148, 'sq', 'da', 'Albanian'),
|
||
(3149, 'sq', 'el', 'Αλβανικα'),
|
||
(3150, 'sq', 'eo', 'Albanian'),
|
||
(3151, 'sq', 'et', 'Albanian'),
|
||
(3152, 'sq', 'eu', 'Albanian'),
|
||
(3153, 'sq', 'fa', 'Albanian'),
|
||
(3154, 'sq', 'fi', 'albania'),
|
||
(3155, 'sq', 'ga', 'Albanian'),
|
||
(3156, 'sq', 'he', 'Albanian'),
|
||
(3157, 'sq', 'hi', 'Albanian'),
|
||
(3158, 'sq', 'hr', 'Albanian'),
|
||
(3159, 'sq', 'hu', 'albán'),
|
||
(3160, 'sq', 'hy', 'Albanian'),
|
||
(3161, 'sq', 'id', 'Albanian'),
|
||
(3162, 'sq', 'is', 'Albanian'),
|
||
(3163, 'sq', 'it', 'Albanese'),
|
||
(3164, 'sq', 'ja', 'アルバニア語'),
|
||
(3165, 'sq', 'ko', '알바니아어'),
|
||
(3166, 'sq', 'ku', 'Albanian'),
|
||
(3167, 'sq', 'la', 'Albanian'),
|
||
(3168, 'sq', 'lv', 'Albanian'),
|
||
(3169, 'sq', 'lt', 'Albanian'),
|
||
(3170, 'sq', 'mk', 'Albanian'),
|
||
(3171, 'sq', 'mt', 'Albanian'),
|
||
(3172, 'sq', 'mo', 'Albanian'),
|
||
(3173, 'sq', 'mn', 'Albanian'),
|
||
(3174, 'sq', 'ne', 'Albanian'),
|
||
(3175, 'sq', 'nl', 'Albaans'),
|
||
(3176, 'sq', 'nb', 'Albanian'),
|
||
(3177, 'sq', 'pa', 'Albanian'),
|
||
(3178, 'sq', 'pl', 'albański'),
|
||
(3179, 'sq', 'pt-pt', 'Albanês'),
|
||
(3180, 'sq', 'pt-br', 'Albanês'),
|
||
(3181, 'sq', 'qu', 'Albanian'),
|
||
(3182, 'sq', 'ro', 'Albaneză'),
|
||
(3183, 'sq', 'ru', 'Албанский'),
|
||
(3184, 'sq', 'sl', 'Albanian'),
|
||
(3185, 'sq', 'so', 'Albanian'),
|
||
(3186, 'sq', 'sq', 'Albanian'),
|
||
(3187, 'sq', 'sr', 'Albanian'),
|
||
(3188, 'sq', 'sv', 'Albanska'),
|
||
(3189, 'sq', 'ta', 'Albanian'),
|
||
(3190, 'sq', 'th', 'อัลเบเนีย'),
|
||
(3191, 'sq', 'tr', 'Arnavutça'),
|
||
(3192, 'sq', 'uk', 'Albanian'),
|
||
(3193, 'sq', 'ur', 'Albanian'),
|
||
(3194, 'sq', 'uz', 'Albanian'),
|
||
(3195, 'sq', 'vi', 'Albanian'),
|
||
(3196, 'sq', 'yi', 'Albanian'),
|
||
(3197, 'sq', 'zh-hans', '阿尔巴尼亚语'),
|
||
(3198, 'sq', 'zu', 'Albanian'),
|
||
(3199, 'sq', 'zh-hant', '阿爾巴尼亞語'),
|
||
(3200, 'sq', 'ms', 'Albanian'),
|
||
(3201, 'sr', 'en', 'Serbian'),
|
||
(3202, 'sr', 'es', 'Serbio'),
|
||
(3203, 'sr', 'de', 'Serbisch'),
|
||
(3204, 'sr', 'fr', 'Serbe'),
|
||
(3205, 'sr', 'ar', 'الصربية'),
|
||
(3206, 'sr', 'bs', 'Serbian'),
|
||
(3207, 'sr', 'bg', 'Serbian'),
|
||
(3208, 'sr', 'ca', 'Serbian'),
|
||
(3209, 'sr', 'cs', 'Serbian'),
|
||
(3210, 'sr', 'sk', 'Srbština');
|
||
INSERT INTO `drgrp_icl_languages_translations` (`id`, `language_code`, `display_language_code`, `name`) VALUES
|
||
(3211, 'sr', 'cy', 'Serbian'),
|
||
(3212, 'sr', 'da', 'Serbian'),
|
||
(3213, 'sr', 'el', 'Σερβικα'),
|
||
(3214, 'sr', 'eo', 'Serbian'),
|
||
(3215, 'sr', 'et', 'Serbian'),
|
||
(3216, 'sr', 'eu', 'Serbian'),
|
||
(3217, 'sr', 'fa', 'Serbian'),
|
||
(3218, 'sr', 'fi', 'serbia'),
|
||
(3219, 'sr', 'ga', 'Serbian'),
|
||
(3220, 'sr', 'he', 'Serbian'),
|
||
(3221, 'sr', 'hi', 'Serbian'),
|
||
(3222, 'sr', 'hr', 'Serbian'),
|
||
(3223, 'sr', 'hu', 'szerb'),
|
||
(3224, 'sr', 'hy', 'Serbian'),
|
||
(3225, 'sr', 'id', 'Serbian'),
|
||
(3226, 'sr', 'is', 'Serbian'),
|
||
(3227, 'sr', 'it', 'Serbo'),
|
||
(3228, 'sr', 'ja', 'セルビア語'),
|
||
(3229, 'sr', 'ko', '세르비아어'),
|
||
(3230, 'sr', 'ku', 'Serbian'),
|
||
(3231, 'sr', 'la', 'Serbian'),
|
||
(3232, 'sr', 'lv', 'Serbian'),
|
||
(3233, 'sr', 'lt', 'Serbian'),
|
||
(3234, 'sr', 'mk', 'Serbian'),
|
||
(3235, 'sr', 'mt', 'Serbian'),
|
||
(3236, 'sr', 'mo', 'Serbian'),
|
||
(3237, 'sr', 'mn', 'Serbian'),
|
||
(3238, 'sr', 'ne', 'Serbian'),
|
||
(3239, 'sr', 'nl', 'Servisch'),
|
||
(3240, 'sr', 'nb', 'Serbian'),
|
||
(3241, 'sr', 'pa', 'Serbian'),
|
||
(3242, 'sr', 'pl', 'serbski'),
|
||
(3243, 'sr', 'pt-pt', 'Sérvio'),
|
||
(3244, 'sr', 'pt-br', 'Sérvio'),
|
||
(3245, 'sr', 'qu', 'Serbian'),
|
||
(3246, 'sr', 'ro', 'Sârbă'),
|
||
(3247, 'sr', 'ru', 'Сербский'),
|
||
(3248, 'sr', 'sl', 'Serbian'),
|
||
(3249, 'sr', 'so', 'Serbian'),
|
||
(3250, 'sr', 'sq', 'Serbian'),
|
||
(3251, 'sr', 'sr', 'Serbian'),
|
||
(3252, 'sr', 'sv', 'Serbiska'),
|
||
(3253, 'sr', 'ta', 'Serbian'),
|
||
(3254, 'sr', 'th', 'เซอร์เบีย'),
|
||
(3255, 'sr', 'tr', 'Sırpça'),
|
||
(3256, 'sr', 'uk', 'Serbian'),
|
||
(3257, 'sr', 'ur', 'Serbian'),
|
||
(3258, 'sr', 'uz', 'Serbian'),
|
||
(3259, 'sr', 'vi', 'Serbian'),
|
||
(3260, 'sr', 'yi', 'Serbian'),
|
||
(3261, 'sr', 'zh-hans', '赛尔维亚语'),
|
||
(3262, 'sr', 'zu', 'Serbian'),
|
||
(3263, 'sr', 'zh-hant', '賽爾維亞語'),
|
||
(3264, 'sr', 'ms', 'Serbian'),
|
||
(3265, 'sv', 'en', 'Swedish'),
|
||
(3266, 'sv', 'es', 'Sueco'),
|
||
(3267, 'sv', 'de', 'Schwedisch'),
|
||
(3268, 'sv', 'fr', 'Suédois'),
|
||
(3269, 'sv', 'ar', 'السويدية'),
|
||
(3270, 'sv', 'bs', 'Swedish'),
|
||
(3271, 'sv', 'bg', 'Swedish'),
|
||
(3272, 'sv', 'ca', 'Swedish'),
|
||
(3273, 'sv', 'cs', 'Swedish'),
|
||
(3274, 'sv', 'sk', 'Švédština'),
|
||
(3275, 'sv', 'cy', 'Swedish'),
|
||
(3276, 'sv', 'da', 'Swedish'),
|
||
(3277, 'sv', 'el', 'Σουηδικη'),
|
||
(3278, 'sv', 'eo', 'Swedish'),
|
||
(3279, 'sv', 'et', 'Swedish'),
|
||
(3280, 'sv', 'eu', 'Swedish'),
|
||
(3281, 'sv', 'fa', 'Swedish'),
|
||
(3282, 'sv', 'fi', 'ruotsi'),
|
||
(3283, 'sv', 'ga', 'Swedish'),
|
||
(3284, 'sv', 'he', 'שוודית'),
|
||
(3285, 'sv', 'hi', 'Swedish'),
|
||
(3286, 'sv', 'hr', 'Swedish'),
|
||
(3287, 'sv', 'hu', 'svéd'),
|
||
(3288, 'sv', 'hy', 'Swedish'),
|
||
(3289, 'sv', 'id', 'Swedish'),
|
||
(3290, 'sv', 'is', 'Swedish'),
|
||
(3291, 'sv', 'it', 'Svedese'),
|
||
(3292, 'sv', 'ja', 'スウェーデン語'),
|
||
(3293, 'sv', 'ko', '스웨덴어'),
|
||
(3294, 'sv', 'ku', 'Swedish'),
|
||
(3295, 'sv', 'la', 'Swedish'),
|
||
(3296, 'sv', 'lv', 'Swedish'),
|
||
(3297, 'sv', 'lt', 'Swedish'),
|
||
(3298, 'sv', 'mk', 'Swedish'),
|
||
(3299, 'sv', 'mt', 'Swedish'),
|
||
(3300, 'sv', 'mo', 'Swedish'),
|
||
(3301, 'sv', 'mn', 'Swedish'),
|
||
(3302, 'sv', 'ne', 'Swedish'),
|
||
(3303, 'sv', 'nl', 'Zweeds'),
|
||
(3304, 'sv', 'nb', 'Swedish'),
|
||
(3305, 'sv', 'pa', 'Swedish'),
|
||
(3306, 'sv', 'pl', 'szwedzki'),
|
||
(3307, 'sv', 'pt-pt', 'Sueco'),
|
||
(3308, 'sv', 'pt-br', 'Sueco'),
|
||
(3309, 'sv', 'qu', 'Swedish'),
|
||
(3310, 'sv', 'ro', 'Suedeză'),
|
||
(3311, 'sv', 'ru', 'Шведский'),
|
||
(3312, 'sv', 'sl', 'Swedish'),
|
||
(3313, 'sv', 'so', 'Swedish'),
|
||
(3314, 'sv', 'sq', 'Swedish'),
|
||
(3315, 'sv', 'sr', 'Swedish'),
|
||
(3316, 'sv', 'sv', 'Svenska'),
|
||
(3317, 'sv', 'ta', 'Swedish'),
|
||
(3318, 'sv', 'th', 'สวีเดน'),
|
||
(3319, 'sv', 'tr', 'İsveççe'),
|
||
(3320, 'sv', 'uk', 'Swedish'),
|
||
(3321, 'sv', 'ur', 'Swedish'),
|
||
(3322, 'sv', 'uz', 'Swedish'),
|
||
(3323, 'sv', 'vi', 'Swedish'),
|
||
(3324, 'sv', 'yi', 'Swedish'),
|
||
(3325, 'sv', 'zh-hans', '瑞典语'),
|
||
(3326, 'sv', 'zu', 'Swedish'),
|
||
(3327, 'sv', 'zh-hant', '瑞典語'),
|
||
(3328, 'sv', 'ms', 'Swedish'),
|
||
(3329, 'ta', 'en', 'Tamil'),
|
||
(3330, 'ta', 'es', 'Tamil'),
|
||
(3331, 'ta', 'de', 'Tamil'),
|
||
(3332, 'ta', 'fr', 'Tamoul'),
|
||
(3333, 'ta', 'ar', 'التاميلية'),
|
||
(3334, 'ta', 'bs', 'Tamil'),
|
||
(3335, 'ta', 'bg', 'Tamil'),
|
||
(3336, 'ta', 'ca', 'Tamil'),
|
||
(3337, 'ta', 'cs', 'Tamil'),
|
||
(3338, 'ta', 'sk', 'Tamilčina'),
|
||
(3339, 'ta', 'cy', 'Tamil'),
|
||
(3340, 'ta', 'da', 'Tamil'),
|
||
(3341, 'ta', 'el', 'Ταμιλ'),
|
||
(3342, 'ta', 'eo', 'Tamil'),
|
||
(3343, 'ta', 'et', 'Tamil'),
|
||
(3344, 'ta', 'eu', 'Tamil'),
|
||
(3345, 'ta', 'fa', 'Tamil'),
|
||
(3346, 'ta', 'fi', 'tamili'),
|
||
(3347, 'ta', 'ga', 'Tamil'),
|
||
(3348, 'ta', 'he', 'Tamil'),
|
||
(3349, 'ta', 'hi', 'Tamil'),
|
||
(3350, 'ta', 'hr', 'Tamil'),
|
||
(3351, 'ta', 'hu', 'tamil'),
|
||
(3352, 'ta', 'hy', 'Tamil'),
|
||
(3353, 'ta', 'id', 'Tamil'),
|
||
(3354, 'ta', 'is', 'Tamil'),
|
||
(3355, 'ta', 'it', 'Tamil'),
|
||
(3356, 'ta', 'ja', 'タミル語'),
|
||
(3357, 'ta', 'ko', '타밀어'),
|
||
(3358, 'ta', 'ku', 'Tamil'),
|
||
(3359, 'ta', 'la', 'Tamil'),
|
||
(3360, 'ta', 'lv', 'Tamil'),
|
||
(3361, 'ta', 'lt', 'Tamil'),
|
||
(3362, 'ta', 'mk', 'Tamil'),
|
||
(3363, 'ta', 'mt', 'Tamil'),
|
||
(3364, 'ta', 'mo', 'Tamil'),
|
||
(3365, 'ta', 'mn', 'Tamil'),
|
||
(3366, 'ta', 'ne', 'Tamil'),
|
||
(3367, 'ta', 'nl', 'Tamil'),
|
||
(3368, 'ta', 'nb', 'Tamil'),
|
||
(3369, 'ta', 'pa', 'Tamil'),
|
||
(3370, 'ta', 'pl', 'tamilski'),
|
||
(3371, 'ta', 'pt-pt', 'Tamil'),
|
||
(3372, 'ta', 'pt-br', 'Tamil'),
|
||
(3373, 'ta', 'qu', 'Tamil'),
|
||
(3374, 'ta', 'ro', 'Tamilă'),
|
||
(3375, 'ta', 'ru', 'Тамильский'),
|
||
(3376, 'ta', 'sl', 'Tamil'),
|
||
(3377, 'ta', 'so', 'Tamil'),
|
||
(3378, 'ta', 'sq', 'Tamil'),
|
||
(3379, 'ta', 'sr', 'Tamil'),
|
||
(3380, 'ta', 'sv', 'Tamil'),
|
||
(3381, 'ta', 'ta', 'Tamil'),
|
||
(3382, 'ta', 'th', 'ทมิฬ'),
|
||
(3383, 'ta', 'tr', 'Tamil dili'),
|
||
(3384, 'ta', 'uk', 'Tamil'),
|
||
(3385, 'ta', 'ur', 'Tamil'),
|
||
(3386, 'ta', 'uz', 'Tamil'),
|
||
(3387, 'ta', 'vi', 'Tamil'),
|
||
(3388, 'ta', 'yi', 'Tamil'),
|
||
(3389, 'ta', 'zh-hans', '泰米尔语'),
|
||
(3390, 'ta', 'zu', 'Tamil'),
|
||
(3391, 'ta', 'zh-hant', '泰米爾語'),
|
||
(3392, 'ta', 'ms', 'Tamil'),
|
||
(3393, 'th', 'en', 'Thai'),
|
||
(3394, 'th', 'es', 'Tailandés'),
|
||
(3395, 'th', 'de', 'Thai'),
|
||
(3396, 'th', 'fr', 'Thaï'),
|
||
(3397, 'th', 'ar', 'التايلندية'),
|
||
(3398, 'th', 'bs', 'Thai'),
|
||
(3399, 'th', 'bg', 'Thai'),
|
||
(3400, 'th', 'ca', 'Thai'),
|
||
(3401, 'th', 'cs', 'Thai'),
|
||
(3402, 'th', 'sk', 'Thajština'),
|
||
(3403, 'th', 'cy', 'Thai'),
|
||
(3404, 'th', 'da', 'Thai'),
|
||
(3405, 'th', 'el', 'Thai'),
|
||
(3406, 'th', 'eo', 'Thai'),
|
||
(3407, 'th', 'et', 'Thai'),
|
||
(3408, 'th', 'eu', 'Thai'),
|
||
(3409, 'th', 'fa', 'Thai'),
|
||
(3410, 'th', 'fi', 'thai'),
|
||
(3411, 'th', 'ga', 'Thai'),
|
||
(3412, 'th', 'he', 'Thai'),
|
||
(3413, 'th', 'hi', 'Thai'),
|
||
(3414, 'th', 'hr', 'Thai'),
|
||
(3415, 'th', 'hu', 'tájföldi'),
|
||
(3416, 'th', 'hy', 'Thai'),
|
||
(3417, 'th', 'id', 'Thai'),
|
||
(3418, 'th', 'is', 'Thai'),
|
||
(3419, 'th', 'it', 'Thai'),
|
||
(3420, 'th', 'ja', 'タイ語'),
|
||
(3421, 'th', 'ko', '태국어'),
|
||
(3422, 'th', 'ku', 'Thai'),
|
||
(3423, 'th', 'la', 'Thai'),
|
||
(3424, 'th', 'lv', 'Thai'),
|
||
(3425, 'th', 'lt', 'Thai'),
|
||
(3426, 'th', 'mk', 'Thai'),
|
||
(3427, 'th', 'mt', 'Thai'),
|
||
(3428, 'th', 'mo', 'Thai'),
|
||
(3429, 'th', 'mn', 'Thai'),
|
||
(3430, 'th', 'ne', 'Thai'),
|
||
(3431, 'th', 'nl', 'Thai'),
|
||
(3432, 'th', 'nb', 'Thai'),
|
||
(3433, 'th', 'pa', 'Thai'),
|
||
(3434, 'th', 'pl', 'tajski'),
|
||
(3435, 'th', 'pt-pt', 'Tailandês'),
|
||
(3436, 'th', 'pt-br', 'Tailandês'),
|
||
(3437, 'th', 'qu', 'Thai'),
|
||
(3438, 'th', 'ro', 'Tailandeză'),
|
||
(3439, 'th', 'ru', 'Тайский'),
|
||
(3440, 'th', 'sl', 'Thai'),
|
||
(3441, 'th', 'so', 'Thai'),
|
||
(3442, 'th', 'sq', 'Thai'),
|
||
(3443, 'th', 'sr', 'Thai'),
|
||
(3444, 'th', 'sv', 'Thailändska'),
|
||
(3445, 'th', 'ta', 'Thai'),
|
||
(3446, 'th', 'th', 'ไทย'),
|
||
(3447, 'th', 'tr', 'Tayca'),
|
||
(3448, 'th', 'uk', 'Thai'),
|
||
(3449, 'th', 'ur', 'Thai'),
|
||
(3450, 'th', 'uz', 'Thai'),
|
||
(3451, 'th', 'vi', 'Thai'),
|
||
(3452, 'th', 'yi', 'Thai'),
|
||
(3453, 'th', 'zh-hans', '泰语'),
|
||
(3454, 'th', 'zu', 'Thai'),
|
||
(3455, 'th', 'zh-hant', '泰語'),
|
||
(3456, 'th', 'ms', 'Thai'),
|
||
(3457, 'tr', 'en', 'Turkish'),
|
||
(3458, 'tr', 'es', 'Turco'),
|
||
(3459, 'tr', 'de', 'Türkisch'),
|
||
(3460, 'tr', 'fr', 'Turc'),
|
||
(3461, 'tr', 'ar', 'التركية'),
|
||
(3462, 'tr', 'bs', 'Turkish'),
|
||
(3463, 'tr', 'bg', 'Turkish'),
|
||
(3464, 'tr', 'ca', 'Turkish'),
|
||
(3465, 'tr', 'cs', 'Turkish'),
|
||
(3466, 'tr', 'sk', 'Turečtina'),
|
||
(3467, 'tr', 'cy', 'Turkish'),
|
||
(3468, 'tr', 'da', 'Turkish'),
|
||
(3469, 'tr', 'el', 'Τουρκικα'),
|
||
(3470, 'tr', 'eo', 'Turkish'),
|
||
(3471, 'tr', 'et', 'Turkish'),
|
||
(3472, 'tr', 'eu', 'Turkish'),
|
||
(3473, 'tr', 'fa', 'Turkish'),
|
||
(3474, 'tr', 'fi', 'turkki'),
|
||
(3475, 'tr', 'ga', 'Turkish'),
|
||
(3476, 'tr', 'he', 'תורכית'),
|
||
(3477, 'tr', 'hi', 'Turkish'),
|
||
(3478, 'tr', 'hr', 'Turkish'),
|
||
(3479, 'tr', 'hu', 'török'),
|
||
(3480, 'tr', 'hy', 'Turkish'),
|
||
(3481, 'tr', 'id', 'Turkish'),
|
||
(3482, 'tr', 'is', 'Turkish'),
|
||
(3483, 'tr', 'it', 'Turco'),
|
||
(3484, 'tr', 'ja', 'トルコ語'),
|
||
(3485, 'tr', 'ko', '터어키어'),
|
||
(3486, 'tr', 'ku', 'Turkish'),
|
||
(3487, 'tr', 'la', 'Turkish'),
|
||
(3488, 'tr', 'lv', 'Turkish'),
|
||
(3489, 'tr', 'lt', 'Turkish'),
|
||
(3490, 'tr', 'mk', 'Turkish'),
|
||
(3491, 'tr', 'mt', 'Turkish'),
|
||
(3492, 'tr', 'mo', 'Turkish'),
|
||
(3493, 'tr', 'mn', 'Turkish'),
|
||
(3494, 'tr', 'ne', 'Turkish'),
|
||
(3495, 'tr', 'nl', 'Turks'),
|
||
(3496, 'tr', 'nb', 'Turkish'),
|
||
(3497, 'tr', 'pa', 'Turkish'),
|
||
(3498, 'tr', 'pl', 'turecki'),
|
||
(3499, 'tr', 'pt-pt', 'Turco'),
|
||
(3500, 'tr', 'pt-br', 'Turco'),
|
||
(3501, 'tr', 'qu', 'Turkish'),
|
||
(3502, 'tr', 'ro', 'Turcă'),
|
||
(3503, 'tr', 'ru', 'Турецкий'),
|
||
(3504, 'tr', 'sl', 'Turkish'),
|
||
(3505, 'tr', 'so', 'Turkish'),
|
||
(3506, 'tr', 'sq', 'Turkish'),
|
||
(3507, 'tr', 'sr', 'Turkish'),
|
||
(3508, 'tr', 'sv', 'Turkiska'),
|
||
(3509, 'tr', 'ta', 'Turkish'),
|
||
(3510, 'tr', 'th', 'ตุรกี'),
|
||
(3511, 'tr', 'tr', 'Türkçe'),
|
||
(3512, 'tr', 'uk', 'Turkish'),
|
||
(3513, 'tr', 'ur', 'Turkish'),
|
||
(3514, 'tr', 'uz', 'Turkish'),
|
||
(3515, 'tr', 'vi', 'Turkish'),
|
||
(3516, 'tr', 'yi', 'Turkish'),
|
||
(3517, 'tr', 'zh-hans', '土耳其语'),
|
||
(3518, 'tr', 'zu', 'Turkish'),
|
||
(3519, 'tr', 'zh-hant', '土耳其語'),
|
||
(3520, 'tr', 'ms', 'Turkish'),
|
||
(3521, 'uk', 'en', 'Ukrainian'),
|
||
(3522, 'uk', 'es', 'Ucraniano'),
|
||
(3523, 'uk', 'de', 'Ukrainisch'),
|
||
(3524, 'uk', 'fr', 'Ukrainien'),
|
||
(3525, 'uk', 'ar', 'الأوكرانية'),
|
||
(3526, 'uk', 'bs', 'Ukrainian'),
|
||
(3527, 'uk', 'bg', 'Ukrainian'),
|
||
(3528, 'uk', 'ca', 'Ukrainian'),
|
||
(3529, 'uk', 'cs', 'Ukrainian'),
|
||
(3530, 'uk', 'sk', 'Ukrajinčina'),
|
||
(3531, 'uk', 'cy', 'Ukrainian'),
|
||
(3532, 'uk', 'da', 'Ukrainian'),
|
||
(3533, 'uk', 'el', 'Ουκρανικα'),
|
||
(3534, 'uk', 'eo', 'Ukrainian'),
|
||
(3535, 'uk', 'et', 'Ukrainian'),
|
||
(3536, 'uk', 'eu', 'Ukrainian'),
|
||
(3537, 'uk', 'fa', 'Ukrainian'),
|
||
(3538, 'uk', 'fi', 'ukraina'),
|
||
(3539, 'uk', 'ga', 'Ukrainian'),
|
||
(3540, 'uk', 'he', 'Ukrainian'),
|
||
(3541, 'uk', 'hi', 'Ukrainian'),
|
||
(3542, 'uk', 'hr', 'Ukrainian'),
|
||
(3543, 'uk', 'hu', 'ukrán'),
|
||
(3544, 'uk', 'hy', 'Ukrainian'),
|
||
(3545, 'uk', 'id', 'Ukrainian'),
|
||
(3546, 'uk', 'is', 'Ukrainian'),
|
||
(3547, 'uk', 'it', 'Ucraino'),
|
||
(3548, 'uk', 'ja', 'ウクライナ語'),
|
||
(3549, 'uk', 'ko', '우크라이나어'),
|
||
(3550, 'uk', 'ku', 'Ukrainian'),
|
||
(3551, 'uk', 'la', 'Ukrainian'),
|
||
(3552, 'uk', 'lv', 'Ukrainian'),
|
||
(3553, 'uk', 'lt', 'Ukrainian'),
|
||
(3554, 'uk', 'mk', 'Ukrainian'),
|
||
(3555, 'uk', 'mt', 'Ukrainian'),
|
||
(3556, 'uk', 'mo', 'Ukrainian'),
|
||
(3557, 'uk', 'mn', 'Ukrainian'),
|
||
(3558, 'uk', 'ne', 'Ukrainian'),
|
||
(3559, 'uk', 'nl', 'Oekraïens'),
|
||
(3560, 'uk', 'nb', 'Ukrainian'),
|
||
(3561, 'uk', 'pa', 'Ukrainian'),
|
||
(3562, 'uk', 'pl', 'ukraiński'),
|
||
(3563, 'uk', 'pt-pt', 'Ucraniano'),
|
||
(3564, 'uk', 'pt-br', 'Ucraniano'),
|
||
(3565, 'uk', 'qu', 'Ukrainian'),
|
||
(3566, 'uk', 'ro', 'Ucrainiană'),
|
||
(3567, 'uk', 'ru', 'Украинский'),
|
||
(3568, 'uk', 'sl', 'Ukrainian'),
|
||
(3569, 'uk', 'so', 'Ukrainian'),
|
||
(3570, 'uk', 'sq', 'Ukrainian'),
|
||
(3571, 'uk', 'sr', 'Ukrainian'),
|
||
(3572, 'uk', 'sv', 'Ukrainska'),
|
||
(3573, 'uk', 'ta', 'Ukrainian'),
|
||
(3574, 'uk', 'th', 'ยูเครน'),
|
||
(3575, 'uk', 'tr', 'Ukraynaca'),
|
||
(3576, 'uk', 'uk', 'Ukrainian'),
|
||
(3577, 'uk', 'ur', 'Ukrainian'),
|
||
(3578, 'uk', 'uz', 'Ukrainian'),
|
||
(3579, 'uk', 'vi', 'Ukrainian'),
|
||
(3580, 'uk', 'yi', 'Ukrainian'),
|
||
(3581, 'uk', 'zh-hans', '乌克兰语'),
|
||
(3582, 'uk', 'zu', 'Ukrainian'),
|
||
(3583, 'uk', 'zh-hant', '烏克蘭語'),
|
||
(3584, 'uk', 'ms', 'Ukrainian'),
|
||
(3585, 'ur', 'en', 'Urdu'),
|
||
(3586, 'ur', 'es', 'Urdu'),
|
||
(3587, 'ur', 'de', 'Urdu'),
|
||
(3588, 'ur', 'fr', 'Ourdu'),
|
||
(3589, 'ur', 'ar', 'الأردية'),
|
||
(3590, 'ur', 'bs', 'Urdu'),
|
||
(3591, 'ur', 'bg', 'Urdu'),
|
||
(3592, 'ur', 'ca', 'Urdu'),
|
||
(3593, 'ur', 'cs', 'Urdu'),
|
||
(3594, 'ur', 'sk', 'Urdština'),
|
||
(3595, 'ur', 'cy', 'Urdu'),
|
||
(3596, 'ur', 'da', 'Urdu'),
|
||
(3597, 'ur', 'el', 'Ουρντου'),
|
||
(3598, 'ur', 'eo', 'Urdu'),
|
||
(3599, 'ur', 'et', 'Urdu'),
|
||
(3600, 'ur', 'eu', 'Urdu'),
|
||
(3601, 'ur', 'fa', 'Urdu'),
|
||
(3602, 'ur', 'fi', 'urdu'),
|
||
(3603, 'ur', 'ga', 'Urdu'),
|
||
(3604, 'ur', 'he', 'Urdu'),
|
||
(3605, 'ur', 'hi', 'Urdu'),
|
||
(3606, 'ur', 'hr', 'Urdu'),
|
||
(3607, 'ur', 'hu', 'urdu'),
|
||
(3608, 'ur', 'hy', 'Urdu'),
|
||
(3609, 'ur', 'id', 'Urdu'),
|
||
(3610, 'ur', 'is', 'Urdu'),
|
||
(3611, 'ur', 'it', 'Urdu'),
|
||
(3612, 'ur', 'ja', 'ウルドゥー語'),
|
||
(3613, 'ur', 'ko', '우르두어'),
|
||
(3614, 'ur', 'ku', 'Urdu'),
|
||
(3615, 'ur', 'la', 'Urdu'),
|
||
(3616, 'ur', 'lv', 'Urdu'),
|
||
(3617, 'ur', 'lt', 'Urdu'),
|
||
(3618, 'ur', 'mk', 'Urdu'),
|
||
(3619, 'ur', 'mt', 'Urdu'),
|
||
(3620, 'ur', 'mo', 'Urdu'),
|
||
(3621, 'ur', 'mn', 'Urdu'),
|
||
(3622, 'ur', 'ne', 'Urdu'),
|
||
(3623, 'ur', 'nl', 'Urdu'),
|
||
(3624, 'ur', 'nb', 'Urdu'),
|
||
(3625, 'ur', 'pa', 'Urdu'),
|
||
(3626, 'ur', 'pl', 'urdu'),
|
||
(3627, 'ur', 'pt-pt', 'Urdu'),
|
||
(3628, 'ur', 'pt-br', 'Urdu'),
|
||
(3629, 'ur', 'qu', 'Urdu'),
|
||
(3630, 'ur', 'ro', 'Urdu'),
|
||
(3631, 'ur', 'ru', 'Урду'),
|
||
(3632, 'ur', 'sl', 'Urdu'),
|
||
(3633, 'ur', 'so', 'Urdu'),
|
||
(3634, 'ur', 'sq', 'Urdu'),
|
||
(3635, 'ur', 'sr', 'Urdu'),
|
||
(3636, 'ur', 'sv', 'Urdu'),
|
||
(3637, 'ur', 'ta', 'Urdu'),
|
||
(3638, 'ur', 'th', 'อุรดู'),
|
||
(3639, 'ur', 'tr', 'Urduca'),
|
||
(3640, 'ur', 'uk', 'Urdu'),
|
||
(3641, 'ur', 'ur', 'Urdu'),
|
||
(3642, 'ur', 'uz', 'Urdu'),
|
||
(3643, 'ur', 'vi', 'Urdu'),
|
||
(3644, 'ur', 'yi', 'Urdu'),
|
||
(3645, 'ur', 'zh-hans', '乌尔都语'),
|
||
(3646, 'ur', 'zu', 'Urdu'),
|
||
(3647, 'ur', 'zh-hant', '烏爾都語'),
|
||
(3648, 'ur', 'ms', 'Urdu'),
|
||
(3649, 'uz', 'en', 'Uzbek'),
|
||
(3650, 'uz', 'es', 'Uzbeko'),
|
||
(3651, 'uz', 'de', 'Usbekisch'),
|
||
(3652, 'uz', 'fr', 'Ouzbek'),
|
||
(3653, 'uz', 'ar', 'الاوزباكية'),
|
||
(3654, 'uz', 'bs', 'Uzbek'),
|
||
(3655, 'uz', 'bg', 'Uzbek'),
|
||
(3656, 'uz', 'ca', 'Uzbek'),
|
||
(3657, 'uz', 'cs', 'Uzbek'),
|
||
(3658, 'uz', 'sk', 'Uzbekčina'),
|
||
(3659, 'uz', 'cy', 'Uzbek'),
|
||
(3660, 'uz', 'da', 'Uzbek'),
|
||
(3661, 'uz', 'el', 'Ουζμπεκικα'),
|
||
(3662, 'uz', 'eo', 'Uzbek'),
|
||
(3663, 'uz', 'et', 'Uzbek'),
|
||
(3664, 'uz', 'eu', 'Uzbek'),
|
||
(3665, 'uz', 'fa', 'Uzbek'),
|
||
(3666, 'uz', 'fi', 'uzbekki'),
|
||
(3667, 'uz', 'ga', 'Uzbek'),
|
||
(3668, 'uz', 'he', 'Uzbek'),
|
||
(3669, 'uz', 'hi', 'Uzbek'),
|
||
(3670, 'uz', 'hr', 'Uzbek'),
|
||
(3671, 'uz', 'hu', 'üzbég'),
|
||
(3672, 'uz', 'hy', 'Uzbek'),
|
||
(3673, 'uz', 'id', 'Uzbek'),
|
||
(3674, 'uz', 'is', 'Uzbek'),
|
||
(3675, 'uz', 'it', 'Uzbeco'),
|
||
(3676, 'uz', 'ja', 'ウズベク語'),
|
||
(3677, 'uz', 'ko', '우즈베크어'),
|
||
(3678, 'uz', 'ku', 'Uzbek'),
|
||
(3679, 'uz', 'la', 'Uzbek'),
|
||
(3680, 'uz', 'lv', 'Uzbek'),
|
||
(3681, 'uz', 'lt', 'Uzbek'),
|
||
(3682, 'uz', 'mk', 'Uzbek'),
|
||
(3683, 'uz', 'mt', 'Uzbek'),
|
||
(3684, 'uz', 'mo', 'Uzbek'),
|
||
(3685, 'uz', 'mn', 'Uzbek'),
|
||
(3686, 'uz', 'ne', 'Uzbek'),
|
||
(3687, 'uz', 'nl', 'Oezbeeks'),
|
||
(3688, 'uz', 'nb', 'Uzbek'),
|
||
(3689, 'uz', 'pa', 'Uzbek'),
|
||
(3690, 'uz', 'pl', 'uzbecki'),
|
||
(3691, 'uz', 'pt-pt', 'Uzbeque'),
|
||
(3692, 'uz', 'pt-br', 'Uzbeque'),
|
||
(3693, 'uz', 'qu', 'Uzbek'),
|
||
(3694, 'uz', 'ro', 'Uzbecă'),
|
||
(3695, 'uz', 'ru', 'Узбекский'),
|
||
(3696, 'uz', 'sl', 'Uzbek'),
|
||
(3697, 'uz', 'so', 'Uzbek'),
|
||
(3698, 'uz', 'sq', 'Uzbek'),
|
||
(3699, 'uz', 'sr', 'Uzbek'),
|
||
(3700, 'uz', 'sv', 'Uzbekiska'),
|
||
(3701, 'uz', 'ta', 'Uzbek'),
|
||
(3702, 'uz', 'th', 'อุซเบก'),
|
||
(3703, 'uz', 'tr', 'Özbekçe'),
|
||
(3704, 'uz', 'uk', 'Uzbek'),
|
||
(3705, 'uz', 'ur', 'Uzbek'),
|
||
(3706, 'uz', 'uz', 'Uzbek'),
|
||
(3707, 'uz', 'vi', 'Uzbek'),
|
||
(3708, 'uz', 'yi', 'Uzbek'),
|
||
(3709, 'uz', 'zh-hans', '乌兹别克语'),
|
||
(3710, 'uz', 'zu', 'Uzbek'),
|
||
(3711, 'uz', 'zh-hant', '烏茲別克語'),
|
||
(3712, 'uz', 'ms', 'Uzbek'),
|
||
(3713, 'vi', 'en', 'Vietnamese'),
|
||
(3714, 'vi', 'es', 'Vietnamita'),
|
||
(3715, 'vi', 'de', 'Vietnamesisch'),
|
||
(3716, 'vi', 'fr', 'Vietnamien'),
|
||
(3717, 'vi', 'ar', 'الفيتنامية'),
|
||
(3718, 'vi', 'bs', 'Vietnamese'),
|
||
(3719, 'vi', 'bg', 'Vietnamese'),
|
||
(3720, 'vi', 'ca', 'Vietnamese'),
|
||
(3721, 'vi', 'cs', 'Vietnamese'),
|
||
(3722, 'vi', 'sk', 'Vietnamčina'),
|
||
(3723, 'vi', 'cy', 'Vietnamese'),
|
||
(3724, 'vi', 'da', 'Vietnamese'),
|
||
(3725, 'vi', 'el', 'Βιετναμεζικα'),
|
||
(3726, 'vi', 'eo', 'Vietnamese'),
|
||
(3727, 'vi', 'et', 'Vietnamese'),
|
||
(3728, 'vi', 'eu', 'Vietnamese'),
|
||
(3729, 'vi', 'fa', 'Vietnamese'),
|
||
(3730, 'vi', 'fi', 'vietnam'),
|
||
(3731, 'vi', 'ga', 'Vietnamese'),
|
||
(3732, 'vi', 'he', 'Vietnamese'),
|
||
(3733, 'vi', 'hi', 'Vietnamese'),
|
||
(3734, 'vi', 'hr', 'Vietnamese'),
|
||
(3735, 'vi', 'hu', 'vietnámi'),
|
||
(3736, 'vi', 'hy', 'Vietnamese'),
|
||
(3737, 'vi', 'id', 'Vietnamese'),
|
||
(3738, 'vi', 'is', 'Vietnamese'),
|
||
(3739, 'vi', 'it', 'Vietnamita'),
|
||
(3740, 'vi', 'ja', 'ベトナム語'),
|
||
(3741, 'vi', 'ko', '베트남어'),
|
||
(3742, 'vi', 'ku', 'Vietnamese'),
|
||
(3743, 'vi', 'la', 'Vietnamese'),
|
||
(3744, 'vi', 'lv', 'Vietnamese'),
|
||
(3745, 'vi', 'lt', 'Vietnamese'),
|
||
(3746, 'vi', 'mk', 'Vietnamese'),
|
||
(3747, 'vi', 'mt', 'Vietnamese'),
|
||
(3748, 'vi', 'mo', 'Vietnamese'),
|
||
(3749, 'vi', 'mn', 'Vietnamese'),
|
||
(3750, 'vi', 'ne', 'Vietnamese'),
|
||
(3751, 'vi', 'nl', 'Vietnamees'),
|
||
(3752, 'vi', 'nb', 'Vietnamese'),
|
||
(3753, 'vi', 'pa', 'Vietnamese'),
|
||
(3754, 'vi', 'pl', 'wietnamski'),
|
||
(3755, 'vi', 'pt-pt', 'Vietnamita'),
|
||
(3756, 'vi', 'pt-br', 'Vietnamita'),
|
||
(3757, 'vi', 'qu', 'Vietnamese'),
|
||
(3758, 'vi', 'ro', 'Vietnameză'),
|
||
(3759, 'vi', 'ru', 'Вьетнамский'),
|
||
(3760, 'vi', 'sl', 'Vietnamese'),
|
||
(3761, 'vi', 'so', 'Vietnamese'),
|
||
(3762, 'vi', 'sq', 'Vietnamese'),
|
||
(3763, 'vi', 'sr', 'Vietnamese'),
|
||
(3764, 'vi', 'sv', 'Vietnamesiska'),
|
||
(3765, 'vi', 'ta', 'Vietnamese'),
|
||
(3766, 'vi', 'th', 'เวียดนาม'),
|
||
(3767, 'vi', 'tr', 'Vietnamca'),
|
||
(3768, 'vi', 'uk', 'Vietnamese'),
|
||
(3769, 'vi', 'ur', 'Vietnamese'),
|
||
(3770, 'vi', 'uz', 'Vietnamese'),
|
||
(3771, 'vi', 'vi', 'Vietnamese'),
|
||
(3772, 'vi', 'yi', 'Vietnamese'),
|
||
(3773, 'vi', 'zh-hans', '越南语'),
|
||
(3774, 'vi', 'zu', 'Vietnamese'),
|
||
(3775, 'vi', 'zh-hant', '越南語'),
|
||
(3776, 'vi', 'ms', 'Vietnamese'),
|
||
(3777, 'yi', 'en', 'Yiddish'),
|
||
(3778, 'yi', 'es', 'Yidis'),
|
||
(3779, 'yi', 'de', 'Jiddisch'),
|
||
(3780, 'yi', 'fr', 'Yiddish'),
|
||
(3781, 'yi', 'ar', 'اليديشية'),
|
||
(3782, 'yi', 'bs', 'Yiddish'),
|
||
(3783, 'yi', 'bg', 'Yiddish'),
|
||
(3784, 'yi', 'ca', 'Yiddish'),
|
||
(3785, 'yi', 'cs', 'Yiddish'),
|
||
(3786, 'yi', 'sk', 'Jidiš'),
|
||
(3787, 'yi', 'cy', 'Yiddish'),
|
||
(3788, 'yi', 'da', 'Yiddish'),
|
||
(3789, 'yi', 'el', 'Γιντις'),
|
||
(3790, 'yi', 'eo', 'Yiddish'),
|
||
(3791, 'yi', 'et', 'Yiddish'),
|
||
(3792, 'yi', 'eu', 'Yiddish'),
|
||
(3793, 'yi', 'fa', 'Yiddish'),
|
||
(3794, 'yi', 'fi', 'jiddi'),
|
||
(3795, 'yi', 'ga', 'Yiddish'),
|
||
(3796, 'yi', 'he', 'יידיש'),
|
||
(3797, 'yi', 'hi', 'Yiddish'),
|
||
(3798, 'yi', 'hr', 'Yiddish'),
|
||
(3799, 'yi', 'hu', 'jiddis'),
|
||
(3800, 'yi', 'hy', 'Yiddish'),
|
||
(3801, 'yi', 'id', 'Yiddish'),
|
||
(3802, 'yi', 'is', 'Yiddish'),
|
||
(3803, 'yi', 'it', 'Yiddish'),
|
||
(3804, 'yi', 'ja', 'イディッシュ語'),
|
||
(3805, 'yi', 'ko', '이디시어'),
|
||
(3806, 'yi', 'ku', 'Yiddish'),
|
||
(3807, 'yi', 'la', 'Yiddish'),
|
||
(3808, 'yi', 'lv', 'Yiddish'),
|
||
(3809, 'yi', 'lt', 'Yiddish'),
|
||
(3810, 'yi', 'mk', 'Yiddish'),
|
||
(3811, 'yi', 'mt', 'Yiddish'),
|
||
(3812, 'yi', 'mo', 'Yiddish'),
|
||
(3813, 'yi', 'mn', 'Yiddish'),
|
||
(3814, 'yi', 'ne', 'Yiddish'),
|
||
(3815, 'yi', 'nl', 'Jiddisch'),
|
||
(3816, 'yi', 'nb', 'Yiddish'),
|
||
(3817, 'yi', 'pa', 'Yiddish'),
|
||
(3818, 'yi', 'pl', 'jidysz'),
|
||
(3819, 'yi', 'pt-pt', 'Yiddish'),
|
||
(3820, 'yi', 'pt-br', 'Yiddish'),
|
||
(3821, 'yi', 'qu', 'Yiddish'),
|
||
(3822, 'yi', 'ro', 'Idiş'),
|
||
(3823, 'yi', 'ru', 'Идиш'),
|
||
(3824, 'yi', 'sl', 'Yiddish'),
|
||
(3825, 'yi', 'so', 'Yiddish'),
|
||
(3826, 'yi', 'sq', 'Yiddish'),
|
||
(3827, 'yi', 'sr', 'Yiddish'),
|
||
(3828, 'yi', 'sv', 'Jiddisch'),
|
||
(3829, 'yi', 'ta', 'Yiddish'),
|
||
(3830, 'yi', 'th', 'ยิชดิช'),
|
||
(3831, 'yi', 'tr', 'Eski İbranice'),
|
||
(3832, 'yi', 'uk', 'Yiddish'),
|
||
(3833, 'yi', 'ur', 'Yiddish'),
|
||
(3834, 'yi', 'uz', 'Yiddish'),
|
||
(3835, 'yi', 'vi', 'Yiddish'),
|
||
(3836, 'yi', 'yi', 'Yiddish'),
|
||
(3837, 'yi', 'zh-hans', '依地语'),
|
||
(3838, 'yi', 'zu', 'Yiddish'),
|
||
(3839, 'yi', 'zh-hant', '依地語'),
|
||
(3840, 'yi', 'ms', 'Yiddish'),
|
||
(3841, 'zh-hans', 'en', 'Chinese (Simplified)'),
|
||
(3842, 'zh-hans', 'es', 'Chino simplificado'),
|
||
(3843, 'zh-hans', 'de', 'Vereinfachtes Chinesisch'),
|
||
(3844, 'zh-hans', 'fr', 'Chinois simplifié'),
|
||
(3845, 'zh-hans', 'ar', 'الصينية المبسطة'),
|
||
(3846, 'zh-hans', 'bs', 'Chinese (Simplified)'),
|
||
(3847, 'zh-hans', 'bg', 'Chinese (Simplified)'),
|
||
(3848, 'zh-hans', 'ca', 'Chinese (Simplified)'),
|
||
(3849, 'zh-hans', 'cs', 'Chinese (Simplified)'),
|
||
(3850, 'zh-hans', 'sk', 'Zjednodušená Čínština'),
|
||
(3851, 'zh-hans', 'cy', 'Chinese (Simplified)'),
|
||
(3852, 'zh-hans', 'da', 'Chinese (Simplified)'),
|
||
(3853, 'zh-hans', 'el', 'Κινεζικα'),
|
||
(3854, 'zh-hans', 'eo', 'Chinese (Simplified)'),
|
||
(3855, 'zh-hans', 'et', 'Chinese (Simplified)'),
|
||
(3856, 'zh-hans', 'eu', 'Chinese (Simplified)'),
|
||
(3857, 'zh-hans', 'fa', 'Chinese (Simplified)'),
|
||
(3858, 'zh-hans', 'fi', 'kiina'),
|
||
(3859, 'zh-hans', 'ga', 'Chinese (Simplified)'),
|
||
(3860, 'zh-hans', 'he', 'סינית'),
|
||
(3861, 'zh-hans', 'hi', 'Chinese (Simplified)'),
|
||
(3862, 'zh-hans', 'hr', 'Chinese (Simplified)'),
|
||
(3863, 'zh-hans', 'hu', 'egyszerűsített kínai'),
|
||
(3864, 'zh-hans', 'hy', 'Chinese (Simplified)'),
|
||
(3865, 'zh-hans', 'id', 'Chinese (Simplified)'),
|
||
(3866, 'zh-hans', 'is', 'Chinese (Simplified)'),
|
||
(3867, 'zh-hans', 'it', 'Cinese semplificato'),
|
||
(3868, 'zh-hans', 'ja', '簡体中国語'),
|
||
(3869, 'zh-hans', 'ko', '중국어 간체'),
|
||
(3870, 'zh-hans', 'ku', 'Chinese (Simplified)'),
|
||
(3871, 'zh-hans', 'la', 'Chinese (Simplified)'),
|
||
(3872, 'zh-hans', 'lv', 'Chinese (Simplified)'),
|
||
(3873, 'zh-hans', 'lt', 'Chinese (Simplified)'),
|
||
(3874, 'zh-hans', 'mk', 'Chinese (Simplified)'),
|
||
(3875, 'zh-hans', 'mt', 'Chinese (Simplified)'),
|
||
(3876, 'zh-hans', 'mo', 'Chinese (Simplified)'),
|
||
(3877, 'zh-hans', 'mn', 'Chinese (Simplified)'),
|
||
(3878, 'zh-hans', 'ne', 'Chinese (Simplified)'),
|
||
(3879, 'zh-hans', 'nl', 'Vereenvoudigd Chinees'),
|
||
(3880, 'zh-hans', 'nb', 'Chinese (Simplified)'),
|
||
(3881, 'zh-hans', 'pa', 'Chinese (Simplified)'),
|
||
(3882, 'zh-hans', 'pl', 'chiński uproszczony'),
|
||
(3883, 'zh-hans', 'pt-pt', 'Chinês'),
|
||
(3884, 'zh-hans', 'pt-br', 'Chinês'),
|
||
(3885, 'zh-hans', 'qu', 'Chinese (Simplified)'),
|
||
(3886, 'zh-hans', 'ro', 'Chineza simplificată'),
|
||
(3887, 'zh-hans', 'ru', 'Упрощенный китайский'),
|
||
(3888, 'zh-hans', 'sl', 'Chinese (Simplified)'),
|
||
(3889, 'zh-hans', 'so', 'Chinese (Simplified)'),
|
||
(3890, 'zh-hans', 'sq', 'Chinese (Simplified)'),
|
||
(3891, 'zh-hans', 'sr', 'Chinese (Simplified)'),
|
||
(3892, 'zh-hans', 'sv', 'Förenklad kinesiska'),
|
||
(3893, 'zh-hans', 'ta', 'Chinese (Simplified)'),
|
||
(3894, 'zh-hans', 'th', 'จีนประยุกต์'),
|
||
(3895, 'zh-hans', 'tr', 'Modern Çince'),
|
||
(3896, 'zh-hans', 'uk', 'Chinese (Simplified)'),
|
||
(3897, 'zh-hans', 'ur', 'Chinese (Simplified)'),
|
||
(3898, 'zh-hans', 'uz', 'Chinese (Simplified)'),
|
||
(3899, 'zh-hans', 'vi', 'Chinese (Simplified)'),
|
||
(3900, 'zh-hans', 'yi', 'Chinese (Simplified)'),
|
||
(3901, 'zh-hans', 'zh-hans', '简体中文'),
|
||
(3902, 'zh-hans', 'zu', 'Chinese (Simplified)'),
|
||
(3903, 'zh-hans', 'zh-hant', '簡體中文'),
|
||
(3904, 'zh-hans', 'ms', 'Chinese (Simplified)'),
|
||
(3905, 'zu', 'en', 'Zulu'),
|
||
(3906, 'zu', 'es', 'Zulú'),
|
||
(3907, 'zu', 'de', 'Zulu'),
|
||
(3908, 'zu', 'fr', 'Zoulou'),
|
||
(3909, 'zu', 'ar', 'الزولو'),
|
||
(3910, 'zu', 'bs', 'Zulu'),
|
||
(3911, 'zu', 'bg', 'Zulu'),
|
||
(3912, 'zu', 'ca', 'Zulu'),
|
||
(3913, 'zu', 'cs', 'Zulu'),
|
||
(3914, 'zu', 'sk', 'Jazyk Zulu'),
|
||
(3915, 'zu', 'cy', 'Zulu'),
|
||
(3916, 'zu', 'da', 'Zulu'),
|
||
(3917, 'zu', 'el', 'Ζουλου'),
|
||
(3918, 'zu', 'eo', 'Zulu'),
|
||
(3919, 'zu', 'et', 'Zulu'),
|
||
(3920, 'zu', 'eu', 'Zulu'),
|
||
(3921, 'zu', 'fa', 'Zulu'),
|
||
(3922, 'zu', 'fi', 'zulu'),
|
||
(3923, 'zu', 'ga', 'Zulu'),
|
||
(3924, 'zu', 'he', 'Zulu'),
|
||
(3925, 'zu', 'hi', 'Zulu'),
|
||
(3926, 'zu', 'hr', 'Zulu'),
|
||
(3927, 'zu', 'hu', 'zulu'),
|
||
(3928, 'zu', 'hy', 'Zulu'),
|
||
(3929, 'zu', 'id', 'Zulu'),
|
||
(3930, 'zu', 'is', 'Zulu'),
|
||
(3931, 'zu', 'it', 'Zulu'),
|
||
(3932, 'zu', 'ja', 'ズールー語'),
|
||
(3933, 'zu', 'ko', '줄루어'),
|
||
(3934, 'zu', 'ku', 'Zulu'),
|
||
(3935, 'zu', 'la', 'Zulu'),
|
||
(3936, 'zu', 'lv', 'Zulu'),
|
||
(3937, 'zu', 'lt', 'Zulu'),
|
||
(3938, 'zu', 'mk', 'Zulu'),
|
||
(3939, 'zu', 'mt', 'Zulu'),
|
||
(3940, 'zu', 'mo', 'Zulu'),
|
||
(3941, 'zu', 'mn', 'Zulu'),
|
||
(3942, 'zu', 'ne', 'Zulu'),
|
||
(3943, 'zu', 'nl', 'Zulu'),
|
||
(3944, 'zu', 'nb', 'Zulu'),
|
||
(3945, 'zu', 'pa', 'Zulu'),
|
||
(3946, 'zu', 'pl', 'zuluski'),
|
||
(3947, 'zu', 'pt-pt', 'Zulu'),
|
||
(3948, 'zu', 'pt-br', 'Zulu'),
|
||
(3949, 'zu', 'qu', 'Zulu'),
|
||
(3950, 'zu', 'ro', 'Zulu'),
|
||
(3951, 'zu', 'ru', 'Зулу'),
|
||
(3952, 'zu', 'sl', 'Zulu'),
|
||
(3953, 'zu', 'so', 'Zulu'),
|
||
(3954, 'zu', 'sq', 'Zulu'),
|
||
(3955, 'zu', 'sr', 'Zulu'),
|
||
(3956, 'zu', 'sv', 'Zulu'),
|
||
(3957, 'zu', 'ta', 'Zulu'),
|
||
(3958, 'zu', 'th', 'ซูลู'),
|
||
(3959, 'zu', 'tr', 'Zulu dili'),
|
||
(3960, 'zu', 'uk', 'Zulu'),
|
||
(3961, 'zu', 'ur', 'Zulu'),
|
||
(3962, 'zu', 'uz', 'Zulu'),
|
||
(3963, 'zu', 'vi', 'Zulu'),
|
||
(3964, 'zu', 'yi', 'Zulu'),
|
||
(3965, 'zu', 'zh-hans', '祖鲁语'),
|
||
(3966, 'zu', 'zu', 'Zulu'),
|
||
(3967, 'zu', 'zh-hant', '祖魯語'),
|
||
(3968, 'zu', 'ms', 'Zulu'),
|
||
(3969, 'zh-hant', 'en', 'Chinese (Traditional)'),
|
||
(3970, 'zh-hant', 'es', 'Chino tradicional'),
|
||
(3971, 'zh-hant', 'de', 'Traditionelles Chinesisch'),
|
||
(3972, 'zh-hant', 'fr', 'Chinois traditionnel'),
|
||
(3973, 'zh-hant', 'ar', 'الصينية التقليدية'),
|
||
(3974, 'zh-hant', 'bs', 'Chinese (Traditional)'),
|
||
(3975, 'zh-hant', 'bg', 'Chinese (Traditional)'),
|
||
(3976, 'zh-hant', 'ca', 'Chinese (Traditional)'),
|
||
(3977, 'zh-hant', 'cs', 'Chinese (Traditional)'),
|
||
(3978, 'zh-hant', 'sk', 'Tradičná Čínština'),
|
||
(3979, 'zh-hant', 'cy', 'Chinese (Traditional)'),
|
||
(3980, 'zh-hant', 'da', 'Chinese (Traditional)'),
|
||
(3981, 'zh-hant', 'el', 'Κινεζικα'),
|
||
(3982, 'zh-hant', 'eo', 'Chinese (Traditional)'),
|
||
(3983, 'zh-hant', 'et', 'Chinese (Traditional)'),
|
||
(3984, 'zh-hant', 'eu', 'Chinese (Traditional)'),
|
||
(3985, 'zh-hant', 'fa', 'Chinese (Traditional)'),
|
||
(3986, 'zh-hant', 'fi', 'perinteinen kiina'),
|
||
(3987, 'zh-hant', 'ga', 'Chinese (Traditional)'),
|
||
(3988, 'zh-hant', 'he', 'סינית מסורתית'),
|
||
(3989, 'zh-hant', 'hi', 'Chinese (Traditional)'),
|
||
(3990, 'zh-hant', 'hr', 'Chinese (Traditional)'),
|
||
(3991, 'zh-hant', 'hu', 'hagyományos kínai'),
|
||
(3992, 'zh-hant', 'hy', 'Chinese (Traditional)'),
|
||
(3993, 'zh-hant', 'id', 'Chinese (Traditional)'),
|
||
(3994, 'zh-hant', 'is', 'Chinese (Traditional)'),
|
||
(3995, 'zh-hant', 'it', 'Cinese tradizionale'),
|
||
(3996, 'zh-hant', 'ja', '繁体中国語'),
|
||
(3997, 'zh-hant', 'ko', '중국어 번체'),
|
||
(3998, 'zh-hant', 'ku', 'Chinese (Traditional)'),
|
||
(3999, 'zh-hant', 'la', 'Chinese (Traditional)'),
|
||
(4000, 'zh-hant', 'lv', 'Chinese (Traditional)'),
|
||
(4001, 'zh-hant', 'lt', 'Chinese (Traditional)'),
|
||
(4002, 'zh-hant', 'mk', 'Chinese (Traditional)'),
|
||
(4003, 'zh-hant', 'mt', 'Chinese (Traditional)'),
|
||
(4004, 'zh-hant', 'mo', 'Chinese (Traditional)'),
|
||
(4005, 'zh-hant', 'mn', 'Chinese (Traditional)'),
|
||
(4006, 'zh-hant', 'ne', 'Chinese (Traditional)'),
|
||
(4007, 'zh-hant', 'nl', 'Traditioneel Chinees'),
|
||
(4008, 'zh-hant', 'nb', 'Chinese (Traditional)'),
|
||
(4009, 'zh-hant', 'pa', 'Chinese (Traditional)'),
|
||
(4010, 'zh-hant', 'pl', 'chiński tradycyjny'),
|
||
(4011, 'zh-hant', 'pt-pt', 'Chinês'),
|
||
(4012, 'zh-hant', 'pt-br', 'Chinês'),
|
||
(4013, 'zh-hant', 'qu', 'Chinese (Traditional)'),
|
||
(4014, 'zh-hant', 'ro', 'Chineza tradiţională'),
|
||
(4015, 'zh-hant', 'ru', 'Традиционный китайский'),
|
||
(4016, 'zh-hant', 'sl', 'Chinese (Traditional)'),
|
||
(4017, 'zh-hant', 'so', 'Chinese (Traditional)'),
|
||
(4018, 'zh-hant', 'sq', 'Chinese (Traditional)'),
|
||
(4019, 'zh-hant', 'sr', 'Chinese (Traditional)'),
|
||
(4020, 'zh-hant', 'sv', 'Traditionell kinesiska'),
|
||
(4021, 'zh-hant', 'ta', 'Chinese (Traditional)'),
|
||
(4022, 'zh-hant', 'th', 'จีนดั้งเดิม'),
|
||
(4023, 'zh-hant', 'tr', 'Klasik Çince'),
|
||
(4024, 'zh-hant', 'uk', 'Chinese (Traditional)'),
|
||
(4025, 'zh-hant', 'ur', 'Chinese (Traditional)'),
|
||
(4026, 'zh-hant', 'uz', 'Chinese (Traditional)'),
|
||
(4027, 'zh-hant', 'vi', 'Chinese (Traditional)'),
|
||
(4028, 'zh-hant', 'yi', 'Chinese (Traditional)'),
|
||
(4029, 'zh-hant', 'zh-hans', '繁体中文'),
|
||
(4030, 'zh-hant', 'zu', 'Chinese (Traditional)'),
|
||
(4031, 'zh-hant', 'zh-hant', '繁體中文'),
|
||
(4032, 'zh-hant', 'ms', 'Chinese (Traditional)'),
|
||
(4033, 'ms', 'en', 'Malay'),
|
||
(4034, 'ms', 'es', 'Malayo'),
|
||
(4035, 'ms', 'de', 'Malay'),
|
||
(4036, 'ms', 'fr', 'Malay'),
|
||
(4037, 'ms', 'ar', 'Malay'),
|
||
(4038, 'ms', 'bs', 'Malay'),
|
||
(4039, 'ms', 'bg', 'Malay'),
|
||
(4040, 'ms', 'ca', 'Malay'),
|
||
(4041, 'ms', 'cs', 'Malay'),
|
||
(4042, 'ms', 'sk', 'Malay'),
|
||
(4043, 'ms', 'cy', 'Malay'),
|
||
(4044, 'ms', 'da', 'Malay'),
|
||
(4045, 'ms', 'el', 'Malay'),
|
||
(4046, 'ms', 'eo', 'Malay'),
|
||
(4047, 'ms', 'et', 'Malay'),
|
||
(4048, 'ms', 'eu', 'Malay'),
|
||
(4049, 'ms', 'fa', 'Malay'),
|
||
(4050, 'ms', 'fi', 'Malay'),
|
||
(4051, 'ms', 'ga', 'Malay'),
|
||
(4052, 'ms', 'he', 'Malay'),
|
||
(4053, 'ms', 'hi', 'Malay'),
|
||
(4054, 'ms', 'hr', 'Malay'),
|
||
(4055, 'ms', 'hu', 'Malay'),
|
||
(4056, 'ms', 'hy', 'Malay'),
|
||
(4057, 'ms', 'id', 'Malay'),
|
||
(4058, 'ms', 'is', 'Malay'),
|
||
(4059, 'ms', 'it', 'Malay'),
|
||
(4060, 'ms', 'ja', 'Malay'),
|
||
(4061, 'ms', 'ko', 'Malay'),
|
||
(4062, 'ms', 'ku', 'Malay'),
|
||
(4063, 'ms', 'la', 'Malay'),
|
||
(4064, 'ms', 'lv', 'Malay'),
|
||
(4065, 'ms', 'lt', 'Malay'),
|
||
(4066, 'ms', 'mk', 'Malay'),
|
||
(4067, 'ms', 'mt', 'Malay'),
|
||
(4068, 'ms', 'mo', 'Malay'),
|
||
(4069, 'ms', 'mn', 'Malay'),
|
||
(4070, 'ms', 'ne', 'Malay'),
|
||
(4071, 'ms', 'nl', 'Malay'),
|
||
(4072, 'ms', 'nb', 'Malay'),
|
||
(4073, 'ms', 'pa', 'Malay'),
|
||
(4074, 'ms', 'pl', 'Malay'),
|
||
(4075, 'ms', 'pt-pt', 'Malay'),
|
||
(4076, 'ms', 'pt-br', 'Malay'),
|
||
(4077, 'ms', 'qu', 'Malay'),
|
||
(4078, 'ms', 'ro', 'Malay'),
|
||
(4079, 'ms', 'ru', 'Malay'),
|
||
(4080, 'ms', 'sl', 'Malay'),
|
||
(4081, 'ms', 'so', 'Malay'),
|
||
(4082, 'ms', 'sq', 'Malay'),
|
||
(4083, 'ms', 'sr', 'Malay'),
|
||
(4084, 'ms', 'sv', 'Malay'),
|
||
(4085, 'ms', 'ta', 'Malay'),
|
||
(4086, 'ms', 'th', 'Malay'),
|
||
(4087, 'ms', 'tr', 'Malay'),
|
||
(4088, 'ms', 'uk', 'Malay'),
|
||
(4089, 'ms', 'ur', 'Malay'),
|
||
(4090, 'ms', 'uz', 'Malay'),
|
||
(4091, 'ms', 'vi', 'Malay'),
|
||
(4092, 'ms', 'yi', 'Malay'),
|
||
(4093, 'ms', 'zh-hans', 'Malay'),
|
||
(4094, 'ms', 'zu', 'Malay'),
|
||
(4095, 'ms', 'zh-hant', 'Malay'),
|
||
(4096, 'ms', 'ms', 'Melayu');
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_icl_locale_map`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_icl_locale_map` (
|
||
`code` varchar(7) NOT NULL,
|
||
`locale` varchar(8) NOT NULL,
|
||
UNIQUE KEY `code` (`code`,`locale`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_icl_locale_map`
|
||
--
|
||
|
||
INSERT INTO `drgrp_icl_locale_map` (`code`, `locale`) VALUES
|
||
('en', 'en_US'),
|
||
('es', 'es_ES');
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_icl_message_status`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_icl_message_status` (
|
||
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`rid` bigint(20) unsigned NOT NULL,
|
||
`object_id` bigint(20) unsigned NOT NULL,
|
||
`from_language` varchar(10) NOT NULL,
|
||
`to_language` varchar(10) NOT NULL,
|
||
`timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||
`md5` varchar(32) NOT NULL,
|
||
`object_type` varchar(64) NOT NULL,
|
||
`status` smallint(6) NOT NULL,
|
||
PRIMARY KEY (`id`),
|
||
UNIQUE KEY `rid` (`rid`),
|
||
KEY `object_id` (`object_id`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_icl_message_status`
|
||
--
|
||
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_icl_node`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_icl_node` (
|
||
`nid` bigint(20) NOT NULL,
|
||
`md5` varchar(32) NOT NULL,
|
||
`links_fixed` tinyint(4) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`nid`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_icl_node`
|
||
--
|
||
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_icl_reminders`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_icl_reminders` (
|
||
`id` bigint(20) NOT NULL,
|
||
`message` text NOT NULL,
|
||
`url` text NOT NULL,
|
||
`can_delete` tinyint(4) NOT NULL,
|
||
`show` tinyint(4) NOT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_icl_reminders`
|
||
--
|
||
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_icl_strings`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_icl_strings` (
|
||
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`language` varchar(7) NOT NULL,
|
||
`context` varchar(160) NOT NULL,
|
||
`name` varchar(160) NOT NULL,
|
||
`value` text NOT NULL,
|
||
`status` tinyint(4) NOT NULL,
|
||
PRIMARY KEY (`id`),
|
||
UNIQUE KEY `context_name` (`context`,`name`),
|
||
KEY `language_context` (`language`,`context`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1758 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_icl_strings`
|
||
--
|
||
|
||
INSERT INTO `drgrp_icl_strings` (`id`, `language`, `context`, `name`, `value`, `status`) VALUES
|
||
(3, 'en', 'Widgets', 'widget title - a0ad36e50d96977ba19b9f1f48adbfce', 'Noticias recientes', 0),
|
||
(4, 'en', 'Widgets', 'widget title - 69e7df6b9f7404b4007d936978a45c81', 'Recent Comments', 0),
|
||
(5, 'en', 'Widgets', 'widget title - 86fb1b7323e9b945f29fd75b009cf956', 'Archivo de noticias', 0),
|
||
(6, 'en', 'Widgets', 'widget title - 010725dd136c913eed2ec1e23476fd13', 'Categorías', 0),
|
||
(7, 'en', 'Widgets', 'widget title - b6755d218d5f4e1cef9cce9cc39aeda9', 'Meta', 0),
|
||
(8, 'en', 'Widgets', 'widget title - ffeb7901561b7f107d8e2648e179c945', 'Find us on Facebook', 0),
|
||
(9, 'en', 'Widgets', 'widget body - text_icl-2', '<strong>Double R Group</strong>\r\n', 0),
|
||
(10, 'en', 'Widgets', 'widget title - f6005c49e11dcdc4efbbca39260375cd', 'Solicitar información', 0),
|
||
(11, 'en', 'Widgets', 'widget body - text_icl-3', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id luctus quam, vel porttitor nisl. Curabitur vulputate velit ut tortor molestie, in venenatis mi varius. ', 0),
|
||
(12, 'en', 'Widgets', 'widget title - c734eb4671075ce3c86485584cdda7a7', 'Nosotros', 0),
|
||
(13, 'en', 'Widgets', 'widget title - ffb7e666a70151215b4c55c6268d7d72', 'Newsletter', 0),
|
||
(14, 'en', 'Widgets', 'widget body - text_icl-5', '<h2>Double R Group</h2>\r\n<p>\r\n[fontawesome icon="map-marker" circle="no" size="medium" iconcolor="#395b7b" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]\r\nCalle de Almagro, 21, 28010 Madrid\r\n</p><p>\r\n[fontawesome icon="phone" circle="no" size="medium" iconcolor="#395b7b" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]\r\n+34 619 686 633\r\n</p><p>\r\n[fontawesome icon="envelope" circle="no" size="medium" iconcolor="#395b7b" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]\r\ninfo@doublergroup.com\r\n</p>', 0),
|
||
(15, 'en', 'Widgets', 'widget title - d622d6702b10987f5c7a7aaa0bb89a8e', '', 0),
|
||
(16, 'en', 'Widgets', 'widget title - dbeeb228eb563f7a3a2ca81b253dc50f', 'Contacto', 0),
|
||
(17, 'en', 'Widgets', 'widget title - 88ed18dff6e7767eba80434939973d3d', 'Get Social', 0),
|
||
(18, 'en', 'Widgets', 'widget title - 5325eefe8ce2e340f376230f6a107868', 'Tweets recientes', 0),
|
||
(19, 'en', 'Widgets', 'widget title - bc1f69db79c00f1ddac18c00efa6292b', 'Recent Works', 0),
|
||
(20, 'en', 'Widgets', 'widget title - 8ff922bbcd8ad41cdfc48d3c5163b2ab', 'Calendar', 0),
|
||
(21, 'en', 'Widgets', 'widget title - d1bd4e55018a381882940aff2218c015', 'Contacta con nosotros', 0),
|
||
(22, 'en', 'Widgets', 'widget title - 178fde647037235223ac2a188a7106b1', 'Archives', 0),
|
||
(23, 'en', 'theme Avada', 'a52f3ece15d037604bd81c0b18013f2e', 'Oops, This Page Could Not Be Found!', 1),
|
||
(24, 'en', 'theme Avada', 'bcb7ac354cce70e87f2d20d1106ff1f5', 'Here are some useful links:', 1),
|
||
(25, 'en', 'theme Avada', '69498ee5a2347632fa38643ac4bdf759', 'Search Our Website', 1),
|
||
(26, 'en', 'theme Avada', 'b0c88e09f0dba50a590801b8df4a4d2f', 'Can''t find what you need? Take a moment and do a search below!', 1),
|
||
(27, 'en', 'theme Avada', '014bd6f385cb5aec29ec9714b8106ccb', 'Search ...', 1),
|
||
(28, 'en', 'theme optionsframework', 'ae988c8b2f784c749d61a966a22214d9', 'Last Backup : ', 0),
|
||
(29, 'en', 'theme optionsframework', '7649a6ec47c15923c8b1dbb5ce774f8f', 'Save All Changes', 0),
|
||
(30, 'en', 'theme optionsframework', 'bacb0cc6812d019e235de4fc66bc3c1d', 'Options Reset', 0),
|
||
(31, 'en', 'theme optionsframework', 'dae8ace18bdcbcc6ae5aece263e14fe8', 'Options', 0),
|
||
(32, 'en', 'theme optionsframework', '5c93310dd0291e121181e830cdda892e', 'Gallery', 0),
|
||
(33, 'en', 'theme optionsframework', '451bef360ca56173478fe68e9814314a', 'Previously Uploaded', 0),
|
||
(34, 'en', 'theme Avada', '53e5aa2c97fef1555d2511de8218c544', 'By', 1),
|
||
(35, 'en', 'theme Avada', 'b2483883b115e89808da5b56ff5c10df', '0 Comments', 1),
|
||
(36, 'en', 'theme Avada', '0f0c0c1c95507b2503aa8c432c3c3188', '1 Comment', 1),
|
||
(37, 'en', 'theme Avada', '8413c683b4b27cc3f4dbd4c90329d8ba', 'Comments', 1),
|
||
(38, 'en', 'theme Avada', 'decbe415d8accca7c2c16d48a79ee934', 'Read More', 1),
|
||
(39, 'en', 'theme Avada', 'c4ca4238a0b923820dcc509a6f75849b', '1', 0),
|
||
(40, 'en', 'theme Avada', '8455b6e647ffdb41f1a221fe4dd66c89', 'This author has not yet filled in any details.', 0),
|
||
(41, 'en', 'WordPress', '5721bd0a86d6b17fd958a9b141a2bc5c', 'So far %s has created %s entries.', 0),
|
||
(42, 'en', 'theme Avada', '8f7f4c1ce7a4f933663d10543562b096', 'About', 0),
|
||
(43, 'en', 'WordPress', 'dfd87bd34b4599aaaef6d0f2c8b6e3d7', 'Edit profile', 0),
|
||
(44, 'en', 'theme Avada', 'c1c10b029d1dddb5a28e1f9348decb39', 'Need a new search?', 0),
|
||
(45, 'en', 'theme Avada', '0b67b877652b4d63ae07e24d654b8ae9', 'If you didn''t find what you were looking for, try a new search!', 0),
|
||
(46, 'en', 'theme bbpress', '75ecaaafd1f677d07360709be6528768', 'Search for:', 0),
|
||
(47, 'en', 'theme Avada', '07b987a0e2b28e3695ffe63e012ea4c0', 'Search the Forum...', 0),
|
||
(48, 'en', 'theme bbpress', 'ef1d00d8a237a1bbe431e1091f5715fb', 'Creator', 0),
|
||
(49, 'en', 'theme bbpress', '25812bf456959aa5f28dc570f341a3ba', 'Topic', 0),
|
||
(50, 'en', 'theme Avada', '32b502f33a535f75dcbf63f6753c631e', 'Tags:', 0),
|
||
(51, 'en', 'theme bbpress', 'cce9b95eda31165586dc3fe55d72d136', 'Move reply "%s"', 0),
|
||
(52, 'en', 'theme bbpress', 'b59c434598821da6f809f5f735b29e53', 'New topic in <strong>%s</strong> titled:', 0),
|
||
(53, 'en', 'theme bbpress', '425071c914a8b1c5822c2f700b489b10', 'Moved: %s', 0),
|
||
(54, 'en', 'theme bbpress', '296a59edb602aad0cee9a7075be6e077', 'No other topics found!', 0),
|
||
(55, 'en', 'theme bbpress', '1a402219dd5c3b2ff440415e1eddfcb8', 'You can either make this reply a new topic with a new title, or merge it into an existing topic.', 0),
|
||
(56, 'en', 'theme bbpress', '9e528e6b9185e14ef53a269346ce1d25', 'If you choose an existing topic, replies will be ordered by the time and date they were created.', 0),
|
||
(57, 'en', 'theme bbpress', '18bae10850e8f96548985e5d59188df0', 'Move Method', 0),
|
||
(58, 'en', 'theme bbpress', 'aa9e097b1a5a0a1e1eec6a67b071b26f', 'Use an existing topic in this forum:', 0),
|
||
(59, 'en', 'theme bbpress', '3f5ae604d69310af1742ceead5845539', '<strong>WARNING:</strong> This process cannot be undone.', 0),
|
||
(60, 'en', 'theme bbpress', 'a4d3b161ce1309df1c4e25df28694b7b', 'Submit', 0),
|
||
(61, 'en', 'theme bbpress', 'b3783ab24a2d26bf9a36d3e31fe70330', 'You do not have the permissions to edit this reply!', 0),
|
||
(62, 'en', 'theme bbpress', '91acf6d7106c06301d05efa7152c0645', 'You cannot edit this reply.', 0),
|
||
(63, 'en', 'theme bbpress', 'bdc8303f70a604e3d2c658a5e07af699', 'Reply To: %s', 0),
|
||
(64, 'en', 'theme bbpress', '4a56de81569a258a63030519f407c039', 'Optional reason for editing:', 0),
|
||
(65, 'en', 'theme bbpress', 'c9cbe08605e0f942a3da78c16dbdea9c', 'The topic ‘%s’ is closed to new replies.', 0),
|
||
(66, 'en', 'theme bbpress', 'cc285f9eb8d4f326060627c7bc6b78fc', 'The forum ‘%s’ is closed to new topics and replies.', 0),
|
||
(67, 'en', 'theme bbpress', '5716197493252b0ba768ae2c75829b75', 'You may use these <abbr title="HyperText Markup Language">HTML</abbr> tags and attributes:', 0),
|
||
(68, 'en', 'theme bbpress', '32b502f33a535f75dcbf63f6753c631e', 'Tags:', 0),
|
||
(69, 'en', 'theme bbpress', 'bfffddd5ae22742523c44af758a10baa', 'Keep a log of this edit:', 0),
|
||
(70, 'en', 'theme bbpress', '3ebdca43ef32f31627e8812b9a9cd15c', 'Notify the author of follow-up replies via email', 0),
|
||
(71, 'en', 'theme bbpress', '6143a4786e73f87eefa6aa11cfdf5193', 'Notify me of follow-up replies via email', 0),
|
||
(72, 'en', 'theme bbpress', '6ab56f2ec5fc7465df8bf4fbf89f8b91', 'You cannot reply to this topic.', 0),
|
||
(73, 'en', 'theme bbpress', 'bb6c074136640c553fd67eef01eff57c', 'You must be logged in to reply to this topic.', 0),
|
||
(74, 'en', 'theme bbpress', 'd50570ac8ebda331a4839df946bd141e', 'Merge topic "%s"', 0),
|
||
(75, 'en', 'theme bbpress', '69d01b166ce631be02e7622697803c92', 'No topics were found to which the topic could be merged to!', 0),
|
||
(76, 'en', 'theme bbpress', '7ec62f2f848ddda4bd7fe097ac07f0b1', 'Select the topic to merge this one into. The destination topic will remain the lead topic, and this one will change into a reply.', 0),
|
||
(77, 'en', 'theme bbpress', '08e745cfd548ba25f950467ac5431759', 'To keep this topic as the lead, go to the other topic and use the merge tool from there instead.', 0),
|
||
(78, 'en', 'theme bbpress', '40baee8411fb4c2ed77efcf6a170b608', 'All replies within both topics will be merged chronologically. The order of the merged replies is based on the time and date they were posted. If the destination topic was created after this one, it''s post date will be updated to second earlier than this one.', 0),
|
||
(79, 'en', 'theme bbpress', '12007e1d59f4d09c87dbe2c438256244', 'Destination', 0),
|
||
(80, 'en', 'theme bbpress', 'c042232df96120c3fc73606e98a8da9f', 'Merge with this topic:', 0),
|
||
(81, 'en', 'theme bbpress', '05ff9820aa1f5aa6a45486935e32e8e7', 'There are no other topics in this forum to merge with.', 0),
|
||
(82, 'en', 'theme bbpress', 'ade120a8cfea646fd55401dc91647449', 'Topic Extras', 0),
|
||
(83, 'en', 'theme bbpress', 'cbffc67ea702026e6ee7f7f00a1affa2', 'Merge topic subscribers', 0),
|
||
(84, 'en', 'theme bbpress', '876478863538c693f5ba47e66efb1185', 'Merge topic favoriters', 0),
|
||
(85, 'en', 'theme bbpress', '82c2281390f2c53698e6e987c45b8121', 'Merge topic tags', 0),
|
||
(86, 'en', 'theme bbpress', '3113fe90c1a71250b61b0cc0601960fc', 'You do not have the permissions to edit this topic!', 0),
|
||
(87, 'en', 'theme bbpress', '1be5dda710f78c5dbd3b9639fad3ec4f', 'You cannot edit this topic.', 0),
|
||
(88, 'en', 'theme bbpress', '7156f037d9329d518715194d83870997', 'Split topic "%s"', 0),
|
||
(89, 'en', 'theme bbpress', 'a23a29de0dfb48968741d8e243f5c359', 'Split: %s', 0),
|
||
(90, 'en', 'theme bbpress', '0c322454bee04a7fbb7c2a0ac2ab420e', 'When you split a topic, you are slicing it in half starting with the reply you just selected. Choose to use that reply as a new topic with a new title, or merge those replies into an existing topic.', 0),
|
||
(91, 'en', 'theme bbpress', '4c1487d2c12a8d50c4fc4a4f01a5e58e', 'If you use the existing topic option, replies within both topics will be merged chronologically. The order of the merged replies is based on the time and date they were posted.', 0),
|
||
(92, 'en', 'theme bbpress', 'b0f8a4bccd4a4b47e719e605d1a46552', 'Split Method', 0),
|
||
(93, 'en', 'theme bbpress', 'd203bc5f74a376eaa5ba42fcb066c414', 'Copy subscribers to the new topic', 0),
|
||
(94, 'en', 'theme bbpress', 'dca07fe9c4673408d3474140ffa49f21', 'Copy favoriters to the new topic', 0),
|
||
(95, 'en', 'theme bbpress', '899412c53a51e63a6bd364c9c3a6c8aa', 'Copy topic tags to the new topic', 0),
|
||
(96, 'en', 'theme bbpress', '346cbae7fe449bc073676a2377429945', 'Manage Tag: "%s"', 0),
|
||
(97, 'en', 'theme bbpress', '80a82338a278e23bbb486ef16a8c158f', 'Are you sure you want to merge the "%s" tag into the tag you specified?', 0),
|
||
(98, 'en', 'theme bbpress', '294b74170a81babdef99efea33c3b247', 'Are you sure you want to delete the "%s" tag? This is permanent and cannot be undone.', 0),
|
||
(99, 'en', 'theme bbpress', '904a8304056d77e4547744781b7ceb50', 'Rename', 0),
|
||
(100, 'en', 'theme bbpress', '8177eb2a1e823916bf2c6605013bcfd7', 'Leave the slug empty to have one automatically generated.', 0),
|
||
(101, 'en', 'theme bbpress', '4a18706e32c0281013bf73b43d0fc61a', 'Changing the slug affects its permalink. Any links to the old slug will stop working.', 0),
|
||
(102, 'en', 'theme bbpress', '4e140ba723a03baa6948340bf90e2ef6', 'Name:', 0),
|
||
(103, 'en', 'theme bbpress', '33d80e11186feee7941ed777903f6f7c', 'Slug:', 0),
|
||
(104, 'en', 'theme bbpress', '68be4837f6c739877233e527a996dd00', 'Merge', 0),
|
||
(105, 'en', 'theme bbpress', '1bc3edd0b985526b0973d9f6aa1c5a8b', 'Merging tags together cannot be undone.', 0),
|
||
(106, 'en', 'theme bbpress', '75c4456a401d9a14209e77cbee698513', 'Existing tag:', 0),
|
||
(107, 'en', 'theme bbpress', 'f2a6c498fb90ee345d997f888fce3b18', 'Delete', 0),
|
||
(108, 'en', 'theme bbpress', '52eb687e4196c334459b5d955de05dad', 'This does not delete your topics. Only the tag itself is deleted.', 0),
|
||
(109, 'en', 'theme bbpress', '01bdadab251441b066837d38fca1b119', 'Deleting a tag cannot be undone.', 0),
|
||
(110, 'en', 'theme bbpress', '005e7871f2a22387d5170550bd293146', 'Any links to this tag will no longer function.', 0),
|
||
(111, 'en', 'theme bbpress', '06933067aafd48425d67bcb01bba5cb6', 'Update', 0),
|
||
(112, 'en', 'theme bbpress', 'ef78deafea878d40a3eb808a5d890430', 'Now Editing “%s”', 0),
|
||
(113, 'en', 'theme bbpress', '299d089b9d7cb280b5c214ecca258a07', 'Create New Topic in “%s”', 0),
|
||
(114, 'en', 'theme bbpress', '31ddee0b3c568f0c11dfc4b182071328', 'Topic Title (Maximum Length: %d):', 0),
|
||
(115, 'en', 'theme bbpress', 'f052570666a6ba58a37be86ff1da7a0a', '(No Forum)', 0),
|
||
(116, 'en', 'theme bbpress', 'afc3ccb6112c132f666dd055c7983eb2', 'Create New Topic', 0),
|
||
(117, 'en', 'theme bbpress', '9720df78c99dba654d87b34a218a2f09', 'Forum:', 0),
|
||
(118, 'en', 'theme bbpress', '82ceb63a64f88bc80a83227f432b1189', 'Topic Type:', 0),
|
||
(119, 'en', 'theme bbpress', '72f83719a4f9d6d7615ac17c8ca3892f', 'Topic Status:', 0),
|
||
(120, 'en', 'theme bbpress', 'f32159bde8219174a9898cb00169d472', 'You cannot create new topics.', 0),
|
||
(121, 'en', 'theme bbpress', 'a2ceed85d086cb7e0582e4da268e3e61', 'You must be logged in to create new topics.', 0),
|
||
(122, 'en', 'theme bbpress', 'e6a7f8a2f42cc35979973da8dfb10720', 'Forum', 0),
|
||
(123, 'en', 'theme bbpress', '34ac805c9077c5ca6ae3565dab6ce723', 'Topics', 0),
|
||
(124, 'en', 'theme bbpress', '8cc46df5ae23686a6fbb8e132f4aaf26', 'Replies', 0),
|
||
(125, 'en', 'theme bbpress', '5dc52ca9ffdc26147075682c92a0a853', 'Posts', 0),
|
||
(126, 'en', 'theme bbpress', 'bf839986b12b05b279077866655bbe58', 'Freshness', 0),
|
||
(127, 'en', 'theme bbpress', '8ce8cbf23b58eb6bd25d8f6656ccb3c7', 'Last updated %s', 0),
|
||
(128, 'en', 'theme bbpress', '9569c6b464423fcac7d00617d8c06409', 'Forum: ', 0),
|
||
(129, 'en', 'theme Avada', 'a9aa5b09cad7cc691f7add17dc072988', 'Post count: %s', 0),
|
||
(130, 'en', 'theme bbpress', '08c75ad1b35990afa53d2ba42d9ea37d', 'In reply to: ', 0),
|
||
(131, 'en', 'theme bbpress', 'fbc62206b5d2c7416fcb114f30cce99a', 'Topic: ', 0),
|
||
(132, 'en', 'theme bbpress', 'bd693a3bc4bec313b2720d88418a0c28', 'in group forum ', 0),
|
||
(133, 'en', 'theme bbpress', '3ea19b9f71e163b7f2cfc27d723fb14f', 'in forum ', 0),
|
||
(134, 'en', 'theme bbpress', '47fda2fe05b73ea802ab0e88bc54bc48', 'in reply to: ', 0),
|
||
(135, 'en', 'theme bbpress', '40a4bb332b0840c12249f71ffa69adea', 'Started by: %1$s', 0),
|
||
(136, 'en', 'theme bbpress', '1c1dd66e5a46bbfde7d739cfc3b7de55', 'in: <a href="%1$s">%2$s</a>', 0),
|
||
(137, 'en', 'theme bbpress', 'd342f8597c3ea420117bfb09888723bd', 'Voices', 0),
|
||
(138, 'en', 'theme bbpress', '9e41bc46e9a0db8c490f886700da6cd5', '%s''s Profile', 0),
|
||
(139, 'en', 'theme bbpress', '726b5d020623953703d697bf805bd103', '%s''s Topics Started', 0),
|
||
(140, 'en', 'theme bbpress', 'ede2d812bfb9979b9f21c445aa6e4cba', '%s''s Replies Created', 0),
|
||
(141, 'en', 'theme bbpress', '3611a70e42bda1a28864cbf9e4dc1424', '%s''s Favorites', 0),
|
||
(142, 'en', 'theme bbpress', '68594a38b3f1c12f88442fe7c9ece5c8', '%s''s Subscriptions', 0),
|
||
(143, 'en', 'theme bbpress', 'dad95e2398b2f73e5d5bf83ec8a247d8', 'Edit %s''s Profile', 0),
|
||
(144, 'en', 'theme bbpress', 'cce99c598cfdb9773ab041d54c3d973a', 'Profile', 0),
|
||
(145, 'en', 'theme bbpress', 'e52d5baa7af1f973bbea0c5267991dfa', 'Topics Started', 0),
|
||
(146, 'en', 'theme bbpress', 'effb9a35952cc19546fd1fd16c646556', 'Replies Created', 0),
|
||
(147, 'en', 'theme bbpress', 'd78986947356ddd37b43d57df289dee9', 'Favorites', 0),
|
||
(148, 'en', 'theme bbpress', '4ca2c509994c2776d0880357b4e8e5be', 'Subscriptions', 0),
|
||
(149, 'en', 'theme bbpress', '7dce122004969d56ae2e0245cb754d35', 'Edit', 0),
|
||
(150, 'en', 'theme Avada', '381060983af096312477a998d631fd67', 'Forum Role:', 0),
|
||
(151, 'en', 'theme Avada', 'bb38e07ef4980e1be771e83c35ce0a44', 'Topics Started:', 0),
|
||
(152, 'en', 'theme Avada', '5f868cc7c8691aa5c2ac1f4825b766f0', 'Replies Created:', 0),
|
||
(153, 'en', 'theme Avada', 'af87efe29da4e67cbaf3cea543f44f7d', 'This post is password protected. Enter the password to view comments.', 1),
|
||
(154, 'en', 'theme Avada', '36fb383edd9f7c1594d4168fb999c379', 'No Comments', 1),
|
||
(155, 'en', 'theme Avada', '4b36ac646a902ab56ab7146229c5f021', 'One Comment', 1),
|
||
(156, 'en', 'theme Avada', '496c558a09bbbcfc869aa80b2f037261', 'Comments are closed.', 1),
|
||
(157, 'en', 'theme Avada', 'c8cf97015c98815234011807fce40a8e', 'Name (required)', 1),
|
||
(158, 'en', 'theme Avada', '0974e3c4548edf4a3dd64ebea9ce8143', 'Email (required)', 1),
|
||
(159, 'en', 'theme Avada', '15bbb9d0bbf25e8d2978de1168c749dc', 'Website', 1),
|
||
(160, 'en', 'theme Avada', 'ee5e9dc647ba8ed1490efd6374ac85e8', 'Leave A Comment', 1),
|
||
(161, 'en', 'theme Avada', 'd1791527b2a76a3506f9377ec874706b', 'You must be %slogged in%s to post a comment.', 0),
|
||
(162, 'en', 'theme Avada', 'b046ed95f719df2e79c9cb3e3bc23bf1', 'Logged in as', 1),
|
||
(163, 'en', 'theme Avada', 'e3e844aaaeac4176d6c4661dd4beabbc', 'Log out of this account', 0),
|
||
(164, 'en', 'theme Avada', '0daf9402a86ecf0462af9fffd2b4b233', 'Log out »', 1),
|
||
(165, 'en', 'theme Avada', 'a1722b7a43963953caab67c139b0582e', 'Comment...', 1),
|
||
(166, 'en', 'theme Avada', '55db28530640e9fb41ebf71ea8afce72', 'Post Comment', 1),
|
||
(167, 'en', 'theme Avada', '4e140ba723a03baa6948340bf90e2ef6', 'Name:', 0),
|
||
(168, 'en', 'theme Avada', '6a1e265f92087bb6dd18194833fe946b', 'Email:', 0),
|
||
(169, 'en', 'theme Avada', '47a0be8d1015d526a1fbaa56c3102135', 'Subject:', 0),
|
||
(170, 'en', 'theme Avada', 'c14a0ca9550a8b311dbf7acbb3e6cac4', 'Comments:', 0),
|
||
(171, 'en', 'theme Avada', '70470481a161b8b5c93a87555ed3fcb4', 'Please check if you''ve filled all the fields with valid information. Thank you.', 1),
|
||
(172, 'en', 'theme Avada', '7a7c46aab7e07559c6f7a8b25f2b9ef4', 'Thank you', 1),
|
||
(173, 'en', 'theme Avada', '4012a3acbbb81a95f55560c0e6f49fb6', 'for using my contact form! Your email was successfully sent!', 1),
|
||
(174, 'en', 'theme Avada', 'c7892ebbb139886662c6f2fc8c450710', 'Subject', 1),
|
||
(175, 'en', 'theme Avada', '4c2a8fe7eaf24721cc7a9f0175115bd4', 'Message', 1),
|
||
(176, 'en', 'theme Avada', '85984b8c7e20cbde3370f6c37bc42835', 'Submit Form', 1),
|
||
(177, 'en', 'theme Avada', 'b1c94ca2fbc3e78fc30069c8d0f01680', 'All', 1),
|
||
(178, 'en', 'theme Avada', '8d496fe225b423ae91cafb2913fe60fc', 'Install Required Plugins', 1),
|
||
(179, 'en', 'theme Avada', '4eff3a34f0ddf963f7d0610d3cb79354', 'Install Plugins', 1),
|
||
(180, 'en', 'theme Avada', '07867e5fd7b858b877323ffd402ac38e', 'Installing Plugin: %s', 1),
|
||
(181, 'en', 'theme Avada', '7c7efec2d1dfd66eb653cf98d4cc865c', 'Something went wrong.', 1),
|
||
(182, 'en', 'theme Avada', 'bb885c3eedde441b8398dbc9586e09b5', 'Return to Required Plugins Installer', 1),
|
||
(183, 'en', 'theme Avada', '37829e778cf85fe234ef2d80be24527a', 'Plugin activated successfully.', 1),
|
||
(184, 'en', 'theme Avada', '3c48d813eb0b1f244fa131cc5de6be0e', 'All plugins installed and activated successfully. %1$s', 1),
|
||
(185, 'en', 'theme Avada', '5ab741fb6675b5c6bb34dc16996a53bd', 'Return to the Dashboard', 1),
|
||
(186, 'en', 'theme Avada', '7b67a32166b29c99019c10dc30f490b2', 'The following plugin was activated successfully: %s.', 1),
|
||
(187, 'en', 'theme Avada', '3146b03cfc1c9f2fc7110fb73f7307de', 'Dismiss this notice', 1),
|
||
(188, 'en', 'theme Avada', '8d31e085a4bb8bcfb482ff43a868a261', 'External Link', 1),
|
||
(189, 'en', 'theme Avada', '352d93d214eeeb51f29b9ff014074267', 'Private Repository', 1),
|
||
(190, 'en', 'theme Avada', '0b75c554830973695016efb11cdf1504', 'Pre-Packaged', 1),
|
||
(191, 'en', 'theme Avada', '1f595cbbf20d9305968ef706e97d3105', 'WordPress Repository', 1),
|
||
(192, 'en', 'theme Avada', 'b651efdb98a5d6bd2b3935d0c3f4a5e2', 'Required', 1),
|
||
(193, 'en', 'theme Avada', '654866693fd91ce8e9764a218f569918', 'Recommended', 1),
|
||
(194, 'en', 'theme Avada', 'ddd8eef6f86868a07f62b0e3810711f0', 'Not Installed', 1),
|
||
(195, 'en', 'theme Avada', '5996488c02e895d82c39733547ede973', 'Installed But Not Activated', 1),
|
||
(196, 'en', 'theme Avada', '6bd25ff0816abdf2e553db08d4ed642d', 'Not Updated', 0),
|
||
(197, 'en', 'theme Avada', '4d3d769b812b6faa6b76e1a8abaece2d', 'Active', 0),
|
||
(198, 'en', 'theme Avada', '6378bdd12f16803035dcd9b7f96f7d71', 'No plugins to install or activate. <a href="%1$s" title="Return to the Dashboard">Return to the Dashboard</a>', 1),
|
||
(199, 'en', 'theme Avada', '409c1892b68cb394799262ac57f6d4f1', 'Plugin', 1),
|
||
(200, 'en', 'theme Avada', 'f31bbdd1b3e85bccd652680e16935819', 'Source', 1),
|
||
(201, 'en', 'theme Avada', 'a1fa27779242b4902f7ae3bdd5c6d508', 'Type', 1),
|
||
(202, 'en', 'theme Avada', 'ec53a8c4f07baed5d8825072c89799be', 'Status', 1),
|
||
(203, 'en', 'theme Avada', '349838fb1d851d3e2014b9fe39203275', 'Install', 1),
|
||
(204, 'en', 'theme Avada', 'a13367a8e2a3f3bf4f3409079e3fdf87', 'Activate', 1),
|
||
(205, 'en', 'theme Avada', '9c5b615698c3ae6dc7bc6d2816c92862', 'Install package not available.', 1),
|
||
(206, 'en', 'theme Avada', '6aca1f9e879ac5c90e19bc556182fa50', 'Downloading install package from <span class="code">%s</span>…', 1),
|
||
(207, 'en', 'theme Avada', 'e9613a5b96f1f58f534d0a10f6684f38', 'Unpacking the package…', 1),
|
||
(208, 'en', 'theme Avada', 'ce6248a23b7a258458e9c7aba988f411', 'Installing the plugin…', 1),
|
||
(209, 'en', 'theme Avada', '2a3d776021ae82ee7cb62b397711d40d', 'Plugin install failed.', 1),
|
||
(210, 'en', 'theme Avada', '11810810c72ab629ffa7b96ebede742e', 'Plugin installed successfully.', 1),
|
||
(211, 'en', 'theme Avada', 'edc3d85dac34a37710b4a9c2e24b8b75', 'Plugin activation failed.', 1),
|
||
(212, 'en', 'theme Avada', '370eb8fcb15bff522689322a97ab88f7', 'The installation and activation process is starting. This process may take a while on some hosts, so please be patient.', 1),
|
||
(213, 'en', 'theme Avada', 'b2c308c165b8f7aa1e51da66dab37826', '%1$s installed and activated successfully.', 1),
|
||
(214, 'en', 'theme Avada', '06c883a79771ecda24de1687ed7915ba', 'Show Details', 1),
|
||
(215, 'en', 'theme Avada', '7c5fb72b2ab0d57476a8b930a59f0650', 'Hide Details', 1),
|
||
(216, 'en', 'theme Avada', 'a612d8f63518b69a843a62347bef74f4', 'All installations and activations have been completed.', 1),
|
||
(217, 'en', 'theme Avada', 'de6d25fb7d974d4e615b386367ff986f', 'Installing and Activating Plugin %1$s (%2$d/%3$d)', 1),
|
||
(218, 'en', 'theme Avada', '071037479108e80816f433d094a06632', 'The installation process is starting. This process may take a while on some hosts, so please be patient.', 1),
|
||
(219, 'en', 'theme Avada', '2ef4da25e6e03ae8e862d7689b2ba554', 'An error occurred while installing %1$s: <strong>%2$s</strong>.', 1),
|
||
(220, 'en', 'theme Avada', '630ad046884e381655ca1fccd0667601', 'The installation of %1$s failed.', 1),
|
||
(221, 'en', 'theme Avada', '0b8c1d6179d1c4a20f002d67dc49bc0c', '%1$s installed successfully.', 1),
|
||
(222, 'en', 'theme Avada', '003b8672b471e60c83cb28552f948625', 'All installations have been completed.', 1),
|
||
(223, 'en', 'theme Avada', '4cee13af8289e47431d5b934e6ecd69f', 'Installing Plugin %1$s (%2$d/%3$d)', 1),
|
||
(224, 'en', 'theme Avada', 'dd1f775e443ff3b9a89270713580a51b', 'Previous', 1),
|
||
(225, 'en', 'theme Avada', '10ac3d04253ef7e1ddc73e6091c0cd55', 'Next', 1),
|
||
(226, 'en', 'theme Avada', '8cf04a9734132302f96da8e113e80ce5', 'Home', 1),
|
||
(227, 'en', 'theme Avada', 'c5fb882b54e1a70d9c5ca9a6f4a8cfa3', '404 - Page not Found', 1),
|
||
(228, 'en', 'theme Avada', '13348442cc6a27032d2b4aa28b75a5d3', 'Search', 1),
|
||
(229, 'en', 'theme Avada', 'f6039d44b29456b20f8f373155ae4973', 'Username', 0),
|
||
(230, 'en', 'theme Avada', 'dc647eb65e6711e155375218212b3964', 'Password', 0),
|
||
(231, 'en', 'theme Avada', 'bea8d9e6a0d57c4a264756b4f9822ed9', 'My Account', 0),
|
||
(232, 'en', 'theme Avada', 'e857817b07c27f3c57caa6c40f7499d4', 'Remember Me', 0),
|
||
(233, 'en', 'theme Avada', '3bbbad631029e3575da7a151bba4f37c', 'Log In', 0),
|
||
(234, 'en', 'theme Avada', '0323de4f66a1700e2173e9bcdce02715', 'Logout', 0),
|
||
(235, 'en', 'theme Avada', '59fc69e031ecb0f82efe467fd6692383', 'View Cart', 0),
|
||
(236, 'en', 'theme Avada', '6ff063fbc860a79759a7369ac32cee22', 'Checkout', 0),
|
||
(237, 'en', 'theme Avada', 'a85eba4c6c699122b2bb1387ea4813ad', 'Cart', 0),
|
||
(238, 'en', 'theme Avada', '9408f5e33576ebe4937339939e667545', 'Item(s)', 0),
|
||
(239, 'en', 'theme ambrosite', 'd0215db3a3b973e1d423e01881bfc813', 'Previous Post', 0),
|
||
(240, 'en', 'theme ambrosite', 'd17e21dca8afcdfcafd8762928cf8bf8', 'Next Post', 0),
|
||
(241, 'en', 'theme envato', 'dfad994d3e5f3bcf31c70e4963e80670', 'Please enter your Envato Marketplace Username.', 0),
|
||
(242, 'en', 'theme envato', 'eafe27bf6d2e636688a7d3562d193992', 'Please enter your Envato Marketplace API Key.', 0),
|
||
(243, 'en', 'theme envato', '1fa381965daf980895a9f9671902de59', 'The API "set" is a required parameter.', 0),
|
||
(244, 'en', 'theme envato', '707795835cafcba657c0d3d45b3e96bc', 'The Envato Marketplace "item ID" is a required parameter.', 0),
|
||
(245, 'en', 'theme envato', '9ca8e956eb889656d3b5a5ab550c28cc', 'Downloading upgrade package from the Envato API…', 0),
|
||
(246, 'en', 'theme envato', 'f5525e376123606e877b0db03dfe0917', 'Downloading install package from the Envato API…', 0),
|
||
(247, 'en', 'theme wordpress-importer', '3309715e2bed05b25c315fa56d6c860c', 'There was an error when reading this WXR file', 0),
|
||
(248, 'en', 'theme wordpress-importer', '49312751e7190af5dc3ca5e3428a1c0b', 'Details are shown above. The importer will now try again with a different parser...', 0),
|
||
(249, 'en', 'theme wordpress-importer', '4847ffe787a94babbc8561cc62946ba8', 'This does not appear to be a WXR file, missing/invalid WXR version number', 0),
|
||
(250, 'en', 'theme wordpress-importer', 'f1fb4ccb490133ee1b20aee735d7d659', 'Sorry, there has been an error.', 0),
|
||
(251, 'en', 'theme wordpress-importer', '7c249b15cf5f23c440910b82cb8fd9ae', 'The file does not exist, please try again.', 0),
|
||
(252, 'en', 'theme wordpress-importer', 'f29a2567d501c9dfde517d03b2e6bd97', 'All done.', 0),
|
||
(253, 'en', 'theme wordpress-importer', '136833af11abf3e1e761704915043ea3', 'Have fun!', 0),
|
||
(254, 'en', 'theme wordpress-importer', 'ed3a7d6af86ec5d0648a4cfb22fad3aa', 'Remember to update the passwords and roles of imported users.', 0),
|
||
(255, 'en', 'theme wordpress-importer', 'c7e7e9c4cb72a3268f836efea237576c', 'The export file could not be found at <code>%s</code>. It is likely that this was caused by a permissions problem.', 0),
|
||
(256, 'en', 'theme wordpress-importer', 'ac3f15088f3307b2b3ff6c9615988cf8', 'This WXR file (version %s) may not be supported by this version of the importer. Please consider updating.', 0),
|
||
(257, 'en', 'theme wordpress-importer', '20fe358eef4f102f5b55057d88b51907', 'Failed to import author %s. Their posts will be attributed to the current user.', 0),
|
||
(258, 'en', 'theme wordpress-importer', 'b9fafd8db866c36ed452eb208536eb9c', 'If a new user is created by WordPress, a new password will be randomly generated and the new user’s role will be set as %s. Manually changing the new user’s details will be necessary.', 0),
|
||
(259, 'en', 'theme wordpress-importer', '345ff9170ccdebc764d44f9639ff5587', '- Select -', 0),
|
||
(260, 'en', 'theme wordpress-importer', 'af4a7a412284fa05d44a2bf8af4c264e', 'Failed to create new user for %s. Their posts will be attributed to the current user.', 0),
|
||
(261, 'en', 'theme wordpress-importer', '022d3307c04126a8832154eb80c14cb5', 'Failed to import category %s', 0),
|
||
(262, 'en', 'theme wordpress-importer', '88bc71e7056fc7ef60342916ca3bc494', 'Failed to import post tag %s', 0),
|
||
(263, 'en', 'theme wordpress-importer', '557a5f90de59e9a0ecc208be806984a2', 'Failed to import %s %s', 0),
|
||
(264, 'en', 'theme wordpress-importer', '5158e6d78393c07b78928a5bfa73ccbf', 'Failed to import “%s”: Invalid post type %s', 0),
|
||
(265, 'en', 'theme wordpress-importer', '1b04dfe2bbc77e0450dcb3cae5c5c676', '%s “%s” already exists.', 0),
|
||
(266, 'en', 'theme wordpress-importer', '2fcca7aed62d3f55fb8f323c8332dab8', 'Failed to import %s “%s”', 0),
|
||
(267, 'en', 'theme wordpress-importer', '685ccc7a4824719904cbf491049ba231', 'Menu item skipped due to invalid menu slug: %s', 0),
|
||
(268, 'en', 'theme wordpress-importer', '6f8667623907dcd47c33a3bd35ca4261', 'Fetching attachments is not enabled', 0),
|
||
(269, 'en', 'theme wordpress-importer', '3832f6deff5d50413adcbc9c06388c32', 'Invalid file type', 0),
|
||
(270, 'en', 'theme wordpress-importer', 'e4f299ac61029f606d1b15b1cd435666', 'Remote server did not respond', 0),
|
||
(271, 'en', 'theme wordpress-importer', '6f78812b9f60eea260aef89eb2b69c5c', 'Remote server returned error response %1$d %2$s', 0),
|
||
(272, 'en', 'theme wordpress-importer', 'df4114678f55365dd039392e7072ae21', 'Remote file is incorrect size', 0),
|
||
(273, 'en', 'theme wordpress-importer', '1c4861f7618c6a7c3129c2e0f97addff', 'Zero size file downloaded', 0),
|
||
(274, 'en', 'theme wordpress-importer', 'acd982c7aaa592f01eec702161846d36', 'Remote file is too large, limit is %s', 0),
|
||
(275, 'en', 'theme wordpress-importer', '2e3971f23a2dad2588605f7ced181362', 'Import WordPress', 0),
|
||
(276, 'en', 'theme wordpress-importer', 'a00d28ccbf2b2535b05dcc81a2308166', 'A new version of this importer is available. Please update to version %s to ensure compatibility with newer export files.', 0),
|
||
(277, 'en', 'theme wordpress-importer', '707de3decb7f68c460c56458332bc9c2', 'Howdy! Upload your WordPress eXtended RSS (WXR) file and we’ll import the posts, pages, comments, custom fields, categories, and tags into this site.', 0),
|
||
(278, 'en', 'theme wordpress-importer', '42f7f1b24fa224667079681810fce4fe', 'Choose a WXR (.xml) file to upload, then click Upload file and import.', 0),
|
||
(279, 'en', 'theme wordpress-importer', '7af3a9e2c0d7d3bf1f4d7f55124bfb1f', 'Assign Authors', 0),
|
||
(280, 'en', 'theme wordpress-importer', '36baab0535bbc18e52f4123ca03eee4d', 'To make it easier for you to edit and save the imported content, you may want to reassign the author of the imported item to an existing user of this site. For example, you may want to import all the entries as <code>admin</code>s entries.', 0),
|
||
(281, 'en', 'theme wordpress-importer', 'dcd69487f190e4e0356710c48a822e88', 'Import Attachments', 0),
|
||
(282, 'en', 'theme wordpress-importer', 'f21ae244031f9d3f848c71468f3ad72d', 'Download and import file attachments', 0),
|
||
(283, 'en', 'theme wordpress-importer', 'adfe71cfee73de891ac59043fc9321a5', 'Import author:', 0),
|
||
(284, 'en', 'theme wordpress-importer', 'ee7ff3b06ea6a2eaed48185b8f671b41', 'or create new user with login name:', 0),
|
||
(285, 'en', 'theme wordpress-importer', '61410fc7ddfd587c107777b18b1ac09f', 'as a new user:', 0),
|
||
(286, 'en', 'theme wordpress-importer', 'b521527aadbcb0b3522d8611541b7f3d', 'assign posts to an existing user:', 0),
|
||
(287, 'en', 'theme wordpress-importer', 'ea29d2137fdf9fc79c82210d1579d16a', 'or assign posts to an existing user:', 0),
|
||
(288, 'en', 'theme wordpress-importer', '8d03592cafedd8f23975b175793f8004', 'Menu item skipped due to missing menu slug', 0),
|
||
(289, 'en', 'theme wordpress-importer', 'a4d3b161ce1309df1c4e25df28694b7b', 'Submit', 0),
|
||
(290, 'en', 'theme LayerSlider', 'fca7f9ab05adac283c3de5041188b579', 'Slider width', 0),
|
||
(291, 'en', 'theme LayerSlider', '36ea9e92d90843c9339eb30dce0a867e', 'The width of the slider in pixels. Accepts percents, but is only recommended for full-width layout.', 0),
|
||
(292, 'en', 'theme LayerSlider', '20e75e05d590cc7529a3a383b3fe143b', 'Slider height', 0),
|
||
(293, 'en', 'theme LayerSlider', '89f2581ea552745120e0684968f6275a', 'The height of the slider in pixels.', 0),
|
||
(294, 'en', 'theme LayerSlider', 'b2b2df378a7c7ade199bbaf944cb3f35', 'Responsive', 0),
|
||
(295, 'en', 'theme LayerSlider', '7b3859a7a05d1324a1ca4153cf3de48d', 'Responsive mode provides optimal viewing experience across a wide range of devices (from desktop to mobile) by adapting and scaling your sliders for the viewing environment.', 0),
|
||
(296, 'en', 'theme LayerSlider', '0d751c2567cca331db69f2e99526fc3e', 'Max-width', 0),
|
||
(297, 'en', 'theme LayerSlider', '8a5b7c943538b0329a971defebed2191', 'The maximum width your slider can take in pixels when responsive mode is enabled.', 0),
|
||
(298, 'en', 'theme LayerSlider', 'aed9056e36148d533f98078d4a1f6e7d', 'Full-width', 0),
|
||
(299, 'en', 'theme LayerSlider', '0862549fc05fe6c9147e641953b1613b', 'Enable this option to force the slider to become full-width, even if your theme does not support such layout.', 0),
|
||
(300, 'en', 'theme LayerSlider', '9bc23361c7f00b0ed31989e29a528109', 'Responsive under', 0),
|
||
(301, 'en', 'theme LayerSlider', 'b4340b54c5e9b976fd28a62dca174f2a', 'Turns on responsive mode in a full-width slider under the specified value in pixels. Can only be used with full-width mode.', 0),
|
||
(302, 'en', 'theme LayerSlider', '66177f7e4adc46aac406a5ff0f94333a', 'Layers container', 0),
|
||
(303, 'en', 'theme LayerSlider', '15e8d820069d844ea24ecc3f387ac407', 'Creates an invisible inner container with the given dimension in pixels to hold and center your layers.', 0),
|
||
(304, 'en', 'theme LayerSlider', '49ab4dffa34f7d590380fe39bde59c28', 'Start slideshow', 0),
|
||
(305, 'en', 'theme LayerSlider', '926fb6015c45a7db9fd948701721ab0e', 'Slideshow will automatically start after pages have loaded.', 0),
|
||
(306, 'en', 'theme LayerSlider', '8836d88aaad538c39647aab768d91932', 'Pause on hover', 0),
|
||
(307, 'en', 'theme LayerSlider', '30dd7867f0d4b43d338a4cdaffb5804d', 'Slideshow will temporally pause when someone moves the mouse cursor over the slider.', 0),
|
||
(308, 'en', 'theme LayerSlider', 'a12ecf4a1102d40f153400c1b472ce11', 'Start with slide', 0),
|
||
(309, 'en', 'theme LayerSlider', 'eb660a12fa2f34675d4f37dd47edd395', 'The slider will start with the specified slide. You can use the value "random".', 0),
|
||
(310, 'en', 'theme LayerSlider', 'd8689f3e8374d7f3ceead4bb4e584722', 'Animate starting slide', 0),
|
||
(311, 'en', 'theme LayerSlider', '2d1492e68c2a11e05a0607fdf0780657', 'Disabling this option will result a static starting slide for the fisrt time on page load.', 0),
|
||
(312, 'en', 'theme LayerSlider', '7efd24b39c80cce14a95ef24fd178f9e', 'Shuffle mode', 0),
|
||
(313, 'en', 'theme LayerSlider', '6a517bb511f7213857b8f8875bd328e1', 'Slideshow will proceed in random order. This feature does not work with looping.', 0),
|
||
(314, 'en', 'theme LayerSlider', '627488f7a5e88ab1aaa6c34415dcb222', 'Two way slideshow', 0),
|
||
(315, 'en', 'theme LayerSlider', 'db0136969917f40eea148c5532c337bb', 'Slideshow can go backwards if someone switch to a previous slide.', 0),
|
||
(316, 'en', 'theme LayerSlider', '4b2257cb98694284507e77f34e73c2d8', 'Loops', 0),
|
||
(317, 'en', 'theme LayerSlider', 'c744acdb359449cf12eada91bbbc97ca', 'Number of loops if slideshow is enabled. Zero means infinite loops.', 0),
|
||
(318, 'en', 'theme LayerSlider', '1ec32378e793eaebd944afcc00a6d450', 'Force the number of loops', 0),
|
||
(319, 'en', 'theme LayerSlider', 'bf837cdd196c3cf2b4b68bfbaf0da0e0', 'The slider will always stop at the given number of loops, even if someone restarts slideshow.', 0),
|
||
(320, 'en', 'theme LayerSlider', '58ee9599ce146ae11434399def3d86d5', 'Keyboard navigation', 0),
|
||
(321, 'en', 'theme LayerSlider', 'b6f327028cee172b602e417718a8193f', 'You can navigate through slides with the left and right arrow keys.', 0),
|
||
(322, 'en', 'theme LayerSlider', '42939459c3a36ebb330e50908a8470bf', 'Touch navigation', 0),
|
||
(323, 'en', 'theme LayerSlider', 'bc70e78f5510833a720d98d3a63a8240', 'Gesture-based navigation with swiping on touch-enabled devices.', 0),
|
||
(324, 'en', 'theme LayerSlider', '9313566fe19aca293daefe4ce37942bf', 'Skin', 0),
|
||
(325, 'en', 'theme LayerSlider', '096aece0af7801f82caf264eee59b600', 'Used skin for this slider. The ''noskin'' skin is a border- and buttonless skin. Your custom skins will appear in the list when you create their folders as well.', 0),
|
||
(326, 'en', 'theme LayerSlider', '368d9ac76af05f714092bc808a426bfc', 'Background color', 0),
|
||
(327, 'en', 'theme LayerSlider', '982df53492cb5149371541dcabf1cc3d', 'Global background color of the slider. Slides with non-transparent background will cover this one. You can use all CSS methods such as HEX or RGB(A) values.', 0),
|
||
(328, 'en', 'theme LayerSlider', '69ee1afc9b3d02e53d9f733c1993b568', 'Background image', 0),
|
||
(329, 'en', 'theme LayerSlider', '32f1032ab140701cf2a10ab48d60301c', 'Global background image of the slider. Slides with non-transparent background will cover this one.', 0),
|
||
(330, 'en', 'theme LayerSlider', '26960f2d4bd66c239ad7557eb96d9d86', 'Slider style', 0),
|
||
(331, 'en', 'theme LayerSlider', '349e59be41d9343db58b7808bc28499b', 'You can enter custom CSS to change some style properties on the slider wrapper element. More complex CSS should be applied with the Custom Styles Editor.', 0),
|
||
(332, 'en', 'theme LayerSlider', 'eeff46180fd2770ec475d5850e6bcd05', 'Show Prev & Next buttons', 0),
|
||
(333, 'en', 'theme LayerSlider', '9c415c73ba282593fd19bd5d36a355bc', 'Disabling this option will hide the Prev and Next buttons.', 0),
|
||
(334, 'en', 'theme LayerSlider', 'eebe3478f8444346a8df92fa5ff65b67', 'Show Prev & Next buttons on hover', 0),
|
||
(335, 'en', 'theme LayerSlider', 'e7684b4f558256b19e3ece7a12b2ee08', 'Show the buttons only when someone moves the mouse cursor over the slider. This option depends on the previous setting.', 0),
|
||
(336, 'en', 'theme LayerSlider', '507bcc4fc98cff5d21d83c3ab88f2cdd', 'Show Start & Stop buttons', 0),
|
||
(337, 'en', 'theme LayerSlider', 'e821106cbf12464ff245981b219853df', 'Disabling this option will hide the Start & Stop buttons.', 0),
|
||
(338, 'en', 'theme LayerSlider', '8c1d725160bb1d7626c5defcef764d04', 'Show slide navigation buttons', 0),
|
||
(339, 'en', 'theme LayerSlider', '6312fa38f1807efc7b1bc2e1608dbfda', 'Disabling this option will hide slide navigation buttons or thumbnails.', 0),
|
||
(340, 'en', 'theme LayerSlider', '8638bdd810f746e0fce3c5c2dadab3b8', 'Slide navigation on hover', 0),
|
||
(341, 'en', 'theme LayerSlider', 'c24735d116a5f3d4f79022bfe8c53c49', 'Slide navigation buttons (including thumbnails) will be shown on mouse hover only.', 0),
|
||
(342, 'en', 'theme LayerSlider', '68f67baf99a2af08233d306a25018335', 'Show bar timer', 0),
|
||
(343, 'en', 'theme LayerSlider', 'd55995a8f6132ba16acb214c54c1da8c', 'Show the bar timer to indicate slideshow progression.', 0),
|
||
(344, 'en', 'theme LayerSlider', '072647cafbaaf9ad299cac058d79a738', 'Show circle timer', 0),
|
||
(345, 'en', 'theme LayerSlider', '1d9c34a1e5abf100183b4ad7532c41b7', 'Use circle timer to indicate slideshow progression.', 0),
|
||
(346, 'en', 'theme LayerSlider', '3fcedab9558638bde418786a33094642', 'Thumbnail navigation', 0),
|
||
(347, 'en', 'theme LayerSlider', 'b69c76269a74010901e9ee7ed59c22ff', 'Use thumbnail navigation instead of slide bullet buttons.', 0),
|
||
(348, 'en', 'theme LayerSlider', 'b9f5c797ebbf55adccdd8539a65a0241', 'Disabled', 0),
|
||
(349, 'en', 'theme LayerSlider', 'eee0168be69b854c20621fc6f01cc3fc', 'Hover', 0),
|
||
(350, 'en', 'theme LayerSlider', '68eec46437c384d8dad18d5464ebc35c', 'Always', 0),
|
||
(351, 'en', 'theme LayerSlider', '7bf523564ae99db42b76b16f8a2231b0', 'Thumbnail container width', 0),
|
||
(352, 'en', 'theme LayerSlider', 'c654aa0276ab502a7b2502a900d51b22', 'The width of the thumbnail area.', 0),
|
||
(353, 'en', 'theme LayerSlider', '428872304039eb06a8761dec0d58c59a', 'Thumbnail width', 0),
|
||
(354, 'en', 'theme LayerSlider', '4c4f891efc6ea4443f5a9d8c503341c7', 'The width of thumbnails in the navigation area.', 0),
|
||
(355, 'en', 'theme LayerSlider', '4a01154f4aaebd4f2bed5c9ac2192e91', 'Thumbnail height', 0),
|
||
(356, 'en', 'theme LayerSlider', '3175b94fbe567e891def2d97b9a82fff', 'The height of thumbnails in the navigation area.', 0),
|
||
(357, 'en', 'theme LayerSlider', '65819e181559efbeb04058d188bb09a2', 'Active thumbnail opacity', 0),
|
||
(358, 'en', 'theme LayerSlider', 'ab2578c7b8b07921d0cecf9d6e4280a3', 'Opacity in percents of the active slide''s tumbnail.', 0),
|
||
(359, 'en', 'theme LayerSlider', 'cf0f741e96ca0952f1ba77b54480a454', 'Inactive thumbnail opacity', 0),
|
||
(360, 'en', 'theme LayerSlider', '6dd5f63b48063c693b21f05d804658bf', 'Opacity in percents of inactive slide thumbnails.', 0),
|
||
(361, 'en', 'theme LayerSlider', 'f66c60868ee78081b27e781f10b59cfd', 'Automatically play videos', 0),
|
||
(362, 'en', 'theme LayerSlider', '2458c5b1cdaebce036e994a888804cc8', 'Videos will be automatically started on the active slide.', 0),
|
||
(363, 'en', 'theme LayerSlider', 'f30a5a0a150bc99b997ffb468904b06e', 'Pause slideshow', 0),
|
||
(364, 'en', 'theme LayerSlider', 'dfb25918abab033e2d4df6d037385b99', 'The slideshow can temporally paused while videos are plaing. You can choose to permanently stop the pause until manual restarting.', 0),
|
||
(365, 'en', 'theme LayerSlider', 'dacc03bb6106a6c64fc7594f444cb0cd', 'While playing', 0),
|
||
(366, 'en', 'theme LayerSlider', 'd69deab82e6473366a7dcdffc6d50857', 'Permanently', 0),
|
||
(367, 'en', 'theme LayerSlider', 'fa46ea6f6f6623fdd7039b5f1a8f3940', 'No action', 0),
|
||
(368, 'en', 'theme LayerSlider', '4cae6acadf866d95afb764b4e6545be5', 'Youtube preview', 0),
|
||
(369, 'en', 'theme LayerSlider', 'f89711b1d5d16b7a435148447f47800d', 'The preview image quaility for YouTube videos. Note, some videos do not have HD previews, and you may need to choose a lower quaility.', 0),
|
||
(370, 'en', 'theme LayerSlider', '155a657eee2a2e2b07c3a47b93c478f6', 'Maximum quality', 0),
|
||
(371, 'en', 'theme LayerSlider', 'b8924eb7fe4c3fb0219f7709d999acb6', 'High quality', 0),
|
||
(372, 'en', 'theme LayerSlider', '31186f925fe95370a86649eb2b2e00c3', 'Medium quality', 0),
|
||
(373, 'en', 'theme LayerSlider', '722597fc491a17f65a7b2c9db01ec6b1', 'Default quality', 0),
|
||
(374, 'en', 'theme LayerSlider', 'd7e82ef6f0565a1d55f654cc5f6396aa', 'Image preload', 0),
|
||
(375, 'en', 'theme LayerSlider', '780cc5bdd19d125d085cf687b74c161e', 'Preloads images used in the next slides for seamless animations.', 0),
|
||
(376, 'en', 'theme LayerSlider', 'e7f33d85ee587f85c847c1c338a9f0d1', 'Lazy load images', 0),
|
||
(377, 'en', 'theme LayerSlider', '8ba509465fbb9c9350c60ac21c2576f2', 'Loads images only when needed to save bandwidth and server resources. Relies on the preload feature.', 0),
|
||
(378, 'en', 'theme LayerSlider', 'be0233bf54a7d9579cbf0356bce96b17', 'Use relative URLs', 0),
|
||
(379, 'en', 'theme LayerSlider', '00cf981f6a6ebc3d812b2c9d49e71891', 'Use relative URLs for local images. This setting could be important when moving your WP installation.', 0),
|
||
(380, 'en', 'theme LayerSlider', '5e1575919121f7253b56bb39b99e1042', 'YourLogo', 0),
|
||
(381, 'en', 'theme LayerSlider', 'be622a5c9f59fa148c55c058ede850ed', 'A fixed image layer can be shown above the slider that remains still during slide progression. Can be used to display logos or watermarks.', 0),
|
||
(382, 'en', 'theme LayerSlider', '77c34b7517dd216292658ee3b420dd1f', 'YourLogo style', 0),
|
||
(383, 'en', 'theme LayerSlider', '355a12e47302b7e2627dc90d1c0e79c6', 'CSS properties to control the image placement and appearance.', 0),
|
||
(384, 'en', 'theme LayerSlider', '1cfb56506d3621c27196a6aa02a23c39', 'YourLogo link', 0),
|
||
(385, 'en', 'theme LayerSlider', 'd682c4c5de0f4983b6441d7dc1ddfe21', 'Enter an URL to link the YourLogo image.', 0),
|
||
(386, 'en', 'theme LayerSlider', '793c50b3553eae2294651c4d59b715d0', 'Open link in new page', 0),
|
||
(387, 'en', 'theme LayerSlider', '57afcf3e474905ebad3b0c31456b0432', 'Disabling this option will open the link in the current page.', 0),
|
||
(388, 'en', 'theme LayerSlider', '1a3cb622f5613168ed16ba4ffcfe49fe', 'Set a slide image', 0),
|
||
(389, 'en', 'theme LayerSlider', '3f28b3c8785ecb212ad23bdbcc866659', 'The slide image/background. Click on the image to open the WordPress Media Library to choose or upload an image.', 0),
|
||
(390, 'en', 'theme LayerSlider', '9d8cfafeba857023956c26437b6570fc', 'Set a slide thumbnail', 0),
|
||
(391, 'en', 'theme LayerSlider', 'ee3a294033bb8e5d1a208d3abef859b3', 'The thumbnail image of this slide. Click on the image to open the WordPress Media Library to choose or upload an image. If you leave this field empty, the slide image will be used.', 0),
|
||
(392, 'en', 'theme LayerSlider', '78c06e1390fd8f614f6bf259b4abf77a', 'Slide delay', 0),
|
||
(393, 'en', 'theme LayerSlider', 'b0c71ca949422ff07096787e513bf3dc', 'Here you can set the time interval between slide changes, this slide will stay visible for the time specified here. This value is in millisecs, so the value 1000 means 1 second. Please don''t use 0 or very low values.', 0),
|
||
(394, 'en', 'theme LayerSlider', '1605a4f4a4e45503d3ac914de9fba80a', 'Time Shift', 0),
|
||
(395, 'en', 'theme LayerSlider', 'e166744c44a3d596158ca121c78b7a47', 'You can control here the timing of the layer animations when the slider changes to this slide with a 3D/2D transition. Zero means that the layers of this slide will animate in when the slide transition ends. You can time-shift the starting time of the layer animations with positive or negative values.', 0),
|
||
(396, 'en', 'theme LayerSlider', 'e6b391a8d2c4d45902a23a8b6585703d', 'URL', 0),
|
||
(397, 'en', 'theme LayerSlider', 'b9bf71b88c58326f7bab0607f8fe73d0', 'If you want to link the whole slide, enter the URL of your link here.', 0),
|
||
(398, 'en', 'theme LayerSlider', '1f7412ef1f7fdba3cc269af9a0b7a40c', 'Link Target', 0),
|
||
(399, 'en', 'theme LayerSlider', '7b7b745fe56aff57c1f7152a1637e724', 'You can control here the link behaviour: _self means the linked page will open in the current tab/window, _blank will create a new tab/window.', 0),
|
||
(400, 'en', 'theme LayerSlider', '739cea2b85156183f917f2ccaa10a50c', '#ID', 0),
|
||
(401, 'en', 'theme LayerSlider', '06f695600f91bfbd579d9d8f5a0147bd', 'You can apply an ID attribute on the HTML element of this slide to work with it in your custom CSS or Javascript code.', 0),
|
||
(402, 'en', 'theme LayerSlider', '550dc007dba485adc22eddfe0af40a81', 'Deeplink', 0),
|
||
(403, 'en', 'theme LayerSlider', '2370ab575d5bcb31286546ba6f3a84db', 'You can specify a slide alias name which you can use in your URLs with a hash mark, so LayerSlider will start with the correspondig slide.', 0),
|
||
(404, 'en', 'theme LayerSlider', '7acdf85c69cc3c5305456a293524386e', 'Hidden', 0),
|
||
(405, 'en', 'theme LayerSlider', 'a494a9272210a3aa3682f9fa8b6ad9fc', 'If you don''t want to use this slide in your front-page, but you want to keep it, you can hide it with this switch.', 0),
|
||
(406, 'en', 'theme LayerSlider', '1529fb44e04df26ff7666faa9f58c605', 'OffsetX', 0),
|
||
(407, 'en', 'theme LayerSlider', '968efab4446c712ce7cedd4b1b1a611a', 'The horizontal offset to align the starting position of layers. Positive and negative numbers are allowed or enter left / right to position the layer out of the frame.', 0),
|
||
(408, 'en', 'theme LayerSlider', '1508a7d829d65cf5e117fdc2aca0f155', 'OffsetY', 0),
|
||
(409, 'en', 'theme LayerSlider', 'f640db70778e12f4916895fbd026a618', 'The vertical offset to align the starting position of layers. Positive and negative numbers are allowed or enter top / bottom to position the layer out of the frame.', 0),
|
||
(410, 'en', 'theme LayerSlider', 'e02d2ae03de9d493df2b6b2d2813d302', 'Duration', 0),
|
||
(411, 'en', 'theme LayerSlider', 'a5424a1b7ab06a15ddc5d50b77ec4fbb', 'The transition duration in milliseconds when the layer entering into the slide. A second is equal to 1000 milliseconds.', 0),
|
||
(412, 'en', 'theme LayerSlider', '8f497c1a3d15af9e0c215019f26b887d', 'Delay', 0),
|
||
(413, 'en', 'theme LayerSlider', 'd3deb770e828aa15cc4562ad525ad989', 'Delays the transition with the given amount of milliseconds before the layer entering into the slide. A second is equal to 1000 milliseconds.', 0),
|
||
(414, 'en', 'theme LayerSlider', '32485d52ad7aea25b3bc80d416e76a3b', 'Easing', 0),
|
||
(415, 'en', 'theme LayerSlider', 'c405823ea6eef48b12c76d719743050e', 'The timing function of the animation to manipualte the layer''s movement. Click on the link next to this field to open easings.net for examples and more information', 0),
|
||
(416, 'en', 'theme LayerSlider', '04e0385c10aefee8e4681617d2f3ef40', 'Fade', 0),
|
||
(417, 'en', 'theme LayerSlider', 'ecdc93d174113fe69b7cbf2c42b5a1cb', 'Fade the layer during the transition.', 0),
|
||
(418, 'en', 'theme LayerSlider', '8d2de5368588552fbae54044ac5c7b3d', 'Rotate', 0),
|
||
(419, 'en', 'theme LayerSlider', 'dbf9bf06831ccdcc555ce1d36777df4f', 'Rotates the layer clockwise from the given angle to zero degree. Negative values are allowed for anticlockwise rotation.', 0),
|
||
(420, 'en', 'theme LayerSlider', '801e0dd823542f625e0f2ee135efb62d', 'RotateX', 0),
|
||
(421, 'en', 'theme LayerSlider', 'cff7d84fa1adfc0d322a96d83263d34f', 'Rotates the layer along the X (horizontal) axis from the given angle to zero degree. Negative values are allowed for reverse direction.', 0),
|
||
(422, 'en', 'theme LayerSlider', 'ea0928ab345567847020e1544892fba0', 'RotateY', 0),
|
||
(423, 'en', 'theme LayerSlider', '90cf2e0811b572efc9bacedd96c1874f', 'Rotates the layer along the Y (vertical) axis from the given angle to zero degree. Negative values are allowed for reverse direction.', 0),
|
||
(424, 'en', 'theme LayerSlider', '5a013b463ee01be2924568775fdddfb1', 'SkewX', 0),
|
||
(425, 'en', 'theme LayerSlider', 'cf97c4dfc2420380f05e616054ddf552', 'Skews the layer along the X (horizontal) axis from the given angle to 0 degree. Negative values are allowed for reverse direction.', 0),
|
||
(426, 'en', 'theme LayerSlider', 'eeb66258f8bf4bb3c0763461b5c1797d', 'SkewY', 0),
|
||
(427, 'en', 'theme LayerSlider', '43fe670cce22c21b1ef30ba69504419e', 'Skews the layer along the Y (vertical) axis from the given angle to 0 degree. Negative values are allowed for reverse direction.', 0),
|
||
(428, 'en', 'theme LayerSlider', 'b5e0c179725e7f282ffb8e6a96797b49', 'ScaleX', 0),
|
||
(429, 'en', 'theme LayerSlider', 'df75036010b51c538ccb3bd5c83ba2c6', 'Scales the layer''s width from the given value to its original size.', 0),
|
||
(430, 'en', 'theme LayerSlider', '3475b72c6483a5c871d245e2567c96c7', 'ScaleY', 0),
|
||
(431, 'en', 'theme LayerSlider', '4a446f39bb809bfa606fada4eeb151a8', 'Scales the layer''s height from the given value to its original size.', 0),
|
||
(432, 'en', 'theme LayerSlider', 'a98b8b98dda22cc1a336c4f7152e4d79', 'TransformOrigin', 0),
|
||
(433, 'en', 'theme LayerSlider', 'c233c0409139afbf12d99249676da9bb', 'This option allows you to modify the origin for transformations of the layer according to its position. The three values represent the X, Y and Z axis in 3D space. OriginX can be left, center, right, a number or a percentage value. OriginY can be top, center, bottom, a number or a percentage value. OriginZ can be a number and corresponds the depth in 3D space.', 0),
|
||
(434, 'en', 'theme LayerSlider', '3326c43fa7fb524ec75cb0cfa0c38196', 'The horizontal offset to align the ending position of layers. Positive and negative numbers are allowed or write left / right to position the layer out of the frame.', 0),
|
||
(435, 'en', 'theme LayerSlider', 'ccafb39813a16b76193f870c5f355c01', 'The vertical offset to align the starting position of layers. Positive and negative numbers are allowed or write top / bottom to position the layer out of the frame.', 0),
|
||
(436, 'en', 'theme LayerSlider', '3806306aa0f2ce169c9a489660e70917', 'The transition duration in milliseconds when the layer leaving the slide. A second is equal to 1000 milliseconds.', 0),
|
||
(437, 'en', 'theme LayerSlider', 'c70201e2f6db78f07f049b65937d43a1', 'Show until', 0);
|
||
INSERT INTO `drgrp_icl_strings` (`id`, `language`, `context`, `name`, `value`, `status`) VALUES
|
||
(438, 'en', 'theme LayerSlider', 'f784da2712b23e04cb52873a6e88a547', 'The layer will be visible for the time you specify here, then it will slide out. You can use this setting for layers to leave the slide before the slide itself animates out, or for example before other layers will slide in. This value in millisecs, so the value 1000 means 1 second.', 0),
|
||
(439, 'en', 'theme LayerSlider', 'c12fb8ade9be54f9b1193d37e4c92785', 'Rotates the layer clockwise by the given angle from its original position. Negative values are allowed for anticlockwise rotation.', 0),
|
||
(440, 'en', 'theme LayerSlider', '42b1620bed4f34f9454074600621ccc4', 'Rotates the layer along the X (horizontal) axis by the given angle from its original state. Negative values are allowed for reverse direction.', 0),
|
||
(441, 'en', 'theme LayerSlider', '5acb79cbab92d9a9cca70975955d95d3', 'Rotates the layer along the Y (vertical) axis by the given angle from its orignal state. Negative values are allowed for reverse direction.', 0),
|
||
(442, 'en', 'theme LayerSlider', '5e90e0966f87e08fa8d1d4a5b9529973', 'Skews the layer along the X (horizontal) axis by the given angle from its orignal state. Negative values are allowed for reverse direction.', 0),
|
||
(443, 'en', 'theme LayerSlider', '327dd6f928181dee8780f307d309f26c', 'Skews the layer along the Y (vertical) axis by the given angle from its original state. Negative values are allowed for reverse direction.', 0),
|
||
(444, 'en', 'theme LayerSlider', 'f741fe74d4a02f918397a3eb85a5f82a', 'Scales the layer''s width by the given value from its original size.', 0),
|
||
(445, 'en', 'theme LayerSlider', '0d668aae291288a33412872293cf48e1', 'Scales the layer''s height by the given value from its original size.', 0),
|
||
(446, 'en', 'theme LayerSlider', 'b437c451aa3282f75304078beaccd7f2', 'Parallax Level', 0),
|
||
(447, 'en', 'theme LayerSlider', 'fad6de80e68eed2179fafec1759a5f07', 'Applies a parallax effect on layers when you move your mouse over the slider. Higher values makes the layer more sensitive to mouse move. Negative values are allowed.', 0),
|
||
(448, 'en', 'theme LayerSlider', 'a1fa27779242b4902f7ae3bdd5c6d508', 'Type', 0),
|
||
(449, 'en', 'theme LayerSlider', '274afb0a973300653f19b31664339aa2', 'Delay before the animation start when the layer slides out. This value is in millisecs, so the value 1000 means 1 second.', 0),
|
||
(450, 'en', 'theme LayerSlider', '85a7cd587d6142dbfc1a4de05af7b75d', 'Scale', 0),
|
||
(451, 'en', 'theme LayerSlider', '334eece3fce626ad5f328441d820586e', 'You can set the initial scale of this layer here which will be animated to the default (1.0) value.', 0),
|
||
(452, 'en', 'theme LayerSlider', '1fbbfeb55b30193a6ab42063411d0c87', 'You can set the ending scale value here, this sublayer will be animated from the default (1.0) value to yours.', 0),
|
||
(453, 'en', 'theme LayerSlider', 'e9e245065a77b7927aaccb2cf9d2ffcd', 'If you don''t want to use this layer, but you want to keep it, you can hide it with this switch.', 0),
|
||
(454, 'en', 'theme LayerSlider', '0aa6f4210bf373c95eda00232e93cd98', 'Distance', 0),
|
||
(455, 'en', 'theme LayerSlider', '2408db8dd5acd58e5a2cf334c1bd5a1d', 'The default value is -1 which means that the layer will be positioned exactly outside of the slide container. You can use the default setting in most of the cases. If you need to set the start or end position of the layer from further of the edges of the slide container, you can use 2, 3 or higher values.', 0),
|
||
(456, 'en', 'theme LayerSlider', 'e1f70f4a4265cb51c1b219aa60eaa441', 'Enter URL', 0),
|
||
(457, 'en', 'theme LayerSlider', '627b4c0e8a9b46747497d4bae491a6c2', 'If you want to link your layer, type here the URL. You can use a hash mark followed by a number to link this layer to another slide. Example: #3 - this will switch to the third slide.', 0),
|
||
(458, 'en', 'theme LayerSlider', 'a33a3e8542755c06996a81a78878b66b', 'URL target', 0),
|
||
(459, 'en', 'theme LayerSlider', 'cdf088ef3490885c0481909a0586a0cf', 'You can control here the link behaviour: _self means the linked page will open in the current tab/window, _blank will open it in a new tab/window.', 0),
|
||
(460, 'en', 'theme LayerSlider', '32954654ac8fe66a1d09be19001de2d4', 'Width', 0),
|
||
(461, 'en', 'theme LayerSlider', 'db4fce4d2fc5b921eefbb7a918b197ca', 'You can set the width of your layer. You can use pixels, percents, or the default value ''auto''. Examples: 100px, 50% or auto', 0),
|
||
(462, 'en', 'theme LayerSlider', 'eec6c4bdbd339edf8cbea68becb85244', 'Height', 0),
|
||
(463, 'en', 'theme LayerSlider', 'db0ee369d37efbd4ddf02c48e21a7cc9', 'You can set the height of your layer. You can use pixels, percents, or the default value ''auto''. Examples: 100px, 50% or auto', 0),
|
||
(464, 'en', 'theme LayerSlider', 'a4ffdcf0dc1f31b9acaf295d75b51d00', 'Top', 0),
|
||
(465, 'en', 'theme LayerSlider', '5ae540b73161b4bb1fda923f07842b2c', 'The layer position from the top of the slide. You can use pixels and percents. Examples: 100px or 50%. You can move your layers in the preview above with a drag n'' drop, or set the exact values here.', 0),
|
||
(466, 'en', 'theme LayerSlider', '945d5e233cf7d6240f6b783b36a374ff', 'Left', 0),
|
||
(467, 'en', 'theme LayerSlider', '093ad97bb7f1248fe005f6e84cc1802f', 'The layer position from the left side of the slide. You can use pixels and percents. Examples: 100px or 50%. You can move your layers in the preview above with a drag n'' drop, or set the exact values here.', 0),
|
||
(468, 'en', 'theme LayerSlider', '9bef4210a675b3352481eaba774135e2', 'Padding on the top of the layer. Example: 10px', 0),
|
||
(469, 'en', 'theme LayerSlider', '92b09c7c48c520c3c55e497875da437c', 'Right', 0),
|
||
(470, 'en', 'theme LayerSlider', 'ee9c7d68f4827e199b21138aff29ce0a', 'Padding on the right side of the layer. Example: 10px', 0),
|
||
(471, 'en', 'theme LayerSlider', '2ad9d63b69c4a10a5cc9cad923133bc4', 'Bottom', 0),
|
||
(472, 'en', 'theme LayerSlider', '6b70b97995dce26c04f5b5daea657e4d', 'Padding on the bottom of the layer. Example: 10px', 0),
|
||
(473, 'en', 'theme LayerSlider', '28a65f6de7eebf8d4c376a2abe749bd2', 'Padding on the left side of the layer. Example: 10px', 0),
|
||
(474, 'en', 'theme LayerSlider', '510f6afc8355884a0102b52329b5aec7', 'Border on the top of the layer. Example: 5px solid #000', 0),
|
||
(475, 'en', 'theme LayerSlider', '6c8f384c72285ae0d6f94c14a5fa37e9', 'Border on the right side of the layer. Example: 5px solid #000', 0),
|
||
(476, 'en', 'theme LayerSlider', 'b850529030bbb5c69a604c5dc8764e84', 'Border on the bottom of the layer. Example: 5px solid #000', 0),
|
||
(477, 'en', 'theme LayerSlider', '5d21c59909857b765d5d33b1fc13ba82', 'Border on the left side of the layer. Example: 5px solid #000', 0),
|
||
(478, 'en', 'theme LayerSlider', 'cefc4f7cbc8c34762e0f76703e7e174e', 'Family', 0),
|
||
(479, 'en', 'theme LayerSlider', '909bbc55b3fe644f3f7902be12c0edf8', 'List of your chosen fonts separated with a comma. Please use apostrophes if your font names contains white spaces. Example: Helvetica, Arial, sans-serif', 0),
|
||
(480, 'en', 'theme LayerSlider', '6f6cb72d544962fa333e2e34ce64f719', 'Size', 0),
|
||
(481, 'en', 'theme LayerSlider', 'f7c6e3ec6e0a88ce6b2b2359233290ee', 'The font size in pixels. Example: 16px.', 0),
|
||
(482, 'en', 'theme LayerSlider', '422e94aac2576bd9aa794e942a115764', 'Line-height', 0),
|
||
(483, 'en', 'theme LayerSlider', 'e23516d21150cac0bb665a06983f9c27', 'The line height of your text. The default setting is ''normal''. Example: 22px', 0),
|
||
(484, 'en', 'theme LayerSlider', 'cb5feb1b7314637725a2e73bdc9f7295', 'Color', 0),
|
||
(485, 'en', 'theme LayerSlider', 'cdb3e9cc0b2932a6d1543d19732761f1', 'The color of your text. You can use color names, hexadecimal, RGB or RGBA values. Example: #333', 0),
|
||
(486, 'en', 'theme LayerSlider', 'a9ded1e5ce5d75814730bb4caaf49419', 'Background', 0),
|
||
(487, 'en', 'theme LayerSlider', '57315a787bf5df775dcdb38f85aacf7b', 'The background color of your layer. You can use color names, hexadecimal, RGB or RGBA values as well as the ''transparent'' keyword. Example: #FFF', 0),
|
||
(488, 'en', 'theme LayerSlider', '22b4e7bf3118d625243554505037c3d4', 'Rounded corners', 0),
|
||
(489, 'en', 'theme LayerSlider', '13090ba4462080a239fb5b36b3269778', 'If you want rounded corners, you can set here its radius. Example: 5px', 0),
|
||
(490, 'en', 'theme LayerSlider', '856ba67470300f8246b140de9a27555d', 'Custom styles', 0),
|
||
(491, 'en', 'theme LayerSlider', '295a8a8d77d92a553a1396a94b95059d', 'If you want to set style settings other then above, you can use here any CSS codes. Please make sure to write valid markup.', 0),
|
||
(492, 'en', 'theme LayerSlider', 'b718adec73e04ce3ec720dd11a06a308', 'ID', 0),
|
||
(493, 'en', 'theme LayerSlider', 'ca79528715d6c07cb429e8189105cbb4', 'You can apply an ID attribute on the HTML element of this layer to work with it in your custom CSS or Javascript code.', 0),
|
||
(494, 'en', 'theme LayerSlider', 'e9878b4854d29907146149f695cb1cfb', 'Classes', 0),
|
||
(495, 'en', 'theme LayerSlider', 'c666f7b19a598af3cadb8c9cb07c4bcd', 'You can apply classes on the HTML element of this layer to work with it in your custom CSS or Javascript code.', 0),
|
||
(496, 'en', 'theme LayerSlider', 'b78a3223503896721cca1303f776159b', 'Title', 0),
|
||
(497, 'en', 'theme LayerSlider', '3ace045d5becea8953aabde365c5c8d8', 'You can add a title to this layer which will display as a tooltip if someone holds his mouse cursor over the layer.', 0),
|
||
(498, 'en', 'theme LayerSlider', 'a2e92861b757ab878312dd57993d60cf', 'Alt', 0),
|
||
(499, 'en', 'theme LayerSlider', '16cc342f4328c6c9ec0ea73fbe789d4f', 'You can add an alternative text to your layer which is indexed by search engine robots and it helps people with certain disabilities.', 0),
|
||
(500, 'en', 'theme LayerSlider', 'eba991d56b1be0b940d722211bab87bc', 'Rel', 0),
|
||
(501, 'en', 'theme LayerSlider', 'c14cb81cbbf90b409a33a009d46f8b8e', 'Some plugin may use the rel attribute of a linked content, here you can specify it to make interaction with these plugins.', 0),
|
||
(502, 'en', 'theme LayerSlider', 'd70d72fb86010cc4a861f0146e5dde94', 'Your settings were successfully saved.', 0),
|
||
(503, 'en', 'theme LayerSlider', 'c86ff2b4f1baf5f46ed78d66a88044b0', 'Thank you for purchasing LayerSlider WP. You successfully validated your purchase code for auto-updates.', 0),
|
||
(504, 'en', 'theme LayerSlider', 'efb9f4a9f85721afa63e2e845a294cab', 'Your purchase code doesn''t appear to be valid. Please make sure that you entered your purchase code correctly.', 0),
|
||
(505, 'en', 'theme LayerSlider', 'd7d1f7f20569f55c7b1bb80c406fde85', 'Show on screen', 0),
|
||
(506, 'en', 'theme LayerSlider', '9ac4d6da310d15a6496773199b51d5ba', 'Tooltips', 0),
|
||
(507, 'en', 'theme LayerSlider', '7583faf881721784060e84f37851c460', 'Screen Options', 0),
|
||
(508, 'en', 'theme LayerSlider', '3766ff2a3b800d2c9a9bd1ee714e28d7', 'LayerSlider Skin Editor', 0),
|
||
(509, 'en', 'theme LayerSlider', '07fc7dc79c8046bb36d97b4332dab1ca', 'Back to the list', 0),
|
||
(510, 'en', 'theme LayerSlider', '7f48f1caee26b649118cd5a19e396e0b', 'Your changes has been saved!', 0),
|
||
(511, 'en', 'theme LayerSlider', '8d3e6cc52edac243092562bacab67be4', 'Skin Editor', 0),
|
||
(512, 'en', 'theme LayerSlider', '3b78b1075d2a7525faa88888db986fb2', 'Ctrl+Q to fold/unfold a block', 0),
|
||
(513, 'en', 'theme LayerSlider', '25c5f927673e0a6f99ce6661e33deb88', 'Choose a skin:', 0),
|
||
(514, 'en', 'theme LayerSlider', '1b191afebb7d1a5dc2cfbc10bb0ac43b', 'Built-in skins will be overwritten by plugin updates. Making changes should be done through the Custom Styles Editor.', 0),
|
||
(515, 'en', 'theme LayerSlider', '425baa39ac8b521dc44163369a880912', 'You need to make this file writable before you can save your changes. See the <a href="http://codex.wordpress.org/Changing_File_Permissions" target="_blank">Codex</a> for more information.', 0),
|
||
(516, 'en', 'theme LayerSlider', 'daa6b483e9f6ca081ec7e0b4a352f9e9', 'Save changes', 0),
|
||
(517, 'en', 'theme LayerSlider', 'a25cdb30824d04d8ea89d1122ba9a9be', 'Modifying a skin with bad code can break your sliders'' appearance. Changes cannot be reverted after saving.', 0),
|
||
(518, 'en', 'theme LayerSlider', '7da8bc519571bc7a45862cee2b451934', 'Editing slider:', 0),
|
||
(519, 'en', 'theme LayerSlider', '77aad092f2f1884c2da84dd7b9960d49', 'Slider Settings', 0),
|
||
(520, 'en', 'theme LayerSlider', 'a8d90ed8f17c347c8d46e0ef22c85ecb', 'Slides', 0),
|
||
(521, 'en', 'theme LayerSlider', '20b2943a0114d3d02d5ea16563f108e3', 'Event Callbacks', 0),
|
||
(522, 'en', 'theme LayerSlider', '1fe917b01f9a3f87fa2d7d3b7643fac1', 'FAQ', 0),
|
||
(523, 'en', 'theme LayerSlider', '5b6cf869265c13af8566f192b4ab3d2a', 'Documentation', 0),
|
||
(524, 'en', 'theme LayerSlider', 'dddbbe9b585f35cf93c3cb8036c6d1d1', 'Need help? Try these:', 0),
|
||
(525, 'en', 'theme LayerSlider', '6240283f8cafe0d117e4429ce194a4b0', 'Add new slide', 0),
|
||
(526, 'en', 'theme LayerSlider', '6c5eacaf2599c929c35c4db65136caaf', 'Slide Options', 0),
|
||
(527, 'en', 'theme LayerSlider', '4e0f7a74043c8951db9f2f7e9ab7a577', 'Duplicate this slide', 0),
|
||
(528, 'en', 'theme LayerSlider', 'fe55a3e10226255198af12b16a80dcb7', 'Choose slide image', 0),
|
||
(529, 'en', 'theme LayerSlider', 'e81c4e4f2b7b93b481e13a8553c2ae1b', 'or', 0),
|
||
(530, 'en', 'theme LayerSlider', 'b37335386d8a658db081f6be312fe1f8', 'enter URL', 0),
|
||
(531, 'en', 'theme LayerSlider', 'daf72e4828abe3fa7af04ffc5e2dbf3e', 'Choose thumbnail', 0),
|
||
(532, 'en', 'theme LayerSlider', '55ef43c7859ee512e25f5f804b88db4d', 'Slide transition', 0),
|
||
(533, 'en', 'theme LayerSlider', '544cbf60abd4c8c12de547442de660ad', 'You can select your desired slide transitions by clicking on this button.', 0),
|
||
(534, 'en', 'theme LayerSlider', 'c93a257278a4711607e300f523e6e5bd', 'Link this slide', 0),
|
||
(535, 'en', 'theme LayerSlider', '74248c725e00bf9fe04df4e35b249a19', 'Misc', 0),
|
||
(536, 'en', 'theme LayerSlider', '31fde7b05ac8952dacf4af8a704074ec', 'Preview', 0),
|
||
(537, 'en', 'theme LayerSlider', '7c029f77271f9195cb2a8960995dc090', 'Enter Preview', 0),
|
||
(538, 'en', 'theme LayerSlider', '87bfda183c4f851a101e97bbb1bbace7', 'Layers', 0),
|
||
(539, 'en', 'theme LayerSlider', '7b532af1d92b84114ad3e4e8c8d92f53', 'timeline view', 0),
|
||
(540, 'en', 'theme LayerSlider', '8b222eea9bec497cd6e6076670fed565', 'Highlight layer in editor.', 0),
|
||
(541, 'en', 'theme LayerSlider', 'bfd806a1f400720a328bc02691f00f84', 'Prevent layer from dragging in editor.', 0),
|
||
(542, 'en', 'theme LayerSlider', 'e7adc44bb82fe33edc6b5cce05bed511', 'Hide layer in editor.', 0),
|
||
(543, 'en', 'theme LayerSlider', 'f15c1cae7882448b3fb0404682e17e61', 'Content', 0),
|
||
(544, 'en', 'theme LayerSlider', 'afedf9afee367f51f98d7cf030c976a6', 'Transition', 0),
|
||
(545, 'en', 'theme LayerSlider', '97e7c9a7d06eac006a28bf05467fcc8b', 'Link', 0),
|
||
(546, 'en', 'theme LayerSlider', '4c1c7d945fcd04d68bd3b3f1d99a55a1', 'Styles', 0),
|
||
(547, 'en', 'theme LayerSlider', '287234a1ff35a314b5b6bc4e5828e745', 'Attributes', 0),
|
||
(548, 'en', 'theme LayerSlider', 'be53a0541a6d36f6ecb879fa2c584b08', 'Image', 0),
|
||
(549, 'en', 'theme LayerSlider', '9dffbf69ffba8bc38bc4e01abf4b1675', 'Text', 0),
|
||
(550, 'en', 'theme LayerSlider', '8120a37506c30da799bedd0cbf1f050d', 'HTML / Video / Audio', 0),
|
||
(551, 'en', 'theme LayerSlider', '6ac7036dc885200ab4a78d49986cf40e', 'Dynamic content from posts', 0),
|
||
(552, 'en', 'theme LayerSlider', 'feaf0a320c3d678ad30dd179b7d21584', 'Paragraph', 0),
|
||
(553, 'en', 'theme LayerSlider', '106530dc42baa21c67f8a3af4d7fd9e1', 'H1', 0),
|
||
(554, 'en', 'theme LayerSlider', 'ca2bf3f6b7e18a508253e9521510a4b5', 'H2', 0),
|
||
(555, 'en', 'theme LayerSlider', 'b14763210c3ab7284e9cbe731d7dc2a5', 'H3', 0),
|
||
(556, 'en', 'theme LayerSlider', '6b57370ba89bd88a2d6d819d65f6007a', 'H4', 0),
|
||
(557, 'en', 'theme LayerSlider', '830652084dda69b6b957e2c3a7bd9b18', 'H5', 0),
|
||
(558, 'en', 'theme LayerSlider', '2ac6cc2e6434c3db7291b230f3c36b39', 'H6', 0),
|
||
(559, 'en', 'theme LayerSlider', 'cf0b5e27ca697e583e935fdcb97b6f04', 'Click on the image preview to open WordPress Media Library or', 0),
|
||
(560, 'en', 'theme LayerSlider', 'c63d2ee1caaca563f8cd1e6c6a84ebc1', 'insert from URL', 0),
|
||
(561, 'en', 'theme LayerSlider', 'fcf23bfb79c98881d61d21ac08f3a762', 'Type here the contents of your layer. You can use any HTML codes in this field to insert other contents then text. This field is also shortcode-aware, so you can insert content from other plugins as well as video embed codes.', 0),
|
||
(562, 'en', 'theme LayerSlider', '980057390ab269b87e5869cd25e84b06', 'Add Media', 0),
|
||
(563, 'en', 'theme LayerSlider', '89d0a1c169c6374147504bd102cea0b1', 'Insert self-hosted video or audio', 0),
|
||
(564, 'en', 'theme LayerSlider', 'f16b400554bd76cee03356a2b8c7ace2', 'Click on one or more post placeholders to insert them into your layer''s content. Post placeholders are acting like shortcodes in WP, and they will be filled with the actual content from your posts.', 0),
|
||
(565, 'en', 'theme LayerSlider', 'ad40d20a0a8ac31ca6c616580aff0e71', 'Limit text length (if any)', 0),
|
||
(566, 'en', 'theme LayerSlider', '986c54cfca5c8679b2bd6c432d5d3835', 'Configure post options', 0),
|
||
(567, 'en', 'theme LayerSlider', '31f68dc05492d98c7789a9fd7bed069a', 'Transition in', 0),
|
||
(568, 'en', 'theme LayerSlider', '66fa2d26ed57ea1fff349064919941fe', 'Transition out', 0),
|
||
(569, 'en', 'theme LayerSlider', 'e1a3d5a1596f71a09d4da5987dc4de53', 'Other options', 0),
|
||
(570, 'en', 'theme LayerSlider', 'd0847dd5b7335c3fc649efe4b3a511e6', 'If you will use similar settings for other layers or you want to experiment on a copy, you can duplicate this layer.', 0),
|
||
(571, 'en', 'theme LayerSlider', '5333968af52d871e5b66d74dd3eb3d87', 'Duplicate this layer', 0),
|
||
(572, 'en', 'theme LayerSlider', 'bc2d76dcaf06750e26167f4a4301f7e6', 'Layout & Positions', 0),
|
||
(573, 'en', 'theme LayerSlider', 'a10443964156b9e87c95e74c8f9baf15', 'Padding', 0),
|
||
(574, 'en', 'theme LayerSlider', '070554647306343cbea29ebfdd278ba8', 'Border', 0),
|
||
(575, 'en', 'theme LayerSlider', '194f5394ae2e9c74dc3c441b92862d1d', 'Font', 0),
|
||
(576, 'en', 'theme LayerSlider', '6d3b8f21504122236040a3b1131e960b', 'Word-wrap', 0),
|
||
(577, 'en', 'theme LayerSlider', '38acd9ac36dfc5792b83be9bd3e46a61', 'If you use custom sized layers, you have to enable this setting to wrap your text.', 0),
|
||
(578, 'en', 'theme LayerSlider', '5bae43862e4dc31a1a312053e1fd5d79', 'Custom style settings', 0),
|
||
(579, 'en', 'theme LayerSlider', '0e4d3ed90345dcd05f7562236e3ae538', 'Add new layer', 0),
|
||
(580, 'en', 'theme LayerSlider', 'c804ef5f6f4d5d630ab5d2ab1b8daf83', 'Fires when LayerSlider has loaded', 0),
|
||
(581, 'en', 'theme LayerSlider', '6e5cba397c95e49f4fcb0aad12b49cef', 'Calling when the slideshow has started.', 0),
|
||
(582, 'en', 'theme LayerSlider', '8b51b1f9a218015ffbdbb1b038238624', 'Calling when the slideshow is stopped by the user.', 0),
|
||
(583, 'en', 'theme LayerSlider', '931ef023c48c330d5f2f7ae00c587c22', 'Fireing when the slideshow is temporary on hold (e.g.: "Pause on hover" feaure).', 0),
|
||
(584, 'en', 'theme LayerSlider', '992996ca3fe8d3d0f27259abee981f90', 'Calling when the slider commencing slide change (animation start).', 0),
|
||
(585, 'en', 'theme LayerSlider', '7a75d4ae5c7d6f4dc601c969257e9a67', 'Fireing when the slider finished a slide change (animation end).', 0),
|
||
(586, 'en', 'theme LayerSlider', '4460807b6741e23430ff0e603bb054cd', 'Calling when the slider will change to the previous slide by the user.', 0),
|
||
(587, 'en', 'theme LayerSlider', '6b80e42e6a269fbc465beb1d7ef942e6', 'Calling when the slider will change to the next slide by the user.', 0),
|
||
(588, 'en', 'theme LayerSlider', '110a4b01beabd53b661a47d4b44bd7a8', 'Publish', 0),
|
||
(589, 'en', 'theme LayerSlider', 'c16c662b3b619e1f7a8e9f115006e5f5', 'Find posts with the above filters', 0),
|
||
(590, 'en', 'theme LayerSlider', '42743ba8c757c61aa058769c9bec42da', 'Don''t filter categories', 0),
|
||
(591, 'en', 'theme LayerSlider', '0be556becd0d7cf6756fe9cac415f08b', 'Don''t filter tags', 0),
|
||
(592, 'en', 'theme LayerSlider', '49881e76dc28e6025ce33c1026e0656e', 'Don''t filter taxonomies', 0),
|
||
(593, 'en', 'theme LayerSlider', 'fb2c77bdb9fc0cefbd8bc92aed836393', 'Order results by', 0),
|
||
(594, 'en', 'theme LayerSlider', 'fc96a6f5111fa065391994fd498102c6', 'On this slide', 0),
|
||
(595, 'en', 'theme LayerSlider', '70d06578cd62f88163a5cd263fb16036', 'Get the ', 0),
|
||
(596, 'en', 'theme LayerSlider', '2511fc6cb0bb2431c0b43d6793d0cbc1', 'following', 0),
|
||
(597, 'en', 'theme LayerSlider', '54f56060c313fea460230bc2532bde7d', 'item in the set of matched selection', 0),
|
||
(598, 'en', 'theme LayerSlider', 'd05de3eea9c512241b948d0ab163182f', 'Preview from currenty matched elements', 0),
|
||
(599, 'en', 'theme LayerSlider', '12a5f79b21085c1cea1238e4c3ef94ef', 'Type your slider name here', 0),
|
||
(600, 'en', 'theme LayerSlider', 'ebd9bec4d70abc789d439c1f136b0538', 'Layout', 0),
|
||
(601, 'en', 'theme LayerSlider', 'e833b5e560bdc737fe850bc50d0c5f0c', 'Slideshow', 0),
|
||
(602, 'en', 'theme LayerSlider', 'a1c58e94227389415de133efdf78ea6e', 'Appearance', 0),
|
||
(603, 'en', 'theme LayerSlider', '58a391806696af4c42362b10f5774921', 'Navigation Area', 0),
|
||
(604, 'en', 'theme LayerSlider', '5298faa9b7ee689207947717277ae452', 'Thumbnail Navigation', 0),
|
||
(605, 'en', 'theme LayerSlider', '554cfab3938e21d9270bd6b75931f96f', 'Videos', 0),
|
||
(606, 'en', 'theme LayerSlider', 'bcb1753ce3164a2f8c31fa4cbbb866a1', 'Slider dimensions', 0),
|
||
(607, 'en', 'theme LayerSlider', 'cccd87b7e40e68236e925f8f7404cdbb', 'Responsive mode', 0),
|
||
(608, 'en', 'theme LayerSlider', '3e3363e9c87f6efa13a2c7ca05695c77', 'Full-width slider settings', 0),
|
||
(609, 'en', 'theme LayerSlider', 'c197b7131ad772fb004d9a076ca72f3b', 'Slideshow behavior', 0),
|
||
(610, 'en', 'theme LayerSlider', '9df5134d1c3378035532a8c549eb0900', 'Starting slide options', 0),
|
||
(611, 'en', 'theme LayerSlider', 'fb3d463b2604eef5d32beee7bf84e68d', 'Slideshow navigation', 0),
|
||
(612, 'en', 'theme LayerSlider', 'a56d66d7acdce18b9861f4c84bf8f777', 'Looping', 0),
|
||
(613, 'en', 'theme LayerSlider', '2c61ab0ec8b8f75db6e04a9905d55583', 'Number of loops if automatically start slideshow is enabled (0 means infinite!)', 0),
|
||
(614, 'en', 'theme LayerSlider', 'cb3c93351f1f20809fdd6e938a4319c7', 'Other settings', 0),
|
||
(615, 'en', 'theme LayerSlider', '05182d3abcde660cb03861ed7fa01888', 'You can change the skin of the slider. The ''noskin'' skin is a border- and buttonless skin. Your custom skins will appear in the list when you create their folders as well.', 0),
|
||
(616, 'en', 'theme LayerSlider', '170b72c5728ae899d89ac319c02c4adb', 'Here you can apply your custom CSS style settings to the slider.', 0),
|
||
(617, 'en', 'theme LayerSlider', 'd0139ac06af49a1319f06041e93656a6', 'Show navigation buttons', 0),
|
||
(618, 'en', 'theme LayerSlider', '5d7eddd30d294d96264813fcf8c455d9', 'Navigation buttons on hover', 0),
|
||
(619, 'en', 'theme LayerSlider', '120129bce58b9d4a86406dcd0f6ca570', 'Slideshow timers', 0),
|
||
(620, 'en', 'theme LayerSlider', 'dd7a416192a831df868aec6fc8aff089', 'Thumbnail dimensions', 0),
|
||
(621, 'en', 'theme LayerSlider', '2a17f1e893dce87f569fccaddd972fc3', 'Thumbnail appearance', 0),
|
||
(622, 'en', 'theme LayerSlider', '5c6dbc48fea8247742758237e044c84e', 'No sliders were selected to remove.', 0),
|
||
(623, 'en', 'theme LayerSlider', '6cd249122c73c2e50536020e830ccc8a', 'The selected sliders were removed.', 0),
|
||
(624, 'en', 'theme LayerSlider', '50b0249411f01ca43f1b5a18f264fd28', 'You need to select at least 2 sliders to merge them.', 0),
|
||
(625, 'en', 'theme LayerSlider', '55899e296c3c98c31da2185fb050ae3a', 'The selected items were merged together as a new slider.', 0),
|
||
(626, 'en', 'theme LayerSlider', '7e49c2c2022ba502f605cac85e41d154', 'Choose a file to import sliders.', 0),
|
||
(627, 'en', 'theme LayerSlider', 'eb128200b7668851d6773dc84f5185c6', 'The import file seems to be invalid or corrupted.', 0),
|
||
(628, 'en', 'theme LayerSlider', '6665850f1a3e7fdb75efc1f59570e2b2', 'Your slider has been imported.', 0),
|
||
(629, 'en', 'theme LayerSlider', '38f5fbf36ee7aede1d043aa3e7b82286', 'Your account does not have the necessary permission you chose, and your settings have not been saved to prevent locking yourself out of the plugin.', 0),
|
||
(630, 'en', 'theme LayerSlider', 'b13b828c364eb5409ca4406ae8daf096', 'Permission changes has been updated.', 0),
|
||
(631, 'en', 'theme LayerSlider', '92df7d265afacf413a8c6348f38b6c5d', 'Your Google Fonts library has been updated.', 0),
|
||
(632, 'en', 'theme LayerSlider', 'be9055c9433667d6178f46f0116a0d91', 'Your settings has been updated.', 0),
|
||
(633, 'en', 'theme LayerSlider', '4c9f409a0e052b2f66f8ce6a23883813', 'Removed sliders', 0),
|
||
(634, 'en', 'theme LayerSlider', '9ad46d2d4f10955abfc9ca97565bba87', 'Sliders', 0),
|
||
(635, 'en', 'theme LayerSlider', '9639e32cab248434a17ab32237cb3b71', 'Apply', 0),
|
||
(636, 'en', 'theme LayerSlider', 'ee6cedd17f87dd6b9fe17aca8a5edaea', 'LayerSlider sliders', 0),
|
||
(637, 'en', 'theme LayerSlider', 'de9ced9bf5e9829de4a93ad8c9d7a170', 'Add New', 0),
|
||
(638, 'en', 'theme LayerSlider', 'f44e47020fb078fef19862b7e5dd0bbc', 'Import sample sliders', 0),
|
||
(639, 'en', 'theme LayerSlider', 'cf204f522c89c0d30f07730b980efba4', 'Using beta version', 0),
|
||
(640, 'en', 'theme LayerSlider', '0d1f2bb5233ca07e5d906c0a9ef0a2ea', 'Send feedback', 0),
|
||
(641, 'en', 'theme LayerSlider', '629eaad60a0ae82987142708edb4c795', 'Give a name for your new slider', 0),
|
||
(642, 'en', 'theme LayerSlider', '8e5ff6553afff754fcdb93818a8143cb', 'e.g. Homepage slider', 0),
|
||
(643, 'en', 'theme LayerSlider', '410e1a1809e86e2b710b5f17f556c967', 'Add slider', 0),
|
||
(644, 'en', 'theme LayerSlider', 'b6d21c7bfd68d49551edbd894da2eee5', 'Slider preview', 0),
|
||
(645, 'en', 'theme LayerSlider', '49ee3087348e8d44e1feda1917443987', 'Name', 0),
|
||
(646, 'en', 'theme LayerSlider', '6feadb455c64759731e453380c52fbd9', 'Shortcode', 0),
|
||
(647, 'en', 'theme LayerSlider', '0eceeb45861f9585dd7a97a3e36f85c6', 'Created', 0),
|
||
(648, 'en', 'theme LayerSlider', '35e0c8c0b180c95d4e122e55ed62cc64', 'Modified', 0),
|
||
(649, 'en', 'theme LayerSlider', '6d0a578ca2f2c0e792fc923002fccbe3', 'ago', 0),
|
||
(650, 'en', 'theme LayerSlider', 'ab0f1e6762d93ab7a1a9da8edfdaf571', 'Duplicate this slider', 0),
|
||
(651, 'en', 'theme LayerSlider', '215c43748a8d8ac5ec3a1f48ba733cc1', 'Remove this slider', 0),
|
||
(652, 'en', 'theme LayerSlider', '7384a1149c9fa9a57fcd4cd0f61ef5c0', 'Restore removed slider', 0),
|
||
(653, 'en', 'theme LayerSlider', '79aa192d7a66ebb69375749019cfba0f', 'You haven''t created any a slider yet. Click on the "Add New" button above to add one.', 0),
|
||
(654, 'en', 'theme LayerSlider', 'bae256facba990a5c62da8f4f881a6e4', 'Choose an action', 0),
|
||
(655, 'en', 'theme LayerSlider', 'aa904c752a2f108aad5ab599a8b74cdb', 'Remove selected', 0),
|
||
(656, 'en', 'theme LayerSlider', '8fb41b3911b7f22a4e1d2dbfd77bc403', 'Delete permanently', 0),
|
||
(657, 'en', 'theme LayerSlider', 'c48b528b62b7eabd5d0a56b778774649', 'Restore removed', 0),
|
||
(658, 'en', 'theme LayerSlider', '1180598c29a510b6c7299bd5541d6820', 'Merge selected as new', 0),
|
||
(659, 'en', 'theme LayerSlider', '691d502cfd0e0626cd3b058e5682ad1c', 'items', 0),
|
||
(660, 'en', 'theme LayerSlider', '7e137602d2d0e02a3cc718302d8c9d4c', 'Import & Export Sliders', 0),
|
||
(661, 'en', 'theme LayerSlider', '36059bdebd0ce2c3e46d3949082a0ccd', 'Choose a LayerSlider export file downloaded previously to import your sliders. To import from older versions, you need to create a file and paste the export code into it. Only the file contents matters, its name does not.', 0),
|
||
(662, 'en', 'theme LayerSlider', 'd1673e2c8908f8939c5d0ba949ebc80b', 'Import Sliders', 0),
|
||
(663, 'en', 'theme LayerSlider', '72d6d7a1885885bb55a565fd1070581a', 'Import', 0),
|
||
(664, 'en', 'theme LayerSlider', '254144213776a4bd2911b163bf83aea8', 'Downloads an export file that contains your selected sliders to import on your new site.', 0),
|
||
(665, 'en', 'theme LayerSlider', '3e2902377ac9d3be2814c939f168f443', 'Export Sliders', 0),
|
||
(666, 'en', 'theme LayerSlider', '30509b8cf9c7d30ee345af765696eb83', 'All Sliders', 0),
|
||
(667, 'en', 'theme LayerSlider', '0095a9fa74d1713e43e370a7d7846224', 'Export', 0),
|
||
(668, 'en', 'theme LayerSlider', '13aa1da20dddf9b3a1583867a42015bb', 'Allow LayerSlider access to users with ...', 0),
|
||
(669, 'en', 'theme LayerSlider', 'bbbabdbe1b262f75d99d62880b953be1', 'Role', 0),
|
||
(670, 'en', 'theme LayerSlider', 'dbf36ff3e3827639223983ee8ac47b42', 'Super Admin', 0),
|
||
(671, 'en', 'theme LayerSlider', 'e3afed0047b08059d0fada10f400c1e5', 'Admin', 0),
|
||
(672, 'en', 'theme LayerSlider', '344a7f427fb765610ef96eb7bce95257', 'Editor', 0),
|
||
(673, 'en', 'theme LayerSlider', 'a517747c3d12f99244ae598910d979c5', 'Author', 0),
|
||
(674, 'en', 'theme LayerSlider', '23d21ad4dea7aadf907e5e601b1905e6', 'Contributor', 0),
|
||
(675, 'en', 'theme LayerSlider', '90589c47f06eb971d548591f23c285af', 'Custom', 0),
|
||
(676, 'en', 'theme LayerSlider', '06933067aafd48425d67bcb01bba5cb6', 'Update', 0),
|
||
(677, 'en', 'theme LayerSlider', 'b42ea29bb7374684b987592e3954facb', 'If you want to give access for other users than admins to this page, you can specify a custom capability. You can find all the available capabilities on', 0),
|
||
(678, 'en', 'theme LayerSlider', '8334797b9b3383d4f48d98178b8845ea', 'this page', 0),
|
||
(679, 'en', 'theme LayerSlider', 'fa97f6975c9b94a252d204cd22159ff4', 'Capability', 0),
|
||
(680, 'en', 'theme LayerSlider', 'fa04668abaf7672483b0f11e5fb20322', 'Auto-updates', 0),
|
||
(681, 'en', 'theme LayerSlider', '8ba76cdbcf338ed74c2393705cc1fd0e', 'Purchase code:', 0),
|
||
(682, 'en', 'theme LayerSlider', '7a6ce3171c34467c30b5e2afdc939aec', 'To receive auto-updates, you need to enter your item purchase code. You can find it on your CodeCanyon downloads page, just click on the Download button and choose the "Licence Certificate" option. This will download a text file that contains your purchase code.', 0),
|
||
(683, 'en', 'theme LayerSlider', 'e81739efb7d4d7abf79f3c5e729eadff', 'Release channel:', 0),
|
||
(684, 'en', 'theme LayerSlider', 'fa3aff3c185c6dc7754235f397c2099a', 'Stable', 0),
|
||
(685, 'en', 'theme LayerSlider', 'b7393e5c18d1eb82a9696356b64dc374', 'Although pre-release versions should be fine, they might contain unknown issues, and are not recommended for sites in production.', 0),
|
||
(686, 'en', 'theme LayerSlider', '0b87d66b88c72957dfea8c9605016442', 'Beta', 0),
|
||
(687, 'en', 'theme LayerSlider', 'b6d2ccd5ed9058eb0045861db78f5bbd', 'Search for updates', 0),
|
||
(688, 'en', 'theme LayerSlider', 'fba8a6e47a52d6bb244fe74ad9ca9100', 'Troubleshooting & Advanced Settings', 0),
|
||
(689, 'en', 'theme LayerSlider', 'bb551493fe34a59db5f696ff0a101748', 'Don''t change these settings without experience. LayerSlider will let you know when it encounters a problem.', 0),
|
||
(690, 'en', 'theme LayerSlider', 'a651afe6b7c4e9736c6060c0a9bdff7b', 'Use Google CDN version of jQuery', 0),
|
||
(691, 'en', 'theme LayerSlider', '9b640f54266e0f06af21a58305bff97b', 'This option will likely solve "Old jQuery" issues.', 0),
|
||
(692, 'en', 'theme LayerSlider', 'cf7882362955d05ba30f47a9b2ecd87f', 'Include scripts in the footer', 0),
|
||
(693, 'en', 'theme LayerSlider', 'd40cfc30d530c918565d3b83e120ac54', 'Including resources in the footer could decrease load times, and solve other type of issues, but your theme might not support this method.', 0),
|
||
(694, 'en', 'theme LayerSlider', 'f0f31cfc539cca94802579658120411e', 'Conditional script loading', 0),
|
||
(695, 'en', 'theme LayerSlider', '306338bfe6af3fbeb976ca86697e9a4e', 'Increase your site''s performance by loading resources only when needed. Outdated themes might not support this method.', 0),
|
||
(696, 'en', 'theme LayerSlider', 'c78fdb73b579e80f8f9b9225d30d38e8', 'Concatenate output', 0),
|
||
(697, 'en', 'theme LayerSlider', '024209065cd41094cceb544d7be57a58', 'Concatenating the plugin''s output could solve issues caused by custom filters your theme might use.', 0),
|
||
(698, 'en', 'theme LayerSlider', '87451cee3c566346ffdd3e6986eff98e', 'Put JS includes to body', 0),
|
||
(699, 'en', 'theme LayerSlider', 'db9a679ec920a059193e2bf618bdb2ca', 'This is the most common workaround for jQuery related issues, and is recommended when you experience problems with jQuery.', 0),
|
||
(700, 'en', 'theme LayerSlider', '6e412fe282e23c5df206ad1afb5f54b8', 'Load Google Fonts', 0),
|
||
(701, 'en', 'theme LayerSlider', 'c7117c7aa6b08570afd0c5d8355d9d4c', 'Load only on admin interface', 0),
|
||
(702, 'en', 'theme LayerSlider', '0a2ed1717cddfc0298ac96e2d27386af', 'You didn''t add any Google font to your library yet.', 0),
|
||
(703, 'en', 'theme LayerSlider', '36aa22cd92418be5a67a8c3e24e57698', 'Add font:', 0),
|
||
(704, 'en', 'theme LayerSlider', '13348442cc6a27032d2b4aa28b75a5d3', 'Search', 0),
|
||
(705, 'en', 'theme LayerSlider', 'd19cf0d535703b7b0d80e769db51552e', 'Choose a font family', 0),
|
||
(706, 'en', 'theme LayerSlider', '14f5ba40eb53f0346c0e6fd04e6eb3ca', 'Add font', 0),
|
||
(707, 'en', 'theme LayerSlider', '13db4b7fae7bf89070e81dbffbdeff8e', 'Back to results', 0),
|
||
(708, 'en', 'theme LayerSlider', '341cb9a14af1362b06c6e2f349a2766d', 'LayerSlider News', 0),
|
||
(709, 'en', 'theme LayerSlider', 'f1117307e696cf5dc323c4f226d84e45', 'Filter:', 0),
|
||
(710, 'en', 'theme LayerSlider', 'b1c94ca2fbc3e78fc30069c8d0f01680', 'All', 0),
|
||
(711, 'en', 'theme LayerSlider', '2b59bbfc9d431d23f4564d01b0182808', 'Announcements', 0),
|
||
(712, 'en', 'theme LayerSlider', 'e42ba0124128cfc16ca594b21a1cb28b', 'Release log', 0),
|
||
(713, 'en', 'theme LayerSlider', '689ae6a2ca6d2fe0dc938587902954cc', 'Beta versions', 0),
|
||
(714, 'en', 'theme LayerSlider', 'e6e47f4a2f1267328d19ec8cab5bf632', '>You have version', 0),
|
||
(715, 'en', 'theme LayerSlider', '73329564760013a7824ff9d5d1af91ff', 'installed', 0),
|
||
(716, 'en', 'theme LayerSlider', '5528a603afd68543e1fe5fc5396caa66', 'The documentation is here', 0),
|
||
(717, 'en', 'theme LayerSlider', '128b8f515d2bc4ca7eb9d8e8a651de2d', 'This is a WordPress contextual help menu, we use it to give you fast access to our documentation. Please keep in mind that because this menu is contextual, it only shows the relevant information to the page that you are currently viewing. So if you search something, you should visit the corresponding page first and then open this help menu.', 0),
|
||
(718, 'en', 'theme LayerSlider', 'bb41cc3b748ecb06d3489c3fde963f1e', 'LayerSlider Custom Styles Editor', 0),
|
||
(719, 'en', 'theme LayerSlider', '3221dd46ca902e2288fe941edaa94f5c', 'Contents of your custom CSS file', 0),
|
||
(720, 'en', 'theme LayerSlider', '13d4a0d93727a84e8e9271f2442f697e', '/* You can type here any CSS code that will be loaded both on your admin and front-end pages.', 0),
|
||
(721, 'en', 'theme LayerSlider', '1b7e046946809d725c605ee160f78982', 'Let us help you by giving a few exmaple CSS classes: */', 0),
|
||
(722, 'en', 'theme LayerSlider', '5b7d295379b4e18cc9daed7da70d3ad3', 'You need to make your uploads folder writable before you can save your changes. See the <a href="http://codex.wordpress.org/Changing_File_Permissions" target="_blank">Codex</a> for more information.', 0),
|
||
(723, 'en', 'theme LayerSlider', '72b72fdec899acd865a4864a1b7c15cb', 'Using bad CSS code could break the appearance of your site or your sliders. Changes cannot be reverted after saving.', 0),
|
||
(724, 'en', 'theme LayerSlider', '805c0e5da243c8dbc56589e3a85133c9', 'Basic properties', 0),
|
||
(725, 'en', 'theme LayerSlider', '6f6a0e7f7e27421949a5909a9290c505', 'Transition name', 0),
|
||
(726, 'en', 'theme LayerSlider', '66a8ede14719267a54fd2c605f4dcf91', 'The name of your custom transition. When you will edit a slider, it will appear with this name, so you can easily identify the individual transitions.', 0),
|
||
(727, 'en', 'theme LayerSlider', '530f488f7a9800411efc6926ab189708', 'Rows', 0),
|
||
(728, 'en', 'theme LayerSlider', 'bd4696371c2728f2aec546e804a0b672', '<number> or <min_number>,<max_number> If you specify a value greater than 1, LayerSlider will cut your slide into tiles. You can specify here how many rows of your transition should have. If you specify two numbers separated with a comma, LayerSlider will use that as a range and pick a random number between your values.', 0),
|
||
(729, 'en', 'theme LayerSlider', 'd27561f45c58f407b3fe76b63b1ec28a', 'Cols', 0),
|
||
(730, 'en', 'theme LayerSlider', 'c8a8c67ea41621a5b120c2dc0525362d', '<number> or <min_number>,<max_number> If you specify a value greater than 1, LayerSlider will cut your slide into tiles. You can specify here how many columns of your transition should have. If you specify two numbers separated with a comma, LayerSlider will use that as a range and pick a random number between your values.', 0),
|
||
(731, 'en', 'theme LayerSlider', 'a67f2c9d056f29b94521c17b838b9756', 'Tiles', 0),
|
||
(732, 'en', 'theme LayerSlider', 'd4f0208d1a34d7a381fc8abec990105b', 'You can apply a delay between the tiles and postpone their animation relative to each other.', 0),
|
||
(733, 'en', 'theme LayerSlider', '3ff39d3acb327553070a64ef0cb321d5', 'Sequence', 0),
|
||
(734, 'en', 'theme LayerSlider', '434cd8b268e79b39af562cc6329d56fb', 'You can control the animation order of the tiles here.', 0),
|
||
(735, 'en', 'theme LayerSlider', '67d2f6740a8eaebf4d5c6f79be8da481', 'Forward', 0),
|
||
(736, 'en', 'theme LayerSlider', '67f115c1fddc4ce1aeb1c754001585bc', 'Reverse', 0),
|
||
(737, 'en', 'theme LayerSlider', '13db785ec723ba5b44f1a1311edc9332', 'Col-forward', 0),
|
||
(738, 'en', 'theme LayerSlider', '3898dd1cf4144fda9dfac68e6c3b7c41', 'Col-reverse', 0),
|
||
(739, 'en', 'theme LayerSlider', '64663f4646781c9c0110838b905daa23', 'Random', 0),
|
||
(740, 'en', 'theme LayerSlider', '675056ad1441b6375b2c5abd48c27ef1', 'Depth', 0),
|
||
(741, 'en', 'theme LayerSlider', '5d817c72c320560d9100709c8b6ed4d2', 'The script will try to identify the optimal depth for your rotated objects (tiles). With this option, you can force your objects to have large depth when performing 180 degree (and its multiplies) rotation.', 0),
|
||
(742, 'en', 'theme LayerSlider', '4aaea893e82ee53fc4aab0eae485be41', 'Large depth', 0),
|
||
(743, 'en', 'theme LayerSlider', '2c15a8c99cd7b15ae468172183c5ea2c', 'Before animation', 0),
|
||
(744, 'en', 'theme LayerSlider', '00d23a76e43b46dae9ec7aa9dcbebb32', 'Enabled', 0),
|
||
(745, 'en', 'theme LayerSlider', '96534ccc74aa49108eed7813c692cdf9', 'The duration of your animation. This value is in millisecs, so the value 1000 means 1 second.', 0),
|
||
(746, 'en', 'theme LayerSlider', '41cea43f8fccd8c330c5671d08a13c87', 'The timing function of the animation, with it you can manipualte the movement of the animated object. Please click on the link next to this select field to open easings.net for more information and real-time examples.', 0),
|
||
(747, 'en', 'theme LayerSlider', 'ef61fb324d729c341ea8ab9901e23566', 'Add new', 0),
|
||
(748, 'en', 'theme LayerSlider', '2c89ec09f5601e7957e7b35bc906ccc9', 'Scale3D', 0),
|
||
(749, 'en', 'theme LayerSlider', 'd6b6b668dbca9d4fe774bb654226ebe3', 'Animation', 0),
|
||
(750, 'en', 'theme LayerSlider', '02674a4ef33e11c879283629996c8ff8', 'Direction', 0),
|
||
(751, 'en', 'theme LayerSlider', 'e72095f265304799619d85e87c0b4277', 'The direction of rotation.', 0),
|
||
(752, 'en', 'theme LayerSlider', '06ce2a25e5d12c166a36f654dbea6012', 'Vertical', 0),
|
||
(753, 'en', 'theme LayerSlider', 'c1b5fa03ecdb95d4a45dd1c40b02527f', 'Horizontal', 0),
|
||
(754, 'en', 'theme LayerSlider', '4afcb8279b8abb2f7369f50739a0a05e', 'After animation', 0),
|
||
(755, 'en', 'theme LayerSlider', 'ee8c1455e7f2bf0c7eb7acaa3eb9a272', 'Transition options', 0),
|
||
(756, 'en', 'theme LayerSlider', '1f039c00b19cd5e73d46b874d88b44fd', 'Remove transition', 0),
|
||
(757, 'en', 'theme LayerSlider', '1f3b894b65d30b6d1f137f4b4dad7823', 'The duration of the animation. This value is in millisecs, so the value 1000 measn 1 second.', 0),
|
||
(758, 'en', 'theme LayerSlider', '639a36a8fd5673fccfa75e572ca859f7', 'The type of the animation, either slide, fade or both (mixed).', 0),
|
||
(759, 'en', 'theme LayerSlider', '6160a53ece50ce6d4f5ef4452549835e', 'Slide', 0),
|
||
(760, 'en', 'theme LayerSlider', '699b4f79215d191584653efebf156e52', 'Mixed', 0),
|
||
(761, 'en', 'theme LayerSlider', '68593d80c10e8292e2f521014a98bd06', 'The direction of the slide or mixed animation if you chose these type in the previous setting.', 0),
|
||
(762, 'en', 'theme LayerSlider', 'a4d0d101d6a34bf80ffeee601c3ff84a', 'Top left', 0),
|
||
(763, 'en', 'theme LayerSlider', 'd3708546a929dfcf66eaeaba794486eb', 'Top right', 0),
|
||
(764, 'en', 'theme LayerSlider', 'b67554192c50f4f6a4c1bd4797f6c3f8', 'Bottom left', 0),
|
||
(765, 'en', 'theme LayerSlider', '5968e3c37145f57587afcba727d2b120', 'Bottom right', 0),
|
||
(766, 'en', 'theme LayerSlider', '9ebd255ed8317380a778935c957e7410', 'RotateZ', 0),
|
||
(767, 'en', 'theme LayerSlider', '9f6c5b4a1602c11c5e399d7c418a29d3', 'LayerSlider Transition Builder', 0),
|
||
(768, 'en', 'theme LayerSlider', '669bf0d71a9a3e2b8da6f0d27fde3ee3', '3D transitions', 0),
|
||
(769, 'en', 'theme LayerSlider', 'b8ee740b4a2f237e4f026a58bbceede4', 'Choose:', 0),
|
||
(770, 'en', 'theme LayerSlider', 'ae70135d465fffba6f1613e92306f206', 'No 3D transitions yet', 0),
|
||
(771, 'en', 'theme LayerSlider', '241c026a8fae97bdf358ecfb6afac782', '2D transitions', 0),
|
||
(772, 'en', 'theme LayerSlider', '6aeb628a4eaf8e6331a276078e7d371d', 'No 2D transitions yet', 0),
|
||
(773, 'en', 'theme LayerSlider', '9a38e939eec88a92fe708ff6f8f7f711', 'You didn''t create any 3D transitions yet', 0),
|
||
(774, 'en', 'theme LayerSlider', '941b39bccc446f0a507044a0c088b465', 'To create a new transition, click to the "Add new" button above this text.', 0),
|
||
(775, 'en', 'theme LayerSlider', '35dcb0172b56ee2cd40e339f67c9b449', 'You didn''t create any 2D transitions yet', 0),
|
||
(776, 'en', 'theme LayerSlider', 'd4ac2c928ad0e5a27080beca050d9c88', 'Before you can save your changes, you need to make writeable your "/wp-content/uploads" folder. See the <a href="http://codex.wordpress.org/Changing_File_Permissions" target="_blank">Codex</a>', 0),
|
||
(777, 'en', 'theme LayerSlider', 'ce901e4aa6a6284d1ee7d921ed6a18e8', 'Transition Builder documentation', 0),
|
||
(778, 'en', 'theme LayerSlider', 'd1fe77afe96de8a99b15f83247716881', 'To get started with the LayerSlider WP Transition Builder, please read our documentation by clicking on this "Help" menu item.', 0),
|
||
(779, 'en', 'theme LayerSlider', 'cd9426568dc72a2fb5c294e3564219e2', 'It looks like your files isn''t writable, so PHP couldn''t make any changes (CHMOD).', 0),
|
||
(780, 'en', 'theme LayerSlider', '5868e6bbe4b6cb4e2d7bbaca895b0168', 'Cannot write to file', 0),
|
||
(781, 'en', 'theme LayerSlider', 'c60888db3a685e66ede2c6a0cd37fc56', 'It looks like you haven''t selected any skin to edit.', 0),
|
||
(782, 'en', 'theme LayerSlider', 'cb4c145d23440a07ba64c8f3f316f2b2', 'No skin selected.', 0),
|
||
(783, 'en', 'theme LayerSlider', '801baf1cdd055450ec8fe4370d2ca83c', 'The new version of LayerSlider WP is almost ready!', 0),
|
||
(784, 'en', 'theme LayerSlider', 'b5b4409310d914b789b6048063852fb2', 'For a faster and more reliable solution, LayerSlider WP needs to convert your data associated with the plugin. Your sliders and settings will remain still, and it only takes a click on this button.', 0),
|
||
(785, 'en', 'theme LayerSlider', '1311f7b2e26d59caca11a5818ad73d30', 'Convert Data', 0),
|
||
(786, 'en', 'theme LayerSlider', '6df358e87ab509a76e33254f9e8f161e', 'Transition Builder', 0),
|
||
(787, 'en', 'theme LayerSlider', '5f4c5efa6c9ddf9485a4f0f6e1357bcc', 'Custom Styles Editor', 0),
|
||
(788, 'en', 'theme LayerSlider', 'e8f87c55559f974859d67cba024a50c2', 'You have version %1$s. Update to version %2$s.', 0),
|
||
(789, 'en', 'theme LayerSlider', '94c9fd79d5b6e147d908bbe272f87d1b', 'Update available for LayerSlider WP!', 0),
|
||
(790, 'en', 'theme LayerSlider', 'ea3bf63dc3b3bae17c14be2ec01a5f35', 'Review changes & Install', 0),
|
||
(791, 'en', 'theme LayerSlider', 'd1084842a701a42a996bcbeaef8b452e', 'Invalid shortcode', 0),
|
||
(792, 'en', 'theme LayerSlider', '58f28e7ebd556d5dc7a4e87bbde57ad9', 'Slider not found', 0),
|
||
(793, 'en', 'theme LayerSlider', '0c42c154f8dff8e0de8432dc7e09a509', 'Insert a slider with LayerSlider WP Widget', 0),
|
||
(794, 'en', 'theme LayerSlider', 'b0508065c9589f4b8a54e71abea11117', 'LayerSlider WP Widget', 0),
|
||
(795, 'en', 'theme LayerSlider', '6fef65dd0c56f90475d29561ee18df4b', 'LayerSlider', 0),
|
||
(796, 'en', 'theme LayerSlider', '82d4fd8d50e622e3605bba0e7acbf722', 'Choose a slider:', 0),
|
||
(797, 'en', 'theme LayerSlider', '1a34d22fb088d183af12e423ca2afd9a', 'You didn''t create any slider yet.', 0),
|
||
(798, 'en', 'theme LayerSlider', '51ec9bf4aaeab1b25bb57f9f8d4de557', 'Title:', 0),
|
||
(799, 'en', 'WordPress', 'd546ce60a9b14a2dfad190be8f2f7a20', '%s (Invalid)', 0),
|
||
(800, 'en', 'WordPress', '423eb9750b4a9d769c685bdcd08c75d1', '%s (Pending)', 0),
|
||
(801, 'en', 'WordPress', 'ff687f8e7f19b4b4e6532266cfe0efd7', 'Original: %s', 0),
|
||
(802, 'en', 'WordPress', '857c066f26c91053236e97e669536203', 'sub item', 0),
|
||
(803, 'en', 'WordPress', '9028c0408c269db2e2b60aa5d7459a53', 'Edit Menu Item', 0),
|
||
(804, 'en', 'WordPress', 'e6b391a8d2c4d45902a23a8b6585703d', 'URL', 0),
|
||
(805, 'en', 'WordPress', '63d65a6113a15806e30d1afdc42fa067', 'Navigation Label', 0),
|
||
(806, 'en', 'WordPress', 'd79162782feef239dca92bdaf1d87485', 'Title Attribute', 0),
|
||
(807, 'en', 'WordPress', 'f1d1048bf50329c940952b776aa08d9c', 'Open link in a new window/tab', 0),
|
||
(808, 'en', 'WordPress', '4ec819fea50932ecb3be5cd532e5f60a', 'CSS Classes (optional)', 0),
|
||
(809, 'en', 'WordPress', '4149573841f89bd22b3970c5c70682d2', 'Link Relationship (XFN)', 0),
|
||
(810, 'en', 'WordPress', 'b5a7adde1af5c87d7fd797b6245c2a39', 'Description', 0),
|
||
(811, 'en', 'WordPress', '4479a31b5d8287de9a0730ba38db6236', 'The description will be displayed in the menu if the current theme supports it.', 0),
|
||
(812, 'en', 'theme fusion-framework', 'b254a73beb60c4c4420a9d8c826afa8b', 'Disable Mega Menu', 0),
|
||
(813, 'en', 'theme fusion-framework', 'fc5c3afe73c7c82e9ab08ff0b3154643', 'Full Width Mega Menu Width', 0),
|
||
(814, 'en', 'theme fusion-framework', '03d959e709ff7835f42c19e71afd281e', 'Mega Menu Number of Columns', 0),
|
||
(815, 'en', 'theme fusion-framework', '06b9281e396db002010bde1de57262eb', 'Auto', 0),
|
||
(816, 'en', 'theme fusion-framework', '035f4cf9c1c508c76ba0f981287f3ce2', 'Mega Menu Widget Area', 0),
|
||
(817, 'en', 'theme fusion-framework', 'dd45b8e59a8c54710a6cdba027c9e350', 'Select Widget Area', 0),
|
||
(818, 'en', 'theme fusion-framework', '35e9cfa14322e1b3a7d13391e53477ac', 'Set Thumbnail', 0),
|
||
(819, 'en', 'WordPress', '6bc362dbf494c61ea117fe3c71ca48a5', 'Move', 0),
|
||
(820, 'en', 'WordPress', 'a7e72a926e82c36a455a68c7c67c706a', 'Up one', 0),
|
||
(821, 'en', 'WordPress', '3a1581d9364c63271f2c8c651f3b174e', 'Down one', 0),
|
||
(822, 'en', 'WordPress', '17f06dbd83ff121759e08993ecff7ca0', 'To the top', 0),
|
||
(823, 'en', 'WordPress', '1063e38cb53d94d386f21227fcd84717', 'Remove', 0),
|
||
(824, 'en', 'WordPress', 'ea4788705e6873b424c65e91c2846b19', 'Cancel', 0),
|
||
(825, 'en', 'WordPress', 'f77af7695f71323808f9b6e2795cde86', 'Move up', 0),
|
||
(826, 'en', 'WordPress', 'dd9f0c7e1bb3b749bd423e3544b4a8e3', 'Move down', 0),
|
||
(827, 'en', 'theme cpt', '0f7b1fc868d5c2e8db69320a208c6c59', 'Did you find this plugin useful? Please support our work with a donation or write an article about this plugin in your blog with a link to our site', 0),
|
||
(828, 'en', 'theme cpt', '421a9f51c056ddfcf4a47bc9b1fd70fd', 'Did you know there is available an Advanced version of this plug-in?', 0),
|
||
(829, 'en', 'theme cpt', '43340e6cc4e88197d57f8d6d5ea50a46', 'Read more', 0),
|
||
(830, 'en', 'theme cpt', 'b7a4099a944f8a8d60bc7fc6409a573c', 'Check our', 0),
|
||
(831, 'en', 'theme cpt', '34f736b384f597030e03a5fef28adc32', 'plugin which allow to custom sort categories and custom taxonomies terms', 0),
|
||
(832, 'en', 'theme cpt', '7278125be8c9aceaaf5d3f7645b45c5c', 'Settings Saved', 0),
|
||
(833, 'en', 'theme cpt', '52f4393e1b52ba63e27310ca92ba098c', 'General Settings', 0),
|
||
(834, 'en', 'theme cpt', '0db377921f4ce762c62526131097968f', 'General', 0),
|
||
(835, 'en', 'theme cpt', 'a40d0073e59931f0ce11817cf67d5848', 'Minimum Level to use this plugin', 0),
|
||
(836, 'en', 'theme cpt', '992c4a5b4628d8ebf671cf460254ee81', 'Subscriber', 0),
|
||
(837, 'en', 'theme cpt', '23d21ad4dea7aadf907e5e601b1905e6', 'Contributor', 0),
|
||
(838, 'en', 'theme cpt', 'a517747c3d12f99244ae598910d979c5', 'Author', 0),
|
||
(839, 'en', 'theme cpt', '344a7f427fb765610ef96eb7bce95257', 'Editor', 0),
|
||
(840, 'en', 'theme cpt', '7b7bc2512ee1fedcd76bdc68926d4f7b', 'Administrator', 0),
|
||
(841, 'en', 'theme cpt', '4f316fd6a9bbc5a368bff4ff81e2c9b5', 'Auto Sort', 0),
|
||
(842, 'en', 'theme cpt', '665c9acb3bec450c589991678d887bdd', 'If checked, the plug-in will automatically update the wp-queries to use the new order (<b>No code update is necessarily</b>).<br /> If you need more order customizations you will need to uncheck this and include ''menu_order'' into your theme queries', 0),
|
||
(843, 'en', 'theme cpt', 'd7e215cd600b79a87875c8f08b4b0ae6', 'Show Examples', 0),
|
||
(844, 'en', 'theme cpt', '352b59b33167804c60cd18825b688c6d', 'The following PHP code will still return the post in the set-up Order', 0),
|
||
(845, 'en', 'theme cpt', '3a2d5fe857d8f9541136a124c2edec6c', 'Or', 0),
|
||
(846, 'en', 'theme cpt', 'd4c0554e9250f45f7aaaaa091872ea3b', 'If the Auto Sort is uncheck you will need to use the "orderby" and "order" parameters', 0),
|
||
(847, 'en', 'theme cpt', '57320a412a22676b4ed67fc9100b1591', 'Admin Sort', 0),
|
||
(848, 'en', 'theme cpt', '56cc4d7e8f35a738ee71d57054ca4d64', 'To affect the admin interface, to see the post types per your new sort, this need to be checked', 0),
|
||
(849, 'en', 'theme cpt', '9daf1fb753b42c3cdc8f1d01669cd6d8', 'Save Settings', 0),
|
||
(850, 'en', 'theme pto', '453aceb005ceaf54a47da15fee8b2a26', 'Pages', 0),
|
||
(851, 'en', 'theme cpt', 'b959b9c7d3b3dfde4e86c3620e4efb06', 'Post Types Order must be configured. Please go to', 0),
|
||
(852, 'en', 'theme cpt', '14e32806915825c53e2f56ccc243e8de', 'Settings Page', 0),
|
||
(853, 'en', 'theme cpt', '687a85f1693c61ce77be43ab9f09602e', 'make the configuration and save', 0),
|
||
(854, 'en', 'theme cpt', '486985d8c22b28e1b2ba21f48a658e40', 'This plugin can''t work without javascript, because it''s use drag and drop and AJAX.', 0),
|
||
(855, 'en', 'theme cpt', '3c7d817a141dfe8d7628bbbdf8d22494', 'Items Order Updated', 0),
|
||
(856, 'en', 'theme wooslider', 'f7d086ba1963b998b633fac384a344aa', 'FlexSlider', 0),
|
||
(857, 'en', 'theme wooslider', 'd77473d88949d5e3b1c8f852f454c941', 'Insert Slideshow', 0),
|
||
(858, 'en', 'theme wooslider', '13a3f5d43e49390d1511eeb09f08a781', 'Number of Images', 0),
|
||
(859, 'en', 'theme wooslider', 'ceee589862259c3ef1532a351dbe9e21', 'The maximum number of images to display', 0),
|
||
(860, 'en', 'theme wooslider', 'bdcdc88f8d445ba3a1de42c1e671152c', 'Use thumbnails for Pagination', 0),
|
||
(861, 'en', 'theme wooslider', '7128facd275b624e4cf428eeef992eed', 'Use thumbnails for pagination, instead of "dot" indicators', 0),
|
||
(862, 'en', 'theme wooslider', 'e3d842478232d7b8298ec64bd0f9852e', 'Number of Slides', 0),
|
||
(863, 'en', 'theme wooslider', 'dff681a9c690cd2b11da804999344ec8', 'The maximum number of slides to display', 0),
|
||
(864, 'en', 'theme wooslider', '91bea82b86ee0c9041449383117eaab7', 'Slide Groups', 0),
|
||
(865, 'en', 'theme wooslider', 'ad908033999e4d989c03778177c439a8', 'The slide groups from which to display slides', 0),
|
||
(866, 'en', 'theme wooslider', 'dd2668a44f3f36d04edbbee6c7a16e28', 'Use thumbnails for pagination, instead of "dot" indicators (uses featured image)', 0),
|
||
(867, 'en', 'theme wooslider', '6adf97f83acf6453d4a6a4b1070f3754', 'None', 0),
|
||
(868, 'en', 'theme wooslider', 'bbd47109890259c0127154db1af26c75', 'Full', 0);
|
||
INSERT INTO `drgrp_icl_strings` (`id`, `language`, `context`, `name`, `value`, `status`) VALUES
|
||
(869, 'en', 'theme wooslider', '2bd8ab451a35759c5737128e35c8011a', 'Natural', 0),
|
||
(870, 'en', 'theme wooslider', '10f549b6b80b29ba303205bbf3236886', 'Number of Posts', 0),
|
||
(871, 'en', 'theme wooslider', 'bbdec298c8d96068a1eaae85350c4304', 'The maximum number of posts to display', 0),
|
||
(872, 'en', 'theme wooslider', '4a534624b95983992aa7e168aa5664a4', 'Link the post title to it''s post', 0),
|
||
(873, 'en', 'theme wooslider', '9b405d7037264bf4b1af1525f2db982b', 'Link the post title to it''s single post screen', 0),
|
||
(874, 'en', 'theme wooslider', '1248f730f28e9dd4a6b747ff6b1f2972', 'Display the post''s excerpt', 0),
|
||
(875, 'en', 'theme wooslider', '20d2163d066a91c69171d6c27e2041e9', 'Display the post''s excerpt on each slide', 0),
|
||
(876, 'en', 'theme wooslider', 'ebd9bec4d70abc789d439c1f136b0538', 'Layout', 0),
|
||
(877, 'en', 'theme wooslider', '4bb3830c2d6c8b756ebf7971d5859734', 'The layout to use when displaying posts', 0),
|
||
(878, 'en', 'theme wooslider', '6b551379c3c0b59326abdaf3b4395bd3', 'Overlay', 0),
|
||
(879, 'en', 'theme wooslider', '211c69e39f4384aa29ada42693366df5', 'The type of overlay to use when displaying the post text', 0),
|
||
(880, 'en', 'theme wooslider', 'af1b98adf7f686b84cd0b443e022b7a0', 'Categories', 0),
|
||
(881, 'en', 'theme wooslider', '78f098a10331cd94defd0f7a522eed70', 'The categories from which to display posts', 0),
|
||
(882, 'en', 'theme wooslider', '189f63f277cd73395561651753563065', 'Tags', 0),
|
||
(883, 'en', 'theme wooslider', '0ba3ab5eb1e7ecda4d8ce35039a3545f', 'The tags from which to display posts', 0),
|
||
(884, 'en', 'theme wooslider', '9ffc3ccc968a96d902af963c6d7b4e97', 'Advanced Settings', 0),
|
||
(885, 'en', 'theme wooslider', '33d83ae8f0169a75cb20ba37663a785b', 'Optionally override the default slideshow settings using the fields below.', 0),
|
||
(886, 'en', 'theme wooslider', 'd6120e1776877fa886f7a0da050cfe34', 'Slideshow Type', 0),
|
||
(887, 'en', 'theme wooslider', '1d85b994c8bb5f23e63bce0ff177bd3e', 'The type of slideshow to insert', 0),
|
||
(888, 'en', 'theme wooslider', '79dbc7dfda4f9bc74fcf7784df4c6449', 'Slideshow Theme', 0),
|
||
(889, 'en', 'theme wooslider', '81e6329745fd005ae96439bc12c4d075', 'The desired slideshow theme', 0),
|
||
(890, 'en', 'theme wooslider', 'f59b55b7e92ef39d7769f972c12ea8a0', 'Slideshow ID', 0),
|
||
(891, 'en', 'theme wooslider', '8660d21eeb901cd31fdc780195acc667', 'Give this slideshow a specific ID (optional)', 0),
|
||
(892, 'en', 'theme wooslider', 'd8e87c0927539672f54462c837be0b7f', 'Sync', 0),
|
||
(893, 'en', 'theme wooslider', '2d9b37cb3c37fae7954bdc41119f044d', 'Slideshow ID: Mirror the actions performed on this slideshow with another slideshow. Use with care.', 0),
|
||
(894, 'en', 'theme wooslider', 'dd1f775e443ff3b9a89270713580a51b', 'Previous', 0),
|
||
(895, 'en', 'theme wooslider', '10ac3d04253ef7e1ddc73e6091c0cd55', 'Next', 0),
|
||
(896, 'en', 'theme wooslider', 'de3c731be5633838089a07179d301d7b', 'Play', 0),
|
||
(897, 'en', 'theme wooslider', '105b296a83f9c105355403f3332af50f', 'Pause', 0),
|
||
(898, 'en', 'theme wooslider', '0d04897df1c339a5187313158ada9b89', 'Search Slide Groups', 0),
|
||
(899, 'en', 'theme wooslider', 'a030f4627f574937477be4817a48175e', 'All Slide Groups', 0),
|
||
(900, 'en', 'theme wooslider', '8c7ae50dd3783f1566147c42ab1118c2', 'Parent Slide Group', 0),
|
||
(901, 'en', 'theme wooslider', '8b07297651c178f901eff828bcca5ebd', 'Parent Slide Group:', 0),
|
||
(902, 'en', 'theme wooslider', 'd85bcd04961193642b4c23ae87ba753e', 'Edit Slide Group', 0),
|
||
(903, 'en', 'theme wooslider', 'babb2b1d961be33d90d99b59b7293bbc', 'Update Slide Group', 0),
|
||
(904, 'en', 'theme wooslider', '1e762abbc622e6cc3cfbedf3cb67b201', 'Add New Slide Group', 0),
|
||
(905, 'en', 'theme wooslider', 'cc826f3e633d6efb5738c33042ad3e3e', 'New Slide Group Name', 0),
|
||
(906, 'en', 'theme wooslider', '6160a53ece50ce6d4f5ef4452549835e', 'Slide', 0),
|
||
(907, 'en', 'theme wooslider', 'a8d90ed8f17c347c8d46e0ef22c85ecb', 'Slides', 0),
|
||
(908, 'en', 'theme wooslider', '12acc7f86f045429f568ed130800c2df', 'Add New %s', 0),
|
||
(909, 'en', 'theme wooslider', '7dfa8bf72c98a7c1927d689cdbc49ce1', 'Edit %s', 0),
|
||
(910, 'en', 'theme wooslider', '460c3ad22193ba9081056eb1dc9af116', 'New %s', 0),
|
||
(911, 'en', 'theme wooslider', '84d1595b1584d106bf0310b6905e7c3c', 'All %s', 0),
|
||
(912, 'en', 'theme wooslider', '4070217917db2a77aa6643b2ce47ceed', 'View %s', 0),
|
||
(913, 'en', 'theme wooslider', '9c261c62a7a3a3b68ebc14f22045d762', 'Search %s', 0),
|
||
(914, 'en', 'theme wooslider', '8ba02f88117d06d100446b94e0931b49', 'No %s found', 0),
|
||
(915, 'en', 'theme wooslider', '037781278104a3d4f3cface95e3afcf3', 'No %s found in Trash', 0),
|
||
(916, 'en', 'WordPress', '12eb03f24305d90af4a0e80dc75fa51c', '%s updated.', 0),
|
||
(917, 'en', 'theme wooslider', '039675c3e3a29a035723dac4a2e40761', 'Custom field updated.', 0),
|
||
(918, 'en', 'theme wooslider', '37725a1c8a05e443b8088a3dcd29ae96', 'Custom field deleted.', 0),
|
||
(919, 'en', 'theme wooslider', '12eb03f24305d90af4a0e80dc75fa51c', '%s updated.', 0),
|
||
(920, 'en', 'theme wooslider', 'b92b2d51834774283a03a2498cc0c6c8', '%2$s restored to revision from %1$s', 0),
|
||
(921, 'en', 'WordPress', 'da38061e9187fd42dc7f074e77d99dba', '%2$s published.', 0),
|
||
(922, 'en', 'theme wooslider', 'f7dca9d45127aeaabb1abd1a970608f3', '%s saved.', 0),
|
||
(923, 'en', 'theme wooslider', '09775be8670e85c1a9448aa3903463aa', '%2$s submitted.', 0),
|
||
(924, 'en', 'theme wooslider', 'aa4bfa9680ae713eb85a1a874f77e67d', '%s scheduled for: <strong>%1$s</strong>.', 0),
|
||
(925, 'en', 'WordPress', '10b77c2da674b82c24eed3a0ea6fc642', ' M j, Y @ G:i', 0),
|
||
(926, 'en', 'theme wooslider', '95cb554f8b34a929dc5b2497947a73ec', '%s draft updated.', 0),
|
||
(927, 'en', 'theme wooslider', '57c2dd6d3423b4d1f498517849cc959a', 'Enter a title for this slide here', 0),
|
||
(928, 'en', 'theme wooslider', '8ac8e707e7992e852f85c6201088392d', 'No Slide Groups Specified', 0),
|
||
(929, 'en', 'theme wooslider', 'taxonomy general name: Slide Groups', 'Slide Groups', 0),
|
||
(930, 'en', 'theme wooslider', 'taxonomy singular name: Slide Group', 'Slide Group', 0),
|
||
(931, 'en', 'theme wooslider', 'post type general name: %s', '%s', 0),
|
||
(932, 'en', 'theme wooslider', 'post type singular name: %s', '%s', 0),
|
||
(933, 'en', 'theme wooslider', 'b1c94ca2fbc3e78fc30069c8d0f01680', 'All', 0),
|
||
(934, 'en', 'theme wooslider', '4c8d168032c76a7d408d76366c5260b6', '%s is a required field', 0),
|
||
(935, 'en', 'theme wooslider', '61a07fb96ff0b67fac39b5d27306ed9c', '%s updated', 0),
|
||
(936, 'en', 'theme wooslider', '99d419ee85f84a12967dfdff554d59d7', 'Override init_sections() in your class.', 0),
|
||
(937, 'en', 'theme wooslider', 'dc5a258bfef5ac35965c912f404aa5a3', 'Override init_fields() in your class.', 0),
|
||
(938, 'en', 'theme wooslider', '52f4393e1b52ba63e27310ca92ba098c', 'General Settings', 0),
|
||
(939, 'en', 'theme wooslider', '11478e89e316856c00e0cb940f1323d1', 'Settings to apply to all slideshows, unless overridden.', 0),
|
||
(940, 'en', 'theme wooslider', 'ffd08596b22e1c77227b1844367049f4', 'Control Settings', 0),
|
||
(941, 'en', 'theme wooslider', '2e9494006ebb405ac14318eb49dc8cf3', 'Customise the ways in which slideshows can be controlled.', 0),
|
||
(942, 'en', 'theme wooslider', '959e0239647ba75f5e391d1ab213ac81', 'Button Settings', 0),
|
||
(943, 'en', 'theme wooslider', '919a902ee0885657a0a6f23c56d97c7b', 'Customise the texts of the various slideshow buttons.', 0),
|
||
(944, 'en', 'theme wooslider', 'd6b6b668dbca9d4fe774bb654226ebe3', 'Animation', 0),
|
||
(945, 'en', 'theme wooslider', '08ef93f5a86f58d4ba400debce336291', 'The slider animation', 0),
|
||
(946, 'en', 'theme wooslider', '04e0385c10aefee8e4681617d2f3ef40', 'Fade', 0),
|
||
(947, 'en', 'theme wooslider', '8f5c3e23cb4593a34d0809edc9ff6319', 'Slide Direction', 0),
|
||
(948, 'en', 'theme wooslider', 'c6fb4ebe5e0513b2487ee5d15df9e442', 'The direction to slide (if using the "Slide" animation)', 0),
|
||
(949, 'en', 'theme wooslider', 'c1b5fa03ecdb95d4a45dd1c40b02527f', 'Horizontal', 0),
|
||
(950, 'en', 'theme wooslider', '06ce2a25e5d12c166a36f654dbea6012', 'Vertical', 0),
|
||
(951, 'en', 'theme wooslider', 'a62a4c4cb428db8bfc9392b474057f69', 'Slideshow Speed', 0),
|
||
(952, 'en', 'theme wooslider', '2ccb2a929c0c9d20c7241dc9d4553b1e', 'Set the delay between each slide animation (in seconds)', 0),
|
||
(953, 'en', 'theme wooslider', '0dc52fcd265149dd09a6d1f5b0e5a3b5', 'Animation Speed', 0),
|
||
(954, 'en', 'theme wooslider', '2c94b2e0047e3763f1f37df3a48c2f10', 'Set the duration of each slide animation (in seconds)', 0),
|
||
(955, 'en', 'theme wooslider', 'eaf7a0dde235906591837abae7679800', '"Previous" Link Text', 0),
|
||
(956, 'en', 'theme wooslider', '20ddcfa8f6722682c25f19eab7b976c8', 'The text to display on the "Previous" button.', 0),
|
||
(957, 'en', 'theme wooslider', '44f079a2e06cc30c714bf3d822cf4139', '"Next" Link Text', 0),
|
||
(958, 'en', 'theme wooslider', '7bedbf02b5313044f4a22b67e2a34426', 'The text to display on the "Next" button.', 0),
|
||
(959, 'en', 'theme wooslider', 'd8dbe5b300f3bcc019ec91c6bcbd3a76', '"Play" Button Text', 0),
|
||
(960, 'en', 'theme wooslider', '9fea10cc32907ba622029c2eaa90d38c', 'The text to display on the "Play" button.', 0),
|
||
(961, 'en', 'theme wooslider', '1c2baeaa48294e7e227180fb5c18de16', '"Pause" Button Text', 0),
|
||
(962, 'en', 'theme wooslider', 'e1626398449b5a50949b1b6ac99881ab', 'The text to display on the "Pause" button.', 0),
|
||
(963, 'en', 'theme wooslider', '6525a1f9f81c674afc72145edff29c06', 'Animate the slideshows automatically', 0),
|
||
(964, 'en', 'theme wooslider', 'e27a4f71d25667b2221788b4421c21fc', 'Adjust the height of the slideshow to the height of the current slide', 0),
|
||
(965, 'en', 'theme wooslider', 'f1455620e780926b7558579230b123cc', 'Display the "Previous/Next" navigation', 0),
|
||
(966, 'en', 'theme wooslider', 'ad23d95b5d2465ea2f79d0eb0f007a4b', 'Display the slideshow pagination', 0),
|
||
(967, 'en', 'theme wooslider', '0b4b3918a295b01a3b3f53778986f704', 'Enable keyboard navigation', 0),
|
||
(968, 'en', 'theme wooslider', '96a35cc6dd40602495eec67a775028f5', 'Enable the mousewheel navigation', 0),
|
||
(969, 'en', 'theme wooslider', 'c495ea0e290e20171ff61eb2ce2e4e84', 'Enable the touch swipe navigation on touch-screen devices', 0),
|
||
(970, 'en', 'theme wooslider', '8e99f857d421d961004dd56b75e5e6a7', 'Enable the "Play/Pause" event', 0),
|
||
(971, 'en', 'theme wooslider', '437d13e3965911b8b8bc7434257ebff0', 'Randomize the order of slides in slideshows', 0),
|
||
(972, 'en', 'theme wooslider', 'b308ea36ba521ade7bd9f4670c97a76c', 'Loop the slideshow animations', 0),
|
||
(973, 'en', 'theme wooslider', '8519ee07510e22994c8afa03f5de50b2', 'Pause the slideshow autoplay when using the pagination or "Previous/Next" navigation', 0),
|
||
(974, 'en', 'theme wooslider', '7fd7732b8b6ae8b8f830a4eed8d6d798', 'Pause the slideshow autoplay when hovering over a slide', 0),
|
||
(975, 'en', 'theme wooslider', '3b878279a04dc47d60932cb294d96259', 'Overview', 0),
|
||
(976, 'en', 'theme wooslider', 'fecc81d838eb17014ef0c8ab8a5661f9', 'This screen contains all the default settings for your slideshows created by WooSlider (animation duration, speeds, display of slideshow controls, etc). Anything set here will apply to all WooSlider slideshows, unless overridden by a slideshow.', 0),
|
||
(977, 'en', 'theme wooslider', '0476c0443028bf36e6c5ffdf8cbcbac1', 'The default animation to use for your slideshows ("slide" or "fade").', 0),
|
||
(978, 'en', 'theme wooslider', '0c6ae7a5dfaf19d7090a2dfbf7cb4285', 'Slide the slideshows either vertically or horizontally (works only with the "slide" animation).', 0),
|
||
(979, 'en', 'theme wooslider', 'f800b81994ca31a72f713bc3b8dae3c8', 'NOTE: When sliding vertically, all slides need to have the same height.', 0),
|
||
(980, 'en', 'theme wooslider', '118ebbf615123def2161f6960a1c7f6f', 'The delay between each slide animation (in seconds).', 0),
|
||
(981, 'en', 'theme wooslider', 'd842896924aba5dbedc932d8a46ef6e6', 'The duration of each slide animation (in seconds).', 0),
|
||
(982, 'en', 'theme wooslider', '23570d3164704227cd408e3e1f75244d', 'Whether or not to automatically animate between the slides (the alternative is to slide only when using the controls).', 0),
|
||
(983, 'en', 'theme wooslider', '41a455d3c494f38a20f9d6dc8927f157', 'Alternatively, the slideshow will take the height from it''s tallest slide.', 0),
|
||
(984, 'en', 'theme wooslider', 'c94819faa1c9b04b685000ce351cae32', 'Show/hide the "Previous" and "Next" button controls.', 0),
|
||
(985, 'en', 'theme wooslider', '3f42623ca2778432e4c85d14998dbf89', 'Show/hide the pagination bar below the slideshow.', 0),
|
||
(986, 'en', 'theme wooslider', '3be27d79d292ec39d983d0726b44588b', 'Enable navigation of this slideshow via the "left" and "right" arrow keys on the viewer''s computer keyboard.', 0),
|
||
(987, 'en', 'theme wooslider', 'a58cd6391dac4e3ec5ad5534d1b537bd', 'Enable navigation of this slideshow via the viewer''s computer mousewheel.', 0),
|
||
(988, 'en', 'theme wooslider', 'c930d0ad4ef03d204f2ebe724a006dac', 'Show/hide the "Play/Pause" button below the slideshow for pausing and resuming the automated slideshow.', 0),
|
||
(989, 'en', 'theme wooslider', '768b0c2998dd16b37056deee8b420c77', 'Display the slides in the slideshow in a random order.', 0),
|
||
(990, 'en', 'theme wooslider', '95152a5b1bc8c878012c83f7c0c7351b', 'When arriving at the end of the slideshow, carry on sliding from the first slide, indefinitely.', 0),
|
||
(991, 'en', 'theme wooslider', '81cea8735f796698b9b308d5fdb7da18', 'Pause the slideshow automation when the viewer decides to navigate using the manual controls.', 0),
|
||
(992, 'en', 'theme wooslider', '042a4c7b20b789d0ab0191cc5e69a116', 'Pause the slideshow automation when the viewer hovers over the slideshow.', 0),
|
||
(993, 'en', 'theme wooslider', 'aa398308183cdf1de5955c8af4205d2d', 'The text for the "Previous" button.', 0),
|
||
(994, 'en', 'theme wooslider', 'bf18b1f3a80e8e7efa88cc7ee5bfc0a6', 'The text for the "Next" button.', 0),
|
||
(995, 'en', 'theme wooslider', 'd22fafaa0c74a6eebcf51825853a95d9', 'The text for the "Play" button.', 0),
|
||
(996, 'en', 'theme wooslider', 'fb8276253903262b754902725cf65fcf', 'The text for the "Pause" button.', 0),
|
||
(997, 'en', 'theme wooslider', '464d5d037322535a4c893493d728183f', 'This screen provides access to all of your posts. You can customize the display of this screen to suit your workflow.', 0),
|
||
(998, 'en', 'theme wooslider', '926bd1106f0cb4ea35312a8ce25f5760', 'Screen Content', 0),
|
||
(999, 'en', 'theme wooslider', 'a7898991633018a414651177ed3e24ae', 'You can customize the display of this screen''s contents in a number of ways:', 0),
|
||
(1000, 'en', 'theme wooslider', 'b988e65082d484b3f5ba487d8a5b9aa7', 'You can hide/display columns based on your needs and decide how many slides to list per screen using the Screen Options tab.', 0),
|
||
(1001, 'en', 'theme wooslider', '668372eaf93218f53a548a965ca7a0c1', 'You can filter the list of slides by status using the text links in the upper left to show All, Published, Draft, or Trashed slides. The default view is to show all slides.', 0),
|
||
(1002, 'en', 'theme wooslider', 'dcc37ac1214ad0a07017f67b977be2e0', 'You can view slides in a simple title list or with an excerpt. Choose the view you prefer by clicking on the icons at the top of the list on the right.', 0),
|
||
(1003, 'en', 'theme wooslider', '19b43b242008d1b5a7ed78740be9bde0', 'You can refine the list to show only slides from a specific month by using the dropdown menus above the slides list. Click the Filter button after making your selection. You also can refine the list by clicking on the slide groups in the slides list.', 0),
|
||
(1004, 'en', 'theme wooslider', '0f05ceec0844c366727708a4f37bc8d4', 'Available Actions', 0),
|
||
(1005, 'en', 'theme wooslider', '324a8e205fd6e1ed56142378c52931a8', 'Hovering over a row in the posts list will display action links that allow you to manage your post. You can perform the following actions:', 0),
|
||
(1006, 'en', 'theme wooslider', '7dce122004969d56ae2e0245cb754d35', 'Edit', 0),
|
||
(1007, 'en', 'theme wooslider', '2d89f5569cdb2ee76a4ae6975d47934c', 'takes you to the editing screen for that slide. You can also reach that screen by clicking on the slide title.', 0),
|
||
(1008, 'en', 'theme wooslider', '73f79dd90cb67b7438919d31aef50a3f', 'Quick Edit', 0),
|
||
(1009, 'en', 'theme wooslider', '092af2ac7300356fd06853b0a3dc5510', 'provides inline access to the metadata of your slide, allowing you to update slide details without leaving this screen.', 0),
|
||
(1010, 'en', 'theme wooslider', 'a7e253cd8dd95da3e20daf45519a8dc2', 'Trash', 0),
|
||
(1011, 'en', 'theme wooslider', '4d1044dce80363a35e44110007d1722f', 'removes your slide from this list and places it in the trash, from which you can permanently delete it.', 0),
|
||
(1012, 'en', 'theme wooslider', '31fde7b05ac8952dacf4af8a704074ec', 'Preview', 0),
|
||
(1013, 'en', 'theme wooslider', '80ee32ad633af3f837607b66e26b7dad', 'will show you what your draft slide will look like if you publish it. View will take you to your live site to view the slide. Which link is available depends on your slide''s status.', 0),
|
||
(1014, 'en', 'theme wooslider', 'bfab8bcc21a91d9a7e346bbe1143c3ea', 'Bulk Actions', 0),
|
||
(1015, 'en', 'theme wooslider', '4bea0a0c26d70e95434a988c0db35ed1', 'You can also edit or move multiple slides to the trash at once. Select the slides you want to act on using the checkboxes, then select the action you want to take from the Bulk Actions menu and click Apply.', 0),
|
||
(1016, 'en', 'theme wooslider', '5a45236c6a4f0928c0feab5d7b5a7f8a', 'When using Bulk Edit, you can change the metadata (slide groups, etc) for all selected slides at once. To remove a slide from the grouping, just click the x next to its name in the Bulk Edit area that appears.', 0),
|
||
(1017, 'en', 'theme wooslider', '0b0553e3cc7005252765d21031076e10', 'Customize This Display', 0),
|
||
(1018, 'en', 'theme wooslider', '60d9557af5a73dc8fea0af00064f86e7', 'The title field and the big Slide Editing Area are fixed in place, but you can reposition all the other boxes using drag and drop, and can minimize or expand them by clicking the title bar of each box. Use the Screen Options tab to unhide more boxes (Excerpt, Featured Image) or to choose a 1- or 2-column layout for this screen.', 0),
|
||
(1019, 'en', 'theme wooslider', '1217f8201a6c59d3f6b12b8a6f0acc9e', 'Title and Content Editor', 0),
|
||
(1020, 'en', 'theme wooslider', 'b78a3223503896721cca1303f776159b', 'Title', 0),
|
||
(1021, 'en', 'theme wooslider', 'd43e86ae7933896c8db710df1c9835cc', 'Enter a title for your slide.', 0),
|
||
(1022, 'en', 'theme wooslider', 'd2f9cc6daad1a88e27e909031211c3a8', 'Content Editor', 0),
|
||
(1023, 'en', 'theme wooslider', 'aaf9527fd877849ef60f8127013f553c', 'Enter the text for your slide. There are two modes of editing: Visual and HTML. Choose the mode by clicking on the appropriate tab. Visual mode gives you a WYSIWYG editor. Click the last icon in the row to get a second row of controls. The HTML mode allows you to enter raw HTML along with your slide text. You can insert media files by clicking the icons above the content editor and following the directions. You can go to the distraction-free writing screen via the Fullscreen icon in Visual mode (second to last in the top row) or the Fullscreen button in HTML mode (last in the row). Once there, you can make buttons visible by hovering over the top area. Exit Fullscreen back to the regular content editor. This content area is a blank canvas for each slide. Any content added here will display in the slide.\\t', 0),
|
||
(1024, 'en', 'theme wooslider', 'e3e1a04f27fad00132b527f1d3372802', 'Publish Box', 0),
|
||
(1025, 'en', 'theme wooslider', '110a4b01beabd53b661a47d4b44bd7a8', 'Publish', 0),
|
||
(1026, 'en', 'theme wooslider', '9f6e831a973318fb4f4b4ec0aaa888dd', 'You can set the terms of publishing your slide in the Publish box. For Status, Visibility, and Publish (immediately), click on the Edit link to reveal more options. Visibility includes options for password-protecting a post or making it stay at the front of each slideshow it is in (sticky). Publish (immediately) allows you to set a future or past date and time, so you can schedule a slide to be published in the future or backdate a slide.', 0),
|
||
(1027, 'en', 'theme wooslider', 'c9344eb2ff26e96823cc252a90f77de8', 'Featured Image', 0),
|
||
(1028, 'en', 'theme wooslider', '91aa3a5ffdb1c3ee8f73d0e439fe4b0c', 'This allows you to associate an image with your slide without inserting it. This is used only if the "thumbnails" pagination setting is enabled. Otherwise, the featured image is not used.', 0),
|
||
(1029, 'en', 'theme wooslider', '370bd93a64f8cb3d239e816172487d2f', 'You can use slide groups to define groupings of slides to be displayed in various WooSlider slideshows.', 0),
|
||
(1030, 'en', 'theme wooslider', '836675fd5204d2e015e4ba09515f1820', 'Adding Slide Groups', 0),
|
||
(1031, 'en', 'theme wooslider', '4e09d2d1a4e8a12d0ca59fbc34f7ee0a', 'When adding a new slide group on this screen, you''ll fill in the following fields:', 0),
|
||
(1032, 'en', 'theme wooslider', '49ee3087348e8d44e1feda1917443987', 'Name', 0),
|
||
(1033, 'en', 'theme wooslider', '43ab2e43cb438622dc97eff81b7efa46', 'The name is how it appears on your site.', 0),
|
||
(1034, 'en', 'theme wooslider', '0c908588520b3ef787bce443fc2b507c', 'Slug', 0),
|
||
(1035, 'en', 'theme wooslider', 'f04252c9261bb1345797c07702fa94cd', 'The \\"slug\\" is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.', 0),
|
||
(1036, 'en', 'theme wooslider', 'b5a7adde1af5c87d7fd797b6245c2a39', 'Description', 0),
|
||
(1037, 'en', 'theme wooslider', 'accbbac378fc6ab7fa90000f670a43b9', 'The description is not prominent by default; however, some themes may display it (WooSlider doesn''t display this anywhere by default).', 0),
|
||
(1038, 'en', 'theme wooslider', '55707b4848b3a26a39057e3af6948b43', 'For more information:', 0),
|
||
(1039, 'en', 'theme wooslider', 'ce1984c2b712cfdf24c164661990a5de', 'Support Desk', 0),
|
||
(1040, 'en', 'theme wooslider', 'c413cf1ac4e1fb9ef92b05670ba2621b', 'Attached Images', 0),
|
||
(1041, 'en', 'theme wooslider', '5dc52ca9ffdc26147075682c92a0a853', 'Posts', 0),
|
||
(1042, 'en', 'theme wooslider', 'dc2060107865779ee6d0dc38cf883a76', 'Text Left', 0),
|
||
(1043, 'en', 'theme wooslider', '4e9e3763a198043d6c44ccfa79677a58', 'Text Right', 0),
|
||
(1044, 'en', 'theme wooslider', 'a51c2b512c3d1e9e51a849baa16f82d2', 'Text Top', 0),
|
||
(1045, 'en', 'theme wooslider', '50e2f5582f4adeee9daa3d870cb1caf2', 'Text Bottom', 0),
|
||
(1046, 'en', 'theme wooslider', '7a1920d61156abc05a60135aefe8bc67', 'Default', 0),
|
||
(1047, 'en', 'theme wooslider', '6a8b4eadd4a14c5176702187c8e66983', 'Slideshow Settings', 0),
|
||
(1048, 'en', 'theme wooslider', 'f4f70727dc34561dfde1a3c529b6205c', 'Settings', 0),
|
||
(1049, 'en', 'theme wooslider', '3813c26733e4f79d014de1240f0fff9d', 'A slideshow of the images attached to the current page/post', 0),
|
||
(1050, 'en', 'theme wooslider', '814a9fdc88926f7d4355f6a41cc1cba3', 'Attached Images Slideshow (FlexSlider)', 0),
|
||
(1051, 'en', 'theme wooslider', 'fff0d600f8a0b5e19e88bfb821dd1157', 'Images', 0),
|
||
(1052, 'en', 'theme wooslider', 'bc86cc16904dacf9cb4defa5af9dc849', 'A slideshow of the content on your site', 0),
|
||
(1053, 'en', 'theme wooslider', '397ddd6dda4e36b9d2ec1ac6fa36d51b', 'Slideshow (FlexSlider)', 0),
|
||
(1054, 'en', 'theme wooslider', 'eb54ab8c3f3cefcafad5a67eb6458ae3', 'Title (optional):', 0),
|
||
(1055, 'en', 'theme wooslider', '5193d35bb026f9b7c270aa841c6f476c', 'Slideshow Theme:', 0),
|
||
(1056, 'en', 'theme wooslider', 'e3ef79a4befcbd80175a3bbb679e3ecb', 'Customise Advanced Settings', 0),
|
||
(1057, 'en', 'theme wooslider', 'f7b8a592e8257a0f5a02dbb7c474dc1b', 'Save the widget settings with this checkbox checked to customise slideshow settings.', 0),
|
||
(1058, 'en', 'theme wooslider', '641b311ce774adf0c710307565642972', 'A slideshow of posts on your site', 0),
|
||
(1059, 'en', 'theme wooslider', 'e3d2298225d1023e12dd7a5d21cbfbbd', 'Posts Slideshow (FlexSlider)', 0),
|
||
(1060, 'en', 'theme wooslider', '86c0f2f8f63e520f0242015de3a3ec3f', 'A slideshow of slides on your site', 0),
|
||
(1061, 'en', 'theme wooslider', 'df1a74f4d9cf3d5e332104b97f46d68e', 'Slides Slideshow (Flexslider)', 0),
|
||
(1062, 'en', 'theme Avada', '5862ba6b9399ea36ab7d486f299754c8', '%1$s at %2$s', 1),
|
||
(1063, 'en', 'theme Avada', '787ee0b3d8dcf131da613bade1ef7873', ' - Edit', 1),
|
||
(1064, 'en', 'theme Avada', '4f255458d9b7fd3d589990ca43060865', ' - Reply', 0),
|
||
(1065, 'en', 'theme Avada', '6954378552054e698cfff1a52b0eca9d', 'Your comment is awaiting moderation.', 1),
|
||
(1066, 'en', 'theme Avada', '857ecb2ae9191bf8449f80abc89b8083', 'Theme Options', 1),
|
||
(1067, 'en', 'theme Avada', 'ec434af0a2786fa23b468584c5622fe1', 'Go to...', 1),
|
||
(1068, 'en', 'theme Avada', 'b75443a19207ed3a3552edda86536857', 'Shopping Cart', 0),
|
||
(1069, 'en', 'theme Avada', '89d2d6748d3d718e6a99fb666368fb84', 'All posts displayed', 0),
|
||
(1070, 'en', 'theme Avada', '9a1dc1e92f772868a9fd98b5bf52ad2c', 'Loading the next set of posts...', 0),
|
||
(1071, 'en', 'theme Avada', 'e06645be9f00d5cb266104d208c82320', 'Loading Portfolio Items...', 1),
|
||
(1072, 'en', 'theme Avada', '3b340ac59e178c70f764a4c1313b6a0a', 'Loading FAQ Items...', 1),
|
||
(1073, 'en', 'theme Avada', '33d8042bd735c559cc3206f4bc99aedc', 'Sort by', 0),
|
||
(1074, 'en', 'theme Avada', '253cd15656be62df689c67c9ecc768bf', 'Default Order', 0),
|
||
(1075, 'en', 'theme Avada', '49ee3087348e8d44e1feda1917443987', 'Name', 0),
|
||
(1076, 'en', 'theme Avada', '3601146c4e948c32b6424d2c0a7f0118', 'Price', 0),
|
||
(1077, 'en', 'theme Avada', '44749712dbec183e983dcd78a7736c41', 'Date', 0),
|
||
(1078, 'en', 'theme Avada', 'dda9c06f33071c9b6fc237ee164109d8', 'Rating', 0),
|
||
(1079, 'en', 'theme Avada', '498f79c4c5bbde77f1bceb6c86fd0f6d', 'Show', 0),
|
||
(1080, 'en', 'theme Avada', '666b55c4082e2318433e0164b132ba32', ' Products', 0),
|
||
(1081, 'en', 'theme Avada', '068f80c7519d0528fb08e82137a72131', 'Products', 0),
|
||
(1082, 'en', 'WordPress', '3fa62b745d8a9ab6d46d61b70ffc9c12', 'Sucessfully imported demo data!', 0),
|
||
(1083, 'en', 'theme Avada', 'e5dba1c9996ec7f313c1abeecf6ff291', 'Search results for:', 1),
|
||
(1084, 'en', 'theme Avada', '21ba5005b9eb7e6569cf871b4f6db9c4', 'Error 404 Page', 1),
|
||
(1085, 'en', 'theme Avada', '509ddf70d4ec2ea525ddf92ef58c1dd5', 'Daily Archives: %s', 0),
|
||
(1086, 'en', 'theme Avada', 'e18556cfbb55240493ce4c5aa52d6ffc', 'Monthly Archives: %s', 0),
|
||
(1087, 'en', 'theme Avada', 'ca3a598d3659dcda98453974e0a42b48', 'Yearly Archives: %s', 0),
|
||
(1088, 'en', 'theme Avada', 'monthly archives date format: F Y', 'F Y', 0),
|
||
(1089, 'en', 'theme Avada', 'yearly archives date format: Y', 'Y', 0),
|
||
(1090, 'en', 'theme Avada', 'f5395c9793af8a11b406ca7c1ac70da9', 'Learn More', 1),
|
||
(1091, 'en', 'theme Avada', '716f3cb27c271759e1fb0d39972706e3', 'View Project', 1),
|
||
(1092, 'en', 'theme Avada', '0ca81ab2e2fcd5ef38aecf8c7624d533', 'Couldn''t find what you''re looking for!', 0),
|
||
(1093, 'en', 'theme Avada', '50717588689bf6a591f54c262359f0cc', 'Oops!', 0),
|
||
(1094, 'en', 'theme Avada', '0912f8f8b87c237b8415f1b4c0a50438', 'Try again!', 0),
|
||
(1095, 'en', 'theme Avada', 'b52ddfb7fddb89c4226ace319475c323', 'If you want to rephrase your query, here is your chance:', 0),
|
||
(1096, 'en', 'theme Avada', '13a1c246a6d1a5ae1a40f5260a99ac1e', 'Back to Parent Page', 0),
|
||
(1097, 'en', 'theme Avada', '498431355a10a934543eb9a3ad24518e', 'Project Description', 0),
|
||
(1098, 'en', 'theme Avada', 'ba516011f8955ad772f70ea105fcec9f', 'Project Details', 0),
|
||
(1099, 'en', 'theme Avada', 'c5e2e6a5cf227abeb35ed19bad3f18d4', 'Skills Needed', 0),
|
||
(1100, 'en', 'theme Avada', 'af1b98adf7f686b84cd0b443e022b7a0', 'Categories', 1),
|
||
(1101, 'en', 'theme Avada', '189f63f277cd73395561651753563065', 'Tags', 0),
|
||
(1102, 'en', 'theme Avada', '9bc13a6d723ab331f1dc83876593dda8', 'Project URL', 0),
|
||
(1103, 'en', 'theme Avada', '6016a2b341113bf496b719905398ecd2', 'Copyright', 0),
|
||
(1104, 'en', 'theme Avada', '89ec20af684bf65c3be23fa5743cfe7a', 'Related Projects', 1),
|
||
(1105, 'en', 'theme Avada', 'dd9e123ac85d2c75f6a5ff9c7354e35c', 'Share This Story, Choose Your Platform!', 1),
|
||
(1106, 'en', 'theme Avada', 'a85d110a7b47233be31e99ae463c6910', 'About the Author:', 1),
|
||
(1107, 'en', 'theme Avada', '177f0eb97c41c1d839bff85af7cb1120', 'Related Posts', 1),
|
||
(1108, 'en', 'theme Avada', '673ae02fffb72f0fe68a66f096a01347', 'Phone:', 0),
|
||
(1109, 'en', 'theme Avada', 'ffcb08c10f0f79e2f023967154ddbeed', 'Mobile:', 0),
|
||
(1110, 'en', 'theme Avada', '0e2fb5b02182fd28b9b96e86ed27838f', 'Fax:', 0),
|
||
(1111, 'en', 'theme Avada', '76612ef17d4d7ead66155f357461bced', 'Web:', 0),
|
||
(1112, 'en', 'theme Avada', '2cc1943d4c0b46bfcf503a75c44f988b', 'Popular', 1),
|
||
(1113, 'en', 'theme Avada', 'dae52b80711ee1029c7006f95018d300', 'Recent', 1),
|
||
(1114, 'en', 'theme Avada', '84eeb81e61c76ad3f4103b0b051c7021', 'says', 0),
|
||
(1115, 'en', 'theme woocommerce', '877300276a72c788dc01d357238b515b', 'Your cart is currently empty.', 0),
|
||
(1116, 'en', 'theme woocommerce', '36f68b3d66b768280a7704d6d246c8e5', '← Return To Shop', 0),
|
||
(1117, 'en', 'theme Avada', '05511af084e123329efece90bba218ae', 'You Have %d items In Your Cart', 0),
|
||
(1118, 'en', 'theme woocommerce', '44b1a01a236d82c7c7fed8b780c61933', 'Available on backorder', 0),
|
||
(1119, 'en', 'theme woocommerce', '9f6a6a4a7f5b24e3801c7ecd0ca7fcb8', 'Remove this item', 0),
|
||
(1120, 'en', 'theme Avada', '7d74f3b92b19da5e606d737d339a9679', 'Item', 0),
|
||
(1121, 'en', 'theme woocommerce', '3601146c4e948c32b6424d2c0a7f0118', 'Price', 0),
|
||
(1122, 'en', 'theme woocommerce', '694e8d1f2ee056f98ee488bdc4982d73', 'Quantity', 0),
|
||
(1123, 'en', 'theme woocommerce', '96b0141273eabab320119c467cdcaf17', 'Total', 0),
|
||
(1124, 'en', 'theme Avada', '0733b91b6077c4844e47d54f0f112a1c', 'Have A Promotional Code?', 0),
|
||
(1125, 'en', 'theme Avada', '9639e32cab248434a17ab32237cb3b71', 'Apply', 0),
|
||
(1126, 'en', 'theme woocommerce', '8a1ac57c0cc4eb3f6b2fe4c252518c37', 'Update Cart', 0),
|
||
(1127, 'en', 'theme woocommerce', '18d096e4305de4c18ad6526578c459db', 'Proceed to Checkout →', 0),
|
||
(1128, 'en', 'theme woocommerce', 'Product quantity input tooltip: Qty', 'Qty', 0),
|
||
(1129, 'en', 'theme woocommerce', 'dec40bcb36518a54f3d3ffca2f6aa431', 'You may be interested in…', 0),
|
||
(1130, 'en', 'theme woocommerce', '47fffe3e93fbb9948af64f5669fa228a', 'No products in the cart.', 0),
|
||
(1131, 'en', 'theme woocommerce', '2194aaec8cc7086ab0e93f74547e5f53', 'Subtotal', 0),
|
||
(1132, 'en', 'theme woocommerce', '11e82ac99b5bf8a59a5982e71bb29b82', 'View Cart →', 0),
|
||
(1133, 'en', 'theme woocommerce', '3b7cd841461ecd13d3b957410685a13e', 'Checkout →', 0),
|
||
(1134, 'en', 'theme woocommerce', '864ab983e749a730c0dfffef9213643d', 'Calculate Shipping', 0),
|
||
(1135, 'en', 'theme woocommerce', 'ccfc91b6f80517beecb3c97b5da76e54', 'Select a country…', 0),
|
||
(1136, 'en', 'theme woocommerce', 'cae5525291eaab98f5f40aaeb887b905', 'State / county', 0),
|
||
(1137, 'en', 'theme woocommerce', '9af88cc63e966ba56859eddb93fbac0a', 'Select a state…', 0),
|
||
(1138, 'en', 'theme woocommerce', '57d056ed0984166336b7879c2af3657f', 'City', 0),
|
||
(1139, 'en', 'theme woocommerce', '7f31c21ec327680832c6cccf3fdfa765', 'Postcode / Zip', 0),
|
||
(1140, 'en', 'theme woocommerce', '9e577ed1de69d7677a6d506da987c7fc', 'Update Totals', 0),
|
||
(1141, 'en', 'theme woocommerce', 'b24ce0cd392a5b0b8dedc66c25213594', 'Free', 0),
|
||
(1142, 'en', 'theme woocommerce', '138b4693b0ebcd62ea1993d7e3cc5aa2', 'Please fill in your details to see available shipping methods.', 0),
|
||
(1143, 'en', 'theme woocommerce', '2644d67d8a5183abea1c6a3839a5c77c', 'Sorry, it seems that there are no available shipping methods for your location (%s).', 0),
|
||
(1144, 'en', 'theme woocommerce', 'a0b3910af882f64b0da12cab26039661', 'If you require assistance or wish to make alternate arrangements please contact us.', 0),
|
||
(1145, 'en', 'theme woocommerce', '6c0b22af5ab0673b91c6765d9a30c5e8', '(Includes %s)', 0),
|
||
(1146, 'en', 'theme woocommerce', '48b6987a77fa9a7c4c0f1dbd010641c7', ' (taxes estimated for %s)', 0),
|
||
(1147, 'en', 'theme woocommerce', '201e46819596dfb5e90db1e9126a33ca', 'Note: Shipping and taxes are estimated%s and will be updated during checkout based on your billing and shipping information.', 0),
|
||
(1148, 'en', 'theme woocommerce', '6ebcab45d6ecacaaa800b56784c6ac09', 'Cart Totals', 0),
|
||
(1149, 'en', 'theme woocommerce', '9e378856bce2dad60f7355c9c3e1cf10', 'Cart Subtotal', 0),
|
||
(1150, 'en', 'theme woocommerce', 'c94fb2c50276f5677d9d43b1bf599cf4', 'Cart Discount', 0),
|
||
(1151, 'en', 'theme woocommerce', 'd881691af2de80f2ed2a94e83bd5fbb3', '[Remove]', 0),
|
||
(1152, 'en', 'theme woocommerce', 'ea9cf7e47ff33b2be14e6dd07cbcefc6', 'Shipping', 0),
|
||
(1153, 'en', 'theme woocommerce', '6b9e9f2472786ed1e76005bfc37bc8af', 'Order Discount', 0),
|
||
(1154, 'en', 'theme woocommerce', 'fcf35bd8e66b772c865588339b93bfec', 'Order Total', 0),
|
||
(1155, 'en', 'theme woocommerce', 'ecc124d78723936b2e9c88bfadcd78ea', 'No shipping methods were found; please recalculate your shipping and enter your state/county and zip/postcode to ensure there are no other available methods for your location.', 0),
|
||
(1156, 'en', 'theme woocommerce', '3fce4ef786a3208906906aa4258ea550', 'There are some issues with the items in your cart (shown above). Please go back to the cart page and resolve these issues before checking out.', 0),
|
||
(1157, 'en', 'theme woocommerce', '5eddc360434ebd6e2e52c1bac965edc4', '← Return To Cart', 0),
|
||
(1158, 'en', 'theme woocommerce', '1a436d078c302d8811f7f6c562f38b23', 'Billing & Shipping', 0),
|
||
(1159, 'en', 'theme woocommerce', '28a59051cd90053f87bacd5f1ffbc0b8', 'Billing Address', 0),
|
||
(1160, 'en', 'theme woocommerce', 'c5612b0739d3d3940622d9944e40e3cf', 'Create an account?', 0),
|
||
(1161, 'en', 'theme woocommerce', 'fee386c8d0629e95c0a9803f43c9bdd2', 'Create an account by entering the information below. If you are a returning customer please login at the top of the page.', 0),
|
||
(1162, 'en', 'theme woocommerce', '401e078d2884e8a9afbc56860359562b', 'You must be logged in to checkout.', 0),
|
||
(1163, 'en', 'theme Avada', '28a59051cd90053f87bacd5f1ffbc0b8', 'Billing Address', 0),
|
||
(1164, 'en', 'theme Avada', '48974cc3df177e6b565c39aa155458cd', 'Shipping Address', 0),
|
||
(1165, 'en', 'theme Avada', 'a1224651f7ebc5a8a7278892a886204a', 'Review & Payment', 0),
|
||
(1166, 'en', 'theme Avada', 'a0bfb8e59e6c13fc8d990781f77694fe', 'Continue', 0),
|
||
(1167, 'en', 'theme Avada', '3c04c1caf5d06b97b8097cf787801526', 'Review & Payment', 0),
|
||
(1168, 'en', 'theme woocommerce', 'be4ec0fda224d554a53bf294c003e227', 'Have a coupon?', 0),
|
||
(1169, 'en', 'theme woocommerce', '0f3ae7b23abffd0b07ae4167cd9ad3df', 'Click here to enter your code', 0),
|
||
(1170, 'en', 'theme woocommerce', '5290e2630e9d54a0fa82d0d3b69d2139', 'Coupon code', 0),
|
||
(1171, 'en', 'theme woocommerce', '6b4f3302b7a65e6b4b86f62fcb37f95c', 'Apply Coupon', 0),
|
||
(1172, 'en', 'theme woocommerce', 'c36e511b5cda84fbaee7dba8720db309', 'Returning customer?', 0),
|
||
(1173, 'en', 'theme woocommerce', '43c95044847956460d2a89e37c9ffed5', 'If you have shopped with us before, please enter your details in the boxes below. If you are a new customer please proceed to the Billing & Shipping section.', 0),
|
||
(1174, 'en', 'theme woocommerce', '260dec0131c4f637a69580b6bd3df850', 'Click here to login', 0),
|
||
(1175, 'en', 'theme woocommerce', 'e55886d128b7d655c82fedf3ba683d2e', 'Sorry, it seems that there are no available payment methods for your location. Please contact us if you require assistance or wish to make alternate arrangements.', 0),
|
||
(1176, 'en', 'theme woocommerce', 'deb10517653c255364175796ace3553f', 'Product', 0),
|
||
(1177, 'en', 'theme woocommerce', '03ab340b3f99e03cff9e84314ead38c0', 'Qty', 0),
|
||
(1178, 'en', 'theme woocommerce', 'edd291d1439a6c1c18fe38bee411580f', 'Totals', 0),
|
||
(1179, 'en', 'theme woocommerce', 'bde11c7566878fd8967de0d028a09bfd', 'Pay for order', 0),
|
||
(1180, 'en', 'theme woocommerce', '02498b1f66c174c1d18b92e4e6c712e2', 'Ship to billing address?', 0),
|
||
(1181, 'en', 'theme woocommerce', '48974cc3df177e6b565c39aa155458cd', 'Shipping Address', 0),
|
||
(1182, 'en', 'theme woocommerce', '092bf78f9c97ba171b8232ddff585392', 'Additional Information', 0),
|
||
(1183, 'en', 'theme woocommerce', '8b3b6e13c987e525410f8b0f63b823ea', 'Please fill in your details above to see available payment methods.', 0),
|
||
(1184, 'en', 'theme woocommerce', '2b87772ce0a2054f2fd357a30dd096f8', 'Sorry, it seems that there are no available payment methods for your state. Please contact us if you require assistance or wish to make alternate arrangements.', 0),
|
||
(1185, 'en', 'theme woocommerce', 'e7965ae5942a09b8778af5a9fd481460', 'Place order', 0),
|
||
(1186, 'en', 'theme woocommerce', '2861776d171783ae347dec7ca7106010', 'Since your browser does not support JavaScript, or it is disabled, please ensure you click the <em>Update Totals</em> button before placing your order. You may be charged more than the amount stated above if you fail to do so.', 0),
|
||
(1187, 'en', 'theme woocommerce', 'd2d2c964ed724f8494988a1ae24f3659', 'Update totals', 0),
|
||
(1188, 'en', 'theme woocommerce', '9258cdb88f76574c5b600b603315b9e5', 'I have read and accept the', 0),
|
||
(1189, 'en', 'theme woocommerce', '4ab1891a1bb56bcdc29d3c4238df3027', 'terms & conditions', 0),
|
||
(1190, 'en', 'theme woocommerce', '9b9bf858de1ba79303b433a3ec8c7523', 'Unfortunately your order cannot be processed as the originating bank/merchant has declined your transaction.', 0),
|
||
(1191, 'en', 'theme woocommerce', 'ab2f4b9681f7ace55ef926155b44f426', 'Please attempt your purchase again or go to your account page.', 0),
|
||
(1192, 'en', 'theme woocommerce', 'da2e5769d0995eafb1fff631663a41d1', 'Please attempt your purchase again.', 0),
|
||
(1193, 'en', 'theme woocommerce', '99938b17c91170dfb0c2f3f8bc9f2a85', 'Pay', 0),
|
||
(1194, 'en', 'theme woocommerce', 'bea8d9e6a0d57c4a264756b4f9822ed9', 'My Account', 0),
|
||
(1195, 'en', 'theme woocommerce', '2afe257b1674f4160f5297c50bb8ab77', 'Thank you. Your order has been received.', 0),
|
||
(1196, 'en', 'theme woocommerce', '2ca3deb5cd68fa9119b285804fab572f', 'Order:', 0),
|
||
(1197, 'en', 'theme woocommerce', '0d8d58008ef5dd7afce337373ef73993', 'Date:', 0),
|
||
(1198, 'en', 'theme woocommerce', '66c4c5112f455a19afde47829df363fa', 'Total:', 0),
|
||
(1199, 'en', 'theme woocommerce', 'c1f6368d15f7c13c4e5e8f70c68c747f', 'Payment method:', 0),
|
||
(1200, 'en', 'theme Avada', 'd53907d724bf05eff15a2e80205f2d1e', 'Show details', 1),
|
||
(1201, 'en', 'theme woocommerce', 'decbe415d8accca7c2c16d48a79ee934', 'Read More', 0),
|
||
(1202, 'en', 'theme woocommerce', 'ddd939ce0f9bfb3f2caeb2924bbb705e', 'Select options', 0),
|
||
(1203, 'en', 'theme woocommerce', 'fac8e7847e2fce9df0cbc0e5483c1124', 'View options', 0),
|
||
(1204, 'en', 'theme woocommerce', '2d0f6b8300be19cf35e89e66f0677f95', 'Add to cart', 0),
|
||
(1205, 'en', 'theme woocommerce', '3a333fda25966563b0527e0c5a493bd5', 'No products found which match your selection.', 0),
|
||
(1206, 'en', 'theme woocommerce', 'd31b5a27f304cb619b0ae9185d5106c6', 'Default sorting', 0),
|
||
(1207, 'en', 'theme woocommerce', 'f0ae4d0498a86dd89e7552a89eceaa8a', 'Sort by popularity', 0),
|
||
(1208, 'en', 'theme woocommerce', '098c0b1d311949db63ef4219cb962862', 'Sort by average rating', 0),
|
||
(1209, 'en', 'theme woocommerce', '3cbcf5531001e862deb157dd2c2c9c0a', 'Sort by newness', 0),
|
||
(1210, 'en', 'theme woocommerce', '47a20f63866bd5f5b00747dd6cab1b9c', 'Sort by price: low to high', 0),
|
||
(1211, 'en', 'theme woocommerce', '1f07ebc5cb1fe1f05af7f60fe21eb8c4', 'Sort by price: high to low', 0),
|
||
(1212, 'en', 'theme woocommerce', '39954e218089b7ad6099c5ab4cc41d29', 'Showing all %d results', 0),
|
||
(1213, 'en', 'theme woocommerce', '0c70ddbfa5c1aa0e202575a74cf8bb54', 'Showing the single result', 0),
|
||
(1214, 'en', 'theme woocommerce', '%1$d = first, %2$d = last, %3$d = total: Showing %1$d–%2$d of %3$d results', 'Showing %1$d–%2$d of %3$d results', 0),
|
||
(1215, 'en', 'theme woocommerce', 'bb63f16d5ebfcfa8a651642a7bb2ea5c', 'Sale!', 0),
|
||
(1216, 'en', 'theme Avada', '8f1e77e0d2be21da93cd4d9a939148f7', 'Change Password', 0),
|
||
(1217, 'en', 'theme Avada', '13f3b9db265780f9d37bfa41700df6d6', 'Enter the following fields to change the password on your account', 0),
|
||
(1218, 'en', 'theme woocommerce', '3544848f820b9d94a3f3871a382cf138', 'New password', 0),
|
||
(1219, 'en', 'theme woocommerce', '4d618dcc37c1cd539a9609f8b784329c', 'Re-enter new password', 0),
|
||
(1220, 'en', 'theme woocommerce', 'c9cc8cce247e49bae79f15173ce97354', 'Save', 0),
|
||
(1221, 'en', 'theme woocommerce', '56ed5ee3432287e536a4913eabb9227e', 'Save Address', 0),
|
||
(1222, 'en', 'theme Avada', 'cf3d773f9027c67a7f9e81c3c845223d', 'I''m a Returning Customer', 0),
|
||
(1223, 'en', 'theme Avada', '2dc51259aa01455fe5bec5b1ad553e07', 'Username or Email Address', 0),
|
||
(1224, 'en', 'theme Avada', '99dea78007133396a7b8ed70578ac6ae', 'Login', 0),
|
||
(1225, 'en', 'theme Avada', 'aadcd99aeca1955de435c5d3c94a4a6e', 'Lost Password?', 0),
|
||
(1226, 'en', 'theme Avada', '1025805a662c875a45ef95828abcc1ae', 'Register An Account', 0),
|
||
(1227, 'en', 'theme Avada', 'ce8ae9da5b7cd6c3df2929543a9af92d', 'Email', 0),
|
||
(1228, 'en', 'theme Avada', '3dc4f4e67ea1865935d47aafc14c98dc', 'Re-enter password', 0),
|
||
(1229, 'en', 'theme woocommerce', '0ba7583639a274c434bbe6ef797115a4', 'Register', 0),
|
||
(1230, 'en', 'theme woocommerce', 'f2fa95a43776a99adb13dd852c0c4fad', 'Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.', 0),
|
||
(1231, 'en', 'theme woocommerce', '34721e8ed2afcd09ffbe8327b21022c0', 'Enter a new password below.', 0),
|
||
(1232, 'en', 'theme woocommerce', '6072e83b7f35887c76e64920bd370f4a', 'Reset Password', 0),
|
||
(1233, 'en', 'theme woocommerce', 'c8b1d00cf350d4af96cd763852d9c520', 'Username or email', 0),
|
||
(1234, 'en', 'theme woocommerce', 'fd3458547ef9c3a8bd0e1e1b4ef2b4dd', 'Recent Orders', 0),
|
||
(1235, 'en', 'theme woocommerce', 'ea4788705e6873b424c65e91c2846b19', 'Cancel', 0),
|
||
(1236, 'en', 'theme woocommerce', '4351cfebe4b61d8aa5efa1d020710005', 'View', 0),
|
||
(1237, 'en', 'theme woocommerce', '87dcb72ef896c13c9767da5dbcefc32f', 'Order No.', 0),
|
||
(1238, 'en', 'theme woocommerce', '44749712dbec183e983dcd78a7736c41', 'Date', 0),
|
||
(1239, 'en', 'theme woocommerce', 'ec53a8c4f07baed5d8825072c89799be', 'Status', 0),
|
||
(1240, 'en', 'theme woocommerce', '3ec365dd533ddb7ef3d1c111186ce872', 'Details', 0),
|
||
(1241, 'en', 'theme woocommerce', '01aa312e8a4fe57af295b8405462fa00', 'My Addresses', 0),
|
||
(1242, 'en', 'theme woocommerce', '0bf3928d84fde940f6feafac75062280', 'My Address', 0),
|
||
(1243, 'en', 'theme woocommerce', '28787f558a0ea8defb612aa91276f531', 'The following addresses will be used on the checkout page by default.', 0),
|
||
(1244, 'en', 'theme woocommerce', '65068abe708d2f84f29782ddab7cd9c3', 'You have not set up this type of address yet.', 0),
|
||
(1245, 'en', 'theme woocommerce', '7dce122004969d56ae2e0245cb754d35', 'Edit', 0),
|
||
(1246, 'en', 'theme woocommerce', 'd673a9be03d216ce9a2ef3939160f06c', 'Available downloads', 0),
|
||
(1247, 'en', 'theme Avada', 'dd40a3644e7e77aa24f79d691ce34c19', 'View Orders', 0),
|
||
(1248, 'en', 'theme Avada', '343eb235cf6b5426fc4f92f739876c27', 'Change Address', 0),
|
||
(1249, 'en', 'theme woocommerce', '0f6d4311e8c5fd353d25d708b52f813a', 'To track your order please enter your Order ID in the box below and press return. This was given to you on your receipt and in the confirmation email you should have received.', 0),
|
||
(1250, 'en', 'theme woocommerce', 'd79cf3f429596f77db95c65074663a54', 'Order ID', 0),
|
||
(1251, 'en', 'theme woocommerce', 'd11e3a0f35802e2bd5ef0112f0850d27', 'Found in your order confirmation email.', 0),
|
||
(1252, 'en', 'theme woocommerce', '11fcf6449aacfc168f3c4c5d3a8f387d', 'Billing Email', 0),
|
||
(1253, 'en', 'theme woocommerce', '094660fc3011952d0176f4c73c9ce855', 'Email you used during checkout.', 0),
|
||
(1254, 'en', 'theme woocommerce', '92ea731d3af6677905303c88689f5d55', 'Track', 0),
|
||
(1255, 'en', 'theme woocommerce', 'f2ba066ea349c7d02e787c6036e6c4de', 'Download file%s', 0),
|
||
(1256, 'en', 'theme woocommerce', '6a1e265f92087bb6dd18194833fe946b', 'Email:', 0),
|
||
(1257, 'en', 'theme woocommerce', '20111867ed1071462a3178f54754aec0', 'Telephone:', 0),
|
||
(1258, 'en', 'theme woocommerce', 'c5c8ac6bbc6d7f5c95d0a888527554d3', 'Order Details', 0),
|
||
(1259, 'en', 'theme woocommerce', '0ebdd5877f8f4da9297c1d44f5a2126c', 'Order Again', 0),
|
||
(1260, 'en', 'theme woocommerce', 'ed616fc7d3ad764449f6146bca1ad05d', 'Customer details', 0),
|
||
(1261, 'en', 'theme woocommerce', '382b0f5185773fa0f67a8ed8056c7759', 'N/A', 0),
|
||
(1262, 'en', 'theme woocommerce', '9cfbeb5cba9cedff9c7ff19ad62dcb6f', 'Order %s which was made %s has the status “%s”', 0),
|
||
(1263, 'en', 'theme woocommerce', '6d0a578ca2f2c0e792fc923002fccbe3', 'ago', 0),
|
||
(1264, 'en', 'theme woocommerce', '792780442c517081f589a3fd62f55ba2', 'and was completed', 0),
|
||
(1265, 'en', 'theme woocommerce', '64384e10d876a1b9a318a7b2206d1ba4', ' ago', 0),
|
||
(1266, 'en', 'theme woocommerce', '9fc3ef13608e0ddb215f47505aec489a', 'Order Updates', 0),
|
||
(1267, 'en', 'theme woocommerce', '8f665db16b59b7478f1abf44581580db', 'Products tagged “', 0),
|
||
(1268, 'en', 'theme woocommerce', '02919096998c791a44a054853cbcdf6e', 'Search results for “', 0),
|
||
(1269, 'en', 'theme woocommerce', 'bfd56f3cafc12f6317ae3351ad712eff', 'Error 404', 0),
|
||
(1270, 'en', 'theme woocommerce', 'eb417e6a59b2797ef76b789606dcb9e2', 'Posts tagged “', 0),
|
||
(1271, 'en', 'theme woocommerce', '91401f053501b716b4a695b048c9b827', 'Author:', 0),
|
||
(1272, 'en', 'theme woocommerce', '193cfc9be3b995831c6af2fea6650e60', 'Page', 0),
|
||
(1273, 'en', 'theme woocommerce', 'dc647eb65e6711e155375218212b3964', 'Password', 0),
|
||
(1274, 'en', 'theme woocommerce', '99dea78007133396a7b8ed70578ac6ae', 'Login', 0),
|
||
(1275, 'en', 'theme woocommerce', 'aadcd99aeca1955de435c5d3c94a4a6e', 'Lost Password?', 0),
|
||
(1276, 'en', 'theme woocommerce', 'e26eee82f3164e729a78542a7219eecf', 'Choose an option', 0),
|
||
(1277, 'en', 'theme woocommerce', '80ffff123555bd5173345bc8f144edeb', 'Clear selection', 0),
|
||
(1278, 'en', 'theme woocommerce', '2bf5ae55eb0ead91dda7d1f6c8524b98', 'SKU:', 0),
|
||
(1279, 'en', 'theme woocommerce', '8c489d0946f66d17d73f26366a4bf620', 'Weight', 0),
|
||
(1280, 'en', 'theme woocommerce', 'f4843c1c797abf1a256c8802b6cd9f51', 'Dimensions', 0),
|
||
(1281, 'en', 'theme woocommerce', '347da0da598694c57fff1cbaa197d615', 'Related Products', 0),
|
||
(1282, 'en', 'theme woocommerce', '0a811f2dbf73443c3bbcdb3de571921c', 'verified owner', 0),
|
||
(1283, 'en', 'theme woocommerce', '438af3650bc32151f66474934d2a6648', 'Rated %d out of 5', 0),
|
||
(1284, 'en', 'theme woocommerce', 'c95af97705d6d9ede0d6b440d0985d19', 'Your comment is awaiting approval', 0),
|
||
(1285, 'en', 'theme woocommerce', 'fada9acff9fc19803c2a6a8abc2c87c6', 'out of 5', 0),
|
||
(1286, 'en', 'theme woocommerce', '854ee576475a63775d79cbfd6e4b13b6', 'Product Description', 0),
|
||
(1287, 'en', 'theme Avada', 'cf48c3336343e0cdd9048c3d255f6468', 'Share On', 0),
|
||
(1288, 'en', 'theme Avada', '396874b26083996931681c44fba73cab', 'Tweet This', 0),
|
||
(1289, 'en', 'theme Avada', 'deb10517653c255364175796ace3553f', 'Product', 0),
|
||
(1290, 'en', 'theme Avada', '1d8067ce4f707a88d4ee97bc7cebf855', 'Pin This', 0),
|
||
(1291, 'en', 'theme Avada', '8498b5e4d8ad0accc065bea8c8d93a11', 'Mail This', 0),
|
||
(1292, 'en', 'theme woocommerce', '3ac92084c33ea921877c234d1ae82b5c', 'You May Also Like', 0),
|
||
(1293, 'en', 'theme woocommerce', '9e477f98daac602166664df8effe3b23', 'Rated %s out of 5', 0),
|
||
(1294, 'en', 'theme woocommerce', '34e80a799d144cfe4af46815e103f017', 'Reviews', 0),
|
||
(1295, 'en', 'theme woocommerce', '620de9736e28e9cff9afe50f76cfe48a', '<span class="meta-nav">←</span> Previous', 0),
|
||
(1296, 'en', 'theme woocommerce', 'f275690bb0c9db9dec5b708dc63a78a9', 'Next <span class="meta-nav">→</span>', 0),
|
||
(1297, 'en', 'theme woocommerce', '139c175a2c6768062ce00ec3542d37d0', 'Add Your Review', 0),
|
||
(1298, 'en', 'theme woocommerce', '87108100eebf98d9a8cede6eea9d9472', 'Add Review', 0),
|
||
(1299, 'en', 'theme woocommerce', '6fa3d86805af28f394d29be219701719', 'Add a review', 0),
|
||
(1300, 'en', 'theme woocommerce', 'f476f0ae9f076828ba82d2205cb86c5d', 'Be the first to review', 0),
|
||
(1301, 'en', 'theme woocommerce', 'ce18a807ada501196ff0e2f18328d638', 'There are no reviews yet, would you like to <a href="#review_form" class="inline show_review_form">submit yours</a>?', 0),
|
||
(1302, 'en', 'theme woocommerce', '49ee3087348e8d44e1feda1917443987', 'Name', 0),
|
||
(1303, 'en', 'theme woocommerce', 'ce8ae9da5b7cd6c3df2929543a9af92d', 'Email', 0),
|
||
(1304, 'en', 'theme woocommerce', 'c94e361d50788acc57075dd339a93050', 'Submit Review', 0),
|
||
(1305, 'en', 'theme woocommerce', 'dda9c06f33071c9b6fc237ee164109d8', 'Rating', 0),
|
||
(1306, 'en', 'theme woocommerce', '4de7403220165d6129ad1f10d47cb0f4', 'Rate…', 0),
|
||
(1307, 'en', 'theme woocommerce', '56cdd7e9e3cef1974f4075c03a80332d', 'Perfect', 0),
|
||
(1308, 'en', 'theme woocommerce', '0c6ad70beb3a7e76c3fc7adab7c46acc', 'Good', 0),
|
||
(1309, 'en', 'theme woocommerce', 'b1897515d548a960afe49ecf66a29021', 'Average', 0),
|
||
(1310, 'en', 'theme woocommerce', 'be3f5d4984bddce13793bb144c133b5c', 'Not that bad', 0),
|
||
(1311, 'en', 'theme woocommerce', '2796b346957704947eeb01aa52103963', 'Very Poor', 0),
|
||
(1312, 'en', 'theme woocommerce', '08d964f5f38ffd179c1570e41692c346', 'Your Review', 0),
|
||
(1313, 'en', 'theme Avada', '1a398886f0a87366494032615ec7f42e', 'Hello, %s:', 0),
|
||
(1314, 'en', 'theme double-r-group', '3c8d2f0f325aa1837c89c155647dc1ce', 'Horses', 1),
|
||
(1315, 'en', 'theme double-r-group', '38069b4eb64e325cb7ac65bd641b2188', 'Horse', 1),
|
||
(1316, 'en', 'theme double-r-group', 'af1b98adf7f686b84cd0b443e022b7a0', 'Categories', 1),
|
||
(1317, 'en', 'theme double-r-group', '189f63f277cd73395561651753563065', 'Tags', 1),
|
||
(1318, 'en', 'theme double-r-group', '434b2e5a6c06e0fe0e9972e8d43393b3', 'Genders', 1),
|
||
(1319, 'en', 'theme Avada', '642fa08fba951378dca25cf328a60b56', 'Image gallery', 1),
|
||
(1320, 'en', 'theme Avada', '1bd4e734c62ac931c1be15b08a079544', 'Video gallery', 1),
|
||
(1321, 'en', 'theme double-r-group', '8918a6f94c79ba27cf1be696f78e4efb', 'Breeds', 1),
|
||
(1322, 'en', 'theme double-r-group', '6c4991757bc3d446fd4e6728424d3d10', 'Ages', 1),
|
||
(1323, 'en', 'plugin wpml-string-translation', '640053a0d26d44fbf33cd7cb85d5407f', 'Because your default language is not English, you need to enter all strings in English and translate them to %s and %s. <strong><a href="%s" target="_blank">Read more</a></strong>', 0),
|
||
(1324, 'en', 'WordPress', '9d1a0949c39e66a0cd65240bc0ac9177', 'Sunday', 0),
|
||
(1325, 'en', 'WordPress', '6f8522e0610541f1ef215a22ffa66ff6', 'Monday', 0),
|
||
(1326, 'en', 'WordPress', '5792315f09a5d54fb7e3d066672b507f', 'Tuesday', 0),
|
||
(1327, 'en', 'WordPress', '796c163589f295373e171842f37265d5', 'Wednesday', 0),
|
||
(1328, 'en', 'WordPress', '78ae6f0cd191d25147e252dc54768238', 'Thursday', 0),
|
||
(1329, 'en', 'WordPress', 'c33b138a163847cdb6caeeb7c9a126b4', 'Friday', 0),
|
||
(1330, 'en', 'WordPress', '8b7051187b9191cdcdae6ed5a10e5adc', 'Saturday', 0),
|
||
(1331, 'en', 'WordPress', 'ae8dae70180844a5731caa811ef950dd', 'S_Sunday_initial', 0),
|
||
(1332, 'en', 'WordPress', '6ae5acdfe6d14ddda658d2cf75c071ee', 'M_Monday_initial', 0),
|
||
(1333, 'en', 'WordPress', 'ef6e12fc4240d030f376be5b6fdbac29', 'T_Tuesday_initial', 0),
|
||
(1334, 'en', 'WordPress', '9719e16ea05051a98851954a5996ffd3', 'W_Wednesday_initial', 0),
|
||
(1335, 'en', 'WordPress', '1594d08f0bbd717b061da4254623214f', 'T_Thursday_initial', 0),
|
||
(1336, 'en', 'WordPress', 'f55a9e51f324cba25700b7022e22d873', 'F_Friday_initial', 0);
|
||
INSERT INTO `drgrp_icl_strings` (`id`, `language`, `context`, `name`, `value`, `status`) VALUES
|
||
(1337, 'en', 'WordPress', 'c288d0b5f13e167c13f37a9a3c2190f2', 'S_Saturday_initial', 0),
|
||
(1338, 'en', 'WordPress', 'ef6572e4cd58bb39a3f4e82fc64fe9f0', 'Sun', 0),
|
||
(1339, 'en', 'WordPress', 'fd29458ae58ac32a2d8734ed90ad51ec', 'Mon', 0),
|
||
(1340, 'en', 'WordPress', '2ddecde85408faf230652444db78cb72', 'Tue', 0),
|
||
(1341, 'en', 'WordPress', '510c292b1686eb070d9e90a575f74106', 'Wed', 0),
|
||
(1342, 'en', 'WordPress', 'ed5e8353dfc585f4c6b3a55d1a9fc01d', 'Thu', 0),
|
||
(1343, 'en', 'WordPress', 'ac616f844b9a5ea5a827bf7fb99b1ad5', 'Fri', 0),
|
||
(1344, 'en', 'WordPress', '13c7d2d737f81f7bf89aed9fbcd0ad55', 'Sat', 0),
|
||
(1345, 'en', 'WordPress', '86f5978d9b80124f509bdb71786e929e', 'January', 0),
|
||
(1346, 'en', 'WordPress', '659e59f062c75f81259d22786d6c44aa', 'February', 0),
|
||
(1347, 'en', 'WordPress', 'fa3e5edac607a88d8fd7ecb9d6d67424', 'March', 0),
|
||
(1348, 'en', 'WordPress', '3fcf026bbfffb63fb24b8de9d0446949', 'April', 0),
|
||
(1349, 'en', 'WordPress', '195fbb57ffe7449796d23466085ce6d8', 'May', 0),
|
||
(1350, 'en', 'WordPress', '688937ccaf2a2b0c45a1c9bbba09698d', 'June', 0),
|
||
(1351, 'en', 'WordPress', '1b539f6f34e8503c97f6d3421346b63c', 'July', 0),
|
||
(1352, 'en', 'WordPress', '41ba70891fb6f39327d8ccb9b1dafb84', 'August', 0),
|
||
(1353, 'en', 'WordPress', 'cc5d90569e1c8313c2b1c2aab1401174', 'September', 0),
|
||
(1354, 'en', 'WordPress', 'eca60ae8611369fe28a02e2ab8c5d12e', 'October', 0),
|
||
(1355, 'en', 'WordPress', '7e823b37564da492ca1629b4732289a8', 'November', 0),
|
||
(1356, 'en', 'WordPress', '82331503174acbae012b2004f6431fa5', 'December', 0),
|
||
(1357, 'en', 'WordPress', '261b8bfba31955859768bc4e801db630', 'Jan_January_abbreviation', 0),
|
||
(1358, 'en', 'WordPress', '41d00f37238e4919998bfe097e066c4d', 'Feb_February_abbreviation', 0),
|
||
(1359, 'en', 'WordPress', 'a65520a4d31e3375d751893b9e5b41b7', 'Mar_March_abbreviation', 0),
|
||
(1360, 'en', 'WordPress', 'a099803dca47a365c86ed6220ca3797e', 'Apr_April_abbreviation', 0),
|
||
(1361, 'en', 'WordPress', '087bc523b6da106377da033e4a4a18df', 'May_May_abbreviation', 0),
|
||
(1362, 'en', 'WordPress', '252278a2cd443f7f042d48063429be78', 'Jun_June_abbreviation', 0),
|
||
(1363, 'en', 'WordPress', '9c31f3eeb0fc1f46d70126273cb972d4', 'Jul_July_abbreviation', 0),
|
||
(1364, 'en', 'WordPress', 'abd3008b12c080f09f40c0d0d46aa5d9', 'Aug_August_abbreviation', 0),
|
||
(1365, 'en', 'WordPress', '38569de1a2db173d7c1c1baea24edde8', 'Sep_September_abbreviation', 0),
|
||
(1366, 'en', 'WordPress', 'ee4fa62276ab5e609f4c19827957f3a3', 'Oct_October_abbreviation', 0),
|
||
(1367, 'en', 'WordPress', '118d7993c5aded1faa0583095fac0f89', 'Nov_November_abbreviation', 0),
|
||
(1368, 'en', 'WordPress', 'cc6a9ff21ef7c0cd6318a782508f3c59', 'Dec_December_abbreviation', 0),
|
||
(1369, 'en', 'WordPress', 'c04cd38aeb30f3ad1f8ab4e64a0ded7b', 'am', 0),
|
||
(1370, 'en', 'WordPress', '5109d85d95fece7816d9704e6e5b1279', 'pm', 0),
|
||
(1371, 'en', 'WordPress', '25ec916d56b8212e569dbf2e4e4b51d4', 'AM', 0),
|
||
(1372, 'en', 'WordPress', '21b7eb30013b04776f5b06bc59209391', 'PM', 0),
|
||
(1373, 'en', 'WordPress', '862b796393fb64766820ec1e33bfd9bd', 'number_format_thousands_sep', 0),
|
||
(1374, 'en', 'WordPress', 'd445e4a26044411d024021a16f3b10ee', 'number_format_decimal_point', 0),
|
||
(1375, 'en', 'WordPress', 'text direction: ltr', 'ltr', 0),
|
||
(1376, 'en', 'WordPress', 'Post format: Standard', 'Standard', 0),
|
||
(1377, 'en', 'WordPress', 'Post format: Aside', 'Aside', 0),
|
||
(1378, 'en', 'WordPress', 'Post format: Chat', 'Chat', 0),
|
||
(1379, 'en', 'WordPress', 'Post format: Gallery', 'Gallery', 0),
|
||
(1380, 'en', 'WordPress', 'Post format: Link', 'Link', 0),
|
||
(1381, 'en', 'WordPress', 'Post format: Image', 'Image', 0),
|
||
(1382, 'en', 'WordPress', 'Post format: Quote', 'Quote', 0),
|
||
(1383, 'en', 'WordPress', 'Post format: Status', 'Status', 0),
|
||
(1384, 'en', 'WordPress', 'Post format: Video', 'Video', 0),
|
||
(1385, 'en', 'WordPress', 'Post format: Audio', 'Audio', 0),
|
||
(1386, 'en', 'WordPress', '2da47af339b86412bb0e45b01fdeab50', 'Sidebar %d', 0),
|
||
(1387, 'en', 'WordPress', 'add new on admin bar: Post', 'Post', 0),
|
||
(1388, 'en', 'WordPress', 'post type general name: Posts', 'Posts', 0),
|
||
(1389, 'en', 'WordPress', 'post type general name: Pages', 'Pages', 0),
|
||
(1390, 'en', 'WordPress', 'post type singular name: Page', 'Page', 0),
|
||
(1391, 'en', 'WordPress', 'post: Add New', 'Add New', 0),
|
||
(1392, 'en', 'WordPress', 'a736aadab8267b784c2d2320f1ef8ae1', 'Add New Post', 0),
|
||
(1393, 'en', 'WordPress', '004c87b62d5274851115f4263bd6b5b7', 'Add New Page', 0),
|
||
(1394, 'en', 'WordPress', '17ebfcf145608c383876bfdcdd90b901', 'Edit Post', 0),
|
||
(1395, 'en', 'WordPress', '5b8a065f8920024116be94abfa72d317', 'Edit Page', 0),
|
||
(1396, 'en', 'WordPress', '43eabef16cc9c1702542a370405489ce', 'New Post', 0),
|
||
(1397, 'en', 'WordPress', 'eb687b46e8635c2b0a9febbc44ba0a30', 'New Page', 0),
|
||
(1398, 'en', 'WordPress', '36d0c22e8ec7773b71039c8225cb3dcf', 'View Post', 0),
|
||
(1399, 'en', 'WordPress', 'e4b846392f10f46b032cf155c39a0eaf', 'View Page', 0),
|
||
(1400, 'en', 'WordPress', 'c3ab2ce5aa0200fb9d5821565d048d34', 'Search Posts', 0),
|
||
(1401, 'en', 'WordPress', 'c64142496069f3e3c157198a932a3acd', 'Search Pages', 0),
|
||
(1402, 'en', 'WordPress', '67c6a14173727312f1e8d615e6122e1d', 'No posts found.', 0),
|
||
(1403, 'en', 'WordPress', 'ec3c98c1f47b3befed46f4aa669607a1', 'No pages found.', 0),
|
||
(1404, 'en', 'WordPress', '314c67959c9027dc1b4b0fdf2d76c9c8', 'No posts found in Trash.', 0),
|
||
(1405, 'en', 'WordPress', '673d19ab14c76bcd4fdd37a474eb17bd', 'No pages found in Trash.', 0),
|
||
(1406, 'en', 'WordPress', '62599d32d811c48ded6a541767a88577', 'Parent Page:', 0),
|
||
(1407, 'en', 'WordPress', '76b9c2f5e2ea8a61a0803dae4d42ca7f', 'All Posts', 0),
|
||
(1408, 'en', 'WordPress', '93ddb948766e84b565489787d313b16e', 'All Pages', 0),
|
||
(1409, 'en', 'WordPress', 'post type general name: Media', 'Media', 0),
|
||
(1410, 'en', 'WordPress', 'add new from admin bar: Media', 'Media', 0),
|
||
(1411, 'en', 'WordPress', 'add new media: Add New', 'Add New', 0),
|
||
(1412, 'en', 'WordPress', '96b60a1bf66653894616670b8c91edab', 'Edit Media', 0),
|
||
(1413, 'en', 'WordPress', '3a70b86b7a951d9859529cafcd3dd036', 'View Attachment Page', 0),
|
||
(1414, 'en', 'WordPress', 'fd88b11cfde6aa5e3c7ff0553b534885', 'Revisions', 0),
|
||
(1415, 'en', 'WordPress', '32c676ac5296556c0573a301ef5ab07b', 'Revision', 0),
|
||
(1416, 'en', 'WordPress', '957a193a19401d00ca237c67476d3a9c', 'Navigation Menu Items', 0),
|
||
(1417, 'en', 'WordPress', 'e9f6a8196a5105f456009717d8924b98', 'Navigation Menu Item', 0),
|
||
(1418, 'en', 'WordPress', 'post: Published', 'Published', 0),
|
||
(1419, 'en', 'WordPress', 'post: Scheduled', 'Scheduled', 0),
|
||
(1420, 'en', 'WordPress', 'post: Draft', 'Draft', 0),
|
||
(1421, 'en', 'WordPress', 'post: Pending', 'Pending', 0),
|
||
(1422, 'en', 'WordPress', 'post: Private', 'Private', 0),
|
||
(1423, 'en', 'WordPress', 'post: Trash', 'Trash', 0),
|
||
(1424, 'en', 'WordPress', 'taxonomy general name: Tags', 'Tags', 0),
|
||
(1425, 'en', 'WordPress', 'taxonomy general name: Categories', 'Categories', 0),
|
||
(1426, 'en', 'WordPress', 'taxonomy singular name: Tag', 'Tag', 0),
|
||
(1427, 'en', 'WordPress', 'taxonomy singular name: Category', 'Category', 0),
|
||
(1428, 'en', 'WordPress', '51471f9b4ed42bc4b88b01609626046a', 'Search Tags', 0),
|
||
(1429, 'en', 'WordPress', '547d406d2d88b3851d13a6850a72f81a', 'Search Categories', 0),
|
||
(1430, 'en', 'WordPress', '7b247f76c157672226ab7131e6ac91c0', 'Popular Tags', 0),
|
||
(1431, 'en', 'WordPress', '45d2c2fb420a3be0221248dc1bd2575e', 'All Tags', 0),
|
||
(1432, 'en', 'WordPress', 'a6a2a55bea8760389dfca77132905b7c', 'All Categories', 0),
|
||
(1433, 'en', 'WordPress', '4e98e60e38a29ab7bd94ea815c4f2ef2', 'Parent Category', 0),
|
||
(1434, 'en', 'WordPress', 'dc5b753561079ca416a04fa17e221bee', 'Parent Category:', 0),
|
||
(1435, 'en', 'WordPress', '3854516c160b786e4a58a349089ade9d', 'Edit Tag', 0),
|
||
(1436, 'en', 'WordPress', '176bf027c77f1139b35c26a2b0641497', 'Edit Category', 0),
|
||
(1437, 'en', 'WordPress', '3ef43c95f7b82ae64a8407f95caeabe5', 'View Tag', 0),
|
||
(1438, 'en', 'WordPress', 'a0925476f70856079fc6f34624318308', 'View Category', 0),
|
||
(1439, 'en', 'WordPress', '639aa9045afb08bc935d23192a9845bc', 'Update Tag', 0),
|
||
(1440, 'en', 'WordPress', '17f72185527df754fda2147fe9214a68', 'Update Category', 0),
|
||
(1441, 'en', 'WordPress', '96cea70c8b05778849a8ae1028cc2eb0', 'Add New Tag', 0),
|
||
(1442, 'en', 'WordPress', '3eccdfd36e2570f5ce58a84fb9f820d9', 'Add New Category', 0),
|
||
(1443, 'en', 'WordPress', 'c2d69d5f50c4f0647ea555125cda82d0', 'New Tag Name', 0),
|
||
(1444, 'en', 'WordPress', '9b7a46d3a470693216a0a43364f2454f', 'New Category Name', 0),
|
||
(1445, 'en', 'WordPress', 'fdc1564548beb786ed722cc8c4c44849', 'Separate tags with commas', 0),
|
||
(1446, 'en', 'WordPress', '25c97f1e993635c78ecd9e502db5aad6', 'Add or remove tags', 0),
|
||
(1447, 'en', 'WordPress', '3bff3aeeec617721788b4bf3e6020392', 'Choose from the most used tags', 0),
|
||
(1448, 'en', 'WordPress', '378c846e4e8b6e5cc0e8bc52e8e1c106', 'No tags found.', 0),
|
||
(1449, 'en', 'WordPress', 'eba120172df6983accea097877998749', 'Navigation Menus', 0),
|
||
(1450, 'en', 'WordPress', 'b0da3c0d5d8c569614d0e2f52be3384d', 'Navigation Menu', 0),
|
||
(1451, 'en', 'WordPress', '9123d6c49956ccfa54dc6d1c36cf2aec', 'Link Categories', 0),
|
||
(1452, 'en', 'WordPress', '5c78717576a09beb76f3a7c7b063b06d', 'Link Category', 0),
|
||
(1453, 'en', 'WordPress', '29d041598b13642f9630d3b2b662c793', 'Search Link Categories', 0),
|
||
(1454, 'en', 'WordPress', '7011ec429bcd35354f238c4fd2426f93', 'All Link Categories', 0),
|
||
(1455, 'en', 'WordPress', '60fdd28c62d11545e568f150608d946f', 'Edit Link Category', 0),
|
||
(1456, 'en', 'WordPress', '4328855ee46e155ebc33bd4a65d6fbf5', 'Update Link Category', 0),
|
||
(1457, 'en', 'WordPress', 'a444fbb2bae691fe082ef9a9773e3bca', 'Add New Link Category', 0),
|
||
(1458, 'en', 'WordPress', '04a4586ce021a9328c6231317cbf9566', 'New Link Category Name', 0),
|
||
(1459, 'en', 'WordPress', 'post format: Format', 'Format', 0),
|
||
(1460, 'en', 'WordPress', '7b791ef51ffb6d2f88273518c28a3823', 'A list of your site’s Pages.', 0),
|
||
(1461, 'en', 'WordPress', '53586d20c42106bd4bdf09c604cd2ed7', 'A calendar of your site’s Posts.', 0),
|
||
(1462, 'en', 'WordPress', '8ff922bbcd8ad41cdfc48d3c5163b2ab', 'Calendar', 0),
|
||
(1463, 'en', 'WordPress', 'b58e5d033078bc5bccebf415a20447f6', 'A monthly archive of your site’s Posts.', 0),
|
||
(1464, 'en', 'WordPress', '178fde647037235223ac2a188a7106b1', 'Archives', 0),
|
||
(1465, 'en', 'WordPress', '00246f446b4bf43f772f0f49cd012437', 'Login, RSS, & WordPress.org links.', 0),
|
||
(1466, 'en', 'WordPress', 'b6755d218d5f4e1cef9cce9cc39aeda9', 'Meta', 0),
|
||
(1467, 'en', 'WordPress', '88e309b62c9d2dd682e95db34bc971c9', 'A search form for your site.', 0),
|
||
(1468, 'en', 'WordPress', '13348442cc6a27032d2b4aa28b75a5d3', 'Search', 0),
|
||
(1469, 'en', 'WordPress', '5ffeed04e23d3c2eb122420ec7587ba4', 'Arbitrary text or HTML.', 0),
|
||
(1470, 'en', 'WordPress', '9dffbf69ffba8bc38bc4e01abf4b1675', 'Text', 0),
|
||
(1471, 'en', 'WordPress', 'b2a3cfd1f4f03aa19eacf441e0a5d3ab', 'A list or dropdown of categories.', 0),
|
||
(1472, 'en', 'WordPress', '58e974b48f13693748ffb8886cfa58d5', 'Your site’s most recent Posts.', 0),
|
||
(1473, 'en', 'WordPress', '341825a909ae0a19dd9dbea98ef3e021', 'Recent Posts', 0),
|
||
(1474, 'en', 'WordPress', 'd712a4388edca136bcebcbe390bd16e8', 'Your site’s most recent comments.', 0),
|
||
(1475, 'en', 'WordPress', '69e7df6b9f7404b4007d936978a45c81', 'Recent Comments', 0),
|
||
(1476, 'en', 'WordPress', '09f21420c2703ae0d38817c70e909e66', 'Entries from any RSS or Atom feed.', 0),
|
||
(1477, 'en', 'WordPress', 'bf1981220040a8ac147698c85d55334f', 'RSS', 0),
|
||
(1478, 'en', 'WordPress', '38e22ddf6565bc9713f34aa14292258f', 'A cloud of your most used tags.', 0),
|
||
(1479, 'en', 'WordPress', 'ea911fe5664a3e79364a7e39370548c6', 'Tag Cloud', 0),
|
||
(1480, 'en', 'WordPress', '430c8c6e9f2a14718ee7ed29b97a79f9', 'Add a custom menu to your sidebar.', 0),
|
||
(1481, 'en', 'WordPress', '6c8b9b6d4f94a709dda529602f19ef5c', 'Custom Menu', 0),
|
||
(1482, 'en', 'plugin gravityforms', 'a70675d121c8a4a3a0209fd9c3661b71', 'Gravity Forms Widget', 0),
|
||
(1483, 'en', 'plugin gravityforms', 'd359c6df99b25183d81f7d728b71de0e', 'Form', 0),
|
||
(1484, 'en', 'plugin revslider', 'b12d187a59762d40065990a4b96be209', 'Displays a revolution slider on the page', 0),
|
||
(1485, 'en', 'plugin revslider', 'd6a4d07d1b4022d886df52322dcd8a6f', 'Revolution Slider', 0),
|
||
(1486, 'en', 'plugin wpml-string-translation', 'ebd83288b1b4ca950ca2986099e93777', 'Multilingual arbitrary text or HTML', 0),
|
||
(1487, 'en', 'plugin wpml-string-translation', '79a2f2031003f676ae69711f7dfc6ac5', 'Multilingual Text', 0),
|
||
(1488, 'en', 'WordPress', '695b87c638943d0bf0077a8869ec3d70', 'You are about to permanently delete the selected items.\n ''Cancel'' to stop, ''OK'' to delete.', 0),
|
||
(1489, 'en', 'WordPress', 'c7a59caaf257d42a1853059a664a54e0', 'Close all open tags', 0),
|
||
(1490, 'en', 'WordPress', '90198d984e80ec049134bbc7f7e92a1f', 'close tags', 0),
|
||
(1491, 'en', 'WordPress', '29903600533e7d928c16df1cb9787885', 'Enter the URL', 0),
|
||
(1492, 'en', 'WordPress', '6109eec2cfbf630c3b4f71cc40c5f0fa', 'Enter the URL of the image', 0),
|
||
(1493, 'en', 'WordPress', 'bb4112f230fd3646913d058a5156683c', 'Enter a description of the image', 0),
|
||
(1494, 'en', 'WordPress', '74ba0736dad9b7236e2c7db4f4f4b874', 'fullscreen', 0),
|
||
(1495, 'en', 'WordPress', 'a757b68f63f07496914e91d95e5550fe', 'Toggle fullscreen mode', 0),
|
||
(1496, 'en', 'WordPress', '5a5ef0e36141d96fcd78dc566777bb4f', 'text direction', 0),
|
||
(1497, 'en', 'WordPress', '4b0efc98ab40ccb97706c360ac603d5f', 'Toggle Editor Text Direction', 0),
|
||
(1498, 'en', 'WordPress', '1f93d63d0a5baa28ad577633f496b4c3', 'You do not have permission to do that.', 0),
|
||
(1499, 'en', 'WordPress', '004705d7a2ca9d199122c07dcb65b2c2', 'An unidentified error has occurred.', 0),
|
||
(1500, 'en', 'WordPress', 'c8a59e7135a20b362f9c768b09454fdb', 'Dismiss', 0),
|
||
(1501, 'en', 'WordPress', '14631d23680a54f2a2e9990cfd2af7b9', 'Your session has expired. You can log in again from this page or go to the login page.', 0),
|
||
(1502, 'en', 'WordPress', '3ef61c7b2bd8bdefe44e782cd85a63cf', 'Next >', 0),
|
||
(1503, 'en', 'WordPress', '93819e8f150b7082ff169deef942fe5f', '< Prev', 0),
|
||
(1504, 'en', 'WordPress', '8bf8854bebe108183caeb845c7676ae4', 'of', 0),
|
||
(1505, 'en', 'WordPress', 'd3d2e617335f08df83599665eef8a418', 'Close', 0),
|
||
(1506, 'en', 'WordPress', '416feffd5cb14a0cdca85835446f2c96', 'This feature requires inline frames. You have iframes disabled or your browser does not support them.', 0),
|
||
(1507, 'en', 'WordPress', '5bf74857f394c28d0557fc94f56c870a', 'You have attempted to queue too many files.', 0),
|
||
(1508, 'en', 'WordPress', '9df6f136606e06c8fb8a192af1182186', '%s exceeds the maximum upload size for this site.', 0),
|
||
(1509, 'en', 'WordPress', '15bbfc8d24495b5c259e64c803bdcd75', 'This file is empty. Please try another.', 0),
|
||
(1510, 'en', 'WordPress', '557c5c93490044af122d711e88c4ff6a', 'This file type is not allowed. Please try another.', 0),
|
||
(1511, 'en', 'WordPress', 'fb6ffaf9ee797657db63054a2cbbf416', 'This file is not an image. Please try another.', 0),
|
||
(1512, 'en', 'WordPress', 'd75006a65a7feb16da2758870875244d', 'Memory exceeded. Please try another smaller file.', 0),
|
||
(1513, 'en', 'WordPress', 'e7a5c3907191e9bd4c886775e39bb269', 'This is larger than the maximum size. Please try another.', 0),
|
||
(1514, 'en', 'WordPress', '3c381e588a08d56b443ec775596a0f57', 'An error occurred in the upload. Please try again later.', 0),
|
||
(1515, 'en', 'WordPress', 'bc755039bc92216220af1b18d910a6c3', 'There was a configuration error. Please contact the server administrator.', 0),
|
||
(1516, 'en', 'WordPress', '782efed2c1b74869e4a2c285675fee08', 'You may only upload 1 file.', 0),
|
||
(1517, 'en', 'WordPress', '8d41dcf3c3971ffa0531b6e96ac2d1ac', 'HTTP error.', 0),
|
||
(1518, 'en', 'WordPress', 'cde28f5998d2dd5da84a4ab21143bc67', 'Upload failed.', 0),
|
||
(1519, 'en', 'WordPress', '2812f6aa95814b2e90121ffabcfa86c7', 'Please try uploading this file with the %1$sbrowser uploader%2$s.', 0),
|
||
(1520, 'en', 'WordPress', 'bf9e89898a40abef46220b2cd89fab84', '%s exceeds the maximum upload size for the multi-file uploader when used in your browser.', 0),
|
||
(1521, 'en', 'WordPress', '060dc976eff512760d472fbc3cc2f423', 'IO error.', 0),
|
||
(1522, 'en', 'WordPress', '11b0e87d9dba6dffd9915678ccec9535', 'Security error.', 0),
|
||
(1523, 'en', 'WordPress', '17da121a5831fbef43e5b0a5ef52cb1c', 'File canceled.', 0),
|
||
(1524, 'en', 'WordPress', '884d69a38dca21484bdb10764a87544a', 'Upload stopped.', 0),
|
||
(1525, 'en', 'WordPress', 'df04b0e50e0e512b17ca76c086b9f5a7', 'Crunching…', 0),
|
||
(1526, 'en', 'WordPress', 'a97a317b23af9ee558c7cca5c93958d7', 'moved to the trash.', 0),
|
||
(1527, 'en', 'WordPress', 'ccbcc04032c67ee46bd597278b239a32', '“%s” has failed to upload.', 0),
|
||
(1528, 'en', 'WordPress', '0829ea6734059d66e6bf87096b215dc1', 'Fullscreen', 0),
|
||
(1529, 'en', 'WordPress', 'b85aacb0e1401de4d155972d9cc47087', 'Download File', 0),
|
||
(1530, 'en', 'WordPress', '45478649ca94a2e85048a1c2713ce76a', 'Download Video', 0),
|
||
(1531, 'en', 'WordPress', '10a4f77608e4bda03999e8bfeb299584', 'Play/Pause', 0),
|
||
(1532, 'en', 'WordPress', 'db7644136327bb1ba362507a6a9f0b9f', 'Mute Toggle', 0),
|
||
(1533, 'en', 'WordPress', '6adf97f83acf6453d4a6a4b1070f3754', 'None', 0),
|
||
(1534, 'en', 'WordPress', 'b966700942bd57bf4fa40d731b3bb47f', 'Turn off Fullscreen', 0),
|
||
(1535, 'en', 'WordPress', '97ae1147c0ccb2a816eaee11e2b397d2', 'Go Fullscreen', 0),
|
||
(1536, 'en', 'WordPress', '454761c561b8a59823e80dff51fc49d1', 'Unmute', 0),
|
||
(1537, 'en', 'WordPress', '00cd7be4cb21c59179316d7844a8cfc4', 'Mute', 0),
|
||
(1538, 'en', 'WordPress', '19b1ff75dcae5221019c1d72ef950b3d', 'Captions/Subtitles', 0),
|
||
(1539, 'en', 'WordPress', 'dcfe1066398eb40086555827eda0358e', 'Strength indicator', 0),
|
||
(1540, 'en', 'WordPress', '30a3534b67a9a2c4cb3f1bb8659b321f', 'Very weak', 0),
|
||
(1541, 'en', 'WordPress', '7324e3727807d95037eb19d304fd91ec', 'Weak', 0),
|
||
(1542, 'en', 'WordPress', 'password strength: Medium', 'Medium', 0),
|
||
(1543, 'en', 'WordPress', 'c43e0fd449c758dab8f891d8e19eb1a9', 'Strong', 0),
|
||
(1544, 'en', 'WordPress', '5b0a8637935072d1ec30e60bb2cae1e6', 'Mismatch', 0),
|
||
(1545, 'en', 'WordPress', 'a4be07f83159246e9fa26048e982999a', 'Insert/edit link', 0),
|
||
(1546, 'en', 'WordPress', '06933067aafd48425d67bcb01bba5cb6', 'Update', 0),
|
||
(1547, 'en', 'WordPress', '580b21aac58f1b73cece26e272cdfbee', 'Add Link', 0),
|
||
(1548, 'en', 'WordPress', '2e46eab92bf73b409799a8baaa13f8f2', '(no title)', 0),
|
||
(1549, 'en', 'WordPress', 'f7e2fe044011a710d68a3c4e165ef7bf', 'No matches found.', 0),
|
||
(1550, 'en', 'WordPress', 'word count: words or characters?: words', 'words', 0),
|
||
(1551, 'en', 'WordPress', '695b57b17805db33fa091a8a074dfbb7', 'Save & Activate', 0),
|
||
(1552, 'en', 'WordPress', '7df2b1ddee4dfe3745b3becfdca5840f', 'Save & Publish', 0),
|
||
(1553, 'en', 'WordPress', '248336101b461380a4b2391a7625493d', 'Saved', 0),
|
||
(1554, 'en', 'WordPress', '9518057257a393dcb3440f33bef9f22a', 'Cheatin’ uh?', 0),
|
||
(1555, 'en', 'WordPress', '6c6651f3271d97a4e1d1a762905c1a96', 'Allowed Files', 0),
|
||
(1556, 'en', 'WordPress', 'Open Sans font: on or off: on', 'on', 0),
|
||
(1557, 'en', 'WordPress', 'Open Sans font: add new subset (greek, cyrillic, vietnamese): no-subset', 'no-subset', 0),
|
||
(1558, 'en', 'plugin gravityforms', '3ef61c7b2bd8bdefe44e782cd85a63cf', 'Next >', 0),
|
||
(1559, 'en', 'plugin gravityforms', '93819e8f150b7082ff169deef942fe5f', '< Prev', 0),
|
||
(1560, 'en', 'plugin gravityforms', 'be53a0541a6d36f6ecb879fa2c584b08', 'Image', 0),
|
||
(1561, 'en', 'plugin gravityforms', '8bf8854bebe108183caeb845c7676ae4', 'of', 0),
|
||
(1562, 'en', 'plugin gravityforms', 'd3d2e617335f08df83599665eef8a418', 'Close', 0),
|
||
(1563, 'en', 'plugin gravityforms', '416feffd5cb14a0cdca85835446f2c96', 'This feature requires inline frames. You have iframes disabled or your browser does not support them.', 0),
|
||
(1564, 'en', 'plugin wpml-cms-nav', '795614697a1755c518ab0f4041cc83c5', 'Sidebar Navigation', 0),
|
||
(1565, 'en', 'theme tgmpa', '8d496fe225b423ae91cafb2913fe60fc', 'Install Required Plugins', 0),
|
||
(1566, 'en', 'theme tgmpa', '4eff3a34f0ddf963f7d0610d3cb79354', 'Install Plugins', 0),
|
||
(1567, 'en', 'theme tgmpa', '07867e5fd7b858b877323ffd402ac38e', 'Installing Plugin: %s', 0),
|
||
(1568, 'en', 'theme tgmpa', 'a5971f89797a3dc6d0b203dc73e74aeb', 'Something went wrong with the plugin API.', 0),
|
||
(1569, 'en', 'theme tgmpa', 'bb885c3eedde441b8398dbc9586e09b5', 'Return to Required Plugins Installer', 0),
|
||
(1570, 'en', 'theme tgmpa', '37829e778cf85fe234ef2d80be24527a', 'Plugin activated successfully.', 0),
|
||
(1571, 'en', 'theme tgmpa', '4bb247711c901a4064f5793151db5d38', 'All plugins installed and activated successfully. %s', 0),
|
||
(1572, 'en', 'theme wooslider', 'slide: Add New %s', 'Add New %s', 0),
|
||
(1573, 'en', 'WordPress', 'opening curly double quote: “', '“', 0),
|
||
(1574, 'en', 'WordPress', 'closing curly double quote: ”', '”', 0),
|
||
(1575, 'en', 'WordPress', 'apostrophe: ’', '’', 0),
|
||
(1576, 'en', 'WordPress', 'prime: ′', '′', 0),
|
||
(1577, 'en', 'WordPress', 'double prime: ″', '″', 0),
|
||
(1578, 'en', 'WordPress', 'opening curly single quote: ‘', '‘', 0),
|
||
(1579, 'en', 'WordPress', 'en dash: –', '–', 0),
|
||
(1580, 'en', 'WordPress', 'em dash: —', '—', 0),
|
||
(1581, 'en', 'WordPress', 'dd14bf45255c8ac41b90923ad267598c', 'Main Index Template', 0),
|
||
(1582, 'en', 'WordPress', 'c350bb18c3cdfbd4e5444faa63be6586', 'Stylesheet', 0),
|
||
(1583, 'en', 'WordPress', '65bc186a570d4bef02799592c872b7d3', 'Visual Editor Stylesheet', 0),
|
||
(1584, 'en', 'WordPress', '880f9edc338d58c20db71a4ca149e940', 'Visual Editor RTL Stylesheet', 0),
|
||
(1585, 'en', 'WordPress', 'a26f1a8216765f55c355c86626a0873a', 'RTL Stylesheet', 0),
|
||
(1586, 'en', 'WordPress', '8413c683b4b27cc3f4dbd4c90329d8ba', 'Comments', 0),
|
||
(1587, 'en', 'WordPress', '9236373a3c6472574c4a4d24272e6432', 'Popup Comments', 0),
|
||
(1588, 'en', 'WordPress', 'ded40f2a77c30efc6062db0cbd857746', 'Footer', 0),
|
||
(1589, 'en', 'WordPress', 'bf50d5e661106d0abe925af3c2e6f7e7', 'Header', 0),
|
||
(1590, 'en', 'WordPress', '219ff7705d67d0c798779951dcf82e95', 'Sidebar', 0),
|
||
(1591, 'en', 'WordPress', '5d6b95203546f1e05f4250c03e211086', 'Author Template', 0),
|
||
(1592, 'en', 'WordPress', 'aea4dfd39fd61dcaf450d05ee0b0ba6f', 'Tag Template', 0),
|
||
(1593, 'en', 'WordPress', '3927b173cdbb7c43bd2939febd02012f', 'Category Template', 0),
|
||
(1594, 'en', 'WordPress', 'ec2fd1d4b88e244960104512b85ab31c', 'Page Template', 0),
|
||
(1595, 'en', 'WordPress', '32df01b9cf0491a879250b58ba2744ba', 'Search Results', 0),
|
||
(1596, 'en', 'WordPress', '96b74c49a42ae2c72bada15f266b465c', 'Search Form', 0),
|
||
(1597, 'en', 'WordPress', 'cb058a8ac3e1e0003fcf674adbdbaef1', 'Single Post', 0),
|
||
(1598, 'en', 'WordPress', 'b61a776652b36bdbd2176e392f9b3b3a', '404 Template', 0),
|
||
(1599, 'en', 'WordPress', '0e834bf99b1bb1a30a6c95bcef8a0aa2', 'Links Template', 0),
|
||
(1600, 'en', 'WordPress', 'd04e0cd57066d832af12a518be910168', 'Theme Functions', 0),
|
||
(1601, 'en', 'WordPress', 'fec5e4af8d540b72eb43f959e9870177', 'Attachment Template', 0),
|
||
(1602, 'en', 'WordPress', 'f1daa5de35312c743db4bba47fa4e3a5', 'Image Attachment Template', 0),
|
||
(1603, 'en', 'WordPress', '398ba866603f7c0b6755185ffe74b5a0', 'Video Attachment Template', 0),
|
||
(1604, 'en', 'WordPress', '23b3c660506714d17b9b06169a38589e', 'Audio Attachment Template', 0),
|
||
(1605, 'en', 'WordPress', 'c314eea177cfe60611cc82c4e25bcbfe', 'Application Attachment Template', 0),
|
||
(1606, 'en', 'WordPress', '9a5aefea59903d8b42aa4ffb150f7132', 'my-hacks.php (legacy hacks support)', 0),
|
||
(1607, 'en', 'WordPress', 'c1221766e64caafa5e61ccf3921047fe', '.htaccess (for rewrite rules )', 0),
|
||
(1608, 'en', 'WordPress', '31e876d49f82ab7813ea075beb68d802', 'Comments Template', 0),
|
||
(1609, 'en', 'WordPress', '21b4bbd7aa6d4c18622958ad7ad83397', 'Popup Comments Template', 0),
|
||
(1610, 'en', 'WordPress', 'feed link: »', '»', 0),
|
||
(1611, 'en', 'WordPress', 'b5fbdfe294b506fc6fd08c8ec96fa380', '%1$s %2$s Feed', 0),
|
||
(1612, 'en', 'WordPress', '12ce94c6bb28d6ed4191eba412825e90', '%1$s %2$s Comments Feed', 0),
|
||
(1613, 'en', 'WordPress', '39038157f6187c0a354f243360e91735', '%1$s %2$s %3$s Comments Feed', 0),
|
||
(1614, 'en', 'WordPress', '230e67845330966224471674ef20b1d9', '%1$s %2$s %3$s Category Feed', 0),
|
||
(1615, 'en', 'WordPress', 'd0c87f0848a6335f4b781bf781446351', '%1$s %2$s %3$s Tag Feed', 0),
|
||
(1616, 'en', 'WordPress', '654541dd689fb4f19d9254dc55f7695b', '%1$s %2$s Posts by %3$s Feed', 0),
|
||
(1617, 'en', 'WordPress', '7f7a8b7ee70c3244c67422b1cbe3c3e8', '%1$s %2$s Search Results for “%3$s” Feed', 0),
|
||
(1618, 'en', 'WordPress', '96c6df252efdfa0e6334d315a3b8c836', '%1$s %2$s %3$s Feed', 0),
|
||
(1619, 'en', 'WordPress', '268c10aa3a88647c8d11953fde01b177', 'Saving Draft…', 0),
|
||
(1620, 'en', 'WordPress', '3f76a323c846e340d120e8ca24d28e30', 'The changes you made will be lost if you navigate away from this page.', 0),
|
||
(1621, 'en', 'WordPress', '90589c47f06eb971d548591f23c285af', 'Custom', 0),
|
||
(1622, 'en', 'WordPress', 'f14392b01768540f6a4ca1a11b25a020', '…', 0),
|
||
(1623, 'en', 'WordPress', '54d0d7ad584d2f68657459fa49b9fa80', '(more…)', 0),
|
||
(1624, 'en', 'WordPress', '87bdf2b1731f2c475caf4afc3eae14d0', 'No categories', 0),
|
||
(1625, 'en', 'WordPress', '9e044a9008a2b4f7d0815ac716d8bc81', 'View all posts filed under %s', 0),
|
||
(1626, 'en', 'WordPress', '172933330266e4edc4737e235d321263', '%1$s %2$d', 0),
|
||
(1627, 'en', 'WordPress', '40a0b2f70a97066aa0b2f79ca64248d1', 'Edit My Profile', 0),
|
||
(1628, 'en', 'WordPress', 'b0c2b25b3312c7a32d7aa9d701b6ae1d', 'Log Out', 0),
|
||
(1629, 'en', 'WordPress', '72ac2e58fa75ec74eec521af088b71d5', 'Howdy, %1$s', 0),
|
||
(1630, 'en', 'WordPress', 'bea8d9e6a0d57c4a264756b4f9822ed9', 'My Account', 0),
|
||
(1631, 'en', 'WordPress', '8645701e256da7e5855b9cb2cf4684dd', 'About WordPress', 0),
|
||
(1632, 'en', 'WordPress', 'c33becbc6922818abb41629bf42c156c', 'WordPress.org', 0),
|
||
(1633, 'en', 'WordPress', '8e73c6b5bc5ba66d98238874d1d08cfb', 'http://wordpress.org/', 0),
|
||
(1634, 'en', 'WordPress', '5b6cf869265c13af8566f192b4ab3d2a', 'Documentation', 0),
|
||
(1635, 'en', 'WordPress', '92e94be9e239aee87374f062f227d35e', 'http://codex.wordpress.org/', 0),
|
||
(1636, 'en', 'WordPress', 'e8209ff97e2fd1fd89a08e2dbee3673c', 'Support Forums', 0),
|
||
(1637, 'en', 'WordPress', '1456808f2203afff679945a4720401b1', 'http://wordpress.org/support/', 0),
|
||
(1638, 'en', 'WordPress', 'bea4c2c8eb82d05891ddd71584881b56', 'Feedback', 0),
|
||
(1639, 'en', 'WordPress', '4cbc46fe06bda28a4e19126174ad7646', 'http://wordpress.org/support/forum/requests-and-feedback', 0),
|
||
(1640, 'en', 'WordPress', '2938c7f7e560ed972f8a4f68e80ff834', 'Dashboard', 0),
|
||
(1641, 'en', 'WordPress', '83915d1254927f41241e8630890bec6e', 'Themes', 0),
|
||
(1642, 'en', 'WordPress', '63a78ed4647f7c63c2929e35ec1c95e3', 'Customize', 0),
|
||
(1643, 'en', 'WordPress', 'fa07652cb6a5517c5dffb407c8eca014', 'Widgets', 0),
|
||
(1644, 'en', 'WordPress', '06145a21dcec7395085b033e6e169b61', 'Menus', 0),
|
||
(1645, 'en', 'WordPress', 'd65e96bfe21fb8479e04375e75a4d3e1', '%d Plugin Update', 0),
|
||
(1646, 'en', 'WordPress', '9d2c6e7ff8745ac410937f9812aeb47a', '%s comments awaiting moderation', 0),
|
||
(1647, 'en', 'WordPress', 'add new from admin bar: User', 'User', 0),
|
||
(1648, 'en', 'WordPress', 'admin bar menu group label: New', 'New', 0),
|
||
(1649, 'en', 'WordPress', 'e1a8aa054be5be9312d644cc4b041ff9', 'Skip to toolbar', 0),
|
||
(1650, 'en', 'WordPress', 'e63435561a8172399387a66660af0806', 'Top navigation toolbar.', 0),
|
||
(1651, 'en', 'plugin gravityforms', '1e3dee0634d7a42e5d6753ade55fefd3', 'This field is for validation purposes and should be left unchanged.', 0),
|
||
(1652, 'en', 'plugin gravityforms', '518395ba1e93b3376f8caddab3171685', 'click to duplicate this field', 0),
|
||
(1653, 'en', 'plugin gravityforms', '06381e230b567e9dbe01f7848e4d893d', 'click to delete this field', 0),
|
||
(1654, 'en', 'plugin gravityforms', 'b5b37d225f2a48b7109e21f4d06fcf4f', 'Single Line Text', 0),
|
||
(1655, 'en', 'plugin gravityforms', 'ce8ae9da5b7cd6c3df2929543a9af92d', 'Email', 0),
|
||
(1656, 'en', 'plugin gravityforms', 'bc6be52a80b09e4f15695172b83b3a6f', 'Paragraph Text', 0),
|
||
(1657, 'en', 'plugin gravityforms', 'a4d3b161ce1309df1c4e25df28694b7b', 'Submit', 0),
|
||
(1658, 'en', 'plugin gravityforms', '5a72c22d8bf40f024b6df490b100fb3c', 'Australian Dollar', 0),
|
||
(1659, 'en', 'plugin gravityforms', '24fab478439c08246c967718b9c2e9c9', 'Brazilian Real', 0),
|
||
(1660, 'en', 'plugin gravityforms', 'd74d703c1a1c41c454d5fdf7449b0ad1', 'Canadian Dollar', 0),
|
||
(1661, 'en', 'plugin gravityforms', '7539d6d8b51fee80dc81e46e0a3b4075', 'Czech Koruna', 0),
|
||
(1662, 'en', 'plugin gravityforms', '2110b2d4ab2fe4ef4180b413cc8947e8', 'Danish Krone', 0),
|
||
(1663, 'en', 'plugin gravityforms', '3e823fac7473e42888932c7761c224fc', 'Euro', 0),
|
||
(1664, 'en', 'plugin gravityforms', 'b237c23a2fb4fa9cca352e1ed4e9812f', 'Hong Kong Dollar', 0),
|
||
(1665, 'en', 'plugin gravityforms', 'a4f21bb2aa5dbc7a52e15b3d47a0735b', 'Hungarian Forint', 0),
|
||
(1666, 'en', 'plugin gravityforms', '36d4b3bae5135e7756b545783c00954b', 'Israeli New Sheqel', 0),
|
||
(1667, 'en', 'plugin gravityforms', 'a753ba91b1557de6930d8972b2e16bd6', 'Japanese Yen', 0),
|
||
(1668, 'en', 'plugin gravityforms', 'e12c176a6390cc50c6bc10dc4299d297', 'Malaysian Ringgit', 0),
|
||
(1669, 'en', 'plugin gravityforms', '3e0e19191835092dc11254c519e901d7', 'Mexican Peso', 0),
|
||
(1670, 'en', 'plugin gravityforms', '0224fbdf63721a050759cd59a8a9fddd', 'Norwegian Krone', 0),
|
||
(1671, 'en', 'plugin gravityforms', 'b69b040eacbb10016ea6ff6bb78e3d52', 'New Zealand Dollar', 0),
|
||
(1672, 'en', 'plugin gravityforms', '21deb8b3dceb859c9092bd8720c46504', 'Philippine Peso', 0),
|
||
(1673, 'en', 'plugin gravityforms', '521458528f5faf39e1d25c32098d5c0c', 'Polish Zloty', 0),
|
||
(1674, 'en', 'plugin gravityforms', '14fffa9dfc344af7f580d6a2c91507d4', 'Pound Sterling', 0),
|
||
(1675, 'en', 'plugin gravityforms', '11bca8d16b4a87096df210ae9aaaa323', 'Singapore Dollar', 0),
|
||
(1676, 'en', 'plugin gravityforms', '33ee712c3451768da98c4e7114dc19d3', 'Swedish Krona', 0),
|
||
(1677, 'en', 'plugin gravityforms', '74086e9575acbfc9716ce2022d71a172', 'Swiss Franc', 0),
|
||
(1678, 'en', 'plugin gravityforms', 'f61aa5d4cce6750834bd0e47d665cdbc', 'Taiwan New Dollar', 0),
|
||
(1679, 'en', 'plugin gravityforms', 'e91203579f334586b5de2bb59479c7e0', 'Thai Baht', 0),
|
||
(1680, 'en', 'plugin gravityforms', 'fe1757afe51000356591cb256a5c65f4', 'U.S. Dollar', 0),
|
||
(1681, 'en', 'theme double-r-group', '642fa08fba951378dca25cf328a60b56', 'Image gallery', 1),
|
||
(1682, 'en', 'theme double-r-group', 'dd1f775e443ff3b9a89270713580a51b', 'Previous', 1),
|
||
(1683, 'en', 'theme double-r-group', '10ac3d04253ef7e1ddc73e6091c0cd55', 'Next', 1),
|
||
(1684, 'en', 'WordPress', '0974d2c2f4c6420089275c2a41c4b41c', 'Pages:', 0),
|
||
(1685, 'en', 'WordPress', '374bea6cf8bd1e8fd64570b629cc6562', 'Next page', 0),
|
||
(1686, 'en', 'WordPress', '16ded2dc32322d80ce2362a47f4d7ef4', 'Previous page', 0),
|
||
(1687, 'en', 'Widgets', 'widget title - af1b98adf7f686b84cd0b443e022b7a0', '', 0),
|
||
(1722, 'en', 'Widgets', 'widget title - baa7a52965b99778f38ef37f235e9053', 'asas', 0),
|
||
(1721, 'en', 'Widgets', 'widget title - 898b47bd8333eeac1acfb12b8ea11943', 'Caballos por razas', 0),
|
||
(1690, 'en', 'WordPress', '6770c747a98d3821494d455352f90d14', 'Posts by %s', 0),
|
||
(1691, 'en', 'WordPress', '2fa470c1f30537dd5ab5cec8a93a1ccc', '<strong>ERROR</strong>: The password you entered for the username <strong>%1$s</strong> is incorrect. <a href="%2$s" title="Password Lost and Found">Lost your password</a>?', 0),
|
||
(1692, 'en', 'WordPress', '3bbbad631029e3575da7a151bba4f37c', 'Log In', 0),
|
||
(1693, 'en', 'WordPress', 'ca4765209dd2f16dce065d130cb158ad', 'Powered by WordPress', 0),
|
||
(1694, 'en', 'WordPress', 'f6039d44b29456b20f8f373155ae4973', 'Username', 0),
|
||
(1695, 'en', 'WordPress', 'dc647eb65e6711e155375218212b3964', 'Password', 0),
|
||
(1696, 'en', 'WordPress', 'e857817b07c27f3c57caa6c40f7499d4', 'Remember Me', 0),
|
||
(1697, 'en', 'WordPress', 'f97a400e851039612143280e1a9e4982', 'You have logged in successfully.', 0),
|
||
(1698, 'en', 'theme double-r-group', 'b83c6a2891d61c7c85740d174e63fe5a', 'Add New Horse', 1),
|
||
(1699, 'en', 'theme double-r-group', '0cb1116e0e3359b02d66685d67de75fa', 'Edit Horse', 1),
|
||
(1700, 'en', 'theme double-r-group', '756b3bdfdc6c0f33b4441824a3caa69c', 'New Horse', 1),
|
||
(1701, 'en', 'theme double-r-group', '75aa1e80443dd1145389881af846e102', 'View Horse', 1),
|
||
(1702, 'en', 'theme double-r-group', '6f1930431edc0cb96f07121d0f6638b1', 'Search Horses', 1),
|
||
(1703, 'en', 'theme double-r-group', 'f0d3c34bd9ab51287a47839c3599133a', 'No Horses found', 1),
|
||
(1704, 'en', 'theme double-r-group', 'e444f933d7edb94424e862fb751179fb', 'No Horses found in Trash', 1),
|
||
(1705, 'en', 'theme double-r-group', 'ccd60527ba2c9e372a715b16b59197f9', 'Parent Horse', 1),
|
||
(1720, 'en', 'Widgets', 'widget title - 0a25e3680d265c53368dde50f60c925f', 'Contacto', 0),
|
||
(1706, 'en', 'theme double-r-group', 'f3f43e30c8c7d78c6ac0173515e57a00', 'Filters', 1),
|
||
(1707, 'en', 'theme double-r-group', 'a19abdd6c9cec47663ba630959799af0', 'Horse Options', 1),
|
||
(1708, 'en', 'theme double-r-group', '62f5d708d6ad1fa1ddd9429a65cccbea', 'All categories', 1),
|
||
(1709, 'en', 'theme double-r-group', 'aeac069962b532af367f6916553c660a', 'Horse categories', 1),
|
||
(1710, 'en', 'theme double-r-group', 'c32bcbf6d7f9194c2e4bb2ed218ceab7', 'Choose what horse category you want to display on this page. Leave blank for all categories.', 1),
|
||
(1711, 'en', 'theme double-r-group', 'b69082840cb4c3ca749e9f3760c3a227', 'All breeds', 1),
|
||
(1712, 'en', 'theme double-r-group', '365c2127b3fa7d33f1a418bd099f0c06', 'All ages', 1),
|
||
(1713, 'en', 'theme double-r-group', 'b6228717feeab7967285f262fea1aecf', 'All genders', 1),
|
||
(1714, 'en', 'theme double-r-group', '054d47e7e645532ada0243db651912e8', 'Related horses', 1),
|
||
(1715, 'en', 'theme double-r-group', '79adaa2947747efbe1e376210b3be4d3', 'Breed', 1),
|
||
(1716, 'en', 'theme double-r-group', '019ec3132cdf8ee0f2e2a75cf5d3e459', 'Gender', 1),
|
||
(1717, 'en', 'theme double-r-group', '9d8d2d5ab12b515182a505f54db7f538', 'Age', 1),
|
||
(1718, 'en', 'theme double-r-group', '1bd4e734c62ac931c1be15b08a079544', 'Video gallery', 1),
|
||
(1723, 'en', 'Widgets', 'widget title - 7450c540d4c3fef04b723fdeadbc6842', 'Recent Tweets', 0),
|
||
(1724, 'en', 'Widgets', 'widget title - 341825a909ae0a19dd9dbea98ef3e021', '', 0),
|
||
(1725, 'en', 'WordPress', 'taxonomy singular name: Géneros', 'Géneros', 1),
|
||
(1726, 'en', 'WordPress', 'taxonomy general name: Géneros', 'Géneros', 1),
|
||
(1727, 'en', 'WordPress', 'taxonomy singular name: Razas', 'Razas', 1),
|
||
(1728, 'en', 'WordPress', 'taxonomy general name: Razas', 'Razas', 1),
|
||
(1729, 'en', 'LayerSlider WP', '<h1:3524043045> layer on slide #1 in slider #3', 'Cría de caballos para competición', 0),
|
||
(1730, 'en', 'LayerSlider WP', '<h2:2639306e56> layer on slide #1 in slider #3', 'fs dfsd fsf sf sf sf sdf', 0),
|
||
(1731, 'en', 'LayerSlider WP', '<p:47c1f11ed4> layer on slide #1 in slider #3', ' ', 0),
|
||
(1732, 'en', 'LayerSlider WP', '<h1:6ff8c8c94b> layer on slide #2 in slider #3', 'Instalaciones para el desarrollo y el entrenamiento de los caballos ', 0),
|
||
(1733, 'en', 'theme double-r-group', 'a30ca91be97a9cedc0d2426e54b0e782', 'Father', 1),
|
||
(1734, 'en', 'theme double-r-group', '518ba11ecfe3b9938cb1b1888d75b5d0', 'Father''s name', 1),
|
||
(1735, 'en', 'theme double-r-group', '721b07ba2610b105c7818e3f6c5c5dba', 'Paternal grandfather', 1),
|
||
(1736, 'en', 'theme double-r-group', 'c407b54acaace6270fe5306fe59a084f', 'Paternal grandfather''s name', 1),
|
||
(1737, 'en', 'theme double-r-group', '5ca4b6cd787dcb0f0f49c8982a1a4651', 'Paternal grandmother', 1),
|
||
(1738, 'en', 'theme double-r-group', '60a1fbf67c6f6699e2b18d6a00ff84ee', 'Paternal grandmother''s name', 1),
|
||
(1739, 'en', 'theme double-r-group', '24bc6472bc2ef4e33499e003cdcc3fa9', 'Paternal great-grandfather', 1),
|
||
(1740, 'en', 'theme double-r-group', '9dc4d2507b7df68564fcad8b19933d6d', 'Paternal great-grandfather''s name', 1),
|
||
(1741, 'en', 'theme double-r-group', '73730b005f3f7028782d753c58a70ecd', 'Paternal great-grandmother', 1),
|
||
(1742, 'en', 'theme double-r-group', 'ce472de49e4dae6d9d8ec2cb70d5d6c6', 'Paternal great-grandmother''s name', 1),
|
||
(1743, 'en', 'theme double-r-group', 'b8e18040dc07eead8e6741733653a740', 'Mother', 1),
|
||
(1744, 'en', 'theme double-r-group', 'd5820f3d12cd09702fe36e6231685732', 'Mother''s name', 1),
|
||
(1745, 'en', 'theme double-r-group', '062a4a82fd5cf099ff76f71cb191eab3', 'Maternal grandfather', 1),
|
||
(1746, 'en', 'theme double-r-group', '4901103d34f26d8bcb7ae666a6503a5d', 'Maternal grandfather''s name', 1),
|
||
(1747, 'en', 'theme double-r-group', '1fd53ae72cc0e8f861831711b6dcf603', 'Maternal grandmother', 1),
|
||
(1748, 'en', 'theme double-r-group', '8e794d33ec7b348a8d534a2a0160a1b0', 'Maternal grandmother''s name', 1),
|
||
(1749, 'en', 'theme double-r-group', 'e8a3ebc545332bf3c55b783562fba372', 'Maternal great-grandfather', 1),
|
||
(1750, 'en', 'theme double-r-group', 'ed87cbafd3d8a142de689dd5b0ab5efe', 'Maternal great-grandfather''s name', 1),
|
||
(1751, 'en', 'theme double-r-group', 'a9dd3e4cb6e41e630dc00ddcc4f83e66', 'Maternal great-grandmother', 1),
|
||
(1752, 'en', 'theme double-r-group', '058d00dc230c54a13875dcbd5ef2a5a2', 'Maternal great-grandmother''s name', 1),
|
||
(1753, 'en', 'theme double-r-group', '638f3ab55ae2b84c4b3e0709bfdafa47', 'Genealogy', 1),
|
||
(1754, 'en', 'theme double-r-group', '278e101cba94e67d12660b28c5ed431c', 'Paternal grandparents', 1),
|
||
(1755, 'en', 'theme double-r-group', '3cfc612dfaee09dbc8e9e056dcd205a8', 'Paternal great-grandparents', 1),
|
||
(1756, 'en', 'theme double-r-group', 'baaedfa696b0db28b616424b629353da', 'Maternal grandparents', 1),
|
||
(1757, 'en', 'theme double-r-group', '14224b11e700f01a0209590f96b090d3', 'Maternal great-grandparents', 1);
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_icl_string_positions`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_icl_string_positions` (
|
||
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`string_id` bigint(20) NOT NULL,
|
||
`kind` tinyint(4) DEFAULT NULL,
|
||
`position_in_page` varchar(255) NOT NULL,
|
||
PRIMARY KEY (`id`),
|
||
KEY `string_id` (`string_id`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2487 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_icl_string_positions`
|
||
--
|
||
|
||
INSERT INTO `drgrp_icl_string_positions` (`id`, `string_id`, `kind`, `position_in_page`) VALUES
|
||
(2457, 1734, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::9'),
|
||
(1464, 1177, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/cart.php::94'),
|
||
(2454, 1291, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product/tabs/tabs.php::71'),
|
||
(2455, 1313, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/user-welcome.php::7'),
|
||
(6, 28, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/admin/classes/class.options_machine.php::475'),
|
||
(7, 29, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/admin/front-end/options.php::47'),
|
||
(8, 30, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/admin/front-end/options.php::72'),
|
||
(9, 31, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/admin/functions/functions.mediauploader.php::20'),
|
||
(10, 32, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/admin/functions/functions.mediauploader.php::210'),
|
||
(11, 33, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/admin/functions/functions.mediauploader.php::210'),
|
||
(2456, 1733, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::8'),
|
||
(2452, 1289, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product/tabs/tabs.php::58'),
|
||
(2453, 1290, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product/tabs/tabs.php::65'),
|
||
(2450, 1287, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product/tabs/tabs.php::52'),
|
||
(2451, 1288, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product/tabs/tabs.php::58'),
|
||
(19, 41, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/author.php::46'),
|
||
(2446, 1227, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount/form-login.php::81'),
|
||
(21, 43, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/author.php::57'),
|
||
(2447, 1228, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount/form-login.php::90'),
|
||
(2449, 1248, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount-nav.php::10'),
|
||
(24, 46, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/content-search.php::19'),
|
||
(2448, 1247, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount-nav.php::5'),
|
||
(26, 48, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/content-single-topic-lead.php::18'),
|
||
(27, 49, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/content-single-topic-lead.php::22'),
|
||
(29, 51, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-reply-move.php::22'),
|
||
(30, 52, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-reply-move.php::39'),
|
||
(31, 53, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-reply-move.php::40'),
|
||
(32, 54, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-reply-move.php::56'),
|
||
(33, 55, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-reply-move.php::27'),
|
||
(34, 56, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-reply-move.php::31'),
|
||
(35, 57, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-reply-move.php::35'),
|
||
(36, 58, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-reply-move.php::47'),
|
||
(37, 59, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-reply-move.php::67'),
|
||
(38, 60, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-reply-move.php::71'),
|
||
(39, 61, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-reply-move.php::84'),
|
||
(40, 62, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-reply-move.php::84'),
|
||
(41, 63, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-reply.php::27'),
|
||
(42, 64, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-reply.php::74'),
|
||
(43, 65, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-reply.php::142'),
|
||
(44, 66, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-reply.php::150'),
|
||
(45, 67, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-reply.php::44'),
|
||
(46, 68, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-reply.php::55'),
|
||
(47, 69, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-reply.php::70'),
|
||
(48, 70, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-reply.php::109'),
|
||
(49, 71, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-reply.php::113'),
|
||
(50, 72, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-reply.php::158'),
|
||
(51, 73, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-reply.php::158'),
|
||
(52, 74, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-merge.php::22'),
|
||
(53, 75, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-merge.php::49'),
|
||
(54, 76, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-merge.php::27'),
|
||
(55, 77, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-merge.php::28'),
|
||
(56, 78, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-merge.php::32'),
|
||
(57, 79, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-merge.php::36'),
|
||
(58, 80, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-merge.php::40'),
|
||
(59, 81, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-merge.php::55'),
|
||
(60, 82, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-merge.php::63'),
|
||
(61, 83, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-merge.php::70'),
|
||
(62, 84, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-merge.php::75'),
|
||
(63, 85, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-merge.php::80'),
|
||
(64, 86, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-merge.php::105'),
|
||
(65, 87, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-merge.php::105'),
|
||
(66, 88, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-split.php::22'),
|
||
(67, 89, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-split.php::40'),
|
||
(68, 90, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-split.php::27'),
|
||
(69, 91, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-split.php::31'),
|
||
(70, 92, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-split.php::35'),
|
||
(71, 93, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-split.php::74'),
|
||
(72, 94, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-split.php::79'),
|
||
(73, 95, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-split.php::84'),
|
||
(74, 96, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-tag.php::18'),
|
||
(75, 97, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-tag.php::73'),
|
||
(76, 98, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-tag.php::101'),
|
||
(77, 99, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-tag.php::22'),
|
||
(78, 100, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-tag.php::25'),
|
||
(79, 101, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-tag.php::29'),
|
||
(80, 102, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-tag.php::35'),
|
||
(81, 103, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-tag.php::40'),
|
||
(82, 104, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-tag.php::59'),
|
||
(83, 105, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-tag.php::62'),
|
||
(84, 106, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-tag.php::68'),
|
||
(85, 107, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-tag.php::88'),
|
||
(86, 108, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-tag.php::91'),
|
||
(87, 109, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-tag.php::94'),
|
||
(88, 110, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-tag.php::95'),
|
||
(89, 111, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic-tag.php::45'),
|
||
(90, 112, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic.php::39'),
|
||
(91, 113, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic.php::41'),
|
||
(92, 114, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic.php::55'),
|
||
(93, 115, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic.php::97'),
|
||
(94, 116, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic.php::41'),
|
||
(95, 117, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic.php::94'),
|
||
(96, 118, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic.php::113'),
|
||
(97, 119, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic.php::125'),
|
||
(98, 120, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic.php::216'),
|
||
(99, 121, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic.php::216'),
|
||
(100, 122, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/loop-forums.php::19'),
|
||
(101, 123, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/loop-forums.php::20'),
|
||
(102, 124, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/loop-forums.php::21'),
|
||
(103, 125, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/loop-forums.php::21'),
|
||
(104, 126, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/loop-forums.php::22'),
|
||
(105, 127, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/loop-search-forum.php::30'),
|
||
(106, 128, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/loop-search-forum.php::26'),
|
||
(108, 130, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/loop-search-reply.php::42'),
|
||
(109, 131, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/loop-search-topic.php::48'),
|
||
(110, 132, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/loop-search-topic.php::53'),
|
||
(111, 133, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/loop-search-topic.php::57'),
|
||
(112, 130, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/loop-single-reply.php::48'),
|
||
(113, 135, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/loop-single-topic.php::60'),
|
||
(114, 136, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/loop-single-topic.php::68'),
|
||
(115, 137, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/loop-topics.php::20'),
|
||
(116, 138, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/user-details.php::40'),
|
||
(117, 139, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/user-details.php::46'),
|
||
(118, 140, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/user-details.php::52'),
|
||
(119, 141, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/user-details.php::63'),
|
||
(120, 142, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/user-details.php::73'),
|
||
(121, 143, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/user-details.php::80'),
|
||
(122, 144, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/user-details.php::40'),
|
||
(123, 145, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/user-details.php::46'),
|
||
(124, 146, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/user-details.php::52'),
|
||
(125, 147, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/user-details.php::63'),
|
||
(126, 148, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/user-details.php::73'),
|
||
(127, 149, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/user-details.php::80'),
|
||
(2445, 1226, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount/form-login.php::63'),
|
||
(2442, 1223, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount/form-login.php::31'),
|
||
(2443, 1224, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount/form-login.php::40'),
|
||
(2444, 1225, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount/form-login.php::53'),
|
||
(2439, 1216, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount/form-change-password.php::21'),
|
||
(2440, 1217, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount/form-change-password.php::23'),
|
||
(2441, 1222, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount/form-login.php::26'),
|
||
(2435, 1165, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/form-checkout.php::48'),
|
||
(2436, 1166, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/form-checkout.php::69'),
|
||
(2437, 1167, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/form-checkout.php::92'),
|
||
(2438, 214, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/content-product.php::65'),
|
||
(2433, 1163, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/form-checkout.php::36'),
|
||
(2434, 1164, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/form-checkout.php::42'),
|
||
(2432, 1125, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/cart.php::156'),
|
||
(2431, 1124, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/cart.php::153'),
|
||
(2429, 1117, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/cart.php::22'),
|
||
(2430, 1120, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/cart.php::29'),
|
||
(2427, 1113, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/widgets/tabs_widget.php::49'),
|
||
(2428, 1114, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/widgets/tabs_widget.php::132'),
|
||
(2424, 1110, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/widgets/contact_info.php::45'),
|
||
(2425, 1111, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/widgets/contact_info.php::53'),
|
||
(2426, 1112, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/widgets/tabs_widget.php::46'),
|
||
(2423, 1109, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/widgets/contact_info.php::41'),
|
||
(2422, 1108, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/widgets/contact_info.php::37'),
|
||
(2421, 1107, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/single-wpfc_sermon.php::298'),
|
||
(2420, 1106, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/single-wpfc_sermon.php::282'),
|
||
(2419, 1105, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/single-wpfc_sermon.php::179'),
|
||
(2418, 1104, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/single-avada_portfolio.php::291'),
|
||
(2417, 1103, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/single-avada_portfolio.php::276'),
|
||
(2416, 1102, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/single-avada_portfolio.php::270'),
|
||
(2415, 1101, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/single-avada_portfolio.php::262'),
|
||
(2414, 1100, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/single-avada_portfolio.php::254'),
|
||
(2413, 1099, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/single-avada_portfolio.php::246'),
|
||
(2412, 1098, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/single-avada_portfolio.php::243'),
|
||
(2407, 1093, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/search.php::72'),
|
||
(2408, 1094, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/search.php::86'),
|
||
(2409, 1095, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/search.php::87'),
|
||
(2410, 1096, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/side-navigation.php::56'),
|
||
(2411, 1097, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/single-avada_portfolio.php::239'),
|
||
(1407, 530, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1126'),
|
||
(2406, 1092, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/search.php::68'),
|
||
(2405, 1091, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/portfolio-one-column-text.php::203'),
|
||
(2404, 1090, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/portfolio-one-column-text.php::201'),
|
||
(2403, 1089, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/header.php::982'),
|
||
(2402, 1088, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/header.php::980'),
|
||
(2401, 1087, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/header.php::982'),
|
||
(2400, 1086, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/header.php::980'),
|
||
(2399, 1085, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/header.php::978'),
|
||
(2398, 1084, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/header.php::965'),
|
||
(2397, 1083, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/header.php::947'),
|
||
(2396, 1081, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/functions.php::870'),
|
||
(2395, 1080, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/functions.php::868'),
|
||
(2394, 1079, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/functions.php::868'),
|
||
(2393, 1078, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/functions.php::849'),
|
||
(2392, 1077, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/functions.php::848'),
|
||
(2391, 1076, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/functions.php::847'),
|
||
(2390, 1075, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/functions.php::846'),
|
||
(2389, 1074, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/functions.php::843'),
|
||
(2388, 1073, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/functions.php::843'),
|
||
(2387, 1072, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/functions.php::696'),
|
||
(2386, 1071, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/functions.php::695'),
|
||
(2385, 1070, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/functions.php::694'),
|
||
(2384, 1069, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/functions.php::693'),
|
||
(2383, 1068, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/functions.php::689'),
|
||
(2382, 1067, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/functions.php::688'),
|
||
(2381, 1066, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/functions.php::406'),
|
||
(2380, 1065, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/functions.php::316'),
|
||
(2379, 1064, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/functions.php::311'),
|
||
(2378, 1063, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/functions.php::311'),
|
||
(2373, 235, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/headers/header-main-menu.php::63'),
|
||
(2374, 236, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/headers/header-main-menu.php::64'),
|
||
(2375, 237, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/headers/header-menu.php::44'),
|
||
(2376, 238, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/headers/header-menu.php::46'),
|
||
(2377, 1062, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/functions.php::311'),
|
||
(2369, 231, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/headers/header-main-menu.php::15'),
|
||
(2370, 232, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/headers/header-main-menu.php::26'),
|
||
(2371, 233, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/headers/header-main-menu.php::29'),
|
||
(2372, 234, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/headers/header-main-menu.php::38'),
|
||
(2361, 223, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::2041'),
|
||
(2362, 224, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/custom_functions.php::88'),
|
||
(217, 239, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/ambrosite-post-link-plus.php::302'),
|
||
(218, 240, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/ambrosite-post-link-plus.php::302'),
|
||
(219, 241, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/envato-wordpress-toolkit-library/class-envato-protected-api.php::67'),
|
||
(220, 242, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/envato-wordpress-toolkit-library/class-envato-protected-api.php::71'),
|
||
(221, 243, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/envato-wordpress-toolkit-library/class-envato-protected-api.php::96'),
|
||
(222, 244, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/envato-wordpress-toolkit-library/class-envato-protected-api.php::167'),
|
||
(223, 245, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/envato-wordpress-toolkit-library/class-envato-wordpress-theme-upgrader.php::280'),
|
||
(224, 246, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/envato-wordpress-toolkit-library/class-envato-wordpress-theme-upgrader.php::291'),
|
||
(225, 247, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/parsers.php::42'),
|
||
(226, 248, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/parsers.php::43'),
|
||
(227, 249, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/parsers.php::84'),
|
||
(228, 250, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::134'),
|
||
(229, 251, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::135'),
|
||
(230, 252, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::178'),
|
||
(231, 253, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::178'),
|
||
(232, 254, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::179'),
|
||
(233, 255, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::199'),
|
||
(234, 256, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::215'),
|
||
(235, 257, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::240'),
|
||
(236, 258, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::269'),
|
||
(237, 259, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::324'),
|
||
(238, 260, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::374'),
|
||
(239, 261, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::425'),
|
||
(240, 262, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::465'),
|
||
(241, 263, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::511'),
|
||
(242, 264, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::537'),
|
||
(243, 265, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::559'),
|
||
(244, 266, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::618'),
|
||
(245, 267, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::790'),
|
||
(246, 268, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::853'),
|
||
(247, 269, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::866'),
|
||
(248, 270, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::910'),
|
||
(249, 271, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::916'),
|
||
(250, 272, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::923'),
|
||
(251, 273, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::928'),
|
||
(252, 274, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::934'),
|
||
(253, 275, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::1033'),
|
||
(254, 276, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::1040'),
|
||
(255, 277, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::1055'),
|
||
(256, 278, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::1056'),
|
||
(257, 279, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::266'),
|
||
(258, 280, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::267'),
|
||
(259, 281, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::279'),
|
||
(260, 282, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::282'),
|
||
(261, 283, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::299'),
|
||
(262, 284, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::310'),
|
||
(263, 285, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::313'),
|
||
(264, 286, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::321'),
|
||
(265, 287, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::323'),
|
||
(266, 288, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::783'),
|
||
(267, 289, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/importer/wordpress-importer.php::286'),
|
||
(268, 290, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::14'),
|
||
(269, 291, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::16'),
|
||
(270, 292, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::28'),
|
||
(271, 293, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::30'),
|
||
(272, 294, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::42'),
|
||
(273, 295, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::44'),
|
||
(274, 296, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::51'),
|
||
(275, 297, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::53'),
|
||
(276, 298, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::67'),
|
||
(277, 299, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::69'),
|
||
(278, 300, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::79'),
|
||
(279, 301, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::81'),
|
||
(280, 302, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::92'),
|
||
(281, 303, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::94'),
|
||
(282, 304, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::107'),
|
||
(283, 305, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::109'),
|
||
(284, 306, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::115'),
|
||
(285, 307, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::117'),
|
||
(286, 308, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::123'),
|
||
(287, 309, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::125'),
|
||
(288, 310, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::134'),
|
||
(289, 311, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::136'),
|
||
(290, 312, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::142'),
|
||
(291, 313, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::144'),
|
||
(292, 314, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::151'),
|
||
(293, 315, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::153'),
|
||
(294, 316, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::160'),
|
||
(295, 317, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::162'),
|
||
(296, 318, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::170'),
|
||
(297, 319, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::172'),
|
||
(298, 320, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::178'),
|
||
(299, 321, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::180'),
|
||
(300, 322, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::186'),
|
||
(301, 323, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::188'),
|
||
(302, 324, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::199'),
|
||
(303, 325, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::201'),
|
||
(304, 326, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::208'),
|
||
(305, 327, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::210'),
|
||
(306, 328, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::216'),
|
||
(307, 329, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::218'),
|
||
(308, 330, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::225'),
|
||
(309, 331, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::227'),
|
||
(310, 332, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::240'),
|
||
(311, 333, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::242'),
|
||
(312, 334, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::249'),
|
||
(313, 335, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::251'),
|
||
(314, 336, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::257'),
|
||
(315, 337, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::259'),
|
||
(316, 338, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::265'),
|
||
(317, 339, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::267'),
|
||
(318, 340, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::274'),
|
||
(319, 341, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::276'),
|
||
(320, 342, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::282'),
|
||
(321, 343, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::284'),
|
||
(322, 344, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::291'),
|
||
(323, 345, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::293'),
|
||
(324, 346, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::305'),
|
||
(325, 347, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::307'),
|
||
(326, 348, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::309'),
|
||
(327, 349, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::310'),
|
||
(328, 350, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::311'),
|
||
(329, 351, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::318'),
|
||
(330, 352, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::320'),
|
||
(331, 353, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::326'),
|
||
(332, 354, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::328'),
|
||
(333, 355, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::337'),
|
||
(334, 356, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::339'),
|
||
(335, 357, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::349'),
|
||
(336, 358, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::351'),
|
||
(337, 359, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::361'),
|
||
(338, 360, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::363');
|
||
INSERT INTO `drgrp_icl_string_positions` (`id`, `string_id`, `kind`, `position_in_page`) VALUES
|
||
(339, 361, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::377'),
|
||
(340, 362, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::379'),
|
||
(341, 363, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::387'),
|
||
(342, 364, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::389'),
|
||
(343, 365, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::391'),
|
||
(344, 366, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::392'),
|
||
(345, 367, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::393'),
|
||
(346, 368, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::407'),
|
||
(347, 369, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::409'),
|
||
(348, 370, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::411'),
|
||
(349, 371, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::412'),
|
||
(350, 372, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::413'),
|
||
(351, 373, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::414'),
|
||
(352, 374, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::425'),
|
||
(353, 375, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::427'),
|
||
(354, 376, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::432'),
|
||
(355, 377, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::434'),
|
||
(356, 378, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::442'),
|
||
(357, 379, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::444'),
|
||
(358, 380, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::457'),
|
||
(359, 381, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::459'),
|
||
(360, 382, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::466'),
|
||
(361, 383, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::468'),
|
||
(362, 384, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::475'),
|
||
(363, 385, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::477'),
|
||
(364, 386, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::484'),
|
||
(365, 387, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::486'),
|
||
(366, 388, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::612'),
|
||
(367, 389, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::614'),
|
||
(368, 390, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::626'),
|
||
(369, 391, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::628'),
|
||
(370, 392, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::644'),
|
||
(371, 393, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::646'),
|
||
(372, 394, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::675'),
|
||
(373, 395, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::677'),
|
||
(374, 396, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::685'),
|
||
(375, 397, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::687'),
|
||
(376, 398, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::696'),
|
||
(377, 399, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::698'),
|
||
(378, 400, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::713'),
|
||
(379, 401, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::715'),
|
||
(380, 402, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::720'),
|
||
(381, 403, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::722'),
|
||
(382, 404, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::735'),
|
||
(383, 405, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::737'),
|
||
(384, 406, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::813'),
|
||
(385, 407, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::815'),
|
||
(386, 408, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::820'),
|
||
(387, 409, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::822'),
|
||
(388, 410, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::830'),
|
||
(389, 411, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::832'),
|
||
(390, 412, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::841'),
|
||
(391, 413, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::843'),
|
||
(392, 414, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::852'),
|
||
(393, 415, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::854'),
|
||
(394, 416, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::859'),
|
||
(395, 417, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::861'),
|
||
(396, 418, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::869'),
|
||
(397, 419, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::871'),
|
||
(398, 420, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::876'),
|
||
(399, 421, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::878'),
|
||
(400, 422, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::883'),
|
||
(401, 423, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::885'),
|
||
(402, 424, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::890'),
|
||
(403, 425, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::892'),
|
||
(404, 426, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::897'),
|
||
(405, 427, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::899'),
|
||
(406, 428, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::904'),
|
||
(407, 429, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::906'),
|
||
(408, 430, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::912'),
|
||
(409, 431, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::914'),
|
||
(410, 432, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::920'),
|
||
(411, 433, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::922'),
|
||
(412, 434, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::931'),
|
||
(413, 435, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::938'),
|
||
(414, 436, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::948'),
|
||
(415, 437, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::957'),
|
||
(416, 438, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::959'),
|
||
(417, 439, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::988'),
|
||
(418, 440, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::995'),
|
||
(419, 441, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1002'),
|
||
(420, 442, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1009'),
|
||
(421, 443, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1016'),
|
||
(422, 444, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1023'),
|
||
(423, 445, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1031'),
|
||
(424, 446, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1044'),
|
||
(425, 447, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1046'),
|
||
(426, 448, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1053'),
|
||
(427, 449, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1066'),
|
||
(428, 450, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1075'),
|
||
(429, 451, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1077'),
|
||
(430, 452, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1087'),
|
||
(431, 453, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1097'),
|
||
(432, 454, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1112'),
|
||
(433, 455, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1114'),
|
||
(434, 456, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1126'),
|
||
(435, 457, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1128'),
|
||
(436, 458, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1136'),
|
||
(437, 459, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1138'),
|
||
(438, 460, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1154'),
|
||
(439, 461, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1156'),
|
||
(440, 462, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1164'),
|
||
(441, 463, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1166'),
|
||
(442, 464, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1174'),
|
||
(443, 465, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1176'),
|
||
(444, 466, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1184'),
|
||
(445, 467, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1186'),
|
||
(446, 468, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1196'),
|
||
(447, 469, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1204'),
|
||
(448, 470, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1206'),
|
||
(449, 471, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1214'),
|
||
(450, 472, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1216'),
|
||
(451, 473, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1226'),
|
||
(452, 474, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1236'),
|
||
(453, 475, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1246'),
|
||
(454, 476, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1256'),
|
||
(455, 477, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1266'),
|
||
(456, 478, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1274'),
|
||
(457, 479, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1276'),
|
||
(458, 480, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1284'),
|
||
(459, 481, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1286'),
|
||
(460, 482, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1294'),
|
||
(461, 483, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1296'),
|
||
(462, 484, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1304'),
|
||
(463, 485, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1306'),
|
||
(464, 486, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1314'),
|
||
(465, 487, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1316'),
|
||
(466, 488, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1324'),
|
||
(467, 489, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1326'),
|
||
(468, 490, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1344'),
|
||
(469, 491, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1346'),
|
||
(470, 492, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1364'),
|
||
(471, 493, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1366'),
|
||
(472, 494, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1374'),
|
||
(473, 495, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1376'),
|
||
(474, 496, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1384'),
|
||
(475, 497, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1386'),
|
||
(476, 498, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1394'),
|
||
(477, 499, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1396'),
|
||
(478, 500, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1404'),
|
||
(479, 501, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/config/defaults.php::1406'),
|
||
(480, 502, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/layerslider.php::100'),
|
||
(481, 503, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/layerslider.php::116'),
|
||
(482, 504, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/layerslider.php::121'),
|
||
(483, 505, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/skin_editor.php::23'),
|
||
(484, 506, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/skin_editor.php::25'),
|
||
(485, 507, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/skin_editor.php::30'),
|
||
(486, 508, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/skin_editor.php::38'),
|
||
(487, 509, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/skin_editor.php::39'),
|
||
(488, 510, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/skin_editor.php::45'),
|
||
(489, 511, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/skin_editor.php::55'),
|
||
(490, 512, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/skin_editor.php::56'),
|
||
(491, 513, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/skin_editor.php::58'),
|
||
(492, 514, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/skin_editor.php::70'),
|
||
(493, 515, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/skin_editor.php::75'),
|
||
(494, 516, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/skin_editor.php::77'),
|
||
(495, 517, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/skin_editor.php::78'),
|
||
(496, 518, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::84'),
|
||
(497, 519, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::92'),
|
||
(498, 520, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::95'),
|
||
(499, 521, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::98'),
|
||
(500, 522, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::101'),
|
||
(501, 523, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::104'),
|
||
(502, 524, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::106'),
|
||
(503, 525, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::130'),
|
||
(504, 526, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::154'),
|
||
(505, 527, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::155'),
|
||
(506, 528, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::168'),
|
||
(507, 529, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::169'),
|
||
(508, 530, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::169'),
|
||
(509, 531, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::180'),
|
||
(510, 532, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::198'),
|
||
(511, 533, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::200'),
|
||
(512, 534, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::205'),
|
||
(513, 535, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::212'),
|
||
(514, 536, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::228'),
|
||
(515, 537, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::245'),
|
||
(516, 538, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::255'),
|
||
(517, 539, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::255'),
|
||
(518, 540, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::283'),
|
||
(519, 541, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::284'),
|
||
(520, 542, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::285'),
|
||
(521, 543, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::289'),
|
||
(522, 544, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::290'),
|
||
(523, 545, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::291'),
|
||
(524, 546, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::292'),
|
||
(525, 547, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::293'),
|
||
(526, 548, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::314'),
|
||
(527, 549, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::315'),
|
||
(528, 550, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::316'),
|
||
(529, 551, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::317'),
|
||
(530, 552, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::325'),
|
||
(531, 553, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::326'),
|
||
(532, 554, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::327'),
|
||
(533, 555, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::328'),
|
||
(534, 556, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::329'),
|
||
(535, 557, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::330'),
|
||
(536, 558, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::331'),
|
||
(537, 559, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::347'),
|
||
(538, 560, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::348'),
|
||
(539, 561, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::354'),
|
||
(540, 562, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::358'),
|
||
(541, 563, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::360'),
|
||
(542, 564, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::386'),
|
||
(543, 565, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::387'),
|
||
(544, 566, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::389'),
|
||
(545, 567, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::434'),
|
||
(546, 568, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::473'),
|
||
(547, 569, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::512'),
|
||
(548, 570, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::517'),
|
||
(549, 571, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::517'),
|
||
(550, 572, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::538'),
|
||
(551, 573, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::549'),
|
||
(552, 574, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::560'),
|
||
(553, 575, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::571'),
|
||
(554, 576, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::587'),
|
||
(555, 577, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::588'),
|
||
(556, 578, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::591'),
|
||
(557, 579, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::625'),
|
||
(558, 580, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::637'),
|
||
(559, 581, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::647'),
|
||
(560, 582, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::657'),
|
||
(561, 583, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::667'),
|
||
(562, 584, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::677'),
|
||
(563, 585, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::687'),
|
||
(564, 586, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::697'),
|
||
(565, 587, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::707'),
|
||
(566, 588, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit.php::718'),
|
||
(567, 589, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_posts.php::34'),
|
||
(568, 590, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_posts.php::53'),
|
||
(569, 591, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_posts.php::65'),
|
||
(570, 592, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_posts.php::77'),
|
||
(571, 593, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_posts.php::105'),
|
||
(572, 594, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_posts.php::106'),
|
||
(573, 595, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_posts.php::118'),
|
||
(574, 596, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_posts.php::120'),
|
||
(575, 597, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_posts.php::125'),
|
||
(576, 598, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_posts.php::128'),
|
||
(577, 599, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_settings.php::6'),
|
||
(578, 600, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_settings.php::16'),
|
||
(579, 601, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_settings.php::17'),
|
||
(580, 602, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_settings.php::18'),
|
||
(581, 603, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_settings.php::19'),
|
||
(582, 346, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_settings.php::20'),
|
||
(583, 605, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_settings.php::21'),
|
||
(584, 606, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_settings.php::30'),
|
||
(585, 607, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_settings.php::41'),
|
||
(586, 608, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_settings.php::52'),
|
||
(587, 609, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_settings.php::72'),
|
||
(588, 610, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_settings.php::83'),
|
||
(589, 611, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_settings.php::94'),
|
||
(590, 612, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_settings.php::105'),
|
||
(591, 613, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_settings.php::109'),
|
||
(592, 614, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_settings.php::116'),
|
||
(593, 615, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_settings.php::149'),
|
||
(594, 616, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_settings.php::174'),
|
||
(595, 617, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_settings.php::180'),
|
||
(596, 618, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_settings.php::196'),
|
||
(597, 619, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_settings.php::207'),
|
||
(598, 620, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_settings.php::233'),
|
||
(599, 621, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_edit_settings.php::244'),
|
||
(600, 622, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::56'),
|
||
(601, 623, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::57'),
|
||
(602, 624, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::58'),
|
||
(603, 625, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::59'),
|
||
(604, 626, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::60'),
|
||
(605, 627, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::61'),
|
||
(606, 628, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::62'),
|
||
(607, 629, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::63'),
|
||
(608, 630, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::64'),
|
||
(609, 631, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::65'),
|
||
(610, 632, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::66'),
|
||
(611, 633, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::74'),
|
||
(612, 634, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::76'),
|
||
(613, 635, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::77'),
|
||
(614, 636, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::86'),
|
||
(615, 637, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::87'),
|
||
(616, 638, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::88'),
|
||
(617, 639, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::102'),
|
||
(618, 640, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::103'),
|
||
(619, 641, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::113'),
|
||
(620, 642, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::115'),
|
||
(621, 643, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::116'),
|
||
(622, 644, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::130'),
|
||
(623, 645, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::131'),
|
||
(624, 646, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::132'),
|
||
(625, 647, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::134'),
|
||
(626, 648, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::135'),
|
||
(627, 649, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::161'),
|
||
(628, 650, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::165'),
|
||
(629, 651, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::168'),
|
||
(630, 652, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::172'),
|
||
(631, 653, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::181');
|
||
INSERT INTO `drgrp_icl_string_positions` (`id`, `string_id`, `kind`, `position_in_page`) VALUES
|
||
(632, 654, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::188'),
|
||
(633, 655, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::189'),
|
||
(634, 656, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::190'),
|
||
(635, 657, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::192'),
|
||
(636, 658, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::194'),
|
||
(637, 659, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::202'),
|
||
(638, 660, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::221'),
|
||
(639, 661, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::225'),
|
||
(640, 662, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::228'),
|
||
(641, 663, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::230'),
|
||
(642, 664, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::238'),
|
||
(643, 665, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::241'),
|
||
(644, 666, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::244'),
|
||
(645, 667, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::253'),
|
||
(646, 668, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::266'),
|
||
(647, 669, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::271'),
|
||
(648, 670, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::275'),
|
||
(649, 671, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::277'),
|
||
(650, 672, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::278'),
|
||
(651, 673, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::279'),
|
||
(652, 674, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::280'),
|
||
(653, 675, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::281'),
|
||
(654, 676, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::284'),
|
||
(655, 677, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::285'),
|
||
(656, 678, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::285'),
|
||
(657, 679, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::288'),
|
||
(658, 680, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::302'),
|
||
(659, 681, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::308'),
|
||
(660, 682, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::309'),
|
||
(661, 683, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::310'),
|
||
(662, 684, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::311'),
|
||
(663, 685, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::312'),
|
||
(664, 686, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::313'),
|
||
(665, 687, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::315'),
|
||
(666, 688, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::339'),
|
||
(667, 689, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::340'),
|
||
(668, 690, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::346'),
|
||
(669, 691, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::348'),
|
||
(670, 692, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::351'),
|
||
(671, 693, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::353'),
|
||
(672, 694, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::356'),
|
||
(673, 695, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::358'),
|
||
(674, 696, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::361'),
|
||
(675, 697, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::363'),
|
||
(676, 698, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::366'),
|
||
(677, 699, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::368'),
|
||
(678, 700, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::383'),
|
||
(679, 701, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::394'),
|
||
(680, 702, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::406'),
|
||
(681, 703, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::416'),
|
||
(682, 704, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::418'),
|
||
(683, 705, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::423'),
|
||
(684, 706, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::430'),
|
||
(685, 707, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::431'),
|
||
(686, 708, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::440'),
|
||
(687, 709, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::442'),
|
||
(688, 710, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::444'),
|
||
(689, 711, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::445'),
|
||
(690, 712, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::446'),
|
||
(691, 713, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::447'),
|
||
(692, 714, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::450'),
|
||
(693, 715, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::450'),
|
||
(694, 716, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::474'),
|
||
(695, 717, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/slider_list.php::474'),
|
||
(696, 718, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/style_editor.php::38'),
|
||
(697, 719, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/style_editor.php::53'),
|
||
(698, 720, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/style_editor.php::62'),
|
||
(699, 721, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/style_editor.php::64'),
|
||
(700, 722, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/style_editor.php::77'),
|
||
(701, 723, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/style_editor.php::80'),
|
||
(702, 724, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::77'),
|
||
(703, 725, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::82'),
|
||
(704, 726, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::83'),
|
||
(705, 727, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::86'),
|
||
(706, 728, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::87'),
|
||
(707, 729, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::88'),
|
||
(708, 730, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::89'),
|
||
(709, 731, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::94'),
|
||
(710, 732, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::100'),
|
||
(711, 733, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::101'),
|
||
(712, 734, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::103'),
|
||
(713, 735, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::104'),
|
||
(714, 736, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::105'),
|
||
(715, 737, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::106'),
|
||
(716, 738, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::107'),
|
||
(717, 739, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::108'),
|
||
(718, 740, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::115'),
|
||
(719, 741, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::117'),
|
||
(720, 742, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::119'),
|
||
(721, 743, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::127'),
|
||
(722, 744, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::129'),
|
||
(723, 745, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::137'),
|
||
(724, 746, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::140'),
|
||
(725, 637, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::173'),
|
||
(726, 748, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::175'),
|
||
(727, 749, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::187'),
|
||
(728, 750, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::229'),
|
||
(729, 751, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::231'),
|
||
(730, 752, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::232'),
|
||
(731, 753, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::233'),
|
||
(732, 754, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::263'),
|
||
(733, 755, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::322'),
|
||
(734, 756, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::328'),
|
||
(735, 757, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::403'),
|
||
(736, 758, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::445'),
|
||
(737, 759, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::446'),
|
||
(738, 760, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::448'),
|
||
(739, 761, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::453'),
|
||
(740, 762, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::459'),
|
||
(741, 763, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::460'),
|
||
(742, 764, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::461'),
|
||
(743, 765, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::462'),
|
||
(744, 766, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::473'),
|
||
(745, 767, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::500'),
|
||
(746, 768, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::516'),
|
||
(747, 769, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::518'),
|
||
(748, 770, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::525'),
|
||
(749, 771, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::535'),
|
||
(750, 772, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::544'),
|
||
(751, 773, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::880'),
|
||
(752, 774, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::881'),
|
||
(753, 775, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::1050'),
|
||
(754, 776, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::1066'),
|
||
(755, 777, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::1091'),
|
||
(756, 778, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/views/transition_builder.php::1091'),
|
||
(757, 779, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/wp/actions.php::556'),
|
||
(758, 780, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/wp/actions.php::556'),
|
||
(759, 781, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/wp/actions.php::570'),
|
||
(760, 782, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/wp/actions.php::570'),
|
||
(761, 783, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/wp/compatibility.php::16'),
|
||
(762, 784, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/wp/compatibility.php::18'),
|
||
(763, 785, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/wp/compatibility.php::20'),
|
||
(764, 786, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/wp/menus.php::45'),
|
||
(765, 787, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/wp/menus.php::50'),
|
||
(766, 788, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/wp/notices.php::22'),
|
||
(767, 789, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/wp/notices.php::20'),
|
||
(768, 790, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/wp/notices.php::25'),
|
||
(769, 791, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/wp/shortcodes.php::10'),
|
||
(770, 792, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/wp/shortcodes.php::23'),
|
||
(771, 793, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/wp/widgets.php::10'),
|
||
(772, 794, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/wp/widgets.php::12'),
|
||
(773, 795, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/wp/widgets.php::33'),
|
||
(774, 796, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/wp/widgets.php::39'),
|
||
(775, 797, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/wp/widgets.php::52'),
|
||
(776, 798, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/LayerSlider/wp/widgets.php::56'),
|
||
(777, 799, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/mega-menus.php::165'),
|
||
(778, 800, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/mega-menus.php::169'),
|
||
(779, 801, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/mega-menus.php::327'),
|
||
(780, 802, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/mega-menus.php::182'),
|
||
(781, 803, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/mega-menus.php::214'),
|
||
(782, 804, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/mega-menus.php::223'),
|
||
(783, 805, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/mega-menus.php::230'),
|
||
(784, 806, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/mega-menus.php::236'),
|
||
(785, 807, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/mega-menus.php::243'),
|
||
(786, 808, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/mega-menus.php::248'),
|
||
(787, 809, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/mega-menus.php::254'),
|
||
(788, 810, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/mega-menus.php::260'),
|
||
(789, 811, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/mega-menus.php::262'),
|
||
(790, 812, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/mega-menus.php::269'),
|
||
(791, 813, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/mega-menus.php::275'),
|
||
(792, 814, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/mega-menus.php::280'),
|
||
(793, 815, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/mega-menus.php::282'),
|
||
(794, 816, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/mega-menus.php::293'),
|
||
(795, 817, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/mega-menus.php::295'),
|
||
(796, 818, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/mega-menus.php::305'),
|
||
(797, 819, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/mega-menus.php::315'),
|
||
(798, 820, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/mega-menus.php::316'),
|
||
(799, 821, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/mega-menus.php::317'),
|
||
(800, 822, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/mega-menus.php::320'),
|
||
(801, 823, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/mega-menus.php::340'),
|
||
(802, 824, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/mega-menus.php::341'),
|
||
(803, 825, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/mega-menus.php::197'),
|
||
(804, 826, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/mega-menus.php::210'),
|
||
(805, 827, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/post-types-order/include/functions.php::65'),
|
||
(806, 828, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/post-types-order/include/functions.php::66'),
|
||
(807, 829, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/post-types-order/include/functions.php::66'),
|
||
(808, 830, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/post-types-order/include/functions.php::67'),
|
||
(809, 831, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/post-types-order/include/functions.php::67'),
|
||
(810, 832, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/post-types-order/include/options.php::16'),
|
||
(811, 833, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/post-types-order/include/options.php::28'),
|
||
(812, 834, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/post-types-order/include/options.php::34'),
|
||
(813, 835, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/post-types-order/include/options.php::39'),
|
||
(814, 836, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/post-types-order/include/options.php::42'),
|
||
(815, 837, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/post-types-order/include/options.php::43'),
|
||
(816, 838, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/post-types-order/include/options.php::44'),
|
||
(817, 839, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/post-types-order/include/options.php::45'),
|
||
(818, 840, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/post-types-order/include/options.php::46'),
|
||
(819, 841, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/post-types-order/include/options.php::52'),
|
||
(820, 842, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/post-types-order/include/options.php::56'),
|
||
(821, 843, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/post-types-order/include/options.php::58'),
|
||
(822, 844, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/post-types-order/include/options.php::61'),
|
||
(823, 845, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/post-types-order/include/options.php::74'),
|
||
(824, 846, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/post-types-order/include/options.php::83'),
|
||
(825, 847, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/post-types-order/include/options.php::98'),
|
||
(826, 848, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/post-types-order/include/options.php::102'),
|
||
(827, 849, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/post-types-order/include/options.php::111'),
|
||
(828, 850, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/post-types-order/post-types-order.php::514'),
|
||
(829, 851, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/post-types-order/post-types-order.php::107'),
|
||
(830, 852, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/post-types-order/post-types-order.php::107'),
|
||
(831, 853, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/post-types-order/post-types-order.php::107'),
|
||
(832, 854, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/post-types-order/post-types-order.php::468'),
|
||
(833, 855, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/post-types-order/post-types-order.php::497'),
|
||
(834, 856, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::67'),
|
||
(835, 857, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::92'),
|
||
(836, 858, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::447'),
|
||
(837, 859, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::447'),
|
||
(838, 860, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::448'),
|
||
(839, 861, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::448'),
|
||
(840, 862, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::481'),
|
||
(841, 863, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::481'),
|
||
(842, 864, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::482'),
|
||
(843, 865, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::482'),
|
||
(844, 866, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::483'),
|
||
(845, 867, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::542'),
|
||
(846, 868, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::542'),
|
||
(847, 869, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::542'),
|
||
(848, 870, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::556'),
|
||
(849, 871, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::556'),
|
||
(850, 872, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::558'),
|
||
(851, 873, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::558'),
|
||
(852, 874, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::559'),
|
||
(853, 875, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::559'),
|
||
(854, 876, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::560'),
|
||
(855, 877, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::560'),
|
||
(856, 878, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::561'),
|
||
(857, 879, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::561'),
|
||
(858, 880, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::562'),
|
||
(859, 881, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::562'),
|
||
(860, 882, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::563'),
|
||
(861, 883, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::563'),
|
||
(862, 884, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::94'),
|
||
(863, 885, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::96'),
|
||
(864, 886, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::169'),
|
||
(865, 887, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::177'),
|
||
(866, 888, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::187'),
|
||
(867, 889, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::195'),
|
||
(868, 890, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::202'),
|
||
(869, 891, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::204'),
|
||
(870, 892, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::224'),
|
||
(871, 893, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-admin.php::226'),
|
||
(872, 894, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-frontend.php::173'),
|
||
(873, 895, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-frontend.php::174'),
|
||
(874, 896, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-frontend.php::175'),
|
||
(875, 897, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-frontend.php::176'),
|
||
(876, 898, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::90'),
|
||
(877, 899, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::91'),
|
||
(878, 900, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::92'),
|
||
(879, 901, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::93'),
|
||
(880, 902, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::94'),
|
||
(881, 903, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::95'),
|
||
(882, 904, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::96'),
|
||
(883, 905, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::97'),
|
||
(884, 906, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::121'),
|
||
(885, 907, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::121'),
|
||
(886, 908, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::138'),
|
||
(887, 909, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::139'),
|
||
(888, 910, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::140'),
|
||
(889, 911, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::141'),
|
||
(890, 912, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::142'),
|
||
(891, 913, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::143'),
|
||
(892, 914, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::144'),
|
||
(893, 915, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::145'),
|
||
(894, 916, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::180'),
|
||
(895, 917, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::181'),
|
||
(896, 918, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::182'),
|
||
(897, 919, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::183'),
|
||
(898, 920, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::185'),
|
||
(899, 921, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::186'),
|
||
(900, 922, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::187'),
|
||
(901, 923, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::188'),
|
||
(902, 924, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::189'),
|
||
(903, 925, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::191'),
|
||
(904, 926, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::192'),
|
||
(905, 927, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::207'),
|
||
(906, 928, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::251'),
|
||
(907, 864, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::88'),
|
||
(908, 930, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::89'),
|
||
(909, 931, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::135'),
|
||
(910, 931, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-posttypes.php::136'),
|
||
(911, 933, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings-api.php::161'),
|
||
(912, 934, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings-api.php::781'),
|
||
(913, 935, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings-api.php::792'),
|
||
(914, 936, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings-api.php::131'),
|
||
(915, 937, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings-api.php::142'),
|
||
(916, 938, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::70'),
|
||
(917, 939, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::71');
|
||
INSERT INTO `drgrp_icl_string_positions` (`id`, `string_id`, `kind`, `position_in_page`) VALUES
|
||
(918, 940, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::75'),
|
||
(919, 941, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::76'),
|
||
(920, 942, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::80'),
|
||
(921, 943, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::81'),
|
||
(922, 944, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::102'),
|
||
(923, 945, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::103'),
|
||
(924, 946, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::108'),
|
||
(925, 947, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::112'),
|
||
(926, 948, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::113'),
|
||
(927, 949, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::118'),
|
||
(928, 950, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::118'),
|
||
(929, 951, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::122'),
|
||
(930, 952, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::123'),
|
||
(931, 953, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::132'),
|
||
(932, 954, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::133'),
|
||
(933, 955, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::143'),
|
||
(934, 956, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::144'),
|
||
(935, 957, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::151'),
|
||
(936, 958, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::152'),
|
||
(937, 959, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::159'),
|
||
(938, 960, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::160'),
|
||
(939, 961, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::167'),
|
||
(940, 962, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::168'),
|
||
(941, 963, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::177'),
|
||
(942, 964, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::185'),
|
||
(943, 965, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::193'),
|
||
(944, 966, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::201'),
|
||
(945, 967, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::209'),
|
||
(946, 968, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::217'),
|
||
(947, 969, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::225'),
|
||
(948, 970, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::233'),
|
||
(949, 971, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::241'),
|
||
(950, 972, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::249'),
|
||
(951, 973, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::257'),
|
||
(952, 974, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::265'),
|
||
(953, 975, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::318'),
|
||
(954, 976, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::320'),
|
||
(955, 977, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::329'),
|
||
(956, 978, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::330'),
|
||
(957, 979, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::330'),
|
||
(958, 980, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::331'),
|
||
(959, 981, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::332'),
|
||
(960, 982, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::342'),
|
||
(961, 983, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::343'),
|
||
(962, 984, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::344'),
|
||
(963, 985, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::345'),
|
||
(964, 986, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::346'),
|
||
(965, 987, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::347'),
|
||
(966, 988, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::348'),
|
||
(967, 989, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::349'),
|
||
(968, 990, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::350'),
|
||
(969, 991, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::351'),
|
||
(970, 992, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::352'),
|
||
(971, 993, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::362'),
|
||
(972, 994, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::363'),
|
||
(973, 995, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::364'),
|
||
(974, 996, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::365'),
|
||
(975, 997, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::376'),
|
||
(976, 998, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::381'),
|
||
(977, 999, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::383'),
|
||
(978, 1000, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::385'),
|
||
(979, 1001, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::386'),
|
||
(980, 1002, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::387'),
|
||
(981, 1003, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::388'),
|
||
(982, 1004, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::394'),
|
||
(983, 1005, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::396'),
|
||
(984, 1006, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::398'),
|
||
(985, 1007, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::398'),
|
||
(986, 1008, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::399'),
|
||
(987, 1009, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::399'),
|
||
(988, 1010, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::400'),
|
||
(989, 1011, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::400'),
|
||
(990, 1012, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::401'),
|
||
(991, 1013, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::401'),
|
||
(992, 1014, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::407'),
|
||
(993, 1015, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::409'),
|
||
(994, 1016, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::410'),
|
||
(995, 1017, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::418'),
|
||
(996, 1018, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::420'),
|
||
(997, 1019, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::425'),
|
||
(998, 1020, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::427'),
|
||
(999, 1021, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::427'),
|
||
(1000, 1022, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::428'),
|
||
(1001, 1023, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::428'),
|
||
(1002, 1024, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::433'),
|
||
(1003, 1025, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::435'),
|
||
(1004, 1026, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::435'),
|
||
(1005, 1027, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::436'),
|
||
(1006, 1028, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::436'),
|
||
(1007, 1029, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::446'),
|
||
(1008, 1030, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::451'),
|
||
(1009, 1031, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::453'),
|
||
(1010, 1032, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::455'),
|
||
(1011, 1033, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::455'),
|
||
(1012, 1034, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::456'),
|
||
(1013, 1035, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::456'),
|
||
(1014, 1036, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::457'),
|
||
(1015, 1037, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::457'),
|
||
(1016, 1038, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::463'),
|
||
(1017, 1039, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-settings.php::464'),
|
||
(1018, 1040, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-utils.php::30'),
|
||
(1019, 1041, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-utils.php::32'),
|
||
(1020, 1042, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-utils.php::44'),
|
||
(1021, 1043, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-utils.php::45'),
|
||
(1022, 1044, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-utils.php::46'),
|
||
(1023, 1045, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-utils.php::47'),
|
||
(1024, 1046, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider-utils.php::79'),
|
||
(1025, 1047, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider.php::67'),
|
||
(1026, 1048, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/classes/class-wooslider.php::68'),
|
||
(1027, 1049, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/widgets/widget-wooslider-attachments.php::31'),
|
||
(1028, 1050, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/widgets/widget-wooslider-attachments.php::33'),
|
||
(1029, 1051, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/widgets/widget-wooslider-attachments.php::38'),
|
||
(1030, 1052, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/widgets/widget-wooslider-base.php::45'),
|
||
(1031, 1053, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/widgets/widget-wooslider-base.php::47'),
|
||
(1032, 1054, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/widgets/widget-wooslider-base.php::260'),
|
||
(1033, 1055, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/widgets/widget-wooslider-base.php::266'),
|
||
(1034, 1056, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/widgets/widget-wooslider-base.php::297'),
|
||
(1035, 1057, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/widgets/widget-wooslider-base.php::299'),
|
||
(1036, 1058, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/widgets/widget-wooslider-posts.php::31'),
|
||
(1037, 1059, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/widgets/widget-wooslider-posts.php::33'),
|
||
(1038, 1060, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/widgets/widget-wooslider-slides.php::31'),
|
||
(1039, 1061, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/plugins/tf-flexslider/widgets/widget-wooslider-slides.php::33'),
|
||
(2368, 230, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/headers/header-main-menu.php::23'),
|
||
(2367, 229, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/headers/header-main-menu.php::20'),
|
||
(2366, 228, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/custom_functions.php::185'),
|
||
(2365, 227, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/custom_functions.php::184'),
|
||
(2364, 226, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/custom_functions.php::124'),
|
||
(2363, 225, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/custom_functions.php::98'),
|
||
(2359, 221, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::2039'),
|
||
(2360, 222, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::2040'),
|
||
(2352, 214, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::2030'),
|
||
(2353, 215, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::2030'),
|
||
(2354, 216, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::2031'),
|
||
(2355, 217, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::2032'),
|
||
(2356, 218, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::2036'),
|
||
(2357, 219, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::2037'),
|
||
(2358, 220, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::2038'),
|
||
(1060, 1082, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/functions.php::1133'),
|
||
(2350, 212, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::2029'),
|
||
(2351, 213, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::2030'),
|
||
(2344, 206, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::1904'),
|
||
(2345, 207, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::1905'),
|
||
(2346, 208, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::1906'),
|
||
(2347, 209, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::1907'),
|
||
(2348, 210, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::1908'),
|
||
(2349, 211, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::1919'),
|
||
(2342, 204, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::1393'),
|
||
(2343, 205, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::1903'),
|
||
(2340, 202, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::1374'),
|
||
(2341, 203, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::1392'),
|
||
(2338, 200, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::1372'),
|
||
(2339, 201, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::1373'),
|
||
(2335, 197, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::1161'),
|
||
(2336, 198, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::1355'),
|
||
(2337, 199, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::1371'),
|
||
(2334, 196, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::1159'),
|
||
(2332, 194, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::1155'),
|
||
(2333, 195, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::1157'),
|
||
(2331, 193, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::1152'),
|
||
(2327, 189, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::1142'),
|
||
(2329, 191, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::1149'),
|
||
(2330, 192, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::1152'),
|
||
(1093, 1115, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/cart-empty.php::15'),
|
||
(1094, 1116, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/cart-empty.php::15'),
|
||
(1096, 1118, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/cart.php::69'),
|
||
(1097, 1119, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/cart.php::111'),
|
||
(2328, 190, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::1145'),
|
||
(1099, 1121, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/cart.php::30'),
|
||
(1100, 1122, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/cart.php::31'),
|
||
(1101, 1123, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/cart.php::32'),
|
||
(2326, 188, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::1137'),
|
||
(2325, 187, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::750'),
|
||
(1104, 1126, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/cart.php::171'),
|
||
(1105, 1127, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/cart.php::171'),
|
||
(1106, 1128, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/cart.php::94'),
|
||
(1107, 1129, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/cross-sells.php::39'),
|
||
(1108, 1130, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/mini-cart.php::55'),
|
||
(1109, 1131, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/mini-cart.php::63'),
|
||
(1110, 1132, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/mini-cart.php::68'),
|
||
(1111, 1133, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/mini-cart.php::69'),
|
||
(1112, 1134, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/shipping-calculator.php::20'),
|
||
(1113, 1135, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/shipping-calculator.php::26'),
|
||
(1114, 1136, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/shipping-calculator.php::42'),
|
||
(1115, 1137, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/shipping-calculator.php::49'),
|
||
(1116, 1138, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/shipping-calculator.php::68'),
|
||
(1117, 1139, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/shipping-calculator.php::76'),
|
||
(1118, 1140, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/shipping-calculator.php::81'),
|
||
(1119, 1141, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/shipping-methods.php::32'),
|
||
(1120, 1142, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/shipping-methods.php::68'),
|
||
(1121, 1143, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/shipping-methods.php::76'),
|
||
(1122, 1144, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/shipping-methods.php::76'),
|
||
(1123, 1145, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/totals.php::105'),
|
||
(1124, 1146, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/totals.php::121'),
|
||
(1125, 1147, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/totals.php::123'),
|
||
(1126, 1148, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/totals.php::22'),
|
||
(1127, 1149, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/totals.php::28'),
|
||
(1128, 1150, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/totals.php::35'),
|
||
(1129, 1151, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/totals.php::35'),
|
||
(1130, 1152, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/totals.php::46'),
|
||
(1131, 1153, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/totals.php::83'),
|
||
(1132, 1154, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/totals.php::92'),
|
||
(1133, 1155, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/cart/totals.php::135'),
|
||
(1134, 1156, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/cart-errors.php::16'),
|
||
(1135, 1157, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/cart-errors.php::20'),
|
||
(1136, 1158, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/form-billing.php::17'),
|
||
(1137, 1159, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/form-billing.php::21'),
|
||
(1138, 1160, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/form-billing.php::41'),
|
||
(1139, 1161, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/form-billing.php::50'),
|
||
(1140, 1162, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/form-checkout.php::22'),
|
||
(2324, 186, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::565'),
|
||
(2320, 182, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::180'),
|
||
(2321, 183, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::181'),
|
||
(2323, 185, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::537'),
|
||
(1146, 1168, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/form-coupon.php::16'),
|
||
(1147, 1169, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/form-coupon.php::19'),
|
||
(1148, 1170, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/form-coupon.php::24'),
|
||
(1149, 1171, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/form-coupon.php::28'),
|
||
(1150, 1172, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/form-login.php::14'),
|
||
(1151, 1173, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/form-login.php::22'),
|
||
(1152, 1174, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/form-login.php::17'),
|
||
(1153, 1175, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/form-pay.php::78'),
|
||
(1154, 1176, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/form-pay.php::19'),
|
||
(1155, 1177, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/form-pay.php::20'),
|
||
(1156, 1178, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/form-pay.php::21'),
|
||
(1157, 1179, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/form-pay.php::87'),
|
||
(1158, 1180, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/form-shipping.php::32'),
|
||
(1159, 1181, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/form-shipping.php::35'),
|
||
(1160, 1182, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/form-shipping.php::59'),
|
||
(1161, 1183, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/review-order.php::189'),
|
||
(1162, 1184, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/review-order.php::191'),
|
||
(1163, 1185, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/review-order.php::207'),
|
||
(1164, 1186, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/review-order.php::200'),
|
||
(1165, 1140, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/review-order.php::200'),
|
||
(1166, 1188, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/review-order.php::214'),
|
||
(1167, 1189, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/review-order.php::214'),
|
||
(1168, 1190, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/thankyou.php::20'),
|
||
(1169, 1191, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/thankyou.php::24'),
|
||
(1170, 1192, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/thankyou.php::26'),
|
||
(1171, 1193, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/thankyou.php::30'),
|
||
(1172, 1194, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/thankyou.php::32'),
|
||
(1173, 1195, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/thankyou.php::38'),
|
||
(1174, 1196, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/thankyou.php::43'),
|
||
(1175, 1197, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/thankyou.php::47'),
|
||
(1176, 1198, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/thankyou.php::51'),
|
||
(1177, 1199, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/checkout/thankyou.php::56'),
|
||
(2322, 184, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::182'),
|
||
(1179, 1201, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/loop/add-to-cart.php::17'),
|
||
(1180, 1202, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/loop/add-to-cart.php::33'),
|
||
(1181, 1203, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/loop/add-to-cart.php::37'),
|
||
(1182, 1204, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/loop/add-to-cart.php::46'),
|
||
(1183, 1205, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/loop/no-products-found.php::14'),
|
||
(1184, 1206, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/loop/orderby.php::21'),
|
||
(1185, 1207, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/loop/orderby.php::22'),
|
||
(1186, 1208, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/loop/orderby.php::23'),
|
||
(1187, 1209, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/loop/orderby.php::24'),
|
||
(1188, 1210, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/loop/orderby.php::25'),
|
||
(1189, 1211, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/loop/orderby.php::26'),
|
||
(1190, 1212, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/loop/result-count.php::30'),
|
||
(1191, 1213, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/loop/result-count.php::28'),
|
||
(1192, 1214, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/loop/result-count.php::32'),
|
||
(1193, 1215, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/loop/sale-flash.php::16'),
|
||
(2319, 181, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::167'),
|
||
(1316, 128, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/form-topic.php::94'),
|
||
(1196, 1218, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount/form-change-password.php::30'),
|
||
(1197, 1219, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount/form-change-password.php::33'),
|
||
(1198, 1220, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount/form-change-password.php::37'),
|
||
(1199, 1221, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount/form-edit-address.php::49'),
|
||
(2318, 180, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::166'),
|
||
(2316, 178, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::164'),
|
||
(2317, 179, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/framework/class-tgm-plugin-activation.php::165'),
|
||
(2315, 177, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/faqs.php::39'),
|
||
(2314, 176, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/contact.php::132'),
|
||
(2313, 175, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/contact.php::116'),
|
||
(2312, 174, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/contact.php::110'),
|
||
(1207, 1229, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount/form-login.php::101'),
|
||
(1208, 1230, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount/form-lost-password.php::26'),
|
||
(1209, 1231, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount/form-lost-password.php::32'),
|
||
(1210, 1232, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount/form-lost-password.php::47'),
|
||
(1211, 1233, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount/form-lost-password.php::28'),
|
||
(1212, 1234, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount/my-account.php::35'),
|
||
(1213, 1235, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount/my-account.php::87'),
|
||
(1214, 1236, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount/my-account.php::92'),
|
||
(1215, 1237, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount/my-account.php::41'),
|
||
(1216, 1238, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount/my-account.php::42'),
|
||
(1217, 1239, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount/my-account.php::43'),
|
||
(1218, 1240, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount/my-account.php::45'),
|
||
(1219, 1241, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount/my-address.php::17'),
|
||
(1220, 1242, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount/my-address.php::23'),
|
||
(1221, 1243, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount/my-address.php::41'),
|
||
(1222, 1244, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount/my-address.php::67'),
|
||
(1223, 1245, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount/my-address.php::73'),
|
||
(1224, 1246, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/myaccount/my-downloads.php::18'),
|
||
(2311, 173, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/contact.php::98'),
|
||
(2310, 172, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/contact.php::98'),
|
||
(1227, 1249, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/order/form-tracking.php::17'),
|
||
(1228, 1250, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/order/form-tracking.php::19');
|
||
INSERT INTO `drgrp_icl_string_positions` (`id`, `string_id`, `kind`, `position_in_page`) VALUES
|
||
(1229, 1251, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/order/form-tracking.php::19'),
|
||
(1230, 1252, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/order/form-tracking.php::20'),
|
||
(1231, 1253, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/order/form-tracking.php::20'),
|
||
(1232, 1254, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/order/form-tracking.php::23'),
|
||
(1233, 1255, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/order/order-details.php::73'),
|
||
(1234, 1256, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/order/order-details.php::128'),
|
||
(1235, 1257, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/order/order-details.php::129'),
|
||
(1236, 1258, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/order/order-details.php::19'),
|
||
(1237, 1259, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/order/order-details.php::113'),
|
||
(1238, 1260, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/order/order-details.php::124'),
|
||
(1239, 1261, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/order/order-details.php::146'),
|
||
(1240, 1262, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/order/tracking.php::18'),
|
||
(1241, 1263, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/order/tracking.php::18'),
|
||
(1242, 1264, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/order/tracking.php::20'),
|
||
(1243, 1265, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/order/tracking.php::20'),
|
||
(1244, 1266, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/order/tracking.php::31'),
|
||
(1245, 1267, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/shop/breadcrumb.php::63'),
|
||
(1246, 1268, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/shop/breadcrumb.php::91'),
|
||
(1247, 1269, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/shop/breadcrumb.php::146'),
|
||
(1248, 1270, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/shop/breadcrumb.php::192'),
|
||
(1249, 1271, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/shop/breadcrumb.php::197'),
|
||
(1250, 1272, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/shop/breadcrumb.php::202'),
|
||
(1251, 1273, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/shop/form-login.php::24'),
|
||
(1252, 1274, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/shop/form-login.php::31'),
|
||
(1253, 1275, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/shop/form-login.php::33'),
|
||
(1254, 1276, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product/add-to-cart/variable.php::24'),
|
||
(1255, 1277, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product/add-to-cart/variable.php::74'),
|
||
(1256, 1278, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product/meta.php::19'),
|
||
(1257, 1279, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product/product-attributes.php::28'),
|
||
(1258, 1280, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product/product-attributes.php::37'),
|
||
(1259, 1281, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product/related.php::38'),
|
||
(1260, 1282, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product/review.php::32'),
|
||
(1261, 1283, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product/review.php::40'),
|
||
(1262, 1284, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product/review.php::25'),
|
||
(1263, 1285, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product/review.php::41'),
|
||
(1264, 1286, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product/tabs/description.php::14'),
|
||
(2309, 171, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/contact.php::93'),
|
||
(2308, 170, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/contact.php::56'),
|
||
(2307, 169, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/contact.php::55'),
|
||
(2306, 168, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/contact.php::54'),
|
||
(2305, 167, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/contact.php::53'),
|
||
(1270, 1292, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product/up-sells.php::41'),
|
||
(1271, 1293, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product-reviews.php::28'),
|
||
(1272, 1294, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product-reviews.php::36'),
|
||
(1273, 1295, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product-reviews.php::58'),
|
||
(1274, 1296, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product-reviews.php::59'),
|
||
(1275, 1297, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product-reviews.php::62'),
|
||
(1276, 1298, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product-reviews.php::62'),
|
||
(1277, 1299, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product-reviews.php::63'),
|
||
(1278, 1300, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product-reviews.php::67'),
|
||
(1279, 1301, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product-reviews.php::69'),
|
||
(1280, 1302, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product-reviews.php::82'),
|
||
(1281, 1303, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product-reviews.php::84'),
|
||
(1282, 1304, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product-reviews.php::87'),
|
||
(1283, 1305, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product-reviews.php::94'),
|
||
(1284, 1306, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product-reviews.php::95'),
|
||
(1285, 1307, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product-reviews.php::96'),
|
||
(1286, 1308, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product-reviews.php::97'),
|
||
(1287, 1309, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product-reviews.php::98'),
|
||
(1288, 1310, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product-reviews.php::99'),
|
||
(1289, 1311, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product-reviews.php::100'),
|
||
(1290, 1312, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/woocommerce/single-product-reviews.php::105'),
|
||
(2304, 166, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/comments.php::69'),
|
||
(1292, 1314, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_post_types.php::11'),
|
||
(1293, 1315, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_post_types.php::12'),
|
||
(1294, 1316, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_post_types.php::22'),
|
||
(1295, 1317, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_post_types.php::25'),
|
||
(1296, 1318, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_post_types.php::26'),
|
||
(2303, 165, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/comments.php::67'),
|
||
(2302, 164, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/comments.php::64'),
|
||
(2301, 163, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/comments.php::64'),
|
||
(2300, 162, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/comments.php::64'),
|
||
(2299, 161, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/comments.php::63'),
|
||
(2298, 160, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/comments.php::61'),
|
||
(2297, 159, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/comments.php::54'),
|
||
(2296, 158, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/comments.php::52'),
|
||
(2295, 157, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/comments.php::50'),
|
||
(2294, 156, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/comments.php::37'),
|
||
(2293, 155, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/comments.php::18'),
|
||
(2292, 154, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/comments.php::18'),
|
||
(2291, 153, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/comments.php::7'),
|
||
(2290, 152, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/user-profile.php::26'),
|
||
(2289, 151, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/user-profile.php::25'),
|
||
(2288, 150, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/user-profile.php::24'),
|
||
(2286, 50, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/content-single-topic.php::32'),
|
||
(2287, 129, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/loop-search-reply.php::22'),
|
||
(2285, 47, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/content-search.php::21'),
|
||
(2284, 45, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/content-search.php::15'),
|
||
(2283, 44, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/bbpress/content-search.php::14'),
|
||
(2282, 42, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/author.php::55'),
|
||
(2280, 39, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/archive.php::196'),
|
||
(2277, 36, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/archive-wpfc_sermon.php::35'),
|
||
(1488, 1321, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_post_types.php::23'),
|
||
(1489, 1322, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_post_types.php::24'),
|
||
(1490, 1318, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_post_types.php::25'),
|
||
(1491, 1317, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_post_types.php::26'),
|
||
(2281, 40, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/author.php::45'),
|
||
(2279, 38, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/archive-wpfc_sermon.php::38'),
|
||
(2278, 37, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/archive-wpfc_sermon.php::35'),
|
||
(2276, 35, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/archive-wpfc_sermon.php::35'),
|
||
(2275, 34, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/archive-wpfc_sermon.php::35'),
|
||
(2274, 27, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/404.php::28'),
|
||
(2273, 26, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/404.php::25'),
|
||
(2272, 25, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/404.php::24'),
|
||
(2271, 24, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/404.php::13'),
|
||
(2270, 23, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/Avada/404.php::6'),
|
||
(1680, 1707, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::17'),
|
||
(1681, 1708, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::31'),
|
||
(1682, 1709, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::39'),
|
||
(1683, 1710, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::41'),
|
||
(1684, 1314, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_post_types.php::9'),
|
||
(1685, 1315, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_post_types.php::10'),
|
||
(1686, 1698, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_post_types.php::11'),
|
||
(1687, 1699, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_post_types.php::12'),
|
||
(1688, 1700, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_post_types.php::13'),
|
||
(1689, 1701, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_post_types.php::14'),
|
||
(1690, 1702, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_post_types.php::15'),
|
||
(1691, 1703, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_post_types.php::16'),
|
||
(1692, 1704, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_post_types.php::17'),
|
||
(1693, 1705, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_post_types.php::18'),
|
||
(1694, 1316, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_post_types.php::30'),
|
||
(1695, 1321, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_post_types.php::31'),
|
||
(1696, 1322, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_post_types.php::32'),
|
||
(1697, 1318, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_post_types.php::33'),
|
||
(1698, 1317, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_post_types.php::34'),
|
||
(1699, 1706, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/partials/horse-list.php::255'),
|
||
(1700, 1711, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/partials/horse-list.php::273'),
|
||
(1701, 1712, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/partials/horse-list.php::284'),
|
||
(1702, 1713, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/partials/horse-list.php::295'),
|
||
(1703, 1714, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/partials/horse_related_horses.php::11'),
|
||
(1704, 1682, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/partials/horse_related_horses.php::39'),
|
||
(1705, 1683, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/partials/horse_related_horses.php::39'),
|
||
(1706, 1715, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/single-drg_horse.php::109'),
|
||
(1707, 1716, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/single-drg_horse.php::117'),
|
||
(1708, 1717, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/single-drg_horse.php::126'),
|
||
(1709, 1681, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/single-drg_horse.php::148'),
|
||
(1710, 1718, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/single-drg_horse.php::163'),
|
||
(2458, 1735, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::15'),
|
||
(2459, 1736, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::16'),
|
||
(2460, 1737, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::21'),
|
||
(2461, 1738, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::22'),
|
||
(2462, 1739, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::28'),
|
||
(2463, 1740, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::29'),
|
||
(2464, 1741, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::34'),
|
||
(2465, 1742, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::35'),
|
||
(2466, 1743, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::42'),
|
||
(2467, 1744, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::43'),
|
||
(2468, 1745, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::49'),
|
||
(2469, 1746, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::50'),
|
||
(2470, 1747, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::55'),
|
||
(2471, 1748, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::56'),
|
||
(2472, 1749, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::62'),
|
||
(2473, 1750, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::63'),
|
||
(2474, 1751, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::68'),
|
||
(2475, 1752, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::69'),
|
||
(2476, 1753, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::81'),
|
||
(2477, 1754, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::111'),
|
||
(2478, 1755, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::137'),
|
||
(2479, 1756, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::179'),
|
||
(2480, 1757, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::205'),
|
||
(2481, 1707, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::286'),
|
||
(2482, 1708, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::300'),
|
||
(2483, 1709, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::308'),
|
||
(2484, 1710, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_meta_boxes.php::310'),
|
||
(2485, 1682, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_shortcodes.php::602'),
|
||
(2486, 1683, 0, 'D:\\Trabajo\\DoubleRGroup\\InstantWP_4.3.1\\iwpserver\\htdocs\\wordpress/wp-content/themes/double-r-group/framework/custom_shortcodes.php::603');
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_icl_string_status`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_icl_string_status` (
|
||
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`rid` bigint(20) NOT NULL,
|
||
`string_translation_id` bigint(20) NOT NULL,
|
||
`timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||
`md5` varchar(32) NOT NULL,
|
||
PRIMARY KEY (`id`),
|
||
KEY `string_translation_id` (`string_translation_id`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_icl_string_status`
|
||
--
|
||
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_icl_string_translations`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_icl_string_translations` (
|
||
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`string_id` bigint(20) unsigned NOT NULL,
|
||
`language` varchar(10) NOT NULL,
|
||
`status` tinyint(4) NOT NULL,
|
||
`value` text,
|
||
`translator_id` bigint(20) unsigned DEFAULT NULL,
|
||
`translation_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||
PRIMARY KEY (`id`),
|
||
UNIQUE KEY `string_language` (`string_id`,`language`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=162 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_icl_string_translations`
|
||
--
|
||
|
||
INSERT INTO `drgrp_icl_string_translations` (`id`, `string_id`, `language`, `status`, `value`, `translator_id`, `translation_date`) VALUES
|
||
(1, 1318, 'es', 1, 'Géneros', NULL, '2014-02-25 17:02:41'),
|
||
(2, 1317, 'es', 1, 'Etiquetas', NULL, '2014-02-25 17:02:48'),
|
||
(3, 1316, 'es', 1, 'Categorías', NULL, '2014-02-25 17:02:55'),
|
||
(4, 1315, 'es', 1, 'Caballo', NULL, '2014-02-25 17:03:03'),
|
||
(5, 1314, 'es', 1, 'Caballos', NULL, '2014-02-25 17:03:11'),
|
||
(6, 1063, 'es', 1, ' - Editar', NULL, '2014-03-03 17:13:58'),
|
||
(7, 1062, 'es', 1, '%1$s en %2$s', NULL, '2014-03-03 17:13:58'),
|
||
(8, 213, 'es', 1, '%1$s instalado y activado correctamente.', NULL, '2014-03-03 17:13:58'),
|
||
(9, 221, 'es', 1, '%1$s ha sido instalado con éxito.', NULL, '2014-03-03 17:13:58'),
|
||
(10, 35, 'es', 1, '0 comentarios', NULL, '2014-03-03 17:13:58'),
|
||
(11, 36, 'es', 1, '1 comentario', NULL, '2014-03-03 17:13:58'),
|
||
(12, 227, 'es', 1, 'Error 404: página no encontrada', NULL, '2014-03-03 17:13:58'),
|
||
(13, 1106, 'es', 1, 'Acerca del autor:', NULL, '2014-03-03 17:13:58'),
|
||
(14, 204, 'es', 1, 'Activar', NULL, '2014-03-03 17:13:58'),
|
||
(15, 177, 'es', 1, 'Todos', NULL, '2014-03-03 17:13:58'),
|
||
(16, 216, 'es', 1, 'Todas las instalaciones y activaciones se han completado.', NULL, '2014-03-03 17:13:58'),
|
||
(17, 222, 'es', 1, 'Se ha completado toda la instalación.', NULL, '2014-03-03 17:13:58'),
|
||
(18, 184, 'es', 1, 'Todos los plugins instalados y activados con éxito. %1$s', NULL, '2014-03-03 17:13:58'),
|
||
(19, 219, 'es', 1, 'Se produjo un error durante la instalación de %1$s: <strong>%2$s</strong>.', NULL, '2014-03-03 17:13:58'),
|
||
(20, 34, 'es', 1, 'Por', NULL, '2014-03-03 17:13:58'),
|
||
(21, 26, 'es', 1, '¿No encuentra lo que necesita?<br>¡Realice una búsqueda en un momento!', NULL, '2014-03-03 17:13:58'),
|
||
(22, 165, 'es', 1, 'Comentar...', NULL, '2014-03-03 17:13:58'),
|
||
(23, 37, 'es', 1, 'Comentarios', NULL, '2014-03-03 17:13:58'),
|
||
(24, 156, 'es', 1, 'No se permiten comentarios.', NULL, '2014-03-03 17:13:58'),
|
||
(25, 187, 'es', 1, 'Ignorar este aviso', NULL, '2014-03-03 17:13:58'),
|
||
(26, 206, 'es', 1, 'Descargando la instalación del paquete desde <span class="code">%s</span> #8230;', NULL, '2014-03-03 17:13:58'),
|
||
(27, 158, 'es', 1, 'Correo electrónico (requerido)', NULL, '2014-03-03 17:13:58'),
|
||
(28, 1084, 'es', 1, 'Error 404: página no encontrada', NULL, '2014-03-03 17:13:58'),
|
||
(29, 188, 'es', 1, 'Enlaces externos', NULL, '2014-03-03 17:13:58'),
|
||
(30, 24, 'es', 1, 'Algunos enlaces útiles:', NULL, '2014-03-03 17:13:58'),
|
||
(31, 215, 'es', 1, 'Ocultar detalles', NULL, '2014-03-03 17:13:58'),
|
||
(32, 226, 'es', 1, 'Inicio', NULL, '2014-03-03 17:13:58'),
|
||
(33, 203, 'es', 1, 'Instalar', NULL, '2014-03-03 17:13:58'),
|
||
(34, 179, 'es', 1, 'Instalar plugins', NULL, '2014-03-03 17:13:58'),
|
||
(35, 178, 'es', 1, 'Instalar plugins requeridos', NULL, '2014-03-03 17:13:58'),
|
||
(36, 205, 'es', 1, 'No se permite instalar el paquete.', NULL, '2014-03-03 17:13:58'),
|
||
(37, 195, 'es', 1, 'Instalado pero no activado', NULL, '2014-03-03 17:13:58'),
|
||
(38, 223, 'es', 1, 'Instalando plugin %1$s (%2$d/%3$d)', NULL, '2014-03-03 17:13:58'),
|
||
(39, 180, 'es', 1, 'Instalando plugin:%s', NULL, '2014-03-03 17:13:58'),
|
||
(40, 217, 'es', 1, 'Instalando y activando plugin %1$s (%2$d/%3$d)', NULL, '2014-03-03 17:13:58'),
|
||
(41, 208, 'es', 1, 'Instalando el plugin…', NULL, '2014-03-03 17:13:58'),
|
||
(42, 1090, 'es', 1, 'Más información', NULL, '2014-03-03 17:13:58'),
|
||
(43, 160, 'es', 1, 'Deje su comentario', NULL, '2014-03-03 17:13:58'),
|
||
(44, 164, 'es', 1, 'Cerrar sesión »', NULL, '2014-03-03 17:13:58'),
|
||
(45, 162, 'es', 1, 'Conectado como', NULL, '2014-03-03 17:13:58'),
|
||
(46, 175, 'es', 1, 'Mensaje', NULL, '2014-03-03 17:13:58'),
|
||
(47, 157, 'es', 1, 'Nombre (requerido)', NULL, '2014-03-03 17:13:58'),
|
||
(48, 225, 'es', 1, 'Siguiente', NULL, '2014-03-03 17:13:58'),
|
||
(49, 154, 'es', 1, 'No hay comentarios', NULL, '2014-03-03 17:13:58'),
|
||
(50, 198, 'es', 1, 'No hay plugins para instalar o activar. <a href="%1$s" title="Volver al escritorio">Volver al escritorio</a>', NULL, '2014-03-03 17:13:58'),
|
||
(51, 194, 'es', 1, 'No se ha instalado', NULL, '2014-03-03 17:13:58'),
|
||
(52, 155, 'es', 1, 'Un comentario', NULL, '2014-03-03 17:13:58'),
|
||
(53, 23, 'es', 1, '¡Vaya! No hemos podido encontrar esa página', NULL, '2014-03-03 17:13:58'),
|
||
(54, 171, 'es', 1, 'Por favor, compruebe si se han rellenado todos los campos con información válida. Gracias.', NULL, '2014-03-03 17:13:58'),
|
||
(55, 199, 'es', 1, 'Plugin', NULL, '2014-03-03 17:13:58'),
|
||
(56, 183, 'es', 1, 'Plugin activado con éxito.', NULL, '2014-03-03 17:13:58'),
|
||
(57, 211, 'es', 1, 'La activación del plugin ha fallado.', NULL, '2014-03-03 17:13:58'),
|
||
(58, 209, 'es', 1, 'Ha fallado la instalación del plugin.', NULL, '2014-03-03 17:13:58'),
|
||
(59, 210, 'es', 1, 'Plugin instalado con éxito.', NULL, '2014-03-03 17:13:58'),
|
||
(60, 1112, 'es', 1, 'Popular', NULL, '2014-03-03 17:13:58'),
|
||
(61, 166, 'es', 1, 'Publicar comentario', NULL, '2014-03-03 17:13:58'),
|
||
(62, 190, 'es', 1, 'Pre-empaquetados', NULL, '2014-03-03 17:13:58'),
|
||
(63, 224, 'es', 1, 'Anterior', NULL, '2014-03-03 17:13:58'),
|
||
(64, 189, 'es', 1, 'Repositorio privado', NULL, '2014-03-03 17:13:58'),
|
||
(65, 38, 'es', 1, 'Más información', NULL, '2014-03-03 17:13:58'),
|
||
(66, 1113, 'es', 1, 'Reciente', NULL, '2014-03-03 17:13:58'),
|
||
(67, 193, 'es', 1, 'Recomendado', NULL, '2014-03-03 17:13:58'),
|
||
(68, 1107, 'es', 1, 'Artículos relacionados', NULL, '2014-03-03 17:13:58'),
|
||
(69, 1104, 'es', 1, 'Proyectos relacionados', NULL, '2014-03-03 17:13:58'),
|
||
(70, 192, 'es', 1, 'Requerido', NULL, '2014-03-03 17:13:58'),
|
||
(71, 182, 'es', 1, 'Volver al instalador de plugins requeridos', NULL, '2014-03-03 17:13:58'),
|
||
(72, 185, 'es', 1, 'Volver al escritorio', NULL, '2014-03-03 17:13:58'),
|
||
(73, 228, 'es', 1, 'Buscar', NULL, '2014-03-03 17:13:58'),
|
||
(74, 27, 'es', 1, 'Buscar...', NULL, '2014-03-03 17:13:58'),
|
||
(75, 25, 'es', 1, 'Busque en nuestra web', NULL, '2014-03-03 17:13:58'),
|
||
(76, 1083, 'es', 1, 'Resultados de la búsqueda de:', NULL, '2014-03-03 17:13:58'),
|
||
(77, 1105, 'es', 1, 'Para compartir esta historia, elija cualquier plataforma', NULL, '2014-03-03 17:13:58'),
|
||
(78, 214, 'es', 1, 'Mostrar detalles', NULL, '2014-03-03 17:13:58'),
|
||
(79, 181, 'es', 1, '¡Algo salió mal!', NULL, '2014-03-03 17:13:58'),
|
||
(80, 200, 'es', 1, 'Fuente', NULL, '2014-03-03 17:13:59'),
|
||
(81, 202, 'es', 1, 'Estado', NULL, '2014-03-03 17:13:59'),
|
||
(82, 174, 'es', 1, 'Asunto', NULL, '2014-03-03 17:13:59'),
|
||
(83, 176, 'es', 1, 'Enviar formulario', NULL, '2014-03-03 17:13:59'),
|
||
(84, 172, 'es', 1, 'Gracias', NULL, '2014-03-03 17:13:59'),
|
||
(85, 186, 'es', 1, 'El siguiente plugin se activó con éxito:%s.', NULL, '2014-03-03 17:13:59'),
|
||
(86, 212, 'es', 1, 'Se está iniciado el proceso de instalación y activación. Este proceso puede llevar un tiempo en algunos ordenadores, así que por favor tenga paciencia.', NULL, '2014-03-03 17:13:59'),
|
||
(87, 220, 'es', 1, 'Ha fallado la instalación de %1$s.', NULL, '2014-03-03 17:13:59'),
|
||
(88, 218, 'es', 1, 'Se esta iniciando el proceso de instalación. Este proceso puede llevar un tiempo en algunos ordenadores, así que por favor tenga paciencia.', NULL, '2014-03-03 17:13:59'),
|
||
(89, 1066, 'es', 1, 'Opciones del tema', NULL, '2014-03-03 17:13:59'),
|
||
(90, 153, 'es', 1, 'Esta entrada está protegida con contraseña. Introduzca la contraseña para ver los comentarios.', NULL, '2014-03-03 17:13:59'),
|
||
(91, 201, 'es', 1, 'Tipo', NULL, '2014-03-03 17:13:59'),
|
||
(92, 207, 'es', 1, 'Descomprimiendo el paquete…', NULL, '2014-03-03 17:13:59'),
|
||
(93, 1091, 'es', 1, 'Ver proyecto', NULL, '2014-03-03 17:13:59'),
|
||
(94, 159, 'es', 1, 'Sitio web', NULL, '2014-03-03 17:13:59'),
|
||
(95, 191, 'es', 1, 'Repositorio de WordPress', NULL, '2014-03-03 17:13:59'),
|
||
(96, 1065, 'es', 1, 'Su comentario está a la espera de ser aprobado.', NULL, '2014-03-03 17:13:59'),
|
||
(97, 173, 'es', 1, 'por utilizar mi formulario de contacto. Su correo electrónico fue enviado correctamente.', NULL, '2014-03-03 17:13:59'),
|
||
(98, 1321, 'es', 1, 'Razas', NULL, '2014-02-25 17:08:57'),
|
||
(99, 1322, 'es', 1, 'Edades', NULL, '2014-02-25 17:09:05'),
|
||
(100, 1706, 'es', 1, 'Filtros', NULL, '2014-02-26 17:20:42'),
|
||
(101, 1703, 'es', 1, 'No se encontraron caballos', NULL, '2014-02-26 17:21:12'),
|
||
(102, 1702, 'es', 1, 'Buscar caballos', NULL, '2014-02-26 17:21:22'),
|
||
(103, 1701, 'es', 1, 'Ver caballo', NULL, '2014-02-26 17:21:30'),
|
||
(104, 1705, 'es', 1, 'Caballo padre en jerarquía', NULL, '2014-02-26 17:21:41'),
|
||
(105, 1704, 'es', 1, 'Ningún caballo encontrado en la papelera', NULL, '2014-02-26 17:22:11'),
|
||
(106, 1700, 'es', 1, 'Nuevo caballo', NULL, '2014-02-26 17:22:36'),
|
||
(107, 1699, 'es', 1, 'Editar caballo', NULL, '2014-02-26 17:22:44'),
|
||
(108, 1698, 'es', 1, 'Añadir nuevo caballo', NULL, '2014-02-26 17:23:11'),
|
||
(109, 1683, 'es', 1, 'Siguiente', NULL, '2014-02-26 17:23:24'),
|
||
(110, 1682, 'es', 1, 'Anterior', NULL, '2014-02-26 17:23:29'),
|
||
(111, 1681, 'es', 1, 'Galería', NULL, '2014-02-26 17:24:10'),
|
||
(112, 1718, 'es', 1, 'Video', NULL, '2014-02-26 17:27:22'),
|
||
(113, 1717, 'es', 1, 'Edad', NULL, '2014-02-26 17:27:30'),
|
||
(114, 1716, 'es', 1, 'Género', NULL, '2014-02-26 17:27:36'),
|
||
(115, 1715, 'es', 1, 'Raza', NULL, '2014-02-26 17:27:42'),
|
||
(116, 1714, 'es', 1, 'Otros caballos', NULL, '2014-02-26 17:28:00'),
|
||
(117, 1713, 'es', 1, 'Todos', NULL, '2014-02-26 17:28:09'),
|
||
(118, 1712, 'es', 1, 'Todas', NULL, '2014-02-26 17:28:17'),
|
||
(119, 1711, 'es', 1, 'Todas', NULL, '2014-02-26 17:28:23'),
|
||
(120, 1710, 'es', 1, 'Elija qué categorías de caballo se mostrarán en la página. Dejar en blanco para mostrar todas las categorías.', NULL, '2014-02-26 17:28:59'),
|
||
(121, 1709, 'es', 1, 'Categorías de caballo', NULL, '2014-02-26 17:29:15'),
|
||
(122, 1708, 'es', 1, 'Todas', NULL, '2014-02-26 17:29:39'),
|
||
(123, 1707, 'es', 1, 'Opciones', NULL, '2014-02-26 18:38:30'),
|
||
(127, 1726, 'es', 1, 'Gender', NULL, '2014-02-27 16:31:28'),
|
||
(126, 1725, 'es', 1, 'Genders', NULL, '2014-02-27 16:31:28'),
|
||
(128, 1727, 'es', 1, 'Breed', NULL, '2014-02-27 16:32:16'),
|
||
(129, 1728, 'es', 1, 'Breeds', NULL, '2014-02-27 16:32:16'),
|
||
(130, 1067, 'es', 1, 'Ir a...', NULL, '2014-02-28 16:55:22'),
|
||
(131, 1100, 'es', 1, 'Categorías', NULL, '2014-02-28 16:55:32'),
|
||
(132, 1320, 'es', 1, 'Galería de video', NULL, '2014-02-28 16:56:01'),
|
||
(133, 1319, 'es', 1, 'Galería de imágenes', NULL, '2014-02-28 16:56:09'),
|
||
(134, 1200, 'es', 1, 'Ver detalles', NULL, '2014-02-28 16:56:24'),
|
||
(135, 1071, 'es', 1, 'Cargando...', NULL, '2014-02-28 16:56:56'),
|
||
(136, 1072, 'es', 1, 'Cargando...', NULL, '2014-02-28 16:57:18'),
|
||
(137, 1757, 'es', 1, 'Bisabuelos maternos', NULL, '2014-03-03 17:14:24'),
|
||
(138, 1756, 'es', 1, 'Abuelos maternos', NULL, '2014-03-03 17:14:34'),
|
||
(139, 1755, 'es', 1, 'Bisabuelos paternos', NULL, '2014-03-03 17:14:50'),
|
||
(140, 1754, 'es', 1, 'Abuelos paternos', NULL, '2014-03-03 17:14:57'),
|
||
(141, 1753, 'es', 1, 'Árbol genealógico', NULL, '2014-03-03 17:15:10'),
|
||
(142, 1752, 'es', 1, 'Nombre de la bisabuela materna', NULL, '2014-03-03 17:15:27'),
|
||
(143, 1751, 'es', 1, 'Bisabuela materna', NULL, '2014-03-03 17:15:42'),
|
||
(144, 1750, 'es', 1, 'Nombre del bisabuelo materno', NULL, '2014-03-03 17:16:08'),
|
||
(145, 1749, 'es', 1, 'Bisabuelo materno', NULL, '2014-03-03 17:16:19'),
|
||
(146, 1748, 'es', 1, 'Nombre de la abuela materna', NULL, '2014-03-03 17:16:38'),
|
||
(147, 1747, 'es', 1, 'Abuela materna', NULL, '2014-03-03 17:16:49'),
|
||
(148, 1746, 'es', 1, 'Nombre del abuelo materno', NULL, '2014-03-03 17:17:02'),
|
||
(149, 1745, 'es', 1, 'Abuelo materno', NULL, '2014-03-03 17:17:11'),
|
||
(150, 1744, 'es', 1, 'Nombre de la madre', NULL, '2014-03-03 17:17:22'),
|
||
(151, 1743, 'es', 1, 'Madre', NULL, '2014-03-03 17:17:29'),
|
||
(152, 1742, 'es', 1, 'Nombre de la bisabuela paterna', NULL, '2014-03-03 17:17:43'),
|
||
(153, 1741, 'es', 1, 'Bisabuela paterna', NULL, '2014-03-03 17:17:54'),
|
||
(154, 1740, 'es', 1, 'Nombre del bisabuelo paterno', NULL, '2014-03-03 17:18:23'),
|
||
(155, 1739, 'es', 1, 'Bisabuelo paterno', NULL, '2014-03-03 17:18:31'),
|
||
(156, 1738, 'es', 1, 'Nombre de la abuela paterna', NULL, '2014-03-03 17:18:50'),
|
||
(157, 1737, 'es', 1, 'Abuela paterna', NULL, '2014-03-03 17:18:57'),
|
||
(158, 1736, 'es', 1, 'Nombre del abuelo paterno', NULL, '2014-03-03 17:19:09'),
|
||
(159, 1735, 'es', 1, 'Abuelo paterno', NULL, '2014-03-03 17:19:21'),
|
||
(160, 1734, 'es', 1, 'Nombre del padre', NULL, '2014-03-03 17:19:33'),
|
||
(161, 1733, 'es', 1, 'Padre', NULL, '2014-03-03 17:19:39');
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_icl_translate`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_icl_translate` (
|
||
`tid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`job_id` bigint(20) unsigned NOT NULL,
|
||
`content_id` bigint(20) unsigned NOT NULL,
|
||
`timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||
`field_type` varchar(128) NOT NULL,
|
||
`field_format` varchar(16) NOT NULL,
|
||
`field_translate` tinyint(4) NOT NULL,
|
||
`field_data` text NOT NULL,
|
||
`field_data_translated` text NOT NULL,
|
||
`field_finished` tinyint(4) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`tid`),
|
||
KEY `job_id` (`job_id`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=375 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_icl_translate`
|
||
--
|
||
|
||
INSERT INTO `drgrp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
|
||
(1, 1, 0, '2014-02-26 17:39:14', 'title', 'base64', 1, 'Tm9zb3Ryb3M=', 'QWJvdXQgdXM=', 1),
|
||
(2, 1, 0, '2014-02-26 17:39:14', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSIgc3R5bGU9Im5vbmUiXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIiBwYWRkaW5nVG9wPSIyMHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il0NCjxoMT5Eb3VibGUgUiBHcm91cDwvaDE+DQo8aDMgc3R5bGU9ImZvbnQtc2l6ZToyMXB4OyI+TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gTnVuYyBwb3J0YSBsYWN1cyB2ZWwgYWxpcXVhbSBpbXBlcmRpZXQuIE51bmMgZmVybWVudHVtIGZlbGlzIG1ldHVzLCBxdWlzIHBoYXJldHJhIGZlbGlzIHNhZ2l0dGlzIHZpdGFlLiBBbGlxdWFtIGVyYXQgdm9sdXRwYXQuIFByb2luIGxhY2luaWEgYmliZW5kdW0gZ3JhdmlkYS4gVmVzdGlidWx1bSB1bHRyaWNlcyB2ZWwgdmVsaXQgc2l0IGFtZXQgc3VzY2lwaXQuPC9oMz4NCjwvY2VudGVyPg0KW3NlcGFyYXRvciB0b3A9IjEwIiBzdHlsZT0ic2hhZG93Il0NClsvZnVsbHdpZHRoXQ0KDQpbc2VwYXJhdG9yIHRvcD0iMjAiXQ0KW2Z1bGx3aWR0aCBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIGJhY2tncm91bmRpbWFnZT0iIiBiYWNrZ3JvdW5kcmVwZWF0PSJuby1yZXBlYXQiIGJhY2tncm91bmRwb3NpdGlvbj0ibGVmdCB0b3AiIGJhY2tncm91bmRhdHRhY2htZW50PSJzY3JvbGwiIGJvcmRlcnNpemU9IjBweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIHBhZGRpbmdUb3A9IjIwcHgiIHBhZGRpbmdCb3R0b209IjIwcHgiXQ0KW29uZV9oYWxmIGxhc3Q9Im5vIl0NCltzZXBhcmF0b3IgdG9wPSI1MCJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iRXF1aXBvIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvZl9lcXVpcG8uanBnIiAvPjwvZGl2Pg0KWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXQ0KW3RpdGxlIHNpemU9IjIiXUZpbG9zb2bDrWFbL3RpdGxlXQ0KTGlkIGVzdCBsYWJvcnVtIGRvbG8gcnVtZXMgZnVnYXRzIHVudHJhcy4gRXRoYXJ1bXMgc2VyIHF1aWRlbSByZXJ1bSBmYWNpbGlzIGRvbG9yZXMgbmVtaXMgb21uaXMgZnVnYXRzIHZpdGFlcyBuZW1vIG1pbmltYSByZXJ1bXMgdW5zZXJzIHNhZGlwcyBhbWV0cy4gU2VkIHV0IHBlcnNwaWNpYXRpcyB1bmRlIG9tbmlzIGlzdGUgbmF0dXMgZXJyb3Igc2l0IHZvbHVwdGF0ZW0gYWNjdXNhbnRpdW0gZG9sb3JlbXF1ZSBsYXVkYW50aXVtLCB0b3RhbSByZW0gYXBlcmlhbSwgZWFxdWUgaXBzYSBxdWFlIGFiIGlsbG8gaW52ZW50b3JlIHZlcml0YXRpcyBldCBxdWFzaSBhcmNoaXRlY3RvIGJlYXRhZSB2aXRhZSBkaWN0YSBzdW50IGV4cGxpY2Fiby4gTmVtbyBlbmltIGlwc2FtIHZvbHVwdGF0ZW0gcXVpYSB2b2x1cHRhcyBzaXQgYXNwZXJuYXR1ciBhdXQgb2RpdCBhdXQgZnVnaXQsIHNlZCBxdWlhIGNvbnNlcXV1bnR1ciBtYWduaSBkb2xvcmVzIGVvcyBxdWkgcmF0aW9uZSB2b2x1cHRhdGVtIHNlcXVpIG5lc2NpdW50Li4gTmVxdWUgcG9ycm8gcXVpc3F1YW0gZXN0LCBxdWkgZG9sb3JlbSBpcHN1bSBxdWlhIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciwgYWRpcGlzY2kgdmVsaXQsIHNlZCBxdWlhIG5vbiBudW1xdWFtIGVpdXMgbW9kaSB0ZW1wb3JhIGluY2lkdW50IHV0IGxhYm9yZSBkb2xvcmUgbWFnbm0gYWxpcXVhbSBxdWFlcmF0IHZvbHVwdGF0ZW0uDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQoNCg0KDQpbc2VwYXJhdG9yIHRvcD0iMTAiXQ0KW2Z1bGx3aWR0aCBiYWNrZ3JvdW5kY29sb3I9IiNmOGY4ZjgiIGJhY2tncm91bmRpbWFnZT0iIiBiYWNrZ3JvdW5kcmVwZWF0PSJuby1yZXBlYXQiIGJhY2tncm91bmRwb3NpdGlvbj0ibGVmdCB0b3AiIGJhY2tncm91bmRhdHRhY2htZW50PSJzY3JvbGwiIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIHBhZGRpbmdUb3A9IjIwcHgiIHBhZGRpbmdCb3R0b209IjIwcHgiXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiIGljb25jb2xvcj0iIiBjaXJjbGVjb2xvcj0iIiBjaXJjbGVib3JkZXJjb2xvcj0iIiBiYWNrZ3JvdW5kY29sb3I9IiJdDQpbY29udGVudF9ib3ggdGl0bGU9Ik51ZXN0cmFzIGluc3RhbGFjaW9uZXMiIGljb249IiIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvYmtnZDExLTMwMHgxNzMuanBnIiBpbWFnZV93aWR0aD0iMzAwIiBpbWFnZV9oZWlnaHQ9IjEwMCIgbGluaz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy8/cGFnZV9pZD00NjIzIyIgbGlua3RhcmdldD0iX3NlbGYiIGxpbmt0ZXh0PSIiIGFuaW1hdGlvbl90eXBlPSIwIiBhbmltYXRpb25fZGlyZWN0aW9uPSJkb3duIiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdRXRoYXJ1bXMgc2VyIHF1aWRlbSByZXJ1bSBmYWNpbGlzIGRvbG9yZXMgbmVtaXMgb21uaXMgZnVnYXRzIHZpdGFlcyBuZW1vIG1pbmltYSByZXJ1bXMgdW5zZXJzIHNhZGlwcyBhbWV0cy5bL2NvbnRlbnRfYm94XQ0KDQpbY29udGVudF9ib3ggdGl0bGU9IkN1aWRhZG8gZGUgbG9zIGNhYmFsbG9zIiBpY29uPSIiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgaW1hZ2Vfd2lkdGg9IjMwMCIgaW1hZ2VfaGVpZ2h0PSIxMDAiIGxpbms9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3MvP3BhZ2VfaWQ9NDYyMyMiIGxpbmt0YXJnZXQ9Il9zZWxmIiBsaW5rdGV4dD0iIiBhbmltYXRpb25fdHlwZT0iMCIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXUV0aGFydW1zIHNlciBxdWlkZW0gcmVydW0gZmFjaWxpcyBkb2xvcmVzIG5lbWlzIG9tbmlzIGZ1Z2F0cyB2aXRhZXMgbmVtbyBtaW5pbWEgcmVydW1zIHVuc2VycyBzYWRpcHMgYW1ldHMuWy9jb250ZW50X2JveF0NCg0KW2NvbnRlbnRfYm94IHRpdGxlPSJQZXJzb25hbCBjdWFsaWZpY2FkbyIgaWNvbj0iIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMTEtMTAyNHg2NTQuanBnIiBpbWFnZV93aWR0aD0iMzAwIiBpbWFnZV9oZWlnaHQ9IjEwMCIgbGluaz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy8/cGFnZV9pZD00NjIzIyIgbGlua3RhcmdldD0iX3NlbGYiIGxpbmt0ZXh0PSIiIGFuaW1hdGlvbl90eXBlPSIwIiBhbmltYXRpb25fZGlyZWN0aW9uPSJkb3duIiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdRXRoYXJ1bXMgc2VyIHF1aWRlbSByZXJ1bSBmYWNpbGlzIGRvbG9yZXMgbmVtaXMgb21uaXMgZnVnYXRzIHZpdGFlcyBuZW1vIG1pbmltYSByZXJ1bXMgdW5zZXJzIHNhZGlwcyBhbWV0cy5bL2NvbnRlbnRfYm94XQ0KDQpbL2NvbnRlbnRfYm94ZXNdDQpbc2VwYXJhdG9yIHRvcD0iNTUiXQ0KWy9mdWxsd2lkdGhdDQpbc2VwYXJhdG9yIHRvcD0iLTU1Il0=', '', 1),
|
||
(3, 1, 0, '2014-02-26 17:39:14', 'original_id', '', 0, '4623', '', 1),
|
||
(4, 2, 0, '2014-02-26 17:40:26', 'title', 'base64', 1, 'SW5zdGFsYWNpb25lcw==', 'RmFjaWxpdGllcw==', 1),
|
||
(5, 2, 0, '2014-02-26 17:40:26', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii0yMCJdDQpbc2xpZGVyXVtzbGlkZV1odHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL1NhbnRheW5lei5qcGdbL3NsaWRlXVtzbGlkZV1odHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyLzAzX2Jhbm5lcmhvbWVfYWxsb3RqYW1lbnRfMi5qcGdbL3NsaWRlXVtzbGlkZV1odHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyLzA5X2Jhbm5lcmhvbWVfY2FiYWxsb18xLmpwZ1svc2xpZGVdWy9zbGlkZXJdDQpbc2VwYXJhdG9yIHRvcD0iLTMwIiBzdHlsZT0ibm9uZSJdDQo8c3Ryb25nPjxlbT5BIGNpZW4ga2lsw7NtZXRyb3MgZGUgTWFkcmlkIGVzdMOhbiBsYXMgaW5zdGFsYWNpb25lcyBkZSBEb3VibGUgUiBHcm91cC4gRW4gdW5hIGZpbmNhIGRlIHRyZWludGEgaGVjdMOhcmVhcyBkZXNhcnJvbGxhbW9zIGxhcyBhY3RpdmlkYWRlcyBkZSBjcsOtYSB5IGVudHJlbmFtaWVudG8gZGUgY2FiYWxsb3MgcGFyYSBsYSBhbHRhIGNvbXBldGljacOzbi48L2VtPjwvc3Ryb25nPg0KDQpbc2VwYXJhdG9yIHRvcD0iNTAiXQ0KDQpbdHdvX3RoaXJkIGxhc3Q9Im5vIl0NClt0aXRsZSBzaXplPSIyIl1Eb3RhY2lvbmVzWy90aXRsZV0NCg0KRG91YmxlIFIgR3JvdXAgdGllbmUgdG9kYSBsYSBpbmZyYWVzdHJ1Y3R1cmEgbmVjZXNhcmlhIHBhcmEgZWwgZGVzYXJyb2xsbyB5IGVsIGVudHJlbmFtaWVudG8gZGUgbG9zIGNhYmFsbG9zIGVuIHRvZGFzIHN1cyBmYXNlcw0KDQpbY2hlY2tsaXN0IGljb249ImNpcmNsZS1hcnJvdy1yaWdodCIgaWNvbmNvbG9yPSIzOTVCN0IiIGNpcmNsZT0ibm8iXQ0KPHVsPg0KCTxsaT5GaW5jYSBkZSBtw6FzIGRlIHRyZWludGEgaGVjdMOhcmVhcy48L2xpPg0KCTxsaT5QaXN0YXMgZGUgdHJhYmFqbyB5IHNhbHRvPC9saT4NCgk8bGk+UGlzdGFzIHBhcmEgZGFyIGN1ZXJkYTwvbGk+DQoJPGxpPlBpc3RhcyBkZSBnYWxvcGU8L2xpPg0KCTxsaT5DYW1pbmFkb3JlczwvbGk+DQoJPGxpPlN1ZWxvcyBkZSBjb25kaWNpb25lcyDDs3B0aW1hczwvbGk+DQo8L3VsPg0KWy9jaGVja2xpc3RdDQpbL3R3b190aGlyZF0NCg0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KW3RpdGxlIHNpemU9IjIiXUxvY2FsaXphY2nDs25bL3RpdGxlXQ0KPGlmcmFtZSBzcmM9Imh0dHBzOi8vbWFwcy5nb29nbGUuY29tL21hcHM/Zj1xJmFtcDtzb3VyY2U9c19xJmFtcDtobD1lbiZhbXA7Z2VvY29kZT0mYW1wO3E9Nzc1K05ldytZb3JrK0F2ZSwrQnJvb2tseW4sK0tpbmdzLCtOZXcrWW9yaysxMTIwMyZhbXA7YXE9JmFtcDtzbGw9MjcuNjk4NjM4LC04My44MDQ2MDEmYW1wO3NzcG49MjEuNzcwMTMxLDQ3Ljg3ODQxOCZhbXA7aWU9VVRGOCZhbXA7aHE9JmFtcDtobmVhcj03NzUrRStOZXcrWW9yaytBdmUsK0Jyb29rbHluLCtOZXcrWW9yaysxMTIwMyZhbXA7dD1tJmFtcDt6PTE0JmFtcDtsbD00MC42NjI0NDEsLTczLjkzNjkzNSZhbXA7b3V0cHV0PWVtYmVkIiBoZWlnaHQ9IjE1MCIgd2lkdGg9IjI4OCIgZnJhbWVib3JkZXI9IjAiIG1hcmdpbndpZHRoPSIwIiBtYXJnaW5oZWlnaHQ9IjAiIHNjcm9sbGluZz0ibm8iPjwvaWZyYW1lPg0KPHNtYWxsPjwvc21hbGw+DQo8aDQ+SW5zdGFsYWNpb25lcyBlbiBsYSBDb211bmlkYWQgZGUgTWFkcmlkPC9oND4NClsvb25lX3RoaXJkXQ0KDQpbc2VwYXJhdG9yIHRvcD0iMTUiXQ0KW3RpdGxlIHNpemU9IjIiXUltw6FnZW5lcyBkZSBsYXMgaW5zdGFsYWNpb25lc1svdGl0bGVdDQoNCltpbWFnZXMgbGlnaHRib3g9InllcyJdDQpbaW1hZ2UgbGluaz0iIiBsaW5rdGFyZ2V0PSJfc2VsZiIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvMS5qcGciIGFsdD0iIl0NCltpbWFnZSBsaW5rPSIiIGxpbmt0YXJnZXQ9Il9zZWxmIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi8yLmpwZyIgYWx0PSIiXQ0KW2ltYWdlIGxpbms9IiIgbGlua3RhcmdldD0iX3NlbGYiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyLzMuanBnIiBhbHQ9IiJdDQpbaW1hZ2UgbGluaz0iIiBsaW5rdGFyZ2V0PSJfc2VsZiIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvNC5qcGciIGFsdD0iIl0NCltpbWFnZSBsaW5rPSIiIGxpbmt0YXJnZXQ9Il9zZWxmIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi81LmpwZyIgYWx0PSIiXQ0KW2ltYWdlIGxpbms9IiIgbGlua3RhcmdldD0iX3NlbGYiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyLzYuanBnIiBhbHQ9IiJdDQpbaW1hZ2UgbGluaz0iIiBsaW5rdGFyZ2V0PSJfc2VsZiIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvNy5qcGciIGFsdD0iIl0NClsvaW1hZ2VzXQ==', '', 1),
|
||
(6, 2, 0, '2014-02-26 17:40:26', 'original_id', '', 0, '4824', '', 1),
|
||
(7, 3, 0, '2014-02-26 17:49:53', 'title', 'base64', 1, 'Tm90aWNpYXM=', 'TmV3cw==', 1),
|
||
(8, 3, 0, '2014-02-26 17:49:53', 'body', 'base64', 1, 'W2Jsb2cgbnVtYmVyX3Bvc3RzPSI2IiBjYXRfc2x1Zz0iIiB0aXRsZT0ieWVzIiB0aHVtYm5haWw9InllcyIgZXhjZXJwdD0ieWVzIiBleGNlcnB0X3dvcmRzPSI1NSIgbWV0YV9hbGw9InllcyIgbWV0YV9hdXRob3I9InllcyIgbWV0YV9jYXRlZ29yaWVzPSJ5ZXMiIG1ldGFfY29tbWVudHM9InllcyIgbWV0YV9kYXRlPSJ5ZXMiIG1ldGFfbGluaz0ieWVzIiBwYWdpbmc9InllcyIgc2Nyb2xsaW5nPSJwYWdpbmF0aW9uIiBzdHJpcF9odG1sPSJ5ZXMiIGxheW91dD0ibWVkaXVtIl1bL2Jsb2dd', 'W2Jsb2cgbnVtYmVyX3Bvc3RzPSI2IiBjYXRfc2x1Zz0iIiB0aXRsZT0ieWVzIiB0aHVtYm5haWw9InllcyIgZXhjZXJwdD0ieWVzIiBleGNlcnB0X3dvcmRzPSI1NSIgbWV0YV9hbGw9InllcyIgbWV0YV9hdXRob3I9Im5vIiBtZXRhX2NhdGVnb3JpZXM9InllcyIgbWV0YV9jb21tZW50cz0ibm8iIG1ldGFfZGF0ZT0ieWVzIiBtZXRhX2xpbms9InllcyIgcGFnaW5nPSJ5ZXMiIHNjcm9sbGluZz0icGFnaW5hdGlvbiIgc3RyaXBfaHRtbD0ieWVzIiBsYXlvdXQ9ImxhcmdlLWFsdGVybmF0ZSJdWy9ibG9nXQ==', 1),
|
||
(9, 3, 0, '2014-02-26 17:49:53', 'original_id', '', 0, '4698', '', 1),
|
||
(10, 4, 0, '2014-02-26 17:52:01', 'title', 'base64', 1, 'Tm90aWNpYXM=', 'TmV3cw==', 1),
|
||
(11, 4, 0, '2014-02-26 17:52:01', 'body', 'base64', 1, 'W2Jsb2cgbnVtYmVyX3Bvc3RzPSI2IiBjYXRfc2x1Zz0iIiB0aXRsZT0ieWVzIiB0aHVtYm5haWw9InllcyIgZXhjZXJwdD0ieWVzIiBleGNlcnB0X3dvcmRzPSI1NSIgbWV0YV9hbGw9InllcyIgbWV0YV9hdXRob3I9Im5vIiBtZXRhX2NhdGVnb3JpZXM9InllcyIgbWV0YV9jb21tZW50cz0ibm8iIG1ldGFfZGF0ZT0ieWVzIiBtZXRhX2xpbms9InllcyIgcGFnaW5nPSJ5ZXMiIHNjcm9sbGluZz0icGFnaW5hdGlvbiIgc3RyaXBfaHRtbD0ieWVzIiBsYXlvdXQ9ImxhcmdlLWFsdGVybmF0ZSJdWy9ibG9nXQ==', 'W2Jsb2cgbnVtYmVyX3Bvc3RzPSI2IiBjYXRfc2x1Zz0iIiB0aXRsZT0ieWVzIiB0aHVtYm5haWw9InllcyIgZXhjZXJwdD0ieWVzIiBleGNlcnB0X3dvcmRzPSI1NSIgbWV0YV9hbGw9InllcyIgbWV0YV9hdXRob3I9Im5vIiBtZXRhX2NhdGVnb3JpZXM9InllcyIgbWV0YV9jb21tZW50cz0ibm8iIG1ldGFfZGF0ZT0ieWVzIiBtZXRhX2xpbms9InllcyIgcGFnaW5nPSJ5ZXMiIHNjcm9sbGluZz0icGFnaW5hdGlvbiIgc3RyaXBfaHRtbD0ieWVzIiBsYXlvdXQ9ImxhcmdlLWFsdGVybmF0ZSJdWy9ibG9nXQ==', 1),
|
||
(12, 4, 0, '2014-02-26 17:52:01', 'original_id', '', 0, '4698', '', 1),
|
||
(13, 5, 0, '2014-02-26 17:59:39', 'title', 'base64', 1, 'Q3LDrWE=', 'QnJlZWRpbmc=', 1),
|
||
(14, 5, 0, '2014-02-26 17:59:39', 'body', 'base64', 1, '', '', 1),
|
||
(15, 5, 0, '2014-02-26 17:59:39', 'original_id', '', 0, '4897', '', 1),
|
||
(16, 6, 0, '2014-02-26 18:00:21', 'title', 'base64', 1, 'Q29tcGV0aWNpw7Nu', 'Q29tcGV0aXRpb24=', 1),
|
||
(17, 6, 0, '2014-02-26 18:00:21', 'body', 'base64', 1, '', '', 1),
|
||
(18, 6, 0, '2014-02-26 18:00:21', 'original_id', '', 0, '4899', '', 1),
|
||
(19, 7, 0, '2014-02-26 18:01:28', 'title', 'base64', 1, 'Q29udGFjdG8=', 'Q29udGFjdA==', 1),
|
||
(20, 7, 0, '2014-02-26 18:01:28', 'body', 'base64', 1, 'W3R3b190aGlyZCBsYXN0PSJubyJdDQpbdGl0bGUgc2l6ZT0iMyJdRm9ybXVsYXJpbyBkZSBjb250YWN0b1svdGl0bGVdDQpbZ3Jhdml0eWZvcm0gaWQ9IjEiIG5hbWU9IkNvbnRhY3RvIiBhamF4PSJ0cnVlIiB0aXRsZT0iZmFsc2UiXQ0KWy90d29fdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQpbdGl0bGUgc2l6ZT0iMyJdRG91YmxlIFIgR3JvdXBbL3RpdGxlXQ0KPHA+W2ZvbnRhd2Vzb21lIGljb249Im1hcC1tYXJrZXIiIGNpcmNsZT0ibm8iIHNpemU9Im1lZGl1bSIgaWNvbmNvbG9yPSIjMjk1ZTgxIiBjaXJjbGVjb2xvcj0iIiBjaXJjbGVib3JkZXJjb2xvcj0iIiBhbmltYXRpb25fdHlwZT0iMCIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXSBDYWxsZSBkZSBBbG1hZ3JvLCAyMSwgMjgwMTAgTWFkcmlkPC9wPg0KPHA+W2ZvbnRhd2Vzb21lIGljb249InBob25lIiBjaXJjbGU9Im5vIiBzaXplPSJtZWRpdW0iIGljb25jb2xvcj0iIzI5NWU4MSIgY2lyY2xlY29sb3I9IiIgY2lyY2xlYm9yZGVyY29sb3I9IiIgYW5pbWF0aW9uX3R5cGU9IjAiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl0rMzQgNjE5IDY4NiA2MzM8L3A+DQo8cD5bZm9udGF3ZXNvbWUgaWNvbj0iZW52ZWxvcGUiIGNpcmNsZT0ibm8iIHNpemU9Im1lZGl1bSIgaWNvbmNvbG9yPSIjMjk1ZTgxIiBjaXJjbGVjb2xvcj0iIiBjaXJjbGVib3JkZXJjb2xvcj0iIiBhbmltYXRpb25fdHlwZT0iMCIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXWluZm9AZG91Ymxlcmdyb3VwLmNvbTwvcD4NCjxwPltmb250YXdlc29tZSBpY29uPSJnbG9iZSIgY2lyY2xlPSJubyIgc2l6ZT0ibWVkaXVtIiBpY29uY29sb3I9IiMyOTVlODEiIGNpcmNsZWNvbG9yPSIiIGNpcmNsZWJvcmRlcmNvbG9yPSIiIGFuaW1hdGlvbl90eXBlPSIwIiBhbmltYXRpb25fZGlyZWN0aW9uPSJkb3duIiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdd3d3LmRvdWJsZXJncm91cC5jb208L3A+DQpbL29uZV90aGlyZF0NCg==', 'W3R3b190aGlyZCBsYXN0PSJubyJdDQpbdGl0bGUgc2l6ZT0iMyJdQ29udGFjdCBmb3JtWy90aXRsZV0NCltncmF2aXR5Zm9ybSBpZD0iMSIgbmFtZT0iQ29udGFjdG8iIGFqYXg9InRydWUiIHRpdGxlPSJmYWxzZSJdDQpbL3R3b190aGlyZF0NCltvbmVfdGhpcmQgbGFzdD0ieWVzIl0NClt0aXRsZSBzaXplPSIzIl1Eb3VibGUgUiBHcm91cFsvdGl0bGVdDQo8cD5bZm9udGF3ZXNvbWUgaWNvbj0ibWFwLW1hcmtlciIgY2lyY2xlPSJubyIgc2l6ZT0ibWVkaXVtIiBpY29uY29sb3I9IiMyOTVlODEiIGNpcmNsZWNvbG9yPSIiIGNpcmNsZWJvcmRlcmNvbG9yPSIiIGFuaW1hdGlvbl90eXBlPSIwIiBhbmltYXRpb25fZGlyZWN0aW9uPSJkb3duIiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdIENhbGxlIGRlIEFsbWFncm8sIDIxLCAyODAxMCBNYWRyaWQ8L3A+DQo8cD5bZm9udGF3ZXNvbWUgaWNvbj0icGhvbmUiIGNpcmNsZT0ibm8iIHNpemU9Im1lZGl1bSIgaWNvbmNvbG9yPSIjMjk1ZTgxIiBjaXJjbGVjb2xvcj0iIiBjaXJjbGVib3JkZXJjb2xvcj0iIiBhbmltYXRpb25fdHlwZT0iMCIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXSszNCA2MTkgNjg2IDYzMzwvcD4NCjxwPltmb250YXdlc29tZSBpY29uPSJlbnZlbG9wZSIgY2lyY2xlPSJubyIgc2l6ZT0ibWVkaXVtIiBpY29uY29sb3I9IiMyOTVlODEiIGNpcmNsZWNvbG9yPSIiIGNpcmNsZWJvcmRlcmNvbG9yPSIiIGFuaW1hdGlvbl90eXBlPSIwIiBhbmltYXRpb25fZGlyZWN0aW9uPSJkb3duIiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdaW5mb0Bkb3VibGVyZ3JvdXAuY29tPC9wPg0KPHA+W2ZvbnRhd2Vzb21lIGljb249Imdsb2JlIiBjaXJjbGU9Im5vIiBzaXplPSJtZWRpdW0iIGljb25jb2xvcj0iIzI5NWU4MSIgY2lyY2xlY29sb3I9IiIgY2lyY2xlYm9yZGVyY29sb3I9IiIgYW5pbWF0aW9uX3R5cGU9IjAiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl13d3cuZG91Ymxlcmdyb3VwLmNvbTwvcD4NClsvb25lX3RoaXJkXQ0K', 1),
|
||
(21, 7, 0, '2014-02-26 18:01:28', 'original_id', '', 0, '4671', '', 1),
|
||
(22, 8, 0, '2014-02-26 18:08:59', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(23, 8, 0, '2014-02-26 18:08:59', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQoNCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMCJdDQoNCiZuYnNwOw0KDQpbdGl0bGUgc2l6ZT0iMiJdTnVlc3Ryb3MgY2FiYWxsb3NbL3RpdGxlXQ0KDQpbcmVjZW50X3dvcmtzIGxheW91dD0iZ3JpZC13aXRoLWV4Y2VycHRzIiBmaWx0ZXJzPSJubyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI0IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X3dvcmtzXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMiJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9jbGllbnQxLnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9jbGllbnQxLnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9jbGllbnQxLnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9jbGllbnQxLnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9jbGllbnQxLnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9jbGllbnQxLnBuZyJdWy9jbGllbnRzXQ0KWy9mdWxsd2lkdGhd', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQoNCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMCJdDQoNCiZuYnNwOw0KDQpbdGl0bGUgc2l6ZT0iMiJdTnVlc3Ryb3MgY2FiYWxsb3NbL3RpdGxlXQ0KDQpbcmVjZW50X3dvcmtzIGxheW91dD0iZ3JpZC13aXRoLWV4Y2VycHRzIiBmaWx0ZXJzPSJubyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI0IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X3dvcmtzXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMiJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9jbGllbnQxLnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9jbGllbnQxLnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9jbGllbnQxLnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9jbGllbnQxLnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9jbGllbnQxLnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9jbGllbnQxLnBuZyJdWy9jbGllbnRzXQ0KWy9mdWxsd2lkdGhd', 1),
|
||
(24, 8, 0, '2014-02-26 18:08:59', 'original_id', '', 0, '4705', '', 1),
|
||
(107, 19, 0, '2014-02-28 13:03:04', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(25, 9, 0, '2014-02-26 18:57:29', 'title', 'base64', 1, 'SW5zdGFsYWNpb25lcw==', 'RmFjaWxpdGllcw==', 1),
|
||
(26, 9, 0, '2014-02-26 18:57:29', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii0yMCJdDQpbc2xpZGVyXVtzbGlkZV1odHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL1NhbnRheW5lei5qcGdbL3NsaWRlXVtzbGlkZV1odHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyLzAzX2Jhbm5lcmhvbWVfYWxsb3RqYW1lbnRfMi5qcGdbL3NsaWRlXVtzbGlkZV1odHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyLzA5X2Jhbm5lcmhvbWVfY2FiYWxsb18xLmpwZ1svc2xpZGVdWy9zbGlkZXJdDQpbc2VwYXJhdG9yIHRvcD0iLTMwIiBzdHlsZT0ibm9uZSJdDQo8c3Ryb25nPjxlbT5BIGNpZW4ga2lsw7NtZXRyb3MgZGUgTWFkcmlkIGVzdMOhbiBsYXMgaW5zdGFsYWNpb25lcyBkZSBEb3VibGUgUiBHcm91cC4gRW4gdW5hIGZpbmNhIGRlIHRyZWludGEgaGVjdMOhcmVhcyBkZXNhcnJvbGxhbW9zIGxhcyBhY3RpdmlkYWRlcyBkZSBjcsOtYSB5IGVudHJlbmFtaWVudG8gZGUgY2FiYWxsb3MgcGFyYSBsYSBhbHRhIGNvbXBldGljacOzbi48L2VtPjwvc3Ryb25nPg0KDQpbc2VwYXJhdG9yIHRvcD0iNTAiXQ0KDQpbdHdvX3RoaXJkIGxhc3Q9Im5vIl0NClt0aXRsZSBzaXplPSIzIl1Eb3RhY2lvbmVzWy90aXRsZV0NCg0KRG91YmxlIFIgR3JvdXAgdGllbmUgdG9kYSBsYSBpbmZyYWVzdHJ1Y3R1cmEgbmVjZXNhcmlhIHBhcmEgZWwgZGVzYXJyb2xsbyB5IGVsIGVudHJlbmFtaWVudG8gZGUgbG9zIGNhYmFsbG9zIGVuIHRvZGFzIHN1cyBmYXNlcw0KDQpbY2hlY2tsaXN0IGljb249ImNpcmNsZS1hcnJvdy1yaWdodCIgaWNvbmNvbG9yPSIzOTVCN0IiIGNpcmNsZT0ibm8iXQ0KPHVsPg0KCTxsaT5GaW5jYSBkZSBtw6FzIGRlIHRyZWludGEgaGVjdMOhcmVhcy48L2xpPg0KCTxsaT5QaXN0YXMgZGUgdHJhYmFqbyB5IHNhbHRvPC9saT4NCgk8bGk+UGlzdGFzIHBhcmEgZGFyIGN1ZXJkYTwvbGk+DQoJPGxpPlBpc3RhcyBkZSBnYWxvcGU8L2xpPg0KCTxsaT5DYW1pbmFkb3JlczwvbGk+DQoJPGxpPlN1ZWxvcyBkZSBjb25kaWNpb25lcyDDs3B0aW1hczwvbGk+DQo8L3VsPg0KWy9jaGVja2xpc3RdDQpbL3R3b190aGlyZF0NCg0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KW3RpdGxlIHNpemU9IjMiXUxvY2FsaXphY2nDs25bL3RpdGxlXQ0KPGlmcmFtZSBzcmM9Imh0dHBzOi8vbWFwcy5nb29nbGUuY29tL21hcHM/Zj1xJmFtcDtzb3VyY2U9c19xJmFtcDtobD1lbiZhbXA7Z2VvY29kZT0mYW1wO3E9Nzc1K05ldytZb3JrK0F2ZSwrQnJvb2tseW4sK0tpbmdzLCtOZXcrWW9yaysxMTIwMyZhbXA7YXE9JmFtcDtzbGw9MjcuNjk4NjM4LC04My44MDQ2MDEmYW1wO3NzcG49MjEuNzcwMTMxLDQ3Ljg3ODQxOCZhbXA7aWU9VVRGOCZhbXA7aHE9JmFtcDtobmVhcj03NzUrRStOZXcrWW9yaytBdmUsK0Jyb29rbHluLCtOZXcrWW9yaysxMTIwMyZhbXA7dD1tJmFtcDt6PTE0JmFtcDtsbD00MC42NjI0NDEsLTczLjkzNjkzNSZhbXA7b3V0cHV0PWVtYmVkIiBoZWlnaHQ9IjE1MCIgd2lkdGg9IjI4OCIgZnJhbWVib3JkZXI9IjAiIG1hcmdpbndpZHRoPSIwIiBtYXJnaW5oZWlnaHQ9IjAiIHNjcm9sbGluZz0ibm8iPjwvaWZyYW1lPg0KPHNtYWxsPkluc3RhbGFjaW9uZXMgZW4gbGEgQ29tdW5pZGFkIGRlIE1hZHJpZDwvc21hbGw+DQpbL29uZV90aGlyZF0NCg0KW3NlcGFyYXRvciB0b3A9IjE1Il0NClt0aXRsZSBzaXplPSIzIl1JbcOhZ2VuZXMgZGUgbGFzIGluc3RhbGFjaW9uZXNbL3RpdGxlXQ0KDQpbaW1hZ2VzIGxpZ2h0Ym94PSJ5ZXMiXQ0KW2ltYWdlIGxpbms9IiIgbGlua3RhcmdldD0iX3NlbGYiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyLzEuanBnIiBhbHQ9IiJdDQpbaW1hZ2UgbGluaz0iIiBsaW5rdGFyZ2V0PSJfc2VsZiIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvMi5qcGciIGFsdD0iIl0NCltpbWFnZSBsaW5rPSIiIGxpbmt0YXJnZXQ9Il9zZWxmIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi8zLmpwZyIgYWx0PSIiXQ0KW2ltYWdlIGxpbms9IiIgbGlua3RhcmdldD0iX3NlbGYiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyLzQuanBnIiBhbHQ9IiJdDQpbaW1hZ2UgbGluaz0iIiBsaW5rdGFyZ2V0PSJfc2VsZiIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvNS5qcGciIGFsdD0iIl0NCltpbWFnZSBsaW5rPSIiIGxpbmt0YXJnZXQ9Il9zZWxmIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi82LmpwZyIgYWx0PSIiXQ0KW2ltYWdlIGxpbms9IiIgbGlua3RhcmdldD0iX3NlbGYiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyLzcuanBnIiBhbHQ9IiJdDQpbL2ltYWdlc10=', '', 0),
|
||
(27, 9, 0, '2014-02-26 18:57:29', 'original_id', '', 0, '4824', '', 0),
|
||
(28, 10, 0, '2014-02-26 20:04:44', 'title', 'base64', 1, 'Tm9zb3Ryb3M=', 'QWJvdXQgdXM=', 1),
|
||
(29, 10, 0, '2014-02-26 20:04:44', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSIgc3R5bGU9Im5vbmUiXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIiBwYWRkaW5nVG9wPSIyMHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4IiBiYWNrZ3JvdW5kY29sb3I9IiNmOGY4ZjgiIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiXQ0KW29uZV9oYWxmIGxhc3Q9Im5vIl0NCltzZXBhcmF0b3IgdG9wPSI1MCJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iRXF1aXBvIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvZl9lcXVpcG8uanBnIiAvPjwvZGl2Pg0KWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXQ0KW3RpdGxlIHNpemU9IjIiXUZpbG9zb2bDrWFbL3RpdGxlXQ0KTGlkIGVzdCBsYWJvcnVtIGRvbG8gcnVtZXMgZnVnYXRzIHVudHJhcy4gRXRoYXJ1bXMgc2VyIHF1aWRlbSByZXJ1bSBmYWNpbGlzIGRvbG9yZXMgbmVtaXMgb21uaXMgZnVnYXRzIHZpdGFlcyBuZW1vIG1pbmltYSByZXJ1bXMgdW5zZXJzIHNhZGlwcyBhbWV0cy4gU2VkIHV0IHBlcnNwaWNpYXRpcyB1bmRlIG9tbmlzIGlzdGUgbmF0dXMgZXJyb3Igc2l0IHZvbHVwdGF0ZW0gYWNjdXNhbnRpdW0gZG9sb3JlbXF1ZSBsYXVkYW50aXVtLCB0b3RhbSByZW0gYXBlcmlhbSwgZWFxdWUgaXBzYSBxdWFlIGFiIGlsbG8gaW52ZW50b3JlIHZlcml0YXRpcyBldCBxdWFzaSBhcmNoaXRlY3RvIGJlYXRhZSB2aXRhZSBkaWN0YSBzdW50IGV4cGxpY2Fiby4gTmVtbyBlbmltIGlwc2FtIHZvbHVwdGF0ZW0gcXVpYSB2b2x1cHRhcyBzaXQgYXNwZXJuYXR1ciBhdXQgb2RpdCBhdXQgZnVnaXQsIHNlZCBxdWlhIGNvbnNlcXV1bnR1ciBtYWduaSBkb2xvcmVzIGVvcyBxdWkgcmF0aW9uZSB2b2x1cHRhdGVtIHNlcXVpIG5lc2NpdW50Li4gTmVxdWUgcG9ycm8gcXVpc3F1YW0gZXN0LCBxdWkgZG9sb3JlbSBpcHN1bSBxdWlhIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciwgYWRpcGlzY2kgdmVsaXQsIHNlZCBxdWlhIG5vbiBudW1xdWFtIGVpdXMgbW9kaSB0ZW1wb3JhIGluY2lkdW50IHV0IGxhYm9yZSBkb2xvcmUgbWFnbm0gYWxpcXVhbSBxdWFlcmF0IHZvbHVwdGF0ZW0uDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQoNCltzZXBhcmF0b3IgdG9wPSIyMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIwIiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iMHB4IiBwYWRkaW5nQm90dG9tPSIwcHgiXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiIGljb25jb2xvcj0iIiBjaXJjbGVjb2xvcj0iIiBjaXJjbGVib3JkZXJjb2xvcj0iIiBiYWNrZ3JvdW5kY29sb3I9IiJdDQpbY29udGVudF9ib3ggdGl0bGU9Ik51ZXN0cmFzIGluc3RhbGFjaW9uZXMiIGljb249IiIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvMS5qcGciIGltYWdlX3dpZHRoPSIzMDAiIGltYWdlX2hlaWdodD0iMjAwIiBsaW5rPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzLz9wYWdlX2lkPTQ2MjMjIiBsaW5rdGFyZ2V0PSJfc2VsZiIgbGlua3RleHQ9IiIgYW5pbWF0aW9uX3R5cGU9IjAiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1FdGhhcnVtcyBzZXIgcXVpZGVtIHJlcnVtIGZhY2lsaXMgZG9sb3JlcyBuZW1pcyBvbW5pcyBmdWdhdHMgdml0YWVzIG5lbW8gbWluaW1hIHJlcnVtcyB1bnNlcnMgc2FkaXBzIGFtZXRzLlsvY29udGVudF9ib3hdDQoNCltjb250ZW50X2JveCB0aXRsZT0iQ3VpZGFkbyBkZSBsb3MgY2FiYWxsb3MiIGljb249IiIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDMtMTAyNHg2NTQuanBnIiBpbWFnZV93aWR0aD0iMzAwIiBpbWFnZV9oZWlnaHQ9IjIwMCIgbGluaz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy8/cGFnZV9pZD00NjIzIyIgbGlua3RhcmdldD0iX3NlbGYiIGxpbmt0ZXh0PSIiIGFuaW1hdGlvbl90eXBlPSIwIiBhbmltYXRpb25fZGlyZWN0aW9uPSJkb3duIiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdRXRoYXJ1bXMgc2VyIHF1aWRlbSByZXJ1bSBmYWNpbGlzIGRvbG9yZXMgbmVtaXMgb21uaXMgZnVnYXRzIHZpdGFlcyBuZW1vIG1pbmltYSByZXJ1bXMgdW5zZXJzIHNhZGlwcyBhbWV0cy5bL2NvbnRlbnRfYm94XQ0KDQpbY29udGVudF9ib3ggdGl0bGU9IlBlcnNvbmFsIGN1YWxpZmljYWRvIiBpY29uPSIiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAxMS0xMDI0eDY1NC5qcGciIGltYWdlX3dpZHRoPSIzMDAiIGltYWdlX2hlaWdodD0iMjAwIiBsaW5rPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzLz9wYWdlX2lkPTQ2MjMjIiBsaW5rdGFyZ2V0PSJfc2VsZiIgbGlua3RleHQ9IiIgYW5pbWF0aW9uX3R5cGU9IjAiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1FdGhhcnVtcyBzZXIgcXVpZGVtIHJlcnVtIGZhY2lsaXMgZG9sb3JlcyBuZW1pcyBvbW5pcyBmdWdhdHMgdml0YWVzIG5lbW8gbWluaW1hIHJlcnVtcyB1bnNlcnMgc2FkaXBzIGFtZXRzLlsvY29udGVudF9ib3hdDQoNClsvY29udGVudF9ib3hlc10NCltzZXBhcmF0b3IgdG9wPSI1NSJdDQpbL2Z1bGx3aWR0aF0NCg0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjhmOGY4IiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSIyMHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KW3NlcGFyYXRvciB0b3A9IjUwIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1tZWRpdW0gd3AtaW1hZ2UtNDcxNyIgYWx0PSJob3JzZS0wMjEtMTAyNHg2NTQiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQtMzAweDE5MS5qcGciIHdpZHRoPSIzMDAiIGhlaWdodD0iMTkxIiAvPjwvZGl2Pg0KWy9vbmVfdGhpcmRdDQpbdHdvX3RoaXJkIGxhc3Q9InllcyJdDQpbdGl0bGUgc2l6ZT0iMyJdTnVlc3Ryb3Mgc2VtZW50YWxlc1svdGl0bGVdDQpOdWVzdHJvIG9iamV0aXZvIGVzIHRlbmVyIHVuIGdydXBvIGRlIHNlbWVudGFsZXMgY29tcGV0aXRpdm9zIGVuIGxhIGNvbXBldGljacOzbiBlIGludGVyZXNhbnRlIHBhcmEgbGEgY3LDrWEuIEludGVudGFtb3MgcXVlIGVsIHNlbWVudGFsIHNlYSBsbyBtw6FzIGNvbXBsZXRvIHBvc2libGUgcGFyYSBsb3MgY3JpYWRvcmVzLiBIZW1vcyBidXNjYWRvIGxvcyBzZW1lbnRhbGVzIGVudHJlIGxvcyBtZWpvcmVzIG9yw61nZW5lcywgc2llbXByZSBjb24gdW4gYnVlbiBmw61zaWNvIHkgYnVlbm9zIG1vdmltaWVudG9zIHF1ZSBwZXJtaXRhbiBxdWUgZWwgc2VtZW50YWwgdGVuZ2EgdW5hIGdyYW4gY2FwYWNpZGFkIHBhcmEgc2FsdGFyLg0KRHVyYW50ZSBsYSB0ZW1wb3JhZGEgZGUgY3VicmljaW9uZXMsIGxvcyBzZW1lbnRhbGVzIGNvbWJpbmFuIHN1cyB0YXJlYXMgZGUgcmVwcm9kdWNjacOzbiBjb24gbGEgY29tcGV0aWNpw7NuLCBlIGludGVudGFtb3Mgb2ZyZWNlciB1biBidWVuIHNlcnZpY2lvIGEgbG9zIGNyaWFkb3Jlcy4gUGFyYSBsYSBleHRyYWNjacOzbiB5IG1hbmlwdWxhY2nDs24gZGVsIHNlbWVuLCBsYSBZZWd1YWRhIENhbXBvcyBwb3NlZSBsYXMgw7psdGltYXMgdGVjbm9sb2fDrWFzIHF1ZSBub3MgcGVybWl0ZW4gZW52aWFyIHNlbWVuIGZyZXNjbyB5IGNvbmdlbGFkbyBhIGN1YWxxdWllciBwdW50byBkZSBFdXJvcGEgZW4gbWVub3MgZGUgMjQgaG9yYXMuDQpbL3R3b190aGlyZF0gDQpbc2VwYXJhdG9yIHRvcD0iNTUiXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQpbc2VwYXJhdG9yIHRvcD0iNTAiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2NhYmFsbG8teWVndWEtY29uLXN1LWNyaWEtby1wb3Ryby1iZWJlLWVxdWlub3MtMzAweDE4Ny5qcGciIGFsdD0iWWVndWEiIHdpZHRoPSIzMDAiIGhlaWdodD0iMTg3IiBjbGFzcz0iYWxpZ25ub25lIHNpemUtbWVkaXVtIHdwLWltYWdlLTUwNjgiIC8+PC9kaXY+DQpbL29uZV90aGlyZF0NClt0d29fdGhpcmQgbGFzdD0ieWVzIl0NClt0aXRsZSBzaXplPSIzIl1OdWVzdHJhcyB5ZWd1YXNbL3RpdGxlXQ0KUGFyYSBwb2RlciBjdW1wbGlyIG51ZXN0cm8gb2JqZXRpdm8sIHRvZGFzIGxhcyB5ZWd1YXMgaGFuIHNpZG8gc2VsZWNjaW9uYWRhcyBtdXkgY3VpZGFkb3NhbWVudGUgZW50cmUgbGFzIG1lam9yZXMgZmFtaWxpYXMgbWF0ZXJuYXMgcGFyYSBwcm9kdWNpciBwb3Ryb3MgcXVlIHNlcsOhbiBkZXN0aW5hZG9zIGEgY29tcGV0aXIgZW4gZWwgbcOheGltbyBuaXZlbCBpbnRlcm5hY2lvbmFsLg0KWy90d29fdGhpcmRdDQoNClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 'W3NlcGFyYXRvciB0b3A9Ii01NSIgc3R5bGU9Im5vbmUiXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIiBwYWRkaW5nVG9wPSIyMHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4IiBiYWNrZ3JvdW5kY29sb3I9IiNmOGY4ZjgiIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiXQ0KW29uZV9oYWxmIGxhc3Q9Im5vIl0NCltzZXBhcmF0b3IgdG9wPSI1MCJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iRXF1aXBvIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvZl9lcXVpcG8uanBnIiAvPjwvZGl2Pg0KWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXQ0KW3RpdGxlIHNpemU9IjIiXUZpbG9zb2bDrWFbL3RpdGxlXQ0KTGlkIGVzdCBsYWJvcnVtIGRvbG8gcnVtZXMgZnVnYXRzIHVudHJhcy4gRXRoYXJ1bXMgc2VyIHF1aWRlbSByZXJ1bSBmYWNpbGlzIGRvbG9yZXMgbmVtaXMgb21uaXMgZnVnYXRzIHZpdGFlcyBuZW1vIG1pbmltYSByZXJ1bXMgdW5zZXJzIHNhZGlwcyBhbWV0cy4gU2VkIHV0IHBlcnNwaWNpYXRpcyB1bmRlIG9tbmlzIGlzdGUgbmF0dXMgZXJyb3Igc2l0IHZvbHVwdGF0ZW0gYWNjdXNhbnRpdW0gZG9sb3JlbXF1ZSBsYXVkYW50aXVtLCB0b3RhbSByZW0gYXBlcmlhbSwgZWFxdWUgaXBzYSBxdWFlIGFiIGlsbG8gaW52ZW50b3JlIHZlcml0YXRpcyBldCBxdWFzaSBhcmNoaXRlY3RvIGJlYXRhZSB2aXRhZSBkaWN0YSBzdW50IGV4cGxpY2Fiby4gTmVtbyBlbmltIGlwc2FtIHZvbHVwdGF0ZW0gcXVpYSB2b2x1cHRhcyBzaXQgYXNwZXJuYXR1ciBhdXQgb2RpdCBhdXQgZnVnaXQsIHNlZCBxdWlhIGNvbnNlcXV1bnR1ciBtYWduaSBkb2xvcmVzIGVvcyBxdWkgcmF0aW9uZSB2b2x1cHRhdGVtIHNlcXVpIG5lc2NpdW50Li4gTmVxdWUgcG9ycm8gcXVpc3F1YW0gZXN0LCBxdWkgZG9sb3JlbSBpcHN1bSBxdWlhIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciwgYWRpcGlzY2kgdmVsaXQsIHNlZCBxdWlhIG5vbiBudW1xdWFtIGVpdXMgbW9kaSB0ZW1wb3JhIGluY2lkdW50IHV0IGxhYm9yZSBkb2xvcmUgbWFnbm0gYWxpcXVhbSBxdWFlcmF0IHZvbHVwdGF0ZW0uDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQoNCltzZXBhcmF0b3IgdG9wPSIyMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIwIiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iMHB4IiBwYWRkaW5nQm90dG9tPSIwcHgiXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiIGljb25jb2xvcj0iIiBjaXJjbGVjb2xvcj0iIiBjaXJjbGVib3JkZXJjb2xvcj0iIiBiYWNrZ3JvdW5kY29sb3I9IiJdDQpbY29udGVudF9ib3ggdGl0bGU9Ik51ZXN0cmFzIGluc3RhbGFjaW9uZXMiIGljb249IiIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvMS5qcGciIGltYWdlX3dpZHRoPSIzMDAiIGltYWdlX2hlaWdodD0iMjAwIiBsaW5rPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzLz9wYWdlX2lkPTQ2MjMjIiBsaW5rdGFyZ2V0PSJfc2VsZiIgbGlua3RleHQ9IiIgYW5pbWF0aW9uX3R5cGU9IjAiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1FdGhhcnVtcyBzZXIgcXVpZGVtIHJlcnVtIGZhY2lsaXMgZG9sb3JlcyBuZW1pcyBvbW5pcyBmdWdhdHMgdml0YWVzIG5lbW8gbWluaW1hIHJlcnVtcyB1bnNlcnMgc2FkaXBzIGFtZXRzLlsvY29udGVudF9ib3hdDQoNCltjb250ZW50X2JveCB0aXRsZT0iQ3VpZGFkbyBkZSBsb3MgY2FiYWxsb3MiIGljb249IiIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDMtMTAyNHg2NTQuanBnIiBpbWFnZV93aWR0aD0iMzAwIiBpbWFnZV9oZWlnaHQ9IjIwMCIgbGluaz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy8/cGFnZV9pZD00NjIzIyIgbGlua3RhcmdldD0iX3NlbGYiIGxpbmt0ZXh0PSIiIGFuaW1hdGlvbl90eXBlPSIwIiBhbmltYXRpb25fZGlyZWN0aW9uPSJkb3duIiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdRXRoYXJ1bXMgc2VyIHF1aWRlbSByZXJ1bSBmYWNpbGlzIGRvbG9yZXMgbmVtaXMgb21uaXMgZnVnYXRzIHZpdGFlcyBuZW1vIG1pbmltYSByZXJ1bXMgdW5zZXJzIHNhZGlwcyBhbWV0cy5bL2NvbnRlbnRfYm94XQ0KDQpbY29udGVudF9ib3ggdGl0bGU9IlBlcnNvbmFsIGN1YWxpZmljYWRvIiBpY29uPSIiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAxMS0xMDI0eDY1NC5qcGciIGltYWdlX3dpZHRoPSIzMDAiIGltYWdlX2hlaWdodD0iMjAwIiBsaW5rPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzLz9wYWdlX2lkPTQ2MjMjIiBsaW5rdGFyZ2V0PSJfc2VsZiIgbGlua3RleHQ9IiIgYW5pbWF0aW9uX3R5cGU9IjAiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1FdGhhcnVtcyBzZXIgcXVpZGVtIHJlcnVtIGZhY2lsaXMgZG9sb3JlcyBuZW1pcyBvbW5pcyBmdWdhdHMgdml0YWVzIG5lbW8gbWluaW1hIHJlcnVtcyB1bnNlcnMgc2FkaXBzIGFtZXRzLlsvY29udGVudF9ib3hdDQoNClsvY29udGVudF9ib3hlc10NCltzZXBhcmF0b3IgdG9wPSI1NSJdDQpbL2Z1bGx3aWR0aF0NCg0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjhmOGY4IiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSIyMHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KW3NlcGFyYXRvciB0b3A9IjUwIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1tZWRpdW0gd3AtaW1hZ2UtNDcxNyIgYWx0PSJob3JzZS0wMjEtMTAyNHg2NTQiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQtMzAweDE5MS5qcGciIHdpZHRoPSIzMDAiIGhlaWdodD0iMTkxIiAvPjwvZGl2Pg0KWy9vbmVfdGhpcmRdDQpbdHdvX3RoaXJkIGxhc3Q9InllcyJdDQpbdGl0bGUgc2l6ZT0iMyJdTnVlc3Ryb3Mgc2VtZW50YWxlc1svdGl0bGVdDQpOdWVzdHJvIG9iamV0aXZvIGVzIHRlbmVyIHVuIGdydXBvIGRlIHNlbWVudGFsZXMgY29tcGV0aXRpdm9zIGVuIGxhIGNvbXBldGljacOzbiBlIGludGVyZXNhbnRlIHBhcmEgbGEgY3LDrWEuIEludGVudGFtb3MgcXVlIGVsIHNlbWVudGFsIHNlYSBsbyBtw6FzIGNvbXBsZXRvIHBvc2libGUgcGFyYSBsb3MgY3JpYWRvcmVzLiBIZW1vcyBidXNjYWRvIGxvcyBzZW1lbnRhbGVzIGVudHJlIGxvcyBtZWpvcmVzIG9yw61nZW5lcywgc2llbXByZSBjb24gdW4gYnVlbiBmw61zaWNvIHkgYnVlbm9zIG1vdmltaWVudG9zIHF1ZSBwZXJtaXRhbiBxdWUgZWwgc2VtZW50YWwgdGVuZ2EgdW5hIGdyYW4gY2FwYWNpZGFkIHBhcmEgc2FsdGFyLg0KRHVyYW50ZSBsYSB0ZW1wb3JhZGEgZGUgY3VicmljaW9uZXMsIGxvcyBzZW1lbnRhbGVzIGNvbWJpbmFuIHN1cyB0YXJlYXMgZGUgcmVwcm9kdWNjacOzbiBjb24gbGEgY29tcGV0aWNpw7NuLCBlIGludGVudGFtb3Mgb2ZyZWNlciB1biBidWVuIHNlcnZpY2lvIGEgbG9zIGNyaWFkb3Jlcy4gUGFyYSBsYSBleHRyYWNjacOzbiB5IG1hbmlwdWxhY2nDs24gZGVsIHNlbWVuLCBsYSBZZWd1YWRhIENhbXBvcyBwb3NlZSBsYXMgw7psdGltYXMgdGVjbm9sb2fDrWFzIHF1ZSBub3MgcGVybWl0ZW4gZW52aWFyIHNlbWVuIGZyZXNjbyB5IGNvbmdlbGFkbyBhIGN1YWxxdWllciBwdW50byBkZSBFdXJvcGEgZW4gbWVub3MgZGUgMjQgaG9yYXMuDQpbL3R3b190aGlyZF0gDQpbc2VwYXJhdG9yIHRvcD0iNTUiXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQpbc2VwYXJhdG9yIHRvcD0iNTAiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2NhYmFsbG8teWVndWEtY29uLXN1LWNyaWEtby1wb3Ryby1iZWJlLWVxdWlub3MtMzAweDE4Ny5qcGciIGFsdD0iWWVndWEiIHdpZHRoPSIzMDAiIGhlaWdodD0iMTg3IiBjbGFzcz0iYWxpZ25ub25lIHNpemUtbWVkaXVtIHdwLWltYWdlLTUwNjgiIC8+PC9kaXY+DQpbL29uZV90aGlyZF0NClt0d29fdGhpcmQgbGFzdD0ieWVzIl0NClt0aXRsZSBzaXplPSIzIl1OdWVzdHJhcyB5ZWd1YXNbL3RpdGxlXQ0KUGFyYSBwb2RlciBjdW1wbGlyIG51ZXN0cm8gb2JqZXRpdm8sIHRvZGFzIGxhcyB5ZWd1YXMgaGFuIHNpZG8gc2VsZWNjaW9uYWRhcyBtdXkgY3VpZGFkb3NhbWVudGUgZW50cmUgbGFzIG1lam9yZXMgZmFtaWxpYXMgbWF0ZXJuYXMgcGFyYSBwcm9kdWNpciBwb3Ryb3MgcXVlIHNlcsOhbiBkZXN0aW5hZG9zIGEgY29tcGV0aXIgZW4gZWwgbcOheGltbyBuaXZlbCBpbnRlcm5hY2lvbmFsLg0KWy90d29fdGhpcmRdDQoNClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 1),
|
||
(30, 10, 0, '2014-02-26 20:04:44', 'original_id', '', 0, '4623', '', 1),
|
||
(31, 11, 0, '2014-02-27 16:29:49', 'title', 'base64', 1, 'WmluZWRpbmU=', 'WmluZWRpbmU=', 1),
|
||
(32, 11, 0, '2014-02-27 16:29:49', 'body', 'base64', 1, 'PGg0PktXUE4gLSBjaGVzdG51dCAtIDIwMDQgLSAxNiwyIGhhbmRzPC9oND4NCg0KQXBwcm92ZWQgZm9yOiBXZXN0ZmFsZW4sIFJoZWlubGFuZCwgT1MsIEhhbm5vdmVyLCBhbGxlIHPDvGRkZXV0c2NoZW4gVmVyYsOkbmRlLiBPdGhlciB2ZXJiYW5kcyBvbiByZXF1ZXN0Lg0KSW5zZW1pbmF0aW9uIGZlZTogMTAwMOKCrCogKyBJbi1mb2FsIGZlZTogMTAwMOKCrCogKEZTK1RHKQ0KRm9yZWlnbiBjdXN0b21lcnMgbXVzdCBwYXkgZnVsbCBzdHVkIGZlZSBpbiBhZHZhbmNlLiBSZWZ1bmQgb2YgdGhlIGhhbGYgYXQgbm9uLXByZWduYW5jeQ0KDQoyMDEyIGVpZ2h0aCBpbiBoaXMgZmlyc3QgV29ybGQgQ3VwIGluIFN0dXR0Z2FydCBhZnRlciB3aW5uaW5nIGEgbnVtYmVyIG9mIHRlc3RzIGluIHRoZSBpbnRlcm5hdGlvbmFsIFlvdW5nc3RlciBUb3VyLiBQbGFjZWQgaW4gMjAxMywgYXMgYSBuaW5lLXllYXIgb2xkLCBhbW9uZyB0aGUgYmVzdCBpbiBDaGFudGlsbHkvRlJBLCBOZXVtw7xuc3Rlci9HRVIsIEFhY2hlbi9HRVIgYW5kIGBzIEhlcnRvZ2VuYm9zY2gvTkVELiBIaXMgc2lyZSBHdWlkYW0gKGJ5IFF1aWRhbSBkZSBSZXZlbCkgcHJvZHVjZWQgbWFueSBjaGFtcGlvbnNoaXAgb2Zmc3ByaW5nLiBEYW1gcyBzaXJlIEhlYXJ0YnJlYWtlciBpcyB0aGUgZm91cnRoLWJlc3QtanVtcGVyLW1ha2VyLiANCg0KW3RpdGxlIHNpemU9IjMiXVByb2dlbnlbL3RpdGxlXQ0KDQpGbG9yZW5jaWFub+KAmXMgZGVidXQgYXMgYSBzaXJlIHdhcyBicmlsbGlhbnQuIEluIGtlZXBpbmcgd2l0aCBoaXMgb3V0c3RhbmRpbmcgZmlyc3QgZm9hbCBjcm9wcywgaGlzIGRhdWdodGVyIEZlaW5lIFJvc2EgdG9vayB0aGUgMjAxMSBDaGFtcGlvbiBNYXJlIHRpdGxlIGF0IHRoZSBHZXJtYW4gRWxpdGUgQnJvb2RtYXJlIENoYW1waW9uc2hpcHMgYXMgd2VsbCBhcyB0aGUgUmhpbmVsYW5kIENoYW1waW9uIE1hcmUgdGl0bGUsIGhpcyBkYXVnaHRlciBGbG9yZW5jaWFuYSBGIGJlY2FtZSB0aGUgV2VzdHBoYWxpYW4gQ2hhbXBpb24gTWFyZSBhbmQgaGlzIGRhdWdodGVyIEZvciBDb210ZXNzIHdvbiB0aGUgV2VzdHBoYWxpYW4gQ2hhbXBpb25zaGlwcywgdGhlIFdlc3RwaGFsaWFuIFdhcHBlbiBhbmQgYWxzbyBwYXJ0aWNpcGF0ZWQgaW4gdGhlIEJ1bmRlc2NoYW1waW9uYXQgRmluYWwuIFRocmVlIG9mIGhpcyBzb25zIHdlcmUgbGljZW5zZWQsIGluY2x1ZGluZyB0aGUgMjAxMiBOUlcgcHJlbWl1bSBzdGFsbGlvbiwgRmFyYmVuc3BpZWwuIEhpcyBvZmZzcHJpbmcgYXJlIG9mZiB0byBhIGhpZ2hseSBwcm9taXNpbmcgc3RhcnQgaW4gYmFzaWMgdGVzdHMgZm9yIHlvdW5nc3RlcnMuIA0KDQpbdGl0bGUgc2l6ZT0iMyJdUGVkaWdyZWVbL3RpdGxlXQ0KDQpIaXMgc2lyZSBpcyB0aGUgdHdvLXRpbWUgV29ybGQgQ2hhbXBpb24gb2YgeW91bmcgZHJlc3NhZ2UgaG9yc2VzLCBGbG9yZW5jaW8gSS4NCg0KRmxvcmVuY2lhbm/igJlzIGhpZ2hseSBkZWNvcmF0ZWQgZGFtIGxpbmUgb3JpZ2luYXRlZCBpbiB0aGUgTmV0aGVybGFuZHMuIEhpcyBkYW0gU3QuUHIuU3QuIEx1bmRpIFQgd29uIGVpZ2h0IG1lZGl1bSAoTSkgbGV2ZWwgZHJlc3NhZ2UgdGVzdHMgYW5kIHJlY2VpdmVkIOKAnHBlcmZvcm1hbmNlIG1hcmUgZHJlc3NhZ2XigJ0gc3RhdHVzLiAgVGhlIGRhbeKAmXMgc2lyZSBIYXZpZG9mZiwgYnkgdGhlIEdyYW5kIFByaXggc3RhbGxpb24gQ2xhdmVjaW1iZWwsIHdhcyBhd2FyZGVkIOKAnGtldXLigJ0gc3RhdHVzLiBNYW55IG9mIGhpcyBvZmZzcHJpbmcgd2luIHJpYmJvbnMgYXQgR3JhbmQgUHJpeCBsZXZlbCBzdWNoIGFzIGhpcyBsaWNlbnNlZCBzb24sIFBhZ2FuaW5pLiBHcmFuZGRhbSBBbnVza2EgcHJvZHVjZWQgc2V2ZXJhbCBob3JzZXMgdGhhdCB3ZXJlIHN1Y2Nlc3NmdWwgaW4gZHJlc3NhZ2UgcmluZ3MuIA0KDQpUaGUgcGVyZm9ybWFuY2UgZG9taW5hdGUgZGFtIGxpbmUgYWxzbyBwcm9kdWNlZCB0aGUgbGljZW5zZWQgWm/Dtmxvb2cgKGJ5IEdvbmRvbGllcikgd2hvIGhhcyBwbGFjZWQgaW4gaW50ZXJuYXRpb25hbCBkcmVzc2FnZSBjb21wZXRpdGlvbnMsIHRoZSB3b3JsZCBjbGFzcyBzaG93IGp1bXBlciBNaXN0ZXIgU3Bvb24gKGJ5IFphZG9jKS9DYW5kaWNlIEtpbmcvVVNBIGFuZCBOaWV0amUgKGJ5IFppZWhpbSksIHdobyB0b29rIGdvbGQgb24gdGhlIER1dGNoIHRlYW0gYXQgdGhlIDIwMDYgV29ybGQgRXF1ZXN0cmlhbiBHYW1lcyBpbiBBYWNoZW4gaW4gS29vcyBkZSBSb25kZeKAmXMgZHJpdmluZyB0ZWFtIG9mIGZvdXIgYXMgd2VsbCBhcyBtYW55IFN0YXRlIFByZW1pdW0gbWFyZXMgYW5kIGF1Y3Rpb24gaG9yc2VzLg0KDQo8aWZyYW1lIHdpZHRoPSI1NjAiIGhlaWdodD0iMzE1IiBzcmM9Ii8vd3d3LnlvdXR1YmUuY29tL2VtYmVkL0dQM3ExREJxRjlZIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==', 'PGg0PktXUE4gLSBjaGVzdG51dCAtIDIwMDQgLSAxNiwyIGhhbmRzPC9oND4NCg0KQXBwcm92ZWQgZm9yOiBXZXN0ZmFsZW4sIFJoZWlubGFuZCwgT1MsIEhhbm5vdmVyLCBhbGxlIHPDvGRkZXV0c2NoZW4gVmVyYsOkbmRlLiBPdGhlciB2ZXJiYW5kcyBvbiByZXF1ZXN0Lg0KSW5zZW1pbmF0aW9uIGZlZTogMTAwMOKCrCogKyBJbi1mb2FsIGZlZTogMTAwMOKCrCogKEZTK1RHKQ0KRm9yZWlnbiBjdXN0b21lcnMgbXVzdCBwYXkgZnVsbCBzdHVkIGZlZSBpbiBhZHZhbmNlLiBSZWZ1bmQgb2YgdGhlIGhhbGYgYXQgbm9uLXByZWduYW5jeQ0KDQoyMDEyIGVpZ2h0aCBpbiBoaXMgZmlyc3QgV29ybGQgQ3VwIGluIFN0dXR0Z2FydCBhZnRlciB3aW5uaW5nIGEgbnVtYmVyIG9mIHRlc3RzIGluIHRoZSBpbnRlcm5hdGlvbmFsIFlvdW5nc3RlciBUb3VyLiBQbGFjZWQgaW4gMjAxMywgYXMgYSBuaW5lLXllYXIgb2xkLCBhbW9uZyB0aGUgYmVzdCBpbiBDaGFudGlsbHkvRlJBLCBOZXVtw7xuc3Rlci9HRVIsIEFhY2hlbi9HRVIgYW5kIGBzIEhlcnRvZ2VuYm9zY2gvTkVELiBIaXMgc2lyZSBHdWlkYW0gKGJ5IFF1aWRhbSBkZSBSZXZlbCkgcHJvZHVjZWQgbWFueSBjaGFtcGlvbnNoaXAgb2Zmc3ByaW5nLiBEYW1gcyBzaXJlIEhlYXJ0YnJlYWtlciBpcyB0aGUgZm91cnRoLWJlc3QtanVtcGVyLW1ha2VyLiANCg0KW3RpdGxlIHNpemU9IjMiXVByb2dlbnlbL3RpdGxlXQ0KDQpGbG9yZW5jaWFub+KAmXMgZGVidXQgYXMgYSBzaXJlIHdhcyBicmlsbGlhbnQuIEluIGtlZXBpbmcgd2l0aCBoaXMgb3V0c3RhbmRpbmcgZmlyc3QgZm9hbCBjcm9wcywgaGlzIGRhdWdodGVyIEZlaW5lIFJvc2EgdG9vayB0aGUgMjAxMSBDaGFtcGlvbiBNYXJlIHRpdGxlIGF0IHRoZSBHZXJtYW4gRWxpdGUgQnJvb2RtYXJlIENoYW1waW9uc2hpcHMgYXMgd2VsbCBhcyB0aGUgUmhpbmVsYW5kIENoYW1waW9uIE1hcmUgdGl0bGUsIGhpcyBkYXVnaHRlciBGbG9yZW5jaWFuYSBGIGJlY2FtZSB0aGUgV2VzdHBoYWxpYW4gQ2hhbXBpb24gTWFyZSBhbmQgaGlzIGRhdWdodGVyIEZvciBDb210ZXNzIHdvbiB0aGUgV2VzdHBoYWxpYW4gQ2hhbXBpb25zaGlwcywgdGhlIFdlc3RwaGFsaWFuIFdhcHBlbiBhbmQgYWxzbyBwYXJ0aWNpcGF0ZWQgaW4gdGhlIEJ1bmRlc2NoYW1waW9uYXQgRmluYWwuIFRocmVlIG9mIGhpcyBzb25zIHdlcmUgbGljZW5zZWQsIGluY2x1ZGluZyB0aGUgMjAxMiBOUlcgcHJlbWl1bSBzdGFsbGlvbiwgRmFyYmVuc3BpZWwuIEhpcyBvZmZzcHJpbmcgYXJlIG9mZiB0byBhIGhpZ2hseSBwcm9taXNpbmcgc3RhcnQgaW4gYmFzaWMgdGVzdHMgZm9yIHlvdW5nc3RlcnMuIA0KDQpbdGl0bGUgc2l6ZT0iMyJdUGVkaWdyZWVbL3RpdGxlXQ0KDQpIaXMgc2lyZSBpcyB0aGUgdHdvLXRpbWUgV29ybGQgQ2hhbXBpb24gb2YgeW91bmcgZHJlc3NhZ2UgaG9yc2VzLCBGbG9yZW5jaW8gSS4NCg0KRmxvcmVuY2lhbm/igJlzIGhpZ2hseSBkZWNvcmF0ZWQgZGFtIGxpbmUgb3JpZ2luYXRlZCBpbiB0aGUgTmV0aGVybGFuZHMuIEhpcyBkYW0gU3QuUHIuU3QuIEx1bmRpIFQgd29uIGVpZ2h0IG1lZGl1bSAoTSkgbGV2ZWwgZHJlc3NhZ2UgdGVzdHMgYW5kIHJlY2VpdmVkIOKAnHBlcmZvcm1hbmNlIG1hcmUgZHJlc3NhZ2XigJ0gc3RhdHVzLiAgVGhlIGRhbeKAmXMgc2lyZSBIYXZpZG9mZiwgYnkgdGhlIEdyYW5kIFByaXggc3RhbGxpb24gQ2xhdmVjaW1iZWwsIHdhcyBhd2FyZGVkIOKAnGtldXLigJ0gc3RhdHVzLiBNYW55IG9mIGhpcyBvZmZzcHJpbmcgd2luIHJpYmJvbnMgYXQgR3JhbmQgUHJpeCBsZXZlbCBzdWNoIGFzIGhpcyBsaWNlbnNlZCBzb24sIFBhZ2FuaW5pLiBHcmFuZGRhbSBBbnVza2EgcHJvZHVjZWQgc2V2ZXJhbCBob3JzZXMgdGhhdCB3ZXJlIHN1Y2Nlc3NmdWwgaW4gZHJlc3NhZ2UgcmluZ3MuIA0KDQpUaGUgcGVyZm9ybWFuY2UgZG9taW5hdGUgZGFtIGxpbmUgYWxzbyBwcm9kdWNlZCB0aGUgbGljZW5zZWQgWm/Dtmxvb2cgKGJ5IEdvbmRvbGllcikgd2hvIGhhcyBwbGFjZWQgaW4gaW50ZXJuYXRpb25hbCBkcmVzc2FnZSBjb21wZXRpdGlvbnMsIHRoZSB3b3JsZCBjbGFzcyBzaG93IGp1bXBlciBNaXN0ZXIgU3Bvb24gKGJ5IFphZG9jKS9DYW5kaWNlIEtpbmcvVVNBIGFuZCBOaWV0amUgKGJ5IFppZWhpbSksIHdobyB0b29rIGdvbGQgb24gdGhlIER1dGNoIHRlYW0gYXQgdGhlIDIwMDYgV29ybGQgRXF1ZXN0cmlhbiBHYW1lcyBpbiBBYWNoZW4gaW4gS29vcyBkZSBSb25kZeKAmXMgZHJpdmluZyB0ZWFtIG9mIGZvdXIgYXMgd2VsbCBhcyBtYW55IFN0YXRlIFByZW1pdW0gbWFyZXMgYW5kIGF1Y3Rpb24gaG9yc2VzLg0KDQo8aWZyYW1lIHdpZHRoPSI1NjAiIGhlaWdodD0iMzE1IiBzcmM9Ii8vd3d3LnlvdXR1YmUuY29tL2VtYmVkL0dQM3ExREJxRjlZIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==', 1),
|
||
(33, 11, 0, '2014-02-27 16:29:49', 'original_id', '', 0, '4994', '', 1),
|
||
(34, 11, 0, '2014-02-27 16:29:49', 'horse_categories', 'csv_base64', 1, '"Q29tcGV0aWNpw7Nu"', '', 1),
|
||
(35, 11, 0, '2014-02-27 16:29:49', 'horse_categories_ids', '', 0, '56', '', 1),
|
||
(36, 11, 0, '2014-02-27 16:29:49', 'horse_breeds', 'csv_base64', 1, '"SG9sc3RlaW5lcg=="', '', 1),
|
||
(37, 11, 0, '2014-02-27 16:29:49', 'horse_breeds_ids', '', 0, '65', '', 1),
|
||
(38, 11, 0, '2014-02-27 16:29:49', 'horse_genders', 'csv_base64', 1, '"U2VtZW50YWw="', '', 1),
|
||
(39, 11, 0, '2014-02-27 16:29:49', 'horse_genders_ids', '', 0, '57', '', 1),
|
||
(40, 12, 0, '2014-02-27 16:29:49', 'title', 'base64', 1, 'RmxvcmVuY2lhbm8=', 'RmxvcmVuY2lhbm8=', 1);
|
||
INSERT INTO `drgrp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
|
||
(41, 12, 0, '2014-02-27 16:29:49', 'body', 'base64', 1, 'PGg0PktXUE4gLSBiYXkgLSAyMDA0IC0gMTYuMyBoYW5kczwvaDQ+DQoNCkFwcHJvdmVkIGZvciBPbGRlbmJ1cmcsIE1lY2tsZW5idXJnLCBSaGluZWxhbmQsIFdlc3RwaGFsaWEgYW5kIGFsbCBTb3V0aGVybiBHZXJtYW4gVmVyYmFuZHMuDQpPdGhlciBWZXJiYW5kcyBvbiByZXF1ZXN0IQ0KDQpJbnNlbWluYXRpb24gZmVlOiA1MDAg4oKsKiArIEluLWZvYWwgZmVlOiA1MDAg4oKsKihGUyArIFRHKQ0KDQpGcmVzaCBzZW1lbiBzaGlwcGluZyB3aXRoaW4gR2VybWFueSENCg0KDQpBIGZhYnVsb3VzbHkgbW92aW5nIHN1bm55IGJveSB3aXRoIGEgcmVtYXJrYWJsZSBvdXRjcm9zcyBwZWRpZ3JlZSDigJMgdGhhdOKAmXMgRmxvcmVuY2lhbm8hDQoNCkZsb3JlbmNpYW5vIHdhcyBsaWNlbnNlZCBpbiAyMDA2IGluIE3DvG5zdGVyLUhhbmRvcmYsIHdvbiBoaXMgMzAtZGF5IHRlc3QgaW4gMjAwNyAoZ3Vlc3QgcmlkZXIgMTAuMCkgYW5kIHRoZW4gd29uIHRoZSBwcmVzdGlnaW91cyBPcHRpbXVtIGluIDIwMDguIFRoZXNlIGFjaGlldmVtZW50cyB3ZXJlIGZvbGxvd2VkIGJ5IHF1YWxpZmljYXRpb24gZm9yIHRoZSBCdW5kZXNjaGFtcGlvbmF0IGFuZCBtYW55IHZpY3RvcmllcyBpbiBkcmVzc2FnZSB1cCB0byBtZWRpdW0gKE0pIGxldmVsLiBJbiAyMDExIGF0IHRoZSBhZ2Ugb2Ygc2V2ZW4sIGhpcyBmaXJzdCB2aWN0b3JpZXMgaW4gU3QuIEdlb3JnZXMgZHJlc3NhZ2UgdGVzdHMgd2VyZSBhZGRlZC4gVGhlIE9seW1waWMgd2lubmluZyByaWRlciwgSHViZXJ0dXMgU2NobWlkdCwgaGFzIHRha2VuIG92ZXIgRmxvcmVuY2lhbm/igJlzIGZ1cnRoZXIgdHJhaW5pbmcuICANCg0KDQpbdGl0bGUgc2l6ZT0iMyJdUHJvZ2VueVsvdGl0bGVdDQoNCkZsb3JlbmNpYW5v4oCZcyBkZWJ1dCBhcyBhIHNpcmUgd2FzIGJyaWxsaWFudC4gSW4ga2VlcGluZyB3aXRoIGhpcyBvdXRzdGFuZGluZyBmaXJzdCBmb2FsIGNyb3BzLCBoaXMgZGF1Z2h0ZXIgRmVpbmUgUm9zYSB0b29rIHRoZSAyMDExIENoYW1waW9uIE1hcmUgdGl0bGUgYXQgdGhlIEdlcm1hbiBFbGl0ZSBCcm9vZG1hcmUgQ2hhbXBpb25zaGlwcyBhcyB3ZWxsIGFzIHRoZSBSaGluZWxhbmQgQ2hhbXBpb24gTWFyZSB0aXRsZSwgaGlzIGRhdWdodGVyIEZsb3JlbmNpYW5hIEYgYmVjYW1lIHRoZSBXZXN0cGhhbGlhbiBDaGFtcGlvbiBNYXJlIGFuZCBoaXMgZGF1Z2h0ZXIgRm9yIENvbXRlc3Mgd29uIHRoZSBXZXN0cGhhbGlhbiBDaGFtcGlvbnNoaXBzLCB0aGUgV2VzdHBoYWxpYW4gV2FwcGVuIGFuZCBhbHNvIHBhcnRpY2lwYXRlZCBpbiB0aGUgQnVuZGVzY2hhbXBpb25hdCBGaW5hbC4gVGhyZWUgb2YgaGlzIHNvbnMgd2VyZSBsaWNlbnNlZCwgaW5jbHVkaW5nIHRoZSAyMDEyIE5SVyBwcmVtaXVtIHN0YWxsaW9uLCBGYXJiZW5zcGllbC4gSGlzIG9mZnNwcmluZyBhcmUgb2ZmIHRvIGEgaGlnaGx5IHByb21pc2luZyBzdGFydCBpbiBiYXNpYyB0ZXN0cyBmb3IgeW91bmdzdGVycy4gDQoNClt0aXRsZSBzaXplPSIzIl1QZWRpZ3JlZVsvdGl0bGVdDQoNCkhpcyBzaXJlIGlzIHRoZSB0d28tdGltZSBXb3JsZCBDaGFtcGlvbiBvZiB5b3VuZyBkcmVzc2FnZSBob3JzZXMsIEZsb3JlbmNpbyBJLg0KDQpGbG9yZW5jaWFub+KAmXMgaGlnaGx5IGRlY29yYXRlZCBkYW0gbGluZSBvcmlnaW5hdGVkIGluIHRoZSBOZXRoZXJsYW5kcy4gSGlzIGRhbSBTdC5Qci5TdC4gTHVuZGkgVCB3b24gZWlnaHQgbWVkaXVtIChNKSBsZXZlbCBkcmVzc2FnZSB0ZXN0cyBhbmQgcmVjZWl2ZWQg4oCccGVyZm9ybWFuY2UgbWFyZSBkcmVzc2FnZeKAnSBzdGF0dXMuICBUaGUgZGFt4oCZcyBzaXJlIEhhdmlkb2ZmLCBieSB0aGUgR3JhbmQgUHJpeCBzdGFsbGlvbiBDbGF2ZWNpbWJlbCwgd2FzIGF3YXJkZWQg4oCca2V1cuKAnSBzdGF0dXMuIE1hbnkgb2YgaGlzIG9mZnNwcmluZyB3aW4gcmliYm9ucyBhdCBHcmFuZCBQcml4IGxldmVsIHN1Y2ggYXMgaGlzIGxpY2Vuc2VkIHNvbiwgUGFnYW5pbmkuIEdyYW5kZGFtIEFudXNrYSBwcm9kdWNlZCBzZXZlcmFsIGhvcnNlcyB0aGF0IHdlcmUgc3VjY2Vzc2Z1bCBpbiBkcmVzc2FnZSByaW5ncy4gDQoNClRoZSBwZXJmb3JtYW5jZSBkb21pbmF0ZSBkYW0gbGluZSBhbHNvIHByb2R1Y2VkIHRoZSBsaWNlbnNlZCBab8O2bG9vZyAoYnkgR29uZG9saWVyKSB3aG8gaGFzIHBsYWNlZCBpbiBpbnRlcm5hdGlvbmFsIGRyZXNzYWdlIGNvbXBldGl0aW9ucywgdGhlIHdvcmxkIGNsYXNzIHNob3cganVtcGVyIE1pc3RlciBTcG9vbiAoYnkgWmFkb2MpL0NhbmRpY2UgS2luZy9VU0EgYW5kIE5pZXRqZSAoYnkgWmllaGltKSwgd2hvIHRvb2sgZ29sZCBvbiB0aGUgRHV0Y2ggdGVhbSBhdCB0aGUgMjAwNiBXb3JsZCBFcXVlc3RyaWFuIEdhbWVzIGluIEFhY2hlbiBpbiBLb29zIGRlIFJvbmRl4oCZcyBkcml2aW5nIHRlYW0gb2YgZm91ciBhcyB3ZWxsIGFzIG1hbnkgU3RhdGUgUHJlbWl1bSBtYXJlcyBhbmQgYXVjdGlvbiBob3JzZXMuDQoNCjxpZnJhbWUgd2lkdGg9IjU2MCIgaGVpZ2h0PSIzMTUiIHNyYz0iLy93d3cueW91dHViZS5jb20vZW1iZWQvMmszNUFuR3ZoYzgiIGZyYW1lYm9yZGVyPSIwIiBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+', 'PGg0PktXUE4gLSBiYXkgLSAyMDA0IC0gMTYuMyBoYW5kczwvaDQ+DQoNCkFwcHJvdmVkIGZvciBPbGRlbmJ1cmcsIE1lY2tsZW5idXJnLCBSaGluZWxhbmQsIFdlc3RwaGFsaWEgYW5kIGFsbCBTb3V0aGVybiBHZXJtYW4gVmVyYmFuZHMuDQpPdGhlciBWZXJiYW5kcyBvbiByZXF1ZXN0IQ0KDQpJbnNlbWluYXRpb24gZmVlOiA1MDAg4oKsKiArIEluLWZvYWwgZmVlOiA1MDAg4oKsKihGUyArIFRHKQ0KDQpGcmVzaCBzZW1lbiBzaGlwcGluZyB3aXRoaW4gR2VybWFueSENCg0KDQpBIGZhYnVsb3VzbHkgbW92aW5nIHN1bm55IGJveSB3aXRoIGEgcmVtYXJrYWJsZSBvdXRjcm9zcyBwZWRpZ3JlZSDigJMgdGhhdOKAmXMgRmxvcmVuY2lhbm8hDQoNCkZsb3JlbmNpYW5vIHdhcyBsaWNlbnNlZCBpbiAyMDA2IGluIE3DvG5zdGVyLUhhbmRvcmYsIHdvbiBoaXMgMzAtZGF5IHRlc3QgaW4gMjAwNyAoZ3Vlc3QgcmlkZXIgMTAuMCkgYW5kIHRoZW4gd29uIHRoZSBwcmVzdGlnaW91cyBPcHRpbXVtIGluIDIwMDguIFRoZXNlIGFjaGlldmVtZW50cyB3ZXJlIGZvbGxvd2VkIGJ5IHF1YWxpZmljYXRpb24gZm9yIHRoZSBCdW5kZXNjaGFtcGlvbmF0IGFuZCBtYW55IHZpY3RvcmllcyBpbiBkcmVzc2FnZSB1cCB0byBtZWRpdW0gKE0pIGxldmVsLiBJbiAyMDExIGF0IHRoZSBhZ2Ugb2Ygc2V2ZW4sIGhpcyBmaXJzdCB2aWN0b3JpZXMgaW4gU3QuIEdlb3JnZXMgZHJlc3NhZ2UgdGVzdHMgd2VyZSBhZGRlZC4gVGhlIE9seW1waWMgd2lubmluZyByaWRlciwgSHViZXJ0dXMgU2NobWlkdCwgaGFzIHRha2VuIG92ZXIgRmxvcmVuY2lhbm/igJlzIGZ1cnRoZXIgdHJhaW5pbmcuICANCg0KDQpbdGl0bGUgc2l6ZT0iMyJdUHJvZ2VueVsvdGl0bGVdDQoNCkZsb3JlbmNpYW5v4oCZcyBkZWJ1dCBhcyBhIHNpcmUgd2FzIGJyaWxsaWFudC4gSW4ga2VlcGluZyB3aXRoIGhpcyBvdXRzdGFuZGluZyBmaXJzdCBmb2FsIGNyb3BzLCBoaXMgZGF1Z2h0ZXIgRmVpbmUgUm9zYSB0b29rIHRoZSAyMDExIENoYW1waW9uIE1hcmUgdGl0bGUgYXQgdGhlIEdlcm1hbiBFbGl0ZSBCcm9vZG1hcmUgQ2hhbXBpb25zaGlwcyBhcyB3ZWxsIGFzIHRoZSBSaGluZWxhbmQgQ2hhbXBpb24gTWFyZSB0aXRsZSwgaGlzIGRhdWdodGVyIEZsb3JlbmNpYW5hIEYgYmVjYW1lIHRoZSBXZXN0cGhhbGlhbiBDaGFtcGlvbiBNYXJlIGFuZCBoaXMgZGF1Z2h0ZXIgRm9yIENvbXRlc3Mgd29uIHRoZSBXZXN0cGhhbGlhbiBDaGFtcGlvbnNoaXBzLCB0aGUgV2VzdHBoYWxpYW4gV2FwcGVuIGFuZCBhbHNvIHBhcnRpY2lwYXRlZCBpbiB0aGUgQnVuZGVzY2hhbXBpb25hdCBGaW5hbC4gVGhyZWUgb2YgaGlzIHNvbnMgd2VyZSBsaWNlbnNlZCwgaW5jbHVkaW5nIHRoZSAyMDEyIE5SVyBwcmVtaXVtIHN0YWxsaW9uLCBGYXJiZW5zcGllbC4gSGlzIG9mZnNwcmluZyBhcmUgb2ZmIHRvIGEgaGlnaGx5IHByb21pc2luZyBzdGFydCBpbiBiYXNpYyB0ZXN0cyBmb3IgeW91bmdzdGVycy4gDQoNClt0aXRsZSBzaXplPSIzIl1QZWRpZ3JlZVsvdGl0bGVdDQoNCkhpcyBzaXJlIGlzIHRoZSB0d28tdGltZSBXb3JsZCBDaGFtcGlvbiBvZiB5b3VuZyBkcmVzc2FnZSBob3JzZXMsIEZsb3JlbmNpbyBJLg0KDQpGbG9yZW5jaWFub+KAmXMgaGlnaGx5IGRlY29yYXRlZCBkYW0gbGluZSBvcmlnaW5hdGVkIGluIHRoZSBOZXRoZXJsYW5kcy4gSGlzIGRhbSBTdC5Qci5TdC4gTHVuZGkgVCB3b24gZWlnaHQgbWVkaXVtIChNKSBsZXZlbCBkcmVzc2FnZSB0ZXN0cyBhbmQgcmVjZWl2ZWQg4oCccGVyZm9ybWFuY2UgbWFyZSBkcmVzc2FnZeKAnSBzdGF0dXMuICBUaGUgZGFt4oCZcyBzaXJlIEhhdmlkb2ZmLCBieSB0aGUgR3JhbmQgUHJpeCBzdGFsbGlvbiBDbGF2ZWNpbWJlbCwgd2FzIGF3YXJkZWQg4oCca2V1cuKAnSBzdGF0dXMuIE1hbnkgb2YgaGlzIG9mZnNwcmluZyB3aW4gcmliYm9ucyBhdCBHcmFuZCBQcml4IGxldmVsIHN1Y2ggYXMgaGlzIGxpY2Vuc2VkIHNvbiwgUGFnYW5pbmkuIEdyYW5kZGFtIEFudXNrYSBwcm9kdWNlZCBzZXZlcmFsIGhvcnNlcyB0aGF0IHdlcmUgc3VjY2Vzc2Z1bCBpbiBkcmVzc2FnZSByaW5ncy4gDQoNClRoZSBwZXJmb3JtYW5jZSBkb21pbmF0ZSBkYW0gbGluZSBhbHNvIHByb2R1Y2VkIHRoZSBsaWNlbnNlZCBab8O2bG9vZyAoYnkgR29uZG9saWVyKSB3aG8gaGFzIHBsYWNlZCBpbiBpbnRlcm5hdGlvbmFsIGRyZXNzYWdlIGNvbXBldGl0aW9ucywgdGhlIHdvcmxkIGNsYXNzIHNob3cganVtcGVyIE1pc3RlciBTcG9vbiAoYnkgWmFkb2MpL0NhbmRpY2UgS2luZy9VU0EgYW5kIE5pZXRqZSAoYnkgWmllaGltKSwgd2hvIHRvb2sgZ29sZCBvbiB0aGUgRHV0Y2ggdGVhbSBhdCB0aGUgMjAwNiBXb3JsZCBFcXVlc3RyaWFuIEdhbWVzIGluIEFhY2hlbiBpbiBLb29zIGRlIFJvbmRl4oCZcyBkcml2aW5nIHRlYW0gb2YgZm91ciBhcyB3ZWxsIGFzIG1hbnkgU3RhdGUgUHJlbWl1bSBtYXJlcyBhbmQgYXVjdGlvbiBob3JzZXMuDQoNCjxpZnJhbWUgd2lkdGg9IjU2MCIgaGVpZ2h0PSIzMTUiIHNyYz0iLy93d3cueW91dHViZS5jb20vZW1iZWQvMmszNUFuR3ZoYzgiIGZyYW1lYm9yZGVyPSIwIiBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+', 1),
|
||
(42, 12, 0, '2014-02-27 16:29:49', 'original_id', '', 0, '4990', '', 1),
|
||
(43, 12, 0, '2014-02-27 16:29:49', 'horse_categories', 'csv_base64', 1, '"Q29tcGV0aWNpw7Nu"', '', 1),
|
||
(44, 12, 0, '2014-02-27 16:29:49', 'horse_categories_ids', '', 0, '56', '', 1),
|
||
(45, 12, 0, '2014-02-27 16:29:49', 'horse_breeds', 'csv_base64', 1, '"T2xkZW5idXJn"', '', 1),
|
||
(46, 12, 0, '2014-02-27 16:29:49', 'horse_breeds_ids', '', 0, '62', '', 1),
|
||
(47, 12, 0, '2014-02-27 16:29:49', 'horse_genders', 'csv_base64', 1, '"Q2Fww7Nu"', '', 1),
|
||
(48, 12, 0, '2014-02-27 16:29:49', 'horse_genders_ids', '', 0, '59', '', 1),
|
||
(49, 13, 0, '2014-02-27 16:29:49', 'title', 'base64', 1, 'Q3Jpc3RhbGxv', 'Q3Jpc3RhbGxv', 1),
|
||
(50, 13, 0, '2014-02-27 16:29:49', 'body', 'base64', 1, 'PGg0Pldlc3RmYWxlIC0gZ3JleSAtIDIwMDcgLSAxNi4zIMK9IGhhbmRzPC9oND4NCg0KQnJlZWRlcjogRHIuIEF4ZWwgU2NodWVybmVyLCBOaWRlZ2dlbiwgR2VybWFueSANCg0KQXBwcm92ZWQgZm9yIEhhbm92ZXIsIE9TLCBNZWNrbGVuYnVyZywgUmhpbmVsYW5kLCBXZXN0cGhhbGlhIGFuZCBhbGwgU291dGhlcm4gR2VybWFuIFZlcmJhbmRzLg0KT3RoZXIgVmVyYmFuZHMgb24gcmVxdWVzdCENCg0KSW5zZW1pbmF0aW9uIGZlZTogNTAwIOKCrCogKyBJbi1mb2FsIGZlZTogNTAwIOKCrCogKEZTICsgVEcpDQoNCkZvcmVpZ24gY3VzdG9tZXJzIG11c3QgcGF5IGZ1bGwgc3R1ZCBmZWUgaW4gYWR2YW5jZS4gUmVmdW5kIG9mIHRoZSBoYWxmIGF0IG5vbi1wcmVnbmFuY3kuDQoNCk9yZGVycyBmb3IgZnJlc2ggc2VtZW4gbXVzdCBiZSByZWNlaXZlZCBieSA5OjAwIGEubS4gdGhlIGRheSBiZWZvcmUgc2luY2UgdGhlIHN0YWxsaW9uIGlzIHN0YXRpb25lZCBpbiBJdGFseSENCg0KIA0KDQpBbHRob3VnaCBDcmlzdGFsbG8gSSwgd2hvIGlzIGFsc28gc3RhdGlvbmVkIGluIFJpZXNlbmJlY2ssIGlzIGFscmVhZHkgc3VjY2Vzc2Z1bCBpbnRlcm5hdGlvbmFsbHksIENyaXN0YWxsbyBJSSBpcyBqdXN0IGFzIGdvb2QgYXMgaGlzIGZ1bGwgYnJvdGhlciBpbiBldmVyeSB3YXkuIEluIDIwMDkgQ3Jpc3RhbGxvIElJIGxlZnQgdGhlIE5SVyBsaWNlbnNpbmcgdmVudWUgaW4gTcO8bnN0ZXItSGFuZG9yZiBhcyB0aGUgY2VsZWJyYXRlZCBqdW1wZXIgY2hhbXBpb24gYW5kIHBhc3NlZCBoaXMgc3RhbGxpb24gcGVyZm9ybWFuY2UgdGVzdCBpbiAyMDEwIGF0IHRoZSBzYW1lIHZlbnVlIGFzIHRoZSByZXNlcnZlIGNoYW1waW9uIGp1bXBlciB3aXRoIGhpZ2ggc2NvcmVzIGZvciBoaXMgZ2FpdHMgYW5kIHJpZGVhYmlsaXR5LiBJbiAyMDExIGhlIHRvb2sgc2lsdmVyIGF0IHRoZSBXZXN0cGhhbGlhbiBDaGFtcGlvbnNoaXBzICg0LXllYXIgb2xkcykgYW5kIGluIDIwMTIgaGUgcXVhbGlmaWVkIGZvciB0aGUgQnVuZGVzY2hhbXBpb25hdC4gDQoNClt0aXRsZSBzaXplPSIzIl1Qcm9nZW55Wy90aXRsZV0NCg0KQ3Jpc3RhbGxvIElJ4oCZcyBvZmZzcHJpbmcgZXhjZWVkZWQgYWxsIGV4cGVjdGF0aW9ucy4gSGlzIGZvYWxzIGFyZSBwbGVhc2luZyB3aXRoIHRoZWlyIG1vZGVybiBsb29rcywgZ2VuZXJvdXMgbGluZXMgYW5kIHdvbmRlcmZ1bGx5IHN1cHBsZSBtb3ZlbWVudHMuIE1hbnkgb2YgdGhlbSBoYXZlIGJlZW4gYWRtaXR0ZWQgdG8gYXVjdGlvbnMuIA0KDQpbdGl0bGUgc2l6ZT0iMyJdUGVkaWdyZWVbL3RpdGxlXQ0KDQpIaXMgc2lyZSBDb3JuZXQgT2JvbGVuc2t5IGhhcyBjb25zaWRlcmFibHkgaW5mbHVlbmNlZCBtb2Rlcm4tZGF5IGp1bXBlciBicmVlZGluZy4gSnVzdCBsaWtlIHRoZSBkYW3igJlzIHNpcmUgQ2Fzc2luaSBJLCBoZSBoYXMgYW4gb3V0c3RhbmRpbmcgcGVyZm9ybWFuY2UgYW5kIGJyZWVkaW5nIHJlY29yZC4gDQoNCkNyaXN0YWxsb+KAmXMgZGFtIENhc3NpZSBwbGFjZWQgaW4gc2hvdyBqdW1waW5nIHVwIHRvIG1lZGl1bSAoTSkgbGV2ZWwgdW5kZXIgaGVyIHNwb3J0IG5hbWUgQ2FzY2F2ZWxsYS4gSGVyIHNvbiBDcmlzdGFsbG8gSSB3YXMgYSBOUlcgcHJlbWl1bSBzdGFsbGlvbiwgd29uIGhpcyBzdGFsbGlvbiBwZXJmb3JtYW5jZSB0ZXN0LCB3YXMgV2VzdHBoYWxpYW4gSnVtcGVyIENoYW1waW9uLCBwYXJ0aWNpcGF0ZWQgaW4gdGhlIEJ1bmRlc2NoYW1waW9uYXQgRmluYWxzIHR3aWNlIGFuZCBtZWFud2hpbGUgd2lucyByaWJib25zIGluIGludGVybmF0aW9uYWwgY29tcGV0aXRpb25zLiANCg0KSGlzIGdyYW5kZGFtIFByb2ZpbGRhIHdhcyBzdWNjZXNzZnVsIGluIHNob3cganVtcGluZyB1cCB0byBhZHZhbmNlZCAoUykgbGV2ZWwgdW5kZXIgaGVyIHNwb3J0IG5hbWUgUGFwYXlhIGJlZm9yZSBzaGUgZ2F2ZSBiaXJ0aCB0byBhIG1lZGl1bSAoTSkgbGV2ZWwgc2hvdyBqdW1wZXIgbmFtZWQgQ29zaW1hIChieSBDYWxpZG8gSSkuIFByb2ZpbGRhIGlzIGEgZnVsbCBzaXN0ZXIgb2YgYSBsaWNlbnNlZCBzdGFsbGlvbiBuYW1lZCBQb2NhbGlubyAoYnkgUG9seWRvciksIHdpdGggd2hvbSBKZW5zIER1bW1leWVyIHBsYWNlZCBpbiBpbnRlcm5hdGlvbmFsIGNvbXBldGl0aW9ucywgYW5kIG9mIGEgbWVkaXVtIChNKSBsZXZlbCBzaG93IGp1bXBlciBuYW1lZCBQYWdhbmluaSBhcyB3ZWxsIGFzIGEgaGFsZi1zaXN0ZXIgb2YgdGhlIFN0YXRlIFByZW1pdW0gbWFyZXMgTGV0aWNpYSAoYnkgTGFuY2VyIElJSSkgYW5kIENlbGVzdGluZSAoYnkgQ29ybmV0IE9ib2xlbnNreSkuIFRoZSBXZXN0cGhhbGlhbiBBbG1mZWUgbGluZSBhbHNvIHByb2R1Y2VkIHRoZSBzaXJlcyBBcGFydG9zLCBBdm9jYWRvLCBBeWVycyBSb2NrLCBEaXNuZXksIFBhcGFnZW5vLCBQYXJsYW5kbyBJIGFuZCBJSSBhbmQgUGFzdGVsbCBhcyB3ZWxsIGFzIHRoZSAyMDA5IEJ1bmRlc2NoYW1waW9uIG9mIGZvdXIteWVhciBvbGQgbWFyZXMgYW5kIGdlbGRpbmdzLCBQcmV6aW9zYS4NCg0KUGVyZm9ybWFuY2UgbGluZSBvZiAgQWxtZmVlIA0KDQo8aWZyYW1lIHdpZHRoPSI1NjAiIGhlaWdodD0iMzE1IiBzcmM9Ii8vd3d3LnlvdXR1YmUuY29tL2VtYmVkL0s3MDhRNHppcEV3IiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==', 'PGg0Pldlc3RmYWxlIC0gZ3JleSAtIDIwMDcgLSAxNi4zIMK9IGhhbmRzPC9oND4NCg0KQnJlZWRlcjogRHIuIEF4ZWwgU2NodWVybmVyLCBOaWRlZ2dlbiwgR2VybWFueSANCg0KQXBwcm92ZWQgZm9yIEhhbm92ZXIsIE9TLCBNZWNrbGVuYnVyZywgUmhpbmVsYW5kLCBXZXN0cGhhbGlhIGFuZCBhbGwgU291dGhlcm4gR2VybWFuIFZlcmJhbmRzLg0KT3RoZXIgVmVyYmFuZHMgb24gcmVxdWVzdCENCg0KSW5zZW1pbmF0aW9uIGZlZTogNTAwIOKCrCogKyBJbi1mb2FsIGZlZTogNTAwIOKCrCogKEZTICsgVEcpDQoNCkZvcmVpZ24gY3VzdG9tZXJzIG11c3QgcGF5IGZ1bGwgc3R1ZCBmZWUgaW4gYWR2YW5jZS4gUmVmdW5kIG9mIHRoZSBoYWxmIGF0IG5vbi1wcmVnbmFuY3kuDQoNCk9yZGVycyBmb3IgZnJlc2ggc2VtZW4gbXVzdCBiZSByZWNlaXZlZCBieSA5OjAwIGEubS4gdGhlIGRheSBiZWZvcmUgc2luY2UgdGhlIHN0YWxsaW9uIGlzIHN0YXRpb25lZCBpbiBJdGFseSENCg0KIA0KDQpBbHRob3VnaCBDcmlzdGFsbG8gSSwgd2hvIGlzIGFsc28gc3RhdGlvbmVkIGluIFJpZXNlbmJlY2ssIGlzIGFscmVhZHkgc3VjY2Vzc2Z1bCBpbnRlcm5hdGlvbmFsbHksIENyaXN0YWxsbyBJSSBpcyBqdXN0IGFzIGdvb2QgYXMgaGlzIGZ1bGwgYnJvdGhlciBpbiBldmVyeSB3YXkuIEluIDIwMDkgQ3Jpc3RhbGxvIElJIGxlZnQgdGhlIE5SVyBsaWNlbnNpbmcgdmVudWUgaW4gTcO8bnN0ZXItSGFuZG9yZiBhcyB0aGUgY2VsZWJyYXRlZCBqdW1wZXIgY2hhbXBpb24gYW5kIHBhc3NlZCBoaXMgc3RhbGxpb24gcGVyZm9ybWFuY2UgdGVzdCBpbiAyMDEwIGF0IHRoZSBzYW1lIHZlbnVlIGFzIHRoZSByZXNlcnZlIGNoYW1waW9uIGp1bXBlciB3aXRoIGhpZ2ggc2NvcmVzIGZvciBoaXMgZ2FpdHMgYW5kIHJpZGVhYmlsaXR5LiBJbiAyMDExIGhlIHRvb2sgc2lsdmVyIGF0IHRoZSBXZXN0cGhhbGlhbiBDaGFtcGlvbnNoaXBzICg0LXllYXIgb2xkcykgYW5kIGluIDIwMTIgaGUgcXVhbGlmaWVkIGZvciB0aGUgQnVuZGVzY2hhbXBpb25hdC4gDQoNClt0aXRsZSBzaXplPSIzIl1Qcm9nZW55Wy90aXRsZV0NCg0KQ3Jpc3RhbGxvIElJ4oCZcyBvZmZzcHJpbmcgZXhjZWVkZWQgYWxsIGV4cGVjdGF0aW9ucy4gSGlzIGZvYWxzIGFyZSBwbGVhc2luZyB3aXRoIHRoZWlyIG1vZGVybiBsb29rcywgZ2VuZXJvdXMgbGluZXMgYW5kIHdvbmRlcmZ1bGx5IHN1cHBsZSBtb3ZlbWVudHMuIE1hbnkgb2YgdGhlbSBoYXZlIGJlZW4gYWRtaXR0ZWQgdG8gYXVjdGlvbnMuIA0KDQpbdGl0bGUgc2l6ZT0iMyJdUGVkaWdyZWVbL3RpdGxlXQ0KDQpIaXMgc2lyZSBDb3JuZXQgT2JvbGVuc2t5IGhhcyBjb25zaWRlcmFibHkgaW5mbHVlbmNlZCBtb2Rlcm4tZGF5IGp1bXBlciBicmVlZGluZy4gSnVzdCBsaWtlIHRoZSBkYW3igJlzIHNpcmUgQ2Fzc2luaSBJLCBoZSBoYXMgYW4gb3V0c3RhbmRpbmcgcGVyZm9ybWFuY2UgYW5kIGJyZWVkaW5nIHJlY29yZC4gDQoNCkNyaXN0YWxsb+KAmXMgZGFtIENhc3NpZSBwbGFjZWQgaW4gc2hvdyBqdW1waW5nIHVwIHRvIG1lZGl1bSAoTSkgbGV2ZWwgdW5kZXIgaGVyIHNwb3J0IG5hbWUgQ2FzY2F2ZWxsYS4gSGVyIHNvbiBDcmlzdGFsbG8gSSB3YXMgYSBOUlcgcHJlbWl1bSBzdGFsbGlvbiwgd29uIGhpcyBzdGFsbGlvbiBwZXJmb3JtYW5jZSB0ZXN0LCB3YXMgV2VzdHBoYWxpYW4gSnVtcGVyIENoYW1waW9uLCBwYXJ0aWNpcGF0ZWQgaW4gdGhlIEJ1bmRlc2NoYW1waW9uYXQgRmluYWxzIHR3aWNlIGFuZCBtZWFud2hpbGUgd2lucyByaWJib25zIGluIGludGVybmF0aW9uYWwgY29tcGV0aXRpb25zLiANCg0KSGlzIGdyYW5kZGFtIFByb2ZpbGRhIHdhcyBzdWNjZXNzZnVsIGluIHNob3cganVtcGluZyB1cCB0byBhZHZhbmNlZCAoUykgbGV2ZWwgdW5kZXIgaGVyIHNwb3J0IG5hbWUgUGFwYXlhIGJlZm9yZSBzaGUgZ2F2ZSBiaXJ0aCB0byBhIG1lZGl1bSAoTSkgbGV2ZWwgc2hvdyBqdW1wZXIgbmFtZWQgQ29zaW1hIChieSBDYWxpZG8gSSkuIFByb2ZpbGRhIGlzIGEgZnVsbCBzaXN0ZXIgb2YgYSBsaWNlbnNlZCBzdGFsbGlvbiBuYW1lZCBQb2NhbGlubyAoYnkgUG9seWRvciksIHdpdGggd2hvbSBKZW5zIER1bW1leWVyIHBsYWNlZCBpbiBpbnRlcm5hdGlvbmFsIGNvbXBldGl0aW9ucywgYW5kIG9mIGEgbWVkaXVtIChNKSBsZXZlbCBzaG93IGp1bXBlciBuYW1lZCBQYWdhbmluaSBhcyB3ZWxsIGFzIGEgaGFsZi1zaXN0ZXIgb2YgdGhlIFN0YXRlIFByZW1pdW0gbWFyZXMgTGV0aWNpYSAoYnkgTGFuY2VyIElJSSkgYW5kIENlbGVzdGluZSAoYnkgQ29ybmV0IE9ib2xlbnNreSkuIFRoZSBXZXN0cGhhbGlhbiBBbG1mZWUgbGluZSBhbHNvIHByb2R1Y2VkIHRoZSBzaXJlcyBBcGFydG9zLCBBdm9jYWRvLCBBeWVycyBSb2NrLCBEaXNuZXksIFBhcGFnZW5vLCBQYXJsYW5kbyBJIGFuZCBJSSBhbmQgUGFzdGVsbCBhcyB3ZWxsIGFzIHRoZSAyMDA5IEJ1bmRlc2NoYW1waW9uIG9mIGZvdXIteWVhciBvbGQgbWFyZXMgYW5kIGdlbGRpbmdzLCBQcmV6aW9zYS4NCg0KUGVyZm9ybWFuY2UgbGluZSBvZiAgQWxtZmVlIA0KDQo8aWZyYW1lIHdpZHRoPSI1NjAiIGhlaWdodD0iMzE1IiBzcmM9Ii8vd3d3LnlvdXR1YmUuY29tL2VtYmVkL0s3MDhRNHppcEV3IiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==', 1),
|
||
(51, 13, 0, '2014-02-27 16:29:49', 'original_id', '', 0, '4971', '', 1),
|
||
(52, 13, 0, '2014-02-27 16:29:49', 'horse_categories', 'csv_base64', 1, '"Q29tcGV0aWNpw7Nu"', '', 1),
|
||
(53, 13, 0, '2014-02-27 16:29:49', 'horse_categories_ids', '', 0, '56', '', 1),
|
||
(54, 13, 0, '2014-02-27 16:29:49', 'horse_breeds', 'csv_base64', 1, '"V2VzdHBoYWxpYW4="', '', 1),
|
||
(55, 13, 0, '2014-02-27 16:29:49', 'horse_breeds_ids', '', 0, '61', '', 1),
|
||
(56, 13, 0, '2014-02-27 16:29:49', 'horse_genders', 'csv_base64', 1, '"Q2Fww7Nu"', '', 1),
|
||
(57, 13, 0, '2014-02-27 16:29:49', 'horse_genders_ids', '', 0, '59', '', 1),
|
||
(58, 14, 0, '2014-02-27 16:29:49', 'title', 'base64', 1, 'Q2FydGhhbm8=', 'Q2FydGhhbm8=', 1),
|
||
(59, 14, 0, '2014-02-27 16:29:49', 'body', 'base64', 1, 'PGg0PkhvbHN0ZWluLCBiYXksIEJvcm46IDIwMDgsIDE2OWNtPC9oND4NCg0KSW5zZW1pbmF0aW9uIGZlZTogNzAwIOKCrCogKG9ubHkgZnJvemVuIHNlbWVuKQ0KDQogDQpBcHBwcm92ZWQgZm9yOiBIb2xzdGVpbiwgT2xkZW5idXJnLCBPbGRlbmJ1cmctSW50ZXJuYXRpb25hbCwgV2VzdGZhbGVuIGFuZCBSaGVpbmxhbmQuIEFzIHdlbGwgYXMgYWxsIHRoZSBTb3V0aCBHZXJtYW4gU3R1ZCBCb29rcyBhbmQgdGhlIG5ld2x5IGZvcm1lZCBHZXJtYW4gU3RhdGVzIFN0dWQgQm9va3MuDQoNCiANCg0KQ2FydGhhbm8gSUkgd2FzIHRoZSBjZWxlYnJhdGVkIHByZW1pdW0gc2lyZSBhdCBoaXMgYXBwcm92YWxzIGluIEhvbHN0ZWluIGluIDIwMTAsIHNob3dpbmcgZW5vcm1vdXMgYWJpbGl0eSBpbiBoaXMgcGFjZXMsIGNvcnJlY3QgY29uZm9ybWF0aW9uLCBhbmQgYW4gYWJ1bmRhbmNlIG9mIOKAnHN0YWxsaW9uIHByZXNlbmNl4oCdLiBDYXJ0aGFubyBJSSBhbHNvIGhhcyBhbiBvdXRzdGFuZGluZyB0cm90OyB0aGlzIGlzIGR1ZSB0byBoaXMgZW5vcm1vdXNseSBwb3dlcmZ1bCBoaW5kIGxlZ3MuIEhlIGhhcyBhIGJhbGFuY2VkIGNvbnNpc3RlbnQgcmh5dGhtIGFuZCBsYXJnZSwgZmxleGlibGUgZ2FpdHMuIEhpcyBqdW1waW5nIHNjb3BlLCBnb29kIGxlZyB0ZWNobmlxdWUgYW5kIHF1aWNrIHJlYWN0aW9ucyBhdCB0aGUgZmVuY2UgYXJlIGV5ZS1jYXRjaGluZy4gV2l0aCBhbGwgdGhlc2UgYXR0cmlidXRlcywgQ2FydGhhbm8gSUkgaXMgdW5kaXNwdXRlZGx5IG9uZSBvZiB0aGUgdG9wIHN0YWxsaW9ucyBvZiBoaXMgYWdlIGdyb3VwLiANCg0KSW4gMjAxMSBDYXJ0aGFubyBJSSBjb21wbGV0ZWQgYW4gZXhjZWxsZW50IDMwLWRheS10ZXN0IGluIFp3ZWlicsO8Y2tlbi4gIEhlIGNvbmZpcm1lZCB0aGUgaGlnaCBleHBlY3RhdGlvbnMgYnkgc2NvcmluZyAxMjYgcG9pbnRzIGluIHRoZSDigJxWQS1adWNodHdlcnTigJ0gZm9yIGp1bXBpbmcuIEFsc28gd29ydGggYSBtZW50aW9uIHdhcyB0aGUgZGVzZXJ2ZWQgaGlnaCBwb2ludHMgYXdhcmRlZCBmb3IgaGlzIHdlbGwtdGVtcGVyZWQgY2hhcmFjdGVyIGFuZCBncmVhdCBhdHRpdHVkZS4gDQoNCkNhdGhhbm8gbGwgYmVnaW5zIGhpcyBwcmVwYXJhdGlvbiBmb3IgdGhlIE5hdGlvbmFsIFlvdW5nIEhvcnNlIENoYW1waW9uc2hpcHMgaW4gMjAxMyB3aXRoIGhpcyBmaXJzdCBzaG93IGp1bXBpbmcgZXZlbnRzIHRoaXMgY29taW5nIHNlYXNvbi4gICANCg0KW3RpdGxlIHNpemU9IjMiXVByb2dlbnlbL3RpdGxlXQ0KDQpXZSBhcmUgbG9va2luZyBmb3J3YXJkIHdpdGggZ3JlYXQgZXhwZWN0YXRpb24gdG8gQ2FydGhhbm/igJlzIGZpcnN0IGZvYWxzIGluIDIwMTIuIA0KDQpbdGl0bGUgc2l6ZT0iMyJdUGVkaWdyZWVbL3RpdGxlXQ0KDQpDYXJ0aGFubyBJScK0cyBzaXJlLCBDb250ZW5kZXIgd29uIGhpcyBzdGFsbGlvbiBwZXJmb3JtYW5jZSB0ZXN0IGluIEFkZWxoZWlkc2RvcmYgaW4gMTk4Ny4gT3ZlciB0aGUgeWVhcnMsIHRoZSBzb24gb2YgQ2FseXBzbyBJSSBoYXMgZGV2ZWxvcGVkIGludG8gYSB2YWx1ZWQgYW5kIGhpZ2hseSByZWdhcmRlZCBicmVlZGluZyBzdGFsbGlvbiB3aXRoIG92ZXIgb25lIGh1bmRyZWQgb2YgaGlzIGFwcHJvdmVkIHNvbnMgYWN0aXZlbHkgc2VydmluZyBhcm91bmQgdGhlIHdvcmxkIHRvZGF5LiBDb250ZW5kZXIgaGltc2VsZiB3YXMgYSBsaXZpbmcgbGVnZW5kLiBBbW9uZ3N0IG90aGVycyBoZSBzaXJlZCBDaGVja21hdGUvTS4gTWljaGFlbHMtQmVlcmJhdW0sIHR3by10aW1lIHdpbm5lciBvZiB0aGUgUmlkZXJzIFRvdXIgYW5kIHRlYW0gRXVyb3BlYW4gY2hhbXBpb24sIGFzIHdlbGwgYXMgTW9udGVuZGVyL00uIEt1dHNjaGVyIHdobyB3b24gdHdvIE9seW1waWMgYnJvbnplIG1lZGFscyBpbiAyMDA0IGFuZCB0d28gZ29sZCBtZWRhbHMgYXQgdGhlIEV1cm9wZWFuIENoYW1waW9uc2hpcHMgaW4gU2FuIFBhdHJpZ25hbm8gKElUQSkgaW4gMjAwNS4NCg0KIA0KDQogDQoNClRoZSBkYW3igJlzIHNpcmUgQ2FydGhhZ28gYmVnYW4gaGlzIGNhcmVlciBhdCB0aGUgSG9sc3RlaW5WZXJiYW5kLCBoZSB3ZW50IG9uIHRvIHBhcnRpY2lwYXRlIGF0IHR3byBPbHltcGljIEdhbWVzIHdpdGggaGlzIHJpZGVyIEpvcyBMYW5zaW5rLiAgSGUgaGFzIHNpcmVkIG92ZXIgdGhpcnR5IGFwcHJvdmVkIHN0YWxsaW9ucyBhbmQgbWFueSBpbnRlcm5hdGlvbmFsIHRvcCBzcG9ydCBob3JzZXMgc3VjaCBhcyBDYXNoIHJpZGRlbiBieSBNYXJjbyBLdXRzY2hlci4gQ2FydGhhZ28gd2FzIHJhbmtlZCBzZWNvbmQgaW4gMjAxMCBvbiB0aGUgV0JGU0gtUmFua2luZyBvZiB0aGUgd29ybGTigJlzIGJlc3Qgc2hvdyBqdW1waW5nIHNpcmVzIHRoYW5rcyB0byBoaXMgc3VjY2Vzc2Z1bCBvZmZzcHJpbmcuDQoNCkNhcnRoYW5vIElJ4oCZcyAgZGFtIEctQ2F0YW5pYSBwcm9kdWNlZCB0aGUgdHdvIGZ1bGwtYnJvdGhlcnMgYW5kIGFwcHJvdmVkIHN0YWxsaW9ucyBDYXJ0aGFubyBJIGFuZCBJSSBhcyB3ZWxsIGFzIHR3byBzdHVkIGJvb2sgcHJlbWl1bSBtYXJlcyBhbmQgZm91ciBzcG9ydCBob3JzZXMuIFR3byBvZiB3aGljaCwgUGh5bGxpcyBhbmQgUGF1bGEsIGJvdGggc2lyZWQgYnkgQ2FtYnJpZGdlIGhhdmUgYmVlbiBzdWNjZXNzZnVsIGluIDEuNDAgYW5kIGhpZ2hlciBqdW1waW5nIGNsYXNzZXMuIFRoZSB0aGlyZCBtYXRlcm5hbCBkYW0sIE1lY2h0aGlsZCBzaXJlZCBieSBTYWNyYW1lbnRvIFNvbmcgeHggcHJvZHVjZWQgdGhyZWUgc3VjY2Vzc2Z1bCBzcG9ydCBob3JzZXM6IExlb25hcmRvIGJ5IExhbmRtZWlzdGVyLCBDYXJ0b3VjaGUgYnkgQ2FyZGluYWwgdW5kIExhc3NvIGJ5IExhbmRtZWlzdGVyLg0KDQpUaGUgZm9sbG93aW5nIGFwcHJvdmVkIHN0YWxsaW9ucyBhbGwgY29tZSBmcm9tIHRoZSBIb2xzdGVpbiBsaW5lYWdlIDIwNjc6IEFjb25pdG8gKGJ5IEFjb3JhZG8pLCBDYW50ZXJidXJyeSAoYnkgQ2FsZXR0byBJKSwgQ2FudHVyYW5vIEkgYW5kICBJSSAoYnkgQ2FudHVybyksIENhcnRoYW5vIEkgYW5kIElJIChieSBDb250ZW5kZXIpLCBDb24gQ2FsZXR0byAoYnkgQ29udGVuZGVyKSwgQ29uIFNwaXJpdG8gKGJ5IENvbnRlbmRlciksIENvc2lkbyAoYnkgQ29zaW1vKSwgQ3Jpc3Rpbm8gKGJ5IENhcmV0aW5vKSwgSmFxdWlubyAoYnkgSmF5YWRldm8gZGUgTWFja2luYWMpLCBMYW5kc3RyZWljaGVyIChieSBMYW5kZ3JhZiBJKSwgTG9yZG9uIChieSBMb3JkKSwgTWFzZXR0byAoYnkgTW9udGFudXMpLCBPY3RhdmlvIChieSBPZ2xpbyksIFJhbmRvIChieSBSb21pbm8pIGFuZCBTeW1wYXRpY28gKGJ5IFNhY3JhbWVudG8gU29uZyB4eCkuDQoNCkFtb25nc3QgdGhlIDQ5MCBjdXJyZW50bHkgIHJlZ2lzdGVyZWQgc3BvcnQgaG9yc2VzIGFyZSAgTGFuZHN0cmVpY2hlciAoYnkgTGFuZGdyYWYgSSksIENhemFybyAoYnkgQ2hhbWJlcnRpbiksIENsYWltIENvbGxpbiAoYnkgQ29ycmFkbyBJKSBhbmQgQ29vbCBNYW4gKGJ5IENvbnRlbmRlcikgYWxsIHN1Y2Nlc3NmdWwgdXAgdG8gUy1sZXZlbC4gDQoNCjxpZnJhbWUgd2lkdGg9IjU2MCIgaGVpZ2h0PSIzMTUiIHNyYz0iLy93d3cueW91dHViZS5jb20vZW1iZWQvSzcwOFE0emlwRXciIGZyYW1lYm9yZGVyPSIwIiBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+', 'PGg0PkhvbHN0ZWluLCBiYXksIEJvcm46IDIwMDgsIDE2OWNtPC9oND4NCg0KSW5zZW1pbmF0aW9uIGZlZTogNzAwIOKCrCogKG9ubHkgZnJvemVuIHNlbWVuKQ0KDQogDQpBcHBwcm92ZWQgZm9yOiBIb2xzdGVpbiwgT2xkZW5idXJnLCBPbGRlbmJ1cmctSW50ZXJuYXRpb25hbCwgV2VzdGZhbGVuIGFuZCBSaGVpbmxhbmQuIEFzIHdlbGwgYXMgYWxsIHRoZSBTb3V0aCBHZXJtYW4gU3R1ZCBCb29rcyBhbmQgdGhlIG5ld2x5IGZvcm1lZCBHZXJtYW4gU3RhdGVzIFN0dWQgQm9va3MuDQoNCiANCg0KQ2FydGhhbm8gSUkgd2FzIHRoZSBjZWxlYnJhdGVkIHByZW1pdW0gc2lyZSBhdCBoaXMgYXBwcm92YWxzIGluIEhvbHN0ZWluIGluIDIwMTAsIHNob3dpbmcgZW5vcm1vdXMgYWJpbGl0eSBpbiBoaXMgcGFjZXMsIGNvcnJlY3QgY29uZm9ybWF0aW9uLCBhbmQgYW4gYWJ1bmRhbmNlIG9mIOKAnHN0YWxsaW9uIHByZXNlbmNl4oCdLiBDYXJ0aGFubyBJSSBhbHNvIGhhcyBhbiBvdXRzdGFuZGluZyB0cm90OyB0aGlzIGlzIGR1ZSB0byBoaXMgZW5vcm1vdXNseSBwb3dlcmZ1bCBoaW5kIGxlZ3MuIEhlIGhhcyBhIGJhbGFuY2VkIGNvbnNpc3RlbnQgcmh5dGhtIGFuZCBsYXJnZSwgZmxleGlibGUgZ2FpdHMuIEhpcyBqdW1waW5nIHNjb3BlLCBnb29kIGxlZyB0ZWNobmlxdWUgYW5kIHF1aWNrIHJlYWN0aW9ucyBhdCB0aGUgZmVuY2UgYXJlIGV5ZS1jYXRjaGluZy4gV2l0aCBhbGwgdGhlc2UgYXR0cmlidXRlcywgQ2FydGhhbm8gSUkgaXMgdW5kaXNwdXRlZGx5IG9uZSBvZiB0aGUgdG9wIHN0YWxsaW9ucyBvZiBoaXMgYWdlIGdyb3VwLiANCg0KSW4gMjAxMSBDYXJ0aGFubyBJSSBjb21wbGV0ZWQgYW4gZXhjZWxsZW50IDMwLWRheS10ZXN0IGluIFp3ZWlicsO8Y2tlbi4gIEhlIGNvbmZpcm1lZCB0aGUgaGlnaCBleHBlY3RhdGlvbnMgYnkgc2NvcmluZyAxMjYgcG9pbnRzIGluIHRoZSDigJxWQS1adWNodHdlcnTigJ0gZm9yIGp1bXBpbmcuIEFsc28gd29ydGggYSBtZW50aW9uIHdhcyB0aGUgZGVzZXJ2ZWQgaGlnaCBwb2ludHMgYXdhcmRlZCBmb3IgaGlzIHdlbGwtdGVtcGVyZWQgY2hhcmFjdGVyIGFuZCBncmVhdCBhdHRpdHVkZS4gDQoNCkNhdGhhbm8gbGwgYmVnaW5zIGhpcyBwcmVwYXJhdGlvbiBmb3IgdGhlIE5hdGlvbmFsIFlvdW5nIEhvcnNlIENoYW1waW9uc2hpcHMgaW4gMjAxMyB3aXRoIGhpcyBmaXJzdCBzaG93IGp1bXBpbmcgZXZlbnRzIHRoaXMgY29taW5nIHNlYXNvbi4gICANCg0KW3RpdGxlIHNpemU9IjMiXVByb2dlbnlbL3RpdGxlXQ0KDQpXZSBhcmUgbG9va2luZyBmb3J3YXJkIHdpdGggZ3JlYXQgZXhwZWN0YXRpb24gdG8gQ2FydGhhbm/igJlzIGZpcnN0IGZvYWxzIGluIDIwMTIuIA0KDQpbdGl0bGUgc2l6ZT0iMyJdUGVkaWdyZWVbL3RpdGxlXQ0KDQpDYXJ0aGFubyBJScK0cyBzaXJlLCBDb250ZW5kZXIgd29uIGhpcyBzdGFsbGlvbiBwZXJmb3JtYW5jZSB0ZXN0IGluIEFkZWxoZWlkc2RvcmYgaW4gMTk4Ny4gT3ZlciB0aGUgeWVhcnMsIHRoZSBzb24gb2YgQ2FseXBzbyBJSSBoYXMgZGV2ZWxvcGVkIGludG8gYSB2YWx1ZWQgYW5kIGhpZ2hseSByZWdhcmRlZCBicmVlZGluZyBzdGFsbGlvbiB3aXRoIG92ZXIgb25lIGh1bmRyZWQgb2YgaGlzIGFwcHJvdmVkIHNvbnMgYWN0aXZlbHkgc2VydmluZyBhcm91bmQgdGhlIHdvcmxkIHRvZGF5LiBDb250ZW5kZXIgaGltc2VsZiB3YXMgYSBsaXZpbmcgbGVnZW5kLiBBbW9uZ3N0IG90aGVycyBoZSBzaXJlZCBDaGVja21hdGUvTS4gTWljaGFlbHMtQmVlcmJhdW0sIHR3by10aW1lIHdpbm5lciBvZiB0aGUgUmlkZXJzIFRvdXIgYW5kIHRlYW0gRXVyb3BlYW4gY2hhbXBpb24sIGFzIHdlbGwgYXMgTW9udGVuZGVyL00uIEt1dHNjaGVyIHdobyB3b24gdHdvIE9seW1waWMgYnJvbnplIG1lZGFscyBpbiAyMDA0IGFuZCB0d28gZ29sZCBtZWRhbHMgYXQgdGhlIEV1cm9wZWFuIENoYW1waW9uc2hpcHMgaW4gU2FuIFBhdHJpZ25hbm8gKElUQSkgaW4gMjAwNS4NCg0KIA0KDQogDQoNClRoZSBkYW3igJlzIHNpcmUgQ2FydGhhZ28gYmVnYW4gaGlzIGNhcmVlciBhdCB0aGUgSG9sc3RlaW5WZXJiYW5kLCBoZSB3ZW50IG9uIHRvIHBhcnRpY2lwYXRlIGF0IHR3byBPbHltcGljIEdhbWVzIHdpdGggaGlzIHJpZGVyIEpvcyBMYW5zaW5rLiAgSGUgaGFzIHNpcmVkIG92ZXIgdGhpcnR5IGFwcHJvdmVkIHN0YWxsaW9ucyBhbmQgbWFueSBpbnRlcm5hdGlvbmFsIHRvcCBzcG9ydCBob3JzZXMgc3VjaCBhcyBDYXNoIHJpZGRlbiBieSBNYXJjbyBLdXRzY2hlci4gQ2FydGhhZ28gd2FzIHJhbmtlZCBzZWNvbmQgaW4gMjAxMCBvbiB0aGUgV0JGU0gtUmFua2luZyBvZiB0aGUgd29ybGTigJlzIGJlc3Qgc2hvdyBqdW1waW5nIHNpcmVzIHRoYW5rcyB0byBoaXMgc3VjY2Vzc2Z1bCBvZmZzcHJpbmcuDQoNCkNhcnRoYW5vIElJ4oCZcyAgZGFtIEctQ2F0YW5pYSBwcm9kdWNlZCB0aGUgdHdvIGZ1bGwtYnJvdGhlcnMgYW5kIGFwcHJvdmVkIHN0YWxsaW9ucyBDYXJ0aGFubyBJIGFuZCBJSSBhcyB3ZWxsIGFzIHR3byBzdHVkIGJvb2sgcHJlbWl1bSBtYXJlcyBhbmQgZm91ciBzcG9ydCBob3JzZXMuIFR3byBvZiB3aGljaCwgUGh5bGxpcyBhbmQgUGF1bGEsIGJvdGggc2lyZWQgYnkgQ2FtYnJpZGdlIGhhdmUgYmVlbiBzdWNjZXNzZnVsIGluIDEuNDAgYW5kIGhpZ2hlciBqdW1waW5nIGNsYXNzZXMuIFRoZSB0aGlyZCBtYXRlcm5hbCBkYW0sIE1lY2h0aGlsZCBzaXJlZCBieSBTYWNyYW1lbnRvIFNvbmcgeHggcHJvZHVjZWQgdGhyZWUgc3VjY2Vzc2Z1bCBzcG9ydCBob3JzZXM6IExlb25hcmRvIGJ5IExhbmRtZWlzdGVyLCBDYXJ0b3VjaGUgYnkgQ2FyZGluYWwgdW5kIExhc3NvIGJ5IExhbmRtZWlzdGVyLg0KDQpUaGUgZm9sbG93aW5nIGFwcHJvdmVkIHN0YWxsaW9ucyBhbGwgY29tZSBmcm9tIHRoZSBIb2xzdGVpbiBsaW5lYWdlIDIwNjc6IEFjb25pdG8gKGJ5IEFjb3JhZG8pLCBDYW50ZXJidXJyeSAoYnkgQ2FsZXR0byBJKSwgQ2FudHVyYW5vIEkgYW5kICBJSSAoYnkgQ2FudHVybyksIENhcnRoYW5vIEkgYW5kIElJIChieSBDb250ZW5kZXIpLCBDb24gQ2FsZXR0byAoYnkgQ29udGVuZGVyKSwgQ29uIFNwaXJpdG8gKGJ5IENvbnRlbmRlciksIENvc2lkbyAoYnkgQ29zaW1vKSwgQ3Jpc3Rpbm8gKGJ5IENhcmV0aW5vKSwgSmFxdWlubyAoYnkgSmF5YWRldm8gZGUgTWFja2luYWMpLCBMYW5kc3RyZWljaGVyIChieSBMYW5kZ3JhZiBJKSwgTG9yZG9uIChieSBMb3JkKSwgTWFzZXR0byAoYnkgTW9udGFudXMpLCBPY3RhdmlvIChieSBPZ2xpbyksIFJhbmRvIChieSBSb21pbm8pIGFuZCBTeW1wYXRpY28gKGJ5IFNhY3JhbWVudG8gU29uZyB4eCkuDQoNCkFtb25nc3QgdGhlIDQ5MCBjdXJyZW50bHkgIHJlZ2lzdGVyZWQgc3BvcnQgaG9yc2VzIGFyZSAgTGFuZHN0cmVpY2hlciAoYnkgTGFuZGdyYWYgSSksIENhemFybyAoYnkgQ2hhbWJlcnRpbiksIENsYWltIENvbGxpbiAoYnkgQ29ycmFkbyBJKSBhbmQgQ29vbCBNYW4gKGJ5IENvbnRlbmRlcikgYWxsIHN1Y2Nlc3NmdWwgdXAgdG8gUy1sZXZlbC4gDQoNCjxpZnJhbWUgd2lkdGg9IjU2MCIgaGVpZ2h0PSIzMTUiIHNyYz0iLy93d3cueW91dHViZS5jb20vZW1iZWQvSzcwOFE0emlwRXciIGZyYW1lYm9yZGVyPSIwIiBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+', 1),
|
||
(60, 14, 0, '2014-02-27 16:29:49', 'original_id', '', 0, '4970', '', 1),
|
||
(61, 14, 0, '2014-02-27 16:29:49', 'horse_categories', 'csv_base64', 1, '"Q29tcGV0aWNpw7Nu"', '', 1),
|
||
(62, 14, 0, '2014-02-27 16:29:49', 'horse_categories_ids', '', 0, '56', '', 1),
|
||
(63, 14, 0, '2014-02-27 16:29:49', 'horse_breeds', 'csv_base64', 1, '"WmFuZ2Vyc2hlaWRl"', '', 1),
|
||
(64, 14, 0, '2014-02-27 16:29:49', 'horse_breeds_ids', '', 0, '64', '', 1),
|
||
(65, 14, 0, '2014-02-27 16:29:49', 'horse_genders', 'csv_base64', 1, '"U2VtZW50YWw="', '', 1),
|
||
(66, 14, 0, '2014-02-27 16:29:49', 'horse_genders_ids', '', 0, '57', '', 1),
|
||
(67, 15, 0, '2014-02-27 16:29:50', 'title', 'base64', 1, 'QmxhY2sgSmFjaw==', 'QmxhY2sgSmFjaw==', 1),
|
||
(68, 15, 0, '2014-02-27 16:29:50', 'body', 'base64', 1, 'PGg0Pldlc3RwaGFsaWFuIC0gZGFyayBicm93biAtIDIwMDYgLSAxNi4yIGhhbmRzPC9oND4NCg0KPHN0cm9uZz5BZ2U8L3N0cm9uZz46IDAzLzA2LzIwMDYNCjxzdHJvbmc+R2VuZGVyPC9zdHJvbmc+OiBDb2x0DQo8c3Ryb25nPkNvbG9yPC9zdHJvbmc+OiBkYXJrIGJyb3duDQo8c3Ryb25nPkJyZWVkZXI8L3N0cm9uZz46IFRob21hcyBTY2hpbmRsZXIsIEZhdXRlbmJhY2gsIEdlcm1hbnkNCg0KQXBwcm92ZWQgZm9yIE1lY2tsZW5idXJnLCBSaGluZWxhbmQsIFdlc3RwaGFsaWEgYW5kIGFsbCBTb3V0aGVybiBHZXJtYW4gVmVyYmFuZHMuIA0KT3RoZXIgVmVyYmFuZHMgb24gcmVxdWVzdCENCg0KSW5zZW1pbmF0aW9uIGZlZTogNTAwIOKCrCogKyBJbi1mb2FsIGZlZTogNTAwIOKCrCogKEZTICsgVEcpDQoNCkZvcmVpZ24gY3VzdG9tZXJzIG11c3QgcGF5IGZ1bGwgc3R1ZCBmZWUgaW4gYWR2YW5jZS4gUmVmdW5kIG9mIHRoZSBoYWxmIGF0IG5vbi1wcmVnbmFuY3kuDQoNCk9yZGVycyBmb3IgZnJlc2ggc2VtZW4gbXVzdCBiZSByZWNlaXZlZCBieSA5OjAwIGEubS4gdGhlIGRheSBiZWZvcmUgc2luY2UgdGhlIHN0YWxsaW9uIGlzIHN0YXRpb25lZCBpbiBJdGFseSENCg0KDQpSZXBlYXRpbmcgaGlzIHBlcmZvcm1hbmNlIGluIDIwMTEsIEJsYWNrIEphY2sgYWdhaW4gd29uIHRoZSBxdWFsaWZpZXIgaW4gUmllc2VuYmVjayBpbiAyMDEyIGFuZCB0aHVzIGEgdGlja2V0IGZvciB0aGUgQnVuZGVzY2hhbXBpb25hdCBmb3Igc2hvdyBqdW1wZXJzLiBUaGlzIGZlYXQgaGFkIGJlZW4gcHJlY2VkZWQgYnkgYSBzZXJpZXMgb2YgcmliYm9ucyBpbiBtZWRpdW0gKE0qKSBsZXZlbCB0ZXN0cyBmb3IgeW91bmcgc2hvdyBqdW1wZXJzIGFuZCBtZWRpdW0gKE0qKikgbGV2ZWwgc2hvdyBqdW1waW5nIHRlc3RzLiAgDQoNCkNsZWFybHkgcmVmaW5lZCBieSBoaXMgZGFt4oCZcyBUaG9yb3VnaGJyZWQgc2lyZSBIZXJhbGRpayB4eCwgdGhlIGdvcmdlb3VzLCBwYXRlbnQgbGVhdGhlciBibGFjayAgQmxhY2sgSmFjayB3YXMgb25lIG9mIHRoZSBoaWdobGlnaHRzIGF0IHRoZSAxOHRoIE5SVyBsaWNlbnNpbmcgaW4gTcO8bnN0ZXItSGFuZG9yZiAgaW4gMjAwOC4gIA0KDQpbdGl0bGUgc2l6ZT0iMyJdUHJvZ2VueVsvdGl0bGVdDQoNCkhpZ2hseSByZWZpbmVkIGhpbXNlbGYsIHRoZSBjaGFybWluZyBCbGFjayBKYWNrIG5vdCBvbmx5IHBhc3NlcyBvbiBoaXMgZ29vZCBsb29rcyBidXQgYWxzbyBoaXMgYWJpbGl0eSB0byBqdW1wLCBoaXMgcXVhbGl0eSBtb3ZlbWVudHMgYW5kIHJpZGVhYmlsaXR5LiBIaXMgZmlyc3Qgc29ucyBhbmQgZGF1Z2h0ZXJzLCBub3cgdW5kZXIgc2FkZGxlLCBtYWtlIGEgaGlnaGx5IHByb21pc2luZyBpbXByZXNzaW9uLiANCg0KQmxhY2sgSmFja+KAmXMgZm9hbHMgcXVpY2tseSBmaW5kIGJ1eWVycy4gSGlzIHNvbiBCb3LDqWFsIGRlcyBQcsOpcyB3YXMgc29sZCBmb3IgMTIsNTAwIFN3aXNzIEZyYW5jcyBpbiAyMDEyIGF0IHRoZSBTcG9ydCBGb2FscyBBdWN0aW9uIGluIFN1cnNlZS9TVUkuIA0KDQpbdGl0bGUgc2l6ZT0iMyJdUGVkaWdyZWVbL3RpdGxlXQ0KDQpIaXMgc2lyZSBCYWxvdWJldCBkdSBSb3VldCB3b24gaW5kaXZpZHVhbCBPbHltcGljIGdvbGQgd2l0aCBSb2RyaWdvIFBlc3NvYS9CUkEgaW4gMjAwNCBvbiB0aGUgY291cnNlIG9mIEF0aGVucy9HUkUuIEhlIGFsc28gdG9vayB0aGUgV29ybGQgQ3VwIHRpdGxlIHRocmVlIHRpbWVzIGluIGEgcm93IGFuZCB3b24gdGhlIHVub2ZmaWNpYWwgaW5kb29yIFdvcmxkIENoYW1waW9uc2hpcHMgdHdpY2UgaW4gMjAwMiBhbmQgMjAwMy4gVGhlIGNoZXN0bnV0IFNlbGxlIEZyYW5jYWlzIHN0YWxsaW9uIHdobyBhZ2FpbiBsZWFkcyB0aGUgV0JGU0ggIChXb3JsZCBCcmVlZGluZyBGZWRlcmF0aW9uIGZvciBTcG9ydCBIb3JzZXMpIHJhbmtpbmcgb2YgdGhlIHdvcmxk4oCZcyBiZXN0IGp1bXBlci1tYWtlcnMg4oCTIGFsc28gdGhhbmtzIHRvIENoYW1hbiB3aG8gaXMgYWxzbyBzdGF0aW9uZWQgaW4gUmllc2VuYmVjayDigJMgaXMgYSBHYWxvdWJldCBBIHNvbi4gR2Fsb3ViZXQgQSwgYSBzb24gb2YgdGhlIHRyYWRlbWFyayBzdGFsbGlvbiBBbG3DqSBaIHdobyB3YXMgb24gdGhlIEZyZW5jaCBnb2xkIHdpbm5pbmcgdGVhbSBhdCB0aGUgMTk4MiBXb3JsZCBDaGFtcGlvbnNoaXBzIG9mIER1Ymxpbi9JUkwgd2l0aCBHaWxsZXMgQmVydHJhbmQgZGUgQmFsbGFuZGEsIHdvbiB0aGUgRnJlbmNoIENoYW1waW9uc2hpcHMgc2V2ZXJhbCB0aW1lcyBhbmQgY29sbGVjdGVkIGRvemVucyBvZiBmaXJzdCBwbGFjZSByaWJib25zIGluIE5hdGlvbnMgQ3VwcyBhbmQgIEdyYW5kIFByaXguIE1vcmUgdGhhbiAzMCBvZiBoaXMgc29ucyBhcmUgYWN0aXZlIGluIGJyZWVkaW5nLCBpbmNsdWRpbmcgVeKAmUdyYW5kIEpldGUsIEVvbGUgYW5kIE1lcmVkaXRoIE1pY2hhZWxzLUJlZXJiYXVt4oCZcyBRdWljayBTdGFyLg0KDQpIaXMgZGFtIFN0LlByLlN0LiBXaW56ZXJpbiwgd2hvIHBhc3NlZCBoZXIgYnJvb2RtYXJlIHBlcmZvcm1hbmNlIHRlc3Qgd2l0aCBvdXRzdGFuZGluZyBzY29yZXMsIGlzIGFsc28gdGhlIGRhbSBvZiAgR3V0IE5ldWVuaG9mcyBMZXZhbnRhZG9zIChieSBMYW5jZXIgSUkpIHdobyB3aW5zIHNob3cganVtcGluZyBjbGFzc2VzIHVwIHRvIGFkdmFuY2VkIChTKioqKSBsZXZlbCwgYXMgd2VsbCBhcyBhIHNldmVuLXllYXIgb2xkIGZ1bGwgc2lzdGVyIG9mIEJhbG91dGVsbGkgbmFtZWQgR3V0IE5ldWVuaG9mcyBCYWNhcm9sZS9IZW5yaWsgdm9uIEVja2VybWFubi9TV0Ugd2hvIGlzIGFsc28gaGlnaGx5IHN1Y2Nlc3NmdWwgaW4gaW50ZXJuYXRpb25hbCBjb21wZXRpdGlvbnMsIGFuZCAgR3V0IE5ldWVuaG9mcyBDYXR5IChieSBDcmlzdGFsbG8gSSkgd2hvIHF1YWxpZmllZCBmb3IgdGhlIEJ1bmRlc2NoYW1waW9uYXQuDQoNCjxpZnJhbWUgd2lkdGg9IjU2MCIgaGVpZ2h0PSIzMTUiIHNyYz0iLy93d3cueW91dHViZS5jb20vZW1iZWQvSzcwOFE0emlwRXciIGZyYW1lYm9yZGVyPSIwIiBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+', 'PGg0Pldlc3RwaGFsaWFuIC0gZGFyayBicm93biAtIDIwMDYgLSAxNi4yIGhhbmRzPC9oND4NCg0KPHN0cm9uZz5BZ2U8L3N0cm9uZz46IDAzLzA2LzIwMDYNCjxzdHJvbmc+R2VuZGVyPC9zdHJvbmc+OiBDb2x0DQo8c3Ryb25nPkNvbG9yPC9zdHJvbmc+OiBkYXJrIGJyb3duDQo8c3Ryb25nPkJyZWVkZXI8L3N0cm9uZz46IFRob21hcyBTY2hpbmRsZXIsIEZhdXRlbmJhY2gsIEdlcm1hbnkNCg0KQXBwcm92ZWQgZm9yIE1lY2tsZW5idXJnLCBSaGluZWxhbmQsIFdlc3RwaGFsaWEgYW5kIGFsbCBTb3V0aGVybiBHZXJtYW4gVmVyYmFuZHMuIA0KT3RoZXIgVmVyYmFuZHMgb24gcmVxdWVzdCENCg0KSW5zZW1pbmF0aW9uIGZlZTogNTAwIOKCrCogKyBJbi1mb2FsIGZlZTogNTAwIOKCrCogKEZTICsgVEcpDQoNCkZvcmVpZ24gY3VzdG9tZXJzIG11c3QgcGF5IGZ1bGwgc3R1ZCBmZWUgaW4gYWR2YW5jZS4gUmVmdW5kIG9mIHRoZSBoYWxmIGF0IG5vbi1wcmVnbmFuY3kuDQoNCk9yZGVycyBmb3IgZnJlc2ggc2VtZW4gbXVzdCBiZSByZWNlaXZlZCBieSA5OjAwIGEubS4gdGhlIGRheSBiZWZvcmUgc2luY2UgdGhlIHN0YWxsaW9uIGlzIHN0YXRpb25lZCBpbiBJdGFseSENCg0KDQpSZXBlYXRpbmcgaGlzIHBlcmZvcm1hbmNlIGluIDIwMTEsIEJsYWNrIEphY2sgYWdhaW4gd29uIHRoZSBxdWFsaWZpZXIgaW4gUmllc2VuYmVjayBpbiAyMDEyIGFuZCB0aHVzIGEgdGlja2V0IGZvciB0aGUgQnVuZGVzY2hhbXBpb25hdCBmb3Igc2hvdyBqdW1wZXJzLiBUaGlzIGZlYXQgaGFkIGJlZW4gcHJlY2VkZWQgYnkgYSBzZXJpZXMgb2YgcmliYm9ucyBpbiBtZWRpdW0gKE0qKSBsZXZlbCB0ZXN0cyBmb3IgeW91bmcgc2hvdyBqdW1wZXJzIGFuZCBtZWRpdW0gKE0qKikgbGV2ZWwgc2hvdyBqdW1waW5nIHRlc3RzLiAgDQoNCkNsZWFybHkgcmVmaW5lZCBieSBoaXMgZGFt4oCZcyBUaG9yb3VnaGJyZWQgc2lyZSBIZXJhbGRpayB4eCwgdGhlIGdvcmdlb3VzLCBwYXRlbnQgbGVhdGhlciBibGFjayAgQmxhY2sgSmFjayB3YXMgb25lIG9mIHRoZSBoaWdobGlnaHRzIGF0IHRoZSAxOHRoIE5SVyBsaWNlbnNpbmcgaW4gTcO8bnN0ZXItSGFuZG9yZiAgaW4gMjAwOC4gIA0KDQpbdGl0bGUgc2l6ZT0iMyJdUHJvZ2VueVsvdGl0bGVdDQoNCkhpZ2hseSByZWZpbmVkIGhpbXNlbGYsIHRoZSBjaGFybWluZyBCbGFjayBKYWNrIG5vdCBvbmx5IHBhc3NlcyBvbiBoaXMgZ29vZCBsb29rcyBidXQgYWxzbyBoaXMgYWJpbGl0eSB0byBqdW1wLCBoaXMgcXVhbGl0eSBtb3ZlbWVudHMgYW5kIHJpZGVhYmlsaXR5LiBIaXMgZmlyc3Qgc29ucyBhbmQgZGF1Z2h0ZXJzLCBub3cgdW5kZXIgc2FkZGxlLCBtYWtlIGEgaGlnaGx5IHByb21pc2luZyBpbXByZXNzaW9uLiANCg0KQmxhY2sgSmFja+KAmXMgZm9hbHMgcXVpY2tseSBmaW5kIGJ1eWVycy4gSGlzIHNvbiBCb3LDqWFsIGRlcyBQcsOpcyB3YXMgc29sZCBmb3IgMTIsNTAwIFN3aXNzIEZyYW5jcyBpbiAyMDEyIGF0IHRoZSBTcG9ydCBGb2FscyBBdWN0aW9uIGluIFN1cnNlZS9TVUkuIA0KDQpbdGl0bGUgc2l6ZT0iMyJdUGVkaWdyZWVbL3RpdGxlXQ0KDQpIaXMgc2lyZSBCYWxvdWJldCBkdSBSb3VldCB3b24gaW5kaXZpZHVhbCBPbHltcGljIGdvbGQgd2l0aCBSb2RyaWdvIFBlc3NvYS9CUkEgaW4gMjAwNCBvbiB0aGUgY291cnNlIG9mIEF0aGVucy9HUkUuIEhlIGFsc28gdG9vayB0aGUgV29ybGQgQ3VwIHRpdGxlIHRocmVlIHRpbWVzIGluIGEgcm93IGFuZCB3b24gdGhlIHVub2ZmaWNpYWwgaW5kb29yIFdvcmxkIENoYW1waW9uc2hpcHMgdHdpY2UgaW4gMjAwMiBhbmQgMjAwMy4gVGhlIGNoZXN0bnV0IFNlbGxlIEZyYW5jYWlzIHN0YWxsaW9uIHdobyBhZ2FpbiBsZWFkcyB0aGUgV0JGU0ggIChXb3JsZCBCcmVlZGluZyBGZWRlcmF0aW9uIGZvciBTcG9ydCBIb3JzZXMpIHJhbmtpbmcgb2YgdGhlIHdvcmxk4oCZcyBiZXN0IGp1bXBlci1tYWtlcnMg4oCTIGFsc28gdGhhbmtzIHRvIENoYW1hbiB3aG8gaXMgYWxzbyBzdGF0aW9uZWQgaW4gUmllc2VuYmVjayDigJMgaXMgYSBHYWxvdWJldCBBIHNvbi4gR2Fsb3ViZXQgQSwgYSBzb24gb2YgdGhlIHRyYWRlbWFyayBzdGFsbGlvbiBBbG3DqSBaIHdobyB3YXMgb24gdGhlIEZyZW5jaCBnb2xkIHdpbm5pbmcgdGVhbSBhdCB0aGUgMTk4MiBXb3JsZCBDaGFtcGlvbnNoaXBzIG9mIER1Ymxpbi9JUkwgd2l0aCBHaWxsZXMgQmVydHJhbmQgZGUgQmFsbGFuZGEsIHdvbiB0aGUgRnJlbmNoIENoYW1waW9uc2hpcHMgc2V2ZXJhbCB0aW1lcyBhbmQgY29sbGVjdGVkIGRvemVucyBvZiBmaXJzdCBwbGFjZSByaWJib25zIGluIE5hdGlvbnMgQ3VwcyBhbmQgIEdyYW5kIFByaXguIE1vcmUgdGhhbiAzMCBvZiBoaXMgc29ucyBhcmUgYWN0aXZlIGluIGJyZWVkaW5nLCBpbmNsdWRpbmcgVeKAmUdyYW5kIEpldGUsIEVvbGUgYW5kIE1lcmVkaXRoIE1pY2hhZWxzLUJlZXJiYXVt4oCZcyBRdWljayBTdGFyLg0KDQpIaXMgZGFtIFN0LlByLlN0LiBXaW56ZXJpbiwgd2hvIHBhc3NlZCBoZXIgYnJvb2RtYXJlIHBlcmZvcm1hbmNlIHRlc3Qgd2l0aCBvdXRzdGFuZGluZyBzY29yZXMsIGlzIGFsc28gdGhlIGRhbSBvZiAgR3V0IE5ldWVuaG9mcyBMZXZhbnRhZG9zIChieSBMYW5jZXIgSUkpIHdobyB3aW5zIHNob3cganVtcGluZyBjbGFzc2VzIHVwIHRvIGFkdmFuY2VkIChTKioqKSBsZXZlbCwgYXMgd2VsbCBhcyBhIHNldmVuLXllYXIgb2xkIGZ1bGwgc2lzdGVyIG9mIEJhbG91dGVsbGkgbmFtZWQgR3V0IE5ldWVuaG9mcyBCYWNhcm9sZS9IZW5yaWsgdm9uIEVja2VybWFubi9TV0Ugd2hvIGlzIGFsc28gaGlnaGx5IHN1Y2Nlc3NmdWwgaW4gaW50ZXJuYXRpb25hbCBjb21wZXRpdGlvbnMsIGFuZCAgR3V0IE5ldWVuaG9mcyBDYXR5IChieSBDcmlzdGFsbG8gSSkgd2hvIHF1YWxpZmllZCBmb3IgdGhlIEJ1bmRlc2NoYW1waW9uYXQuDQoNCjxpZnJhbWUgd2lkdGg9IjU2MCIgaGVpZ2h0PSIzMTUiIHNyYz0iLy93d3cueW91dHViZS5jb20vZW1iZWQvSzcwOFE0emlwRXciIGZyYW1lYm9yZGVyPSIwIiBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+', 1),
|
||
(69, 15, 0, '2014-02-27 16:29:50', 'original_id', '', 0, '4955', '', 1),
|
||
(70, 15, 0, '2014-02-27 16:29:50', 'horse_categories', 'csv_base64', 1, '"Q29tcGV0aWNpw7Nu"', '', 1),
|
||
(71, 15, 0, '2014-02-27 16:29:50', 'horse_categories_ids', '', 0, '56', '', 1),
|
||
(72, 15, 0, '2014-02-27 16:29:50', 'horse_breeds', 'csv_base64', 1, '"SG9sc3RlaW5lcg=="', '', 1),
|
||
(73, 15, 0, '2014-02-27 16:29:50', 'horse_breeds_ids', '', 0, '65', '', 1),
|
||
(74, 15, 0, '2014-02-27 16:29:50', 'horse_genders', 'csv_base64', 1, '"U2VtZW50YWw="', '', 1),
|
||
(75, 15, 0, '2014-02-27 16:29:50', 'horse_genders_ids', '', 0, '57', '', 1),
|
||
(76, 15, 0, '2014-02-27 16:29:50', 'horse_tags', 'csv_base64', 1, '"cA=="', '', 1),
|
||
(77, 15, 0, '2014-02-27 16:29:50', 'horse_tags_ids', '', 0, '66', '', 1),
|
||
(78, 16, 0, '2014-02-27 16:29:50', 'title', 'base64', 1, 'Q2Fycmljbw==', 'Q2Fycmljbw==', 1),
|
||
(79, 16, 0, '2014-02-27 16:29:50', 'body', 'base64', 1, 'PGg0PkhvbHN0ZWluZXIgLSBMaW5lIDQ3MDUgLSBiYXkgLSAyMDAzIC0gIDE2LjMgwr0gaGFuZHMgPC9oND4NCkJyZWVkZXI6IFBldGVyIELDtmdlLCBTY2jDtm5ob3JzdCwgR2VybWFueQ0KDQpBcHByb3ZlZCBmb3IgSGFub3ZlciwgSG9sc3RlaW4sIE9TLCBNZWNrbGVuYnVyZywgUmhpbmVsYW5kLCBXZXN0cGhhbGlhIGFuZCBhbGwgU291dGhlcm4gR2VybWFuIFZlcmJhbmRzLmFzIHdlbGwgYXMgRGVubWFyaywgU3dlZGVuIGFuZCBGcmFuY2UuDQoNCkluc2VtaW5hdGlvbiBmZWU6IDUwMCDigqwqICsgSW4tZm9hbCBmZWU6IDUwMCDigqwqIChGUyArIFRHKQ0KDQpGb3JlaWduIGN1c3RvbWVycyBtdXN0IHBheSBmdWxsIHN0dWQgZmVlIGluIGFkdmFuY2UuIFJlZnVuZCBvZiB0aGUgaGFsZiBhdCBub24tcHJlZ25hbmN5DQoNCkNhcnJpY28gaGFzIG5vdyBiZWNvbWUgZmlybWx5IGVzdGFibGlzaGVkIGluIHVwcGVyIGxldmVsLCBpbnRlcm5hdGlvbmFsIHNob3cganVtcGluZyBhZnRlciBwbGFjaW5nIGluIERvcnRtdW5kLCBIYWdlbiBhLlQuVy4sIENoYW50aWxseS9GUkEsIE3DvG5zdGVyLCBQYWRlcmJvcm4gYW5kIE5ldW3DvG5zdGVyIHVuZGVyIFBoaWxpcHAgV2Vpc2hhdXB0IGFuZCBIZW5yaWsgdm9uIEVja2VybWFubi9TV0UuDQoNCkF3YXJkZWQgYSBwcmVtaXVtIGluIDIwMDUgaW4gTmV1bcO8bnN0ZXIsIENhcnJpY28gdGhlbiB0b29rIGhpcyBzdGFsbGlvbiBwZXJmb3JtYW5jZSB0ZXN0IGluIFJlZGVmaW4gd2hlcmUgaGUgd29uIHRoZSBqdW1waW5nIGFzIHdlbGwgYXMgdGhlIGRyZXNzYWdlIGluZGV4LCBmaW5pc2hpbmcgZmlyc3Qgb3ZlcmFsbC4gSW4gMjAwOCBoZSB3b24gYSBxdWFsaWZpZXIgYXQgdGhlIEJ1bmRlc2NoYW1waW9uYXQgd2l0aCBhIDkuNSBhbmQgaW4gMjAwOSBoZSBwbGFjZWQgaW4gdGhlIEZpbmFsIGZvciBzaXgteWVhciBvbGQgc2hvdyBqdW1wZXJzIGluIFdhcmVuZG9yZi4gQXQgdGhlIGFnZSBvZiBqdXN0IHNldmVuLCBoZSB3b24gaGlzIGZpcnN0IHJpYmJvbnMgaW4gYWR2YW5jZWQgbGV2ZWwgY2xhc3Nlcy4NCg==', 'PGg0PkhvbHN0ZWluZXIgLSBMaW5lIDQ3MDUgLSBiYXkgLSAyMDAzIC0gIDE2LjMgwr0gaGFuZHMgPC9oND4NCkJyZWVkZXI6IFBldGVyIELDtmdlLCBTY2jDtm5ob3JzdCwgR2VybWFueQ0KDQpBcHByb3ZlZCBmb3IgSGFub3ZlciwgSG9sc3RlaW4sIE9TLCBNZWNrbGVuYnVyZywgUmhpbmVsYW5kLCBXZXN0cGhhbGlhIGFuZCBhbGwgU291dGhlcm4gR2VybWFuIFZlcmJhbmRzLmFzIHdlbGwgYXMgRGVubWFyaywgU3dlZGVuIGFuZCBGcmFuY2UuDQoNCkluc2VtaW5hdGlvbiBmZWU6IDUwMCDigqwqICsgSW4tZm9hbCBmZWU6IDUwMCDigqwqIChGUyArIFRHKQ0KDQpGb3JlaWduIGN1c3RvbWVycyBtdXN0IHBheSBmdWxsIHN0dWQgZmVlIGluIGFkdmFuY2UuIFJlZnVuZCBvZiB0aGUgaGFsZiBhdCBub24tcHJlZ25hbmN5DQoNCkNhcnJpY28gaGFzIG5vdyBiZWNvbWUgZmlybWx5IGVzdGFibGlzaGVkIGluIHVwcGVyIGxldmVsLCBpbnRlcm5hdGlvbmFsIHNob3cganVtcGluZyBhZnRlciBwbGFjaW5nIGluIERvcnRtdW5kLCBIYWdlbiBhLlQuVy4sIENoYW50aWxseS9GUkEsIE3DvG5zdGVyLCBQYWRlcmJvcm4gYW5kIE5ldW3DvG5zdGVyIHVuZGVyIFBoaWxpcHAgV2Vpc2hhdXB0IGFuZCBIZW5yaWsgdm9uIEVja2VybWFubi9TV0UuDQoNCkF3YXJkZWQgYSBwcmVtaXVtIGluIDIwMDUgaW4gTmV1bcO8bnN0ZXIsIENhcnJpY28gdGhlbiB0b29rIGhpcyBzdGFsbGlvbiBwZXJmb3JtYW5jZSB0ZXN0IGluIFJlZGVmaW4gd2hlcmUgaGUgd29uIHRoZSBqdW1waW5nIGFzIHdlbGwgYXMgdGhlIGRyZXNzYWdlIGluZGV4LCBmaW5pc2hpbmcgZmlyc3Qgb3ZlcmFsbC4gSW4gMjAwOCBoZSB3b24gYSBxdWFsaWZpZXIgYXQgdGhlIEJ1bmRlc2NoYW1waW9uYXQgd2l0aCBhIDkuNSBhbmQgaW4gMjAwOSBoZSBwbGFjZWQgaW4gdGhlIEZpbmFsIGZvciBzaXgteWVhciBvbGQgc2hvdyBqdW1wZXJzIGluIFdhcmVuZG9yZi4gQXQgdGhlIGFnZSBvZiBqdXN0IHNldmVuLCBoZSB3b24gaGlzIGZpcnN0IHJpYmJvbnMgaW4gYWR2YW5jZWQgbGV2ZWwgY2xhc3Nlcy4NCg==', 1),
|
||
(80, 16, 0, '2014-02-27 16:29:50', 'original_id', '', 0, '4953', '', 1),
|
||
(81, 16, 0, '2014-02-27 16:29:50', 'horse_categories', 'csv_base64', 1, '"Q3LDrWE="', '', 1),
|
||
(82, 16, 0, '2014-02-27 16:29:50', 'horse_categories_ids', '', 0, '55', '', 1),
|
||
(83, 16, 0, '2014-02-27 16:29:50', 'horse_breeds', 'csv_base64', 1, '"Q3J1emFkbw=="', '', 1),
|
||
(84, 16, 0, '2014-02-27 16:29:50', 'horse_breeds_ids', '', 0, '63', '', 1),
|
||
(85, 16, 0, '2014-02-27 16:29:50', 'horse_genders', 'csv_base64', 1, '"Q2Fww7Nu"', '', 1),
|
||
(86, 16, 0, '2014-02-27 16:29:50', 'horse_genders_ids', '', 0, '59', '', 1),
|
||
(87, 17, 0, '2014-02-27 16:29:50', 'title', 'base64', 1, 'R2FsYW50ZQ==', 'R2FsYW50ZQ==', 1),
|
||
(88, 17, 0, '2014-02-27 16:29:50', 'body', 'base64', 1, 'PGg0Pldlc3RwaGFsaWFuIC0gYnJvd24gLSAyMDExIC0gMTYuMiBoYW5kczwvaDQ+DQoNCjxzdHJvbmc+Tm9tYnJlPC9zdHJvbmc+OiBHYWxhbnRlDQo8c3Ryb25nPkHDsW8gZGUgbmFjaW1pZW50bzwvc3Ryb25nPjogMjAxMSANCjxzdHJvbmc+Q2FwYTwvc3Ryb25nPjogQ2FzdGHDsW8NCg0KW3RpdGxlIHNpemU9IjMiXVByb2dlbnlbL3RpdGxlXQ0KDQpIaWdobHkgcmVmaW5lZCBoaW1zZWxmLCB0aGUgY2hhcm1pbmcgQmxhY2sgSmFjayBub3Qgb25seSBwYXNzZXMgb24gaGlzIGdvb2QgbG9va3MgYnV0IGFsc28gaGlzIGFiaWxpdHkgdG8ganVtcCwgaGlzIHF1YWxpdHkgbW92ZW1lbnRzIGFuZCByaWRlYWJpbGl0eS4gSGlzIGZpcnN0IHNvbnMgYW5kIGRhdWdodGVycywgbm93IHVuZGVyIHNhZGRsZSwgbWFrZSBhIGhpZ2hseSBwcm9taXNpbmcgaW1wcmVzc2lvbi4gDQoNCkJsYWNrIEphY2vigJlzIGZvYWxzIHF1aWNrbHkgZmluZCBidXllcnMuIEhpcyBzb24gQm9yw6lhbCBkZXMgUHLDqXMgd2FzIHNvbGQgZm9yIDEyLDUwMCBTd2lzcyBGcmFuY3MgaW4gMjAxMiBhdCB0aGUgU3BvcnQgRm9hbHMgQXVjdGlvbiBpbiBTdXJzZWUvU1VJLiANCg0KW3RpdGxlIHNpemU9IjMiXVBlZGlncmVlWy90aXRsZV0NCg0KSGlzIHNpcmUgQmFsb3ViZXQgZHUgUm91ZXQgd29uIGluZGl2aWR1YWwgT2x5bXBpYyBnb2xkIHdpdGggUm9kcmlnbyBQZXNzb2EvQlJBIGluIDIwMDQgb24gdGhlIGNvdXJzZSBvZiBBdGhlbnMvR1JFLiBIZSBhbHNvIHRvb2sgdGhlIFdvcmxkIEN1cCB0aXRsZSB0aHJlZSB0aW1lcyBpbiBhIHJvdyBhbmQgd29uIHRoZSB1bm9mZmljaWFsIGluZG9vciBXb3JsZCBDaGFtcGlvbnNoaXBzIHR3aWNlIGluIDIwMDIgYW5kIDIwMDMuIFRoZSBjaGVzdG51dCBTZWxsZSBGcmFuY2FpcyBzdGFsbGlvbiB3aG8gYWdhaW4gbGVhZHMgdGhlIFdCRlNIICAoV29ybGQgQnJlZWRpbmcgRmVkZXJhdGlvbiBmb3IgU3BvcnQgSG9yc2VzKSByYW5raW5nIG9mIHRoZSB3b3JsZOKAmXMgYmVzdCBqdW1wZXItbWFrZXJzIOKAkyBhbHNvIHRoYW5rcyB0byBDaGFtYW4gd2hvIGlzIGFsc28gc3RhdGlvbmVkIGluIFJpZXNlbmJlY2sg4oCTIGlzIGEgR2Fsb3ViZXQgQSBzb24uIEdhbG91YmV0IEEsIGEgc29uIG9mIHRoZSB0cmFkZW1hcmsgc3RhbGxpb24gQWxtw6kgWiB3aG8gd2FzIG9uIHRoZSBGcmVuY2ggZ29sZCB3aW5uaW5nIHRlYW0gYXQgdGhlIDE5ODIgV29ybGQgQ2hhbXBpb25zaGlwcyBvZiBEdWJsaW4vSVJMIHdpdGggR2lsbGVzIEJlcnRyYW5kIGRlIEJhbGxhbmRhLCB3b24gdGhlIEZyZW5jaCBDaGFtcGlvbnNoaXBzIHNldmVyYWwgdGltZXMgYW5kIGNvbGxlY3RlZCBkb3plbnMgb2YgZmlyc3QgcGxhY2UgcmliYm9ucyBpbiBOYXRpb25zIEN1cHMgYW5kICBHcmFuZCBQcml4LiBNb3JlIHRoYW4gMzAgb2YgaGlzIHNvbnMgYXJlIGFjdGl2ZSBpbiBicmVlZGluZywgaW5jbHVkaW5nIFXigJlHcmFuZCBKZXRlLCBFb2xlIGFuZCBNZXJlZGl0aCBNaWNoYWVscy1CZWVyYmF1beKAmXMgUXVpY2sgU3Rhci4NCg0KSGlzIGRhbSBTdC5Qci5TdC4gV2luemVyaW4sIHdobyBwYXNzZWQgaGVyIGJyb29kbWFyZSBwZXJmb3JtYW5jZSB0ZXN0IHdpdGggb3V0c3RhbmRpbmcgc2NvcmVzLCBpcyBhbHNvIHRoZSBkYW0gb2YgIEd1dCBOZXVlbmhvZnMgTGV2YW50YWRvcyAoYnkgTGFuY2VyIElJKSB3aG8gd2lucyBzaG93IGp1bXBpbmcgY2xhc3NlcyB1cCB0byBhZHZhbmNlZCAoUyoqKikgbGV2ZWwsIGFzIHdlbGwgYXMgYSBzZXZlbi15ZWFyIG9sZCBmdWxsIHNpc3RlciBvZiBCYWxvdXRlbGxpIG5hbWVkIEd1dCBOZXVlbmhvZnMgQmFjYXJvbGUvSGVucmlrIHZvbiBFY2tlcm1hbm4vU1dFIHdobyBpcyBhbHNvIGhpZ2hseSBzdWNjZXNzZnVsIGluIGludGVybmF0aW9uYWwgY29tcGV0aXRpb25zLCBhbmQgIEd1dCBOZXVlbmhvZnMgQ2F0eSAoYnkgQ3Jpc3RhbGxvIEkpIHdobyBxdWFsaWZpZWQgZm9yIHRoZSBCdW5kZXNjaGFtcGlvbmF0Lg0KDQo8aWZyYW1lIHdpZHRoPSI1NjAiIGhlaWdodD0iMzE1IiBzcmM9Ii8vd3d3LnlvdXR1YmUtbm9jb29raWUuY29tL2VtYmVkL0EwUFNZNmtlam5RP3JlbD0wIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==', 'PGg0Pldlc3RwaGFsaWFuIC0gYnJvd24gLSAyMDExIC0gMTYuMiBoYW5kczwvaDQ+DQoNCjxzdHJvbmc+Tm9tYnJlPC9zdHJvbmc+OiBHYWxhbnRlDQo8c3Ryb25nPkHDsW8gZGUgbmFjaW1pZW50bzwvc3Ryb25nPjogMjAxMSANCjxzdHJvbmc+Q2FwYTwvc3Ryb25nPjogQ2FzdGHDsW8NCg0KW3RpdGxlIHNpemU9IjMiXVByb2dlbnlbL3RpdGxlXQ0KDQpIaWdobHkgcmVmaW5lZCBoaW1zZWxmLCB0aGUgY2hhcm1pbmcgQmxhY2sgSmFjayBub3Qgb25seSBwYXNzZXMgb24gaGlzIGdvb2QgbG9va3MgYnV0IGFsc28gaGlzIGFiaWxpdHkgdG8ganVtcCwgaGlzIHF1YWxpdHkgbW92ZW1lbnRzIGFuZCByaWRlYWJpbGl0eS4gSGlzIGZpcnN0IHNvbnMgYW5kIGRhdWdodGVycywgbm93IHVuZGVyIHNhZGRsZSwgbWFrZSBhIGhpZ2hseSBwcm9taXNpbmcgaW1wcmVzc2lvbi4gDQoNCkJsYWNrIEphY2vigJlzIGZvYWxzIHF1aWNrbHkgZmluZCBidXllcnMuIEhpcyBzb24gQm9yw6lhbCBkZXMgUHLDqXMgd2FzIHNvbGQgZm9yIDEyLDUwMCBTd2lzcyBGcmFuY3MgaW4gMjAxMiBhdCB0aGUgU3BvcnQgRm9hbHMgQXVjdGlvbiBpbiBTdXJzZWUvU1VJLiANCg0KW3RpdGxlIHNpemU9IjMiXVBlZGlncmVlWy90aXRsZV0NCg0KSGlzIHNpcmUgQmFsb3ViZXQgZHUgUm91ZXQgd29uIGluZGl2aWR1YWwgT2x5bXBpYyBnb2xkIHdpdGggUm9kcmlnbyBQZXNzb2EvQlJBIGluIDIwMDQgb24gdGhlIGNvdXJzZSBvZiBBdGhlbnMvR1JFLiBIZSBhbHNvIHRvb2sgdGhlIFdvcmxkIEN1cCB0aXRsZSB0aHJlZSB0aW1lcyBpbiBhIHJvdyBhbmQgd29uIHRoZSB1bm9mZmljaWFsIGluZG9vciBXb3JsZCBDaGFtcGlvbnNoaXBzIHR3aWNlIGluIDIwMDIgYW5kIDIwMDMuIFRoZSBjaGVzdG51dCBTZWxsZSBGcmFuY2FpcyBzdGFsbGlvbiB3aG8gYWdhaW4gbGVhZHMgdGhlIFdCRlNIICAoV29ybGQgQnJlZWRpbmcgRmVkZXJhdGlvbiBmb3IgU3BvcnQgSG9yc2VzKSByYW5raW5nIG9mIHRoZSB3b3JsZOKAmXMgYmVzdCBqdW1wZXItbWFrZXJzIOKAkyBhbHNvIHRoYW5rcyB0byBDaGFtYW4gd2hvIGlzIGFsc28gc3RhdGlvbmVkIGluIFJpZXNlbmJlY2sg4oCTIGlzIGEgR2Fsb3ViZXQgQSBzb24uIEdhbG91YmV0IEEsIGEgc29uIG9mIHRoZSB0cmFkZW1hcmsgc3RhbGxpb24gQWxtw6kgWiB3aG8gd2FzIG9uIHRoZSBGcmVuY2ggZ29sZCB3aW5uaW5nIHRlYW0gYXQgdGhlIDE5ODIgV29ybGQgQ2hhbXBpb25zaGlwcyBvZiBEdWJsaW4vSVJMIHdpdGggR2lsbGVzIEJlcnRyYW5kIGRlIEJhbGxhbmRhLCB3b24gdGhlIEZyZW5jaCBDaGFtcGlvbnNoaXBzIHNldmVyYWwgdGltZXMgYW5kIGNvbGxlY3RlZCBkb3plbnMgb2YgZmlyc3QgcGxhY2UgcmliYm9ucyBpbiBOYXRpb25zIEN1cHMgYW5kICBHcmFuZCBQcml4LiBNb3JlIHRoYW4gMzAgb2YgaGlzIHNvbnMgYXJlIGFjdGl2ZSBpbiBicmVlZGluZywgaW5jbHVkaW5nIFXigJlHcmFuZCBKZXRlLCBFb2xlIGFuZCBNZXJlZGl0aCBNaWNoYWVscy1CZWVyYmF1beKAmXMgUXVpY2sgU3Rhci4NCg0KSGlzIGRhbSBTdC5Qci5TdC4gV2luemVyaW4sIHdobyBwYXNzZWQgaGVyIGJyb29kbWFyZSBwZXJmb3JtYW5jZSB0ZXN0IHdpdGggb3V0c3RhbmRpbmcgc2NvcmVzLCBpcyBhbHNvIHRoZSBkYW0gb2YgIEd1dCBOZXVlbmhvZnMgTGV2YW50YWRvcyAoYnkgTGFuY2VyIElJKSB3aG8gd2lucyBzaG93IGp1bXBpbmcgY2xhc3NlcyB1cCB0byBhZHZhbmNlZCAoUyoqKikgbGV2ZWwsIGFzIHdlbGwgYXMgYSBzZXZlbi15ZWFyIG9sZCBmdWxsIHNpc3RlciBvZiBCYWxvdXRlbGxpIG5hbWVkIEd1dCBOZXVlbmhvZnMgQmFjYXJvbGUvSGVucmlrIHZvbiBFY2tlcm1hbm4vU1dFIHdobyBpcyBhbHNvIGhpZ2hseSBzdWNjZXNzZnVsIGluIGludGVybmF0aW9uYWwgY29tcGV0aXRpb25zLCBhbmQgIEd1dCBOZXVlbmhvZnMgQ2F0eSAoYnkgQ3Jpc3RhbGxvIEkpIHdobyBxdWFsaWZpZWQgZm9yIHRoZSBCdW5kZXNjaGFtcGlvbmF0Lg0KDQo8aWZyYW1lIHdpZHRoPSI1NjAiIGhlaWdodD0iMzE1IiBzcmM9Ii8vd3d3LnlvdXR1YmUtbm9jb29raWUuY29tL2VtYmVkL0EwUFNZNmtlam5RP3JlbD0wIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==', 1),
|
||
(89, 17, 0, '2014-02-27 16:29:50', 'excerpt', 'base64', 1, 'MjAxMSAtIENhc3Rhw7Fv', 'MjAxMSAtIENhc3Rhw7Fv', 1),
|
||
(90, 17, 0, '2014-02-27 16:29:50', 'original_id', '', 0, '4951', '', 1),
|
||
(91, 17, 0, '2014-02-27 16:29:50', 'horse_categories', 'csv_base64', 1, '"Q3LDrWE="', '', 1),
|
||
(92, 17, 0, '2014-02-27 16:29:50', 'horse_categories_ids', '', 0, '55', '', 1),
|
||
(93, 17, 0, '2014-02-27 16:29:50', 'horse_breeds', 'csv_base64', 1, '"Q3J1emFkbw=="', '', 1),
|
||
(94, 17, 0, '2014-02-27 16:29:50', 'horse_breeds_ids', '', 0, '63', '', 1),
|
||
(95, 17, 0, '2014-02-27 16:29:50', 'horse_genders', 'csv_base64', 1, '"Q2Fww7Nu"', '', 1),
|
||
(96, 17, 0, '2014-02-27 16:29:50', 'horse_genders_ids', '', 0, '59', '', 1),
|
||
(97, 18, 0, '2014-02-27 16:29:50', 'title', 'base64', 1, 'SMOpcmN1bGVz', 'SMOpcmN1bGVz', 1);
|
||
INSERT INTO `drgrp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
|
||
(98, 18, 0, '2014-02-27 16:29:50', 'body', 'base64', 1, 'PGg0Pldlc3RwaGFsaWFuIC0gZ3JpcyAtIDIwMTIgLSAxNi4yIGhhbmRzPC9oND4NCg0KPHN0cm9uZz5Ob21icmU8L3N0cm9uZz46IEjDqXJjdWxlcw0KPHN0cm9uZz5Bw7FvIGRlIG5hY2ltaWVudG88L3N0cm9uZz46IDIwMTIgDQo8c3Ryb25nPkNhcGE8L3N0cm9uZz46IGdyaXMgDQoNClt0aXRsZSBzaXplPSIzIl1Qcm9nZW55Wy90aXRsZV0NCg0KSGlnaGx5IHJlZmluZWQgaGltc2VsZiwgdGhlIGNoYXJtaW5nIEJsYWNrIEphY2sgbm90IG9ubHkgcGFzc2VzIG9uIGhpcyBnb29kIGxvb2tzIGJ1dCBhbHNvIGhpcyBhYmlsaXR5IHRvIGp1bXAsIGhpcyBxdWFsaXR5IG1vdmVtZW50cyBhbmQgcmlkZWFiaWxpdHkuIEhpcyBmaXJzdCBzb25zIGFuZCBkYXVnaHRlcnMsIG5vdyB1bmRlciBzYWRkbGUsIG1ha2UgYSBoaWdobHkgcHJvbWlzaW5nIGltcHJlc3Npb24uIA0KDQpCbGFjayBKYWNr4oCZcyBmb2FscyBxdWlja2x5IGZpbmQgYnV5ZXJzLiBIaXMgc29uIEJvcsOpYWwgZGVzIFByw6lzIHdhcyBzb2xkIGZvciAxMiw1MDAgU3dpc3MgRnJhbmNzIGluIDIwMTIgYXQgdGhlIFNwb3J0IEZvYWxzIEF1Y3Rpb24gaW4gU3Vyc2VlL1NVSS4gDQoNClt0aXRsZSBzaXplPSIzIl1QZWRpZ3JlZVsvdGl0bGVdDQoNCkhpcyBzaXJlIEJhbG91YmV0IGR1IFJvdWV0IHdvbiBpbmRpdmlkdWFsIE9seW1waWMgZ29sZCB3aXRoIFJvZHJpZ28gUGVzc29hL0JSQSBpbiAyMDA0IG9uIHRoZSBjb3Vyc2Ugb2YgQXRoZW5zL0dSRS4gSGUgYWxzbyB0b29rIHRoZSBXb3JsZCBDdXAgdGl0bGUgdGhyZWUgdGltZXMgaW4gYSByb3cgYW5kIHdvbiB0aGUgdW5vZmZpY2lhbCBpbmRvb3IgV29ybGQgQ2hhbXBpb25zaGlwcyB0d2ljZSBpbiAyMDAyIGFuZCAyMDAzLiBUaGUgY2hlc3RudXQgU2VsbGUgRnJhbmNhaXMgc3RhbGxpb24gd2hvIGFnYWluIGxlYWRzIHRoZSBXQkZTSCAgKFdvcmxkIEJyZWVkaW5nIEZlZGVyYXRpb24gZm9yIFNwb3J0IEhvcnNlcykgcmFua2luZyBvZiB0aGUgd29ybGTigJlzIGJlc3QganVtcGVyLW1ha2VycyDigJMgYWxzbyB0aGFua3MgdG8gQ2hhbWFuIHdobyBpcyBhbHNvIHN0YXRpb25lZCBpbiBSaWVzZW5iZWNrIOKAkyBpcyBhIEdhbG91YmV0IEEgc29uLiBHYWxvdWJldCBBLCBhIHNvbiBvZiB0aGUgdHJhZGVtYXJrIHN0YWxsaW9uIEFsbcOpIFogd2hvIHdhcyBvbiB0aGUgRnJlbmNoIGdvbGQgd2lubmluZyB0ZWFtIGF0IHRoZSAxOTgyIFdvcmxkIENoYW1waW9uc2hpcHMgb2YgRHVibGluL0lSTCB3aXRoIEdpbGxlcyBCZXJ0cmFuZCBkZSBCYWxsYW5kYSwgd29uIHRoZSBGcmVuY2ggQ2hhbXBpb25zaGlwcyBzZXZlcmFsIHRpbWVzIGFuZCBjb2xsZWN0ZWQgZG96ZW5zIG9mIGZpcnN0IHBsYWNlIHJpYmJvbnMgaW4gTmF0aW9ucyBDdXBzIGFuZCAgR3JhbmQgUHJpeC4gTW9yZSB0aGFuIDMwIG9mIGhpcyBzb25zIGFyZSBhY3RpdmUgaW4gYnJlZWRpbmcsIGluY2x1ZGluZyBV4oCZR3JhbmQgSmV0ZSwgRW9sZSBhbmQgTWVyZWRpdGggTWljaGFlbHMtQmVlcmJhdW3igJlzIFF1aWNrIFN0YXIuDQoNCkhpcyBkYW0gU3QuUHIuU3QuIFdpbnplcmluLCB3aG8gcGFzc2VkIGhlciBicm9vZG1hcmUgcGVyZm9ybWFuY2UgdGVzdCB3aXRoIG91dHN0YW5kaW5nIHNjb3JlcywgaXMgYWxzbyB0aGUgZGFtIG9mICBHdXQgTmV1ZW5ob2ZzIExldmFudGFkb3MgKGJ5IExhbmNlciBJSSkgd2hvIHdpbnMgc2hvdyBqdW1waW5nIGNsYXNzZXMgdXAgdG8gYWR2YW5jZWQgKFMqKiopIGxldmVsLCBhcyB3ZWxsIGFzIGEgc2V2ZW4teWVhciBvbGQgZnVsbCBzaXN0ZXIgb2YgQmFsb3V0ZWxsaSBuYW1lZCBHdXQgTmV1ZW5ob2ZzIEJhY2Fyb2xlL0hlbnJpayB2b24gRWNrZXJtYW5uL1NXRSB3aG8gaXMgYWxzbyBoaWdobHkgc3VjY2Vzc2Z1bCBpbiBpbnRlcm5hdGlvbmFsIGNvbXBldGl0aW9ucywgYW5kICBHdXQgTmV1ZW5ob2ZzIENhdHkgKGJ5IENyaXN0YWxsbyBJKSB3aG8gcXVhbGlmaWVkIGZvciB0aGUgQnVuZGVzY2hhbXBpb25hdC4NCg0KPGlmcmFtZSB3aWR0aD0iNTYwIiBoZWlnaHQ9IjMxNSIgc3JjPSIvL3d3dy55b3V0dWJlLW5vY29va2llLmNvbS9lbWJlZC90RkpHZ0VheHI2RT9saXN0PVVVMEhsMTJPU1ZWdUlhWDBIVXhtT3RhUSIgZnJhbWVib3JkZXI9IjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=', 'PGg0Pldlc3RwaGFsaWFuIC0gZ3JpcyAtIDIwMTIgLSAxNi4yIGhhbmRzPC9oND4NCg0KPHN0cm9uZz5Ob21icmU8L3N0cm9uZz46IEjDqXJjdWxlcw0KPHN0cm9uZz5Bw7FvIGRlIG5hY2ltaWVudG88L3N0cm9uZz46IDIwMTIgDQo8c3Ryb25nPkNhcGE8L3N0cm9uZz46IGdyaXMgDQoNClt0aXRsZSBzaXplPSIzIl1Qcm9nZW55Wy90aXRsZV0NCg0KSGlnaGx5IHJlZmluZWQgaGltc2VsZiwgdGhlIGNoYXJtaW5nIEJsYWNrIEphY2sgbm90IG9ubHkgcGFzc2VzIG9uIGhpcyBnb29kIGxvb2tzIGJ1dCBhbHNvIGhpcyBhYmlsaXR5IHRvIGp1bXAsIGhpcyBxdWFsaXR5IG1vdmVtZW50cyBhbmQgcmlkZWFiaWxpdHkuIEhpcyBmaXJzdCBzb25zIGFuZCBkYXVnaHRlcnMsIG5vdyB1bmRlciBzYWRkbGUsIG1ha2UgYSBoaWdobHkgcHJvbWlzaW5nIGltcHJlc3Npb24uIA0KDQpCbGFjayBKYWNr4oCZcyBmb2FscyBxdWlja2x5IGZpbmQgYnV5ZXJzLiBIaXMgc29uIEJvcsOpYWwgZGVzIFByw6lzIHdhcyBzb2xkIGZvciAxMiw1MDAgU3dpc3MgRnJhbmNzIGluIDIwMTIgYXQgdGhlIFNwb3J0IEZvYWxzIEF1Y3Rpb24gaW4gU3Vyc2VlL1NVSS4gDQoNClt0aXRsZSBzaXplPSIzIl1QZWRpZ3JlZVsvdGl0bGVdDQoNCkhpcyBzaXJlIEJhbG91YmV0IGR1IFJvdWV0IHdvbiBpbmRpdmlkdWFsIE9seW1waWMgZ29sZCB3aXRoIFJvZHJpZ28gUGVzc29hL0JSQSBpbiAyMDA0IG9uIHRoZSBjb3Vyc2Ugb2YgQXRoZW5zL0dSRS4gSGUgYWxzbyB0b29rIHRoZSBXb3JsZCBDdXAgdGl0bGUgdGhyZWUgdGltZXMgaW4gYSByb3cgYW5kIHdvbiB0aGUgdW5vZmZpY2lhbCBpbmRvb3IgV29ybGQgQ2hhbXBpb25zaGlwcyB0d2ljZSBpbiAyMDAyIGFuZCAyMDAzLiBUaGUgY2hlc3RudXQgU2VsbGUgRnJhbmNhaXMgc3RhbGxpb24gd2hvIGFnYWluIGxlYWRzIHRoZSBXQkZTSCAgKFdvcmxkIEJyZWVkaW5nIEZlZGVyYXRpb24gZm9yIFNwb3J0IEhvcnNlcykgcmFua2luZyBvZiB0aGUgd29ybGTigJlzIGJlc3QganVtcGVyLW1ha2VycyDigJMgYWxzbyB0aGFua3MgdG8gQ2hhbWFuIHdobyBpcyBhbHNvIHN0YXRpb25lZCBpbiBSaWVzZW5iZWNrIOKAkyBpcyBhIEdhbG91YmV0IEEgc29uLiBHYWxvdWJldCBBLCBhIHNvbiBvZiB0aGUgdHJhZGVtYXJrIHN0YWxsaW9uIEFsbcOpIFogd2hvIHdhcyBvbiB0aGUgRnJlbmNoIGdvbGQgd2lubmluZyB0ZWFtIGF0IHRoZSAxOTgyIFdvcmxkIENoYW1waW9uc2hpcHMgb2YgRHVibGluL0lSTCB3aXRoIEdpbGxlcyBCZXJ0cmFuZCBkZSBCYWxsYW5kYSwgd29uIHRoZSBGcmVuY2ggQ2hhbXBpb25zaGlwcyBzZXZlcmFsIHRpbWVzIGFuZCBjb2xsZWN0ZWQgZG96ZW5zIG9mIGZpcnN0IHBsYWNlIHJpYmJvbnMgaW4gTmF0aW9ucyBDdXBzIGFuZCAgR3JhbmQgUHJpeC4gTW9yZSB0aGFuIDMwIG9mIGhpcyBzb25zIGFyZSBhY3RpdmUgaW4gYnJlZWRpbmcsIGluY2x1ZGluZyBV4oCZR3JhbmQgSmV0ZSwgRW9sZSBhbmQgTWVyZWRpdGggTWljaGFlbHMtQmVlcmJhdW3igJlzIFF1aWNrIFN0YXIuDQoNCkhpcyBkYW0gU3QuUHIuU3QuIFdpbnplcmluLCB3aG8gcGFzc2VkIGhlciBicm9vZG1hcmUgcGVyZm9ybWFuY2UgdGVzdCB3aXRoIG91dHN0YW5kaW5nIHNjb3JlcywgaXMgYWxzbyB0aGUgZGFtIG9mICBHdXQgTmV1ZW5ob2ZzIExldmFudGFkb3MgKGJ5IExhbmNlciBJSSkgd2hvIHdpbnMgc2hvdyBqdW1waW5nIGNsYXNzZXMgdXAgdG8gYWR2YW5jZWQgKFMqKiopIGxldmVsLCBhcyB3ZWxsIGFzIGEgc2V2ZW4teWVhciBvbGQgZnVsbCBzaXN0ZXIgb2YgQmFsb3V0ZWxsaSBuYW1lZCBHdXQgTmV1ZW5ob2ZzIEJhY2Fyb2xlL0hlbnJpayB2b24gRWNrZXJtYW5uL1NXRSB3aG8gaXMgYWxzbyBoaWdobHkgc3VjY2Vzc2Z1bCBpbiBpbnRlcm5hdGlvbmFsIGNvbXBldGl0aW9ucywgYW5kICBHdXQgTmV1ZW5ob2ZzIENhdHkgKGJ5IENyaXN0YWxsbyBJKSB3aG8gcXVhbGlmaWVkIGZvciB0aGUgQnVuZGVzY2hhbXBpb25hdC4NCg0KPGlmcmFtZSB3aWR0aD0iNTYwIiBoZWlnaHQ9IjMxNSIgc3JjPSIvL3d3dy55b3V0dWJlLW5vY29va2llLmNvbS9lbWJlZC90RkpHZ0VheHI2RT9saXN0PVVVMEhsMTJPU1ZWdUlhWDBIVXhtT3RhUSIgZnJhbWVib3JkZXI9IjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=', 1),
|
||
(99, 18, 0, '2014-02-27 16:29:50', 'excerpt', 'base64', 1, 'Z3JpcyAtIDIwMTI=', 'Z3JpcyAtIDIwMTI=', 1),
|
||
(100, 18, 0, '2014-02-27 16:29:50', 'original_id', '', 0, '4948', '', 1),
|
||
(101, 18, 0, '2014-02-27 16:29:50', 'horse_categories', 'csv_base64', 1, '"Q3LDrWE="', '', 1),
|
||
(102, 18, 0, '2014-02-27 16:29:50', 'horse_categories_ids', '', 0, '55', '', 1),
|
||
(103, 18, 0, '2014-02-27 16:29:50', 'horse_breeds', 'csv_base64', 1, '"Q3J1emFkbw=="', '', 1),
|
||
(104, 18, 0, '2014-02-27 16:29:50', 'horse_breeds_ids', '', 0, '63', '', 1),
|
||
(105, 18, 0, '2014-02-27 16:29:50', 'horse_genders', 'csv_base64', 1, '"Q2Fww7Nu"', '', 1),
|
||
(106, 18, 0, '2014-02-27 16:29:50', 'horse_genders_ids', '', 0, '59', '', 1),
|
||
(108, 19, 0, '2014-02-28 13:03:04', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KDQpbL2Z1bGx3aWR0aF0NCg0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCg0KJm5ic3A7DQoNClt0aXRsZSBzaXplPSIyIl1OdWVzdHJvcyBjYWJhbGxvc1svdGl0bGVdDQoNCltyZWNlbnRfd29ya3MgbGF5b3V0PSJncmlkLXdpdGgtZXhjZXJwdHMiIGZpbHRlcnM9Im5vIiBjb2x1bW5zPSI0IiBjYXRfc2x1Zz0iIiBudW1iZXJfcG9zdHM9IjQiIGV4Y2VycHRfd29yZHM9IjE1IiBhbmltYXRpb25fdHlwZT0iYm91bmNlIiBhbmltYXRpb25fZGlyZWN0aW9uPSJkb3duIiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdWy9yZWNlbnRfd29ya3NdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIyIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJTZXJ2aWNpb3MiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2NsaWVudDEucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2NsaWVudDEucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2NsaWVudDEucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2NsaWVudDEucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2NsaWVudDEucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2NsaWVudDEucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0=', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KDQpbL2Z1bGx3aWR0aF0NCg0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCg0KJm5ic3A7DQoNClt0aXRsZSBzaXplPSIyIl1OdWVzdHJvcyBjYWJhbGxvc1svdGl0bGVdDQoNCltyZWNlbnRfd29ya3MgbGF5b3V0PSJncmlkLXdpdGgtZXhjZXJwdHMiIGZpbHRlcnM9Im5vIiBjb2x1bW5zPSI0IiBjYXRfc2x1Zz0iIiBudW1iZXJfcG9zdHM9IjQiIGV4Y2VycHRfd29yZHM9IjE1IiBhbmltYXRpb25fdHlwZT0iYm91bmNlIiBhbmltYXRpb25fZGlyZWN0aW9uPSJkb3duIiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdWy9yZWNlbnRfd29ya3NdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIyIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJTZXJ2aWNpb3MiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2NsaWVudDEucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2NsaWVudDEucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2NsaWVudDEucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2NsaWVudDEucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2NsaWVudDEucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2NsaWVudDEucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0=', 1),
|
||
(109, 19, 0, '2014-02-28 13:03:04', 'original_id', '', 0, '4705', '', 1),
|
||
(110, 20, 0, '2014-02-28 13:06:59', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(111, 20, 0, '2014-02-28 13:06:59', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KDQpbdGl0bGUgc2l6ZT0iMiJdTnVlc3Ryb3MgY2FiYWxsb3NbL3RpdGxlXQ0KDQpbcmVjZW50X3dvcmtzIGxheW91dD0iZ3JpZC13aXRoLWV4Y2VycHRzIiBmaWx0ZXJzPSJubyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI0IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X3dvcmtzXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMiJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9jbGllbnQxLnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9jbGllbnQxLnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9jbGllbnQxLnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9jbGllbnQxLnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9jbGllbnQxLnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9jbGllbnQxLnBuZyJdWy9jbGllbnRzXQ0KWy9mdWxsd2lkdGhd', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KDQpbdGl0bGUgc2l6ZT0iMiJdTnVlc3Ryb3MgY2FiYWxsb3NbL3RpdGxlXQ0KDQpbcmVjZW50X3dvcmtzIGxheW91dD0iZ3JpZC13aXRoLWV4Y2VycHRzIiBmaWx0ZXJzPSJubyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI0IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X3dvcmtzXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMiJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9jbGllbnQxLnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9jbGllbnQxLnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9jbGllbnQxLnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9jbGllbnQxLnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9jbGllbnQxLnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9jbGllbnQxLnBuZyJdWy9jbGllbnRzXQ0KWy9mdWxsd2lkdGhd', 1),
|
||
(113, 21, 0, '2014-03-03 11:05:35', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(112, 20, 0, '2014-02-28 13:06:59', 'original_id', '', 0, '4705', '', 1),
|
||
(114, 21, 0, '2014-03-03 11:05:35', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KDQpbdGl0bGUgc2l6ZT0iMiJdTnVlc3Ryb3MgY2FiYWxsb3NbL3RpdGxlXQ0KDQpbcmVjZW50X3dvcmtzIGxheW91dD0iZ3JpZC13aXRoLWV4Y2VycHRzIiBmaWx0ZXJzPSJubyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI0IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X3dvcmtzXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMiJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9jbGllbnQxLnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9oZXJtZXMtdXNlZjIuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2xvZ29TdGxIb3JzZVNob3cucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2NsaWVudDEucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0=', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KDQpbdGl0bGUgc2l6ZT0iMiJdTnVlc3Ryb3MgY2FiYWxsb3NbL3RpdGxlXQ0KDQpbcmVjZW50X3dvcmtzIGxheW91dD0iZ3JpZC13aXRoLWV4Y2VycHRzIiBmaWx0ZXJzPSJubyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI0IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X3dvcmtzXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMiJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9jbGllbnQxLnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9oZXJtZXMtdXNlZjIuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2xvZ29TdGxIb3JzZVNob3cucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2NsaWVudDEucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0=', 1),
|
||
(115, 21, 0, '2014-03-03 11:05:35', 'original_id', '', 0, '4705', '', 1),
|
||
(116, 22, 0, '2014-03-03 11:06:53', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(117, 22, 0, '2014-03-03 11:06:53', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KDQpbdGl0bGUgc2l6ZT0iMiJdTnVlc3Ryb3MgY2FiYWxsb3NbL3RpdGxlXQ0KDQpbcmVjZW50X3dvcmtzIGxheW91dD0iZ3JpZC13aXRoLWV4Y2VycHRzIiBmaWx0ZXJzPSJubyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI0IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X3dvcmtzXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMiJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2NsaWVudDEucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvY2xpZW50MS5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ==', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KDQpbdGl0bGUgc2l6ZT0iMiJdTnVlc3Ryb3MgY2FiYWxsb3NbL3RpdGxlXQ0KDQpbcmVjZW50X3dvcmtzIGxheW91dD0iZ3JpZC13aXRoLWV4Y2VycHRzIiBmaWx0ZXJzPSJubyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI0IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X3dvcmtzXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMiJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2NsaWVudDEucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvY2xpZW50MS5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ==', 1),
|
||
(118, 22, 0, '2014-03-03 11:06:53', 'original_id', '', 0, '4705', '', 1),
|
||
(119, 23, 0, '2014-03-03 11:18:45', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(120, 23, 0, '2014-03-03 11:18:45', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KDQpbdGl0bGUgc2l6ZT0iMiJdTnVlc3Ryb3MgY2FiYWxsb3NbL3RpdGxlXQ0KDQpbcmVjZW50X3dvcmtzIGxheW91dD0iZ3JpZC13aXRoLWV4Y2VycHRzIiBmaWx0ZXJzPSJubyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI0IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X3dvcmtzXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMiJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iMjAiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9jbGllbnQxLnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9oZXJtZXMtdXNlZjIuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2xvZ29TdGxIb3JzZVNob3cucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2NsaWVudDEucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0=', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KDQpbdGl0bGUgc2l6ZT0iMiJdTnVlc3Ryb3MgY2FiYWxsb3NbL3RpdGxlXQ0KDQpbcmVjZW50X3dvcmtzIGxheW91dD0iZ3JpZC13aXRoLWV4Y2VycHRzIiBmaWx0ZXJzPSJubyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI0IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X3dvcmtzXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMiJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iMjAiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8xMC9jbGllbnQxLnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9oZXJtZXMtdXNlZjIuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2xvZ29TdGxIb3JzZVNob3cucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2NsaWVudDEucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0=', 1),
|
||
(121, 23, 0, '2014-03-03 11:18:45', 'original_id', '', 0, '4705', '', 1),
|
||
(122, 24, 0, '2014-03-03 11:19:15', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1);
|
||
INSERT INTO `drgrp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
|
||
(123, 24, 0, '2014-03-03 11:19:15', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KDQpbdGl0bGUgc2l6ZT0iMiJdTnVlc3Ryb3MgY2FiYWxsb3NbL3RpdGxlXQ0KDQpbcmVjZW50X3dvcmtzIGxheW91dD0iZ3JpZC13aXRoLWV4Y2VycHRzIiBmaWx0ZXJzPSJubyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI0IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X3dvcmtzXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMiJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iMjBweCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2NsaWVudDEucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvY2xpZW50MS5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ==', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KDQpbdGl0bGUgc2l6ZT0iMiJdTnVlc3Ryb3MgY2FiYWxsb3NbL3RpdGxlXQ0KDQpbcmVjZW50X3dvcmtzIGxheW91dD0iZ3JpZC13aXRoLWV4Y2VycHRzIiBmaWx0ZXJzPSJubyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI0IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X3dvcmtzXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMiJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iMjBweCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2NsaWVudDEucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvY2xpZW50MS5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ==', 1),
|
||
(124, 24, 0, '2014-03-03 11:19:15', 'original_id', '', 0, '4705', '', 1),
|
||
(125, 25, 0, '2014-03-03 11:22:25', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(126, 25, 0, '2014-03-03 11:22:25', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KDQpbdGl0bGUgc2l6ZT0iMiJdTnVlc3Ryb3MgY2FiYWxsb3NbL3RpdGxlXQ0KDQpbcmVjZW50X3dvcmtzIGxheW91dD0iZ3JpZC13aXRoLWV4Y2VycHRzIiBmaWx0ZXJzPSJubyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI0IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X3dvcmtzXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMiJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iNTBweCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2NsaWVudDEucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvY2xpZW50MS5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ==', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KDQpbdGl0bGUgc2l6ZT0iMiJdTnVlc3Ryb3MgY2FiYWxsb3NbL3RpdGxlXQ0KDQpbcmVjZW50X3dvcmtzIGxheW91dD0iZ3JpZC13aXRoLWV4Y2VycHRzIiBmaWx0ZXJzPSJubyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI0IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X3dvcmtzXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMiJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iNTBweCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2NsaWVudDEucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvY2xpZW50MS5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ==', 1),
|
||
(127, 25, 0, '2014-03-03 11:22:25', 'original_id', '', 0, '4705', '', 1),
|
||
(128, 26, 0, '2014-03-03 11:32:48', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(129, 26, 0, '2014-03-03 11:32:48', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KDQpbdGl0bGUgc2l6ZT0iMiJdTnVlc3Ryb3MgY2FiYWxsb3NbL3RpdGxlXQ0KDQpbcmVjZW50X3dvcmtzIGxheW91dD0iZ3JpZC13aXRoLWV4Y2VycHRzIiBmaWx0ZXJzPSJubyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI0IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X3dvcmtzXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMiJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iNTBweCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2NsaWVudDEucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvY2xpZW50MS5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KDQpbdGl0bGUgc2l6ZT0iMiJdTnVlc3Ryb3MgY2FiYWxsb3NbL3RpdGxlXQ0KDQpbcmVjZW50X3dvcmtzIGxheW91dD0iZ3JpZC13aXRoLWV4Y2VycHRzIiBmaWx0ZXJzPSJubyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI0IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X3dvcmtzXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMiJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iNTBweCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2NsaWVudDEucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTMvMTAvY2xpZW50MS5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 1),
|
||
(130, 26, 0, '2014-03-03 11:32:48', 'original_id', '', 0, '4705', '', 1),
|
||
(131, 27, 0, '2014-03-03 11:38:03', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(132, 27, 0, '2014-03-03 11:38:03', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KDQpbdGl0bGUgc2l6ZT0iMiJdTnVlc3Ryb3MgY2FiYWxsb3NbL3RpdGxlXQ0KDQpbcmVjZW50X3dvcmtzIGxheW91dD0iZ3JpZC13aXRoLWV4Y2VycHRzIiBmaWx0ZXJzPSJubyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI0IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X3dvcmtzXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMiJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iNTBweCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzLzgwMDM4LmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9oZXJtZXMtdXNlZjIuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2xvZ29TdGxIb3JzZVNob3cucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2NsaWVudDEucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KDQpbdGl0bGUgc2l6ZT0iMiJdTnVlc3Ryb3MgY2FiYWxsb3NbL3RpdGxlXQ0KDQpbcmVjZW50X3dvcmtzIGxheW91dD0iZ3JpZC13aXRoLWV4Y2VycHRzIiBmaWx0ZXJzPSJubyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI0IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X3dvcmtzXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMiJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iNTBweCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzLzgwMDM4LmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9oZXJtZXMtdXNlZjIuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2xvZ29TdGxIb3JzZVNob3cucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzEwL2NsaWVudDEucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 1),
|
||
(133, 27, 0, '2014-03-03 11:38:03', 'original_id', '', 0, '4705', '', 1),
|
||
(134, 28, 0, '2014-03-03 11:39:19', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(135, 28, 0, '2014-03-03 11:39:19', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KDQpbdGl0bGUgc2l6ZT0iMiJdTnVlc3Ryb3MgY2FiYWxsb3NbL3RpdGxlXQ0KDQpbcmVjZW50X3dvcmtzIGxheW91dD0iZ3JpZC13aXRoLWV4Y2VycHRzIiBmaWx0ZXJzPSJubyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI0IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X3dvcmtzXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMiJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iNTBweCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzLzgwMDM4LmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9oZXJtZXMtdXNlZjIuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2xvZ29TdGxIb3JzZVNob3cucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0dTSFNfbG9nb18zODR4Mzg0LnBuZyJdWy9jbGllbnRzXQ0KWy9mdWxsd2lkdGhdDQpbc2VwYXJhdG9yIHRvcD0iLTU1Il0=', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KDQpbdGl0bGUgc2l6ZT0iMiJdTnVlc3Ryb3MgY2FiYWxsb3NbL3RpdGxlXQ0KDQpbcmVjZW50X3dvcmtzIGxheW91dD0iZ3JpZC13aXRoLWV4Y2VycHRzIiBmaWx0ZXJzPSJubyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI0IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X3dvcmtzXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMiJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iNTBweCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzLzgwMDM4LmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9oZXJtZXMtdXNlZjIuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2xvZ29TdGxIb3JzZVNob3cucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0dTSFNfbG9nb18zODR4Mzg0LnBuZyJdWy9jbGllbnRzXQ0KWy9mdWxsd2lkdGhdDQpbc2VwYXJhdG9yIHRvcD0iLTU1Il0=', 1),
|
||
(136, 28, 0, '2014-03-03 11:39:19', 'original_id', '', 0, '4705', '', 1),
|
||
(137, 29, 0, '2014-03-03 11:51:49', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(138, 29, 0, '2014-03-03 11:51:49', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KDQpbdGl0bGUgc2l6ZT0iMiJdTnVlc3Ryb3MgY2FiYWxsb3NbL3RpdGxlXQ0KDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImdyaWQtd2l0aC1leGNlcnB0cyIgZmlsdGVycz0ibm8iIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iNCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIyIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJTZXJ2aWNpb3MiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KDQpbdGl0bGUgc2l6ZT0iMiJdTnVlc3Ryb3MgY2FiYWxsb3NbL3RpdGxlXQ0KDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImdyaWQtd2l0aC1leGNlcnB0cyIgZmlsdGVycz0ibm8iIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iNCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIyIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJTZXJ2aWNpb3MiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 1),
|
||
(139, 29, 0, '2014-03-03 11:51:49', 'original_id', '', 0, '4705', '', 1),
|
||
(140, 30, 0, '2014-03-03 11:55:11', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1);
|
||
INSERT INTO `drgrp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
|
||
(141, 30, 0, '2014-03-03 11:55:11', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KDQpbdGl0bGUgc2l6ZT0iMiJdTnVlc3Ryb3MgY2FiYWxsb3NbL3RpdGxlXQ0KDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIyIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJTZXJ2aWNpb3MiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KDQpbdGl0bGUgc2l6ZT0iMiJdTnVlc3Ryb3MgY2FiYWxsb3NbL3RpdGxlXQ0KDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIyIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJTZXJ2aWNpb3MiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 1),
|
||
(142, 30, 0, '2014-03-03 11:55:11', 'original_id', '', 0, '4705', '', 1),
|
||
(143, 31, 0, '2014-03-03 11:55:37', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(144, 31, 0, '2014-03-03 11:55:37', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KDQpbdGl0bGUgc2l6ZT0iMiJdTnVlc3Ryb3MgY2FiYWxsb3NbL3RpdGxlXQ0KDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjUiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIyIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJTZXJ2aWNpb3MiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KDQpbdGl0bGUgc2l6ZT0iMiJdTnVlc3Ryb3MgY2FiYWxsb3NbL3RpdGxlXQ0KDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjUiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIyIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJTZXJ2aWNpb3MiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 1),
|
||
(145, 31, 0, '2014-03-03 11:55:37', 'original_id', '', 0, '4705', '', 1),
|
||
(146, 32, 0, '2014-03-03 11:55:52', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(147, 32, 0, '2014-03-03 11:55:52', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KDQpbdGl0bGUgc2l6ZT0iMiJdTnVlc3Ryb3MgY2FiYWxsb3NbL3RpdGxlXQ0KDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIyIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJTZXJ2aWNpb3MiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KDQpbdGl0bGUgc2l6ZT0iMiJdTnVlc3Ryb3MgY2FiYWxsb3NbL3RpdGxlXQ0KDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIyIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJTZXJ2aWNpb3MiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 1),
|
||
(148, 32, 0, '2014-03-03 11:55:52', 'original_id', '', 0, '4705', '', 1),
|
||
(149, 33, 0, '2014-03-03 12:53:17', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(150, 33, 0, '2014-03-03 12:53:17', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjIwcHgiXQ0KW3JlY2VudF9ob3JzZXMgbGF5b3V0PSJjYXJvdXNlbCIgZmlsdGVycz0ieWVzIiBjb2x1bW5zPSI0IiBjYXRfc2x1Zz0iIiBudW1iZXJfcG9zdHM9IjgiIGV4Y2VycHRfd29yZHM9IjE1IiBhbmltYXRpb25fdHlwZT0iYm91bmNlIiBhbmltYXRpb25fZGlyZWN0aW9uPSJkb3duIiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdWy9yZWNlbnRfaG9yc2VzXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMiJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iNTBweCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzLzgwMDM4LmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9oZXJtZXMtdXNlZjIuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2xvZ29TdGxIb3JzZVNob3cucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0dTSFNfbG9nb18zODR4Mzg0LnBuZyJdWy9jbGllbnRzXQ0KWy9mdWxsd2lkdGhdDQpbc2VwYXJhdG9yIHRvcD0iLTU1Il0=', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjIwcHgiXQ0KW3JlY2VudF9ob3JzZXMgbGF5b3V0PSJjYXJvdXNlbCIgZmlsdGVycz0ieWVzIiBjb2x1bW5zPSI0IiBjYXRfc2x1Zz0iIiBudW1iZXJfcG9zdHM9IjgiIGV4Y2VycHRfd29yZHM9IjE1IiBhbmltYXRpb25fdHlwZT0iYm91bmNlIiBhbmltYXRpb25fZGlyZWN0aW9uPSJkb3duIiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdWy9yZWNlbnRfaG9yc2VzXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMiJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iNTBweCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzLzgwMDM4LmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9oZXJtZXMtdXNlZjIuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2xvZ29TdGxIb3JzZVNob3cucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0dTSFNfbG9nb18zODR4Mzg0LnBuZyJdWy9jbGllbnRzXQ0KWy9mdWxsd2lkdGhdDQpbc2VwYXJhdG9yIHRvcD0iLTU1Il0=', 1),
|
||
(151, 33, 0, '2014-03-03 12:53:17', 'original_id', '', 0, '4705', '', 1),
|
||
(152, 34, 0, '2014-03-03 12:53:36', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(153, 34, 0, '2014-03-03 12:53:36', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjIwcHgiXQ0KW3JlY2VudF9ob3JzZXMgbGF5b3V0PSJjYXJvdXNlbCIgZmlsdGVycz0ieWVzIiBjb2x1bW5zPSI0IiBjYXRfc2x1Zz0iIiBudW1iZXJfcG9zdHM9IjgiIGV4Y2VycHRfd29yZHM9IjE1IiBhbmltYXRpb25fdHlwZT0iYm91bmNlIiBhbmltYXRpb25fZGlyZWN0aW9uPSJkb3duIiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdWy9yZWNlbnRfaG9yc2VzXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBiYWNrZ3JvdW5kY29sb3I9IiNmMGYwZmYiIGJhY2tncm91bmRpbWFnZT0iIiBiYWNrZ3JvdW5kcmVwZWF0PSJuby1yZXBlYXQiIGJhY2tncm91bmRwb3NpdGlvbj0ibGVmdCB0b3AiIGJhY2tncm91bmRhdHRhY2htZW50PSJzY3JvbGwiIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjIwcHgiXVtvbmVfaGFsZiBsYXN0PSJubyJdW3lvdXR1YmUgaWQ9Iks3MDhRNHppcEV3IiB3aWR0aD0iNjAwIiBoZWlnaHQ9IjMzOCIgYXV0b3BsYXk9Im5vIl1bL29uZV9oYWxmXQ0KW29uZV9oYWxmIGxhc3Q9InllcyJdW3RpdGxlIHNpemU9IjIiXUNhYmFsbG9zIGRlIGNvbXBldGljacOzblsvdGl0bGVdDQpJbnRlZ2VyIHRpbmNpZHVudCBuZXF1ZSBjb21tb2RvIGJsYW5kaXQgbG9ib3J0aXMuIERvbmVjIHZlc3RpYnVsdW0gZXJvcyBzaXQgYW1ldCBhbnRlIGNvbmd1ZSBtYWxlc3VhZGEgZXUgdml0YWUgbGFjdXMuIEludGVnZXIgZWdldCBlbGl0IG1ldHVzLiBEb25lYyBpbiBkb2xvciBzZWQgdHVycGlzIGNvbmRpbWVudHVtIGFsaXF1YW0uIFNlZCB1bHRyaWNlcyBhYyBsaWJlcm8gZXUgbHVjdHVzLiBOdWxsYW0gdXQgYXVjdG9yIGFyY3UsIG5vbiBhY2N1bXNhbiBlbGl0LiBTZWQgcG9ydHRpdG9yIGZyaW5naWxsYSBudW5jLiBWZXN0aWJ1bHVtIHBlbGxlbnRlc3F1ZSBpYWN1bGlzIGVsaXQgZXUgdGluY2lkdW50LiBJbnRlZ2VyIG5vbiBvcm5hcmUgbWFnbmEsIHNpdCBhbWV0IHJ1dHJ1bSBuZXF1ZS4NClsvb25lX2hhbGZdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMCJdDQpbc2VwYXJhdG9yIHRvcD0iNDAiIHN0eWxlPSJzaGFkb3ciXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDMtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDcsOtYSJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAyMS0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNvbXBldGljacOzbiJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NCltvbmVfdGhpcmQgbGFzdD0ieWVzIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9zdGFibGVzMS5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IlNlcnZpY2lvcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIHBhZGRpbmdUb3A9IjUwcHgiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy84MDAzOC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaGVybWVzLXVzZWYyLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9sb2dvU3RsSG9yc2VTaG93LnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HU0hTX2xvZ29fMzg0eDM4NC5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjIwcHgiXQ0KW3JlY2VudF9ob3JzZXMgbGF5b3V0PSJjYXJvdXNlbCIgZmlsdGVycz0ieWVzIiBjb2x1bW5zPSI0IiBjYXRfc2x1Zz0iIiBudW1iZXJfcG9zdHM9IjgiIGV4Y2VycHRfd29yZHM9IjE1IiBhbmltYXRpb25fdHlwZT0iYm91bmNlIiBhbmltYXRpb25fZGlyZWN0aW9uPSJkb3duIiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdWy9yZWNlbnRfaG9yc2VzXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBiYWNrZ3JvdW5kY29sb3I9IiNmMGYwZmYiIGJhY2tncm91bmRpbWFnZT0iIiBiYWNrZ3JvdW5kcmVwZWF0PSJuby1yZXBlYXQiIGJhY2tncm91bmRwb3NpdGlvbj0ibGVmdCB0b3AiIGJhY2tncm91bmRhdHRhY2htZW50PSJzY3JvbGwiIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjIwcHgiXVtvbmVfaGFsZiBsYXN0PSJubyJdW3lvdXR1YmUgaWQ9Iks3MDhRNHppcEV3IiB3aWR0aD0iNjAwIiBoZWlnaHQ9IjMzOCIgYXV0b3BsYXk9Im5vIl1bL29uZV9oYWxmXQ0KW29uZV9oYWxmIGxhc3Q9InllcyJdW3RpdGxlIHNpemU9IjIiXUNhYmFsbG9zIGRlIGNvbXBldGljacOzblsvdGl0bGVdDQpJbnRlZ2VyIHRpbmNpZHVudCBuZXF1ZSBjb21tb2RvIGJsYW5kaXQgbG9ib3J0aXMuIERvbmVjIHZlc3RpYnVsdW0gZXJvcyBzaXQgYW1ldCBhbnRlIGNvbmd1ZSBtYWxlc3VhZGEgZXUgdml0YWUgbGFjdXMuIEludGVnZXIgZWdldCBlbGl0IG1ldHVzLiBEb25lYyBpbiBkb2xvciBzZWQgdHVycGlzIGNvbmRpbWVudHVtIGFsaXF1YW0uIFNlZCB1bHRyaWNlcyBhYyBsaWJlcm8gZXUgbHVjdHVzLiBOdWxsYW0gdXQgYXVjdG9yIGFyY3UsIG5vbiBhY2N1bXNhbiBlbGl0LiBTZWQgcG9ydHRpdG9yIGZyaW5naWxsYSBudW5jLiBWZXN0aWJ1bHVtIHBlbGxlbnRlc3F1ZSBpYWN1bGlzIGVsaXQgZXUgdGluY2lkdW50LiBJbnRlZ2VyIG5vbiBvcm5hcmUgbWFnbmEsIHNpdCBhbWV0IHJ1dHJ1bSBuZXF1ZS4NClsvb25lX2hhbGZdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMCJdDQpbc2VwYXJhdG9yIHRvcD0iNDAiIHN0eWxlPSJzaGFkb3ciXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDMtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDcsOtYSJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAyMS0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNvbXBldGljacOzbiJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NCltvbmVfdGhpcmQgbGFzdD0ieWVzIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9zdGFibGVzMS5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IlNlcnZpY2lvcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIHBhZGRpbmdUb3A9IjUwcHgiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy84MDAzOC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaGVybWVzLXVzZWYyLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9sb2dvU3RsSG9yc2VTaG93LnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HU0hTX2xvZ29fMzg0eDM4NC5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 1),
|
||
(154, 34, 0, '2014-03-03 12:53:36', 'original_id', '', 0, '4705', '', 1),
|
||
(155, 35, 0, '2014-03-03 12:54:00', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(156, 35, 0, '2014-03-03 12:54:00', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjYwcHgiXQ0KW3JlY2VudF9ob3JzZXMgbGF5b3V0PSJjYXJvdXNlbCIgZmlsdGVycz0ieWVzIiBjb2x1bW5zPSI0IiBjYXRfc2x1Zz0iIiBudW1iZXJfcG9zdHM9IjgiIGV4Y2VycHRfd29yZHM9IjE1IiBhbmltYXRpb25fdHlwZT0iYm91bmNlIiBhbmltYXRpb25fZGlyZWN0aW9uPSJkb3duIiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdWy9yZWNlbnRfaG9yc2VzXQ0KW3NlcGFyYXRvciB0b3A9IjQwIl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBiYWNrZ3JvdW5kY29sb3I9IiNmMGYwZmYiIGJhY2tncm91bmRpbWFnZT0iIiBiYWNrZ3JvdW5kcmVwZWF0PSJuby1yZXBlYXQiIGJhY2tncm91bmRwb3NpdGlvbj0ibGVmdCB0b3AiIGJhY2tncm91bmRhdHRhY2htZW50PSJzY3JvbGwiIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjIwcHgiXVtvbmVfaGFsZiBsYXN0PSJubyJdW3lvdXR1YmUgaWQ9Iks3MDhRNHppcEV3IiB3aWR0aD0iNjAwIiBoZWlnaHQ9IjMzOCIgYXV0b3BsYXk9Im5vIl1bL29uZV9oYWxmXQ0KW29uZV9oYWxmIGxhc3Q9InllcyJdW3RpdGxlIHNpemU9IjIiXUNhYmFsbG9zIGRlIGNvbXBldGljacOzblsvdGl0bGVdDQpJbnRlZ2VyIHRpbmNpZHVudCBuZXF1ZSBjb21tb2RvIGJsYW5kaXQgbG9ib3J0aXMuIERvbmVjIHZlc3RpYnVsdW0gZXJvcyBzaXQgYW1ldCBhbnRlIGNvbmd1ZSBtYWxlc3VhZGEgZXUgdml0YWUgbGFjdXMuIEludGVnZXIgZWdldCBlbGl0IG1ldHVzLiBEb25lYyBpbiBkb2xvciBzZWQgdHVycGlzIGNvbmRpbWVudHVtIGFsaXF1YW0uIFNlZCB1bHRyaWNlcyBhYyBsaWJlcm8gZXUgbHVjdHVzLiBOdWxsYW0gdXQgYXVjdG9yIGFyY3UsIG5vbiBhY2N1bXNhbiBlbGl0LiBTZWQgcG9ydHRpdG9yIGZyaW5naWxsYSBudW5jLiBWZXN0aWJ1bHVtIHBlbGxlbnRlc3F1ZSBpYWN1bGlzIGVsaXQgZXUgdGluY2lkdW50LiBJbnRlZ2VyIG5vbiBvcm5hcmUgbWFnbmEsIHNpdCBhbWV0IHJ1dHJ1bSBuZXF1ZS4NClsvb25lX2hhbGZdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMCJdDQpbc2VwYXJhdG9yIHRvcD0iNDAiIHN0eWxlPSJzaGFkb3ciXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDMtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDcsOtYSJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAyMS0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNvbXBldGljacOzbiJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NCltvbmVfdGhpcmQgbGFzdD0ieWVzIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9zdGFibGVzMS5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IlNlcnZpY2lvcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIHBhZGRpbmdUb3A9IjUwcHgiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy84MDAzOC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaGVybWVzLXVzZWYyLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9sb2dvU3RsSG9yc2VTaG93LnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HU0hTX2xvZ29fMzg0eDM4NC5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjYwcHgiXQ0KW3JlY2VudF9ob3JzZXMgbGF5b3V0PSJjYXJvdXNlbCIgZmlsdGVycz0ieWVzIiBjb2x1bW5zPSI0IiBjYXRfc2x1Zz0iIiBudW1iZXJfcG9zdHM9IjgiIGV4Y2VycHRfd29yZHM9IjE1IiBhbmltYXRpb25fdHlwZT0iYm91bmNlIiBhbmltYXRpb25fZGlyZWN0aW9uPSJkb3duIiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdWy9yZWNlbnRfaG9yc2VzXQ0KW3NlcGFyYXRvciB0b3A9IjQwIl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBiYWNrZ3JvdW5kY29sb3I9IiNmMGYwZmYiIGJhY2tncm91bmRpbWFnZT0iIiBiYWNrZ3JvdW5kcmVwZWF0PSJuby1yZXBlYXQiIGJhY2tncm91bmRwb3NpdGlvbj0ibGVmdCB0b3AiIGJhY2tncm91bmRhdHRhY2htZW50PSJzY3JvbGwiIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjIwcHgiXVtvbmVfaGFsZiBsYXN0PSJubyJdW3lvdXR1YmUgaWQ9Iks3MDhRNHppcEV3IiB3aWR0aD0iNjAwIiBoZWlnaHQ9IjMzOCIgYXV0b3BsYXk9Im5vIl1bL29uZV9oYWxmXQ0KW29uZV9oYWxmIGxhc3Q9InllcyJdW3RpdGxlIHNpemU9IjIiXUNhYmFsbG9zIGRlIGNvbXBldGljacOzblsvdGl0bGVdDQpJbnRlZ2VyIHRpbmNpZHVudCBuZXF1ZSBjb21tb2RvIGJsYW5kaXQgbG9ib3J0aXMuIERvbmVjIHZlc3RpYnVsdW0gZXJvcyBzaXQgYW1ldCBhbnRlIGNvbmd1ZSBtYWxlc3VhZGEgZXUgdml0YWUgbGFjdXMuIEludGVnZXIgZWdldCBlbGl0IG1ldHVzLiBEb25lYyBpbiBkb2xvciBzZWQgdHVycGlzIGNvbmRpbWVudHVtIGFsaXF1YW0uIFNlZCB1bHRyaWNlcyBhYyBsaWJlcm8gZXUgbHVjdHVzLiBOdWxsYW0gdXQgYXVjdG9yIGFyY3UsIG5vbiBhY2N1bXNhbiBlbGl0LiBTZWQgcG9ydHRpdG9yIGZyaW5naWxsYSBudW5jLiBWZXN0aWJ1bHVtIHBlbGxlbnRlc3F1ZSBpYWN1bGlzIGVsaXQgZXUgdGluY2lkdW50LiBJbnRlZ2VyIG5vbiBvcm5hcmUgbWFnbmEsIHNpdCBhbWV0IHJ1dHJ1bSBuZXF1ZS4NClsvb25lX2hhbGZdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMCJdDQpbc2VwYXJhdG9yIHRvcD0iNDAiIHN0eWxlPSJzaGFkb3ciXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDMtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDcsOtYSJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAyMS0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNvbXBldGljacOzbiJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NCltvbmVfdGhpcmQgbGFzdD0ieWVzIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9zdGFibGVzMS5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IlNlcnZpY2lvcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIHBhZGRpbmdUb3A9IjUwcHgiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy84MDAzOC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaGVybWVzLXVzZWYyLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9sb2dvU3RsSG9yc2VTaG93LnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HU0hTX2xvZ29fMzg0eDM4NC5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 1),
|
||
(157, 35, 0, '2014-03-03 12:54:00', 'original_id', '', 0, '4705', '', 1),
|
||
(158, 36, 0, '2014-03-03 12:55:01', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1);
|
||
INSERT INTO `drgrp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
|
||
(159, 36, 0, '2014-03-03 12:55:01', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCltyZWNlbnRfaG9yc2VzIGxheW91dD0iY2Fyb3VzZWwiIGZpbHRlcnM9InllcyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI4IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIyIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJTZXJ2aWNpb3MiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCltyZWNlbnRfaG9yc2VzIGxheW91dD0iY2Fyb3VzZWwiIGZpbHRlcnM9InllcyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI4IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIyIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJTZXJ2aWNpb3MiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 1),
|
||
(160, 36, 0, '2014-03-03 12:55:01', 'original_id', '', 0, '4705', '', 1),
|
||
(161, 37, 0, '2014-03-03 12:55:28', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(162, 37, 0, '2014-03-03 12:55:28', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NClt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KW3JlY2VudF9ob3JzZXMgbGF5b3V0PSJjYXJvdXNlbCIgZmlsdGVycz0ieWVzIiBjb2x1bW5zPSI0IiBjYXRfc2x1Zz0iIiBudW1iZXJfcG9zdHM9IjgiIGV4Y2VycHRfd29yZHM9IjE1IiBhbmltYXRpb25fdHlwZT0iYm91bmNlIiBhbmltYXRpb25fZGlyZWN0aW9uPSJkb3duIiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdWy9yZWNlbnRfaG9yc2VzXQ0KWy9mdWxsd2lkdGhdDQpbc2VwYXJhdG9yIHRvcD0iMTAiXQ0KW2Z1bGx3aWR0aCBiYWNrZ3JvdW5kY29sb3I9IiNmMGYwZmYiIGJhY2tncm91bmRpbWFnZT0iIiBiYWNrZ3JvdW5kcmVwZWF0PSJuby1yZXBlYXQiIGJhY2tncm91bmRwb3NpdGlvbj0ibGVmdCB0b3AiIGJhY2tncm91bmRhdHRhY2htZW50PSJzY3JvbGwiIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjIwcHgiXVtvbmVfaGFsZiBsYXN0PSJubyJdW3lvdXR1YmUgaWQ9Iks3MDhRNHppcEV3IiB3aWR0aD0iNjAwIiBoZWlnaHQ9IjMzOCIgYXV0b3BsYXk9Im5vIl1bL29uZV9oYWxmXQ0KW29uZV9oYWxmIGxhc3Q9InllcyJdW3RpdGxlIHNpemU9IjMiXUNhYmFsbG9zIGRlIGNvbXBldGljacOzblsvdGl0bGVdDQpJbnRlZ2VyIHRpbmNpZHVudCBuZXF1ZSBjb21tb2RvIGJsYW5kaXQgbG9ib3J0aXMuIERvbmVjIHZlc3RpYnVsdW0gZXJvcyBzaXQgYW1ldCBhbnRlIGNvbmd1ZSBtYWxlc3VhZGEgZXUgdml0YWUgbGFjdXMuIEludGVnZXIgZWdldCBlbGl0IG1ldHVzLiBEb25lYyBpbiBkb2xvciBzZWQgdHVycGlzIGNvbmRpbWVudHVtIGFsaXF1YW0uIFNlZCB1bHRyaWNlcyBhYyBsaWJlcm8gZXUgbHVjdHVzLiBOdWxsYW0gdXQgYXVjdG9yIGFyY3UsIG5vbiBhY2N1bXNhbiBlbGl0LiBTZWQgcG9ydHRpdG9yIGZyaW5naWxsYSBudW5jLiBWZXN0aWJ1bHVtIHBlbGxlbnRlc3F1ZSBpYWN1bGlzIGVsaXQgZXUgdGluY2lkdW50LiBJbnRlZ2VyIG5vbiBvcm5hcmUgbWFnbmEsIHNpdCBhbWV0IHJ1dHJ1bSBuZXF1ZS4NClsvb25lX2hhbGZdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMCJdDQpbc2VwYXJhdG9yIHRvcD0iNDAiIHN0eWxlPSJzaGFkb3ciXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDMtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDcsOtYSJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAyMS0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNvbXBldGljacOzbiJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NCltvbmVfdGhpcmQgbGFzdD0ieWVzIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9zdGFibGVzMS5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IlNlcnZpY2lvcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIHBhZGRpbmdUb3A9IjUwcHgiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy84MDAzOC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaGVybWVzLXVzZWYyLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9sb2dvU3RsSG9yc2VTaG93LnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HU0hTX2xvZ29fMzg0eDM4NC5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NClt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KW3JlY2VudF9ob3JzZXMgbGF5b3V0PSJjYXJvdXNlbCIgZmlsdGVycz0ieWVzIiBjb2x1bW5zPSI0IiBjYXRfc2x1Zz0iIiBudW1iZXJfcG9zdHM9IjgiIGV4Y2VycHRfd29yZHM9IjE1IiBhbmltYXRpb25fdHlwZT0iYm91bmNlIiBhbmltYXRpb25fZGlyZWN0aW9uPSJkb3duIiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdWy9yZWNlbnRfaG9yc2VzXQ0KWy9mdWxsd2lkdGhdDQpbc2VwYXJhdG9yIHRvcD0iMTAiXQ0KW2Z1bGx3aWR0aCBiYWNrZ3JvdW5kY29sb3I9IiNmMGYwZmYiIGJhY2tncm91bmRpbWFnZT0iIiBiYWNrZ3JvdW5kcmVwZWF0PSJuby1yZXBlYXQiIGJhY2tncm91bmRwb3NpdGlvbj0ibGVmdCB0b3AiIGJhY2tncm91bmRhdHRhY2htZW50PSJzY3JvbGwiIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjIwcHgiXVtvbmVfaGFsZiBsYXN0PSJubyJdW3lvdXR1YmUgaWQ9Iks3MDhRNHppcEV3IiB3aWR0aD0iNjAwIiBoZWlnaHQ9IjMzOCIgYXV0b3BsYXk9Im5vIl1bL29uZV9oYWxmXQ0KW29uZV9oYWxmIGxhc3Q9InllcyJdW3RpdGxlIHNpemU9IjMiXUNhYmFsbG9zIGRlIGNvbXBldGljacOzblsvdGl0bGVdDQpJbnRlZ2VyIHRpbmNpZHVudCBuZXF1ZSBjb21tb2RvIGJsYW5kaXQgbG9ib3J0aXMuIERvbmVjIHZlc3RpYnVsdW0gZXJvcyBzaXQgYW1ldCBhbnRlIGNvbmd1ZSBtYWxlc3VhZGEgZXUgdml0YWUgbGFjdXMuIEludGVnZXIgZWdldCBlbGl0IG1ldHVzLiBEb25lYyBpbiBkb2xvciBzZWQgdHVycGlzIGNvbmRpbWVudHVtIGFsaXF1YW0uIFNlZCB1bHRyaWNlcyBhYyBsaWJlcm8gZXUgbHVjdHVzLiBOdWxsYW0gdXQgYXVjdG9yIGFyY3UsIG5vbiBhY2N1bXNhbiBlbGl0LiBTZWQgcG9ydHRpdG9yIGZyaW5naWxsYSBudW5jLiBWZXN0aWJ1bHVtIHBlbGxlbnRlc3F1ZSBpYWN1bGlzIGVsaXQgZXUgdGluY2lkdW50LiBJbnRlZ2VyIG5vbiBvcm5hcmUgbWFnbmEsIHNpdCBhbWV0IHJ1dHJ1bSBuZXF1ZS4NClsvb25lX2hhbGZdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMCJdDQpbc2VwYXJhdG9yIHRvcD0iNDAiIHN0eWxlPSJzaGFkb3ciXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDMtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDcsOtYSJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAyMS0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNvbXBldGljacOzbiJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NCltvbmVfdGhpcmQgbGFzdD0ieWVzIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9zdGFibGVzMS5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IlNlcnZpY2lvcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIHBhZGRpbmdUb3A9IjUwcHgiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy84MDAzOC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaGVybWVzLXVzZWYyLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9sb2dvU3RsSG9yc2VTaG93LnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HU0hTX2xvZ29fMzg0eDM4NC5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 1),
|
||
(163, 37, 0, '2014-03-03 12:55:28', 'original_id', '', 0, '4705', '', 1),
|
||
(164, 38, 0, '2014-03-03 12:57:34', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(165, 38, 0, '2014-03-03 12:57:34', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDMwcHggIWltcG9ydGFudDsiPkF2YWRhOiBUaGVtZWZvcmVzdOKAmXMgPHNwYW4gc3R5bGU9ImNvbG9yOiAjYTBjZTRlOyI+IzE8L3NwYW4+IFNlbGxpbmcgV29yZFByZXNzIFRoZW1lIG9mIEFsbCBUaW1lPC9oMT48cCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBtYXJnaW4tdG9wOiAtMTBweDsiPldpdGggb3ZlciA8c3BhbiBjbGFzcz0idG9vbHRpcC1zaG9ydGNvZGUiPjxzdHJvbmc+MzIsMDAwIFVzZXJzIGFuZCBjb3VudGluZzwvc3Ryb25nPjxzcGFuIGNsYXNzPSJwb3B1cCI+IDxzcGFuIGNsYXNzPSJob2xkZXIiPiA8c3Bhbj44MDArIFNhbGVzIFBlciBXZWVrITwvc3Bhbj4gPC9zcGFuPiA8L3NwYW4+PC9zcGFuPiwgQXZhZGEgaXMgdGhlIHJpZ2h0IGNob2ljZSBmb3IgeW91ISBTaW1wbHkgcHV0LCBpdHMgdGhlIDxzcGFuIGNsYXNzPSJ0b29sdGlwLXNob3J0Y29kZSI+PHN0cm9uZz5tb3N0IGNvbXBsZXRlIGFuZCB0cnVzdGVkPC9zdHJvbmc+PHNwYW4gY2xhc3M9InBvcHVwIj4gPHNwYW4gY2xhc3M9ImhvbGRlciI+IDxzcGFuPldlIExvdmUgT3VyIFVzZXJzITwvc3Bhbj4gPC9zcGFuPiA8L3NwYW4+PC9zcGFuPiB3b3JkcHJlc3MgdGhlbWUgb24gdGhlIG1hcmtldC48L3A+DQoNCltyZWNlbnRfaG9yc2VzIGxheW91dD0iY2Fyb3VzZWwiIGZpbHRlcnM9InllcyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI4IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJTZXJ2aWNpb3MiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDMwcHggIWltcG9ydGFudDsiPkF2YWRhOiBUaGVtZWZvcmVzdOKAmXMgPHNwYW4gc3R5bGU9ImNvbG9yOiAjYTBjZTRlOyI+IzE8L3NwYW4+IFNlbGxpbmcgV29yZFByZXNzIFRoZW1lIG9mIEFsbCBUaW1lPC9oMT48cCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBtYXJnaW4tdG9wOiAtMTBweDsiPldpdGggb3ZlciA8c3BhbiBjbGFzcz0idG9vbHRpcC1zaG9ydGNvZGUiPjxzdHJvbmc+MzIsMDAwIFVzZXJzIGFuZCBjb3VudGluZzwvc3Ryb25nPjxzcGFuIGNsYXNzPSJwb3B1cCI+IDxzcGFuIGNsYXNzPSJob2xkZXIiPiA8c3Bhbj44MDArIFNhbGVzIFBlciBXZWVrITwvc3Bhbj4gPC9zcGFuPiA8L3NwYW4+PC9zcGFuPiwgQXZhZGEgaXMgdGhlIHJpZ2h0IGNob2ljZSBmb3IgeW91ISBTaW1wbHkgcHV0LCBpdHMgdGhlIDxzcGFuIGNsYXNzPSJ0b29sdGlwLXNob3J0Y29kZSI+PHN0cm9uZz5tb3N0IGNvbXBsZXRlIGFuZCB0cnVzdGVkPC9zdHJvbmc+PHNwYW4gY2xhc3M9InBvcHVwIj4gPHNwYW4gY2xhc3M9ImhvbGRlciI+IDxzcGFuPldlIExvdmUgT3VyIFVzZXJzITwvc3Bhbj4gPC9zcGFuPiA8L3NwYW4+PC9zcGFuPiB3b3JkcHJlc3MgdGhlbWUgb24gdGhlIG1hcmtldC48L3A+DQoNCltyZWNlbnRfaG9yc2VzIGxheW91dD0iY2Fyb3VzZWwiIGZpbHRlcnM9InllcyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI4IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJTZXJ2aWNpb3MiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 1),
|
||
(166, 38, 0, '2014-03-03 12:57:34', 'original_id', '', 0, '4705', '', 1),
|
||
(167, 39, 0, '2014-03-03 12:59:24', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(168, 39, 0, '2014-03-03 12:59:24', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDMwcHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjYTBjZTRlOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+PHAgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsgbWFyZ2luLXRvcDogLTEwcHg7Ij5XaXRoIG92ZXIgPHNwYW4gY2xhc3M9InRvb2x0aXAtc2hvcnRjb2RlIj48c3Ryb25nPjMyLDAwMCBVc2VycyBhbmQgY291bnRpbmc8L3N0cm9uZz48c3BhbiBjbGFzcz0icG9wdXAiPiA8c3BhbiBjbGFzcz0iaG9sZGVyIj4gPHNwYW4+ODAwKyBTYWxlcyBQZXIgV2VlayE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4sIEF2YWRhIGlzIHRoZSByaWdodCBjaG9pY2UgZm9yIHlvdSEgU2ltcGx5IHB1dCwgaXRzIHRoZSA8c3BhbiBjbGFzcz0idG9vbHRpcC1zaG9ydGNvZGUiPjxzdHJvbmc+bW9zdCBjb21wbGV0ZSBhbmQgdHJ1c3RlZDwvc3Ryb25nPjxzcGFuIGNsYXNzPSJwb3B1cCI+IDxzcGFuIGNsYXNzPSJob2xkZXIiPiA8c3Bhbj5XZSBMb3ZlIE91ciBVc2VycyE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4gd29yZHByZXNzIHRoZW1lIG9uIHRoZSBtYXJrZXQuPC9wPg0KDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iNTBweCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzLzgwMDM4LmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9oZXJtZXMtdXNlZjIuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2xvZ29TdGxIb3JzZVNob3cucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0dTSFNfbG9nb18zODR4Mzg0LnBuZyJdWy9jbGllbnRzXQ0KWy9mdWxsd2lkdGhdDQpbc2VwYXJhdG9yIHRvcD0iLTU1Il0=', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDMwcHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjYTBjZTRlOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+PHAgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsgbWFyZ2luLXRvcDogLTEwcHg7Ij5XaXRoIG92ZXIgPHNwYW4gY2xhc3M9InRvb2x0aXAtc2hvcnRjb2RlIj48c3Ryb25nPjMyLDAwMCBVc2VycyBhbmQgY291bnRpbmc8L3N0cm9uZz48c3BhbiBjbGFzcz0icG9wdXAiPiA8c3BhbiBjbGFzcz0iaG9sZGVyIj4gPHNwYW4+ODAwKyBTYWxlcyBQZXIgV2VlayE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4sIEF2YWRhIGlzIHRoZSByaWdodCBjaG9pY2UgZm9yIHlvdSEgU2ltcGx5IHB1dCwgaXRzIHRoZSA8c3BhbiBjbGFzcz0idG9vbHRpcC1zaG9ydGNvZGUiPjxzdHJvbmc+bW9zdCBjb21wbGV0ZSBhbmQgdHJ1c3RlZDwvc3Ryb25nPjxzcGFuIGNsYXNzPSJwb3B1cCI+IDxzcGFuIGNsYXNzPSJob2xkZXIiPiA8c3Bhbj5XZSBMb3ZlIE91ciBVc2VycyE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4gd29yZHByZXNzIHRoZW1lIG9uIHRoZSBtYXJrZXQuPC9wPg0KDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iNTBweCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzLzgwMDM4LmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9oZXJtZXMtdXNlZjIuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2xvZ29TdGxIb3JzZVNob3cucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0dTSFNfbG9nb18zODR4Mzg0LnBuZyJdWy9jbGllbnRzXQ0KWy9mdWxsd2lkdGhdDQpbc2VwYXJhdG9yIHRvcD0iLTU1Il0=', 1),
|
||
(169, 39, 0, '2014-03-03 12:59:24', 'original_id', '', 0, '4705', '', 1),
|
||
(170, 40, 0, '2014-03-03 12:59:44', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(171, 40, 0, '2014-03-03 12:59:44', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDMwcHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1QjdCOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+PHAgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsgbWFyZ2luLXRvcDogLTEwcHg7Ij5XaXRoIG92ZXIgPHNwYW4gY2xhc3M9InRvb2x0aXAtc2hvcnRjb2RlIj48c3Ryb25nPjMyLDAwMCBVc2VycyBhbmQgY291bnRpbmc8L3N0cm9uZz48c3BhbiBjbGFzcz0icG9wdXAiPiA8c3BhbiBjbGFzcz0iaG9sZGVyIj4gPHNwYW4+ODAwKyBTYWxlcyBQZXIgV2VlayE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4sIEF2YWRhIGlzIHRoZSByaWdodCBjaG9pY2UgZm9yIHlvdSEgU2ltcGx5IHB1dCwgaXRzIHRoZSA8c3BhbiBjbGFzcz0idG9vbHRpcC1zaG9ydGNvZGUiPjxzdHJvbmc+bW9zdCBjb21wbGV0ZSBhbmQgdHJ1c3RlZDwvc3Ryb25nPjxzcGFuIGNsYXNzPSJwb3B1cCI+IDxzcGFuIGNsYXNzPSJob2xkZXIiPiA8c3Bhbj5XZSBMb3ZlIE91ciBVc2VycyE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4gd29yZHByZXNzIHRoZW1lIG9uIHRoZSBtYXJrZXQuPC9wPg0KDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iNTBweCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzLzgwMDM4LmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9oZXJtZXMtdXNlZjIuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2xvZ29TdGxIb3JzZVNob3cucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0dTSFNfbG9nb18zODR4Mzg0LnBuZyJdWy9jbGllbnRzXQ0KWy9mdWxsd2lkdGhdDQpbc2VwYXJhdG9yIHRvcD0iLTU1Il0=', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDMwcHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1QjdCOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+PHAgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsgbWFyZ2luLXRvcDogLTEwcHg7Ij5XaXRoIG92ZXIgPHNwYW4gY2xhc3M9InRvb2x0aXAtc2hvcnRjb2RlIj48c3Ryb25nPjMyLDAwMCBVc2VycyBhbmQgY291bnRpbmc8L3N0cm9uZz48c3BhbiBjbGFzcz0icG9wdXAiPiA8c3BhbiBjbGFzcz0iaG9sZGVyIj4gPHNwYW4+ODAwKyBTYWxlcyBQZXIgV2VlayE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4sIEF2YWRhIGlzIHRoZSByaWdodCBjaG9pY2UgZm9yIHlvdSEgU2ltcGx5IHB1dCwgaXRzIHRoZSA8c3BhbiBjbGFzcz0idG9vbHRpcC1zaG9ydGNvZGUiPjxzdHJvbmc+bW9zdCBjb21wbGV0ZSBhbmQgdHJ1c3RlZDwvc3Ryb25nPjxzcGFuIGNsYXNzPSJwb3B1cCI+IDxzcGFuIGNsYXNzPSJob2xkZXIiPiA8c3Bhbj5XZSBMb3ZlIE91ciBVc2VycyE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4gd29yZHByZXNzIHRoZW1lIG9uIHRoZSBtYXJrZXQuPC9wPg0KDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iNTBweCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzLzgwMDM4LmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9oZXJtZXMtdXNlZjIuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2xvZ29TdGxIb3JzZVNob3cucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0dTSFNfbG9nb18zODR4Mzg0LnBuZyJdWy9jbGllbnRzXQ0KWy9mdWxsd2lkdGhdDQpbc2VwYXJhdG9yIHRvcD0iLTU1Il0=', 1),
|
||
(172, 40, 0, '2014-03-03 12:59:44', 'original_id', '', 0, '4705', '', 1),
|
||
(173, 41, 0, '2014-03-03 13:00:01', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1);
|
||
INSERT INTO `drgrp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
|
||
(174, 41, 0, '2014-03-03 13:00:01', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDMwcHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1QjdCOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+PGgzIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+V2l0aCBvdmVyIDxzcGFuIGNsYXNzPSJ0b29sdGlwLXNob3J0Y29kZSI+PHN0cm9uZz4zMiwwMDAgVXNlcnMgYW5kIGNvdW50aW5nPC9zdHJvbmc+PHNwYW4gY2xhc3M9InBvcHVwIj4gPHNwYW4gY2xhc3M9ImhvbGRlciI+IDxzcGFuPjgwMCsgU2FsZXMgUGVyIFdlZWshPC9zcGFuPiA8L3NwYW4+IDwvc3Bhbj48L3NwYW4+LCBBdmFkYSBpcyB0aGUgcmlnaHQgY2hvaWNlIGZvciB5b3UhIFNpbXBseSBwdXQsIGl0cyB0aGUgPHNwYW4gY2xhc3M9InRvb2x0aXAtc2hvcnRjb2RlIj48c3Ryb25nPm1vc3QgY29tcGxldGUgYW5kIHRydXN0ZWQ8L3N0cm9uZz48c3BhbiBjbGFzcz0icG9wdXAiPiA8c3BhbiBjbGFzcz0iaG9sZGVyIj4gPHNwYW4+V2UgTG92ZSBPdXIgVXNlcnMhPC9zcGFuPiA8L3NwYW4+IDwvc3Bhbj48L3NwYW4+IHdvcmRwcmVzcyB0aGVtZSBvbiB0aGUgbWFya2V0LjwvaDM+DQoNCltyZWNlbnRfaG9yc2VzIGxheW91dD0iY2Fyb3VzZWwiIGZpbHRlcnM9InllcyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI4IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJTZXJ2aWNpb3MiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDMwcHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1QjdCOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+PGgzIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+V2l0aCBvdmVyIDxzcGFuIGNsYXNzPSJ0b29sdGlwLXNob3J0Y29kZSI+PHN0cm9uZz4zMiwwMDAgVXNlcnMgYW5kIGNvdW50aW5nPC9zdHJvbmc+PHNwYW4gY2xhc3M9InBvcHVwIj4gPHNwYW4gY2xhc3M9ImhvbGRlciI+IDxzcGFuPjgwMCsgU2FsZXMgUGVyIFdlZWshPC9zcGFuPiA8L3NwYW4+IDwvc3Bhbj48L3NwYW4+LCBBdmFkYSBpcyB0aGUgcmlnaHQgY2hvaWNlIGZvciB5b3UhIFNpbXBseSBwdXQsIGl0cyB0aGUgPHNwYW4gY2xhc3M9InRvb2x0aXAtc2hvcnRjb2RlIj48c3Ryb25nPm1vc3QgY29tcGxldGUgYW5kIHRydXN0ZWQ8L3N0cm9uZz48c3BhbiBjbGFzcz0icG9wdXAiPiA8c3BhbiBjbGFzcz0iaG9sZGVyIj4gPHNwYW4+V2UgTG92ZSBPdXIgVXNlcnMhPC9zcGFuPiA8L3NwYW4+IDwvc3Bhbj48L3NwYW4+IHdvcmRwcmVzcyB0aGVtZSBvbiB0aGUgbWFya2V0LjwvaDM+DQoNCltyZWNlbnRfaG9yc2VzIGxheW91dD0iY2Fyb3VzZWwiIGZpbHRlcnM9InllcyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI4IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJTZXJ2aWNpb3MiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 1),
|
||
(175, 41, 0, '2014-03-03 13:00:01', 'original_id', '', 0, '4705', '', 1),
|
||
(176, 42, 0, '2014-03-03 13:00:19', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(177, 42, 0, '2014-03-03 13:00:19', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDMwcHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1QjdCOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+PGg0IHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+V2l0aCBvdmVyIDxzcGFuIGNsYXNzPSJ0b29sdGlwLXNob3J0Y29kZSI+PHN0cm9uZz4zMiwwMDAgVXNlcnMgYW5kIGNvdW50aW5nPC9zdHJvbmc+PHNwYW4gY2xhc3M9InBvcHVwIj4gPHNwYW4gY2xhc3M9ImhvbGRlciI+IDxzcGFuPjgwMCsgU2FsZXMgUGVyIFdlZWshPC9zcGFuPiA8L3NwYW4+IDwvc3Bhbj48L3NwYW4+LCBBdmFkYSBpcyB0aGUgcmlnaHQgY2hvaWNlIGZvciB5b3UhIFNpbXBseSBwdXQsIGl0cyB0aGUgPHNwYW4gY2xhc3M9InRvb2x0aXAtc2hvcnRjb2RlIj48c3Ryb25nPm1vc3QgY29tcGxldGUgYW5kIHRydXN0ZWQ8L3N0cm9uZz48c3BhbiBjbGFzcz0icG9wdXAiPiA8c3BhbiBjbGFzcz0iaG9sZGVyIj4gPHNwYW4+V2UgTG92ZSBPdXIgVXNlcnMhPC9zcGFuPiA8L3NwYW4+IDwvc3Bhbj48L3NwYW4+IHdvcmRwcmVzcyB0aGVtZSBvbiB0aGUgbWFya2V0LjwvaDQ+DQoNCltyZWNlbnRfaG9yc2VzIGxheW91dD0iY2Fyb3VzZWwiIGZpbHRlcnM9InllcyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI4IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJTZXJ2aWNpb3MiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDMwcHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1QjdCOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+PGg0IHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+V2l0aCBvdmVyIDxzcGFuIGNsYXNzPSJ0b29sdGlwLXNob3J0Y29kZSI+PHN0cm9uZz4zMiwwMDAgVXNlcnMgYW5kIGNvdW50aW5nPC9zdHJvbmc+PHNwYW4gY2xhc3M9InBvcHVwIj4gPHNwYW4gY2xhc3M9ImhvbGRlciI+IDxzcGFuPjgwMCsgU2FsZXMgUGVyIFdlZWshPC9zcGFuPiA8L3NwYW4+IDwvc3Bhbj48L3NwYW4+LCBBdmFkYSBpcyB0aGUgcmlnaHQgY2hvaWNlIGZvciB5b3UhIFNpbXBseSBwdXQsIGl0cyB0aGUgPHNwYW4gY2xhc3M9InRvb2x0aXAtc2hvcnRjb2RlIj48c3Ryb25nPm1vc3QgY29tcGxldGUgYW5kIHRydXN0ZWQ8L3N0cm9uZz48c3BhbiBjbGFzcz0icG9wdXAiPiA8c3BhbiBjbGFzcz0iaG9sZGVyIj4gPHNwYW4+V2UgTG92ZSBPdXIgVXNlcnMhPC9zcGFuPiA8L3NwYW4+IDwvc3Bhbj48L3NwYW4+IHdvcmRwcmVzcyB0aGVtZSBvbiB0aGUgbWFya2V0LjwvaDQ+DQoNCltyZWNlbnRfaG9yc2VzIGxheW91dD0iY2Fyb3VzZWwiIGZpbHRlcnM9InllcyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI4IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJTZXJ2aWNpb3MiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 1),
|
||
(178, 42, 0, '2014-03-03 13:00:19', 'original_id', '', 0, '4705', '', 1),
|
||
(179, 43, 0, '2014-03-03 13:00:40', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(180, 43, 0, '2014-03-03 13:00:40', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDMwcHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1QjdCOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+PHAgc3R5bGU9ImZvbnQtc2l6ZToyMnB4O3RleHQtYWxpZ246IGNlbnRlcjsgbWFyZ2luLXRvcDogLTEwcHg7Ij5XaXRoIG92ZXIgPHNwYW4gY2xhc3M9InRvb2x0aXAtc2hvcnRjb2RlIj48c3Ryb25nPjMyLDAwMCBVc2VycyBhbmQgY291bnRpbmc8L3N0cm9uZz48c3BhbiBjbGFzcz0icG9wdXAiPiA8c3BhbiBjbGFzcz0iaG9sZGVyIj4gPHNwYW4+ODAwKyBTYWxlcyBQZXIgV2VlayE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4sIEF2YWRhIGlzIHRoZSByaWdodCBjaG9pY2UgZm9yIHlvdSEgU2ltcGx5IHB1dCwgaXRzIHRoZSA8c3BhbiBjbGFzcz0idG9vbHRpcC1zaG9ydGNvZGUiPjxzdHJvbmc+bW9zdCBjb21wbGV0ZSBhbmQgdHJ1c3RlZDwvc3Ryb25nPjxzcGFuIGNsYXNzPSJwb3B1cCI+IDxzcGFuIGNsYXNzPSJob2xkZXIiPiA8c3Bhbj5XZSBMb3ZlIE91ciBVc2VycyE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4gd29yZHByZXNzIHRoZW1lIG9uIHRoZSBtYXJrZXQuPC9wPg0KDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iNTBweCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzLzgwMDM4LmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9oZXJtZXMtdXNlZjIuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2xvZ29TdGxIb3JzZVNob3cucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0dTSFNfbG9nb18zODR4Mzg0LnBuZyJdWy9jbGllbnRzXQ0KWy9mdWxsd2lkdGhdDQpbc2VwYXJhdG9yIHRvcD0iLTU1Il0=', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDMwcHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1QjdCOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+PHAgc3R5bGU9ImZvbnQtc2l6ZToyMnB4O3RleHQtYWxpZ246IGNlbnRlcjsgbWFyZ2luLXRvcDogLTEwcHg7Ij5XaXRoIG92ZXIgPHNwYW4gY2xhc3M9InRvb2x0aXAtc2hvcnRjb2RlIj48c3Ryb25nPjMyLDAwMCBVc2VycyBhbmQgY291bnRpbmc8L3N0cm9uZz48c3BhbiBjbGFzcz0icG9wdXAiPiA8c3BhbiBjbGFzcz0iaG9sZGVyIj4gPHNwYW4+ODAwKyBTYWxlcyBQZXIgV2VlayE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4sIEF2YWRhIGlzIHRoZSByaWdodCBjaG9pY2UgZm9yIHlvdSEgU2ltcGx5IHB1dCwgaXRzIHRoZSA8c3BhbiBjbGFzcz0idG9vbHRpcC1zaG9ydGNvZGUiPjxzdHJvbmc+bW9zdCBjb21wbGV0ZSBhbmQgdHJ1c3RlZDwvc3Ryb25nPjxzcGFuIGNsYXNzPSJwb3B1cCI+IDxzcGFuIGNsYXNzPSJob2xkZXIiPiA8c3Bhbj5XZSBMb3ZlIE91ciBVc2VycyE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4gd29yZHByZXNzIHRoZW1lIG9uIHRoZSBtYXJrZXQuPC9wPg0KDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iNTBweCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzLzgwMDM4LmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9oZXJtZXMtdXNlZjIuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2xvZ29TdGxIb3JzZVNob3cucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0dTSFNfbG9nb18zODR4Mzg0LnBuZyJdWy9jbGllbnRzXQ0KWy9mdWxsd2lkdGhdDQpbc2VwYXJhdG9yIHRvcD0iLTU1Il0=', 1),
|
||
(181, 43, 0, '2014-03-03 13:00:40', 'original_id', '', 0, '4705', '', 1),
|
||
(182, 44, 0, '2014-03-03 13:00:51', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(183, 44, 0, '2014-03-03 13:00:51', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDMwcHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1QjdCOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+PHAgc3R5bGU9ImZvbnQtc2l6ZToxOHB4O3RleHQtYWxpZ246IGNlbnRlcjsgbWFyZ2luLXRvcDogLTEwcHg7Ij5XaXRoIG92ZXIgPHNwYW4gY2xhc3M9InRvb2x0aXAtc2hvcnRjb2RlIj48c3Ryb25nPjMyLDAwMCBVc2VycyBhbmQgY291bnRpbmc8L3N0cm9uZz48c3BhbiBjbGFzcz0icG9wdXAiPiA8c3BhbiBjbGFzcz0iaG9sZGVyIj4gPHNwYW4+ODAwKyBTYWxlcyBQZXIgV2VlayE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4sIEF2YWRhIGlzIHRoZSByaWdodCBjaG9pY2UgZm9yIHlvdSEgU2ltcGx5IHB1dCwgaXRzIHRoZSA8c3BhbiBjbGFzcz0idG9vbHRpcC1zaG9ydGNvZGUiPjxzdHJvbmc+bW9zdCBjb21wbGV0ZSBhbmQgdHJ1c3RlZDwvc3Ryb25nPjxzcGFuIGNsYXNzPSJwb3B1cCI+IDxzcGFuIGNsYXNzPSJob2xkZXIiPiA8c3Bhbj5XZSBMb3ZlIE91ciBVc2VycyE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4gd29yZHByZXNzIHRoZW1lIG9uIHRoZSBtYXJrZXQuPC9wPg0KDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iNTBweCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzLzgwMDM4LmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9oZXJtZXMtdXNlZjIuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2xvZ29TdGxIb3JzZVNob3cucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0dTSFNfbG9nb18zODR4Mzg0LnBuZyJdWy9jbGllbnRzXQ0KWy9mdWxsd2lkdGhdDQpbc2VwYXJhdG9yIHRvcD0iLTU1Il0=', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDMwcHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1QjdCOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+PHAgc3R5bGU9ImZvbnQtc2l6ZToxOHB4O3RleHQtYWxpZ246IGNlbnRlcjsgbWFyZ2luLXRvcDogLTEwcHg7Ij5XaXRoIG92ZXIgPHNwYW4gY2xhc3M9InRvb2x0aXAtc2hvcnRjb2RlIj48c3Ryb25nPjMyLDAwMCBVc2VycyBhbmQgY291bnRpbmc8L3N0cm9uZz48c3BhbiBjbGFzcz0icG9wdXAiPiA8c3BhbiBjbGFzcz0iaG9sZGVyIj4gPHNwYW4+ODAwKyBTYWxlcyBQZXIgV2VlayE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4sIEF2YWRhIGlzIHRoZSByaWdodCBjaG9pY2UgZm9yIHlvdSEgU2ltcGx5IHB1dCwgaXRzIHRoZSA8c3BhbiBjbGFzcz0idG9vbHRpcC1zaG9ydGNvZGUiPjxzdHJvbmc+bW9zdCBjb21wbGV0ZSBhbmQgdHJ1c3RlZDwvc3Ryb25nPjxzcGFuIGNsYXNzPSJwb3B1cCI+IDxzcGFuIGNsYXNzPSJob2xkZXIiPiA8c3Bhbj5XZSBMb3ZlIE91ciBVc2VycyE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4gd29yZHByZXNzIHRoZW1lIG9uIHRoZSBtYXJrZXQuPC9wPg0KDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iNTBweCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzLzgwMDM4LmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9oZXJtZXMtdXNlZjIuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2xvZ29TdGxIb3JzZVNob3cucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0dTSFNfbG9nb18zODR4Mzg0LnBuZyJdWy9jbGllbnRzXQ0KWy9mdWxsd2lkdGhdDQpbc2VwYXJhdG9yIHRvcD0iLTU1Il0=', 1),
|
||
(184, 44, 0, '2014-03-03 13:00:51', 'original_id', '', 0, '4705', '', 1),
|
||
(185, 45, 0, '2014-03-03 13:01:06', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(186, 45, 0, '2014-03-03 13:01:06', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1QjdCOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+PHAgc3R5bGU9ImZvbnQtc2l6ZToxOHB4O3RleHQtYWxpZ246IGNlbnRlcjsgbWFyZ2luLXRvcDogLTEwcHg7Ij5XaXRoIG92ZXIgPHNwYW4gY2xhc3M9InRvb2x0aXAtc2hvcnRjb2RlIj48c3Ryb25nPjMyLDAwMCBVc2VycyBhbmQgY291bnRpbmc8L3N0cm9uZz48c3BhbiBjbGFzcz0icG9wdXAiPiA8c3BhbiBjbGFzcz0iaG9sZGVyIj4gPHNwYW4+ODAwKyBTYWxlcyBQZXIgV2VlayE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4sIEF2YWRhIGlzIHRoZSByaWdodCBjaG9pY2UgZm9yIHlvdSEgU2ltcGx5IHB1dCwgaXRzIHRoZSA8c3BhbiBjbGFzcz0idG9vbHRpcC1zaG9ydGNvZGUiPjxzdHJvbmc+bW9zdCBjb21wbGV0ZSBhbmQgdHJ1c3RlZDwvc3Ryb25nPjxzcGFuIGNsYXNzPSJwb3B1cCI+IDxzcGFuIGNsYXNzPSJob2xkZXIiPiA8c3Bhbj5XZSBMb3ZlIE91ciBVc2VycyE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4gd29yZHByZXNzIHRoZW1lIG9uIHRoZSBtYXJrZXQuPC9wPg0KDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iNTBweCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzLzgwMDM4LmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9oZXJtZXMtdXNlZjIuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2xvZ29TdGxIb3JzZVNob3cucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0dTSFNfbG9nb18zODR4Mzg0LnBuZyJdWy9jbGllbnRzXQ0KWy9mdWxsd2lkdGhdDQpbc2VwYXJhdG9yIHRvcD0iLTU1Il0=', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1QjdCOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+PHAgc3R5bGU9ImZvbnQtc2l6ZToxOHB4O3RleHQtYWxpZ246IGNlbnRlcjsgbWFyZ2luLXRvcDogLTEwcHg7Ij5XaXRoIG92ZXIgPHNwYW4gY2xhc3M9InRvb2x0aXAtc2hvcnRjb2RlIj48c3Ryb25nPjMyLDAwMCBVc2VycyBhbmQgY291bnRpbmc8L3N0cm9uZz48c3BhbiBjbGFzcz0icG9wdXAiPiA8c3BhbiBjbGFzcz0iaG9sZGVyIj4gPHNwYW4+ODAwKyBTYWxlcyBQZXIgV2VlayE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4sIEF2YWRhIGlzIHRoZSByaWdodCBjaG9pY2UgZm9yIHlvdSEgU2ltcGx5IHB1dCwgaXRzIHRoZSA8c3BhbiBjbGFzcz0idG9vbHRpcC1zaG9ydGNvZGUiPjxzdHJvbmc+bW9zdCBjb21wbGV0ZSBhbmQgdHJ1c3RlZDwvc3Ryb25nPjxzcGFuIGNsYXNzPSJwb3B1cCI+IDxzcGFuIGNsYXNzPSJob2xkZXIiPiA8c3Bhbj5XZSBMb3ZlIE91ciBVc2VycyE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4gd29yZHByZXNzIHRoZW1lIG9uIHRoZSBtYXJrZXQuPC9wPg0KDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNoYWRvdyJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iU2VydmljaW9zIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iNTBweCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzLzgwMDM4LmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9oZXJtZXMtdXNlZjIuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2xvZ29TdGxIb3JzZVNob3cucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0dTSFNfbG9nb18zODR4Mzg0LnBuZyJdWy9jbGllbnRzXQ0KWy9mdWxsd2lkdGhdDQpbc2VwYXJhdG9yIHRvcD0iLTU1Il0=', 1),
|
||
(187, 45, 0, '2014-03-03 13:01:06', 'original_id', '', 0, '4705', '', 1),
|
||
(188, 46, 0, '2014-03-03 13:01:29', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1);
|
||
INSERT INTO `drgrp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
|
||
(189, 46, 0, '2014-03-03 13:01:29', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1QjdCOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+PHAgc3R5bGU9ImZvbnQtc2l6ZToxOHB4O3RleHQtYWxpZ246IGNlbnRlcjsgbWFyZ2luLXRvcDogLTEwcHg7Ij5XaXRoIG92ZXIgPHNwYW4gY2xhc3M9InRvb2x0aXAtc2hvcnRjb2RlIj48c3Ryb25nPjMyLDAwMCBVc2VycyBhbmQgY291bnRpbmc8L3N0cm9uZz48c3BhbiBjbGFzcz0icG9wdXAiPiA8c3BhbiBjbGFzcz0iaG9sZGVyIj4gPHNwYW4+ODAwKyBTYWxlcyBQZXIgV2VlayE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4sIEF2YWRhIGlzIHRoZSByaWdodCBjaG9pY2UgZm9yIHlvdSEgU2ltcGx5IHB1dCwgaXRzIHRoZSA8c3BhbiBjbGFzcz0idG9vbHRpcC1zaG9ydGNvZGUiPjxzdHJvbmc+bW9zdCBjb21wbGV0ZSBhbmQgdHJ1c3RlZDwvc3Ryb25nPjxzcGFuIGNsYXNzPSJwb3B1cCI+IDxzcGFuIGNsYXNzPSJob2xkZXIiPiA8c3Bhbj5XZSBMb3ZlIE91ciBVc2VycyE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4gd29yZHByZXNzIHRoZW1lIG9uIHRoZSBtYXJrZXQuPC9wPg0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NCltyZWNlbnRfaG9yc2VzIGxheW91dD0iY2Fyb3VzZWwiIGZpbHRlcnM9InllcyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI4IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJTZXJ2aWNpb3MiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1QjdCOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+PHAgc3R5bGU9ImZvbnQtc2l6ZToxOHB4O3RleHQtYWxpZ246IGNlbnRlcjsgbWFyZ2luLXRvcDogLTEwcHg7Ij5XaXRoIG92ZXIgPHNwYW4gY2xhc3M9InRvb2x0aXAtc2hvcnRjb2RlIj48c3Ryb25nPjMyLDAwMCBVc2VycyBhbmQgY291bnRpbmc8L3N0cm9uZz48c3BhbiBjbGFzcz0icG9wdXAiPiA8c3BhbiBjbGFzcz0iaG9sZGVyIj4gPHNwYW4+ODAwKyBTYWxlcyBQZXIgV2VlayE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4sIEF2YWRhIGlzIHRoZSByaWdodCBjaG9pY2UgZm9yIHlvdSEgU2ltcGx5IHB1dCwgaXRzIHRoZSA8c3BhbiBjbGFzcz0idG9vbHRpcC1zaG9ydGNvZGUiPjxzdHJvbmc+bW9zdCBjb21wbGV0ZSBhbmQgdHJ1c3RlZDwvc3Ryb25nPjxzcGFuIGNsYXNzPSJwb3B1cCI+IDxzcGFuIGNsYXNzPSJob2xkZXIiPiA8c3Bhbj5XZSBMb3ZlIE91ciBVc2VycyE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4gd29yZHByZXNzIHRoZW1lIG9uIHRoZSBtYXJrZXQuPC9wPg0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NCltyZWNlbnRfaG9yc2VzIGxheW91dD0iY2Fyb3VzZWwiIGZpbHRlcnM9InllcyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI4IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJTZXJ2aWNpb3MiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 1),
|
||
(190, 46, 0, '2014-03-03 13:01:29', 'original_id', '', 0, '4705', '', 1),
|
||
(191, 47, 0, '2014-03-03 13:01:40', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(192, 47, 0, '2014-03-03 13:01:40', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1QjdCOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+PHAgc3R5bGU9ImZvbnQtc2l6ZToxOHB4O3RleHQtYWxpZ246IGNlbnRlcjsgbWFyZ2luLXRvcDogLTEwcHg7Ij5XaXRoIG92ZXIgPHNwYW4gY2xhc3M9InRvb2x0aXAtc2hvcnRjb2RlIj48c3Ryb25nPjMyLDAwMCBVc2VycyBhbmQgY291bnRpbmc8L3N0cm9uZz48c3BhbiBjbGFzcz0icG9wdXAiPiA8c3BhbiBjbGFzcz0iaG9sZGVyIj4gPHNwYW4+ODAwKyBTYWxlcyBQZXIgV2VlayE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4sIEF2YWRhIGlzIHRoZSByaWdodCBjaG9pY2UgZm9yIHlvdSEgU2ltcGx5IHB1dCwgaXRzIHRoZSA8c3BhbiBjbGFzcz0idG9vbHRpcC1zaG9ydGNvZGUiPjxzdHJvbmc+bW9zdCBjb21wbGV0ZSBhbmQgdHJ1c3RlZDwvc3Ryb25nPjxzcGFuIGNsYXNzPSJwb3B1cCI+IDxzcGFuIGNsYXNzPSJob2xkZXIiPiA8c3Bhbj5XZSBMb3ZlIE91ciBVc2VycyE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4gd29yZHByZXNzIHRoZW1lIG9uIHRoZSBtYXJrZXQuPC9wPg0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NCltyZWNlbnRfaG9yc2VzIGxheW91dD0iY2Fyb3VzZWwiIGZpbHRlcnM9InllcyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI4IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJTZXJ2aWNpb3MiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1QjdCOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+PHAgc3R5bGU9ImZvbnQtc2l6ZToxOHB4O3RleHQtYWxpZ246IGNlbnRlcjsgbWFyZ2luLXRvcDogLTEwcHg7Ij5XaXRoIG92ZXIgPHNwYW4gY2xhc3M9InRvb2x0aXAtc2hvcnRjb2RlIj48c3Ryb25nPjMyLDAwMCBVc2VycyBhbmQgY291bnRpbmc8L3N0cm9uZz48c3BhbiBjbGFzcz0icG9wdXAiPiA8c3BhbiBjbGFzcz0iaG9sZGVyIj4gPHNwYW4+ODAwKyBTYWxlcyBQZXIgV2VlayE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4sIEF2YWRhIGlzIHRoZSByaWdodCBjaG9pY2UgZm9yIHlvdSEgU2ltcGx5IHB1dCwgaXRzIHRoZSA8c3BhbiBjbGFzcz0idG9vbHRpcC1zaG9ydGNvZGUiPjxzdHJvbmc+bW9zdCBjb21wbGV0ZSBhbmQgdHJ1c3RlZDwvc3Ryb25nPjxzcGFuIGNsYXNzPSJwb3B1cCI+IDxzcGFuIGNsYXNzPSJob2xkZXIiPiA8c3Bhbj5XZSBMb3ZlIE91ciBVc2VycyE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4gd29yZHByZXNzIHRoZW1lIG9uIHRoZSBtYXJrZXQuPC9wPg0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NCltyZWNlbnRfaG9yc2VzIGxheW91dD0iY2Fyb3VzZWwiIGZpbHRlcnM9InllcyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI4IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJTZXJ2aWNpb3MiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 1),
|
||
(193, 47, 0, '2014-03-03 13:01:40', 'original_id', '', 0, '4705', '', 1),
|
||
(194, 48, 0, '2014-03-03 13:02:00', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(195, 48, 0, '2014-03-03 13:02:00', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1QjdCOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+PHAgc3R5bGU9ImZvbnQtc2l6ZToxOHB4O3RleHQtYWxpZ246IGNlbnRlcjsgbWFyZ2luLXRvcDogLTEwcHg7Ij5XaXRoIG92ZXIgPHNwYW4gY2xhc3M9InRvb2x0aXAtc2hvcnRjb2RlIj48c3Ryb25nPjMyLDAwMCBVc2VycyBhbmQgY291bnRpbmc8L3N0cm9uZz48c3BhbiBjbGFzcz0icG9wdXAiPiA8c3BhbiBjbGFzcz0iaG9sZGVyIj4gPHNwYW4+ODAwKyBTYWxlcyBQZXIgV2VlayE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4sIEF2YWRhIGlzIHRoZSByaWdodCBjaG9pY2UgZm9yIHlvdSEgU2ltcGx5IHB1dCwgaXRzIHRoZSA8c3BhbiBjbGFzcz0idG9vbHRpcC1zaG9ydGNvZGUiPjxzdHJvbmc+bW9zdCBjb21wbGV0ZSBhbmQgdHJ1c3RlZDwvc3Ryb25nPjxzcGFuIGNsYXNzPSJwb3B1cCI+IDxzcGFuIGNsYXNzPSJob2xkZXIiPiA8c3Bhbj5XZSBMb3ZlIE91ciBVc2VycyE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4gd29yZHByZXNzIHRoZW1lIG9uIHRoZSBtYXJrZXQuPC9wPg0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2luZ2xlIl0NCltyZWNlbnRfaG9yc2VzIGxheW91dD0iY2Fyb3VzZWwiIGZpbHRlcnM9InllcyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI4IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJTZXJ2aWNpb3MiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1QjdCOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+PHAgc3R5bGU9ImZvbnQtc2l6ZToxOHB4O3RleHQtYWxpZ246IGNlbnRlcjsgbWFyZ2luLXRvcDogLTEwcHg7Ij5XaXRoIG92ZXIgPHNwYW4gY2xhc3M9InRvb2x0aXAtc2hvcnRjb2RlIj48c3Ryb25nPjMyLDAwMCBVc2VycyBhbmQgY291bnRpbmc8L3N0cm9uZz48c3BhbiBjbGFzcz0icG9wdXAiPiA8c3BhbiBjbGFzcz0iaG9sZGVyIj4gPHNwYW4+ODAwKyBTYWxlcyBQZXIgV2VlayE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4sIEF2YWRhIGlzIHRoZSByaWdodCBjaG9pY2UgZm9yIHlvdSEgU2ltcGx5IHB1dCwgaXRzIHRoZSA8c3BhbiBjbGFzcz0idG9vbHRpcC1zaG9ydGNvZGUiPjxzdHJvbmc+bW9zdCBjb21wbGV0ZSBhbmQgdHJ1c3RlZDwvc3Ryb25nPjxzcGFuIGNsYXNzPSJwb3B1cCI+IDxzcGFuIGNsYXNzPSJob2xkZXIiPiA8c3Bhbj5XZSBMb3ZlIE91ciBVc2VycyE8L3NwYW4+IDwvc3Bhbj4gPC9zcGFuPjwvc3Bhbj4gd29yZHByZXNzIHRoZW1lIG9uIHRoZSBtYXJrZXQuPC9wPg0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2luZ2xlIl0NCltyZWNlbnRfaG9yc2VzIGxheW91dD0iY2Fyb3VzZWwiIGZpbHRlcnM9InllcyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI4IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJTZXJ2aWNpb3MiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 1),
|
||
(196, 48, 0, '2014-03-03 13:02:00', 'original_id', '', 0, '4705', '', 1),
|
||
(197, 49, 0, '2014-03-03 13:05:30', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(198, 49, 0, '2014-03-03 13:05:30', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1QjdCOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+PHAgc3R5bGU9ImZvbnQtc2l6ZToxOHB4O3RleHQtYWxpZ246IGNlbnRlcjsgbWFyZ2luLXRvcDogLTEwcHg7Ij5FbiA8c3BhbiBjbGFzcz0idG9vbHRpcC1zaG9ydGNvZGUiPjxzdHJvbmc+RG91YmxlIFIgR3JvdXA8L3N0cm9uZz4gbm9zIGRlZGljYW1vcyBhIGxhIDxzdHJvbmc+Y3LDrWEgeSB2ZW50YTwvc3Ryb25nPiBkZSBjYWJhbGxvcyBhIG5pdmVsIG11bmRpYWw8L3A+DQpbc2VwYXJhdG9yIHRvcD0iNDAiIHN0eWxlPSJzaW5nbGUiXQ0KW3JlY2VudF9ob3JzZXMgbGF5b3V0PSJjYXJvdXNlbCIgZmlsdGVycz0ieWVzIiBjb2x1bW5zPSI0IiBjYXRfc2x1Zz0iIiBudW1iZXJfcG9zdHM9IjgiIGV4Y2VycHRfd29yZHM9IjE1IiBhbmltYXRpb25fdHlwZT0iYm91bmNlIiBhbmltYXRpb25fZGlyZWN0aW9uPSJkb3duIiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdWy9yZWNlbnRfaG9yc2VzXQ0KWy9mdWxsd2lkdGhdDQpbc2VwYXJhdG9yIHRvcD0iMTAiXQ0KW2Z1bGx3aWR0aCBiYWNrZ3JvdW5kY29sb3I9IiNmMGYwZmYiIGJhY2tncm91bmRpbWFnZT0iIiBiYWNrZ3JvdW5kcmVwZWF0PSJuby1yZXBlYXQiIGJhY2tncm91bmRwb3NpdGlvbj0ibGVmdCB0b3AiIGJhY2tncm91bmRhdHRhY2htZW50PSJzY3JvbGwiIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjIwcHgiXVtvbmVfaGFsZiBsYXN0PSJubyJdW3lvdXR1YmUgaWQ9Iks3MDhRNHppcEV3IiB3aWR0aD0iNjAwIiBoZWlnaHQ9IjMzOCIgYXV0b3BsYXk9Im5vIl1bL29uZV9oYWxmXQ0KW29uZV9oYWxmIGxhc3Q9InllcyJdW3RpdGxlIHNpemU9IjMiXUNhYmFsbG9zIGRlIGNvbXBldGljacOzblsvdGl0bGVdDQpJbnRlZ2VyIHRpbmNpZHVudCBuZXF1ZSBjb21tb2RvIGJsYW5kaXQgbG9ib3J0aXMuIERvbmVjIHZlc3RpYnVsdW0gZXJvcyBzaXQgYW1ldCBhbnRlIGNvbmd1ZSBtYWxlc3VhZGEgZXUgdml0YWUgbGFjdXMuIEludGVnZXIgZWdldCBlbGl0IG1ldHVzLiBEb25lYyBpbiBkb2xvciBzZWQgdHVycGlzIGNvbmRpbWVudHVtIGFsaXF1YW0uIFNlZCB1bHRyaWNlcyBhYyBsaWJlcm8gZXUgbHVjdHVzLiBOdWxsYW0gdXQgYXVjdG9yIGFyY3UsIG5vbiBhY2N1bXNhbiBlbGl0LiBTZWQgcG9ydHRpdG9yIGZyaW5naWxsYSBudW5jLiBWZXN0aWJ1bHVtIHBlbGxlbnRlc3F1ZSBpYWN1bGlzIGVsaXQgZXUgdGluY2lkdW50LiBJbnRlZ2VyIG5vbiBvcm5hcmUgbWFnbmEsIHNpdCBhbWV0IHJ1dHJ1bSBuZXF1ZS4NClsvb25lX2hhbGZdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMCJdDQpbc2VwYXJhdG9yIHRvcD0iNDAiIHN0eWxlPSJzaGFkb3ciXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDMtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDcsOtYSJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAyMS0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNvbXBldGljacOzbiJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NCltvbmVfdGhpcmQgbGFzdD0ieWVzIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9zdGFibGVzMS5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IlNlcnZpY2lvcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIHBhZGRpbmdUb3A9IjUwcHgiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy84MDAzOC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaGVybWVzLXVzZWYyLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9sb2dvU3RsSG9yc2VTaG93LnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HU0hTX2xvZ29fMzg0eDM4NC5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1QjdCOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+PHAgc3R5bGU9ImZvbnQtc2l6ZToxOHB4O3RleHQtYWxpZ246IGNlbnRlcjsgbWFyZ2luLXRvcDogLTEwcHg7Ij5FbiA8c3BhbiBjbGFzcz0idG9vbHRpcC1zaG9ydGNvZGUiPjxzdHJvbmc+RG91YmxlIFIgR3JvdXA8L3N0cm9uZz4gbm9zIGRlZGljYW1vcyBhIGxhIDxzdHJvbmc+Y3LDrWEgeSB2ZW50YTwvc3Ryb25nPiBkZSBjYWJhbGxvcyBhIG5pdmVsIG11bmRpYWw8L3A+DQpbc2VwYXJhdG9yIHRvcD0iNDAiIHN0eWxlPSJzaW5nbGUiXQ0KW3JlY2VudF9ob3JzZXMgbGF5b3V0PSJjYXJvdXNlbCIgZmlsdGVycz0ieWVzIiBjb2x1bW5zPSI0IiBjYXRfc2x1Zz0iIiBudW1iZXJfcG9zdHM9IjgiIGV4Y2VycHRfd29yZHM9IjE1IiBhbmltYXRpb25fdHlwZT0iYm91bmNlIiBhbmltYXRpb25fZGlyZWN0aW9uPSJkb3duIiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdWy9yZWNlbnRfaG9yc2VzXQ0KWy9mdWxsd2lkdGhdDQpbc2VwYXJhdG9yIHRvcD0iMTAiXQ0KW2Z1bGx3aWR0aCBiYWNrZ3JvdW5kY29sb3I9IiNmMGYwZmYiIGJhY2tncm91bmRpbWFnZT0iIiBiYWNrZ3JvdW5kcmVwZWF0PSJuby1yZXBlYXQiIGJhY2tncm91bmRwb3NpdGlvbj0ibGVmdCB0b3AiIGJhY2tncm91bmRhdHRhY2htZW50PSJzY3JvbGwiIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjIwcHgiXVtvbmVfaGFsZiBsYXN0PSJubyJdW3lvdXR1YmUgaWQ9Iks3MDhRNHppcEV3IiB3aWR0aD0iNjAwIiBoZWlnaHQ9IjMzOCIgYXV0b3BsYXk9Im5vIl1bL29uZV9oYWxmXQ0KW29uZV9oYWxmIGxhc3Q9InllcyJdW3RpdGxlIHNpemU9IjMiXUNhYmFsbG9zIGRlIGNvbXBldGljacOzblsvdGl0bGVdDQpJbnRlZ2VyIHRpbmNpZHVudCBuZXF1ZSBjb21tb2RvIGJsYW5kaXQgbG9ib3J0aXMuIERvbmVjIHZlc3RpYnVsdW0gZXJvcyBzaXQgYW1ldCBhbnRlIGNvbmd1ZSBtYWxlc3VhZGEgZXUgdml0YWUgbGFjdXMuIEludGVnZXIgZWdldCBlbGl0IG1ldHVzLiBEb25lYyBpbiBkb2xvciBzZWQgdHVycGlzIGNvbmRpbWVudHVtIGFsaXF1YW0uIFNlZCB1bHRyaWNlcyBhYyBsaWJlcm8gZXUgbHVjdHVzLiBOdWxsYW0gdXQgYXVjdG9yIGFyY3UsIG5vbiBhY2N1bXNhbiBlbGl0LiBTZWQgcG9ydHRpdG9yIGZyaW5naWxsYSBudW5jLiBWZXN0aWJ1bHVtIHBlbGxlbnRlc3F1ZSBpYWN1bGlzIGVsaXQgZXUgdGluY2lkdW50LiBJbnRlZ2VyIG5vbiBvcm5hcmUgbWFnbmEsIHNpdCBhbWV0IHJ1dHJ1bSBuZXF1ZS4NClsvb25lX2hhbGZdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMCJdDQpbc2VwYXJhdG9yIHRvcD0iNDAiIHN0eWxlPSJzaGFkb3ciXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDMtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDcsOtYSJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAyMS0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNvbXBldGljacOzbiJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NCltvbmVfdGhpcmQgbGFzdD0ieWVzIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9zdGFibGVzMS5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IlNlcnZpY2lvcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIHBhZGRpbmdUb3A9IjUwcHgiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy84MDAzOC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaGVybWVzLXVzZWYyLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9sb2dvU3RsSG9yc2VTaG93LnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HU0hTX2xvZ29fMzg0eDM4NC5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 1),
|
||
(200, 50, 0, '2014-03-03 13:05:47', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(201, 50, 0, '2014-03-03 13:05:47', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1QjdCOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+PHAgc3R5bGU9ImZvbnQtc2l6ZToxOHB4O3RleHQtYWxpZ246IGNlbnRlcjsgbWFyZ2luLXRvcDogLTEwcHg7Ij5FbiA8c3Ryb25nPkRvdWJsZSBSIEdyb3VwPC9zdHJvbmc+IG5vcyBkZWRpY2Ftb3MgYSBsYSA8c3Ryb25nPmNyw61hIHkgdmVudGE8L3N0cm9uZz4gZGUgY2FiYWxsb3MgYSBuaXZlbCBtdW5kaWFsPC9wPg0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2luZ2xlIl0NCltyZWNlbnRfaG9yc2VzIGxheW91dD0iY2Fyb3VzZWwiIGZpbHRlcnM9InllcyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI4IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJTZXJ2aWNpb3MiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1QjdCOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+PHAgc3R5bGU9ImZvbnQtc2l6ZToxOHB4O3RleHQtYWxpZ246IGNlbnRlcjsgbWFyZ2luLXRvcDogLTEwcHg7Ij5FbiA8c3Ryb25nPkRvdWJsZSBSIEdyb3VwPC9zdHJvbmc+IG5vcyBkZWRpY2Ftb3MgYSBsYSA8c3Ryb25nPmNyw61hIHkgdmVudGE8L3N0cm9uZz4gZGUgY2FiYWxsb3MgYSBuaXZlbCBtdW5kaWFsPC9wPg0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2luZ2xlIl0NCltyZWNlbnRfaG9yc2VzIGxheW91dD0iY2Fyb3VzZWwiIGZpbHRlcnM9InllcyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI4IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2hhZG93Il0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJTZXJ2aWNpb3MiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 1),
|
||
(199, 49, 0, '2014-03-03 13:05:30', 'original_id', '', 0, '4705', '', 1),
|
||
(202, 50, 0, '2014-03-03 13:05:47', 'original_id', '', 0, '4705', '', 1),
|
||
(203, 51, 0, '2014-03-03 13:06:04', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1);
|
||
INSERT INTO `drgrp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
|
||
(204, 51, 0, '2014-03-03 13:06:04', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1QjdCOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+PHAgc3R5bGU9ImZvbnQtc2l6ZToxOHB4O3RleHQtYWxpZ246IGNlbnRlcjsgbWFyZ2luLXRvcDogLTEwcHg7Ij5FbiA8c3Ryb25nPkRvdWJsZSBSIEdyb3VwPC9zdHJvbmc+IG5vcyBkZWRpY2Ftb3MgYSBsYSA8c3Ryb25nPmNyw61hIHkgdmVudGE8L3N0cm9uZz4gZGUgY2FiYWxsb3MgYSBuaXZlbCBtdW5kaWFsPC9wPg0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2luZ2xlIl0NCltyZWNlbnRfaG9yc2VzIGxheW91dD0iY2Fyb3VzZWwiIGZpbHRlcnM9InllcyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI4IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDMtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDcsOtYSJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAyMS0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNvbXBldGljacOzbiJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NCltvbmVfdGhpcmQgbGFzdD0ieWVzIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9zdGFibGVzMS5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IlNlcnZpY2lvcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIHBhZGRpbmdUb3A9IjUwcHgiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy84MDAzOC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaGVybWVzLXVzZWYyLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9sb2dvU3RsSG9yc2VTaG93LnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HU0hTX2xvZ29fMzg0eDM4NC5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1QjdCOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+PHAgc3R5bGU9ImZvbnQtc2l6ZToxOHB4O3RleHQtYWxpZ246IGNlbnRlcjsgbWFyZ2luLXRvcDogLTEwcHg7Ij5FbiA8c3Ryb25nPkRvdWJsZSBSIEdyb3VwPC9zdHJvbmc+IG5vcyBkZWRpY2Ftb3MgYSBsYSA8c3Ryb25nPmNyw61hIHkgdmVudGE8L3N0cm9uZz4gZGUgY2FiYWxsb3MgYSBuaXZlbCBtdW5kaWFsPC9wPg0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2luZ2xlIl0NCltyZWNlbnRfaG9yc2VzIGxheW91dD0iY2Fyb3VzZWwiIGZpbHRlcnM9InllcyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI4IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDMtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDcsOtYSJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAyMS0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNvbXBldGljacOzbiJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NCltvbmVfdGhpcmQgbGFzdD0ieWVzIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9zdGFibGVzMS5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IlNlcnZpY2lvcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIHBhZGRpbmdUb3A9IjUwcHgiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy84MDAzOC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaGVybWVzLXVzZWYyLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9sb2dvU3RsSG9yc2VTaG93LnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HU0hTX2xvZ29fMzg0eDM4NC5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 1),
|
||
(206, 52, 0, '2014-03-03 13:06:27', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(205, 51, 0, '2014-03-03 13:06:04', 'original_id', '', 0, '4705', '', 1),
|
||
(207, 52, 0, '2014-03-03 13:06:27', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1QjdCOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+PHAgc3R5bGU9ImZvbnQtc2l6ZToxOHB4O3RleHQtYWxpZ246IGNlbnRlcjsgbWFyZ2luLXRvcDogLTEwcHg7Ij5FbiA8c3Ryb25nPkRvdWJsZSBSIEdyb3VwPC9zdHJvbmc+IG5vcyBkZWRpY2Ftb3MgYSBsYSA8c3Ryb25nPmNyw61hIHkgdmVudGE8L3N0cm9uZz4gZGUgY2FiYWxsb3MgYSBuaXZlbCBtdW5kaWFsPC9wPg0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2luZ2xlIl0NCltyZWNlbnRfaG9yc2VzIGxheW91dD0iY2Fyb3VzZWwiIGZpbHRlcnM9InllcyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI4IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDMtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDcsOtYSJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAyMS0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNvbXBldGljacOzbiJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NCltvbmVfdGhpcmQgbGFzdD0ieWVzIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9zdGFibGVzMS5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9Ikluc3RhbGFjaW9uZXMiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1QjdCOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+PHAgc3R5bGU9ImZvbnQtc2l6ZToxOHB4O3RleHQtYWxpZ246IGNlbnRlcjsgbWFyZ2luLXRvcDogLTEwcHg7Ij5FbiA8c3Ryb25nPkRvdWJsZSBSIEdyb3VwPC9zdHJvbmc+IG5vcyBkZWRpY2Ftb3MgYSBsYSA8c3Ryb25nPmNyw61hIHkgdmVudGE8L3N0cm9uZz4gZGUgY2FiYWxsb3MgYSBuaXZlbCBtdW5kaWFsPC9wPg0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2luZ2xlIl0NCltyZWNlbnRfaG9yc2VzIGxheW91dD0iY2Fyb3VzZWwiIGZpbHRlcnM9InllcyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI4IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDMtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDcsOtYSJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAyMS0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNvbXBldGljacOzbiJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NCltvbmVfdGhpcmQgbGFzdD0ieWVzIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9zdGFibGVzMS5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9Ikluc3RhbGFjaW9uZXMiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbL2Z1bGx3aWR0aF0NCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 1),
|
||
(208, 52, 0, '2014-03-03 13:06:27', 'original_id', '', 0, '4705', '', 1),
|
||
(209, 53, 0, '2014-03-03 13:07:16', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(210, 53, 0, '2014-03-03 13:07:16', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1QjdCOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+PHAgc3R5bGU9ImZvbnQtc2l6ZToxOHB4O3RleHQtYWxpZ246IGNlbnRlcjsgbWFyZ2luLXRvcDogLTEwcHg7Ij5FbiA8c3Ryb25nPkRvdWJsZSBSIEdyb3VwPC9zdHJvbmc+IG5vcyBkZWRpY2Ftb3MgYSBsYSA8c3Ryb25nPmNyw61hIHkgdmVudGE8L3N0cm9uZz4gZGUgY2FiYWxsb3MgYSBuaXZlbCBtdW5kaWFsPC9wPg0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2luZ2xlIl0NCltyZWNlbnRfaG9yc2VzIGxheW91dD0iY2Fyb3VzZWwiIGZpbHRlcnM9InllcyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI4IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2luZ2xlIl0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJJbnN0YWxhY2lvbmVzIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iNTBweCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzLzgwMDM4LmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9oZXJtZXMtdXNlZjIuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2xvZ29TdGxIb3JzZVNob3cucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0dTSFNfbG9nb18zODR4Mzg0LnBuZyJdWy9jbGllbnRzXQ0KWy9mdWxsd2lkdGhdDQpbc2VwYXJhdG9yIHRvcD0iLTU1Il0=', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1QjdCOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+PHAgc3R5bGU9ImZvbnQtc2l6ZToxOHB4O3RleHQtYWxpZ246IGNlbnRlcjsgbWFyZ2luLXRvcDogLTEwcHg7Ij5FbiA8c3Ryb25nPkRvdWJsZSBSIEdyb3VwPC9zdHJvbmc+IG5vcyBkZWRpY2Ftb3MgYSBsYSA8c3Ryb25nPmNyw61hIHkgdmVudGE8L3N0cm9uZz4gZGUgY2FiYWxsb3MgYSBuaXZlbCBtdW5kaWFsPC9wPg0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2luZ2xlIl0NCltyZWNlbnRfaG9yc2VzIGxheW91dD0iY2Fyb3VzZWwiIGZpbHRlcnM9InllcyIgY29sdW1ucz0iNCIgY2F0X3NsdWc9IiIgbnVtYmVyX3Bvc3RzPSI4IiBleGNlcnB0X3dvcmRzPSIxNSIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjBmMGZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2luZ2xlIl0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJJbnN0YWxhY2lvbmVzIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iNTBweCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzLzgwMDM4LmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9oZXJtZXMtdXNlZjIuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2xvZ29TdGxIb3JzZVNob3cucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0dTSFNfbG9nb18zODR4Mzg0LnBuZyJdWy9jbGllbnRzXQ0KWy9mdWxsd2lkdGhdDQpbc2VwYXJhdG9yIHRvcD0iLTU1Il0=', 1),
|
||
(211, 53, 0, '2014-03-03 13:07:16', 'original_id', '', 0, '4705', '', 1),
|
||
(212, 54, 0, '2014-03-03 13:08:36', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(213, 54, 0, '2014-03-03 13:08:36', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iSW5zdGFsYWNpb25lcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW3JlY2VudF9wb3N0cyBsYXlvdXQ9ImRlZmF1bHQiIGNvbHVtbnM9IjEiIG51bWJlcl9wb3N0cz0iMyIgY2F0X3NsdWc9IiIgZXhjbHVkZV9jYXRzPSIiIHRodW1ibmFpbD0ieWVzIiB0aXRsZT0ieWVzIiBtZXRhPSJ5ZXMiIGV4Y2VycHQ9InllcyIgZXhjZXJwdF93b3Jkcz0iMzUiIHN0cmlwX2h0bWw9InllcyIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X3Bvc3RzXQ0KDQpbL2Z1bGx3aWR0aF0NCg0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIHBhZGRpbmdUb3A9IjUwcHgiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy84MDAzOC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaGVybWVzLXVzZWYyLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9sb2dvU3RsSG9yc2VTaG93LnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HU0hTX2xvZ29fMzg0eDM4NC5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iSW5zdGFsYWNpb25lcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW3JlY2VudF9wb3N0cyBsYXlvdXQ9ImRlZmF1bHQiIGNvbHVtbnM9IjEiIG51bWJlcl9wb3N0cz0iMyIgY2F0X3NsdWc9IiIgZXhjbHVkZV9jYXRzPSIiIHRodW1ibmFpbD0ieWVzIiB0aXRsZT0ieWVzIiBtZXRhPSJ5ZXMiIGV4Y2VycHQ9InllcyIgZXhjZXJwdF93b3Jkcz0iMzUiIHN0cmlwX2h0bWw9InllcyIgYW5pbWF0aW9uX3R5cGU9ImJvdW5jZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X3Bvc3RzXQ0KDQpbL2Z1bGx3aWR0aF0NCg0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIHBhZGRpbmdUb3A9IjUwcHgiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy84MDAzOC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaGVybWVzLXVzZWYyLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9sb2dvU3RsSG9yc2VTaG93LnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HU0hTX2xvZ29fMzg0eDM4NC5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 1),
|
||
(214, 54, 0, '2014-03-03 13:08:36', 'original_id', '', 0, '4705', '', 1),
|
||
(215, 55, 0, '2014-03-03 13:11:01', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(216, 55, 0, '2014-03-03 13:11:01', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iSW5zdGFsYWNpb25lcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl0NCg0KW3JlY2VudF9wb3N0cyBsYXlvdXQ9InRodW1ibmFpbHMtb24tc2lkZSIgY29sdW1ucz0iMSIgbnVtYmVyX3Bvc3RzPSIzIiBjYXRfc2x1Zz0iIiBleGNsdWRlX2NhdHM9IiIgdGh1bWJuYWlsPSJ5ZXMiIHRpdGxlPSJ5ZXMiIG1ldGE9InllcyIgZXhjZXJwdD0ieWVzIiBleGNlcnB0X3dvcmRzPSIxNSIgc3RyaXBfaHRtbD0ieWVzIiBhbmltYXRpb25fdHlwZT0ic2xpZGUiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImxlZnQiIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9wb3N0c10NCg0KWy9vbmVfaGFsZl0gW29uZV9oYWxmIGxhc3Q9InllcyJdDQoNClsvb25lX2hhbGZdDQoNClsvZnVsbHdpZHRoXQ0KDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iNTBweCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzLzgwMDM4LmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9oZXJtZXMtdXNlZjIuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2xvZ29TdGxIb3JzZVNob3cucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0dTSFNfbG9nb18zODR4Mzg0LnBuZyJdWy9jbGllbnRzXQ0KWy9mdWxsd2lkdGhdDQpbc2VwYXJhdG9yIHRvcD0iLTU1Il0=', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iSW5zdGFsYWNpb25lcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl0NCg0KW3JlY2VudF9wb3N0cyBsYXlvdXQ9InRodW1ibmFpbHMtb24tc2lkZSIgY29sdW1ucz0iMSIgbnVtYmVyX3Bvc3RzPSIzIiBjYXRfc2x1Zz0iIiBleGNsdWRlX2NhdHM9IiIgdGh1bWJuYWlsPSJ5ZXMiIHRpdGxlPSJ5ZXMiIG1ldGE9InllcyIgZXhjZXJwdD0ieWVzIiBleGNlcnB0X3dvcmRzPSIxNSIgc3RyaXBfaHRtbD0ieWVzIiBhbmltYXRpb25fdHlwZT0ic2xpZGUiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImxlZnQiIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9wb3N0c10NCg0KWy9vbmVfaGFsZl0gW29uZV9oYWxmIGxhc3Q9InllcyJdDQoNClsvb25lX2hhbGZdDQoNClsvZnVsbHdpZHRoXQ0KDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iNTBweCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzLzgwMDM4LmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9oZXJtZXMtdXNlZjIuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2xvZ29TdGxIb3JzZVNob3cucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0dTSFNfbG9nb18zODR4Mzg0LnBuZyJdWy9jbGllbnRzXQ0KWy9mdWxsd2lkdGhdDQpbc2VwYXJhdG9yIHRvcD0iLTU1Il0=', 1),
|
||
(217, 55, 0, '2014-03-03 13:11:01', 'original_id', '', 0, '4705', '', 1),
|
||
(218, 56, 0, '2014-03-03 13:12:24', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1);
|
||
INSERT INTO `drgrp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
|
||
(219, 56, 0, '2014-03-03 13:12:24', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iSW5zdGFsYWNpb25lcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl0NCg0KW3RpdGxlIHNpemU9IjQiXcOabHRpbWFzIG5vdGljaWFzWy90aXRsZV0NCg0KW3JlY2VudF9wb3N0cyBsYXlvdXQ9InRodW1ibmFpbHMtb24tc2lkZSIgY29sdW1ucz0iMSIgbnVtYmVyX3Bvc3RzPSIzIiBjYXRfc2x1Zz0iIiBleGNsdWRlX2NhdHM9IiIgdGh1bWJuYWlsPSJ5ZXMiIHRpdGxlPSJ5ZXMiIG1ldGE9Im5vIiBleGNlcnB0PSJ5ZXMiIGV4Y2VycHRfd29yZHM9IjE1IiBzdHJpcF9odG1sPSJ5ZXMiIGFuaW1hdGlvbl90eXBlPSJzbGlkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0ibGVmdCIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X3Bvc3RzXQ0KDQpbL29uZV9oYWxmXSBbb25lX2hhbGYgbGFzdD0ieWVzIl0NCg0KW3RpdGxlIHNpemU9IjQiXUJvbGV0w61uIGRlIG5vdGljaWFzWy90aXRsZV0NCg0KWy9vbmVfaGFsZl0NCg0KWy9mdWxsd2lkdGhdDQoNCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iSW5zdGFsYWNpb25lcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl0NCg0KW3RpdGxlIHNpemU9IjQiXcOabHRpbWFzIG5vdGljaWFzWy90aXRsZV0NCg0KW3JlY2VudF9wb3N0cyBsYXlvdXQ9InRodW1ibmFpbHMtb24tc2lkZSIgY29sdW1ucz0iMSIgbnVtYmVyX3Bvc3RzPSIzIiBjYXRfc2x1Zz0iIiBleGNsdWRlX2NhdHM9IiIgdGh1bWJuYWlsPSJ5ZXMiIHRpdGxlPSJ5ZXMiIG1ldGE9Im5vIiBleGNlcnB0PSJ5ZXMiIGV4Y2VycHRfd29yZHM9IjE1IiBzdHJpcF9odG1sPSJ5ZXMiIGFuaW1hdGlvbl90eXBlPSJzbGlkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0ibGVmdCIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X3Bvc3RzXQ0KDQpbL29uZV9oYWxmXSBbb25lX2hhbGYgbGFzdD0ieWVzIl0NCg0KW3RpdGxlIHNpemU9IjQiXUJvbGV0w61uIGRlIG5vdGljaWFzWy90aXRsZV0NCg0KWy9vbmVfaGFsZl0NCg0KWy9mdWxsd2lkdGhdDQoNCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 1),
|
||
(220, 56, 0, '2014-03-03 13:12:24', 'original_id', '', 0, '4705', '', 1),
|
||
(221, 57, 0, '2014-03-03 13:12:43', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(222, 57, 0, '2014-03-03 13:12:43', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iSW5zdGFsYWNpb25lcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl0NCg0KW3RpdGxlIHNpemU9IjQiXcOabHRpbWFzIG5vdGljaWFzWy90aXRsZV0NCg0KW3JlY2VudF9wb3N0cyBsYXlvdXQ9InRodW1ibmFpbHMtb24tc2lkZSIgY29sdW1ucz0iMSIgbnVtYmVyX3Bvc3RzPSIzIiBjYXRfc2x1Zz0iIiBleGNsdWRlX2NhdHM9IiIgdGh1bWJuYWlsPSJ5ZXMiIHRpdGxlPSJ5ZXMiIG1ldGE9Im5vIiBleGNlcnB0PSJ5ZXMiIGV4Y2VycHRfd29yZHM9IjE1IiBzdHJpcF9odG1sPSJ5ZXMiIGFuaW1hdGlvbl90eXBlPSJzbGlkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0ibGVmdCIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X3Bvc3RzXQ0KDQpbL29uZV9oYWxmXSBbb25lX2hhbGYgbGFzdD0ieWVzIl0NCg0KW3RpdGxlIHNpemU9IjQiXUJvbGV0w61uIGRlIG5vdGljaWFzWy90aXRsZV0NCg0KWy9vbmVfaGFsZl0NCg0KWy9mdWxsd2lkdGhdDQoNCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iSW5zdGFsYWNpb25lcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2YwZjBmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl0NCg0KW3RpdGxlIHNpemU9IjQiXcOabHRpbWFzIG5vdGljaWFzWy90aXRsZV0NCg0KW3JlY2VudF9wb3N0cyBsYXlvdXQ9InRodW1ibmFpbHMtb24tc2lkZSIgY29sdW1ucz0iMSIgbnVtYmVyX3Bvc3RzPSIzIiBjYXRfc2x1Zz0iIiBleGNsdWRlX2NhdHM9IiIgdGh1bWJuYWlsPSJ5ZXMiIHRpdGxlPSJ5ZXMiIG1ldGE9Im5vIiBleGNlcnB0PSJ5ZXMiIGV4Y2VycHRfd29yZHM9IjE1IiBzdHJpcF9odG1sPSJ5ZXMiIGFuaW1hdGlvbl90eXBlPSJzbGlkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0ibGVmdCIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X3Bvc3RzXQ0KDQpbL29uZV9oYWxmXSBbb25lX2hhbGYgbGFzdD0ieWVzIl0NCg0KW3RpdGxlIHNpemU9IjQiXUJvbGV0w61uIGRlIG5vdGljaWFzWy90aXRsZV0NCg0KWy9vbmVfaGFsZl0NCg0KWy9mdWxsd2lkdGhdDQoNCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 1),
|
||
(223, 57, 0, '2014-03-03 13:12:43', 'original_id', '', 0, '4705', '', 1),
|
||
(224, 58, 0, '2014-03-03 13:13:33', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(225, 58, 0, '2014-03-03 13:13:33', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iSW5zdGFsYWNpb25lcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXQ0KDQpbdGl0bGUgc2l6ZT0iNCJdw5psdGltYXMgbm90aWNpYXNbL3RpdGxlXQ0KDQpbcmVjZW50X3Bvc3RzIGxheW91dD0idGh1bWJuYWlscy1vbi1zaWRlIiBjb2x1bW5zPSIxIiBudW1iZXJfcG9zdHM9IjMiIGNhdF9zbHVnPSIiIGV4Y2x1ZGVfY2F0cz0iIiB0aHVtYm5haWw9InllcyIgdGl0bGU9InllcyIgbWV0YT0ibm8iIGV4Y2VycHQ9InllcyIgZXhjZXJwdF93b3Jkcz0iMTUiIHN0cmlwX2h0bWw9InllcyIgYW5pbWF0aW9uX3R5cGU9InNsaWRlIiBhbmltYXRpb25fZGlyZWN0aW9uPSJsZWZ0IiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdWy9yZWNlbnRfcG9zdHNdDQoNClsvb25lX2hhbGZdIFtvbmVfaGFsZiBsYXN0PSJ5ZXMiXQ0KDQpbdGl0bGUgc2l6ZT0iNCJdQm9sZXTDrW4gZGUgbm90aWNpYXNbL3RpdGxlXQ0KDQpbL29uZV9oYWxmXQ0KDQpbL2Z1bGx3aWR0aF0NCg0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIHBhZGRpbmdUb3A9IjUwcHgiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy84MDAzOC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaGVybWVzLXVzZWYyLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9sb2dvU3RsSG9yc2VTaG93LnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HU0hTX2xvZ29fMzg0eDM4NC5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iSW5zdGFsYWNpb25lcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXQ0KDQpbdGl0bGUgc2l6ZT0iNCJdw5psdGltYXMgbm90aWNpYXNbL3RpdGxlXQ0KDQpbcmVjZW50X3Bvc3RzIGxheW91dD0idGh1bWJuYWlscy1vbi1zaWRlIiBjb2x1bW5zPSIxIiBudW1iZXJfcG9zdHM9IjMiIGNhdF9zbHVnPSIiIGV4Y2x1ZGVfY2F0cz0iIiB0aHVtYm5haWw9InllcyIgdGl0bGU9InllcyIgbWV0YT0ibm8iIGV4Y2VycHQ9InllcyIgZXhjZXJwdF93b3Jkcz0iMTUiIHN0cmlwX2h0bWw9InllcyIgYW5pbWF0aW9uX3R5cGU9InNsaWRlIiBhbmltYXRpb25fZGlyZWN0aW9uPSJsZWZ0IiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdWy9yZWNlbnRfcG9zdHNdDQoNClsvb25lX2hhbGZdIFtvbmVfaGFsZiBsYXN0PSJ5ZXMiXQ0KDQpbdGl0bGUgc2l6ZT0iNCJdQm9sZXTDrW4gZGUgbm90aWNpYXNbL3RpdGxlXQ0KDQpbL29uZV9oYWxmXQ0KDQpbL2Z1bGx3aWR0aF0NCg0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIHBhZGRpbmdUb3A9IjUwcHgiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy84MDAzOC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaGVybWVzLXVzZWYyLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9sb2dvU3RsSG9yc2VTaG93LnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HU0hTX2xvZ29fMzg0eDM4NC5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 1),
|
||
(226, 58, 0, '2014-03-03 13:13:33', 'original_id', '', 0, '4705', '', 1),
|
||
(227, 59, 0, '2014-03-03 13:16:41', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(228, 59, 0, '2014-03-03 13:16:41', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iSW5zdGFsYWNpb25lcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXQ0KDQpbdGl0bGUgc2l6ZT0iNCJdw5psdGltYXMgbm90aWNpYXNbL3RpdGxlXQ0KDQpbcmVjZW50X3Bvc3RzIGxheW91dD0iZGF0ZS1vbi1zaWRlIiBjb2x1bW5zPSIxIiBudW1iZXJfcG9zdHM9IjMiIGNhdF9zbHVnPSIiIGV4Y2x1ZGVfY2F0cz0iIiB0aHVtYm5haWw9InllcyIgdGl0bGU9InllcyIgbWV0YT0ibm8iIGV4Y2VycHQ9InllcyIgZXhjZXJwdF93b3Jkcz0iMTUiIHN0cmlwX2h0bWw9InllcyIgYW5pbWF0aW9uX3R5cGU9InNsaWRlIiBhbmltYXRpb25fZGlyZWN0aW9uPSJsZWZ0IiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdWy9yZWNlbnRfcG9zdHNdDQoNClsvb25lX2hhbGZdIFtvbmVfaGFsZiBsYXN0PSJ5ZXMiXQ0KDQpbdGl0bGUgc2l6ZT0iNCJdQm9sZXTDrW4gZGUgbm90aWNpYXNbL3RpdGxlXQ0KDQpbL29uZV9oYWxmXQ0KDQpbL2Z1bGx3aWR0aF0NCg0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIHBhZGRpbmdUb3A9IjUwcHgiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy84MDAzOC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaGVybWVzLXVzZWYyLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9sb2dvU3RsSG9yc2VTaG93LnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HU0hTX2xvZ29fMzg0eDM4NC5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iSW5zdGFsYWNpb25lcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXQ0KDQpbdGl0bGUgc2l6ZT0iNCJdw5psdGltYXMgbm90aWNpYXNbL3RpdGxlXQ0KDQpbcmVjZW50X3Bvc3RzIGxheW91dD0iZGF0ZS1vbi1zaWRlIiBjb2x1bW5zPSIxIiBudW1iZXJfcG9zdHM9IjMiIGNhdF9zbHVnPSIiIGV4Y2x1ZGVfY2F0cz0iIiB0aHVtYm5haWw9InllcyIgdGl0bGU9InllcyIgbWV0YT0ibm8iIGV4Y2VycHQ9InllcyIgZXhjZXJwdF93b3Jkcz0iMTUiIHN0cmlwX2h0bWw9InllcyIgYW5pbWF0aW9uX3R5cGU9InNsaWRlIiBhbmltYXRpb25fZGlyZWN0aW9uPSJsZWZ0IiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdWy9yZWNlbnRfcG9zdHNdDQoNClsvb25lX2hhbGZdIFtvbmVfaGFsZiBsYXN0PSJ5ZXMiXQ0KDQpbdGl0bGUgc2l6ZT0iNCJdQm9sZXTDrW4gZGUgbm90aWNpYXNbL3RpdGxlXQ0KDQpbL29uZV9oYWxmXQ0KDQpbL2Z1bGx3aWR0aF0NCg0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIHBhZGRpbmdUb3A9IjUwcHgiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy84MDAzOC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaGVybWVzLXVzZWYyLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9sb2dvU3RsSG9yc2VTaG93LnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HU0hTX2xvZ29fMzg0eDM4NC5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 1),
|
||
(229, 59, 0, '2014-03-03 13:16:41', 'original_id', '', 0, '4705', '', 1),
|
||
(230, 60, 0, '2014-03-03 13:17:10', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1);
|
||
INSERT INTO `drgrp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
|
||
(231, 60, 0, '2014-03-03 13:17:10', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iSW5zdGFsYWNpb25lcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXQ0KDQpbdGl0bGUgc2l6ZT0iNCJdw5psdGltYXMgbm90aWNpYXNbL3RpdGxlXQ0KDQpbcmVjZW50X3Bvc3RzIGxheW91dD0idGh1bWJuYWlscy1vbi1zaWRlIiBjb2x1bW5zPSIxIiBudW1iZXJfcG9zdHM9IjMiIGNhdF9zbHVnPSIiIGV4Y2x1ZGVfY2F0cz0iIiB0aHVtYm5haWw9InllcyIgdGl0bGU9InllcyIgbWV0YT0ibm8iIGV4Y2VycHQ9InllcyIgZXhjZXJwdF93b3Jkcz0iMTUiIHN0cmlwX2h0bWw9InllcyIgYW5pbWF0aW9uX3R5cGU9InNsaWRlIiBhbmltYXRpb25fZGlyZWN0aW9uPSJsZWZ0IiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdWy9yZWNlbnRfcG9zdHNdDQoNClsvb25lX2hhbGZdIFtvbmVfaGFsZiBsYXN0PSJ5ZXMiXQ0KDQpbdGl0bGUgc2l6ZT0iNCJdQm9sZXTDrW4gZGUgbm90aWNpYXNbL3RpdGxlXQ0KDQpbL29uZV9oYWxmXQ0KDQpbL2Z1bGx3aWR0aF0NCg0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIHBhZGRpbmdUb3A9IjUwcHgiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy84MDAzOC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaGVybWVzLXVzZWYyLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9sb2dvU3RsSG9yc2VTaG93LnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HU0hTX2xvZ29fMzg0eDM4NC5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iSW5zdGFsYWNpb25lcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXQ0KDQpbdGl0bGUgc2l6ZT0iNCJdw5psdGltYXMgbm90aWNpYXNbL3RpdGxlXQ0KDQpbcmVjZW50X3Bvc3RzIGxheW91dD0idGh1bWJuYWlscy1vbi1zaWRlIiBjb2x1bW5zPSIxIiBudW1iZXJfcG9zdHM9IjMiIGNhdF9zbHVnPSIiIGV4Y2x1ZGVfY2F0cz0iIiB0aHVtYm5haWw9InllcyIgdGl0bGU9InllcyIgbWV0YT0ibm8iIGV4Y2VycHQ9InllcyIgZXhjZXJwdF93b3Jkcz0iMTUiIHN0cmlwX2h0bWw9InllcyIgYW5pbWF0aW9uX3R5cGU9InNsaWRlIiBhbmltYXRpb25fZGlyZWN0aW9uPSJsZWZ0IiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdWy9yZWNlbnRfcG9zdHNdDQoNClsvb25lX2hhbGZdIFtvbmVfaGFsZiBsYXN0PSJ5ZXMiXQ0KDQpbdGl0bGUgc2l6ZT0iNCJdQm9sZXTDrW4gZGUgbm90aWNpYXNbL3RpdGxlXQ0KDQpbL29uZV9oYWxmXQ0KDQpbL2Z1bGx3aWR0aF0NCg0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIHBhZGRpbmdUb3A9IjUwcHgiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy84MDAzOC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaGVybWVzLXVzZWYyLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9sb2dvU3RsSG9yc2VTaG93LnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HU0hTX2xvZ29fMzg0eDM4NC5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 1),
|
||
(232, 60, 0, '2014-03-03 13:17:10', 'original_id', '', 0, '4705', '', 1),
|
||
(233, 61, 0, '2014-03-03 13:29:53', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(234, 61, 0, '2014-03-03 13:29:53', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iSW5zdGFsYWNpb25lcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXQ0KDQpbdGl0bGUgc2l6ZT0iNCJdw5psdGltYXMgbm90aWNpYXNbL3RpdGxlXQ0KDQpbcmVjZW50X3Bvc3RzIGxheW91dD0idGh1bWJuYWlscy1vbi1zaWRlIiBjb2x1bW5zPSIxIiBudW1iZXJfcG9zdHM9IjMiIGNhdF9zbHVnPSIiIGV4Y2x1ZGVfY2F0cz0iIiB0aHVtYm5haWw9InllcyIgdGl0bGU9InllcyIgbWV0YT0ibm8iIGV4Y2VycHQ9InllcyIgZXhjZXJwdF93b3Jkcz0iMTUiIHN0cmlwX2h0bWw9InllcyIgYW5pbWF0aW9uX3R5cGU9InNsaWRlIiBhbmltYXRpb25fZGlyZWN0aW9uPSJsZWZ0IiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdWy9yZWNlbnRfcG9zdHNdDQoNCltidXR0b24gbGluaz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy9ub3RpY2lhcy8iIGNvbG9yPSJkZWZhdWx0IiBzaXplPSJzbWFsbCIgdGFyZ2V0PSJfc2VsZiIgdGl0bGU9IiIgYW5pbWF0aW9uX3R5cGU9ImZhZGUiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1JciBhIGxhcyBub3RpY2lhcyAmZ3Q7Wy9idXR0b25dDQoNClsvb25lX2hhbGZdIFtvbmVfaGFsZiBsYXN0PSJ5ZXMiXQ0KDQpbdGl0bGUgc2l6ZT0iNCJdQm9sZXTDrW4gZGUgbm90aWNpYXNbL3RpdGxlXQ0KDQpbL29uZV9oYWxmXQ0KDQpbL2Z1bGx3aWR0aF0NCg0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIHBhZGRpbmdUb3A9IjUwcHgiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy84MDAzOC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaGVybWVzLXVzZWYyLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9sb2dvU3RsSG9yc2VTaG93LnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HU0hTX2xvZ29fMzg0eDM4NC5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iSW5zdGFsYWNpb25lcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXQ0KDQpbdGl0bGUgc2l6ZT0iNCJdw5psdGltYXMgbm90aWNpYXNbL3RpdGxlXQ0KDQpbcmVjZW50X3Bvc3RzIGxheW91dD0idGh1bWJuYWlscy1vbi1zaWRlIiBjb2x1bW5zPSIxIiBudW1iZXJfcG9zdHM9IjMiIGNhdF9zbHVnPSIiIGV4Y2x1ZGVfY2F0cz0iIiB0aHVtYm5haWw9InllcyIgdGl0bGU9InllcyIgbWV0YT0ibm8iIGV4Y2VycHQ9InllcyIgZXhjZXJwdF93b3Jkcz0iMTUiIHN0cmlwX2h0bWw9InllcyIgYW5pbWF0aW9uX3R5cGU9InNsaWRlIiBhbmltYXRpb25fZGlyZWN0aW9uPSJsZWZ0IiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdWy9yZWNlbnRfcG9zdHNdDQoNCltidXR0b24gbGluaz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy9ub3RpY2lhcy8iIGNvbG9yPSJkZWZhdWx0IiBzaXplPSJzbWFsbCIgdGFyZ2V0PSJfc2VsZiIgdGl0bGU9IiIgYW5pbWF0aW9uX3R5cGU9ImZhZGUiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1JciBhIGxhcyBub3RpY2lhcyAmZ3Q7Wy9idXR0b25dDQoNClsvb25lX2hhbGZdIFtvbmVfaGFsZiBsYXN0PSJ5ZXMiXQ0KDQpbdGl0bGUgc2l6ZT0iNCJdQm9sZXTDrW4gZGUgbm90aWNpYXNbL3RpdGxlXQ0KDQpbL29uZV9oYWxmXQ0KDQpbL2Z1bGx3aWR0aF0NCg0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIHBhZGRpbmdUb3A9IjUwcHgiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy84MDAzOC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaGVybWVzLXVzZWYyLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9sb2dvU3RsSG9yc2VTaG93LnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HU0hTX2xvZ29fMzg0eDM4NC5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 1),
|
||
(235, 61, 0, '2014-03-03 13:29:53', 'original_id', '', 0, '4705', '', 1),
|
||
(236, 62, 0, '2014-03-03 13:31:50', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(237, 62, 0, '2014-03-03 13:31:50', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iSW5zdGFsYWNpb25lcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXQ0KDQpbdGl0bGUgc2l6ZT0iNCJdw5psdGltYXMgbm90aWNpYXNbL3RpdGxlXQ0KDQpbcmVjZW50X3Bvc3RzIGxheW91dD0idGh1bWJuYWlscy1vbi1zaWRlIiBjb2x1bW5zPSIxIiBudW1iZXJfcG9zdHM9IjMiIGNhdF9zbHVnPSIiIGV4Y2x1ZGVfY2F0cz0iIiB0aHVtYm5haWw9InllcyIgdGl0bGU9InllcyIgbWV0YT0ibm8iIGV4Y2VycHQ9InllcyIgZXhjZXJwdF93b3Jkcz0iMTUiIHN0cmlwX2h0bWw9InllcyIgYW5pbWF0aW9uX3R5cGU9InNsaWRlIiBhbmltYXRpb25fZGlyZWN0aW9uPSJsZWZ0IiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdWy9yZWNlbnRfcG9zdHNdDQoNCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiByaWdodDsiPltidXR0b24gbGluaz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy9ub3RpY2lhcy8iIGNvbG9yPSJkZWZhdWx0IiBzaXplPSJzbWFsbCIgdGFyZ2V0PSJfc2VsZiIgdGl0bGU9IiIgYW5pbWF0aW9uX3R5cGU9ImZhZGUiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1JciBhIGxhcyBub3RpY2lhcyAmZ3Q7Wy9idXR0b25dPC9wPg0KWy9vbmVfaGFsZl0gW29uZV9oYWxmIGxhc3Q9InllcyJdDQoNClt0aXRsZSBzaXplPSI0Il1Cb2xldMOtbiBkZSBub3RpY2lhc1svdGl0bGVdDQoNClsvb25lX2hhbGZdDQoNClsvZnVsbHdpZHRoXQ0KDQoNCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJib3VuY2UiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iSW5zdGFsYWNpb25lcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXQ0KDQpbdGl0bGUgc2l6ZT0iNCJdw5psdGltYXMgbm90aWNpYXNbL3RpdGxlXQ0KDQpbcmVjZW50X3Bvc3RzIGxheW91dD0idGh1bWJuYWlscy1vbi1zaWRlIiBjb2x1bW5zPSIxIiBudW1iZXJfcG9zdHM9IjMiIGNhdF9zbHVnPSIiIGV4Y2x1ZGVfY2F0cz0iIiB0aHVtYm5haWw9InllcyIgdGl0bGU9InllcyIgbWV0YT0ibm8iIGV4Y2VycHQ9InllcyIgZXhjZXJwdF93b3Jkcz0iMTUiIHN0cmlwX2h0bWw9InllcyIgYW5pbWF0aW9uX3R5cGU9InNsaWRlIiBhbmltYXRpb25fZGlyZWN0aW9uPSJsZWZ0IiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdWy9yZWNlbnRfcG9zdHNdDQoNCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiByaWdodDsiPltidXR0b24gbGluaz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy9ub3RpY2lhcy8iIGNvbG9yPSJkZWZhdWx0IiBzaXplPSJzbWFsbCIgdGFyZ2V0PSJfc2VsZiIgdGl0bGU9IiIgYW5pbWF0aW9uX3R5cGU9ImZhZGUiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1JciBhIGxhcyBub3RpY2lhcyAmZ3Q7Wy9idXR0b25dPC9wPg0KWy9vbmVfaGFsZl0gW29uZV9oYWxmIGxhc3Q9InllcyJdDQoNClt0aXRsZSBzaXplPSI0Il1Cb2xldMOtbiBkZSBub3RpY2lhc1svdGl0bGVdDQoNClsvb25lX2hhbGZdDQoNClsvZnVsbHdpZHRoXQ0KDQoNCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 1),
|
||
(238, 62, 0, '2014-03-03 13:31:50', 'original_id', '', 0, '4705', '', 1),
|
||
(239, 63, 0, '2014-03-03 13:33:23', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(240, 63, 0, '2014-03-03 13:33:23', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJmbGFzaCIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2luZ2xlIl0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJJbnN0YWxhY2lvbmVzIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQoNCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIiIGJhY2tncm91bmRpbWFnZT0iIiBiYWNrZ3JvdW5kcmVwZWF0PSJuby1yZXBlYXQiIGJhY2tncm91bmRwb3NpdGlvbj0ibGVmdCB0b3AiIGJhY2tncm91bmRhdHRhY2htZW50PSJzY3JvbGwiIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjIwcHgiXVtvbmVfaGFsZiBsYXN0PSJubyJdDQoNClt0aXRsZSBzaXplPSI0Il3Dmmx0aW1hcyBub3RpY2lhc1svdGl0bGVdDQoNCltyZWNlbnRfcG9zdHMgbGF5b3V0PSJ0aHVtYm5haWxzLW9uLXNpZGUiIGNvbHVtbnM9IjEiIG51bWJlcl9wb3N0cz0iMyIgY2F0X3NsdWc9IiIgZXhjbHVkZV9jYXRzPSIiIHRodW1ibmFpbD0ieWVzIiB0aXRsZT0ieWVzIiBtZXRhPSJubyIgZXhjZXJwdD0ieWVzIiBleGNlcnB0X3dvcmRzPSIxNSIgc3RyaXBfaHRtbD0ieWVzIiBhbmltYXRpb25fdHlwZT0ic2xpZGUiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImxlZnQiIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9wb3N0c10NCg0KPHAgc3R5bGU9InRleHQtYWxpZ246IHJpZ2h0OyI+W2J1dHRvbiBsaW5rPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL25vdGljaWFzLyIgY29sb3I9ImRlZmF1bHQiIHNpemU9InNtYWxsIiB0YXJnZXQ9Il9zZWxmIiB0aXRsZT0iIiBhbmltYXRpb25fdHlwZT0iZmFkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXUlyIGEgbGFzIG5vdGljaWFzICZndDtbL2J1dHRvbl08L3A+DQpbL29uZV9oYWxmXSBbb25lX2hhbGYgbGFzdD0ieWVzIl0NCg0KW3RpdGxlIHNpemU9IjQiXUJvbGV0w61uIGRlIG5vdGljaWFzWy90aXRsZV0NCg0KWy9vbmVfaGFsZl0NCg0KWy9mdWxsd2lkdGhdDQoNCg0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIHBhZGRpbmdUb3A9IjUwcHgiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy84MDAzOC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaGVybWVzLXVzZWYyLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9sb2dvU3RsSG9yc2VTaG93LnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HU0hTX2xvZ29fMzg0eDM4NC5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIGNhdF9zbHVnPSIiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJmbGFzaCIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2luZ2xlIl0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJJbnN0YWxhY2lvbmVzIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQoNCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIiIGJhY2tncm91bmRpbWFnZT0iIiBiYWNrZ3JvdW5kcmVwZWF0PSJuby1yZXBlYXQiIGJhY2tncm91bmRwb3NpdGlvbj0ibGVmdCB0b3AiIGJhY2tncm91bmRhdHRhY2htZW50PSJzY3JvbGwiIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjIwcHgiXVtvbmVfaGFsZiBsYXN0PSJubyJdDQoNClt0aXRsZSBzaXplPSI0Il3Dmmx0aW1hcyBub3RpY2lhc1svdGl0bGVdDQoNCltyZWNlbnRfcG9zdHMgbGF5b3V0PSJ0aHVtYm5haWxzLW9uLXNpZGUiIGNvbHVtbnM9IjEiIG51bWJlcl9wb3N0cz0iMyIgY2F0X3NsdWc9IiIgZXhjbHVkZV9jYXRzPSIiIHRodW1ibmFpbD0ieWVzIiB0aXRsZT0ieWVzIiBtZXRhPSJubyIgZXhjZXJwdD0ieWVzIiBleGNlcnB0X3dvcmRzPSIxNSIgc3RyaXBfaHRtbD0ieWVzIiBhbmltYXRpb25fdHlwZT0ic2xpZGUiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImxlZnQiIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9wb3N0c10NCg0KPHAgc3R5bGU9InRleHQtYWxpZ246IHJpZ2h0OyI+W2J1dHRvbiBsaW5rPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL25vdGljaWFzLyIgY29sb3I9ImRlZmF1bHQiIHNpemU9InNtYWxsIiB0YXJnZXQ9Il9zZWxmIiB0aXRsZT0iIiBhbmltYXRpb25fdHlwZT0iZmFkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXUlyIGEgbGFzIG5vdGljaWFzICZndDtbL2J1dHRvbl08L3A+DQpbL29uZV9oYWxmXSBbb25lX2hhbGYgbGFzdD0ieWVzIl0NCg0KW3RpdGxlIHNpemU9IjQiXUJvbGV0w61uIGRlIG5vdGljaWFzWy90aXRsZV0NCg0KWy9vbmVfaGFsZl0NCg0KWy9mdWxsd2lkdGhdDQoNCg0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIHBhZGRpbmdUb3A9IjUwcHgiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy84MDAzOC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaGVybWVzLXVzZWYyLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9sb2dvU3RsSG9yc2VTaG93LnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HU0hTX2xvZ29fMzg0eDM4NC5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 1),
|
||
(241, 63, 0, '2014-03-03 13:33:23', 'original_id', '', 0, '4705', '', 1),
|
||
(242, 64, 0, '2014-03-03 13:34:22', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1);
|
||
INSERT INTO `drgrp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
|
||
(243, 64, 0, '2014-03-03 13:34:22', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJmbGFzaCIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2luZ2xlIl0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJJbnN0YWxhY2lvbmVzIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQoNCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIiIGJhY2tncm91bmRpbWFnZT0iIiBiYWNrZ3JvdW5kcmVwZWF0PSJuby1yZXBlYXQiIGJhY2tncm91bmRwb3NpdGlvbj0ibGVmdCB0b3AiIGJhY2tncm91bmRhdHRhY2htZW50PSJzY3JvbGwiIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjIwcHgiXVtvbmVfaGFsZiBsYXN0PSJubyJdDQoNClt0aXRsZSBzaXplPSI0Il3Dmmx0aW1hcyBub3RpY2lhc1svdGl0bGVdDQoNCltyZWNlbnRfcG9zdHMgbGF5b3V0PSJ0aHVtYm5haWxzLW9uLXNpZGUiIGNvbHVtbnM9IjEiIG51bWJlcl9wb3N0cz0iMyIgY2F0X3NsdWc9IiIgZXhjbHVkZV9jYXRzPSIiIHRodW1ibmFpbD0ieWVzIiB0aXRsZT0ieWVzIiBtZXRhPSJubyIgZXhjZXJwdD0ieWVzIiBleGNlcnB0X3dvcmRzPSIxNSIgc3RyaXBfaHRtbD0ieWVzIiBhbmltYXRpb25fdHlwZT0ic2xpZGUiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImxlZnQiIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9wb3N0c10NCg0KPHAgc3R5bGU9InRleHQtYWxpZ246IHJpZ2h0OyI+W2J1dHRvbiBsaW5rPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL25vdGljaWFzLyIgY29sb3I9ImRlZmF1bHQiIHNpemU9InNtYWxsIiB0YXJnZXQ9Il9zZWxmIiB0aXRsZT0iIiBhbmltYXRpb25fdHlwZT0iZmFkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXUlyIGEgbGFzIG5vdGljaWFzICZndDtbL2J1dHRvbl08L3A+DQpbL29uZV9oYWxmXSBbb25lX2hhbGYgbGFzdD0ieWVzIl0NCg0KW3RpdGxlIHNpemU9IjQiXUJvbGV0w61uIGRlIG5vdGljaWFzWy90aXRsZV0NCg0KWy9vbmVfaGFsZl0NCg0KWy9mdWxsd2lkdGhdDQoNCg0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIHBhZGRpbmdUb3A9IjUwcHgiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy84MDAzOC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaGVybWVzLXVzZWYyLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9sb2dvU3RsSG9yc2VTaG93LnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HU0hTX2xvZ29fMzg0eDM4NC5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJmbGFzaCIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2luZ2xlIl0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJJbnN0YWxhY2lvbmVzIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQoNCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIiIGJhY2tncm91bmRpbWFnZT0iIiBiYWNrZ3JvdW5kcmVwZWF0PSJuby1yZXBlYXQiIGJhY2tncm91bmRwb3NpdGlvbj0ibGVmdCB0b3AiIGJhY2tncm91bmRhdHRhY2htZW50PSJzY3JvbGwiIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjIwcHgiXVtvbmVfaGFsZiBsYXN0PSJubyJdDQoNClt0aXRsZSBzaXplPSI0Il3Dmmx0aW1hcyBub3RpY2lhc1svdGl0bGVdDQoNCltyZWNlbnRfcG9zdHMgbGF5b3V0PSJ0aHVtYm5haWxzLW9uLXNpZGUiIGNvbHVtbnM9IjEiIG51bWJlcl9wb3N0cz0iMyIgY2F0X3NsdWc9IiIgZXhjbHVkZV9jYXRzPSIiIHRodW1ibmFpbD0ieWVzIiB0aXRsZT0ieWVzIiBtZXRhPSJubyIgZXhjZXJwdD0ieWVzIiBleGNlcnB0X3dvcmRzPSIxNSIgc3RyaXBfaHRtbD0ieWVzIiBhbmltYXRpb25fdHlwZT0ic2xpZGUiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImxlZnQiIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9wb3N0c10NCg0KPHAgc3R5bGU9InRleHQtYWxpZ246IHJpZ2h0OyI+W2J1dHRvbiBsaW5rPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL25vdGljaWFzLyIgY29sb3I9ImRlZmF1bHQiIHNpemU9InNtYWxsIiB0YXJnZXQ9Il9zZWxmIiB0aXRsZT0iIiBhbmltYXRpb25fdHlwZT0iZmFkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXUlyIGEgbGFzIG5vdGljaWFzICZndDtbL2J1dHRvbl08L3A+DQpbL29uZV9oYWxmXSBbb25lX2hhbGYgbGFzdD0ieWVzIl0NCg0KW3RpdGxlIHNpemU9IjQiXUJvbGV0w61uIGRlIG5vdGljaWFzWy90aXRsZV0NCg0KWy9vbmVfaGFsZl0NCg0KWy9mdWxsd2lkdGhdDQoNCg0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIHBhZGRpbmdUb3A9IjUwcHgiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy84MDAzOC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaGVybWVzLXVzZWYyLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9sb2dvU3RsSG9yc2VTaG93LnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HU0hTX2xvZ29fMzg0eDM4NC5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 1),
|
||
(244, 64, 0, '2014-03-03 13:34:22', 'original_id', '', 0, '4705', '', 1),
|
||
(245, 65, 0, '2014-03-03 13:34:29', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(246, 65, 0, '2014-03-03 13:34:29', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJmbGFzaCIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIxIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iSW5zdGFsYWNpb25lcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXQ0KDQpbdGl0bGUgc2l6ZT0iNCJdw5psdGltYXMgbm90aWNpYXNbL3RpdGxlXQ0KDQpbcmVjZW50X3Bvc3RzIGxheW91dD0idGh1bWJuYWlscy1vbi1zaWRlIiBjb2x1bW5zPSIxIiBudW1iZXJfcG9zdHM9IjMiIGNhdF9zbHVnPSIiIGV4Y2x1ZGVfY2F0cz0iIiB0aHVtYm5haWw9InllcyIgdGl0bGU9InllcyIgbWV0YT0ibm8iIGV4Y2VycHQ9InllcyIgZXhjZXJwdF93b3Jkcz0iMTUiIHN0cmlwX2h0bWw9InllcyIgYW5pbWF0aW9uX3R5cGU9InNsaWRlIiBhbmltYXRpb25fZGlyZWN0aW9uPSJsZWZ0IiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdWy9yZWNlbnRfcG9zdHNdDQoNCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiByaWdodDsiPltidXR0b24gbGluaz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy9ub3RpY2lhcy8iIGNvbG9yPSJkZWZhdWx0IiBzaXplPSJzbWFsbCIgdGFyZ2V0PSJfc2VsZiIgdGl0bGU9IiIgYW5pbWF0aW9uX3R5cGU9ImZhZGUiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1JciBhIGxhcyBub3RpY2lhcyAmZ3Q7Wy9idXR0b25dPC9wPg0KWy9vbmVfaGFsZl0gW29uZV9oYWxmIGxhc3Q9InllcyJdDQoNClt0aXRsZSBzaXplPSI0Il1Cb2xldMOtbiBkZSBub3RpY2lhc1svdGl0bGVdDQoNClsvb25lX2hhbGZdDQoNClsvZnVsbHdpZHRoXQ0KDQoNCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJmbGFzaCIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIxIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iSW5zdGFsYWNpb25lcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXQ0KDQpbdGl0bGUgc2l6ZT0iNCJdw5psdGltYXMgbm90aWNpYXNbL3RpdGxlXQ0KDQpbcmVjZW50X3Bvc3RzIGxheW91dD0idGh1bWJuYWlscy1vbi1zaWRlIiBjb2x1bW5zPSIxIiBudW1iZXJfcG9zdHM9IjMiIGNhdF9zbHVnPSIiIGV4Y2x1ZGVfY2F0cz0iIiB0aHVtYm5haWw9InllcyIgdGl0bGU9InllcyIgbWV0YT0ibm8iIGV4Y2VycHQ9InllcyIgZXhjZXJwdF93b3Jkcz0iMTUiIHN0cmlwX2h0bWw9InllcyIgYW5pbWF0aW9uX3R5cGU9InNsaWRlIiBhbmltYXRpb25fZGlyZWN0aW9uPSJsZWZ0IiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdWy9yZWNlbnRfcG9zdHNdDQoNCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiByaWdodDsiPltidXR0b24gbGluaz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy9ub3RpY2lhcy8iIGNvbG9yPSJkZWZhdWx0IiBzaXplPSJzbWFsbCIgdGFyZ2V0PSJfc2VsZiIgdGl0bGU9IiIgYW5pbWF0aW9uX3R5cGU9ImZhZGUiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1JciBhIGxhcyBub3RpY2lhcyAmZ3Q7Wy9idXR0b25dPC9wPg0KWy9vbmVfaGFsZl0gW29uZV9oYWxmIGxhc3Q9InllcyJdDQoNClt0aXRsZSBzaXplPSI0Il1Cb2xldMOtbiBkZSBub3RpY2lhc1svdGl0bGVdDQoNClsvb25lX2hhbGZdDQoNClsvZnVsbHdpZHRoXQ0KDQoNCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 1),
|
||
(247, 65, 0, '2014-03-03 13:34:29', 'original_id', '', 0, '4705', '', 1),
|
||
(248, 66, 0, '2014-03-03 13:34:58', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(249, 66, 0, '2014-03-03 13:34:58', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJzaGFrZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIxIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iSW5zdGFsYWNpb25lcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXQ0KDQpbdGl0bGUgc2l6ZT0iNCJdw5psdGltYXMgbm90aWNpYXNbL3RpdGxlXQ0KDQpbcmVjZW50X3Bvc3RzIGxheW91dD0idGh1bWJuYWlscy1vbi1zaWRlIiBjb2x1bW5zPSIxIiBudW1iZXJfcG9zdHM9IjMiIGNhdF9zbHVnPSIiIGV4Y2x1ZGVfY2F0cz0iIiB0aHVtYm5haWw9InllcyIgdGl0bGU9InllcyIgbWV0YT0ibm8iIGV4Y2VycHQ9InllcyIgZXhjZXJwdF93b3Jkcz0iMTUiIHN0cmlwX2h0bWw9InllcyIgYW5pbWF0aW9uX3R5cGU9InNsaWRlIiBhbmltYXRpb25fZGlyZWN0aW9uPSJsZWZ0IiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdWy9yZWNlbnRfcG9zdHNdDQoNCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiByaWdodDsiPltidXR0b24gbGluaz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy9ub3RpY2lhcy8iIGNvbG9yPSJkZWZhdWx0IiBzaXplPSJzbWFsbCIgdGFyZ2V0PSJfc2VsZiIgdGl0bGU9IiIgYW5pbWF0aW9uX3R5cGU9ImZhZGUiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1JciBhIGxhcyBub3RpY2lhcyAmZ3Q7Wy9idXR0b25dPC9wPg0KWy9vbmVfaGFsZl0gW29uZV9oYWxmIGxhc3Q9InllcyJdDQoNClt0aXRsZSBzaXplPSI0Il1Cb2xldMOtbiBkZSBub3RpY2lhc1svdGl0bGVdDQoNClsvb25lX2hhbGZdDQoNClsvZnVsbHdpZHRoXQ0KDQoNCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJzaGFrZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIxIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iSW5zdGFsYWNpb25lcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXQ0KDQpbdGl0bGUgc2l6ZT0iNCJdw5psdGltYXMgbm90aWNpYXNbL3RpdGxlXQ0KDQpbcmVjZW50X3Bvc3RzIGxheW91dD0idGh1bWJuYWlscy1vbi1zaWRlIiBjb2x1bW5zPSIxIiBudW1iZXJfcG9zdHM9IjMiIGNhdF9zbHVnPSIiIGV4Y2x1ZGVfY2F0cz0iIiB0aHVtYm5haWw9InllcyIgdGl0bGU9InllcyIgbWV0YT0ibm8iIGV4Y2VycHQ9InllcyIgZXhjZXJwdF93b3Jkcz0iMTUiIHN0cmlwX2h0bWw9InllcyIgYW5pbWF0aW9uX3R5cGU9InNsaWRlIiBhbmltYXRpb25fZGlyZWN0aW9uPSJsZWZ0IiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdWy9yZWNlbnRfcG9zdHNdDQoNCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiByaWdodDsiPltidXR0b24gbGluaz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy9ub3RpY2lhcy8iIGNvbG9yPSJkZWZhdWx0IiBzaXplPSJzbWFsbCIgdGFyZ2V0PSJfc2VsZiIgdGl0bGU9IiIgYW5pbWF0aW9uX3R5cGU9ImZhZGUiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1JciBhIGxhcyBub3RpY2lhcyAmZ3Q7Wy9idXR0b25dPC9wPg0KWy9vbmVfaGFsZl0gW29uZV9oYWxmIGxhc3Q9InllcyJdDQoNClt0aXRsZSBzaXplPSI0Il1Cb2xldMOtbiBkZSBub3RpY2lhc1svdGl0bGVdDQoNClsvb25lX2hhbGZdDQoNClsvZnVsbHdpZHRoXQ0KDQoNCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 1),
|
||
(250, 66, 0, '2014-03-03 13:34:58', 'original_id', '', 0, '4705', '', 1),
|
||
(251, 67, 0, '2014-03-03 13:35:25', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(252, 67, 0, '2014-03-03 13:35:25', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJzbGlkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIxIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iSW5zdGFsYWNpb25lcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXQ0KDQpbdGl0bGUgc2l6ZT0iNCJdw5psdGltYXMgbm90aWNpYXNbL3RpdGxlXQ0KDQpbcmVjZW50X3Bvc3RzIGxheW91dD0idGh1bWJuYWlscy1vbi1zaWRlIiBjb2x1bW5zPSIxIiBudW1iZXJfcG9zdHM9IjMiIGNhdF9zbHVnPSIiIGV4Y2x1ZGVfY2F0cz0iIiB0aHVtYm5haWw9InllcyIgdGl0bGU9InllcyIgbWV0YT0ibm8iIGV4Y2VycHQ9InllcyIgZXhjZXJwdF93b3Jkcz0iMTUiIHN0cmlwX2h0bWw9InllcyIgYW5pbWF0aW9uX3R5cGU9InNsaWRlIiBhbmltYXRpb25fZGlyZWN0aW9uPSJsZWZ0IiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdWy9yZWNlbnRfcG9zdHNdDQoNCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiByaWdodDsiPltidXR0b24gbGluaz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy9ub3RpY2lhcy8iIGNvbG9yPSJkZWZhdWx0IiBzaXplPSJzbWFsbCIgdGFyZ2V0PSJfc2VsZiIgdGl0bGU9IiIgYW5pbWF0aW9uX3R5cGU9ImZhZGUiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1JciBhIGxhcyBub3RpY2lhcyAmZ3Q7Wy9idXR0b25dPC9wPg0KWy9vbmVfaGFsZl0gW29uZV9oYWxmIGxhc3Q9InllcyJdDQoNClt0aXRsZSBzaXplPSI0Il1Cb2xldMOtbiBkZSBub3RpY2lhc1svdGl0bGVdDQoNClsvb25lX2hhbGZdDQoNClsvZnVsbHdpZHRoXQ0KDQoNCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJzbGlkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIxIl1bL3JlY2VudF9ob3JzZXNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSIxMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl1beW91dHViZSBpZD0iSzcwOFE0emlwRXciIHdpZHRoPSI2MDAiIGhlaWdodD0iMzM4IiBhdXRvcGxheT0ibm8iXVsvb25lX2hhbGZdDQpbb25lX2hhbGYgbGFzdD0ieWVzIl1bdGl0bGUgc2l6ZT0iMyJdQ2FiYWxsb3MgZGUgY29tcGV0aWNpw7NuWy90aXRsZV0NCkludGVnZXIgdGluY2lkdW50IG5lcXVlIGNvbW1vZG8gYmxhbmRpdCBsb2JvcnRpcy4gRG9uZWMgdmVzdGlidWx1bSBlcm9zIHNpdCBhbWV0IGFudGUgY29uZ3VlIG1hbGVzdWFkYSBldSB2aXRhZSBsYWN1cy4gSW50ZWdlciBlZ2V0IGVsaXQgbWV0dXMuIERvbmVjIGluIGRvbG9yIHNlZCB0dXJwaXMgY29uZGltZW50dW0gYWxpcXVhbS4gU2VkIHVsdHJpY2VzIGFjIGxpYmVybyBldSBsdWN0dXMuIE51bGxhbSB1dCBhdWN0b3IgYXJjdSwgbm9uIGFjY3Vtc2FuIGVsaXQuIFNlZCBwb3J0dGl0b3IgZnJpbmdpbGxhIG51bmMuIFZlc3RpYnVsdW0gcGVsbGVudGVzcXVlIGlhY3VsaXMgZWxpdCBldSB0aW5jaWR1bnQuIEludGVnZXIgbm9uIG9ybmFyZSBtYWduYSwgc2l0IGFtZXQgcnV0cnVtIG5lcXVlLg0KWy9vbmVfaGFsZl0NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMy0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNyw61hIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDIxLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ29tcGV0aWNpw7NuIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL3N0YWJsZXMxLmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iSW5zdGFsYWNpb25lcyJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NClsvZnVsbHdpZHRoXQ0KDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXQ0KDQpbdGl0bGUgc2l6ZT0iNCJdw5psdGltYXMgbm90aWNpYXNbL3RpdGxlXQ0KDQpbcmVjZW50X3Bvc3RzIGxheW91dD0idGh1bWJuYWlscy1vbi1zaWRlIiBjb2x1bW5zPSIxIiBudW1iZXJfcG9zdHM9IjMiIGNhdF9zbHVnPSIiIGV4Y2x1ZGVfY2F0cz0iIiB0aHVtYm5haWw9InllcyIgdGl0bGU9InllcyIgbWV0YT0ibm8iIGV4Y2VycHQ9InllcyIgZXhjZXJwdF93b3Jkcz0iMTUiIHN0cmlwX2h0bWw9InllcyIgYW5pbWF0aW9uX3R5cGU9InNsaWRlIiBhbmltYXRpb25fZGlyZWN0aW9uPSJsZWZ0IiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdWy9yZWNlbnRfcG9zdHNdDQoNCjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiByaWdodDsiPltidXR0b24gbGluaz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy9ub3RpY2lhcy8iIGNvbG9yPSJkZWZhdWx0IiBzaXplPSJzbWFsbCIgdGFyZ2V0PSJfc2VsZiIgdGl0bGU9IiIgYW5pbWF0aW9uX3R5cGU9ImZhZGUiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1JciBhIGxhcyBub3RpY2lhcyAmZ3Q7Wy9idXR0b25dPC9wPg0KWy9vbmVfaGFsZl0gW29uZV9oYWxmIGxhc3Q9InllcyJdDQoNClt0aXRsZSBzaXplPSI0Il1Cb2xldMOtbiBkZSBub3RpY2lhc1svdGl0bGVdDQoNClsvb25lX2hhbGZdDQoNClsvZnVsbHdpZHRoXQ0KDQoNCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 1),
|
||
(253, 67, 0, '2014-03-03 13:35:25', 'original_id', '', 0, '4705', '', 1),
|
||
(254, 68, 0, '2014-03-03 13:35:43', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1);
|
||
INSERT INTO `drgrp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
|
||
(255, 68, 0, '2014-03-03 13:35:43', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJzbGlkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0idXAiIGFuaW1hdGlvbl9zcGVlZD0iMSJdWy9yZWNlbnRfaG9yc2VzXQ0KWy9mdWxsd2lkdGhdDQpbc2VwYXJhdG9yIHRvcD0iMTAiXQ0KW2Z1bGx3aWR0aCBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIGJhY2tncm91bmRpbWFnZT0iIiBiYWNrZ3JvdW5kcmVwZWF0PSJuby1yZXBlYXQiIGJhY2tncm91bmRwb3NpdGlvbj0ibGVmdCB0b3AiIGJhY2tncm91bmRhdHRhY2htZW50PSJzY3JvbGwiIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjIwcHgiXVtvbmVfaGFsZiBsYXN0PSJubyJdW3lvdXR1YmUgaWQ9Iks3MDhRNHppcEV3IiB3aWR0aD0iNjAwIiBoZWlnaHQ9IjMzOCIgYXV0b3BsYXk9Im5vIl1bL29uZV9oYWxmXQ0KW29uZV9oYWxmIGxhc3Q9InllcyJdW3RpdGxlIHNpemU9IjMiXUNhYmFsbG9zIGRlIGNvbXBldGljacOzblsvdGl0bGVdDQpJbnRlZ2VyIHRpbmNpZHVudCBuZXF1ZSBjb21tb2RvIGJsYW5kaXQgbG9ib3J0aXMuIERvbmVjIHZlc3RpYnVsdW0gZXJvcyBzaXQgYW1ldCBhbnRlIGNvbmd1ZSBtYWxlc3VhZGEgZXUgdml0YWUgbGFjdXMuIEludGVnZXIgZWdldCBlbGl0IG1ldHVzLiBEb25lYyBpbiBkb2xvciBzZWQgdHVycGlzIGNvbmRpbWVudHVtIGFsaXF1YW0uIFNlZCB1bHRyaWNlcyBhYyBsaWJlcm8gZXUgbHVjdHVzLiBOdWxsYW0gdXQgYXVjdG9yIGFyY3UsIG5vbiBhY2N1bXNhbiBlbGl0LiBTZWQgcG9ydHRpdG9yIGZyaW5naWxsYSBudW5jLiBWZXN0aWJ1bHVtIHBlbGxlbnRlc3F1ZSBpYWN1bGlzIGVsaXQgZXUgdGluY2lkdW50LiBJbnRlZ2VyIG5vbiBvcm5hcmUgbWFnbmEsIHNpdCBhbWV0IHJ1dHJ1bSBuZXF1ZS4NClsvb25lX2hhbGZdDQpbc2VwYXJhdG9yIHRvcD0iNDAiIHN0eWxlPSJzaW5nbGUiXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDMtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDcsOtYSJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAyMS0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNvbXBldGljacOzbiJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NCltvbmVfdGhpcmQgbGFzdD0ieWVzIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9zdGFibGVzMS5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9Ikluc3RhbGFjaW9uZXMiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbL2Z1bGx3aWR0aF0NCg0KW2Z1bGx3aWR0aCBiYWNrZ3JvdW5kY29sb3I9IiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl0NCg0KW3RpdGxlIHNpemU9IjQiXcOabHRpbWFzIG5vdGljaWFzWy90aXRsZV0NCg0KW3JlY2VudF9wb3N0cyBsYXlvdXQ9InRodW1ibmFpbHMtb24tc2lkZSIgY29sdW1ucz0iMSIgbnVtYmVyX3Bvc3RzPSIzIiBjYXRfc2x1Zz0iIiBleGNsdWRlX2NhdHM9IiIgdGh1bWJuYWlsPSJ5ZXMiIHRpdGxlPSJ5ZXMiIG1ldGE9Im5vIiBleGNlcnB0PSJ5ZXMiIGV4Y2VycHRfd29yZHM9IjE1IiBzdHJpcF9odG1sPSJ5ZXMiIGFuaW1hdGlvbl90eXBlPSJzbGlkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0ibGVmdCIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X3Bvc3RzXQ0KDQo8cCBzdHlsZT0idGV4dC1hbGlnbjogcmlnaHQ7Ij5bYnV0dG9uIGxpbms9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvbm90aWNpYXMvIiBjb2xvcj0iZGVmYXVsdCIgc2l6ZT0ic21hbGwiIHRhcmdldD0iX3NlbGYiIHRpdGxlPSIiIGFuaW1hdGlvbl90eXBlPSJmYWRlIiBhbmltYXRpb25fZGlyZWN0aW9uPSJkb3duIiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdSXIgYSBsYXMgbm90aWNpYXMgJmd0O1svYnV0dG9uXTwvcD4NClsvb25lX2hhbGZdIFtvbmVfaGFsZiBsYXN0PSJ5ZXMiXQ0KDQpbdGl0bGUgc2l6ZT0iNCJdQm9sZXTDrW4gZGUgbm90aWNpYXNbL3RpdGxlXQ0KDQpbL29uZV9oYWxmXQ0KDQpbL2Z1bGx3aWR0aF0NCg0KDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iNTBweCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzLzgwMDM4LmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9oZXJtZXMtdXNlZjIuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2xvZ29TdGxIb3JzZVNob3cucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0dTSFNfbG9nb18zODR4Mzg0LnBuZyJdWy9jbGllbnRzXQ0KWy9mdWxsd2lkdGhdDQpbc2VwYXJhdG9yIHRvcD0iLTU1Il0=', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJzbGlkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0idXAiIGFuaW1hdGlvbl9zcGVlZD0iMSJdWy9yZWNlbnRfaG9yc2VzXQ0KWy9mdWxsd2lkdGhdDQpbc2VwYXJhdG9yIHRvcD0iMTAiXQ0KW2Z1bGx3aWR0aCBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIGJhY2tncm91bmRpbWFnZT0iIiBiYWNrZ3JvdW5kcmVwZWF0PSJuby1yZXBlYXQiIGJhY2tncm91bmRwb3NpdGlvbj0ibGVmdCB0b3AiIGJhY2tncm91bmRhdHRhY2htZW50PSJzY3JvbGwiIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjIwcHgiXVtvbmVfaGFsZiBsYXN0PSJubyJdW3lvdXR1YmUgaWQ9Iks3MDhRNHppcEV3IiB3aWR0aD0iNjAwIiBoZWlnaHQ9IjMzOCIgYXV0b3BsYXk9Im5vIl1bL29uZV9oYWxmXQ0KW29uZV9oYWxmIGxhc3Q9InllcyJdW3RpdGxlIHNpemU9IjMiXUNhYmFsbG9zIGRlIGNvbXBldGljacOzblsvdGl0bGVdDQpJbnRlZ2VyIHRpbmNpZHVudCBuZXF1ZSBjb21tb2RvIGJsYW5kaXQgbG9ib3J0aXMuIERvbmVjIHZlc3RpYnVsdW0gZXJvcyBzaXQgYW1ldCBhbnRlIGNvbmd1ZSBtYWxlc3VhZGEgZXUgdml0YWUgbGFjdXMuIEludGVnZXIgZWdldCBlbGl0IG1ldHVzLiBEb25lYyBpbiBkb2xvciBzZWQgdHVycGlzIGNvbmRpbWVudHVtIGFsaXF1YW0uIFNlZCB1bHRyaWNlcyBhYyBsaWJlcm8gZXUgbHVjdHVzLiBOdWxsYW0gdXQgYXVjdG9yIGFyY3UsIG5vbiBhY2N1bXNhbiBlbGl0LiBTZWQgcG9ydHRpdG9yIGZyaW5naWxsYSBudW5jLiBWZXN0aWJ1bHVtIHBlbGxlbnRlc3F1ZSBpYWN1bGlzIGVsaXQgZXUgdGluY2lkdW50LiBJbnRlZ2VyIG5vbiBvcm5hcmUgbWFnbmEsIHNpdCBhbWV0IHJ1dHJ1bSBuZXF1ZS4NClsvb25lX2hhbGZdDQpbc2VwYXJhdG9yIHRvcD0iNDAiIHN0eWxlPSJzaW5nbGUiXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDMtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDcsOtYSJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAyMS0xMDI0eDY1NC5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9IkNvbXBldGljacOzbiJdWy9jb250ZW50X2JveF1bL2NvbnRlbnRfYm94ZXNdDQpbL29uZV90aGlyZF0NCltvbmVfdGhpcmQgbGFzdD0ieWVzIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9zdGFibGVzMS5qcGciIC8+PC9kaXY+DQpbY29udGVudF9ib3hlcyBsYXlvdXQ9Imljb24tb24tdG9wIl1bY29udGVudF9ib3ggdGl0bGU9Ikluc3RhbGFjaW9uZXMiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbL2Z1bGx3aWR0aF0NCg0KW2Z1bGx3aWR0aCBiYWNrZ3JvdW5kY29sb3I9IiIgYmFja2dyb3VuZGltYWdlPSIiIGJhY2tncm91bmRyZXBlYXQ9Im5vLXJlcGVhdCIgYmFja2dyb3VuZHBvc2l0aW9uPSJsZWZ0IHRvcCIgYmFja2dyb3VuZGF0dGFjaG1lbnQ9InNjcm9sbCIgYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iNjBweCIgcGFkZGluZ0JvdHRvbT0iMjBweCJdW29uZV9oYWxmIGxhc3Q9Im5vIl0NCg0KW3RpdGxlIHNpemU9IjQiXcOabHRpbWFzIG5vdGljaWFzWy90aXRsZV0NCg0KW3JlY2VudF9wb3N0cyBsYXlvdXQ9InRodW1ibmFpbHMtb24tc2lkZSIgY29sdW1ucz0iMSIgbnVtYmVyX3Bvc3RzPSIzIiBjYXRfc2x1Zz0iIiBleGNsdWRlX2NhdHM9IiIgdGh1bWJuYWlsPSJ5ZXMiIHRpdGxlPSJ5ZXMiIG1ldGE9Im5vIiBleGNlcnB0PSJ5ZXMiIGV4Y2VycHRfd29yZHM9IjE1IiBzdHJpcF9odG1sPSJ5ZXMiIGFuaW1hdGlvbl90eXBlPSJzbGlkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0ibGVmdCIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXVsvcmVjZW50X3Bvc3RzXQ0KDQo8cCBzdHlsZT0idGV4dC1hbGlnbjogcmlnaHQ7Ij5bYnV0dG9uIGxpbms9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvbm90aWNpYXMvIiBjb2xvcj0iZGVmYXVsdCIgc2l6ZT0ic21hbGwiIHRhcmdldD0iX3NlbGYiIHRpdGxlPSIiIGFuaW1hdGlvbl90eXBlPSJmYWRlIiBhbmltYXRpb25fZGlyZWN0aW9uPSJkb3duIiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdSXIgYSBsYXMgbm90aWNpYXMgJmd0O1svYnV0dG9uXTwvcD4NClsvb25lX2hhbGZdIFtvbmVfaGFsZiBsYXN0PSJ5ZXMiXQ0KDQpbdGl0bGUgc2l6ZT0iNCJdQm9sZXTDrW4gZGUgbm90aWNpYXNbL3RpdGxlXQ0KDQpbL29uZV9oYWxmXQ0KDQpbL2Z1bGx3aWR0aF0NCg0KDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iNTBweCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzLzgwMDM4LmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9oZXJtZXMtdXNlZjIuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2xvZ29TdGxIb3JzZVNob3cucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0dTSFNfbG9nb18zODR4Mzg0LnBuZyJdWy9jbGllbnRzXQ0KWy9mdWxsd2lkdGhdDQpbc2VwYXJhdG9yIHRvcD0iLTU1Il0=', 1),
|
||
(256, 68, 0, '2014-03-03 13:35:43', 'original_id', '', 0, '4705', '', 1),
|
||
(257, 69, 0, '2014-03-03 13:35:57', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(258, 69, 0, '2014-03-03 13:35:57', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJzbGlkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjIiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2luZ2xlIl0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJJbnN0YWxhY2lvbmVzIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQoNCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIiIGJhY2tncm91bmRpbWFnZT0iIiBiYWNrZ3JvdW5kcmVwZWF0PSJuby1yZXBlYXQiIGJhY2tncm91bmRwb3NpdGlvbj0ibGVmdCB0b3AiIGJhY2tncm91bmRhdHRhY2htZW50PSJzY3JvbGwiIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjIwcHgiXVtvbmVfaGFsZiBsYXN0PSJubyJdDQoNClt0aXRsZSBzaXplPSI0Il3Dmmx0aW1hcyBub3RpY2lhc1svdGl0bGVdDQoNCltyZWNlbnRfcG9zdHMgbGF5b3V0PSJ0aHVtYm5haWxzLW9uLXNpZGUiIGNvbHVtbnM9IjEiIG51bWJlcl9wb3N0cz0iMyIgY2F0X3NsdWc9IiIgZXhjbHVkZV9jYXRzPSIiIHRodW1ibmFpbD0ieWVzIiB0aXRsZT0ieWVzIiBtZXRhPSJubyIgZXhjZXJwdD0ieWVzIiBleGNlcnB0X3dvcmRzPSIxNSIgc3RyaXBfaHRtbD0ieWVzIiBhbmltYXRpb25fdHlwZT0ic2xpZGUiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImxlZnQiIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9wb3N0c10NCg0KPHAgc3R5bGU9InRleHQtYWxpZ246IHJpZ2h0OyI+W2J1dHRvbiBsaW5rPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL25vdGljaWFzLyIgY29sb3I9ImRlZmF1bHQiIHNpemU9InNtYWxsIiB0YXJnZXQ9Il9zZWxmIiB0aXRsZT0iIiBhbmltYXRpb25fdHlwZT0iZmFkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXUlyIGEgbGFzIG5vdGljaWFzICZndDtbL2J1dHRvbl08L3A+DQpbL29uZV9oYWxmXSBbb25lX2hhbGYgbGFzdD0ieWVzIl0NCg0KW3RpdGxlIHNpemU9IjQiXUJvbGV0w61uIGRlIG5vdGljaWFzWy90aXRsZV0NCg0KWy9vbmVfaGFsZl0NCg0KWy9mdWxsd2lkdGhdDQoNCg0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIHBhZGRpbmdUb3A9IjUwcHgiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy84MDAzOC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaGVybWVzLXVzZWYyLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9sb2dvU3RsSG9yc2VTaG93LnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HU0hTX2xvZ29fMzg0eDM4NC5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJzbGlkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjIiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2luZ2xlIl0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJJbnN0YWxhY2lvbmVzIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQoNCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIiIGJhY2tncm91bmRpbWFnZT0iIiBiYWNrZ3JvdW5kcmVwZWF0PSJuby1yZXBlYXQiIGJhY2tncm91bmRwb3NpdGlvbj0ibGVmdCB0b3AiIGJhY2tncm91bmRhdHRhY2htZW50PSJzY3JvbGwiIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjIwcHgiXVtvbmVfaGFsZiBsYXN0PSJubyJdDQoNClt0aXRsZSBzaXplPSI0Il3Dmmx0aW1hcyBub3RpY2lhc1svdGl0bGVdDQoNCltyZWNlbnRfcG9zdHMgbGF5b3V0PSJ0aHVtYm5haWxzLW9uLXNpZGUiIGNvbHVtbnM9IjEiIG51bWJlcl9wb3N0cz0iMyIgY2F0X3NsdWc9IiIgZXhjbHVkZV9jYXRzPSIiIHRodW1ibmFpbD0ieWVzIiB0aXRsZT0ieWVzIiBtZXRhPSJubyIgZXhjZXJwdD0ieWVzIiBleGNlcnB0X3dvcmRzPSIxNSIgc3RyaXBfaHRtbD0ieWVzIiBhbmltYXRpb25fdHlwZT0ic2xpZGUiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImxlZnQiIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9wb3N0c10NCg0KPHAgc3R5bGU9InRleHQtYWxpZ246IHJpZ2h0OyI+W2J1dHRvbiBsaW5rPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL25vdGljaWFzLyIgY29sb3I9ImRlZmF1bHQiIHNpemU9InNtYWxsIiB0YXJnZXQ9Il9zZWxmIiB0aXRsZT0iIiBhbmltYXRpb25fdHlwZT0iZmFkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXUlyIGEgbGFzIG5vdGljaWFzICZndDtbL2J1dHRvbl08L3A+DQpbL29uZV9oYWxmXSBbb25lX2hhbGYgbGFzdD0ieWVzIl0NCg0KW3RpdGxlIHNpemU9IjQiXUJvbGV0w61uIGRlIG5vdGljaWFzWy90aXRsZV0NCg0KWy9vbmVfaGFsZl0NCg0KWy9mdWxsd2lkdGhdDQoNCg0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIHBhZGRpbmdUb3A9IjUwcHgiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy84MDAzOC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaGVybWVzLXVzZWYyLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9sb2dvU3RsSG9yc2VTaG93LnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HU0hTX2xvZ29fMzg0eDM4NC5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 1),
|
||
(259, 69, 0, '2014-03-03 13:35:57', 'original_id', '', 0, '4705', '', 1),
|
||
(260, 70, 0, '2014-03-03 13:37:37', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(261, 70, 0, '2014-03-03 13:37:37', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJzbGlkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjIiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2luZ2xlIl0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJJbnN0YWxhY2lvbmVzIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQoNCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIiIGJhY2tncm91bmRpbWFnZT0iIiBiYWNrZ3JvdW5kcmVwZWF0PSJuby1yZXBlYXQiIGJhY2tncm91bmRwb3NpdGlvbj0ibGVmdCB0b3AiIGJhY2tncm91bmRhdHRhY2htZW50PSJzY3JvbGwiIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjIwcHgiXVtvbmVfaGFsZiBsYXN0PSJubyJdDQoNClt0aXRsZSBzaXplPSI0Il3Dmmx0aW1hcyBub3RpY2lhc1svdGl0bGVdDQoNCltyZWNlbnRfcG9zdHMgbGF5b3V0PSJ0aHVtYm5haWxzLW9uLXNpZGUiIGNvbHVtbnM9IjEiIG51bWJlcl9wb3N0cz0iMiIgY2F0X3NsdWc9IiIgZXhjbHVkZV9jYXRzPSIiIHRodW1ibmFpbD0ieWVzIiB0aXRsZT0ieWVzIiBtZXRhPSJubyIgZXhjZXJwdD0ieWVzIiBleGNlcnB0X3dvcmRzPSIxNSIgc3RyaXBfaHRtbD0ieWVzIiBhbmltYXRpb25fdHlwZT0ic2xpZGUiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImxlZnQiIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9wb3N0c10NCg0KPHAgc3R5bGU9InRleHQtYWxpZ246IHJpZ2h0OyI+W2J1dHRvbiBsaW5rPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL25vdGljaWFzLyIgY29sb3I9ImRlZmF1bHQiIHNpemU9InNtYWxsIiB0YXJnZXQ9Il9zZWxmIiB0aXRsZT0iIiBhbmltYXRpb25fdHlwZT0iZmFkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXUlyIGEgbGFzIG5vdGljaWFzICZndDtbL2J1dHRvbl08L3A+DQpbL29uZV9oYWxmXSBbb25lX2hhbGYgbGFzdD0ieWVzIl0NCg0KW3RpdGxlIHNpemU9IjQiXUJvbGV0w61uIGRlIG5vdGljaWFzWy90aXRsZV0NCg0KWy9vbmVfaGFsZl0NCg0KWy9mdWxsd2lkdGhdDQoNCg0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIHBhZGRpbmdUb3A9IjUwcHgiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy84MDAzOC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaGVybWVzLXVzZWYyLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9sb2dvU3RsSG9yc2VTaG93LnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HU0hTX2xvZ29fMzg0eDM4NC5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJzbGlkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjIiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2luZ2xlIl0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJJbnN0YWxhY2lvbmVzIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQoNCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIiIGJhY2tncm91bmRpbWFnZT0iIiBiYWNrZ3JvdW5kcmVwZWF0PSJuby1yZXBlYXQiIGJhY2tncm91bmRwb3NpdGlvbj0ibGVmdCB0b3AiIGJhY2tncm91bmRhdHRhY2htZW50PSJzY3JvbGwiIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjIwcHgiXVtvbmVfaGFsZiBsYXN0PSJubyJdDQoNClt0aXRsZSBzaXplPSI0Il3Dmmx0aW1hcyBub3RpY2lhc1svdGl0bGVdDQoNCltyZWNlbnRfcG9zdHMgbGF5b3V0PSJ0aHVtYm5haWxzLW9uLXNpZGUiIGNvbHVtbnM9IjEiIG51bWJlcl9wb3N0cz0iMiIgY2F0X3NsdWc9IiIgZXhjbHVkZV9jYXRzPSIiIHRodW1ibmFpbD0ieWVzIiB0aXRsZT0ieWVzIiBtZXRhPSJubyIgZXhjZXJwdD0ieWVzIiBleGNlcnB0X3dvcmRzPSIxNSIgc3RyaXBfaHRtbD0ieWVzIiBhbmltYXRpb25fdHlwZT0ic2xpZGUiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImxlZnQiIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9wb3N0c10NCg0KPHAgc3R5bGU9InRleHQtYWxpZ246IHJpZ2h0OyI+W2J1dHRvbiBsaW5rPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL25vdGljaWFzLyIgY29sb3I9ImRlZmF1bHQiIHNpemU9InNtYWxsIiB0YXJnZXQ9Il9zZWxmIiB0aXRsZT0iIiBhbmltYXRpb25fdHlwZT0iZmFkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXUlyIGEgbGFzIG5vdGljaWFzICZndDtbL2J1dHRvbl08L3A+DQpbL29uZV9oYWxmXSBbb25lX2hhbGYgbGFzdD0ieWVzIl0NCg0KW3RpdGxlIHNpemU9IjQiXUJvbGV0w61uIGRlIG5vdGljaWFzWy90aXRsZV0NCg0KWy9vbmVfaGFsZl0NCg0KWy9mdWxsd2lkdGhdDQoNCg0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIHBhZGRpbmdUb3A9IjUwcHgiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy84MDAzOC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaGVybWVzLXVzZWYyLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9sb2dvU3RsSG9yc2VTaG93LnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HU0hTX2xvZ29fMzg0eDM4NC5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 1),
|
||
(262, 70, 0, '2014-03-03 13:37:37', 'original_id', '', 0, '4705', '', 1),
|
||
(263, 71, 0, '2014-03-03 14:52:26', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(264, 71, 0, '2014-03-03 14:52:26', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJzbGlkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjIiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2luZ2xlIl0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJJbnN0YWxhY2lvbmVzIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQoNCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIiIGJhY2tncm91bmRpbWFnZT0iIiBiYWNrZ3JvdW5kcmVwZWF0PSJuby1yZXBlYXQiIGJhY2tncm91bmRwb3NpdGlvbj0ibGVmdCB0b3AiIGJhY2tncm91bmRhdHRhY2htZW50PSJzY3JvbGwiIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjIwcHgiXVtvbmVfaGFsZiBsYXN0PSJubyJdDQoNClt0aXRsZSBzaXplPSI0Il3Dmmx0aW1hcyBub3RpY2lhc1svdGl0bGVdDQoNCltyZWNlbnRfcG9zdHMgbGF5b3V0PSJ0aHVtYm5haWxzLW9uLXNpZGUiIGNvbHVtbnM9IjEiIG51bWJlcl9wb3N0cz0iMiIgY2F0X3NsdWc9IiIgZXhjbHVkZV9jYXRzPSIiIHRodW1ibmFpbD0ieWVzIiB0aXRsZT0ieWVzIiBtZXRhPSJubyIgZXhjZXJwdD0ieWVzIiBleGNlcnB0X3dvcmRzPSIxNSIgc3RyaXBfaHRtbD0ieWVzIiBhbmltYXRpb25fdHlwZT0ic2xpZGUiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImxlZnQiIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9wb3N0c10NCg0KPHAgc3R5bGU9InRleHQtYWxpZ246IHJpZ2h0OyI+W2J1dHRvbiBsaW5rPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL25vdGljaWFzLyIgY29sb3I9ImRlZmF1bHQiIHNpemU9InNtYWxsIiB0YXJnZXQ9Il9zZWxmIiB0aXRsZT0iIiBhbmltYXRpb25fdHlwZT0iZmFkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXUlyIGEgbGFzIG5vdGljaWFzICZndDtbL2J1dHRvbl08L3A+DQpbL29uZV9oYWxmXSBbb25lX2hhbGYgbGFzdD0ieWVzIl0NCg0KW3RpdGxlIHNpemU9IjQiXUJvbGV0w61uIGRlIG5vdGljaWFzWy90aXRsZV0NCltncmF2aXR5Zm9ybSBpZD0iMiIgbmFtZT0iQm9sZXTDrW4gZGUgbm90aWNpYXMiIGFqYXg9InRydWUiXQ0KWy9vbmVfaGFsZl0NCg0KWy9mdWxsd2lkdGhdDQoNCg0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIHBhZGRpbmdUb3A9IjUwcHgiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy84MDAzOC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaGVybWVzLXVzZWYyLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9sb2dvU3RsSG9yc2VTaG93LnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HU0hTX2xvZ29fMzg0eDM4NC5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJzbGlkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjIiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2luZ2xlIl0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJJbnN0YWxhY2lvbmVzIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQoNCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIiIGJhY2tncm91bmRpbWFnZT0iIiBiYWNrZ3JvdW5kcmVwZWF0PSJuby1yZXBlYXQiIGJhY2tncm91bmRwb3NpdGlvbj0ibGVmdCB0b3AiIGJhY2tncm91bmRhdHRhY2htZW50PSJzY3JvbGwiIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjIwcHgiXVtvbmVfaGFsZiBsYXN0PSJubyJdDQoNClt0aXRsZSBzaXplPSI0Il3Dmmx0aW1hcyBub3RpY2lhc1svdGl0bGVdDQoNCltyZWNlbnRfcG9zdHMgbGF5b3V0PSJ0aHVtYm5haWxzLW9uLXNpZGUiIGNvbHVtbnM9IjEiIG51bWJlcl9wb3N0cz0iMiIgY2F0X3NsdWc9IiIgZXhjbHVkZV9jYXRzPSIiIHRodW1ibmFpbD0ieWVzIiB0aXRsZT0ieWVzIiBtZXRhPSJubyIgZXhjZXJwdD0ieWVzIiBleGNlcnB0X3dvcmRzPSIxNSIgc3RyaXBfaHRtbD0ieWVzIiBhbmltYXRpb25fdHlwZT0ic2xpZGUiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImxlZnQiIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9wb3N0c10NCg0KPHAgc3R5bGU9InRleHQtYWxpZ246IHJpZ2h0OyI+W2J1dHRvbiBsaW5rPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL25vdGljaWFzLyIgY29sb3I9ImRlZmF1bHQiIHNpemU9InNtYWxsIiB0YXJnZXQ9Il9zZWxmIiB0aXRsZT0iIiBhbmltYXRpb25fdHlwZT0iZmFkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXUlyIGEgbGFzIG5vdGljaWFzICZndDtbL2J1dHRvbl08L3A+DQpbL29uZV9oYWxmXSBbb25lX2hhbGYgbGFzdD0ieWVzIl0NCg0KW3RpdGxlIHNpemU9IjQiXUJvbGV0w61uIGRlIG5vdGljaWFzWy90aXRsZV0NCltncmF2aXR5Zm9ybSBpZD0iMiIgbmFtZT0iQm9sZXTDrW4gZGUgbm90aWNpYXMiIGFqYXg9InRydWUiXQ0KWy9vbmVfaGFsZl0NCg0KWy9mdWxsd2lkdGhdDQoNCg0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBiYWNrZ3JvdW5kY29sb3I9IiNmZmYiIHBhZGRpbmdUb3A9IjUwcHgiXQ0KW2NsaWVudHNdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9CYWlsZXlzLUxvZ28uanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0d1Y2NpX0NoYXJpdHlfQ2xhc3NpY19Mb2dvX1doaXRlX0ZpbmFsLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy84MDAzOC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaGVybWVzLXVzZWYyLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9sb2dvU3RsSG9yc2VTaG93LnBuZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HU0hTX2xvZ29fMzg0eDM4NC5wbmciXVsvY2xpZW50c10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd', 1),
|
||
(265, 71, 0, '2014-03-03 14:52:26', 'original_id', '', 0, '4705', '', 1),
|
||
(266, 72, 0, '2014-03-03 14:52:52', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1);
|
||
INSERT INTO `drgrp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
|
||
(267, 72, 0, '2014-03-03 14:52:52', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJzbGlkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjIiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2luZ2xlIl0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJJbnN0YWxhY2lvbmVzIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQoNCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIiIGJhY2tncm91bmRpbWFnZT0iIiBiYWNrZ3JvdW5kcmVwZWF0PSJuby1yZXBlYXQiIGJhY2tncm91bmRwb3NpdGlvbj0ibGVmdCB0b3AiIGJhY2tncm91bmRhdHRhY2htZW50PSJzY3JvbGwiIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjIwcHgiXVtvbmVfaGFsZiBsYXN0PSJubyJdDQoNClt0aXRsZSBzaXplPSI0Il3Dmmx0aW1hcyBub3RpY2lhc1svdGl0bGVdDQoNCltyZWNlbnRfcG9zdHMgbGF5b3V0PSJ0aHVtYm5haWxzLW9uLXNpZGUiIGNvbHVtbnM9IjEiIG51bWJlcl9wb3N0cz0iMiIgY2F0X3NsdWc9IiIgZXhjbHVkZV9jYXRzPSIiIHRodW1ibmFpbD0ieWVzIiB0aXRsZT0ieWVzIiBtZXRhPSJubyIgZXhjZXJwdD0ieWVzIiBleGNlcnB0X3dvcmRzPSIxNSIgc3RyaXBfaHRtbD0ieWVzIiBhbmltYXRpb25fdHlwZT0ic2xpZGUiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImxlZnQiIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9wb3N0c10NCg0KPHAgc3R5bGU9InRleHQtYWxpZ246IHJpZ2h0OyI+W2J1dHRvbiBsaW5rPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL25vdGljaWFzLyIgY29sb3I9ImRlZmF1bHQiIHNpemU9InNtYWxsIiB0YXJnZXQ9Il9zZWxmIiB0aXRsZT0iIiBhbmltYXRpb25fdHlwZT0iZmFkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXUlyIGEgbGFzIG5vdGljaWFzICZndDtbL2J1dHRvbl08L3A+DQpbL29uZV9oYWxmXSBbb25lX2hhbGYgbGFzdD0ieWVzIl0NCg0KW3RpdGxlIHNpemU9IjQiXUJvbGV0w61uIGRlIG5vdGljaWFzWy90aXRsZV0NCltncmF2aXR5Zm9ybSBpZD0iMiIgbmFtZT0iQm9sZXTDrW4gZGUgbm90aWNpYXMiIHRpdGxlPSJmYWxzZSIgYWpheD0idHJ1ZSJdDQpbL29uZV9oYWxmXQ0KDQpbL2Z1bGx3aWR0aF0NCg0KDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iNTBweCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzLzgwMDM4LmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9oZXJtZXMtdXNlZjIuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2xvZ29TdGxIb3JzZVNob3cucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0dTSFNfbG9nb18zODR4Mzg0LnBuZyJdWy9jbGllbnRzXQ0KWy9mdWxsd2lkdGhdDQpbc2VwYXJhdG9yIHRvcD0iLTU1Il0=', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJzbGlkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjIiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2luZ2xlIl0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJJbnN0YWxhY2lvbmVzIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQoNCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIiIGJhY2tncm91bmRpbWFnZT0iIiBiYWNrZ3JvdW5kcmVwZWF0PSJuby1yZXBlYXQiIGJhY2tncm91bmRwb3NpdGlvbj0ibGVmdCB0b3AiIGJhY2tncm91bmRhdHRhY2htZW50PSJzY3JvbGwiIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjIwcHgiXVtvbmVfaGFsZiBsYXN0PSJubyJdDQoNClt0aXRsZSBzaXplPSI0Il3Dmmx0aW1hcyBub3RpY2lhc1svdGl0bGVdDQoNCltyZWNlbnRfcG9zdHMgbGF5b3V0PSJ0aHVtYm5haWxzLW9uLXNpZGUiIGNvbHVtbnM9IjEiIG51bWJlcl9wb3N0cz0iMiIgY2F0X3NsdWc9IiIgZXhjbHVkZV9jYXRzPSIiIHRodW1ibmFpbD0ieWVzIiB0aXRsZT0ieWVzIiBtZXRhPSJubyIgZXhjZXJwdD0ieWVzIiBleGNlcnB0X3dvcmRzPSIxNSIgc3RyaXBfaHRtbD0ieWVzIiBhbmltYXRpb25fdHlwZT0ic2xpZGUiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImxlZnQiIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9wb3N0c10NCg0KPHAgc3R5bGU9InRleHQtYWxpZ246IHJpZ2h0OyI+W2J1dHRvbiBsaW5rPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL25vdGljaWFzLyIgY29sb3I9ImRlZmF1bHQiIHNpemU9InNtYWxsIiB0YXJnZXQ9Il9zZWxmIiB0aXRsZT0iIiBhbmltYXRpb25fdHlwZT0iZmFkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXUlyIGEgbGFzIG5vdGljaWFzICZndDtbL2J1dHRvbl08L3A+DQpbL29uZV9oYWxmXSBbb25lX2hhbGYgbGFzdD0ieWVzIl0NCg0KW3RpdGxlIHNpemU9IjQiXUJvbGV0w61uIGRlIG5vdGljaWFzWy90aXRsZV0NCltncmF2aXR5Zm9ybSBpZD0iMiIgbmFtZT0iQm9sZXTDrW4gZGUgbm90aWNpYXMiIHRpdGxlPSJmYWxzZSIgYWpheD0idHJ1ZSJdDQpbL29uZV9oYWxmXQ0KDQpbL2Z1bGx3aWR0aF0NCg0KDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIGJhY2tncm91bmRjb2xvcj0iI2ZmZiIgcGFkZGluZ1RvcD0iNTBweCJdDQpbY2xpZW50c11bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0JhaWxleXMtTG9nby5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR3VjY2lfQ2hhcml0eV9DbGFzc2ljX0xvZ29fV2hpdGVfRmluYWwuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzLzgwMDM4LmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9oZXJtZXMtdXNlZjIuanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2xvZ29TdGxIb3JzZVNob3cucG5nIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0dTSFNfbG9nb18zODR4Mzg0LnBuZyJdWy9jbGllbnRzXQ0KWy9mdWxsd2lkdGhdDQpbc2VwYXJhdG9yIHRvcD0iLTU1Il0=', 1),
|
||
(268, 72, 0, '2014-03-03 14:52:52', 'original_id', '', 0, '4705', '', 1),
|
||
(269, 73, 0, '2014-03-03 14:58:14', 'title', 'base64', 1, 'SW5pY2lv', 'SW5pY2lv', 1),
|
||
(270, 73, 0, '2014-03-03 14:58:14', 'body', 'base64', 1, 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJzbGlkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjIiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2luZ2xlIl0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJJbnN0YWxhY2lvbmVzIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQoNCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIiIGJhY2tncm91bmRpbWFnZT0iIiBiYWNrZ3JvdW5kcmVwZWF0PSJuby1yZXBlYXQiIGJhY2tncm91bmRwb3NpdGlvbj0ibGVmdCB0b3AiIGJhY2tncm91bmRhdHRhY2htZW50PSJzY3JvbGwiIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjIwcHgiXVtvbmVfaGFsZiBsYXN0PSJubyJdDQoNClt0aXRsZSBzaXplPSI0Il3Dmmx0aW1hcyBub3RpY2lhc1svdGl0bGVdDQoNCltyZWNlbnRfcG9zdHMgbGF5b3V0PSJ0aHVtYm5haWxzLW9uLXNpZGUiIGNvbHVtbnM9IjEiIG51bWJlcl9wb3N0cz0iMiIgY2F0X3NsdWc9IiIgZXhjbHVkZV9jYXRzPSIiIHRodW1ibmFpbD0ieWVzIiB0aXRsZT0ieWVzIiBtZXRhPSJubyIgZXhjZXJwdD0ieWVzIiBleGNlcnB0X3dvcmRzPSIxNSIgc3RyaXBfaHRtbD0ieWVzIiBhbmltYXRpb25fdHlwZT0ic2xpZGUiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImxlZnQiIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9wb3N0c10NCg0KW2J1dHRvbiBsaW5rPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL25vdGljaWFzLyIgY29sb3I9ImRlZmF1bHQiIHNpemU9InNtYWxsIiB0YXJnZXQ9Il9zZWxmIiB0aXRsZT0iIiBhbmltYXRpb25fdHlwZT0iZmFkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXUlyIGEgbGFzIG5vdGljaWFzICZndDtbL2J1dHRvbl0NClsvb25lX2hhbGZdIFtvbmVfaGFsZiBsYXN0PSJ5ZXMiXQ0KDQpbdGl0bGUgc2l6ZT0iNCJdQm9sZXTDrW4gZGUgbm90aWNpYXNbL3RpdGxlXQ0KW2dyYXZpdHlmb3JtIGlkPSIyIiBuYW1lPSJCb2xldMOtbiBkZSBub3RpY2lhcyIgdGl0bGU9ImZhbHNlIiBhamF4PSJ0cnVlIl0NClsvb25lX2hhbGZdDQoNClsvZnVsbHdpZHRoXQ0KDQoNCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 'W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJzbGlkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjIiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2luZ2xlIl0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJJbnN0YWxhY2lvbmVzIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQoNCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIiIGJhY2tncm91bmRpbWFnZT0iIiBiYWNrZ3JvdW5kcmVwZWF0PSJuby1yZXBlYXQiIGJhY2tncm91bmRwb3NpdGlvbj0ibGVmdCB0b3AiIGJhY2tncm91bmRhdHRhY2htZW50PSJzY3JvbGwiIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjIwcHgiXVtvbmVfaGFsZiBsYXN0PSJubyJdDQoNClt0aXRsZSBzaXplPSI0Il3Dmmx0aW1hcyBub3RpY2lhc1svdGl0bGVdDQoNCltyZWNlbnRfcG9zdHMgbGF5b3V0PSJ0aHVtYm5haWxzLW9uLXNpZGUiIGNvbHVtbnM9IjEiIG51bWJlcl9wb3N0cz0iMiIgY2F0X3NsdWc9IiIgZXhjbHVkZV9jYXRzPSIiIHRodW1ibmFpbD0ieWVzIiB0aXRsZT0ieWVzIiBtZXRhPSJubyIgZXhjZXJwdD0ieWVzIiBleGNlcnB0X3dvcmRzPSIxNSIgc3RyaXBfaHRtbD0ieWVzIiBhbmltYXRpb25fdHlwZT0ic2xpZGUiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImxlZnQiIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9wb3N0c10NCg0KW2J1dHRvbiBsaW5rPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL25vdGljaWFzLyIgY29sb3I9ImRlZmF1bHQiIHNpemU9InNtYWxsIiB0YXJnZXQ9Il9zZWxmIiB0aXRsZT0iIiBhbmltYXRpb25fdHlwZT0iZmFkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXUlyIGEgbGFzIG5vdGljaWFzICZndDtbL2J1dHRvbl0NClsvb25lX2hhbGZdIFtvbmVfaGFsZiBsYXN0PSJ5ZXMiXQ0KDQpbdGl0bGUgc2l6ZT0iNCJdQm9sZXTDrW4gZGUgbm90aWNpYXNbL3RpdGxlXQ0KW2dyYXZpdHlmb3JtIGlkPSIyIiBuYW1lPSJCb2xldMOtbiBkZSBub3RpY2lhcyIgdGl0bGU9ImZhbHNlIiBhamF4PSJ0cnVlIl0NClsvb25lX2hhbGZdDQoNClsvZnVsbHdpZHRoXQ0KDQoNCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==', 1),
|
||
(272, 74, 0, '2014-03-03 15:07:42', 'title', 'base64', 1, 'RmxvcmVuY2lhbm8=', 'RmxvcmVuY2lhbm8=', 1),
|
||
(271, 73, 0, '2014-03-03 14:58:14', 'original_id', '', 0, '4705', '', 1),
|
||
(273, 74, 0, '2014-03-03 15:07:42', 'body', 'base64', 1, 'PGg0PktXUE4gLSBiYXkgLSAyMDA0IC0gMTYuMyBoYW5kczwvaDQ+DQpBcHByb3ZlZCBmb3IgT2xkZW5idXJnLCBNZWNrbGVuYnVyZywgUmhpbmVsYW5kLCBXZXN0cGhhbGlhIGFuZCBhbGwgU291dGhlcm4gR2VybWFuIFZlcmJhbmRzLg0KT3RoZXIgVmVyYmFuZHMgb24gcmVxdWVzdCENCg0KSW5zZW1pbmF0aW9uIGZlZTogNTAwIOKCrCogKyBJbi1mb2FsIGZlZTogNTAwIOKCrCooRlMgKyBURykNCg0KRnJlc2ggc2VtZW4gc2hpcHBpbmcgd2l0aGluIEdlcm1hbnkhDQoNCkEgZmFidWxvdXNseSBtb3Zpbmcgc3VubnkgYm95IHdpdGggYSByZW1hcmthYmxlIG91dGNyb3NzIHBlZGlncmVlIOKAkyB0aGF04oCZcyBGbG9yZW5jaWFubyENCg0KRmxvcmVuY2lhbm8gd2FzIGxpY2Vuc2VkIGluIDIwMDYgaW4gTcO8bnN0ZXItSGFuZG9yZiwgd29uIGhpcyAzMC1kYXkgdGVzdCBpbiAyMDA3IChndWVzdCByaWRlciAxMC4wKSBhbmQgdGhlbiB3b24gdGhlIHByZXN0aWdpb3VzIE9wdGltdW0gaW4gMjAwOC4gVGhlc2UgYWNoaWV2ZW1lbnRzIHdlcmUgZm9sbG93ZWQgYnkgcXVhbGlmaWNhdGlvbiBmb3IgdGhlIEJ1bmRlc2NoYW1waW9uYXQgYW5kIG1hbnkgdmljdG9yaWVzIGluIGRyZXNzYWdlIHVwIHRvIG1lZGl1bSAoTSkgbGV2ZWwuIEluIDIwMTEgYXQgdGhlIGFnZSBvZiBzZXZlbiwgaGlzIGZpcnN0IHZpY3RvcmllcyBpbiBTdC4gR2VvcmdlcyBkcmVzc2FnZSB0ZXN0cyB3ZXJlIGFkZGVkLiBUaGUgT2x5bXBpYyB3aW5uaW5nIHJpZGVyLCBIdWJlcnR1cyBTY2htaWR0LCBoYXMgdGFrZW4gb3ZlciBGbG9yZW5jaWFub+KAmXMgZnVydGhlciB0cmFpbmluZy4NCg0KW3RpdGxlIHNpemU9IjMiXVByb2dlbnlbL3RpdGxlXQ0KDQpGbG9yZW5jaWFub+KAmXMgZGVidXQgYXMgYSBzaXJlIHdhcyBicmlsbGlhbnQuIEluIGtlZXBpbmcgd2l0aCBoaXMgb3V0c3RhbmRpbmcgZmlyc3QgZm9hbCBjcm9wcywgaGlzIGRhdWdodGVyIEZlaW5lIFJvc2EgdG9vayB0aGUgMjAxMSBDaGFtcGlvbiBNYXJlIHRpdGxlIGF0IHRoZSBHZXJtYW4gRWxpdGUgQnJvb2RtYXJlIENoYW1waW9uc2hpcHMgYXMgd2VsbCBhcyB0aGUgUmhpbmVsYW5kIENoYW1waW9uIE1hcmUgdGl0bGUsIGhpcyBkYXVnaHRlciBGbG9yZW5jaWFuYSBGIGJlY2FtZSB0aGUgV2VzdHBoYWxpYW4gQ2hhbXBpb24gTWFyZSBhbmQgaGlzIGRhdWdodGVyIEZvciBDb210ZXNzIHdvbiB0aGUgV2VzdHBoYWxpYW4gQ2hhbXBpb25zaGlwcywgdGhlIFdlc3RwaGFsaWFuIFdhcHBlbiBhbmQgYWxzbyBwYXJ0aWNpcGF0ZWQgaW4gdGhlIEJ1bmRlc2NoYW1waW9uYXQgRmluYWwuIFRocmVlIG9mIGhpcyBzb25zIHdlcmUgbGljZW5zZWQsIGluY2x1ZGluZyB0aGUgMjAxMiBOUlcgcHJlbWl1bSBzdGFsbGlvbiwgRmFyYmVuc3BpZWwuIEhpcyBvZmZzcHJpbmcgYXJlIG9mZiB0byBhIGhpZ2hseSBwcm9taXNpbmcgc3RhcnQgaW4gYmFzaWMgdGVzdHMgZm9yIHlvdW5nc3RlcnMuDQoNCjxkaXYgY2xhc3M9InRhYmxlLTIiPg0KPHRhYmxlIHdpZHRoPSIxMDAlIj4NCjx0aGVhZD4NCjx0cj4NCjx0aD5Db2x1bW4gMTwvdGg+DQo8dGg+Q29sdW1uIDI8L3RoPg0KPHRoPkNvbHVtbiAzPC90aD4NCjx0aD5Db2x1bW4gNDwvdGg+DQo8L3RyPg0KPC90aGVhZD4NCjx0Ym9keT4NCjx0cj4NCjx0ZD5JdGVtICMxPC90ZD4NCjx0ZD5EZXNjcmlwdGlvbjwvdGQ+DQo8dGQ+RGlzY291bnQ6PC90ZD4NCjx0ZD4kMS4wMDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkPkl0ZW0gIzI8L3RkPg0KPHRkPkRlc2NyaXB0aW9uPC90ZD4NCjx0ZD5EaXNjb3VudDo8L3RkPg0KPHRkPiQyLjAwPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQ+SXRlbSAjMzwvdGQ+DQo8dGQ+RGVzY3JpcHRpb248L3RkPg0KPHRkPkRpc2NvdW50OjwvdGQ+DQo8dGQ+JDMuMDA8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZD5JdGVtICM0PC90ZD4NCjx0ZD5EZXNjcmlwdGlvbjwvdGQ+DQo8dGQ+RGlzY291bnQ6PC90ZD4NCjx0ZD4kNC4wMDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkPjxzdHJvbmc+QWxsIEl0ZW1zPC9zdHJvbmc+PC90ZD4NCjx0ZD48c3Ryb25nPkRlc2NyaXB0aW9uPC9zdHJvbmc+PC90ZD4NCjx0ZD48c3Ryb25nPllvdXIgVG90YWw6PC9zdHJvbmc+PC90ZD4NCjx0ZD48c3Ryb25nPiQxMC4wMDwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQo8L2Rpdj4NCg0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCg0KW3RpdGxlIHNpemU9IjMiXVBlZGlncmVlWy90aXRsZV0NCg0KSGlzIHNpcmUgaXMgdGhlIHR3by10aW1lIFdvcmxkIENoYW1waW9uIG9mIHlvdW5nIGRyZXNzYWdlIGhvcnNlcywgRmxvcmVuY2lvIEkuDQoNCkZsb3JlbmNpYW5v4oCZcyBoaWdobHkgZGVjb3JhdGVkIGRhbSBsaW5lIG9yaWdpbmF0ZWQgaW4gdGhlIE5ldGhlcmxhbmRzLiBIaXMgZGFtIFN0LlByLlN0LiBMdW5kaSBUIHdvbiBlaWdodCBtZWRpdW0gKE0pIGxldmVsIGRyZXNzYWdlIHRlc3RzIGFuZCByZWNlaXZlZCDigJxwZXJmb3JtYW5jZSBtYXJlIGRyZXNzYWdl4oCdIHN0YXR1cy4gVGhlIGRhbeKAmXMgc2lyZSBIYXZpZG9mZiwgYnkgdGhlIEdyYW5kIFByaXggc3RhbGxpb24gQ2xhdmVjaW1iZWwsIHdhcyBhd2FyZGVkIOKAnGtldXLigJ0gc3RhdHVzLiBNYW55IG9mIGhpcyBvZmZzcHJpbmcgd2luIHJpYmJvbnMgYXQgR3JhbmQgUHJpeCBsZXZlbCBzdWNoIGFzIGhpcyBsaWNlbnNlZCBzb24sIFBhZ2FuaW5pLiBHcmFuZGRhbSBBbnVza2EgcHJvZHVjZWQgc2V2ZXJhbCBob3JzZXMgdGhhdCB3ZXJlIHN1Y2Nlc3NmdWwgaW4gZHJlc3NhZ2UgcmluZ3MuDQoNClRoZSBwZXJmb3JtYW5jZSBkb21pbmF0ZSBkYW0gbGluZSBhbHNvIHByb2R1Y2VkIHRoZSBsaWNlbnNlZCBab8O2bG9vZyAoYnkgR29uZG9saWVyKSB3aG8gaGFzIHBsYWNlZCBpbiBpbnRlcm5hdGlvbmFsIGRyZXNzYWdlIGNvbXBldGl0aW9ucywgdGhlIHdvcmxkIGNsYXNzIHNob3cganVtcGVyIE1pc3RlciBTcG9vbiAoYnkgWmFkb2MpL0NhbmRpY2UgS2luZy9VU0EgYW5kIE5pZXRqZSAoYnkgWmllaGltKSwgd2hvIHRvb2sgZ29sZCBvbiB0aGUgRHV0Y2ggdGVhbSBhdCB0aGUgMjAwNiBXb3JsZCBFcXVlc3RyaWFuIEdhbWVzIGluIEFhY2hlbiBpbiBLb29zIGRlIFJvbmRl4oCZcyBkcml2aW5nIHRlYW0gb2YgZm91ciBhcyB3ZWxsIGFzIG1hbnkgU3RhdGUgUHJlbWl1bSBtYXJlcyBhbmQgYXVjdGlvbiBob3JzZXMuDQoNCjxpZnJhbWUgc3JjPSIvL3d3dy55b3V0dWJlLmNvbS9lbWJlZC8yazM1QW5HdmhjOCIgaGVpZ2h0PSIzMTUiIHdpZHRoPSI1NjAiIGFsbG93ZnVsbHNjcmVlbj0iIiBmcmFtZWJvcmRlcj0iMCI+PC9pZnJhbWU+', 'PGg0PktXUE4gLSBiYXkgLSAyMDA0IC0gMTYuMyBoYW5kczwvaDQ+DQpBcHByb3ZlZCBmb3IgT2xkZW5idXJnLCBNZWNrbGVuYnVyZywgUmhpbmVsYW5kLCBXZXN0cGhhbGlhIGFuZCBhbGwgU291dGhlcm4gR2VybWFuIFZlcmJhbmRzLg0KT3RoZXIgVmVyYmFuZHMgb24gcmVxdWVzdCENCg0KSW5zZW1pbmF0aW9uIGZlZTogNTAwIOKCrCogKyBJbi1mb2FsIGZlZTogNTAwIOKCrCooRlMgKyBURykNCg0KRnJlc2ggc2VtZW4gc2hpcHBpbmcgd2l0aGluIEdlcm1hbnkhDQoNCkEgZmFidWxvdXNseSBtb3Zpbmcgc3VubnkgYm95IHdpdGggYSByZW1hcmthYmxlIG91dGNyb3NzIHBlZGlncmVlIOKAkyB0aGF04oCZcyBGbG9yZW5jaWFubyENCg0KRmxvcmVuY2lhbm8gd2FzIGxpY2Vuc2VkIGluIDIwMDYgaW4gTcO8bnN0ZXItSGFuZG9yZiwgd29uIGhpcyAzMC1kYXkgdGVzdCBpbiAyMDA3IChndWVzdCByaWRlciAxMC4wKSBhbmQgdGhlbiB3b24gdGhlIHByZXN0aWdpb3VzIE9wdGltdW0gaW4gMjAwOC4gVGhlc2UgYWNoaWV2ZW1lbnRzIHdlcmUgZm9sbG93ZWQgYnkgcXVhbGlmaWNhdGlvbiBmb3IgdGhlIEJ1bmRlc2NoYW1waW9uYXQgYW5kIG1hbnkgdmljdG9yaWVzIGluIGRyZXNzYWdlIHVwIHRvIG1lZGl1bSAoTSkgbGV2ZWwuIEluIDIwMTEgYXQgdGhlIGFnZSBvZiBzZXZlbiwgaGlzIGZpcnN0IHZpY3RvcmllcyBpbiBTdC4gR2VvcmdlcyBkcmVzc2FnZSB0ZXN0cyB3ZXJlIGFkZGVkLiBUaGUgT2x5bXBpYyB3aW5uaW5nIHJpZGVyLCBIdWJlcnR1cyBTY2htaWR0LCBoYXMgdGFrZW4gb3ZlciBGbG9yZW5jaWFub+KAmXMgZnVydGhlciB0cmFpbmluZy4NCg0KW3RpdGxlIHNpemU9IjMiXVByb2dlbnlbL3RpdGxlXQ0KDQpGbG9yZW5jaWFub+KAmXMgZGVidXQgYXMgYSBzaXJlIHdhcyBicmlsbGlhbnQuIEluIGtlZXBpbmcgd2l0aCBoaXMgb3V0c3RhbmRpbmcgZmlyc3QgZm9hbCBjcm9wcywgaGlzIGRhdWdodGVyIEZlaW5lIFJvc2EgdG9vayB0aGUgMjAxMSBDaGFtcGlvbiBNYXJlIHRpdGxlIGF0IHRoZSBHZXJtYW4gRWxpdGUgQnJvb2RtYXJlIENoYW1waW9uc2hpcHMgYXMgd2VsbCBhcyB0aGUgUmhpbmVsYW5kIENoYW1waW9uIE1hcmUgdGl0bGUsIGhpcyBkYXVnaHRlciBGbG9yZW5jaWFuYSBGIGJlY2FtZSB0aGUgV2VzdHBoYWxpYW4gQ2hhbXBpb24gTWFyZSBhbmQgaGlzIGRhdWdodGVyIEZvciBDb210ZXNzIHdvbiB0aGUgV2VzdHBoYWxpYW4gQ2hhbXBpb25zaGlwcywgdGhlIFdlc3RwaGFsaWFuIFdhcHBlbiBhbmQgYWxzbyBwYXJ0aWNpcGF0ZWQgaW4gdGhlIEJ1bmRlc2NoYW1waW9uYXQgRmluYWwuIFRocmVlIG9mIGhpcyBzb25zIHdlcmUgbGljZW5zZWQsIGluY2x1ZGluZyB0aGUgMjAxMiBOUlcgcHJlbWl1bSBzdGFsbGlvbiwgRmFyYmVuc3BpZWwuIEhpcyBvZmZzcHJpbmcgYXJlIG9mZiB0byBhIGhpZ2hseSBwcm9taXNpbmcgc3RhcnQgaW4gYmFzaWMgdGVzdHMgZm9yIHlvdW5nc3RlcnMuDQoNCjxkaXYgY2xhc3M9InRhYmxlLTIiPg0KPHRhYmxlIHdpZHRoPSIxMDAlIj4NCjx0aGVhZD4NCjx0cj4NCjx0aD5Db2x1bW4gMTwvdGg+DQo8dGg+Q29sdW1uIDI8L3RoPg0KPHRoPkNvbHVtbiAzPC90aD4NCjx0aD5Db2x1bW4gNDwvdGg+DQo8L3RyPg0KPC90aGVhZD4NCjx0Ym9keT4NCjx0cj4NCjx0ZD5JdGVtICMxPC90ZD4NCjx0ZD5EZXNjcmlwdGlvbjwvdGQ+DQo8dGQ+RGlzY291bnQ6PC90ZD4NCjx0ZD4kMS4wMDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkPkl0ZW0gIzI8L3RkPg0KPHRkPkRlc2NyaXB0aW9uPC90ZD4NCjx0ZD5EaXNjb3VudDo8L3RkPg0KPHRkPiQyLjAwPC90ZD4NCjwvdHI+DQo8dHI+DQo8dGQ+SXRlbSAjMzwvdGQ+DQo8dGQ+RGVzY3JpcHRpb248L3RkPg0KPHRkPkRpc2NvdW50OjwvdGQ+DQo8dGQ+JDMuMDA8L3RkPg0KPC90cj4NCjx0cj4NCjx0ZD5JdGVtICM0PC90ZD4NCjx0ZD5EZXNjcmlwdGlvbjwvdGQ+DQo8dGQ+RGlzY291bnQ6PC90ZD4NCjx0ZD4kNC4wMDwvdGQ+DQo8L3RyPg0KPHRyPg0KPHRkPjxzdHJvbmc+QWxsIEl0ZW1zPC9zdHJvbmc+PC90ZD4NCjx0ZD48c3Ryb25nPkRlc2NyaXB0aW9uPC9zdHJvbmc+PC90ZD4NCjx0ZD48c3Ryb25nPllvdXIgVG90YWw6PC9zdHJvbmc+PC90ZD4NCjx0ZD48c3Ryb25nPiQxMC4wMDwvc3Ryb25nPjwvdGQ+DQo8L3RyPg0KPC90Ym9keT4NCjwvdGFibGU+DQo8L2Rpdj4NCg0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCg0KW3RpdGxlIHNpemU9IjMiXVBlZGlncmVlWy90aXRsZV0NCg0KSGlzIHNpcmUgaXMgdGhlIHR3by10aW1lIFdvcmxkIENoYW1waW9uIG9mIHlvdW5nIGRyZXNzYWdlIGhvcnNlcywgRmxvcmVuY2lvIEkuDQoNCkZsb3JlbmNpYW5v4oCZcyBoaWdobHkgZGVjb3JhdGVkIGRhbSBsaW5lIG9yaWdpbmF0ZWQgaW4gdGhlIE5ldGhlcmxhbmRzLiBIaXMgZGFtIFN0LlByLlN0LiBMdW5kaSBUIHdvbiBlaWdodCBtZWRpdW0gKE0pIGxldmVsIGRyZXNzYWdlIHRlc3RzIGFuZCByZWNlaXZlZCDigJxwZXJmb3JtYW5jZSBtYXJlIGRyZXNzYWdl4oCdIHN0YXR1cy4gVGhlIGRhbeKAmXMgc2lyZSBIYXZpZG9mZiwgYnkgdGhlIEdyYW5kIFByaXggc3RhbGxpb24gQ2xhdmVjaW1iZWwsIHdhcyBhd2FyZGVkIOKAnGtldXLigJ0gc3RhdHVzLiBNYW55IG9mIGhpcyBvZmZzcHJpbmcgd2luIHJpYmJvbnMgYXQgR3JhbmQgUHJpeCBsZXZlbCBzdWNoIGFzIGhpcyBsaWNlbnNlZCBzb24sIFBhZ2FuaW5pLiBHcmFuZGRhbSBBbnVza2EgcHJvZHVjZWQgc2V2ZXJhbCBob3JzZXMgdGhhdCB3ZXJlIHN1Y2Nlc3NmdWwgaW4gZHJlc3NhZ2UgcmluZ3MuDQoNClRoZSBwZXJmb3JtYW5jZSBkb21pbmF0ZSBkYW0gbGluZSBhbHNvIHByb2R1Y2VkIHRoZSBsaWNlbnNlZCBab8O2bG9vZyAoYnkgR29uZG9saWVyKSB3aG8gaGFzIHBsYWNlZCBpbiBpbnRlcm5hdGlvbmFsIGRyZXNzYWdlIGNvbXBldGl0aW9ucywgdGhlIHdvcmxkIGNsYXNzIHNob3cganVtcGVyIE1pc3RlciBTcG9vbiAoYnkgWmFkb2MpL0NhbmRpY2UgS2luZy9VU0EgYW5kIE5pZXRqZSAoYnkgWmllaGltKSwgd2hvIHRvb2sgZ29sZCBvbiB0aGUgRHV0Y2ggdGVhbSBhdCB0aGUgMjAwNiBXb3JsZCBFcXVlc3RyaWFuIEdhbWVzIGluIEFhY2hlbiBpbiBLb29zIGRlIFJvbmRl4oCZcyBkcml2aW5nIHRlYW0gb2YgZm91ciBhcyB3ZWxsIGFzIG1hbnkgU3RhdGUgUHJlbWl1bSBtYXJlcyBhbmQgYXVjdGlvbiBob3JzZXMuDQoNCjxpZnJhbWUgc3JjPSIvL3d3dy55b3V0dWJlLmNvbS9lbWJlZC8yazM1QW5HdmhjOCIgaGVpZ2h0PSIzMTUiIHdpZHRoPSI1NjAiIGFsbG93ZnVsbHNjcmVlbj0iIiBmcmFtZWJvcmRlcj0iMCI+PC9pZnJhbWU+', 1),
|
||
(274, 74, 0, '2014-03-03 15:07:42', 'original_id', '', 0, '4990', '', 1),
|
||
(275, 74, 0, '2014-03-03 15:07:42', 'horse_categories', 'csv_base64', 1, '"Q29tcGV0aWNpw7Nu"', '', 1),
|
||
(276, 74, 0, '2014-03-03 15:07:42', 'horse_categories_ids', '', 0, '56', '', 1),
|
||
(277, 74, 0, '2014-03-03 15:07:42', 'horse_breeds', 'csv_base64', 1, '"T2xkZW5idXJn"', '', 1),
|
||
(278, 74, 0, '2014-03-03 15:07:42', 'horse_breeds_ids', '', 0, '62', '', 1),
|
||
(279, 74, 0, '2014-03-03 15:07:42', 'horse_genders', 'csv_base64', 1, '"Q2Fww7Nu"', '', 1),
|
||
(280, 74, 0, '2014-03-03 15:07:42', 'horse_genders_ids', '', 0, '59', '', 1),
|
||
(281, 75, 0, '2014-03-03 15:58:30', 'title', 'base64', 1, 'WmluZWRpbmU=', 'WmluZWRpbmU=', 1),
|
||
(282, 75, 0, '2014-03-03 15:58:30', 'body', 'base64', 1, 'PGg0PktXUE4gLSBjaGVzdG51dCAtIDIwMDQgLSAxNiwyIGhhbmRzPC9oND4NCg0KQXBwcm92ZWQgZm9yOiBXZXN0ZmFsZW4sIFJoZWlubGFuZCwgT1MsIEhhbm5vdmVyLCBhbGxlIHPDvGRkZXV0c2NoZW4gVmVyYsOkbmRlLiBPdGhlciB2ZXJiYW5kcyBvbiByZXF1ZXN0Lg0KSW5zZW1pbmF0aW9uIGZlZTogMTAwMOKCrCogKyBJbi1mb2FsIGZlZTogMTAwMOKCrCogKEZTK1RHKQ0KRm9yZWlnbiBjdXN0b21lcnMgbXVzdCBwYXkgZnVsbCBzdHVkIGZlZSBpbiBhZHZhbmNlLiBSZWZ1bmQgb2YgdGhlIGhhbGYgYXQgbm9uLXByZWduYW5jeQ0KDQoyMDEyIGVpZ2h0aCBpbiBoaXMgZmlyc3QgV29ybGQgQ3VwIGluIFN0dXR0Z2FydCBhZnRlciB3aW5uaW5nIGEgbnVtYmVyIG9mIHRlc3RzIGluIHRoZSBpbnRlcm5hdGlvbmFsIFlvdW5nc3RlciBUb3VyLiBQbGFjZWQgaW4gMjAxMywgYXMgYSBuaW5lLXllYXIgb2xkLCBhbW9uZyB0aGUgYmVzdCBpbiBDaGFudGlsbHkvRlJBLCBOZXVtw7xuc3Rlci9HRVIsIEFhY2hlbi9HRVIgYW5kIGBzIEhlcnRvZ2VuYm9zY2gvTkVELiBIaXMgc2lyZSBHdWlkYW0gKGJ5IFF1aWRhbSBkZSBSZXZlbCkgcHJvZHVjZWQgbWFueSBjaGFtcGlvbnNoaXAgb2Zmc3ByaW5nLiBEYW1gcyBzaXJlIEhlYXJ0YnJlYWtlciBpcyB0aGUgZm91cnRoLWJlc3QtanVtcGVyLW1ha2VyLiANCg0KW3RpdGxlIHNpemU9IjMiXVByb2dlbnlbL3RpdGxlXQ0KDQpGbG9yZW5jaWFub+KAmXMgZGVidXQgYXMgYSBzaXJlIHdhcyBicmlsbGlhbnQuIEluIGtlZXBpbmcgd2l0aCBoaXMgb3V0c3RhbmRpbmcgZmlyc3QgZm9hbCBjcm9wcywgaGlzIGRhdWdodGVyIEZlaW5lIFJvc2EgdG9vayB0aGUgMjAxMSBDaGFtcGlvbiBNYXJlIHRpdGxlIGF0IHRoZSBHZXJtYW4gRWxpdGUgQnJvb2RtYXJlIENoYW1waW9uc2hpcHMgYXMgd2VsbCBhcyB0aGUgUmhpbmVsYW5kIENoYW1waW9uIE1hcmUgdGl0bGUsIGhpcyBkYXVnaHRlciBGbG9yZW5jaWFuYSBGIGJlY2FtZSB0aGUgV2VzdHBoYWxpYW4gQ2hhbXBpb24gTWFyZSBhbmQgaGlzIGRhdWdodGVyIEZvciBDb210ZXNzIHdvbiB0aGUgV2VzdHBoYWxpYW4gQ2hhbXBpb25zaGlwcywgdGhlIFdlc3RwaGFsaWFuIFdhcHBlbiBhbmQgYWxzbyBwYXJ0aWNpcGF0ZWQgaW4gdGhlIEJ1bmRlc2NoYW1waW9uYXQgRmluYWwuIFRocmVlIG9mIGhpcyBzb25zIHdlcmUgbGljZW5zZWQsIGluY2x1ZGluZyB0aGUgMjAxMiBOUlcgcHJlbWl1bSBzdGFsbGlvbiwgRmFyYmVuc3BpZWwuIEhpcyBvZmZzcHJpbmcgYXJlIG9mZiB0byBhIGhpZ2hseSBwcm9taXNpbmcgc3RhcnQgaW4gYmFzaWMgdGVzdHMgZm9yIHlvdW5nc3RlcnMuIA0KDQpbaG9yc2VfZmFtaWx5X3RyZWUgaG9yc2VfaWQ9IjQ5OTQiXQ0KDQpbdGl0bGUgc2l6ZT0iMyJdUGVkaWdyZWVbL3RpdGxlXQ0KDQpIaXMgc2lyZSBpcyB0aGUgdHdvLXRpbWUgV29ybGQgQ2hhbXBpb24gb2YgeW91bmcgZHJlc3NhZ2UgaG9yc2VzLCBGbG9yZW5jaW8gSS4NCg0KRmxvcmVuY2lhbm/igJlzIGhpZ2hseSBkZWNvcmF0ZWQgZGFtIGxpbmUgb3JpZ2luYXRlZCBpbiB0aGUgTmV0aGVybGFuZHMuIEhpcyBkYW0gU3QuUHIuU3QuIEx1bmRpIFQgd29uIGVpZ2h0IG1lZGl1bSAoTSkgbGV2ZWwgZHJlc3NhZ2UgdGVzdHMgYW5kIHJlY2VpdmVkIOKAnHBlcmZvcm1hbmNlIG1hcmUgZHJlc3NhZ2XigJ0gc3RhdHVzLiAgVGhlIGRhbeKAmXMgc2lyZSBIYXZpZG9mZiwgYnkgdGhlIEdyYW5kIFByaXggc3RhbGxpb24gQ2xhdmVjaW1iZWwsIHdhcyBhd2FyZGVkIOKAnGtldXLigJ0gc3RhdHVzLiBNYW55IG9mIGhpcyBvZmZzcHJpbmcgd2luIHJpYmJvbnMgYXQgR3JhbmQgUHJpeCBsZXZlbCBzdWNoIGFzIGhpcyBsaWNlbnNlZCBzb24sIFBhZ2FuaW5pLiBHcmFuZGRhbSBBbnVza2EgcHJvZHVjZWQgc2V2ZXJhbCBob3JzZXMgdGhhdCB3ZXJlIHN1Y2Nlc3NmdWwgaW4gZHJlc3NhZ2UgcmluZ3MuIA0KDQpUaGUgcGVyZm9ybWFuY2UgZG9taW5hdGUgZGFtIGxpbmUgYWxzbyBwcm9kdWNlZCB0aGUgbGljZW5zZWQgWm/Dtmxvb2cgKGJ5IEdvbmRvbGllcikgd2hvIGhhcyBwbGFjZWQgaW4gaW50ZXJuYXRpb25hbCBkcmVzc2FnZSBjb21wZXRpdGlvbnMsIHRoZSB3b3JsZCBjbGFzcyBzaG93IGp1bXBlciBNaXN0ZXIgU3Bvb24gKGJ5IFphZG9jKS9DYW5kaWNlIEtpbmcvVVNBIGFuZCBOaWV0amUgKGJ5IFppZWhpbSksIHdobyB0b29rIGdvbGQgb24gdGhlIER1dGNoIHRlYW0gYXQgdGhlIDIwMDYgV29ybGQgRXF1ZXN0cmlhbiBHYW1lcyBpbiBBYWNoZW4gaW4gS29vcyBkZSBSb25kZeKAmXMgZHJpdmluZyB0ZWFtIG9mIGZvdXIgYXMgd2VsbCBhcyBtYW55IFN0YXRlIFByZW1pdW0gbWFyZXMgYW5kIGF1Y3Rpb24gaG9yc2VzLg0KDQo8aWZyYW1lIHdpZHRoPSI1NjAiIGhlaWdodD0iMzE1IiBzcmM9Ii8vd3d3LnlvdXR1YmUuY29tL2VtYmVkL0dQM3ExREJxRjlZIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==', 'PGg0PktXUE4gLSBjaGVzdG51dCAtIDIwMDQgLSAxNiwyIGhhbmRzPC9oND4NCg0KQXBwcm92ZWQgZm9yOiBXZXN0ZmFsZW4sIFJoZWlubGFuZCwgT1MsIEhhbm5vdmVyLCBhbGxlIHPDvGRkZXV0c2NoZW4gVmVyYsOkbmRlLiBPdGhlciB2ZXJiYW5kcyBvbiByZXF1ZXN0Lg0KSW5zZW1pbmF0aW9uIGZlZTogMTAwMOKCrCogKyBJbi1mb2FsIGZlZTogMTAwMOKCrCogKEZTK1RHKQ0KRm9yZWlnbiBjdXN0b21lcnMgbXVzdCBwYXkgZnVsbCBzdHVkIGZlZSBpbiBhZHZhbmNlLiBSZWZ1bmQgb2YgdGhlIGhhbGYgYXQgbm9uLXByZWduYW5jeQ0KDQoyMDEyIGVpZ2h0aCBpbiBoaXMgZmlyc3QgV29ybGQgQ3VwIGluIFN0dXR0Z2FydCBhZnRlciB3aW5uaW5nIGEgbnVtYmVyIG9mIHRlc3RzIGluIHRoZSBpbnRlcm5hdGlvbmFsIFlvdW5nc3RlciBUb3VyLiBQbGFjZWQgaW4gMjAxMywgYXMgYSBuaW5lLXllYXIgb2xkLCBhbW9uZyB0aGUgYmVzdCBpbiBDaGFudGlsbHkvRlJBLCBOZXVtw7xuc3Rlci9HRVIsIEFhY2hlbi9HRVIgYW5kIGBzIEhlcnRvZ2VuYm9zY2gvTkVELiBIaXMgc2lyZSBHdWlkYW0gKGJ5IFF1aWRhbSBkZSBSZXZlbCkgcHJvZHVjZWQgbWFueSBjaGFtcGlvbnNoaXAgb2Zmc3ByaW5nLiBEYW1gcyBzaXJlIEhlYXJ0YnJlYWtlciBpcyB0aGUgZm91cnRoLWJlc3QtanVtcGVyLW1ha2VyLiANCg0KW3RpdGxlIHNpemU9IjMiXVByb2dlbnlbL3RpdGxlXQ0KDQpGbG9yZW5jaWFub+KAmXMgZGVidXQgYXMgYSBzaXJlIHdhcyBicmlsbGlhbnQuIEluIGtlZXBpbmcgd2l0aCBoaXMgb3V0c3RhbmRpbmcgZmlyc3QgZm9hbCBjcm9wcywgaGlzIGRhdWdodGVyIEZlaW5lIFJvc2EgdG9vayB0aGUgMjAxMSBDaGFtcGlvbiBNYXJlIHRpdGxlIGF0IHRoZSBHZXJtYW4gRWxpdGUgQnJvb2RtYXJlIENoYW1waW9uc2hpcHMgYXMgd2VsbCBhcyB0aGUgUmhpbmVsYW5kIENoYW1waW9uIE1hcmUgdGl0bGUsIGhpcyBkYXVnaHRlciBGbG9yZW5jaWFuYSBGIGJlY2FtZSB0aGUgV2VzdHBoYWxpYW4gQ2hhbXBpb24gTWFyZSBhbmQgaGlzIGRhdWdodGVyIEZvciBDb210ZXNzIHdvbiB0aGUgV2VzdHBoYWxpYW4gQ2hhbXBpb25zaGlwcywgdGhlIFdlc3RwaGFsaWFuIFdhcHBlbiBhbmQgYWxzbyBwYXJ0aWNpcGF0ZWQgaW4gdGhlIEJ1bmRlc2NoYW1waW9uYXQgRmluYWwuIFRocmVlIG9mIGhpcyBzb25zIHdlcmUgbGljZW5zZWQsIGluY2x1ZGluZyB0aGUgMjAxMiBOUlcgcHJlbWl1bSBzdGFsbGlvbiwgRmFyYmVuc3BpZWwuIEhpcyBvZmZzcHJpbmcgYXJlIG9mZiB0byBhIGhpZ2hseSBwcm9taXNpbmcgc3RhcnQgaW4gYmFzaWMgdGVzdHMgZm9yIHlvdW5nc3RlcnMuIA0KDQpbaG9yc2VfZmFtaWx5X3RyZWUgaG9yc2VfaWQ9IjQ5OTQiXQ0KDQpbdGl0bGUgc2l6ZT0iMyJdUGVkaWdyZWVbL3RpdGxlXQ0KDQpIaXMgc2lyZSBpcyB0aGUgdHdvLXRpbWUgV29ybGQgQ2hhbXBpb24gb2YgeW91bmcgZHJlc3NhZ2UgaG9yc2VzLCBGbG9yZW5jaW8gSS4NCg0KRmxvcmVuY2lhbm/igJlzIGhpZ2hseSBkZWNvcmF0ZWQgZGFtIGxpbmUgb3JpZ2luYXRlZCBpbiB0aGUgTmV0aGVybGFuZHMuIEhpcyBkYW0gU3QuUHIuU3QuIEx1bmRpIFQgd29uIGVpZ2h0IG1lZGl1bSAoTSkgbGV2ZWwgZHJlc3NhZ2UgdGVzdHMgYW5kIHJlY2VpdmVkIOKAnHBlcmZvcm1hbmNlIG1hcmUgZHJlc3NhZ2XigJ0gc3RhdHVzLiAgVGhlIGRhbeKAmXMgc2lyZSBIYXZpZG9mZiwgYnkgdGhlIEdyYW5kIFByaXggc3RhbGxpb24gQ2xhdmVjaW1iZWwsIHdhcyBhd2FyZGVkIOKAnGtldXLigJ0gc3RhdHVzLiBNYW55IG9mIGhpcyBvZmZzcHJpbmcgd2luIHJpYmJvbnMgYXQgR3JhbmQgUHJpeCBsZXZlbCBzdWNoIGFzIGhpcyBsaWNlbnNlZCBzb24sIFBhZ2FuaW5pLiBHcmFuZGRhbSBBbnVza2EgcHJvZHVjZWQgc2V2ZXJhbCBob3JzZXMgdGhhdCB3ZXJlIHN1Y2Nlc3NmdWwgaW4gZHJlc3NhZ2UgcmluZ3MuIA0KDQpUaGUgcGVyZm9ybWFuY2UgZG9taW5hdGUgZGFtIGxpbmUgYWxzbyBwcm9kdWNlZCB0aGUgbGljZW5zZWQgWm/Dtmxvb2cgKGJ5IEdvbmRvbGllcikgd2hvIGhhcyBwbGFjZWQgaW4gaW50ZXJuYXRpb25hbCBkcmVzc2FnZSBjb21wZXRpdGlvbnMsIHRoZSB3b3JsZCBjbGFzcyBzaG93IGp1bXBlciBNaXN0ZXIgU3Bvb24gKGJ5IFphZG9jKS9DYW5kaWNlIEtpbmcvVVNBIGFuZCBOaWV0amUgKGJ5IFppZWhpbSksIHdobyB0b29rIGdvbGQgb24gdGhlIER1dGNoIHRlYW0gYXQgdGhlIDIwMDYgV29ybGQgRXF1ZXN0cmlhbiBHYW1lcyBpbiBBYWNoZW4gaW4gS29vcyBkZSBSb25kZeKAmXMgZHJpdmluZyB0ZWFtIG9mIGZvdXIgYXMgd2VsbCBhcyBtYW55IFN0YXRlIFByZW1pdW0gbWFyZXMgYW5kIGF1Y3Rpb24gaG9yc2VzLg0KDQo8aWZyYW1lIHdpZHRoPSI1NjAiIGhlaWdodD0iMzE1IiBzcmM9Ii8vd3d3LnlvdXR1YmUuY29tL2VtYmVkL0dQM3ExREJxRjlZIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==', 1),
|
||
(283, 75, 0, '2014-03-03 15:58:30', 'original_id', '', 0, '4994', '', 1),
|
||
(284, 75, 0, '2014-03-03 15:58:30', 'horse_categories', 'csv_base64', 1, '"Q29tcGV0aWNpw7Nu"', '', 1),
|
||
(285, 75, 0, '2014-03-03 15:58:30', 'horse_categories_ids', '', 0, '56', '', 1),
|
||
(286, 75, 0, '2014-03-03 15:58:30', 'horse_breeds', 'csv_base64', 1, '"SG9sc3RlaW5lcg=="', '', 1),
|
||
(287, 75, 0, '2014-03-03 15:58:30', 'horse_breeds_ids', '', 0, '65', '', 1),
|
||
(288, 75, 0, '2014-03-03 15:58:30', 'horse_genders', 'csv_base64', 1, '"U2VtZW50YWw="', '', 1),
|
||
(289, 75, 0, '2014-03-03 15:58:30', 'horse_genders_ids', '', 0, '57', '', 1),
|
||
(290, 76, 0, '2014-03-03 15:59:09', 'title', 'base64', 1, 'WmluZWRpbmU=', 'WmluZWRpbmU=', 1),
|
||
(291, 76, 0, '2014-03-03 15:59:09', 'body', 'base64', 1, 'PGg0PktXUE4gLSBjaGVzdG51dCAtIDIwMDQgLSAxNiwyIGhhbmRzPC9oND4NCg0KQXBwcm92ZWQgZm9yOiBXZXN0ZmFsZW4sIFJoZWlubGFuZCwgT1MsIEhhbm5vdmVyLCBhbGxlIHPDvGRkZXV0c2NoZW4gVmVyYsOkbmRlLiBPdGhlciB2ZXJiYW5kcyBvbiByZXF1ZXN0Lg0KSW5zZW1pbmF0aW9uIGZlZTogMTAwMOKCrCogKyBJbi1mb2FsIGZlZTogMTAwMOKCrCogKEZTK1RHKQ0KRm9yZWlnbiBjdXN0b21lcnMgbXVzdCBwYXkgZnVsbCBzdHVkIGZlZSBpbiBhZHZhbmNlLiBSZWZ1bmQgb2YgdGhlIGhhbGYgYXQgbm9uLXByZWduYW5jeQ0KDQoyMDEyIGVpZ2h0aCBpbiBoaXMgZmlyc3QgV29ybGQgQ3VwIGluIFN0dXR0Z2FydCBhZnRlciB3aW5uaW5nIGEgbnVtYmVyIG9mIHRlc3RzIGluIHRoZSBpbnRlcm5hdGlvbmFsIFlvdW5nc3RlciBUb3VyLiBQbGFjZWQgaW4gMjAxMywgYXMgYSBuaW5lLXllYXIgb2xkLCBhbW9uZyB0aGUgYmVzdCBpbiBDaGFudGlsbHkvRlJBLCBOZXVtw7xuc3Rlci9HRVIsIEFhY2hlbi9HRVIgYW5kIGBzIEhlcnRvZ2VuYm9zY2gvTkVELiBIaXMgc2lyZSBHdWlkYW0gKGJ5IFF1aWRhbSBkZSBSZXZlbCkgcHJvZHVjZWQgbWFueSBjaGFtcGlvbnNoaXAgb2Zmc3ByaW5nLiBEYW1gcyBzaXJlIEhlYXJ0YnJlYWtlciBpcyB0aGUgZm91cnRoLWJlc3QtanVtcGVyLW1ha2VyLiANCg0KW3RpdGxlIHNpemU9IjMiXVByb2dlbnlbL3RpdGxlXQ0KDQpGbG9yZW5jaWFub+KAmXMgZGVidXQgYXMgYSBzaXJlIHdhcyBicmlsbGlhbnQuIEluIGtlZXBpbmcgd2l0aCBoaXMgb3V0c3RhbmRpbmcgZmlyc3QgZm9hbCBjcm9wcywgaGlzIGRhdWdodGVyIEZlaW5lIFJvc2EgdG9vayB0aGUgMjAxMSBDaGFtcGlvbiBNYXJlIHRpdGxlIGF0IHRoZSBHZXJtYW4gRWxpdGUgQnJvb2RtYXJlIENoYW1waW9uc2hpcHMgYXMgd2VsbCBhcyB0aGUgUmhpbmVsYW5kIENoYW1waW9uIE1hcmUgdGl0bGUsIGhpcyBkYXVnaHRlciBGbG9yZW5jaWFuYSBGIGJlY2FtZSB0aGUgV2VzdHBoYWxpYW4gQ2hhbXBpb24gTWFyZSBhbmQgaGlzIGRhdWdodGVyIEZvciBDb210ZXNzIHdvbiB0aGUgV2VzdHBoYWxpYW4gQ2hhbXBpb25zaGlwcywgdGhlIFdlc3RwaGFsaWFuIFdhcHBlbiBhbmQgYWxzbyBwYXJ0aWNpcGF0ZWQgaW4gdGhlIEJ1bmRlc2NoYW1waW9uYXQgRmluYWwuIFRocmVlIG9mIGhpcyBzb25zIHdlcmUgbGljZW5zZWQsIGluY2x1ZGluZyB0aGUgMjAxMiBOUlcgcHJlbWl1bSBzdGFsbGlvbiwgRmFyYmVuc3BpZWwuIEhpcyBvZmZzcHJpbmcgYXJlIG9mZiB0byBhIGhpZ2hseSBwcm9taXNpbmcgc3RhcnQgaW4gYmFzaWMgdGVzdHMgZm9yIHlvdW5nc3RlcnMuIA0KDQpbaG9yc2VfZmFtaWx5X3RyZWVdDQoNClt0aXRsZSBzaXplPSIzIl1QZWRpZ3JlZVsvdGl0bGVdDQoNCkhpcyBzaXJlIGlzIHRoZSB0d28tdGltZSBXb3JsZCBDaGFtcGlvbiBvZiB5b3VuZyBkcmVzc2FnZSBob3JzZXMsIEZsb3JlbmNpbyBJLg0KDQpGbG9yZW5jaWFub+KAmXMgaGlnaGx5IGRlY29yYXRlZCBkYW0gbGluZSBvcmlnaW5hdGVkIGluIHRoZSBOZXRoZXJsYW5kcy4gSGlzIGRhbSBTdC5Qci5TdC4gTHVuZGkgVCB3b24gZWlnaHQgbWVkaXVtIChNKSBsZXZlbCBkcmVzc2FnZSB0ZXN0cyBhbmQgcmVjZWl2ZWQg4oCccGVyZm9ybWFuY2UgbWFyZSBkcmVzc2FnZeKAnSBzdGF0dXMuICBUaGUgZGFt4oCZcyBzaXJlIEhhdmlkb2ZmLCBieSB0aGUgR3JhbmQgUHJpeCBzdGFsbGlvbiBDbGF2ZWNpbWJlbCwgd2FzIGF3YXJkZWQg4oCca2V1cuKAnSBzdGF0dXMuIE1hbnkgb2YgaGlzIG9mZnNwcmluZyB3aW4gcmliYm9ucyBhdCBHcmFuZCBQcml4IGxldmVsIHN1Y2ggYXMgaGlzIGxpY2Vuc2VkIHNvbiwgUGFnYW5pbmkuIEdyYW5kZGFtIEFudXNrYSBwcm9kdWNlZCBzZXZlcmFsIGhvcnNlcyB0aGF0IHdlcmUgc3VjY2Vzc2Z1bCBpbiBkcmVzc2FnZSByaW5ncy4gDQoNClRoZSBwZXJmb3JtYW5jZSBkb21pbmF0ZSBkYW0gbGluZSBhbHNvIHByb2R1Y2VkIHRoZSBsaWNlbnNlZCBab8O2bG9vZyAoYnkgR29uZG9saWVyKSB3aG8gaGFzIHBsYWNlZCBpbiBpbnRlcm5hdGlvbmFsIGRyZXNzYWdlIGNvbXBldGl0aW9ucywgdGhlIHdvcmxkIGNsYXNzIHNob3cganVtcGVyIE1pc3RlciBTcG9vbiAoYnkgWmFkb2MpL0NhbmRpY2UgS2luZy9VU0EgYW5kIE5pZXRqZSAoYnkgWmllaGltKSwgd2hvIHRvb2sgZ29sZCBvbiB0aGUgRHV0Y2ggdGVhbSBhdCB0aGUgMjAwNiBXb3JsZCBFcXVlc3RyaWFuIEdhbWVzIGluIEFhY2hlbiBpbiBLb29zIGRlIFJvbmRl4oCZcyBkcml2aW5nIHRlYW0gb2YgZm91ciBhcyB3ZWxsIGFzIG1hbnkgU3RhdGUgUHJlbWl1bSBtYXJlcyBhbmQgYXVjdGlvbiBob3JzZXMuDQoNCjxpZnJhbWUgd2lkdGg9IjU2MCIgaGVpZ2h0PSIzMTUiIHNyYz0iLy93d3cueW91dHViZS5jb20vZW1iZWQvR1AzcTFEQnFGOVkiIGZyYW1lYm9yZGVyPSIwIiBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+', 'PGg0PktXUE4gLSBjaGVzdG51dCAtIDIwMDQgLSAxNiwyIGhhbmRzPC9oND4NCg0KQXBwcm92ZWQgZm9yOiBXZXN0ZmFsZW4sIFJoZWlubGFuZCwgT1MsIEhhbm5vdmVyLCBhbGxlIHPDvGRkZXV0c2NoZW4gVmVyYsOkbmRlLiBPdGhlciB2ZXJiYW5kcyBvbiByZXF1ZXN0Lg0KSW5zZW1pbmF0aW9uIGZlZTogMTAwMOKCrCogKyBJbi1mb2FsIGZlZTogMTAwMOKCrCogKEZTK1RHKQ0KRm9yZWlnbiBjdXN0b21lcnMgbXVzdCBwYXkgZnVsbCBzdHVkIGZlZSBpbiBhZHZhbmNlLiBSZWZ1bmQgb2YgdGhlIGhhbGYgYXQgbm9uLXByZWduYW5jeQ0KDQoyMDEyIGVpZ2h0aCBpbiBoaXMgZmlyc3QgV29ybGQgQ3VwIGluIFN0dXR0Z2FydCBhZnRlciB3aW5uaW5nIGEgbnVtYmVyIG9mIHRlc3RzIGluIHRoZSBpbnRlcm5hdGlvbmFsIFlvdW5nc3RlciBUb3VyLiBQbGFjZWQgaW4gMjAxMywgYXMgYSBuaW5lLXllYXIgb2xkLCBhbW9uZyB0aGUgYmVzdCBpbiBDaGFudGlsbHkvRlJBLCBOZXVtw7xuc3Rlci9HRVIsIEFhY2hlbi9HRVIgYW5kIGBzIEhlcnRvZ2VuYm9zY2gvTkVELiBIaXMgc2lyZSBHdWlkYW0gKGJ5IFF1aWRhbSBkZSBSZXZlbCkgcHJvZHVjZWQgbWFueSBjaGFtcGlvbnNoaXAgb2Zmc3ByaW5nLiBEYW1gcyBzaXJlIEhlYXJ0YnJlYWtlciBpcyB0aGUgZm91cnRoLWJlc3QtanVtcGVyLW1ha2VyLiANCg0KW3RpdGxlIHNpemU9IjMiXVByb2dlbnlbL3RpdGxlXQ0KDQpGbG9yZW5jaWFub+KAmXMgZGVidXQgYXMgYSBzaXJlIHdhcyBicmlsbGlhbnQuIEluIGtlZXBpbmcgd2l0aCBoaXMgb3V0c3RhbmRpbmcgZmlyc3QgZm9hbCBjcm9wcywgaGlzIGRhdWdodGVyIEZlaW5lIFJvc2EgdG9vayB0aGUgMjAxMSBDaGFtcGlvbiBNYXJlIHRpdGxlIGF0IHRoZSBHZXJtYW4gRWxpdGUgQnJvb2RtYXJlIENoYW1waW9uc2hpcHMgYXMgd2VsbCBhcyB0aGUgUmhpbmVsYW5kIENoYW1waW9uIE1hcmUgdGl0bGUsIGhpcyBkYXVnaHRlciBGbG9yZW5jaWFuYSBGIGJlY2FtZSB0aGUgV2VzdHBoYWxpYW4gQ2hhbXBpb24gTWFyZSBhbmQgaGlzIGRhdWdodGVyIEZvciBDb210ZXNzIHdvbiB0aGUgV2VzdHBoYWxpYW4gQ2hhbXBpb25zaGlwcywgdGhlIFdlc3RwaGFsaWFuIFdhcHBlbiBhbmQgYWxzbyBwYXJ0aWNpcGF0ZWQgaW4gdGhlIEJ1bmRlc2NoYW1waW9uYXQgRmluYWwuIFRocmVlIG9mIGhpcyBzb25zIHdlcmUgbGljZW5zZWQsIGluY2x1ZGluZyB0aGUgMjAxMiBOUlcgcHJlbWl1bSBzdGFsbGlvbiwgRmFyYmVuc3BpZWwuIEhpcyBvZmZzcHJpbmcgYXJlIG9mZiB0byBhIGhpZ2hseSBwcm9taXNpbmcgc3RhcnQgaW4gYmFzaWMgdGVzdHMgZm9yIHlvdW5nc3RlcnMuIA0KDQpbaG9yc2VfZmFtaWx5X3RyZWVdDQoNClt0aXRsZSBzaXplPSIzIl1QZWRpZ3JlZVsvdGl0bGVdDQoNCkhpcyBzaXJlIGlzIHRoZSB0d28tdGltZSBXb3JsZCBDaGFtcGlvbiBvZiB5b3VuZyBkcmVzc2FnZSBob3JzZXMsIEZsb3JlbmNpbyBJLg0KDQpGbG9yZW5jaWFub+KAmXMgaGlnaGx5IGRlY29yYXRlZCBkYW0gbGluZSBvcmlnaW5hdGVkIGluIHRoZSBOZXRoZXJsYW5kcy4gSGlzIGRhbSBTdC5Qci5TdC4gTHVuZGkgVCB3b24gZWlnaHQgbWVkaXVtIChNKSBsZXZlbCBkcmVzc2FnZSB0ZXN0cyBhbmQgcmVjZWl2ZWQg4oCccGVyZm9ybWFuY2UgbWFyZSBkcmVzc2FnZeKAnSBzdGF0dXMuICBUaGUgZGFt4oCZcyBzaXJlIEhhdmlkb2ZmLCBieSB0aGUgR3JhbmQgUHJpeCBzdGFsbGlvbiBDbGF2ZWNpbWJlbCwgd2FzIGF3YXJkZWQg4oCca2V1cuKAnSBzdGF0dXMuIE1hbnkgb2YgaGlzIG9mZnNwcmluZyB3aW4gcmliYm9ucyBhdCBHcmFuZCBQcml4IGxldmVsIHN1Y2ggYXMgaGlzIGxpY2Vuc2VkIHNvbiwgUGFnYW5pbmkuIEdyYW5kZGFtIEFudXNrYSBwcm9kdWNlZCBzZXZlcmFsIGhvcnNlcyB0aGF0IHdlcmUgc3VjY2Vzc2Z1bCBpbiBkcmVzc2FnZSByaW5ncy4gDQoNClRoZSBwZXJmb3JtYW5jZSBkb21pbmF0ZSBkYW0gbGluZSBhbHNvIHByb2R1Y2VkIHRoZSBsaWNlbnNlZCBab8O2bG9vZyAoYnkgR29uZG9saWVyKSB3aG8gaGFzIHBsYWNlZCBpbiBpbnRlcm5hdGlvbmFsIGRyZXNzYWdlIGNvbXBldGl0aW9ucywgdGhlIHdvcmxkIGNsYXNzIHNob3cganVtcGVyIE1pc3RlciBTcG9vbiAoYnkgWmFkb2MpL0NhbmRpY2UgS2luZy9VU0EgYW5kIE5pZXRqZSAoYnkgWmllaGltKSwgd2hvIHRvb2sgZ29sZCBvbiB0aGUgRHV0Y2ggdGVhbSBhdCB0aGUgMjAwNiBXb3JsZCBFcXVlc3RyaWFuIEdhbWVzIGluIEFhY2hlbiBpbiBLb29zIGRlIFJvbmRl4oCZcyBkcml2aW5nIHRlYW0gb2YgZm91ciBhcyB3ZWxsIGFzIG1hbnkgU3RhdGUgUHJlbWl1bSBtYXJlcyBhbmQgYXVjdGlvbiBob3JzZXMuDQoNCjxpZnJhbWUgd2lkdGg9IjU2MCIgaGVpZ2h0PSIzMTUiIHNyYz0iLy93d3cueW91dHViZS5jb20vZW1iZWQvR1AzcTFEQnFGOVkiIGZyYW1lYm9yZGVyPSIwIiBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+', 1),
|
||
(292, 76, 0, '2014-03-03 15:59:09', 'original_id', '', 0, '4994', '', 1),
|
||
(293, 76, 0, '2014-03-03 15:59:09', 'horse_categories', 'csv_base64', 1, '"Q29tcGV0aWNpw7Nu"', '', 1),
|
||
(294, 76, 0, '2014-03-03 15:59:09', 'horse_categories_ids', '', 0, '56', '', 1),
|
||
(295, 76, 0, '2014-03-03 15:59:09', 'horse_breeds', 'csv_base64', 1, '"SG9sc3RlaW5lcg=="', '', 1),
|
||
(296, 76, 0, '2014-03-03 15:59:09', 'horse_breeds_ids', '', 0, '65', '', 1),
|
||
(297, 76, 0, '2014-03-03 15:59:09', 'horse_genders', 'csv_base64', 1, '"U2VtZW50YWw="', '', 1),
|
||
(298, 76, 0, '2014-03-03 15:59:09', 'horse_genders_ids', '', 0, '57', '', 1),
|
||
(299, 77, 0, '2014-03-05 17:31:43', 'title', 'base64', 1, 'WmluZWRpbmU=', 'WmluZWRpbmU=', 1);
|
||
INSERT INTO `drgrp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
|
||
(300, 77, 0, '2014-03-05 17:31:43', 'body', 'base64', 1, 'PGg0PktXUE4gLSBjaGVzdG51dCAtIDIwMDQgLSAxNiwyIGhhbmRzPC9oND4NCg0KQXBwcm92ZWQgZm9yOiBXZXN0ZmFsZW4sIFJoZWlubGFuZCwgT1MsIEhhbm5vdmVyLCBhbGxlIHPDvGRkZXV0c2NoZW4gVmVyYsOkbmRlLiBPdGhlciB2ZXJiYW5kcyBvbiByZXF1ZXN0Lg0KSW5zZW1pbmF0aW9uIGZlZTogMTAwMOKCrCogKyBJbi1mb2FsIGZlZTogMTAwMOKCrCogKEZTK1RHKQ0KRm9yZWlnbiBjdXN0b21lcnMgbXVzdCBwYXkgZnVsbCBzdHVkIGZlZSBpbiBhZHZhbmNlLiBSZWZ1bmQgb2YgdGhlIGhhbGYgYXQgbm9uLXByZWduYW5jeQ0KDQoyMDEyIGVpZ2h0aCBpbiBoaXMgZmlyc3QgV29ybGQgQ3VwIGluIFN0dXR0Z2FydCBhZnRlciB3aW5uaW5nIGEgbnVtYmVyIG9mIHRlc3RzIGluIHRoZSBpbnRlcm5hdGlvbmFsIFlvdW5nc3RlciBUb3VyLiBQbGFjZWQgaW4gMjAxMywgYXMgYSBuaW5lLXllYXIgb2xkLCBhbW9uZyB0aGUgYmVzdCBpbiBDaGFudGlsbHkvRlJBLCBOZXVtw7xuc3Rlci9HRVIsIEFhY2hlbi9HRVIgYW5kIGBzIEhlcnRvZ2VuYm9zY2gvTkVELiBIaXMgc2lyZSBHdWlkYW0gKGJ5IFF1aWRhbSBkZSBSZXZlbCkgcHJvZHVjZWQgbWFueSBjaGFtcGlvbnNoaXAgb2Zmc3ByaW5nLiBEYW1gcyBzaXJlIEhlYXJ0YnJlYWtlciBpcyB0aGUgZm91cnRoLWJlc3QtanVtcGVyLW1ha2VyLiANCg0KW3RpdGxlIHNpemU9IjMiXVByb2dlbnlbL3RpdGxlXQ0KDQpGbG9yZW5jaWFub+KAmXMgZGVidXQgYXMgYSBzaXJlIHdhcyBicmlsbGlhbnQuIEluIGtlZXBpbmcgd2l0aCBoaXMgb3V0c3RhbmRpbmcgZmlyc3QgZm9hbCBjcm9wcywgaGlzIGRhdWdodGVyIEZlaW5lIFJvc2EgdG9vayB0aGUgMjAxMSBDaGFtcGlvbiBNYXJlIHRpdGxlIGF0IHRoZSBHZXJtYW4gRWxpdGUgQnJvb2RtYXJlIENoYW1waW9uc2hpcHMgYXMgd2VsbCBhcyB0aGUgUmhpbmVsYW5kIENoYW1waW9uIE1hcmUgdGl0bGUsIGhpcyBkYXVnaHRlciBGbG9yZW5jaWFuYSBGIGJlY2FtZSB0aGUgV2VzdHBoYWxpYW4gQ2hhbXBpb24gTWFyZSBhbmQgaGlzIGRhdWdodGVyIEZvciBDb210ZXNzIHdvbiB0aGUgV2VzdHBoYWxpYW4gQ2hhbXBpb25zaGlwcywgdGhlIFdlc3RwaGFsaWFuIFdhcHBlbiBhbmQgYWxzbyBwYXJ0aWNpcGF0ZWQgaW4gdGhlIEJ1bmRlc2NoYW1waW9uYXQgRmluYWwuIFRocmVlIG9mIGhpcyBzb25zIHdlcmUgbGljZW5zZWQsIGluY2x1ZGluZyB0aGUgMjAxMiBOUlcgcHJlbWl1bSBzdGFsbGlvbiwgRmFyYmVuc3BpZWwuIEhpcyBvZmZzcHJpbmcgYXJlIG9mZiB0byBhIGhpZ2hseSBwcm9taXNpbmcgc3RhcnQgaW4gYmFzaWMgdGVzdHMgZm9yIHlvdW5nc3RlcnMuIA0KDQpbaG9yc2VfZmFtaWx5X3RyZWVdDQoNCltzZXBhcmF0b3IgdG9wPSIxMCJdDQoNClt0aXRsZSBzaXplPSIzIl1QZWRpZ3JlZVsvdGl0bGVdDQoNCkhpcyBzaXJlIGlzIHRoZSB0d28tdGltZSBXb3JsZCBDaGFtcGlvbiBvZiB5b3VuZyBkcmVzc2FnZSBob3JzZXMsIEZsb3JlbmNpbyBJLg0KDQpGbG9yZW5jaWFub+KAmXMgaGlnaGx5IGRlY29yYXRlZCBkYW0gbGluZSBvcmlnaW5hdGVkIGluIHRoZSBOZXRoZXJsYW5kcy4gSGlzIGRhbSBTdC5Qci5TdC4gTHVuZGkgVCB3b24gZWlnaHQgbWVkaXVtIChNKSBsZXZlbCBkcmVzc2FnZSB0ZXN0cyBhbmQgcmVjZWl2ZWQg4oCccGVyZm9ybWFuY2UgbWFyZSBkcmVzc2FnZeKAnSBzdGF0dXMuICBUaGUgZGFt4oCZcyBzaXJlIEhhdmlkb2ZmLCBieSB0aGUgR3JhbmQgUHJpeCBzdGFsbGlvbiBDbGF2ZWNpbWJlbCwgd2FzIGF3YXJkZWQg4oCca2V1cuKAnSBzdGF0dXMuIE1hbnkgb2YgaGlzIG9mZnNwcmluZyB3aW4gcmliYm9ucyBhdCBHcmFuZCBQcml4IGxldmVsIHN1Y2ggYXMgaGlzIGxpY2Vuc2VkIHNvbiwgUGFnYW5pbmkuIEdyYW5kZGFtIEFudXNrYSBwcm9kdWNlZCBzZXZlcmFsIGhvcnNlcyB0aGF0IHdlcmUgc3VjY2Vzc2Z1bCBpbiBkcmVzc2FnZSByaW5ncy4gDQoNClRoZSBwZXJmb3JtYW5jZSBkb21pbmF0ZSBkYW0gbGluZSBhbHNvIHByb2R1Y2VkIHRoZSBsaWNlbnNlZCBab8O2bG9vZyAoYnkgR29uZG9saWVyKSB3aG8gaGFzIHBsYWNlZCBpbiBpbnRlcm5hdGlvbmFsIGRyZXNzYWdlIGNvbXBldGl0aW9ucywgdGhlIHdvcmxkIGNsYXNzIHNob3cganVtcGVyIE1pc3RlciBTcG9vbiAoYnkgWmFkb2MpL0NhbmRpY2UgS2luZy9VU0EgYW5kIE5pZXRqZSAoYnkgWmllaGltKSwgd2hvIHRvb2sgZ29sZCBvbiB0aGUgRHV0Y2ggdGVhbSBhdCB0aGUgMjAwNiBXb3JsZCBFcXVlc3RyaWFuIEdhbWVzIGluIEFhY2hlbiBpbiBLb29zIGRlIFJvbmRl4oCZcyBkcml2aW5nIHRlYW0gb2YgZm91ciBhcyB3ZWxsIGFzIG1hbnkgU3RhdGUgUHJlbWl1bSBtYXJlcyBhbmQgYXVjdGlvbiBob3JzZXMuDQoNCjxpZnJhbWUgd2lkdGg9IjU2MCIgaGVpZ2h0PSIzMTUiIHNyYz0iLy93d3cueW91dHViZS5jb20vZW1iZWQvR1AzcTFEQnFGOVkiIGZyYW1lYm9yZGVyPSIwIiBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+', 'PGg0PktXUE4gLSBjaGVzdG51dCAtIDIwMDQgLSAxNiwyIGhhbmRzPC9oND4NCg0KQXBwcm92ZWQgZm9yOiBXZXN0ZmFsZW4sIFJoZWlubGFuZCwgT1MsIEhhbm5vdmVyLCBhbGxlIHPDvGRkZXV0c2NoZW4gVmVyYsOkbmRlLiBPdGhlciB2ZXJiYW5kcyBvbiByZXF1ZXN0Lg0KSW5zZW1pbmF0aW9uIGZlZTogMTAwMOKCrCogKyBJbi1mb2FsIGZlZTogMTAwMOKCrCogKEZTK1RHKQ0KRm9yZWlnbiBjdXN0b21lcnMgbXVzdCBwYXkgZnVsbCBzdHVkIGZlZSBpbiBhZHZhbmNlLiBSZWZ1bmQgb2YgdGhlIGhhbGYgYXQgbm9uLXByZWduYW5jeQ0KDQoyMDEyIGVpZ2h0aCBpbiBoaXMgZmlyc3QgV29ybGQgQ3VwIGluIFN0dXR0Z2FydCBhZnRlciB3aW5uaW5nIGEgbnVtYmVyIG9mIHRlc3RzIGluIHRoZSBpbnRlcm5hdGlvbmFsIFlvdW5nc3RlciBUb3VyLiBQbGFjZWQgaW4gMjAxMywgYXMgYSBuaW5lLXllYXIgb2xkLCBhbW9uZyB0aGUgYmVzdCBpbiBDaGFudGlsbHkvRlJBLCBOZXVtw7xuc3Rlci9HRVIsIEFhY2hlbi9HRVIgYW5kIGBzIEhlcnRvZ2VuYm9zY2gvTkVELiBIaXMgc2lyZSBHdWlkYW0gKGJ5IFF1aWRhbSBkZSBSZXZlbCkgcHJvZHVjZWQgbWFueSBjaGFtcGlvbnNoaXAgb2Zmc3ByaW5nLiBEYW1gcyBzaXJlIEhlYXJ0YnJlYWtlciBpcyB0aGUgZm91cnRoLWJlc3QtanVtcGVyLW1ha2VyLiANCg0KW3RpdGxlIHNpemU9IjMiXVByb2dlbnlbL3RpdGxlXQ0KDQpGbG9yZW5jaWFub+KAmXMgZGVidXQgYXMgYSBzaXJlIHdhcyBicmlsbGlhbnQuIEluIGtlZXBpbmcgd2l0aCBoaXMgb3V0c3RhbmRpbmcgZmlyc3QgZm9hbCBjcm9wcywgaGlzIGRhdWdodGVyIEZlaW5lIFJvc2EgdG9vayB0aGUgMjAxMSBDaGFtcGlvbiBNYXJlIHRpdGxlIGF0IHRoZSBHZXJtYW4gRWxpdGUgQnJvb2RtYXJlIENoYW1waW9uc2hpcHMgYXMgd2VsbCBhcyB0aGUgUmhpbmVsYW5kIENoYW1waW9uIE1hcmUgdGl0bGUsIGhpcyBkYXVnaHRlciBGbG9yZW5jaWFuYSBGIGJlY2FtZSB0aGUgV2VzdHBoYWxpYW4gQ2hhbXBpb24gTWFyZSBhbmQgaGlzIGRhdWdodGVyIEZvciBDb210ZXNzIHdvbiB0aGUgV2VzdHBoYWxpYW4gQ2hhbXBpb25zaGlwcywgdGhlIFdlc3RwaGFsaWFuIFdhcHBlbiBhbmQgYWxzbyBwYXJ0aWNpcGF0ZWQgaW4gdGhlIEJ1bmRlc2NoYW1waW9uYXQgRmluYWwuIFRocmVlIG9mIGhpcyBzb25zIHdlcmUgbGljZW5zZWQsIGluY2x1ZGluZyB0aGUgMjAxMiBOUlcgcHJlbWl1bSBzdGFsbGlvbiwgRmFyYmVuc3BpZWwuIEhpcyBvZmZzcHJpbmcgYXJlIG9mZiB0byBhIGhpZ2hseSBwcm9taXNpbmcgc3RhcnQgaW4gYmFzaWMgdGVzdHMgZm9yIHlvdW5nc3RlcnMuIA0KDQpbaG9yc2VfZmFtaWx5X3RyZWVdDQoNCltzZXBhcmF0b3IgdG9wPSIxMCJdDQoNClt0aXRsZSBzaXplPSIzIl1QZWRpZ3JlZVsvdGl0bGVdDQoNCkhpcyBzaXJlIGlzIHRoZSB0d28tdGltZSBXb3JsZCBDaGFtcGlvbiBvZiB5b3VuZyBkcmVzc2FnZSBob3JzZXMsIEZsb3JlbmNpbyBJLg0KDQpGbG9yZW5jaWFub+KAmXMgaGlnaGx5IGRlY29yYXRlZCBkYW0gbGluZSBvcmlnaW5hdGVkIGluIHRoZSBOZXRoZXJsYW5kcy4gSGlzIGRhbSBTdC5Qci5TdC4gTHVuZGkgVCB3b24gZWlnaHQgbWVkaXVtIChNKSBsZXZlbCBkcmVzc2FnZSB0ZXN0cyBhbmQgcmVjZWl2ZWQg4oCccGVyZm9ybWFuY2UgbWFyZSBkcmVzc2FnZeKAnSBzdGF0dXMuICBUaGUgZGFt4oCZcyBzaXJlIEhhdmlkb2ZmLCBieSB0aGUgR3JhbmQgUHJpeCBzdGFsbGlvbiBDbGF2ZWNpbWJlbCwgd2FzIGF3YXJkZWQg4oCca2V1cuKAnSBzdGF0dXMuIE1hbnkgb2YgaGlzIG9mZnNwcmluZyB3aW4gcmliYm9ucyBhdCBHcmFuZCBQcml4IGxldmVsIHN1Y2ggYXMgaGlzIGxpY2Vuc2VkIHNvbiwgUGFnYW5pbmkuIEdyYW5kZGFtIEFudXNrYSBwcm9kdWNlZCBzZXZlcmFsIGhvcnNlcyB0aGF0IHdlcmUgc3VjY2Vzc2Z1bCBpbiBkcmVzc2FnZSByaW5ncy4gDQoNClRoZSBwZXJmb3JtYW5jZSBkb21pbmF0ZSBkYW0gbGluZSBhbHNvIHByb2R1Y2VkIHRoZSBsaWNlbnNlZCBab8O2bG9vZyAoYnkgR29uZG9saWVyKSB3aG8gaGFzIHBsYWNlZCBpbiBpbnRlcm5hdGlvbmFsIGRyZXNzYWdlIGNvbXBldGl0aW9ucywgdGhlIHdvcmxkIGNsYXNzIHNob3cganVtcGVyIE1pc3RlciBTcG9vbiAoYnkgWmFkb2MpL0NhbmRpY2UgS2luZy9VU0EgYW5kIE5pZXRqZSAoYnkgWmllaGltKSwgd2hvIHRvb2sgZ29sZCBvbiB0aGUgRHV0Y2ggdGVhbSBhdCB0aGUgMjAwNiBXb3JsZCBFcXVlc3RyaWFuIEdhbWVzIGluIEFhY2hlbiBpbiBLb29zIGRlIFJvbmRl4oCZcyBkcml2aW5nIHRlYW0gb2YgZm91ciBhcyB3ZWxsIGFzIG1hbnkgU3RhdGUgUHJlbWl1bSBtYXJlcyBhbmQgYXVjdGlvbiBob3JzZXMuDQoNCjxpZnJhbWUgd2lkdGg9IjU2MCIgaGVpZ2h0PSIzMTUiIHNyYz0iLy93d3cueW91dHViZS5jb20vZW1iZWQvR1AzcTFEQnFGOVkiIGZyYW1lYm9yZGVyPSIwIiBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+', 1),
|
||
(301, 77, 0, '2014-03-05 17:31:43', 'original_id', '', 0, '4994', '', 1),
|
||
(302, 77, 0, '2014-03-05 17:31:43', 'horse_categories', 'csv_base64', 1, '"Q29tcGV0aWNpw7Nu"', '', 1),
|
||
(303, 77, 0, '2014-03-05 17:31:43', 'horse_categories_ids', '', 0, '56', '', 1),
|
||
(304, 77, 0, '2014-03-05 17:31:43', 'horse_breeds', 'csv_base64', 1, '"SG9sc3RlaW5lcg=="', '', 1),
|
||
(305, 77, 0, '2014-03-05 17:31:43', 'horse_breeds_ids', '', 0, '65', '', 1),
|
||
(306, 77, 0, '2014-03-05 17:31:43', 'horse_genders', 'csv_base64', 1, '"U2VtZW50YWw="', '', 1),
|
||
(307, 77, 0, '2014-03-05 17:31:43', 'horse_genders_ids', '', 0, '57', '', 1),
|
||
(308, 78, 0, '2014-03-05 17:32:09', 'title', 'base64', 1, 'RmxvcmVuY2lhbm8=', 'RmxvcmVuY2lhbm8=', 1),
|
||
(309, 78, 0, '2014-03-05 17:32:09', 'body', 'base64', 1, 'PGg0PktXUE4gLSBiYXkgLSAyMDA0IC0gMTYuMyBoYW5kczwvaDQ+DQpBcHByb3ZlZCBmb3IgT2xkZW5idXJnLCBNZWNrbGVuYnVyZywgUmhpbmVsYW5kLCBXZXN0cGhhbGlhIGFuZCBhbGwgU291dGhlcm4gR2VybWFuIFZlcmJhbmRzLg0KT3RoZXIgVmVyYmFuZHMgb24gcmVxdWVzdCENCg0KSW5zZW1pbmF0aW9uIGZlZTogNTAwIOKCrCogKyBJbi1mb2FsIGZlZTogNTAwIOKCrCooRlMgKyBURykNCg0KRnJlc2ggc2VtZW4gc2hpcHBpbmcgd2l0aGluIEdlcm1hbnkhDQoNCkEgZmFidWxvdXNseSBtb3Zpbmcgc3VubnkgYm95IHdpdGggYSByZW1hcmthYmxlIG91dGNyb3NzIHBlZGlncmVlIOKAkyB0aGF04oCZcyBGbG9yZW5jaWFubyENCg0KRmxvcmVuY2lhbm8gd2FzIGxpY2Vuc2VkIGluIDIwMDYgaW4gTcO8bnN0ZXItSGFuZG9yZiwgd29uIGhpcyAzMC1kYXkgdGVzdCBpbiAyMDA3IChndWVzdCByaWRlciAxMC4wKSBhbmQgdGhlbiB3b24gdGhlIHByZXN0aWdpb3VzIE9wdGltdW0gaW4gMjAwOC4gVGhlc2UgYWNoaWV2ZW1lbnRzIHdlcmUgZm9sbG93ZWQgYnkgcXVhbGlmaWNhdGlvbiBmb3IgdGhlIEJ1bmRlc2NoYW1waW9uYXQgYW5kIG1hbnkgdmljdG9yaWVzIGluIGRyZXNzYWdlIHVwIHRvIG1lZGl1bSAoTSkgbGV2ZWwuIEluIDIwMTEgYXQgdGhlIGFnZSBvZiBzZXZlbiwgaGlzIGZpcnN0IHZpY3RvcmllcyBpbiBTdC4gR2VvcmdlcyBkcmVzc2FnZSB0ZXN0cyB3ZXJlIGFkZGVkLiBUaGUgT2x5bXBpYyB3aW5uaW5nIHJpZGVyLCBIdWJlcnR1cyBTY2htaWR0LCBoYXMgdGFrZW4gb3ZlciBGbG9yZW5jaWFub+KAmXMgZnVydGhlciB0cmFpbmluZy4NCg0KW3RpdGxlIHNpemU9IjMiXVByb2dlbnlbL3RpdGxlXQ0KDQpGbG9yZW5jaWFub+KAmXMgZGVidXQgYXMgYSBzaXJlIHdhcyBicmlsbGlhbnQuIEluIGtlZXBpbmcgd2l0aCBoaXMgb3V0c3RhbmRpbmcgZmlyc3QgZm9hbCBjcm9wcywgaGlzIGRhdWdodGVyIEZlaW5lIFJvc2EgdG9vayB0aGUgMjAxMSBDaGFtcGlvbiBNYXJlIHRpdGxlIGF0IHRoZSBHZXJtYW4gRWxpdGUgQnJvb2RtYXJlIENoYW1waW9uc2hpcHMgYXMgd2VsbCBhcyB0aGUgUmhpbmVsYW5kIENoYW1waW9uIE1hcmUgdGl0bGUsIGhpcyBkYXVnaHRlciBGbG9yZW5jaWFuYSBGIGJlY2FtZSB0aGUgV2VzdHBoYWxpYW4gQ2hhbXBpb24gTWFyZSBhbmQgaGlzIGRhdWdodGVyIEZvciBDb210ZXNzIHdvbiB0aGUgV2VzdHBoYWxpYW4gQ2hhbXBpb25zaGlwcywgdGhlIFdlc3RwaGFsaWFuIFdhcHBlbiBhbmQgYWxzbyBwYXJ0aWNpcGF0ZWQgaW4gdGhlIEJ1bmRlc2NoYW1waW9uYXQgRmluYWwuIFRocmVlIG9mIGhpcyBzb25zIHdlcmUgbGljZW5zZWQsIGluY2x1ZGluZyB0aGUgMjAxMiBOUlcgcHJlbWl1bSBzdGFsbGlvbiwgRmFyYmVuc3BpZWwuIEhpcyBvZmZzcHJpbmcgYXJlIG9mZiB0byBhIGhpZ2hseSBwcm9taXNpbmcgc3RhcnQgaW4gYmFzaWMgdGVzdHMgZm9yIHlvdW5nc3RlcnMuDQoNCltob3JzZV9mYW1pbHlfdHJlZV0NCg0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCg0KW3RpdGxlIHNpemU9IjMiXVBlZGlncmVlWy90aXRsZV0NCg0KSGlzIHNpcmUgaXMgdGhlIHR3by10aW1lIFdvcmxkIENoYW1waW9uIG9mIHlvdW5nIGRyZXNzYWdlIGhvcnNlcywgRmxvcmVuY2lvIEkuDQoNCkZsb3JlbmNpYW5v4oCZcyBoaWdobHkgZGVjb3JhdGVkIGRhbSBsaW5lIG9yaWdpbmF0ZWQgaW4gdGhlIE5ldGhlcmxhbmRzLiBIaXMgZGFtIFN0LlByLlN0LiBMdW5kaSBUIHdvbiBlaWdodCBtZWRpdW0gKE0pIGxldmVsIGRyZXNzYWdlIHRlc3RzIGFuZCByZWNlaXZlZCDigJxwZXJmb3JtYW5jZSBtYXJlIGRyZXNzYWdl4oCdIHN0YXR1cy4gVGhlIGRhbeKAmXMgc2lyZSBIYXZpZG9mZiwgYnkgdGhlIEdyYW5kIFByaXggc3RhbGxpb24gQ2xhdmVjaW1iZWwsIHdhcyBhd2FyZGVkIOKAnGtldXLigJ0gc3RhdHVzLiBNYW55IG9mIGhpcyBvZmZzcHJpbmcgd2luIHJpYmJvbnMgYXQgR3JhbmQgUHJpeCBsZXZlbCBzdWNoIGFzIGhpcyBsaWNlbnNlZCBzb24sIFBhZ2FuaW5pLiBHcmFuZGRhbSBBbnVza2EgcHJvZHVjZWQgc2V2ZXJhbCBob3JzZXMgdGhhdCB3ZXJlIHN1Y2Nlc3NmdWwgaW4gZHJlc3NhZ2UgcmluZ3MuDQoNClRoZSBwZXJmb3JtYW5jZSBkb21pbmF0ZSBkYW0gbGluZSBhbHNvIHByb2R1Y2VkIHRoZSBsaWNlbnNlZCBab8O2bG9vZyAoYnkgR29uZG9saWVyKSB3aG8gaGFzIHBsYWNlZCBpbiBpbnRlcm5hdGlvbmFsIGRyZXNzYWdlIGNvbXBldGl0aW9ucywgdGhlIHdvcmxkIGNsYXNzIHNob3cganVtcGVyIE1pc3RlciBTcG9vbiAoYnkgWmFkb2MpL0NhbmRpY2UgS2luZy9VU0EgYW5kIE5pZXRqZSAoYnkgWmllaGltKSwgd2hvIHRvb2sgZ29sZCBvbiB0aGUgRHV0Y2ggdGVhbSBhdCB0aGUgMjAwNiBXb3JsZCBFcXVlc3RyaWFuIEdhbWVzIGluIEFhY2hlbiBpbiBLb29zIGRlIFJvbmRl4oCZcyBkcml2aW5nIHRlYW0gb2YgZm91ciBhcyB3ZWxsIGFzIG1hbnkgU3RhdGUgUHJlbWl1bSBtYXJlcyBhbmQgYXVjdGlvbiBob3JzZXMuDQoNCjxpZnJhbWUgc3JjPSIvL3d3dy55b3V0dWJlLmNvbS9lbWJlZC8yazM1QW5HdmhjOCIgaGVpZ2h0PSIzMTUiIHdpZHRoPSI1NjAiIGFsbG93ZnVsbHNjcmVlbj0iIiBmcmFtZWJvcmRlcj0iMCI+PC9pZnJhbWU+', 'PGg0PktXUE4gLSBiYXkgLSAyMDA0IC0gMTYuMyBoYW5kczwvaDQ+DQpBcHByb3ZlZCBmb3IgT2xkZW5idXJnLCBNZWNrbGVuYnVyZywgUmhpbmVsYW5kLCBXZXN0cGhhbGlhIGFuZCBhbGwgU291dGhlcm4gR2VybWFuIFZlcmJhbmRzLg0KT3RoZXIgVmVyYmFuZHMgb24gcmVxdWVzdCENCg0KSW5zZW1pbmF0aW9uIGZlZTogNTAwIOKCrCogKyBJbi1mb2FsIGZlZTogNTAwIOKCrCooRlMgKyBURykNCg0KRnJlc2ggc2VtZW4gc2hpcHBpbmcgd2l0aGluIEdlcm1hbnkhDQoNCkEgZmFidWxvdXNseSBtb3Zpbmcgc3VubnkgYm95IHdpdGggYSByZW1hcmthYmxlIG91dGNyb3NzIHBlZGlncmVlIOKAkyB0aGF04oCZcyBGbG9yZW5jaWFubyENCg0KRmxvcmVuY2lhbm8gd2FzIGxpY2Vuc2VkIGluIDIwMDYgaW4gTcO8bnN0ZXItSGFuZG9yZiwgd29uIGhpcyAzMC1kYXkgdGVzdCBpbiAyMDA3IChndWVzdCByaWRlciAxMC4wKSBhbmQgdGhlbiB3b24gdGhlIHByZXN0aWdpb3VzIE9wdGltdW0gaW4gMjAwOC4gVGhlc2UgYWNoaWV2ZW1lbnRzIHdlcmUgZm9sbG93ZWQgYnkgcXVhbGlmaWNhdGlvbiBmb3IgdGhlIEJ1bmRlc2NoYW1waW9uYXQgYW5kIG1hbnkgdmljdG9yaWVzIGluIGRyZXNzYWdlIHVwIHRvIG1lZGl1bSAoTSkgbGV2ZWwuIEluIDIwMTEgYXQgdGhlIGFnZSBvZiBzZXZlbiwgaGlzIGZpcnN0IHZpY3RvcmllcyBpbiBTdC4gR2VvcmdlcyBkcmVzc2FnZSB0ZXN0cyB3ZXJlIGFkZGVkLiBUaGUgT2x5bXBpYyB3aW5uaW5nIHJpZGVyLCBIdWJlcnR1cyBTY2htaWR0LCBoYXMgdGFrZW4gb3ZlciBGbG9yZW5jaWFub+KAmXMgZnVydGhlciB0cmFpbmluZy4NCg0KW3RpdGxlIHNpemU9IjMiXVByb2dlbnlbL3RpdGxlXQ0KDQpGbG9yZW5jaWFub+KAmXMgZGVidXQgYXMgYSBzaXJlIHdhcyBicmlsbGlhbnQuIEluIGtlZXBpbmcgd2l0aCBoaXMgb3V0c3RhbmRpbmcgZmlyc3QgZm9hbCBjcm9wcywgaGlzIGRhdWdodGVyIEZlaW5lIFJvc2EgdG9vayB0aGUgMjAxMSBDaGFtcGlvbiBNYXJlIHRpdGxlIGF0IHRoZSBHZXJtYW4gRWxpdGUgQnJvb2RtYXJlIENoYW1waW9uc2hpcHMgYXMgd2VsbCBhcyB0aGUgUmhpbmVsYW5kIENoYW1waW9uIE1hcmUgdGl0bGUsIGhpcyBkYXVnaHRlciBGbG9yZW5jaWFuYSBGIGJlY2FtZSB0aGUgV2VzdHBoYWxpYW4gQ2hhbXBpb24gTWFyZSBhbmQgaGlzIGRhdWdodGVyIEZvciBDb210ZXNzIHdvbiB0aGUgV2VzdHBoYWxpYW4gQ2hhbXBpb25zaGlwcywgdGhlIFdlc3RwaGFsaWFuIFdhcHBlbiBhbmQgYWxzbyBwYXJ0aWNpcGF0ZWQgaW4gdGhlIEJ1bmRlc2NoYW1waW9uYXQgRmluYWwuIFRocmVlIG9mIGhpcyBzb25zIHdlcmUgbGljZW5zZWQsIGluY2x1ZGluZyB0aGUgMjAxMiBOUlcgcHJlbWl1bSBzdGFsbGlvbiwgRmFyYmVuc3BpZWwuIEhpcyBvZmZzcHJpbmcgYXJlIG9mZiB0byBhIGhpZ2hseSBwcm9taXNpbmcgc3RhcnQgaW4gYmFzaWMgdGVzdHMgZm9yIHlvdW5nc3RlcnMuDQoNCltob3JzZV9mYW1pbHlfdHJlZV0NCg0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCg0KW3RpdGxlIHNpemU9IjMiXVBlZGlncmVlWy90aXRsZV0NCg0KSGlzIHNpcmUgaXMgdGhlIHR3by10aW1lIFdvcmxkIENoYW1waW9uIG9mIHlvdW5nIGRyZXNzYWdlIGhvcnNlcywgRmxvcmVuY2lvIEkuDQoNCkZsb3JlbmNpYW5v4oCZcyBoaWdobHkgZGVjb3JhdGVkIGRhbSBsaW5lIG9yaWdpbmF0ZWQgaW4gdGhlIE5ldGhlcmxhbmRzLiBIaXMgZGFtIFN0LlByLlN0LiBMdW5kaSBUIHdvbiBlaWdodCBtZWRpdW0gKE0pIGxldmVsIGRyZXNzYWdlIHRlc3RzIGFuZCByZWNlaXZlZCDigJxwZXJmb3JtYW5jZSBtYXJlIGRyZXNzYWdl4oCdIHN0YXR1cy4gVGhlIGRhbeKAmXMgc2lyZSBIYXZpZG9mZiwgYnkgdGhlIEdyYW5kIFByaXggc3RhbGxpb24gQ2xhdmVjaW1iZWwsIHdhcyBhd2FyZGVkIOKAnGtldXLigJ0gc3RhdHVzLiBNYW55IG9mIGhpcyBvZmZzcHJpbmcgd2luIHJpYmJvbnMgYXQgR3JhbmQgUHJpeCBsZXZlbCBzdWNoIGFzIGhpcyBsaWNlbnNlZCBzb24sIFBhZ2FuaW5pLiBHcmFuZGRhbSBBbnVza2EgcHJvZHVjZWQgc2V2ZXJhbCBob3JzZXMgdGhhdCB3ZXJlIHN1Y2Nlc3NmdWwgaW4gZHJlc3NhZ2UgcmluZ3MuDQoNClRoZSBwZXJmb3JtYW5jZSBkb21pbmF0ZSBkYW0gbGluZSBhbHNvIHByb2R1Y2VkIHRoZSBsaWNlbnNlZCBab8O2bG9vZyAoYnkgR29uZG9saWVyKSB3aG8gaGFzIHBsYWNlZCBpbiBpbnRlcm5hdGlvbmFsIGRyZXNzYWdlIGNvbXBldGl0aW9ucywgdGhlIHdvcmxkIGNsYXNzIHNob3cganVtcGVyIE1pc3RlciBTcG9vbiAoYnkgWmFkb2MpL0NhbmRpY2UgS2luZy9VU0EgYW5kIE5pZXRqZSAoYnkgWmllaGltKSwgd2hvIHRvb2sgZ29sZCBvbiB0aGUgRHV0Y2ggdGVhbSBhdCB0aGUgMjAwNiBXb3JsZCBFcXVlc3RyaWFuIEdhbWVzIGluIEFhY2hlbiBpbiBLb29zIGRlIFJvbmRl4oCZcyBkcml2aW5nIHRlYW0gb2YgZm91ciBhcyB3ZWxsIGFzIG1hbnkgU3RhdGUgUHJlbWl1bSBtYXJlcyBhbmQgYXVjdGlvbiBob3JzZXMuDQoNCjxpZnJhbWUgc3JjPSIvL3d3dy55b3V0dWJlLmNvbS9lbWJlZC8yazM1QW5HdmhjOCIgaGVpZ2h0PSIzMTUiIHdpZHRoPSI1NjAiIGFsbG93ZnVsbHNjcmVlbj0iIiBmcmFtZWJvcmRlcj0iMCI+PC9pZnJhbWU+', 1),
|
||
(317, 79, 0, '2014-03-05 17:32:45', 'title', 'base64', 1, 'QmxhY2sgSmFjaw==', 'QmxhY2sgSmFjaw==', 1),
|
||
(318, 79, 0, '2014-03-05 17:32:45', 'body', 'base64', 1, 'PGg0Pldlc3RwaGFsaWFuIC0gZGFyayBicm93biAtIDIwMDYgLSAxNi4yIGhhbmRzPC9oND4NCg0KPHN0cm9uZz5BZ2U8L3N0cm9uZz46IDAzLzA2LzIwMDYNCjxzdHJvbmc+R2VuZGVyPC9zdHJvbmc+OiBDb2x0DQo8c3Ryb25nPkNvbG9yPC9zdHJvbmc+OiBkYXJrIGJyb3duDQo8c3Ryb25nPkJyZWVkZXI8L3N0cm9uZz46IFRob21hcyBTY2hpbmRsZXIsIEZhdXRlbmJhY2gsIEdlcm1hbnkNCg0KQXBwcm92ZWQgZm9yIE1lY2tsZW5idXJnLCBSaGluZWxhbmQsIFdlc3RwaGFsaWEgYW5kIGFsbCBTb3V0aGVybiBHZXJtYW4gVmVyYmFuZHMuIA0KT3RoZXIgVmVyYmFuZHMgb24gcmVxdWVzdCENCg0KSW5zZW1pbmF0aW9uIGZlZTogNTAwIOKCrCogKyBJbi1mb2FsIGZlZTogNTAwIOKCrCogKEZTICsgVEcpDQoNCkZvcmVpZ24gY3VzdG9tZXJzIG11c3QgcGF5IGZ1bGwgc3R1ZCBmZWUgaW4gYWR2YW5jZS4gUmVmdW5kIG9mIHRoZSBoYWxmIGF0IG5vbi1wcmVnbmFuY3kuDQoNCk9yZGVycyBmb3IgZnJlc2ggc2VtZW4gbXVzdCBiZSByZWNlaXZlZCBieSA5OjAwIGEubS4gdGhlIGRheSBiZWZvcmUgc2luY2UgdGhlIHN0YWxsaW9uIGlzIHN0YXRpb25lZCBpbiBJdGFseSENCg0KDQpSZXBlYXRpbmcgaGlzIHBlcmZvcm1hbmNlIGluIDIwMTEsIEJsYWNrIEphY2sgYWdhaW4gd29uIHRoZSBxdWFsaWZpZXIgaW4gUmllc2VuYmVjayBpbiAyMDEyIGFuZCB0aHVzIGEgdGlja2V0IGZvciB0aGUgQnVuZGVzY2hhbXBpb25hdCBmb3Igc2hvdyBqdW1wZXJzLiBUaGlzIGZlYXQgaGFkIGJlZW4gcHJlY2VkZWQgYnkgYSBzZXJpZXMgb2YgcmliYm9ucyBpbiBtZWRpdW0gKE0qKSBsZXZlbCB0ZXN0cyBmb3IgeW91bmcgc2hvdyBqdW1wZXJzIGFuZCBtZWRpdW0gKE0qKikgbGV2ZWwgc2hvdyBqdW1waW5nIHRlc3RzLiAgDQoNCkNsZWFybHkgcmVmaW5lZCBieSBoaXMgZGFt4oCZcyBUaG9yb3VnaGJyZWQgc2lyZSBIZXJhbGRpayB4eCwgdGhlIGdvcmdlb3VzLCBwYXRlbnQgbGVhdGhlciBibGFjayAgQmxhY2sgSmFjayB3YXMgb25lIG9mIHRoZSBoaWdobGlnaHRzIGF0IHRoZSAxOHRoIE5SVyBsaWNlbnNpbmcgaW4gTcO8bnN0ZXItSGFuZG9yZiAgaW4gMjAwOC4gIA0KDQpbdGl0bGUgc2l6ZT0iMyJdUHJvZ2VueVsvdGl0bGVdDQoNCkhpZ2hseSByZWZpbmVkIGhpbXNlbGYsIHRoZSBjaGFybWluZyBCbGFjayBKYWNrIG5vdCBvbmx5IHBhc3NlcyBvbiBoaXMgZ29vZCBsb29rcyBidXQgYWxzbyBoaXMgYWJpbGl0eSB0byBqdW1wLCBoaXMgcXVhbGl0eSBtb3ZlbWVudHMgYW5kIHJpZGVhYmlsaXR5LiBIaXMgZmlyc3Qgc29ucyBhbmQgZGF1Z2h0ZXJzLCBub3cgdW5kZXIgc2FkZGxlLCBtYWtlIGEgaGlnaGx5IHByb21pc2luZyBpbXByZXNzaW9uLiANCg0KQmxhY2sgSmFja+KAmXMgZm9hbHMgcXVpY2tseSBmaW5kIGJ1eWVycy4gSGlzIHNvbiBCb3LDqWFsIGRlcyBQcsOpcyB3YXMgc29sZCBmb3IgMTIsNTAwIFN3aXNzIEZyYW5jcyBpbiAyMDEyIGF0IHRoZSBTcG9ydCBGb2FscyBBdWN0aW9uIGluIFN1cnNlZS9TVUkuIA0KDQpbaG9yc2VfZmFtaWx5X3RyZWVdDQoNCltzZXBhcmF0b3IgdG9wPSIxMCJdDQoNClt0aXRsZSBzaXplPSIzIl1QZWRpZ3JlZVsvdGl0bGVdDQoNCkhpcyBzaXJlIEJhbG91YmV0IGR1IFJvdWV0IHdvbiBpbmRpdmlkdWFsIE9seW1waWMgZ29sZCB3aXRoIFJvZHJpZ28gUGVzc29hL0JSQSBpbiAyMDA0IG9uIHRoZSBjb3Vyc2Ugb2YgQXRoZW5zL0dSRS4gSGUgYWxzbyB0b29rIHRoZSBXb3JsZCBDdXAgdGl0bGUgdGhyZWUgdGltZXMgaW4gYSByb3cgYW5kIHdvbiB0aGUgdW5vZmZpY2lhbCBpbmRvb3IgV29ybGQgQ2hhbXBpb25zaGlwcyB0d2ljZSBpbiAyMDAyIGFuZCAyMDAzLiBUaGUgY2hlc3RudXQgU2VsbGUgRnJhbmNhaXMgc3RhbGxpb24gd2hvIGFnYWluIGxlYWRzIHRoZSBXQkZTSCAgKFdvcmxkIEJyZWVkaW5nIEZlZGVyYXRpb24gZm9yIFNwb3J0IEhvcnNlcykgcmFua2luZyBvZiB0aGUgd29ybGTigJlzIGJlc3QganVtcGVyLW1ha2VycyDigJMgYWxzbyB0aGFua3MgdG8gQ2hhbWFuIHdobyBpcyBhbHNvIHN0YXRpb25lZCBpbiBSaWVzZW5iZWNrIOKAkyBpcyBhIEdhbG91YmV0IEEgc29uLiBHYWxvdWJldCBBLCBhIHNvbiBvZiB0aGUgdHJhZGVtYXJrIHN0YWxsaW9uIEFsbcOpIFogd2hvIHdhcyBvbiB0aGUgRnJlbmNoIGdvbGQgd2lubmluZyB0ZWFtIGF0IHRoZSAxOTgyIFdvcmxkIENoYW1waW9uc2hpcHMgb2YgRHVibGluL0lSTCB3aXRoIEdpbGxlcyBCZXJ0cmFuZCBkZSBCYWxsYW5kYSwgd29uIHRoZSBGcmVuY2ggQ2hhbXBpb25zaGlwcyBzZXZlcmFsIHRpbWVzIGFuZCBjb2xsZWN0ZWQgZG96ZW5zIG9mIGZpcnN0IHBsYWNlIHJpYmJvbnMgaW4gTmF0aW9ucyBDdXBzIGFuZCAgR3JhbmQgUHJpeC4gTW9yZSB0aGFuIDMwIG9mIGhpcyBzb25zIGFyZSBhY3RpdmUgaW4gYnJlZWRpbmcsIGluY2x1ZGluZyBV4oCZR3JhbmQgSmV0ZSwgRW9sZSBhbmQgTWVyZWRpdGggTWljaGFlbHMtQmVlcmJhdW3igJlzIFF1aWNrIFN0YXIuDQoNCkhpcyBkYW0gU3QuUHIuU3QuIFdpbnplcmluLCB3aG8gcGFzc2VkIGhlciBicm9vZG1hcmUgcGVyZm9ybWFuY2UgdGVzdCB3aXRoIG91dHN0YW5kaW5nIHNjb3JlcywgaXMgYWxzbyB0aGUgZGFtIG9mICBHdXQgTmV1ZW5ob2ZzIExldmFudGFkb3MgKGJ5IExhbmNlciBJSSkgd2hvIHdpbnMgc2hvdyBqdW1waW5nIGNsYXNzZXMgdXAgdG8gYWR2YW5jZWQgKFMqKiopIGxldmVsLCBhcyB3ZWxsIGFzIGEgc2V2ZW4teWVhciBvbGQgZnVsbCBzaXN0ZXIgb2YgQmFsb3V0ZWxsaSBuYW1lZCBHdXQgTmV1ZW5ob2ZzIEJhY2Fyb2xlL0hlbnJpayB2b24gRWNrZXJtYW5uL1NXRSB3aG8gaXMgYWxzbyBoaWdobHkgc3VjY2Vzc2Z1bCBpbiBpbnRlcm5hdGlvbmFsIGNvbXBldGl0aW9ucywgYW5kICBHdXQgTmV1ZW5ob2ZzIENhdHkgKGJ5IENyaXN0YWxsbyBJKSB3aG8gcXVhbGlmaWVkIGZvciB0aGUgQnVuZGVzY2hhbXBpb25hdC4NCg0KPGlmcmFtZSB3aWR0aD0iNTYwIiBoZWlnaHQ9IjMxNSIgc3JjPSIvL3d3dy55b3V0dWJlLmNvbS9lbWJlZC9LNzA4UTR6aXBFdyIgZnJhbWVib3JkZXI9IjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=', 'PGg0Pldlc3RwaGFsaWFuIC0gZGFyayBicm93biAtIDIwMDYgLSAxNi4yIGhhbmRzPC9oND4NCg0KPHN0cm9uZz5BZ2U8L3N0cm9uZz46IDAzLzA2LzIwMDYNCjxzdHJvbmc+R2VuZGVyPC9zdHJvbmc+OiBDb2x0DQo8c3Ryb25nPkNvbG9yPC9zdHJvbmc+OiBkYXJrIGJyb3duDQo8c3Ryb25nPkJyZWVkZXI8L3N0cm9uZz46IFRob21hcyBTY2hpbmRsZXIsIEZhdXRlbmJhY2gsIEdlcm1hbnkNCg0KQXBwcm92ZWQgZm9yIE1lY2tsZW5idXJnLCBSaGluZWxhbmQsIFdlc3RwaGFsaWEgYW5kIGFsbCBTb3V0aGVybiBHZXJtYW4gVmVyYmFuZHMuIA0KT3RoZXIgVmVyYmFuZHMgb24gcmVxdWVzdCENCg0KSW5zZW1pbmF0aW9uIGZlZTogNTAwIOKCrCogKyBJbi1mb2FsIGZlZTogNTAwIOKCrCogKEZTICsgVEcpDQoNCkZvcmVpZ24gY3VzdG9tZXJzIG11c3QgcGF5IGZ1bGwgc3R1ZCBmZWUgaW4gYWR2YW5jZS4gUmVmdW5kIG9mIHRoZSBoYWxmIGF0IG5vbi1wcmVnbmFuY3kuDQoNCk9yZGVycyBmb3IgZnJlc2ggc2VtZW4gbXVzdCBiZSByZWNlaXZlZCBieSA5OjAwIGEubS4gdGhlIGRheSBiZWZvcmUgc2luY2UgdGhlIHN0YWxsaW9uIGlzIHN0YXRpb25lZCBpbiBJdGFseSENCg0KDQpSZXBlYXRpbmcgaGlzIHBlcmZvcm1hbmNlIGluIDIwMTEsIEJsYWNrIEphY2sgYWdhaW4gd29uIHRoZSBxdWFsaWZpZXIgaW4gUmllc2VuYmVjayBpbiAyMDEyIGFuZCB0aHVzIGEgdGlja2V0IGZvciB0aGUgQnVuZGVzY2hhbXBpb25hdCBmb3Igc2hvdyBqdW1wZXJzLiBUaGlzIGZlYXQgaGFkIGJlZW4gcHJlY2VkZWQgYnkgYSBzZXJpZXMgb2YgcmliYm9ucyBpbiBtZWRpdW0gKE0qKSBsZXZlbCB0ZXN0cyBmb3IgeW91bmcgc2hvdyBqdW1wZXJzIGFuZCBtZWRpdW0gKE0qKikgbGV2ZWwgc2hvdyBqdW1waW5nIHRlc3RzLiAgDQoNCkNsZWFybHkgcmVmaW5lZCBieSBoaXMgZGFt4oCZcyBUaG9yb3VnaGJyZWQgc2lyZSBIZXJhbGRpayB4eCwgdGhlIGdvcmdlb3VzLCBwYXRlbnQgbGVhdGhlciBibGFjayAgQmxhY2sgSmFjayB3YXMgb25lIG9mIHRoZSBoaWdobGlnaHRzIGF0IHRoZSAxOHRoIE5SVyBsaWNlbnNpbmcgaW4gTcO8bnN0ZXItSGFuZG9yZiAgaW4gMjAwOC4gIA0KDQpbdGl0bGUgc2l6ZT0iMyJdUHJvZ2VueVsvdGl0bGVdDQoNCkhpZ2hseSByZWZpbmVkIGhpbXNlbGYsIHRoZSBjaGFybWluZyBCbGFjayBKYWNrIG5vdCBvbmx5IHBhc3NlcyBvbiBoaXMgZ29vZCBsb29rcyBidXQgYWxzbyBoaXMgYWJpbGl0eSB0byBqdW1wLCBoaXMgcXVhbGl0eSBtb3ZlbWVudHMgYW5kIHJpZGVhYmlsaXR5LiBIaXMgZmlyc3Qgc29ucyBhbmQgZGF1Z2h0ZXJzLCBub3cgdW5kZXIgc2FkZGxlLCBtYWtlIGEgaGlnaGx5IHByb21pc2luZyBpbXByZXNzaW9uLiANCg0KQmxhY2sgSmFja+KAmXMgZm9hbHMgcXVpY2tseSBmaW5kIGJ1eWVycy4gSGlzIHNvbiBCb3LDqWFsIGRlcyBQcsOpcyB3YXMgc29sZCBmb3IgMTIsNTAwIFN3aXNzIEZyYW5jcyBpbiAyMDEyIGF0IHRoZSBTcG9ydCBGb2FscyBBdWN0aW9uIGluIFN1cnNlZS9TVUkuIA0KDQpbaG9yc2VfZmFtaWx5X3RyZWVdDQoNCltzZXBhcmF0b3IgdG9wPSIxMCJdDQoNClt0aXRsZSBzaXplPSIzIl1QZWRpZ3JlZVsvdGl0bGVdDQoNCkhpcyBzaXJlIEJhbG91YmV0IGR1IFJvdWV0IHdvbiBpbmRpdmlkdWFsIE9seW1waWMgZ29sZCB3aXRoIFJvZHJpZ28gUGVzc29hL0JSQSBpbiAyMDA0IG9uIHRoZSBjb3Vyc2Ugb2YgQXRoZW5zL0dSRS4gSGUgYWxzbyB0b29rIHRoZSBXb3JsZCBDdXAgdGl0bGUgdGhyZWUgdGltZXMgaW4gYSByb3cgYW5kIHdvbiB0aGUgdW5vZmZpY2lhbCBpbmRvb3IgV29ybGQgQ2hhbXBpb25zaGlwcyB0d2ljZSBpbiAyMDAyIGFuZCAyMDAzLiBUaGUgY2hlc3RudXQgU2VsbGUgRnJhbmNhaXMgc3RhbGxpb24gd2hvIGFnYWluIGxlYWRzIHRoZSBXQkZTSCAgKFdvcmxkIEJyZWVkaW5nIEZlZGVyYXRpb24gZm9yIFNwb3J0IEhvcnNlcykgcmFua2luZyBvZiB0aGUgd29ybGTigJlzIGJlc3QganVtcGVyLW1ha2VycyDigJMgYWxzbyB0aGFua3MgdG8gQ2hhbWFuIHdobyBpcyBhbHNvIHN0YXRpb25lZCBpbiBSaWVzZW5iZWNrIOKAkyBpcyBhIEdhbG91YmV0IEEgc29uLiBHYWxvdWJldCBBLCBhIHNvbiBvZiB0aGUgdHJhZGVtYXJrIHN0YWxsaW9uIEFsbcOpIFogd2hvIHdhcyBvbiB0aGUgRnJlbmNoIGdvbGQgd2lubmluZyB0ZWFtIGF0IHRoZSAxOTgyIFdvcmxkIENoYW1waW9uc2hpcHMgb2YgRHVibGluL0lSTCB3aXRoIEdpbGxlcyBCZXJ0cmFuZCBkZSBCYWxsYW5kYSwgd29uIHRoZSBGcmVuY2ggQ2hhbXBpb25zaGlwcyBzZXZlcmFsIHRpbWVzIGFuZCBjb2xsZWN0ZWQgZG96ZW5zIG9mIGZpcnN0IHBsYWNlIHJpYmJvbnMgaW4gTmF0aW9ucyBDdXBzIGFuZCAgR3JhbmQgUHJpeC4gTW9yZSB0aGFuIDMwIG9mIGhpcyBzb25zIGFyZSBhY3RpdmUgaW4gYnJlZWRpbmcsIGluY2x1ZGluZyBV4oCZR3JhbmQgSmV0ZSwgRW9sZSBhbmQgTWVyZWRpdGggTWljaGFlbHMtQmVlcmJhdW3igJlzIFF1aWNrIFN0YXIuDQoNCkhpcyBkYW0gU3QuUHIuU3QuIFdpbnplcmluLCB3aG8gcGFzc2VkIGhlciBicm9vZG1hcmUgcGVyZm9ybWFuY2UgdGVzdCB3aXRoIG91dHN0YW5kaW5nIHNjb3JlcywgaXMgYWxzbyB0aGUgZGFtIG9mICBHdXQgTmV1ZW5ob2ZzIExldmFudGFkb3MgKGJ5IExhbmNlciBJSSkgd2hvIHdpbnMgc2hvdyBqdW1waW5nIGNsYXNzZXMgdXAgdG8gYWR2YW5jZWQgKFMqKiopIGxldmVsLCBhcyB3ZWxsIGFzIGEgc2V2ZW4teWVhciBvbGQgZnVsbCBzaXN0ZXIgb2YgQmFsb3V0ZWxsaSBuYW1lZCBHdXQgTmV1ZW5ob2ZzIEJhY2Fyb2xlL0hlbnJpayB2b24gRWNrZXJtYW5uL1NXRSB3aG8gaXMgYWxzbyBoaWdobHkgc3VjY2Vzc2Z1bCBpbiBpbnRlcm5hdGlvbmFsIGNvbXBldGl0aW9ucywgYW5kICBHdXQgTmV1ZW5ob2ZzIENhdHkgKGJ5IENyaXN0YWxsbyBJKSB3aG8gcXVhbGlmaWVkIGZvciB0aGUgQnVuZGVzY2hhbXBpb25hdC4NCg0KPGlmcmFtZSB3aWR0aD0iNTYwIiBoZWlnaHQ9IjMxNSIgc3JjPSIvL3d3dy55b3V0dWJlLmNvbS9lbWJlZC9LNzA4UTR6aXBFdyIgZnJhbWVib3JkZXI9IjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=', 1),
|
||
(310, 78, 0, '2014-03-05 17:32:09', 'original_id', '', 0, '4990', '', 1),
|
||
(311, 78, 0, '2014-03-05 17:32:09', 'horse_categories', 'csv_base64', 1, '"Q29tcGV0aWNpw7Nu"', '', 1),
|
||
(312, 78, 0, '2014-03-05 17:32:09', 'horse_categories_ids', '', 0, '56', '', 1),
|
||
(313, 78, 0, '2014-03-05 17:32:09', 'horse_breeds', 'csv_base64', 1, '"T2xkZW5idXJn"', '', 1),
|
||
(314, 78, 0, '2014-03-05 17:32:09', 'horse_breeds_ids', '', 0, '62', '', 1),
|
||
(315, 78, 0, '2014-03-05 17:32:09', 'horse_genders', 'csv_base64', 1, '"Q2Fww7Nu"', '', 1),
|
||
(316, 78, 0, '2014-03-05 17:32:09', 'horse_genders_ids', '', 0, '59', '', 1),
|
||
(319, 79, 0, '2014-03-05 17:32:45', 'original_id', '', 0, '4955', '', 1),
|
||
(320, 79, 0, '2014-03-05 17:32:45', 'horse_categories', 'csv_base64', 1, '"Q29tcGV0aWNpw7Nu"', '', 1),
|
||
(321, 79, 0, '2014-03-05 17:32:45', 'horse_categories_ids', '', 0, '56', '', 1),
|
||
(322, 79, 0, '2014-03-05 17:32:45', 'horse_breeds', 'csv_base64', 1, '"SG9sc3RlaW5lcg=="', '', 1),
|
||
(323, 79, 0, '2014-03-05 17:32:45', 'horse_breeds_ids', '', 0, '65', '', 1),
|
||
(324, 79, 0, '2014-03-05 17:32:45', 'horse_genders', 'csv_base64', 1, '"U2VtZW50YWw="', '', 1),
|
||
(325, 79, 0, '2014-03-05 17:32:45', 'horse_genders_ids', '', 0, '57', '', 1),
|
||
(326, 79, 0, '2014-03-05 17:32:45', 'horse_tags', 'csv_base64', 1, '"cA=="', '', 1),
|
||
(327, 79, 0, '2014-03-05 17:32:45', 'horse_tags_ids', '', 0, '66', '', 1),
|
||
(328, 80, 0, '2014-03-05 17:35:51', 'title', 'base64', 1, 'Q2FydGhhbm8=', 'Q2FydGhhbm8=', 1),
|
||
(329, 80, 0, '2014-03-05 17:35:51', 'body', 'base64', 1, 'PGg0PkhvbHN0ZWluLCBiYXksIEJvcm46IDIwMDgsIDE2OWNtPC9oND4NCg0KSW5zZW1pbmF0aW9uIGZlZTogNzAwIOKCrCogKG9ubHkgZnJvemVuIHNlbWVuKQ0KDQogDQpBcHBwcm92ZWQgZm9yOiBIb2xzdGVpbiwgT2xkZW5idXJnLCBPbGRlbmJ1cmctSW50ZXJuYXRpb25hbCwgV2VzdGZhbGVuIGFuZCBSaGVpbmxhbmQuIEFzIHdlbGwgYXMgYWxsIHRoZSBTb3V0aCBHZXJtYW4gU3R1ZCBCb29rcyBhbmQgdGhlIG5ld2x5IGZvcm1lZCBHZXJtYW4gU3RhdGVzIFN0dWQgQm9va3MuDQoNCiANCg0KQ2FydGhhbm8gSUkgd2FzIHRoZSBjZWxlYnJhdGVkIHByZW1pdW0gc2lyZSBhdCBoaXMgYXBwcm92YWxzIGluIEhvbHN0ZWluIGluIDIwMTAsIHNob3dpbmcgZW5vcm1vdXMgYWJpbGl0eSBpbiBoaXMgcGFjZXMsIGNvcnJlY3QgY29uZm9ybWF0aW9uLCBhbmQgYW4gYWJ1bmRhbmNlIG9mIOKAnHN0YWxsaW9uIHByZXNlbmNl4oCdLiBDYXJ0aGFubyBJSSBhbHNvIGhhcyBhbiBvdXRzdGFuZGluZyB0cm90OyB0aGlzIGlzIGR1ZSB0byBoaXMgZW5vcm1vdXNseSBwb3dlcmZ1bCBoaW5kIGxlZ3MuIEhlIGhhcyBhIGJhbGFuY2VkIGNvbnNpc3RlbnQgcmh5dGhtIGFuZCBsYXJnZSwgZmxleGlibGUgZ2FpdHMuIEhpcyBqdW1waW5nIHNjb3BlLCBnb29kIGxlZyB0ZWNobmlxdWUgYW5kIHF1aWNrIHJlYWN0aW9ucyBhdCB0aGUgZmVuY2UgYXJlIGV5ZS1jYXRjaGluZy4gV2l0aCBhbGwgdGhlc2UgYXR0cmlidXRlcywgQ2FydGhhbm8gSUkgaXMgdW5kaXNwdXRlZGx5IG9uZSBvZiB0aGUgdG9wIHN0YWxsaW9ucyBvZiBoaXMgYWdlIGdyb3VwLiANCg0KSW4gMjAxMSBDYXJ0aGFubyBJSSBjb21wbGV0ZWQgYW4gZXhjZWxsZW50IDMwLWRheS10ZXN0IGluIFp3ZWlicsO8Y2tlbi4gIEhlIGNvbmZpcm1lZCB0aGUgaGlnaCBleHBlY3RhdGlvbnMgYnkgc2NvcmluZyAxMjYgcG9pbnRzIGluIHRoZSDigJxWQS1adWNodHdlcnTigJ0gZm9yIGp1bXBpbmcuIEFsc28gd29ydGggYSBtZW50aW9uIHdhcyB0aGUgZGVzZXJ2ZWQgaGlnaCBwb2ludHMgYXdhcmRlZCBmb3IgaGlzIHdlbGwtdGVtcGVyZWQgY2hhcmFjdGVyIGFuZCBncmVhdCBhdHRpdHVkZS4gDQoNCkNhdGhhbm8gbGwgYmVnaW5zIGhpcyBwcmVwYXJhdGlvbiBmb3IgdGhlIE5hdGlvbmFsIFlvdW5nIEhvcnNlIENoYW1waW9uc2hpcHMgaW4gMjAxMyB3aXRoIGhpcyBmaXJzdCBzaG93IGp1bXBpbmcgZXZlbnRzIHRoaXMgY29taW5nIHNlYXNvbi4gICANCg0KW3RpdGxlIHNpemU9IjMiXVByb2dlbnlbL3RpdGxlXQ0KDQpXZSBhcmUgbG9va2luZyBmb3J3YXJkIHdpdGggZ3JlYXQgZXhwZWN0YXRpb24gdG8gQ2FydGhhbm/igJlzIGZpcnN0IGZvYWxzIGluIDIwMTIuIA0KDQpbaG9yc2VfZmFtaWx5X3RyZWVdDQoNCltzZXBhcmF0b3IgdG9wPSIxMCJdDQoNClt0aXRsZSBzaXplPSIzIl1QZWRpZ3JlZVsvdGl0bGVdDQoNCkNhcnRoYW5vIElJwrRzIHNpcmUsIENvbnRlbmRlciB3b24gaGlzIHN0YWxsaW9uIHBlcmZvcm1hbmNlIHRlc3QgaW4gQWRlbGhlaWRzZG9yZiBpbiAxOTg3LiBPdmVyIHRoZSB5ZWFycywgdGhlIHNvbiBvZiBDYWx5cHNvIElJIGhhcyBkZXZlbG9wZWQgaW50byBhIHZhbHVlZCBhbmQgaGlnaGx5IHJlZ2FyZGVkIGJyZWVkaW5nIHN0YWxsaW9uIHdpdGggb3ZlciBvbmUgaHVuZHJlZCBvZiBoaXMgYXBwcm92ZWQgc29ucyBhY3RpdmVseSBzZXJ2aW5nIGFyb3VuZCB0aGUgd29ybGQgdG9kYXkuIENvbnRlbmRlciBoaW1zZWxmIHdhcyBhIGxpdmluZyBsZWdlbmQuIEFtb25nc3Qgb3RoZXJzIGhlIHNpcmVkIENoZWNrbWF0ZS9NLiBNaWNoYWVscy1CZWVyYmF1bSwgdHdvLXRpbWUgd2lubmVyIG9mIHRoZSBSaWRlcnMgVG91ciBhbmQgdGVhbSBFdXJvcGVhbiBjaGFtcGlvbiwgYXMgd2VsbCBhcyBNb250ZW5kZXIvTS4gS3V0c2NoZXIgd2hvIHdvbiB0d28gT2x5bXBpYyBicm9uemUgbWVkYWxzIGluIDIwMDQgYW5kIHR3byBnb2xkIG1lZGFscyBhdCB0aGUgRXVyb3BlYW4gQ2hhbXBpb25zaGlwcyBpbiBTYW4gUGF0cmlnbmFubyAoSVRBKSBpbiAyMDA1Lg0KDQogDQoNCiANCg0KVGhlIGRhbeKAmXMgc2lyZSBDYXJ0aGFnbyBiZWdhbiBoaXMgY2FyZWVyIGF0IHRoZSBIb2xzdGVpblZlcmJhbmQsIGhlIHdlbnQgb24gdG8gcGFydGljaXBhdGUgYXQgdHdvIE9seW1waWMgR2FtZXMgd2l0aCBoaXMgcmlkZXIgSm9zIExhbnNpbmsuICBIZSBoYXMgc2lyZWQgb3ZlciB0aGlydHkgYXBwcm92ZWQgc3RhbGxpb25zIGFuZCBtYW55IGludGVybmF0aW9uYWwgdG9wIHNwb3J0IGhvcnNlcyBzdWNoIGFzIENhc2ggcmlkZGVuIGJ5IE1hcmNvIEt1dHNjaGVyLiBDYXJ0aGFnbyB3YXMgcmFua2VkIHNlY29uZCBpbiAyMDEwIG9uIHRoZSBXQkZTSC1SYW5raW5nIG9mIHRoZSB3b3JsZOKAmXMgYmVzdCBzaG93IGp1bXBpbmcgc2lyZXMgdGhhbmtzIHRvIGhpcyBzdWNjZXNzZnVsIG9mZnNwcmluZy4NCg0KQ2FydGhhbm8gSUnigJlzICBkYW0gRy1DYXRhbmlhIHByb2R1Y2VkIHRoZSB0d28gZnVsbC1icm90aGVycyBhbmQgYXBwcm92ZWQgc3RhbGxpb25zIENhcnRoYW5vIEkgYW5kIElJIGFzIHdlbGwgYXMgdHdvIHN0dWQgYm9vayBwcmVtaXVtIG1hcmVzIGFuZCBmb3VyIHNwb3J0IGhvcnNlcy4gVHdvIG9mIHdoaWNoLCBQaHlsbGlzIGFuZCBQYXVsYSwgYm90aCBzaXJlZCBieSBDYW1icmlkZ2UgaGF2ZSBiZWVuIHN1Y2Nlc3NmdWwgaW4gMS40MCBhbmQgaGlnaGVyIGp1bXBpbmcgY2xhc3Nlcy4gVGhlIHRoaXJkIG1hdGVybmFsIGRhbSwgTWVjaHRoaWxkIHNpcmVkIGJ5IFNhY3JhbWVudG8gU29uZyB4eCBwcm9kdWNlZCB0aHJlZSBzdWNjZXNzZnVsIHNwb3J0IGhvcnNlczogTGVvbmFyZG8gYnkgTGFuZG1laXN0ZXIsIENhcnRvdWNoZSBieSBDYXJkaW5hbCB1bmQgTGFzc28gYnkgTGFuZG1laXN0ZXIuDQoNClRoZSBmb2xsb3dpbmcgYXBwcm92ZWQgc3RhbGxpb25zIGFsbCBjb21lIGZyb20gdGhlIEhvbHN0ZWluIGxpbmVhZ2UgMjA2NzogQWNvbml0byAoYnkgQWNvcmFkbyksIENhbnRlcmJ1cnJ5IChieSBDYWxldHRvIEkpLCBDYW50dXJhbm8gSSBhbmQgIElJIChieSBDYW50dXJvKSwgQ2FydGhhbm8gSSBhbmQgSUkgKGJ5IENvbnRlbmRlciksIENvbiBDYWxldHRvIChieSBDb250ZW5kZXIpLCBDb24gU3Bpcml0byAoYnkgQ29udGVuZGVyKSwgQ29zaWRvIChieSBDb3NpbW8pLCBDcmlzdGlubyAoYnkgQ2FyZXRpbm8pLCBKYXF1aW5vIChieSBKYXlhZGV2byBkZSBNYWNraW5hYyksIExhbmRzdHJlaWNoZXIgKGJ5IExhbmRncmFmIEkpLCBMb3Jkb24gKGJ5IExvcmQpLCBNYXNldHRvIChieSBNb250YW51cyksIE9jdGF2aW8gKGJ5IE9nbGlvKSwgUmFuZG8gKGJ5IFJvbWlubykgYW5kIFN5bXBhdGljbyAoYnkgU2FjcmFtZW50byBTb25nIHh4KS4NCg0KQW1vbmdzdCB0aGUgNDkwIGN1cnJlbnRseSAgcmVnaXN0ZXJlZCBzcG9ydCBob3JzZXMgYXJlICBMYW5kc3RyZWljaGVyIChieSBMYW5kZ3JhZiBJKSwgQ2F6YXJvIChieSBDaGFtYmVydGluKSwgQ2xhaW0gQ29sbGluIChieSBDb3JyYWRvIEkpIGFuZCBDb29sIE1hbiAoYnkgQ29udGVuZGVyKSBhbGwgc3VjY2Vzc2Z1bCB1cCB0byBTLWxldmVsLiANCg0KPGlmcmFtZSB3aWR0aD0iNTYwIiBoZWlnaHQ9IjMxNSIgc3JjPSIvL3d3dy55b3V0dWJlLmNvbS9lbWJlZC9LNzA4UTR6aXBFdyIgZnJhbWVib3JkZXI9IjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=', 'PGg0PkhvbHN0ZWluLCBiYXksIEJvcm46IDIwMDgsIDE2OWNtPC9oND4NCg0KSW5zZW1pbmF0aW9uIGZlZTogNzAwIOKCrCogKG9ubHkgZnJvemVuIHNlbWVuKQ0KDQogDQpBcHBwcm92ZWQgZm9yOiBIb2xzdGVpbiwgT2xkZW5idXJnLCBPbGRlbmJ1cmctSW50ZXJuYXRpb25hbCwgV2VzdGZhbGVuIGFuZCBSaGVpbmxhbmQuIEFzIHdlbGwgYXMgYWxsIHRoZSBTb3V0aCBHZXJtYW4gU3R1ZCBCb29rcyBhbmQgdGhlIG5ld2x5IGZvcm1lZCBHZXJtYW4gU3RhdGVzIFN0dWQgQm9va3MuDQoNCiANCg0KQ2FydGhhbm8gSUkgd2FzIHRoZSBjZWxlYnJhdGVkIHByZW1pdW0gc2lyZSBhdCBoaXMgYXBwcm92YWxzIGluIEhvbHN0ZWluIGluIDIwMTAsIHNob3dpbmcgZW5vcm1vdXMgYWJpbGl0eSBpbiBoaXMgcGFjZXMsIGNvcnJlY3QgY29uZm9ybWF0aW9uLCBhbmQgYW4gYWJ1bmRhbmNlIG9mIOKAnHN0YWxsaW9uIHByZXNlbmNl4oCdLiBDYXJ0aGFubyBJSSBhbHNvIGhhcyBhbiBvdXRzdGFuZGluZyB0cm90OyB0aGlzIGlzIGR1ZSB0byBoaXMgZW5vcm1vdXNseSBwb3dlcmZ1bCBoaW5kIGxlZ3MuIEhlIGhhcyBhIGJhbGFuY2VkIGNvbnNpc3RlbnQgcmh5dGhtIGFuZCBsYXJnZSwgZmxleGlibGUgZ2FpdHMuIEhpcyBqdW1waW5nIHNjb3BlLCBnb29kIGxlZyB0ZWNobmlxdWUgYW5kIHF1aWNrIHJlYWN0aW9ucyBhdCB0aGUgZmVuY2UgYXJlIGV5ZS1jYXRjaGluZy4gV2l0aCBhbGwgdGhlc2UgYXR0cmlidXRlcywgQ2FydGhhbm8gSUkgaXMgdW5kaXNwdXRlZGx5IG9uZSBvZiB0aGUgdG9wIHN0YWxsaW9ucyBvZiBoaXMgYWdlIGdyb3VwLiANCg0KSW4gMjAxMSBDYXJ0aGFubyBJSSBjb21wbGV0ZWQgYW4gZXhjZWxsZW50IDMwLWRheS10ZXN0IGluIFp3ZWlicsO8Y2tlbi4gIEhlIGNvbmZpcm1lZCB0aGUgaGlnaCBleHBlY3RhdGlvbnMgYnkgc2NvcmluZyAxMjYgcG9pbnRzIGluIHRoZSDigJxWQS1adWNodHdlcnTigJ0gZm9yIGp1bXBpbmcuIEFsc28gd29ydGggYSBtZW50aW9uIHdhcyB0aGUgZGVzZXJ2ZWQgaGlnaCBwb2ludHMgYXdhcmRlZCBmb3IgaGlzIHdlbGwtdGVtcGVyZWQgY2hhcmFjdGVyIGFuZCBncmVhdCBhdHRpdHVkZS4gDQoNCkNhdGhhbm8gbGwgYmVnaW5zIGhpcyBwcmVwYXJhdGlvbiBmb3IgdGhlIE5hdGlvbmFsIFlvdW5nIEhvcnNlIENoYW1waW9uc2hpcHMgaW4gMjAxMyB3aXRoIGhpcyBmaXJzdCBzaG93IGp1bXBpbmcgZXZlbnRzIHRoaXMgY29taW5nIHNlYXNvbi4gICANCg0KW3RpdGxlIHNpemU9IjMiXVByb2dlbnlbL3RpdGxlXQ0KDQpXZSBhcmUgbG9va2luZyBmb3J3YXJkIHdpdGggZ3JlYXQgZXhwZWN0YXRpb24gdG8gQ2FydGhhbm/igJlzIGZpcnN0IGZvYWxzIGluIDIwMTIuIA0KDQpbaG9yc2VfZmFtaWx5X3RyZWVdDQoNCltzZXBhcmF0b3IgdG9wPSIxMCJdDQoNClt0aXRsZSBzaXplPSIzIl1QZWRpZ3JlZVsvdGl0bGVdDQoNCkNhcnRoYW5vIElJwrRzIHNpcmUsIENvbnRlbmRlciB3b24gaGlzIHN0YWxsaW9uIHBlcmZvcm1hbmNlIHRlc3QgaW4gQWRlbGhlaWRzZG9yZiBpbiAxOTg3LiBPdmVyIHRoZSB5ZWFycywgdGhlIHNvbiBvZiBDYWx5cHNvIElJIGhhcyBkZXZlbG9wZWQgaW50byBhIHZhbHVlZCBhbmQgaGlnaGx5IHJlZ2FyZGVkIGJyZWVkaW5nIHN0YWxsaW9uIHdpdGggb3ZlciBvbmUgaHVuZHJlZCBvZiBoaXMgYXBwcm92ZWQgc29ucyBhY3RpdmVseSBzZXJ2aW5nIGFyb3VuZCB0aGUgd29ybGQgdG9kYXkuIENvbnRlbmRlciBoaW1zZWxmIHdhcyBhIGxpdmluZyBsZWdlbmQuIEFtb25nc3Qgb3RoZXJzIGhlIHNpcmVkIENoZWNrbWF0ZS9NLiBNaWNoYWVscy1CZWVyYmF1bSwgdHdvLXRpbWUgd2lubmVyIG9mIHRoZSBSaWRlcnMgVG91ciBhbmQgdGVhbSBFdXJvcGVhbiBjaGFtcGlvbiwgYXMgd2VsbCBhcyBNb250ZW5kZXIvTS4gS3V0c2NoZXIgd2hvIHdvbiB0d28gT2x5bXBpYyBicm9uemUgbWVkYWxzIGluIDIwMDQgYW5kIHR3byBnb2xkIG1lZGFscyBhdCB0aGUgRXVyb3BlYW4gQ2hhbXBpb25zaGlwcyBpbiBTYW4gUGF0cmlnbmFubyAoSVRBKSBpbiAyMDA1Lg0KDQogDQoNCiANCg0KVGhlIGRhbeKAmXMgc2lyZSBDYXJ0aGFnbyBiZWdhbiBoaXMgY2FyZWVyIGF0IHRoZSBIb2xzdGVpblZlcmJhbmQsIGhlIHdlbnQgb24gdG8gcGFydGljaXBhdGUgYXQgdHdvIE9seW1waWMgR2FtZXMgd2l0aCBoaXMgcmlkZXIgSm9zIExhbnNpbmsuICBIZSBoYXMgc2lyZWQgb3ZlciB0aGlydHkgYXBwcm92ZWQgc3RhbGxpb25zIGFuZCBtYW55IGludGVybmF0aW9uYWwgdG9wIHNwb3J0IGhvcnNlcyBzdWNoIGFzIENhc2ggcmlkZGVuIGJ5IE1hcmNvIEt1dHNjaGVyLiBDYXJ0aGFnbyB3YXMgcmFua2VkIHNlY29uZCBpbiAyMDEwIG9uIHRoZSBXQkZTSC1SYW5raW5nIG9mIHRoZSB3b3JsZOKAmXMgYmVzdCBzaG93IGp1bXBpbmcgc2lyZXMgdGhhbmtzIHRvIGhpcyBzdWNjZXNzZnVsIG9mZnNwcmluZy4NCg0KQ2FydGhhbm8gSUnigJlzICBkYW0gRy1DYXRhbmlhIHByb2R1Y2VkIHRoZSB0d28gZnVsbC1icm90aGVycyBhbmQgYXBwcm92ZWQgc3RhbGxpb25zIENhcnRoYW5vIEkgYW5kIElJIGFzIHdlbGwgYXMgdHdvIHN0dWQgYm9vayBwcmVtaXVtIG1hcmVzIGFuZCBmb3VyIHNwb3J0IGhvcnNlcy4gVHdvIG9mIHdoaWNoLCBQaHlsbGlzIGFuZCBQYXVsYSwgYm90aCBzaXJlZCBieSBDYW1icmlkZ2UgaGF2ZSBiZWVuIHN1Y2Nlc3NmdWwgaW4gMS40MCBhbmQgaGlnaGVyIGp1bXBpbmcgY2xhc3Nlcy4gVGhlIHRoaXJkIG1hdGVybmFsIGRhbSwgTWVjaHRoaWxkIHNpcmVkIGJ5IFNhY3JhbWVudG8gU29uZyB4eCBwcm9kdWNlZCB0aHJlZSBzdWNjZXNzZnVsIHNwb3J0IGhvcnNlczogTGVvbmFyZG8gYnkgTGFuZG1laXN0ZXIsIENhcnRvdWNoZSBieSBDYXJkaW5hbCB1bmQgTGFzc28gYnkgTGFuZG1laXN0ZXIuDQoNClRoZSBmb2xsb3dpbmcgYXBwcm92ZWQgc3RhbGxpb25zIGFsbCBjb21lIGZyb20gdGhlIEhvbHN0ZWluIGxpbmVhZ2UgMjA2NzogQWNvbml0byAoYnkgQWNvcmFkbyksIENhbnRlcmJ1cnJ5IChieSBDYWxldHRvIEkpLCBDYW50dXJhbm8gSSBhbmQgIElJIChieSBDYW50dXJvKSwgQ2FydGhhbm8gSSBhbmQgSUkgKGJ5IENvbnRlbmRlciksIENvbiBDYWxldHRvIChieSBDb250ZW5kZXIpLCBDb24gU3Bpcml0byAoYnkgQ29udGVuZGVyKSwgQ29zaWRvIChieSBDb3NpbW8pLCBDcmlzdGlubyAoYnkgQ2FyZXRpbm8pLCBKYXF1aW5vIChieSBKYXlhZGV2byBkZSBNYWNraW5hYyksIExhbmRzdHJlaWNoZXIgKGJ5IExhbmRncmFmIEkpLCBMb3Jkb24gKGJ5IExvcmQpLCBNYXNldHRvIChieSBNb250YW51cyksIE9jdGF2aW8gKGJ5IE9nbGlvKSwgUmFuZG8gKGJ5IFJvbWlubykgYW5kIFN5bXBhdGljbyAoYnkgU2FjcmFtZW50byBTb25nIHh4KS4NCg0KQW1vbmdzdCB0aGUgNDkwIGN1cnJlbnRseSAgcmVnaXN0ZXJlZCBzcG9ydCBob3JzZXMgYXJlICBMYW5kc3RyZWljaGVyIChieSBMYW5kZ3JhZiBJKSwgQ2F6YXJvIChieSBDaGFtYmVydGluKSwgQ2xhaW0gQ29sbGluIChieSBDb3JyYWRvIEkpIGFuZCBDb29sIE1hbiAoYnkgQ29udGVuZGVyKSBhbGwgc3VjY2Vzc2Z1bCB1cCB0byBTLWxldmVsLiANCg0KPGlmcmFtZSB3aWR0aD0iNTYwIiBoZWlnaHQ9IjMxNSIgc3JjPSIvL3d3dy55b3V0dWJlLmNvbS9lbWJlZC9LNzA4UTR6aXBFdyIgZnJhbWVib3JkZXI9IjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=', 1),
|
||
(330, 80, 0, '2014-03-05 17:35:51', 'original_id', '', 0, '4970', '', 1),
|
||
(331, 80, 0, '2014-03-05 17:35:51', 'horse_categories', 'csv_base64', 1, '"Q29tcGV0aWNpw7Nu"', '', 1),
|
||
(332, 80, 0, '2014-03-05 17:35:51', 'horse_categories_ids', '', 0, '56', '', 1),
|
||
(333, 80, 0, '2014-03-05 17:35:51', 'horse_breeds', 'csv_base64', 1, '"WmFuZ2Vyc2hlaWRl"', '', 1),
|
||
(334, 80, 0, '2014-03-05 17:35:51', 'horse_breeds_ids', '', 0, '64', '', 1),
|
||
(335, 80, 0, '2014-03-05 17:35:51', 'horse_genders', 'csv_base64', 1, '"U2VtZW50YWw="', '', 1),
|
||
(336, 80, 0, '2014-03-05 17:35:51', 'horse_genders_ids', '', 0, '57', '', 1),
|
||
(337, 81, 0, '2014-03-05 17:36:33', 'title', 'base64', 1, 'Q3Jpc3RhbGxv', 'Q3Jpc3RhbGxv', 1),
|
||
(338, 81, 0, '2014-03-05 17:36:33', 'body', 'base64', 1, 'PGg0Pldlc3RmYWxlIC0gZ3JleSAtIDIwMDcgLSAxNi4zIMK9IGhhbmRzPC9oND4NCg0KQnJlZWRlcjogRHIuIEF4ZWwgU2NodWVybmVyLCBOaWRlZ2dlbiwgR2VybWFueSANCg0KQXBwcm92ZWQgZm9yIEhhbm92ZXIsIE9TLCBNZWNrbGVuYnVyZywgUmhpbmVsYW5kLCBXZXN0cGhhbGlhIGFuZCBhbGwgU291dGhlcm4gR2VybWFuIFZlcmJhbmRzLg0KT3RoZXIgVmVyYmFuZHMgb24gcmVxdWVzdCENCg0KSW5zZW1pbmF0aW9uIGZlZTogNTAwIOKCrCogKyBJbi1mb2FsIGZlZTogNTAwIOKCrCogKEZTICsgVEcpDQoNCkZvcmVpZ24gY3VzdG9tZXJzIG11c3QgcGF5IGZ1bGwgc3R1ZCBmZWUgaW4gYWR2YW5jZS4gUmVmdW5kIG9mIHRoZSBoYWxmIGF0IG5vbi1wcmVnbmFuY3kuDQoNCk9yZGVycyBmb3IgZnJlc2ggc2VtZW4gbXVzdCBiZSByZWNlaXZlZCBieSA5OjAwIGEubS4gdGhlIGRheSBiZWZvcmUgc2luY2UgdGhlIHN0YWxsaW9uIGlzIHN0YXRpb25lZCBpbiBJdGFseSENCg0KIA0KDQpBbHRob3VnaCBDcmlzdGFsbG8gSSwgd2hvIGlzIGFsc28gc3RhdGlvbmVkIGluIFJpZXNlbmJlY2ssIGlzIGFscmVhZHkgc3VjY2Vzc2Z1bCBpbnRlcm5hdGlvbmFsbHksIENyaXN0YWxsbyBJSSBpcyBqdXN0IGFzIGdvb2QgYXMgaGlzIGZ1bGwgYnJvdGhlciBpbiBldmVyeSB3YXkuIEluIDIwMDkgQ3Jpc3RhbGxvIElJIGxlZnQgdGhlIE5SVyBsaWNlbnNpbmcgdmVudWUgaW4gTcO8bnN0ZXItSGFuZG9yZiBhcyB0aGUgY2VsZWJyYXRlZCBqdW1wZXIgY2hhbXBpb24gYW5kIHBhc3NlZCBoaXMgc3RhbGxpb24gcGVyZm9ybWFuY2UgdGVzdCBpbiAyMDEwIGF0IHRoZSBzYW1lIHZlbnVlIGFzIHRoZSByZXNlcnZlIGNoYW1waW9uIGp1bXBlciB3aXRoIGhpZ2ggc2NvcmVzIGZvciBoaXMgZ2FpdHMgYW5kIHJpZGVhYmlsaXR5LiBJbiAyMDExIGhlIHRvb2sgc2lsdmVyIGF0IHRoZSBXZXN0cGhhbGlhbiBDaGFtcGlvbnNoaXBzICg0LXllYXIgb2xkcykgYW5kIGluIDIwMTIgaGUgcXVhbGlmaWVkIGZvciB0aGUgQnVuZGVzY2hhbXBpb25hdC4gDQoNClt0aXRsZSBzaXplPSIzIl1Qcm9nZW55Wy90aXRsZV0NCg0KQ3Jpc3RhbGxvIElJ4oCZcyBvZmZzcHJpbmcgZXhjZWVkZWQgYWxsIGV4cGVjdGF0aW9ucy4gSGlzIGZvYWxzIGFyZSBwbGVhc2luZyB3aXRoIHRoZWlyIG1vZGVybiBsb29rcywgZ2VuZXJvdXMgbGluZXMgYW5kIHdvbmRlcmZ1bGx5IHN1cHBsZSBtb3ZlbWVudHMuIE1hbnkgb2YgdGhlbSBoYXZlIGJlZW4gYWRtaXR0ZWQgdG8gYXVjdGlvbnMuIA0KDQpbaG9yc2VfZmFtaWx5X3RyZWVdDQoNCltzZXBhcmF0b3IgdG9wPSIxMCJdDQoNClt0aXRsZSBzaXplPSIzIl1QZWRpZ3JlZVsvdGl0bGVdDQoNCkhpcyBzaXJlIENvcm5ldCBPYm9sZW5za3kgaGFzIGNvbnNpZGVyYWJseSBpbmZsdWVuY2VkIG1vZGVybi1kYXkganVtcGVyIGJyZWVkaW5nLiBKdXN0IGxpa2UgdGhlIGRhbeKAmXMgc2lyZSBDYXNzaW5pIEksIGhlIGhhcyBhbiBvdXRzdGFuZGluZyBwZXJmb3JtYW5jZSBhbmQgYnJlZWRpbmcgcmVjb3JkLiANCg0KQ3Jpc3RhbGxv4oCZcyBkYW0gQ2Fzc2llIHBsYWNlZCBpbiBzaG93IGp1bXBpbmcgdXAgdG8gbWVkaXVtIChNKSBsZXZlbCB1bmRlciBoZXIgc3BvcnQgbmFtZSBDYXNjYXZlbGxhLiBIZXIgc29uIENyaXN0YWxsbyBJIHdhcyBhIE5SVyBwcmVtaXVtIHN0YWxsaW9uLCB3b24gaGlzIHN0YWxsaW9uIHBlcmZvcm1hbmNlIHRlc3QsIHdhcyBXZXN0cGhhbGlhbiBKdW1wZXIgQ2hhbXBpb24sIHBhcnRpY2lwYXRlZCBpbiB0aGUgQnVuZGVzY2hhbXBpb25hdCBGaW5hbHMgdHdpY2UgYW5kIG1lYW53aGlsZSB3aW5zIHJpYmJvbnMgaW4gaW50ZXJuYXRpb25hbCBjb21wZXRpdGlvbnMuIA0KDQpIaXMgZ3JhbmRkYW0gUHJvZmlsZGEgd2FzIHN1Y2Nlc3NmdWwgaW4gc2hvdyBqdW1waW5nIHVwIHRvIGFkdmFuY2VkIChTKSBsZXZlbCB1bmRlciBoZXIgc3BvcnQgbmFtZSBQYXBheWEgYmVmb3JlIHNoZSBnYXZlIGJpcnRoIHRvIGEgbWVkaXVtIChNKSBsZXZlbCBzaG93IGp1bXBlciBuYW1lZCBDb3NpbWEgKGJ5IENhbGlkbyBJKS4gUHJvZmlsZGEgaXMgYSBmdWxsIHNpc3RlciBvZiBhIGxpY2Vuc2VkIHN0YWxsaW9uIG5hbWVkIFBvY2FsaW5vIChieSBQb2x5ZG9yKSwgd2l0aCB3aG9tIEplbnMgRHVtbWV5ZXIgcGxhY2VkIGluIGludGVybmF0aW9uYWwgY29tcGV0aXRpb25zLCBhbmQgb2YgYSBtZWRpdW0gKE0pIGxldmVsIHNob3cganVtcGVyIG5hbWVkIFBhZ2FuaW5pIGFzIHdlbGwgYXMgYSBoYWxmLXNpc3RlciBvZiB0aGUgU3RhdGUgUHJlbWl1bSBtYXJlcyBMZXRpY2lhIChieSBMYW5jZXIgSUlJKSBhbmQgQ2VsZXN0aW5lIChieSBDb3JuZXQgT2JvbGVuc2t5KS4gVGhlIFdlc3RwaGFsaWFuIEFsbWZlZSBsaW5lIGFsc28gcHJvZHVjZWQgdGhlIHNpcmVzIEFwYXJ0b3MsIEF2b2NhZG8sIEF5ZXJzIFJvY2ssIERpc25leSwgUGFwYWdlbm8sIFBhcmxhbmRvIEkgYW5kIElJIGFuZCBQYXN0ZWxsIGFzIHdlbGwgYXMgdGhlIDIwMDkgQnVuZGVzY2hhbXBpb24gb2YgZm91ci15ZWFyIG9sZCBtYXJlcyBhbmQgZ2VsZGluZ3MsIFByZXppb3NhLg0KDQpQZXJmb3JtYW5jZSBsaW5lIG9mICBBbG1mZWUgDQoNCjxpZnJhbWUgd2lkdGg9IjU2MCIgaGVpZ2h0PSIzMTUiIHNyYz0iLy93d3cueW91dHViZS5jb20vZW1iZWQvSzcwOFE0emlwRXciIGZyYW1lYm9yZGVyPSIwIiBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+', 'PGg0Pldlc3RmYWxlIC0gZ3JleSAtIDIwMDcgLSAxNi4zIMK9IGhhbmRzPC9oND4NCg0KQnJlZWRlcjogRHIuIEF4ZWwgU2NodWVybmVyLCBOaWRlZ2dlbiwgR2VybWFueSANCg0KQXBwcm92ZWQgZm9yIEhhbm92ZXIsIE9TLCBNZWNrbGVuYnVyZywgUmhpbmVsYW5kLCBXZXN0cGhhbGlhIGFuZCBhbGwgU291dGhlcm4gR2VybWFuIFZlcmJhbmRzLg0KT3RoZXIgVmVyYmFuZHMgb24gcmVxdWVzdCENCg0KSW5zZW1pbmF0aW9uIGZlZTogNTAwIOKCrCogKyBJbi1mb2FsIGZlZTogNTAwIOKCrCogKEZTICsgVEcpDQoNCkZvcmVpZ24gY3VzdG9tZXJzIG11c3QgcGF5IGZ1bGwgc3R1ZCBmZWUgaW4gYWR2YW5jZS4gUmVmdW5kIG9mIHRoZSBoYWxmIGF0IG5vbi1wcmVnbmFuY3kuDQoNCk9yZGVycyBmb3IgZnJlc2ggc2VtZW4gbXVzdCBiZSByZWNlaXZlZCBieSA5OjAwIGEubS4gdGhlIGRheSBiZWZvcmUgc2luY2UgdGhlIHN0YWxsaW9uIGlzIHN0YXRpb25lZCBpbiBJdGFseSENCg0KIA0KDQpBbHRob3VnaCBDcmlzdGFsbG8gSSwgd2hvIGlzIGFsc28gc3RhdGlvbmVkIGluIFJpZXNlbmJlY2ssIGlzIGFscmVhZHkgc3VjY2Vzc2Z1bCBpbnRlcm5hdGlvbmFsbHksIENyaXN0YWxsbyBJSSBpcyBqdXN0IGFzIGdvb2QgYXMgaGlzIGZ1bGwgYnJvdGhlciBpbiBldmVyeSB3YXkuIEluIDIwMDkgQ3Jpc3RhbGxvIElJIGxlZnQgdGhlIE5SVyBsaWNlbnNpbmcgdmVudWUgaW4gTcO8bnN0ZXItSGFuZG9yZiBhcyB0aGUgY2VsZWJyYXRlZCBqdW1wZXIgY2hhbXBpb24gYW5kIHBhc3NlZCBoaXMgc3RhbGxpb24gcGVyZm9ybWFuY2UgdGVzdCBpbiAyMDEwIGF0IHRoZSBzYW1lIHZlbnVlIGFzIHRoZSByZXNlcnZlIGNoYW1waW9uIGp1bXBlciB3aXRoIGhpZ2ggc2NvcmVzIGZvciBoaXMgZ2FpdHMgYW5kIHJpZGVhYmlsaXR5LiBJbiAyMDExIGhlIHRvb2sgc2lsdmVyIGF0IHRoZSBXZXN0cGhhbGlhbiBDaGFtcGlvbnNoaXBzICg0LXllYXIgb2xkcykgYW5kIGluIDIwMTIgaGUgcXVhbGlmaWVkIGZvciB0aGUgQnVuZGVzY2hhbXBpb25hdC4gDQoNClt0aXRsZSBzaXplPSIzIl1Qcm9nZW55Wy90aXRsZV0NCg0KQ3Jpc3RhbGxvIElJ4oCZcyBvZmZzcHJpbmcgZXhjZWVkZWQgYWxsIGV4cGVjdGF0aW9ucy4gSGlzIGZvYWxzIGFyZSBwbGVhc2luZyB3aXRoIHRoZWlyIG1vZGVybiBsb29rcywgZ2VuZXJvdXMgbGluZXMgYW5kIHdvbmRlcmZ1bGx5IHN1cHBsZSBtb3ZlbWVudHMuIE1hbnkgb2YgdGhlbSBoYXZlIGJlZW4gYWRtaXR0ZWQgdG8gYXVjdGlvbnMuIA0KDQpbaG9yc2VfZmFtaWx5X3RyZWVdDQoNCltzZXBhcmF0b3IgdG9wPSIxMCJdDQoNClt0aXRsZSBzaXplPSIzIl1QZWRpZ3JlZVsvdGl0bGVdDQoNCkhpcyBzaXJlIENvcm5ldCBPYm9sZW5za3kgaGFzIGNvbnNpZGVyYWJseSBpbmZsdWVuY2VkIG1vZGVybi1kYXkganVtcGVyIGJyZWVkaW5nLiBKdXN0IGxpa2UgdGhlIGRhbeKAmXMgc2lyZSBDYXNzaW5pIEksIGhlIGhhcyBhbiBvdXRzdGFuZGluZyBwZXJmb3JtYW5jZSBhbmQgYnJlZWRpbmcgcmVjb3JkLiANCg0KQ3Jpc3RhbGxv4oCZcyBkYW0gQ2Fzc2llIHBsYWNlZCBpbiBzaG93IGp1bXBpbmcgdXAgdG8gbWVkaXVtIChNKSBsZXZlbCB1bmRlciBoZXIgc3BvcnQgbmFtZSBDYXNjYXZlbGxhLiBIZXIgc29uIENyaXN0YWxsbyBJIHdhcyBhIE5SVyBwcmVtaXVtIHN0YWxsaW9uLCB3b24gaGlzIHN0YWxsaW9uIHBlcmZvcm1hbmNlIHRlc3QsIHdhcyBXZXN0cGhhbGlhbiBKdW1wZXIgQ2hhbXBpb24sIHBhcnRpY2lwYXRlZCBpbiB0aGUgQnVuZGVzY2hhbXBpb25hdCBGaW5hbHMgdHdpY2UgYW5kIG1lYW53aGlsZSB3aW5zIHJpYmJvbnMgaW4gaW50ZXJuYXRpb25hbCBjb21wZXRpdGlvbnMuIA0KDQpIaXMgZ3JhbmRkYW0gUHJvZmlsZGEgd2FzIHN1Y2Nlc3NmdWwgaW4gc2hvdyBqdW1waW5nIHVwIHRvIGFkdmFuY2VkIChTKSBsZXZlbCB1bmRlciBoZXIgc3BvcnQgbmFtZSBQYXBheWEgYmVmb3JlIHNoZSBnYXZlIGJpcnRoIHRvIGEgbWVkaXVtIChNKSBsZXZlbCBzaG93IGp1bXBlciBuYW1lZCBDb3NpbWEgKGJ5IENhbGlkbyBJKS4gUHJvZmlsZGEgaXMgYSBmdWxsIHNpc3RlciBvZiBhIGxpY2Vuc2VkIHN0YWxsaW9uIG5hbWVkIFBvY2FsaW5vIChieSBQb2x5ZG9yKSwgd2l0aCB3aG9tIEplbnMgRHVtbWV5ZXIgcGxhY2VkIGluIGludGVybmF0aW9uYWwgY29tcGV0aXRpb25zLCBhbmQgb2YgYSBtZWRpdW0gKE0pIGxldmVsIHNob3cganVtcGVyIG5hbWVkIFBhZ2FuaW5pIGFzIHdlbGwgYXMgYSBoYWxmLXNpc3RlciBvZiB0aGUgU3RhdGUgUHJlbWl1bSBtYXJlcyBMZXRpY2lhIChieSBMYW5jZXIgSUlJKSBhbmQgQ2VsZXN0aW5lIChieSBDb3JuZXQgT2JvbGVuc2t5KS4gVGhlIFdlc3RwaGFsaWFuIEFsbWZlZSBsaW5lIGFsc28gcHJvZHVjZWQgdGhlIHNpcmVzIEFwYXJ0b3MsIEF2b2NhZG8sIEF5ZXJzIFJvY2ssIERpc25leSwgUGFwYWdlbm8sIFBhcmxhbmRvIEkgYW5kIElJIGFuZCBQYXN0ZWxsIGFzIHdlbGwgYXMgdGhlIDIwMDkgQnVuZGVzY2hhbXBpb24gb2YgZm91ci15ZWFyIG9sZCBtYXJlcyBhbmQgZ2VsZGluZ3MsIFByZXppb3NhLg0KDQpQZXJmb3JtYW5jZSBsaW5lIG9mICBBbG1mZWUgDQoNCjxpZnJhbWUgd2lkdGg9IjU2MCIgaGVpZ2h0PSIzMTUiIHNyYz0iLy93d3cueW91dHViZS5jb20vZW1iZWQvSzcwOFE0emlwRXciIGZyYW1lYm9yZGVyPSIwIiBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+', 1),
|
||
(339, 81, 0, '2014-03-05 17:36:33', 'original_id', '', 0, '4971', '', 1),
|
||
(340, 81, 0, '2014-03-05 17:36:33', 'horse_categories', 'csv_base64', 1, '"Q29tcGV0aWNpw7Nu"', '', 1),
|
||
(341, 81, 0, '2014-03-05 17:36:33', 'horse_categories_ids', '', 0, '56', '', 1),
|
||
(342, 81, 0, '2014-03-05 17:36:33', 'horse_breeds', 'csv_base64', 1, '"V2VzdHBoYWxpYW4="', '', 1),
|
||
(343, 81, 0, '2014-03-05 17:36:33', 'horse_breeds_ids', '', 0, '61', '', 1),
|
||
(344, 81, 0, '2014-03-05 17:36:33', 'horse_genders', 'csv_base64', 1, '"Q2Fww7Nu"', '', 1),
|
||
(345, 81, 0, '2014-03-05 17:36:33', 'horse_genders_ids', '', 0, '59', '', 1),
|
||
(346, 82, 0, '2014-03-05 17:37:17', 'title', 'base64', 1, 'Q2Fycmljbw==', 'Q2Fycmljbw==', 1),
|
||
(347, 82, 0, '2014-03-05 17:37:17', 'body', 'base64', 1, 'PGg0PkhvbHN0ZWluZXIgLSBMaW5lIDQ3MDUgLSBiYXkgLSAyMDAzIC0gIDE2LjMgwr0gaGFuZHMgPC9oND4NCkJyZWVkZXI6IFBldGVyIELDtmdlLCBTY2jDtm5ob3JzdCwgR2VybWFueQ0KDQpBcHByb3ZlZCBmb3IgSGFub3ZlciwgSG9sc3RlaW4sIE9TLCBNZWNrbGVuYnVyZywgUmhpbmVsYW5kLCBXZXN0cGhhbGlhIGFuZCBhbGwgU291dGhlcm4gR2VybWFuIFZlcmJhbmRzLmFzIHdlbGwgYXMgRGVubWFyaywgU3dlZGVuIGFuZCBGcmFuY2UuDQoNCkluc2VtaW5hdGlvbiBmZWU6IDUwMCDigqwqICsgSW4tZm9hbCBmZWU6IDUwMCDigqwqIChGUyArIFRHKQ0KDQpGb3JlaWduIGN1c3RvbWVycyBtdXN0IHBheSBmdWxsIHN0dWQgZmVlIGluIGFkdmFuY2UuIFJlZnVuZCBvZiB0aGUgaGFsZiBhdCBub24tcHJlZ25hbmN5DQoNCkNhcnJpY28gaGFzIG5vdyBiZWNvbWUgZmlybWx5IGVzdGFibGlzaGVkIGluIHVwcGVyIGxldmVsLCBpbnRlcm5hdGlvbmFsIHNob3cganVtcGluZyBhZnRlciBwbGFjaW5nIGluIERvcnRtdW5kLCBIYWdlbiBhLlQuVy4sIENoYW50aWxseS9GUkEsIE3DvG5zdGVyLCBQYWRlcmJvcm4gYW5kIE5ldW3DvG5zdGVyIHVuZGVyIFBoaWxpcHAgV2Vpc2hhdXB0IGFuZCBIZW5yaWsgdm9uIEVja2VybWFubi9TV0UuDQoNCkF3YXJkZWQgYSBwcmVtaXVtIGluIDIwMDUgaW4gTmV1bcO8bnN0ZXIsIENhcnJpY28gdGhlbiB0b29rIGhpcyBzdGFsbGlvbiBwZXJmb3JtYW5jZSB0ZXN0IGluIFJlZGVmaW4gd2hlcmUgaGUgd29uIHRoZSBqdW1waW5nIGFzIHdlbGwgYXMgdGhlIGRyZXNzYWdlIGluZGV4LCBmaW5pc2hpbmcgZmlyc3Qgb3ZlcmFsbC4gSW4gMjAwOCBoZSB3b24gYSBxdWFsaWZpZXIgYXQgdGhlIEJ1bmRlc2NoYW1waW9uYXQgd2l0aCBhIDkuNSBhbmQgaW4gMjAwOSBoZSBwbGFjZWQgaW4gdGhlIEZpbmFsIGZvciBzaXgteWVhciBvbGQgc2hvdyBqdW1wZXJzIGluIFdhcmVuZG9yZi4gQXQgdGhlIGFnZSBvZiBqdXN0IHNldmVuLCBoZSB3b24gaGlzIGZpcnN0IHJpYmJvbnMgaW4gYWR2YW5jZWQgbGV2ZWwgY2xhc3Nlcy4NCg0KW2hvcnNlX2ZhbWlseV90cmVlXQ0KDQpbc2VwYXJhdG9yIHRvcD0iMTAiXQ==', 'PGg0PkhvbHN0ZWluZXIgLSBMaW5lIDQ3MDUgLSBiYXkgLSAyMDAzIC0gIDE2LjMgwr0gaGFuZHMgPC9oND4NCkJyZWVkZXI6IFBldGVyIELDtmdlLCBTY2jDtm5ob3JzdCwgR2VybWFueQ0KDQpBcHByb3ZlZCBmb3IgSGFub3ZlciwgSG9sc3RlaW4sIE9TLCBNZWNrbGVuYnVyZywgUmhpbmVsYW5kLCBXZXN0cGhhbGlhIGFuZCBhbGwgU291dGhlcm4gR2VybWFuIFZlcmJhbmRzLmFzIHdlbGwgYXMgRGVubWFyaywgU3dlZGVuIGFuZCBGcmFuY2UuDQoNCkluc2VtaW5hdGlvbiBmZWU6IDUwMCDigqwqICsgSW4tZm9hbCBmZWU6IDUwMCDigqwqIChGUyArIFRHKQ0KDQpGb3JlaWduIGN1c3RvbWVycyBtdXN0IHBheSBmdWxsIHN0dWQgZmVlIGluIGFkdmFuY2UuIFJlZnVuZCBvZiB0aGUgaGFsZiBhdCBub24tcHJlZ25hbmN5DQoNCkNhcnJpY28gaGFzIG5vdyBiZWNvbWUgZmlybWx5IGVzdGFibGlzaGVkIGluIHVwcGVyIGxldmVsLCBpbnRlcm5hdGlvbmFsIHNob3cganVtcGluZyBhZnRlciBwbGFjaW5nIGluIERvcnRtdW5kLCBIYWdlbiBhLlQuVy4sIENoYW50aWxseS9GUkEsIE3DvG5zdGVyLCBQYWRlcmJvcm4gYW5kIE5ldW3DvG5zdGVyIHVuZGVyIFBoaWxpcHAgV2Vpc2hhdXB0IGFuZCBIZW5yaWsgdm9uIEVja2VybWFubi9TV0UuDQoNCkF3YXJkZWQgYSBwcmVtaXVtIGluIDIwMDUgaW4gTmV1bcO8bnN0ZXIsIENhcnJpY28gdGhlbiB0b29rIGhpcyBzdGFsbGlvbiBwZXJmb3JtYW5jZSB0ZXN0IGluIFJlZGVmaW4gd2hlcmUgaGUgd29uIHRoZSBqdW1waW5nIGFzIHdlbGwgYXMgdGhlIGRyZXNzYWdlIGluZGV4LCBmaW5pc2hpbmcgZmlyc3Qgb3ZlcmFsbC4gSW4gMjAwOCBoZSB3b24gYSBxdWFsaWZpZXIgYXQgdGhlIEJ1bmRlc2NoYW1waW9uYXQgd2l0aCBhIDkuNSBhbmQgaW4gMjAwOSBoZSBwbGFjZWQgaW4gdGhlIEZpbmFsIGZvciBzaXgteWVhciBvbGQgc2hvdyBqdW1wZXJzIGluIFdhcmVuZG9yZi4gQXQgdGhlIGFnZSBvZiBqdXN0IHNldmVuLCBoZSB3b24gaGlzIGZpcnN0IHJpYmJvbnMgaW4gYWR2YW5jZWQgbGV2ZWwgY2xhc3Nlcy4NCg0KW2hvcnNlX2ZhbWlseV90cmVlXQ0KDQpbc2VwYXJhdG9yIHRvcD0iMTAiXQ==', 1),
|
||
(348, 82, 0, '2014-03-05 17:37:17', 'original_id', '', 0, '4953', '', 1),
|
||
(349, 82, 0, '2014-03-05 17:37:17', 'horse_categories', 'csv_base64', 1, '"Q3LDrWE="', '', 1),
|
||
(350, 82, 0, '2014-03-05 17:37:17', 'horse_categories_ids', '', 0, '55', '', 1),
|
||
(351, 82, 0, '2014-03-05 17:37:17', 'horse_breeds', 'csv_base64', 1, '"Q3J1emFkbw=="', '', 1),
|
||
(352, 82, 0, '2014-03-05 17:37:17', 'horse_breeds_ids', '', 0, '63', '', 1),
|
||
(353, 82, 0, '2014-03-05 17:37:17', 'horse_genders', 'csv_base64', 1, '"Q2Fww7Nu"', '', 1),
|
||
(354, 82, 0, '2014-03-05 17:37:17', 'horse_genders_ids', '', 0, '59', '', 1),
|
||
(355, 83, 0, '2014-03-05 17:38:20', 'title', 'base64', 1, 'SMOpcmN1bGVz', 'SMOpcmN1bGVz', 1);
|
||
INSERT INTO `drgrp_icl_translate` (`tid`, `job_id`, `content_id`, `timestamp`, `field_type`, `field_format`, `field_translate`, `field_data`, `field_data_translated`, `field_finished`) VALUES
|
||
(356, 83, 0, '2014-03-05 17:38:20', 'body', 'base64', 1, 'PGg0Pldlc3RwaGFsaWFuIC0gZ3JpcyAtIDIwMTIgLSAxNi4yIGhhbmRzPC9oND4NCg0KPHN0cm9uZz5Ob21icmU8L3N0cm9uZz46IEjDqXJjdWxlcw0KPHN0cm9uZz5Bw7FvIGRlIG5hY2ltaWVudG88L3N0cm9uZz46IDIwMTIgDQo8c3Ryb25nPkNhcGE8L3N0cm9uZz46IGdyaXMgDQoNClt0aXRsZSBzaXplPSIzIl1Qcm9nZW55Wy90aXRsZV0NCg0KSGlnaGx5IHJlZmluZWQgaGltc2VsZiwgdGhlIGNoYXJtaW5nIEJsYWNrIEphY2sgbm90IG9ubHkgcGFzc2VzIG9uIGhpcyBnb29kIGxvb2tzIGJ1dCBhbHNvIGhpcyBhYmlsaXR5IHRvIGp1bXAsIGhpcyBxdWFsaXR5IG1vdmVtZW50cyBhbmQgcmlkZWFiaWxpdHkuIEhpcyBmaXJzdCBzb25zIGFuZCBkYXVnaHRlcnMsIG5vdyB1bmRlciBzYWRkbGUsIG1ha2UgYSBoaWdobHkgcHJvbWlzaW5nIGltcHJlc3Npb24uIA0KDQpCbGFjayBKYWNr4oCZcyBmb2FscyBxdWlja2x5IGZpbmQgYnV5ZXJzLiBIaXMgc29uIEJvcsOpYWwgZGVzIFByw6lzIHdhcyBzb2xkIGZvciAxMiw1MDAgU3dpc3MgRnJhbmNzIGluIDIwMTIgYXQgdGhlIFNwb3J0IEZvYWxzIEF1Y3Rpb24gaW4gU3Vyc2VlL1NVSS4gDQoNCltob3JzZV9mYW1pbHlfdHJlZV0NCg0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCg0KW3RpdGxlIHNpemU9IjMiXVBlZGlncmVlWy90aXRsZV0NCg0KSGlzIHNpcmUgQmFsb3ViZXQgZHUgUm91ZXQgd29uIGluZGl2aWR1YWwgT2x5bXBpYyBnb2xkIHdpdGggUm9kcmlnbyBQZXNzb2EvQlJBIGluIDIwMDQgb24gdGhlIGNvdXJzZSBvZiBBdGhlbnMvR1JFLiBIZSBhbHNvIHRvb2sgdGhlIFdvcmxkIEN1cCB0aXRsZSB0aHJlZSB0aW1lcyBpbiBhIHJvdyBhbmQgd29uIHRoZSB1bm9mZmljaWFsIGluZG9vciBXb3JsZCBDaGFtcGlvbnNoaXBzIHR3aWNlIGluIDIwMDIgYW5kIDIwMDMuIFRoZSBjaGVzdG51dCBTZWxsZSBGcmFuY2FpcyBzdGFsbGlvbiB3aG8gYWdhaW4gbGVhZHMgdGhlIFdCRlNIICAoV29ybGQgQnJlZWRpbmcgRmVkZXJhdGlvbiBmb3IgU3BvcnQgSG9yc2VzKSByYW5raW5nIG9mIHRoZSB3b3JsZOKAmXMgYmVzdCBqdW1wZXItbWFrZXJzIOKAkyBhbHNvIHRoYW5rcyB0byBDaGFtYW4gd2hvIGlzIGFsc28gc3RhdGlvbmVkIGluIFJpZXNlbmJlY2sg4oCTIGlzIGEgR2Fsb3ViZXQgQSBzb24uIEdhbG91YmV0IEEsIGEgc29uIG9mIHRoZSB0cmFkZW1hcmsgc3RhbGxpb24gQWxtw6kgWiB3aG8gd2FzIG9uIHRoZSBGcmVuY2ggZ29sZCB3aW5uaW5nIHRlYW0gYXQgdGhlIDE5ODIgV29ybGQgQ2hhbXBpb25zaGlwcyBvZiBEdWJsaW4vSVJMIHdpdGggR2lsbGVzIEJlcnRyYW5kIGRlIEJhbGxhbmRhLCB3b24gdGhlIEZyZW5jaCBDaGFtcGlvbnNoaXBzIHNldmVyYWwgdGltZXMgYW5kIGNvbGxlY3RlZCBkb3plbnMgb2YgZmlyc3QgcGxhY2UgcmliYm9ucyBpbiBOYXRpb25zIEN1cHMgYW5kICBHcmFuZCBQcml4LiBNb3JlIHRoYW4gMzAgb2YgaGlzIHNvbnMgYXJlIGFjdGl2ZSBpbiBicmVlZGluZywgaW5jbHVkaW5nIFXigJlHcmFuZCBKZXRlLCBFb2xlIGFuZCBNZXJlZGl0aCBNaWNoYWVscy1CZWVyYmF1beKAmXMgUXVpY2sgU3Rhci4NCg0KSGlzIGRhbSBTdC5Qci5TdC4gV2luemVyaW4sIHdobyBwYXNzZWQgaGVyIGJyb29kbWFyZSBwZXJmb3JtYW5jZSB0ZXN0IHdpdGggb3V0c3RhbmRpbmcgc2NvcmVzLCBpcyBhbHNvIHRoZSBkYW0gb2YgIEd1dCBOZXVlbmhvZnMgTGV2YW50YWRvcyAoYnkgTGFuY2VyIElJKSB3aG8gd2lucyBzaG93IGp1bXBpbmcgY2xhc3NlcyB1cCB0byBhZHZhbmNlZCAoUyoqKikgbGV2ZWwsIGFzIHdlbGwgYXMgYSBzZXZlbi15ZWFyIG9sZCBmdWxsIHNpc3RlciBvZiBCYWxvdXRlbGxpIG5hbWVkIEd1dCBOZXVlbmhvZnMgQmFjYXJvbGUvSGVucmlrIHZvbiBFY2tlcm1hbm4vU1dFIHdobyBpcyBhbHNvIGhpZ2hseSBzdWNjZXNzZnVsIGluIGludGVybmF0aW9uYWwgY29tcGV0aXRpb25zLCBhbmQgIEd1dCBOZXVlbmhvZnMgQ2F0eSAoYnkgQ3Jpc3RhbGxvIEkpIHdobyBxdWFsaWZpZWQgZm9yIHRoZSBCdW5kZXNjaGFtcGlvbmF0Lg0KDQo8aWZyYW1lIHdpZHRoPSI1NjAiIGhlaWdodD0iMzE1IiBzcmM9Ii8vd3d3LnlvdXR1YmUtbm9jb29raWUuY29tL2VtYmVkL3RGSkdnRWF4cjZFP2xpc3Q9VVUwSGwxMk9TVlZ1SWFYMEhVeG1PdGFRIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==', 'PGg0Pldlc3RwaGFsaWFuIC0gZ3JpcyAtIDIwMTIgLSAxNi4yIGhhbmRzPC9oND4NCg0KPHN0cm9uZz5Ob21icmU8L3N0cm9uZz46IEjDqXJjdWxlcw0KPHN0cm9uZz5Bw7FvIGRlIG5hY2ltaWVudG88L3N0cm9uZz46IDIwMTIgDQo8c3Ryb25nPkNhcGE8L3N0cm9uZz46IGdyaXMgDQoNClt0aXRsZSBzaXplPSIzIl1Qcm9nZW55Wy90aXRsZV0NCg0KSGlnaGx5IHJlZmluZWQgaGltc2VsZiwgdGhlIGNoYXJtaW5nIEJsYWNrIEphY2sgbm90IG9ubHkgcGFzc2VzIG9uIGhpcyBnb29kIGxvb2tzIGJ1dCBhbHNvIGhpcyBhYmlsaXR5IHRvIGp1bXAsIGhpcyBxdWFsaXR5IG1vdmVtZW50cyBhbmQgcmlkZWFiaWxpdHkuIEhpcyBmaXJzdCBzb25zIGFuZCBkYXVnaHRlcnMsIG5vdyB1bmRlciBzYWRkbGUsIG1ha2UgYSBoaWdobHkgcHJvbWlzaW5nIGltcHJlc3Npb24uIA0KDQpCbGFjayBKYWNr4oCZcyBmb2FscyBxdWlja2x5IGZpbmQgYnV5ZXJzLiBIaXMgc29uIEJvcsOpYWwgZGVzIFByw6lzIHdhcyBzb2xkIGZvciAxMiw1MDAgU3dpc3MgRnJhbmNzIGluIDIwMTIgYXQgdGhlIFNwb3J0IEZvYWxzIEF1Y3Rpb24gaW4gU3Vyc2VlL1NVSS4gDQoNCltob3JzZV9mYW1pbHlfdHJlZV0NCg0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCg0KW3RpdGxlIHNpemU9IjMiXVBlZGlncmVlWy90aXRsZV0NCg0KSGlzIHNpcmUgQmFsb3ViZXQgZHUgUm91ZXQgd29uIGluZGl2aWR1YWwgT2x5bXBpYyBnb2xkIHdpdGggUm9kcmlnbyBQZXNzb2EvQlJBIGluIDIwMDQgb24gdGhlIGNvdXJzZSBvZiBBdGhlbnMvR1JFLiBIZSBhbHNvIHRvb2sgdGhlIFdvcmxkIEN1cCB0aXRsZSB0aHJlZSB0aW1lcyBpbiBhIHJvdyBhbmQgd29uIHRoZSB1bm9mZmljaWFsIGluZG9vciBXb3JsZCBDaGFtcGlvbnNoaXBzIHR3aWNlIGluIDIwMDIgYW5kIDIwMDMuIFRoZSBjaGVzdG51dCBTZWxsZSBGcmFuY2FpcyBzdGFsbGlvbiB3aG8gYWdhaW4gbGVhZHMgdGhlIFdCRlNIICAoV29ybGQgQnJlZWRpbmcgRmVkZXJhdGlvbiBmb3IgU3BvcnQgSG9yc2VzKSByYW5raW5nIG9mIHRoZSB3b3JsZOKAmXMgYmVzdCBqdW1wZXItbWFrZXJzIOKAkyBhbHNvIHRoYW5rcyB0byBDaGFtYW4gd2hvIGlzIGFsc28gc3RhdGlvbmVkIGluIFJpZXNlbmJlY2sg4oCTIGlzIGEgR2Fsb3ViZXQgQSBzb24uIEdhbG91YmV0IEEsIGEgc29uIG9mIHRoZSB0cmFkZW1hcmsgc3RhbGxpb24gQWxtw6kgWiB3aG8gd2FzIG9uIHRoZSBGcmVuY2ggZ29sZCB3aW5uaW5nIHRlYW0gYXQgdGhlIDE5ODIgV29ybGQgQ2hhbXBpb25zaGlwcyBvZiBEdWJsaW4vSVJMIHdpdGggR2lsbGVzIEJlcnRyYW5kIGRlIEJhbGxhbmRhLCB3b24gdGhlIEZyZW5jaCBDaGFtcGlvbnNoaXBzIHNldmVyYWwgdGltZXMgYW5kIGNvbGxlY3RlZCBkb3plbnMgb2YgZmlyc3QgcGxhY2UgcmliYm9ucyBpbiBOYXRpb25zIEN1cHMgYW5kICBHcmFuZCBQcml4LiBNb3JlIHRoYW4gMzAgb2YgaGlzIHNvbnMgYXJlIGFjdGl2ZSBpbiBicmVlZGluZywgaW5jbHVkaW5nIFXigJlHcmFuZCBKZXRlLCBFb2xlIGFuZCBNZXJlZGl0aCBNaWNoYWVscy1CZWVyYmF1beKAmXMgUXVpY2sgU3Rhci4NCg0KSGlzIGRhbSBTdC5Qci5TdC4gV2luemVyaW4sIHdobyBwYXNzZWQgaGVyIGJyb29kbWFyZSBwZXJmb3JtYW5jZSB0ZXN0IHdpdGggb3V0c3RhbmRpbmcgc2NvcmVzLCBpcyBhbHNvIHRoZSBkYW0gb2YgIEd1dCBOZXVlbmhvZnMgTGV2YW50YWRvcyAoYnkgTGFuY2VyIElJKSB3aG8gd2lucyBzaG93IGp1bXBpbmcgY2xhc3NlcyB1cCB0byBhZHZhbmNlZCAoUyoqKikgbGV2ZWwsIGFzIHdlbGwgYXMgYSBzZXZlbi15ZWFyIG9sZCBmdWxsIHNpc3RlciBvZiBCYWxvdXRlbGxpIG5hbWVkIEd1dCBOZXVlbmhvZnMgQmFjYXJvbGUvSGVucmlrIHZvbiBFY2tlcm1hbm4vU1dFIHdobyBpcyBhbHNvIGhpZ2hseSBzdWNjZXNzZnVsIGluIGludGVybmF0aW9uYWwgY29tcGV0aXRpb25zLCBhbmQgIEd1dCBOZXVlbmhvZnMgQ2F0eSAoYnkgQ3Jpc3RhbGxvIEkpIHdobyBxdWFsaWZpZWQgZm9yIHRoZSBCdW5kZXNjaGFtcGlvbmF0Lg0KDQo8aWZyYW1lIHdpZHRoPSI1NjAiIGhlaWdodD0iMzE1IiBzcmM9Ii8vd3d3LnlvdXR1YmUtbm9jb29raWUuY29tL2VtYmVkL3RGSkdnRWF4cjZFP2xpc3Q9VVUwSGwxMk9TVlZ1SWFYMEhVeG1PdGFRIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==', 1),
|
||
(357, 83, 0, '2014-03-05 17:38:20', 'excerpt', 'base64', 1, 'Z3JpcyAtIDIwMTI=', 'Z3JpcyAtIDIwMTI=', 1),
|
||
(358, 83, 0, '2014-03-05 17:38:20', 'original_id', '', 0, '4948', '', 1),
|
||
(359, 83, 0, '2014-03-05 17:38:20', 'horse_categories', 'csv_base64', 1, '"Q3LDrWE="', '', 1),
|
||
(360, 83, 0, '2014-03-05 17:38:20', 'horse_categories_ids', '', 0, '55', '', 1),
|
||
(361, 83, 0, '2014-03-05 17:38:20', 'horse_breeds', 'csv_base64', 1, '"Q3J1emFkbw=="', '', 1),
|
||
(362, 83, 0, '2014-03-05 17:38:20', 'horse_breeds_ids', '', 0, '63', '', 1),
|
||
(363, 83, 0, '2014-03-05 17:38:20', 'horse_genders', 'csv_base64', 1, '"Q2Fww7Nu"', '', 1),
|
||
(364, 83, 0, '2014-03-05 17:38:20', 'horse_genders_ids', '', 0, '59', '', 1),
|
||
(365, 84, 0, '2014-03-05 17:38:48', 'title', 'base64', 1, 'R2FsYW50ZQ==', 'R2FsYW50ZQ==', 1),
|
||
(366, 84, 0, '2014-03-05 17:38:48', 'body', 'base64', 1, 'PGg0Pldlc3RwaGFsaWFuIC0gYnJvd24gLSAyMDExIC0gMTYuMiBoYW5kczwvaDQ+DQoNCjxzdHJvbmc+Tm9tYnJlPC9zdHJvbmc+OiBHYWxhbnRlDQo8c3Ryb25nPkHDsW8gZGUgbmFjaW1pZW50bzwvc3Ryb25nPjogMjAxMSANCjxzdHJvbmc+Q2FwYTwvc3Ryb25nPjogQ2FzdGHDsW8NCg0KW3RpdGxlIHNpemU9IjMiXVByb2dlbnlbL3RpdGxlXQ0KDQpIaWdobHkgcmVmaW5lZCBoaW1zZWxmLCB0aGUgY2hhcm1pbmcgQmxhY2sgSmFjayBub3Qgb25seSBwYXNzZXMgb24gaGlzIGdvb2QgbG9va3MgYnV0IGFsc28gaGlzIGFiaWxpdHkgdG8ganVtcCwgaGlzIHF1YWxpdHkgbW92ZW1lbnRzIGFuZCByaWRlYWJpbGl0eS4gSGlzIGZpcnN0IHNvbnMgYW5kIGRhdWdodGVycywgbm93IHVuZGVyIHNhZGRsZSwgbWFrZSBhIGhpZ2hseSBwcm9taXNpbmcgaW1wcmVzc2lvbi4gDQoNCkJsYWNrIEphY2vigJlzIGZvYWxzIHF1aWNrbHkgZmluZCBidXllcnMuIEhpcyBzb24gQm9yw6lhbCBkZXMgUHLDqXMgd2FzIHNvbGQgZm9yIDEyLDUwMCBTd2lzcyBGcmFuY3MgaW4gMjAxMiBhdCB0aGUgU3BvcnQgRm9hbHMgQXVjdGlvbiBpbiBTdXJzZWUvU1VJLiANCg0KW2hvcnNlX2ZhbWlseV90cmVlXQ0KDQpbc2VwYXJhdG9yIHRvcD0iMTAiXQ0KDQpbdGl0bGUgc2l6ZT0iMyJdUGVkaWdyZWVbL3RpdGxlXQ0KDQpIaXMgc2lyZSBCYWxvdWJldCBkdSBSb3VldCB3b24gaW5kaXZpZHVhbCBPbHltcGljIGdvbGQgd2l0aCBSb2RyaWdvIFBlc3NvYS9CUkEgaW4gMjAwNCBvbiB0aGUgY291cnNlIG9mIEF0aGVucy9HUkUuIEhlIGFsc28gdG9vayB0aGUgV29ybGQgQ3VwIHRpdGxlIHRocmVlIHRpbWVzIGluIGEgcm93IGFuZCB3b24gdGhlIHVub2ZmaWNpYWwgaW5kb29yIFdvcmxkIENoYW1waW9uc2hpcHMgdHdpY2UgaW4gMjAwMiBhbmQgMjAwMy4gVGhlIGNoZXN0bnV0IFNlbGxlIEZyYW5jYWlzIHN0YWxsaW9uIHdobyBhZ2FpbiBsZWFkcyB0aGUgV0JGU0ggIChXb3JsZCBCcmVlZGluZyBGZWRlcmF0aW9uIGZvciBTcG9ydCBIb3JzZXMpIHJhbmtpbmcgb2YgdGhlIHdvcmxk4oCZcyBiZXN0IGp1bXBlci1tYWtlcnMg4oCTIGFsc28gdGhhbmtzIHRvIENoYW1hbiB3aG8gaXMgYWxzbyBzdGF0aW9uZWQgaW4gUmllc2VuYmVjayDigJMgaXMgYSBHYWxvdWJldCBBIHNvbi4gR2Fsb3ViZXQgQSwgYSBzb24gb2YgdGhlIHRyYWRlbWFyayBzdGFsbGlvbiBBbG3DqSBaIHdobyB3YXMgb24gdGhlIEZyZW5jaCBnb2xkIHdpbm5pbmcgdGVhbSBhdCB0aGUgMTk4MiBXb3JsZCBDaGFtcGlvbnNoaXBzIG9mIER1Ymxpbi9JUkwgd2l0aCBHaWxsZXMgQmVydHJhbmQgZGUgQmFsbGFuZGEsIHdvbiB0aGUgRnJlbmNoIENoYW1waW9uc2hpcHMgc2V2ZXJhbCB0aW1lcyBhbmQgY29sbGVjdGVkIGRvemVucyBvZiBmaXJzdCBwbGFjZSByaWJib25zIGluIE5hdGlvbnMgQ3VwcyBhbmQgIEdyYW5kIFByaXguIE1vcmUgdGhhbiAzMCBvZiBoaXMgc29ucyBhcmUgYWN0aXZlIGluIGJyZWVkaW5nLCBpbmNsdWRpbmcgVeKAmUdyYW5kIEpldGUsIEVvbGUgYW5kIE1lcmVkaXRoIE1pY2hhZWxzLUJlZXJiYXVt4oCZcyBRdWljayBTdGFyLg0KDQpIaXMgZGFtIFN0LlByLlN0LiBXaW56ZXJpbiwgd2hvIHBhc3NlZCBoZXIgYnJvb2RtYXJlIHBlcmZvcm1hbmNlIHRlc3Qgd2l0aCBvdXRzdGFuZGluZyBzY29yZXMsIGlzIGFsc28gdGhlIGRhbSBvZiAgR3V0IE5ldWVuaG9mcyBMZXZhbnRhZG9zIChieSBMYW5jZXIgSUkpIHdobyB3aW5zIHNob3cganVtcGluZyBjbGFzc2VzIHVwIHRvIGFkdmFuY2VkIChTKioqKSBsZXZlbCwgYXMgd2VsbCBhcyBhIHNldmVuLXllYXIgb2xkIGZ1bGwgc2lzdGVyIG9mIEJhbG91dGVsbGkgbmFtZWQgR3V0IE5ldWVuaG9mcyBCYWNhcm9sZS9IZW5yaWsgdm9uIEVja2VybWFubi9TV0Ugd2hvIGlzIGFsc28gaGlnaGx5IHN1Y2Nlc3NmdWwgaW4gaW50ZXJuYXRpb25hbCBjb21wZXRpdGlvbnMsIGFuZCAgR3V0IE5ldWVuaG9mcyBDYXR5IChieSBDcmlzdGFsbG8gSSkgd2hvIHF1YWxpZmllZCBmb3IgdGhlIEJ1bmRlc2NoYW1waW9uYXQuDQoNCjxpZnJhbWUgd2lkdGg9IjU2MCIgaGVpZ2h0PSIzMTUiIHNyYz0iLy93d3cueW91dHViZS1ub2Nvb2tpZS5jb20vZW1iZWQvQTBQU1k2a2VqblE/cmVsPTAiIGZyYW1lYm9yZGVyPSIwIiBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+', 'PGg0Pldlc3RwaGFsaWFuIC0gYnJvd24gLSAyMDExIC0gMTYuMiBoYW5kczwvaDQ+DQoNCjxzdHJvbmc+Tm9tYnJlPC9zdHJvbmc+OiBHYWxhbnRlDQo8c3Ryb25nPkHDsW8gZGUgbmFjaW1pZW50bzwvc3Ryb25nPjogMjAxMSANCjxzdHJvbmc+Q2FwYTwvc3Ryb25nPjogQ2FzdGHDsW8NCg0KW3RpdGxlIHNpemU9IjMiXVByb2dlbnlbL3RpdGxlXQ0KDQpIaWdobHkgcmVmaW5lZCBoaW1zZWxmLCB0aGUgY2hhcm1pbmcgQmxhY2sgSmFjayBub3Qgb25seSBwYXNzZXMgb24gaGlzIGdvb2QgbG9va3MgYnV0IGFsc28gaGlzIGFiaWxpdHkgdG8ganVtcCwgaGlzIHF1YWxpdHkgbW92ZW1lbnRzIGFuZCByaWRlYWJpbGl0eS4gSGlzIGZpcnN0IHNvbnMgYW5kIGRhdWdodGVycywgbm93IHVuZGVyIHNhZGRsZSwgbWFrZSBhIGhpZ2hseSBwcm9taXNpbmcgaW1wcmVzc2lvbi4gDQoNCkJsYWNrIEphY2vigJlzIGZvYWxzIHF1aWNrbHkgZmluZCBidXllcnMuIEhpcyBzb24gQm9yw6lhbCBkZXMgUHLDqXMgd2FzIHNvbGQgZm9yIDEyLDUwMCBTd2lzcyBGcmFuY3MgaW4gMjAxMiBhdCB0aGUgU3BvcnQgRm9hbHMgQXVjdGlvbiBpbiBTdXJzZWUvU1VJLiANCg0KW2hvcnNlX2ZhbWlseV90cmVlXQ0KDQpbc2VwYXJhdG9yIHRvcD0iMTAiXQ0KDQpbdGl0bGUgc2l6ZT0iMyJdUGVkaWdyZWVbL3RpdGxlXQ0KDQpIaXMgc2lyZSBCYWxvdWJldCBkdSBSb3VldCB3b24gaW5kaXZpZHVhbCBPbHltcGljIGdvbGQgd2l0aCBSb2RyaWdvIFBlc3NvYS9CUkEgaW4gMjAwNCBvbiB0aGUgY291cnNlIG9mIEF0aGVucy9HUkUuIEhlIGFsc28gdG9vayB0aGUgV29ybGQgQ3VwIHRpdGxlIHRocmVlIHRpbWVzIGluIGEgcm93IGFuZCB3b24gdGhlIHVub2ZmaWNpYWwgaW5kb29yIFdvcmxkIENoYW1waW9uc2hpcHMgdHdpY2UgaW4gMjAwMiBhbmQgMjAwMy4gVGhlIGNoZXN0bnV0IFNlbGxlIEZyYW5jYWlzIHN0YWxsaW9uIHdobyBhZ2FpbiBsZWFkcyB0aGUgV0JGU0ggIChXb3JsZCBCcmVlZGluZyBGZWRlcmF0aW9uIGZvciBTcG9ydCBIb3JzZXMpIHJhbmtpbmcgb2YgdGhlIHdvcmxk4oCZcyBiZXN0IGp1bXBlci1tYWtlcnMg4oCTIGFsc28gdGhhbmtzIHRvIENoYW1hbiB3aG8gaXMgYWxzbyBzdGF0aW9uZWQgaW4gUmllc2VuYmVjayDigJMgaXMgYSBHYWxvdWJldCBBIHNvbi4gR2Fsb3ViZXQgQSwgYSBzb24gb2YgdGhlIHRyYWRlbWFyayBzdGFsbGlvbiBBbG3DqSBaIHdobyB3YXMgb24gdGhlIEZyZW5jaCBnb2xkIHdpbm5pbmcgdGVhbSBhdCB0aGUgMTk4MiBXb3JsZCBDaGFtcGlvbnNoaXBzIG9mIER1Ymxpbi9JUkwgd2l0aCBHaWxsZXMgQmVydHJhbmQgZGUgQmFsbGFuZGEsIHdvbiB0aGUgRnJlbmNoIENoYW1waW9uc2hpcHMgc2V2ZXJhbCB0aW1lcyBhbmQgY29sbGVjdGVkIGRvemVucyBvZiBmaXJzdCBwbGFjZSByaWJib25zIGluIE5hdGlvbnMgQ3VwcyBhbmQgIEdyYW5kIFByaXguIE1vcmUgdGhhbiAzMCBvZiBoaXMgc29ucyBhcmUgYWN0aXZlIGluIGJyZWVkaW5nLCBpbmNsdWRpbmcgVeKAmUdyYW5kIEpldGUsIEVvbGUgYW5kIE1lcmVkaXRoIE1pY2hhZWxzLUJlZXJiYXVt4oCZcyBRdWljayBTdGFyLg0KDQpIaXMgZGFtIFN0LlByLlN0LiBXaW56ZXJpbiwgd2hvIHBhc3NlZCBoZXIgYnJvb2RtYXJlIHBlcmZvcm1hbmNlIHRlc3Qgd2l0aCBvdXRzdGFuZGluZyBzY29yZXMsIGlzIGFsc28gdGhlIGRhbSBvZiAgR3V0IE5ldWVuaG9mcyBMZXZhbnRhZG9zIChieSBMYW5jZXIgSUkpIHdobyB3aW5zIHNob3cganVtcGluZyBjbGFzc2VzIHVwIHRvIGFkdmFuY2VkIChTKioqKSBsZXZlbCwgYXMgd2VsbCBhcyBhIHNldmVuLXllYXIgb2xkIGZ1bGwgc2lzdGVyIG9mIEJhbG91dGVsbGkgbmFtZWQgR3V0IE5ldWVuaG9mcyBCYWNhcm9sZS9IZW5yaWsgdm9uIEVja2VybWFubi9TV0Ugd2hvIGlzIGFsc28gaGlnaGx5IHN1Y2Nlc3NmdWwgaW4gaW50ZXJuYXRpb25hbCBjb21wZXRpdGlvbnMsIGFuZCAgR3V0IE5ldWVuaG9mcyBDYXR5IChieSBDcmlzdGFsbG8gSSkgd2hvIHF1YWxpZmllZCBmb3IgdGhlIEJ1bmRlc2NoYW1waW9uYXQuDQoNCjxpZnJhbWUgd2lkdGg9IjU2MCIgaGVpZ2h0PSIzMTUiIHNyYz0iLy93d3cueW91dHViZS1ub2Nvb2tpZS5jb20vZW1iZWQvQTBQU1k2a2VqblE/cmVsPTAiIGZyYW1lYm9yZGVyPSIwIiBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+', 1),
|
||
(367, 84, 0, '2014-03-05 17:38:48', 'excerpt', 'base64', 1, 'MjAxMSAtIENhc3Rhw7Fv', 'MjAxMSAtIENhc3Rhw7Fv', 1),
|
||
(368, 84, 0, '2014-03-05 17:38:48', 'original_id', '', 0, '4951', '', 1),
|
||
(369, 84, 0, '2014-03-05 17:38:48', 'horse_categories', 'csv_base64', 1, '"Q3LDrWE="', '', 1),
|
||
(370, 84, 0, '2014-03-05 17:38:48', 'horse_categories_ids', '', 0, '55', '', 1),
|
||
(371, 84, 0, '2014-03-05 17:38:48', 'horse_breeds', 'csv_base64', 1, '"Q3J1emFkbw=="', '', 1),
|
||
(372, 84, 0, '2014-03-05 17:38:48', 'horse_breeds_ids', '', 0, '63', '', 1),
|
||
(373, 84, 0, '2014-03-05 17:38:48', 'horse_genders', 'csv_base64', 1, '"Q2Fww7Nu"', '', 1),
|
||
(374, 84, 0, '2014-03-05 17:38:48', 'horse_genders_ids', '', 0, '59', '', 1);
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_icl_translate_job`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_icl_translate_job` (
|
||
`job_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`rid` bigint(20) unsigned NOT NULL,
|
||
`translator_id` int(10) unsigned NOT NULL,
|
||
`translated` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||
`manager_id` int(10) unsigned NOT NULL,
|
||
`revision` int(10) unsigned DEFAULT NULL,
|
||
PRIMARY KEY (`job_id`),
|
||
KEY `rid` (`rid`,`translator_id`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=85 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_icl_translate_job`
|
||
--
|
||
|
||
INSERT INTO `drgrp_icl_translate_job` (`job_id`, `rid`, `translator_id`, `translated`, `manager_id`, `revision`) VALUES
|
||
(1, 1, 1, 1, 1, 1),
|
||
(2, 2, 1, 1, 1, 1),
|
||
(3, 3, 1, 1, 1, 1),
|
||
(4, 3, 1, 1, 1, NULL),
|
||
(5, 4, 1, 1, 1, NULL),
|
||
(6, 5, 1, 1, 1, NULL),
|
||
(7, 6, 1, 1, 1, NULL),
|
||
(8, 7, 1, 1, 1, 1),
|
||
(9, 2, 1, 0, 1, NULL),
|
||
(10, 1, 1, 1, 1, NULL),
|
||
(11, 8, 1, 1, 1, 1),
|
||
(12, 9, 1, 1, 1, 1),
|
||
(13, 10, 1, 1, 1, 1),
|
||
(14, 11, 1, 1, 1, 1),
|
||
(15, 12, 1, 1, 1, 1),
|
||
(16, 13, 1, 1, 1, 1),
|
||
(17, 14, 1, 1, 1, 1),
|
||
(18, 15, 1, 1, 1, 1),
|
||
(19, 7, 1, 1, 1, 2),
|
||
(20, 7, 1, 1, 1, 3),
|
||
(21, 7, 1, 1, 1, 4),
|
||
(22, 7, 1, 1, 1, 5),
|
||
(23, 7, 1, 1, 1, 6),
|
||
(24, 7, 1, 1, 1, 7),
|
||
(25, 7, 1, 1, 1, 8),
|
||
(26, 7, 1, 1, 1, 9),
|
||
(27, 7, 1, 1, 1, 10),
|
||
(28, 7, 1, 1, 1, 11),
|
||
(29, 7, 1, 1, 1, 12),
|
||
(30, 7, 1, 1, 1, 13),
|
||
(31, 7, 1, 1, 1, 14),
|
||
(32, 7, 1, 1, 1, 15),
|
||
(33, 7, 1, 1, 1, 16),
|
||
(34, 7, 1, 1, 1, 17),
|
||
(35, 7, 1, 1, 1, 18),
|
||
(36, 7, 1, 1, 1, 19),
|
||
(37, 7, 1, 1, 1, 20),
|
||
(38, 7, 1, 1, 1, 21),
|
||
(39, 7, 1, 1, 1, 22),
|
||
(40, 7, 1, 1, 1, 23),
|
||
(41, 7, 1, 1, 1, 24),
|
||
(42, 7, 1, 1, 1, 25),
|
||
(43, 7, 1, 1, 1, 26),
|
||
(44, 7, 1, 1, 1, 27),
|
||
(45, 7, 1, 1, 1, 28),
|
||
(46, 7, 1, 1, 1, 29),
|
||
(47, 7, 1, 1, 1, 30),
|
||
(48, 7, 1, 1, 1, 31),
|
||
(49, 7, 1, 1, 1, 32),
|
||
(50, 7, 1, 1, 1, 33),
|
||
(51, 7, 1, 1, 1, 34),
|
||
(52, 7, 1, 1, 1, 35),
|
||
(53, 7, 1, 1, 1, 36),
|
||
(54, 7, 1, 1, 1, 37),
|
||
(55, 7, 1, 1, 1, 38),
|
||
(56, 7, 1, 1, 1, 39),
|
||
(57, 7, 1, 1, 1, 40),
|
||
(58, 7, 1, 1, 1, 41),
|
||
(59, 7, 1, 1, 1, 42),
|
||
(60, 7, 1, 1, 1, 43),
|
||
(61, 7, 1, 1, 1, 44),
|
||
(62, 7, 1, 1, 1, 45),
|
||
(63, 7, 1, 1, 1, 46),
|
||
(64, 7, 1, 1, 1, 47),
|
||
(65, 7, 1, 1, 1, 48),
|
||
(66, 7, 1, 1, 1, 49),
|
||
(67, 7, 1, 1, 1, 50),
|
||
(68, 7, 1, 1, 1, 51),
|
||
(69, 7, 1, 1, 1, 52),
|
||
(70, 7, 1, 1, 1, 53),
|
||
(71, 7, 1, 1, 1, 54),
|
||
(72, 7, 1, 1, 1, 55),
|
||
(73, 7, 1, 1, 1, NULL),
|
||
(74, 9, 1, 1, 1, 2),
|
||
(75, 8, 1, 1, 1, 2),
|
||
(76, 8, 1, 1, 1, 3),
|
||
(77, 8, 1, 1, 1, NULL),
|
||
(78, 9, 1, 1, 1, NULL),
|
||
(79, 12, 1, 1, 1, NULL),
|
||
(80, 11, 1, 1, 1, NULL),
|
||
(81, 10, 1, 1, 1, NULL),
|
||
(82, 13, 1, 1, 1, NULL),
|
||
(83, 15, 1, 1, 1, NULL),
|
||
(84, 14, 1, 1, 1, NULL);
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_icl_translations`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_icl_translations` (
|
||
`translation_id` bigint(20) NOT NULL AUTO_INCREMENT,
|
||
`element_type` varchar(36) NOT NULL DEFAULT 'post_post',
|
||
`element_id` bigint(20) DEFAULT NULL,
|
||
`trid` bigint(20) NOT NULL,
|
||
`language_code` varchar(7) NOT NULL,
|
||
`source_language_code` varchar(7) DEFAULT NULL,
|
||
PRIMARY KEY (`translation_id`),
|
||
UNIQUE KEY `trid_lang` (`trid`,`language_code`),
|
||
UNIQUE KEY `el_type_id` (`element_type`,`element_id`),
|
||
KEY `trid` (`trid`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1756 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_icl_translations`
|
||
--
|
||
|
||
INSERT INTO `drgrp_icl_translations` (`translation_id`, `element_type`, `element_id`, `trid`, `language_code`, `source_language_code`) VALUES
|
||
(1, 'post_avada_faq', 1876, 1876, 'es', NULL),
|
||
(2, 'post_avada_faq', 1877, 1877, 'es', NULL),
|
||
(3, 'post_avada_faq', 1878, 1878, 'es', NULL),
|
||
(4, 'post_avada_faq', 1879, 1879, 'es', NULL),
|
||
(5, 'post_avada_faq', 1880, 1880, 'es', NULL),
|
||
(6, 'post_avada_faq', 1881, 1881, 'es', NULL),
|
||
(7, 'post_avada_portfolio', 192, 192, 'es', NULL),
|
||
(8, 'post_avada_portfolio', 193, 193, 'es', NULL),
|
||
(9, 'post_avada_portfolio', 196, 196, 'es', NULL),
|
||
(10, 'post_avada_portfolio', 195, 195, 'es', NULL),
|
||
(11, 'post_avada_portfolio', 191, 191, 'es', NULL),
|
||
(12, 'post_avada_portfolio', 198, 198, 'es', NULL),
|
||
(13, 'post_nav_menu_item', 4697, 4697, 'es', NULL),
|
||
(1554, 'post_nav_menu_item', 4461, 5982, 'es', NULL),
|
||
(1566, 'post_nav_menu_item', 4462, 5994, 'es', NULL),
|
||
(1639, 'post_nav_menu_item', 5035, 6035, 'en', 'es'),
|
||
(1567, 'post_nav_menu_item', 4466, 5995, 'es', NULL),
|
||
(1543, 'post_nav_menu_item', 4467, 5971, 'es', NULL),
|
||
(1642, 'tax_nav_menu', 72, 6045, 'es', NULL),
|
||
(1509, 'post_nav_menu_item', 4469, 5937, 'es', NULL),
|
||
(1510, 'post_nav_menu_item', 4470, 5938, 'es', NULL),
|
||
(1513, 'post_nav_menu_item', 4471, 5941, 'es', NULL),
|
||
(1516, 'post_nav_menu_item', 4472, 5944, 'es', NULL),
|
||
(1519, 'post_nav_menu_item', 4473, 5947, 'es', NULL),
|
||
(1524, 'post_nav_menu_item', 4477, 5952, 'es', NULL),
|
||
(1525, 'post_nav_menu_item', 4478, 5953, 'es', NULL),
|
||
(1564, 'post_nav_menu_item', 4479, 5992, 'es', NULL),
|
||
(1638, 'post_nav_menu_item', 5034, 6034, 'en', 'es'),
|
||
(1637, 'post_page', 5031, 4671, 'en', 'es'),
|
||
(1636, 'post_page', 5027, 5678, 'en', 'es'),
|
||
(1635, 'post_page', 5023, 5338, 'en', 'es'),
|
||
(1632, 'post_nav_menu_item', 5020, 6033, 'en', 'es'),
|
||
(1631, 'tax_horse_categories', 71, 5806, 'en', 'es'),
|
||
(1633, 'post_nav_menu_item', 5021, 6036, 'en', 'es'),
|
||
(1523, 'post_nav_menu_item', 4487, 5951, 'es', NULL),
|
||
(1634, 'post_nav_menu_item', 5022, 6037, 'en', 'es'),
|
||
(1623, 'tax_nav_menu', 69, 4764, 'en', 'es'),
|
||
(1526, 'post_nav_menu_item', 4492, 5954, 'es', NULL),
|
||
(1527, 'post_nav_menu_item', 4493, 5955, 'es', NULL),
|
||
(1528, 'post_nav_menu_item', 4494, 5956, 'es', NULL),
|
||
(1529, 'post_nav_menu_item', 4495, 5957, 'es', NULL),
|
||
(1622, 'post_page', 5009, 4698, 'en', 'es'),
|
||
(1530, 'post_nav_menu_item', 4497, 5958, 'es', NULL),
|
||
(1619, 'post_drg_horse', 4994, 6044, 'es', NULL),
|
||
(1531, 'post_nav_menu_item', 4499, 5959, 'es', NULL),
|
||
(1617, 'post_drg_horse', 4990, 6043, 'es', NULL),
|
||
(1615, 'post_drg_horse', 4971, 6042, 'es', NULL),
|
||
(52, 'post_nav_menu_item', 4502, 4502, 'es', NULL),
|
||
(53, 'post_nav_menu_item', 4503, 4503, 'es', NULL),
|
||
(54, 'post_nav_menu_item', 4504, 4504, 'es', NULL),
|
||
(55, 'post_nav_menu_item', 4505, 4505, 'es', NULL),
|
||
(1532, 'post_nav_menu_item', 4506, 5960, 'es', NULL),
|
||
(1604, 'post_nav_menu_item', 4968, 6032, 'es', NULL),
|
||
(1534, 'post_nav_menu_item', 4509, 5962, 'es', NULL),
|
||
(1533, 'post_nav_menu_item', 4510, 5961, 'es', NULL),
|
||
(1562, 'post_nav_menu_item', 4511, 5990, 'es', NULL),
|
||
(1565, 'post_nav_menu_item', 4512, 5993, 'es', NULL),
|
||
(1609, 'post_nav_menu_item', 4967, 6037, 'es', NULL),
|
||
(1606, 'post_nav_menu_item', 4966, 6034, 'es', NULL),
|
||
(1607, 'post_nav_menu_item', 4965, 6035, 'es', NULL),
|
||
(1600, 'post_nav_menu_item', 4964, 6028, 'es', NULL),
|
||
(1537, 'post_nav_menu_item', 4517, 5965, 'es', NULL),
|
||
(1536, 'post_nav_menu_item', 4518, 5964, 'es', NULL),
|
||
(1535, 'post_nav_menu_item', 4519, 5963, 'es', NULL),
|
||
(1599, 'post_nav_menu_item', 4963, 6027, 'es', NULL),
|
||
(1598, 'post_nav_menu_item', 4962, 6026, 'es', NULL),
|
||
(1590, 'post_nav_menu_item', 4522, 6018, 'es', NULL),
|
||
(1589, 'post_nav_menu_item', 4523, 6017, 'es', NULL),
|
||
(1588, 'post_nav_menu_item', 4524, 6016, 'es', NULL),
|
||
(1586, 'post_nav_menu_item', 4525, 6014, 'es', NULL),
|
||
(1585, 'post_nav_menu_item', 4526, 6013, 'es', NULL),
|
||
(1584, 'post_nav_menu_item', 4527, 6012, 'es', NULL),
|
||
(1583, 'post_nav_menu_item', 4528, 6011, 'es', NULL),
|
||
(1582, 'post_nav_menu_item', 4529, 6010, 'es', NULL),
|
||
(1581, 'post_nav_menu_item', 4530, 6009, 'es', NULL),
|
||
(1580, 'post_nav_menu_item', 4531, 6008, 'es', NULL),
|
||
(1575, 'post_nav_menu_item', 4532, 6003, 'es', NULL),
|
||
(1576, 'post_nav_menu_item', 4533, 6004, 'es', NULL),
|
||
(1597, 'post_nav_menu_item', 4961, 6025, 'es', NULL),
|
||
(1594, 'post_nav_menu_item', 4535, 6022, 'es', NULL),
|
||
(1593, 'post_nav_menu_item', 4536, 6021, 'es', NULL),
|
||
(1592, 'post_nav_menu_item', 4537, 6020, 'es', NULL),
|
||
(1591, 'post_nav_menu_item', 4538, 6019, 'es', NULL),
|
||
(1577, 'post_nav_menu_item', 4539, 6005, 'es', NULL),
|
||
(1578, 'post_nav_menu_item', 4540, 6006, 'es', NULL),
|
||
(1579, 'post_nav_menu_item', 4541, 6007, 'es', NULL),
|
||
(1587, 'post_nav_menu_item', 4542, 6015, 'es', NULL),
|
||
(1539, 'post_nav_menu_item', 4543, 5967, 'es', NULL),
|
||
(1538, 'post_nav_menu_item', 4544, 5966, 'es', NULL),
|
||
(95, 'post_nav_menu_item', 4545, 4545, 'es', NULL),
|
||
(96, 'post_nav_menu_item', 4546, 4546, 'es', NULL),
|
||
(97, 'post_nav_menu_item', 4547, 4547, 'es', NULL),
|
||
(98, 'post_nav_menu_item', 4548, 4548, 'es', NULL),
|
||
(1558, 'post_nav_menu_item', 4549, 5986, 'es', NULL),
|
||
(1559, 'post_nav_menu_item', 4550, 5987, 'es', NULL),
|
||
(1557, 'post_nav_menu_item', 4551, 5985, 'es', NULL),
|
||
(1555, 'post_nav_menu_item', 4552, 5983, 'es', NULL),
|
||
(1512, 'post_nav_menu_item', 4553, 5940, 'es', NULL),
|
||
(1511, 'post_nav_menu_item', 4554, 5939, 'es', NULL),
|
||
(1556, 'post_nav_menu_item', 4555, 5984, 'es', NULL),
|
||
(1560, 'post_nav_menu_item', 4556, 5988, 'es', NULL),
|
||
(1561, 'post_nav_menu_item', 4557, 5989, 'es', NULL),
|
||
(1574, 'post_nav_menu_item', 4558, 6002, 'es', NULL),
|
||
(1573, 'post_nav_menu_item', 4559, 6001, 'es', NULL),
|
||
(1572, 'post_nav_menu_item', 4560, 6000, 'es', NULL),
|
||
(1571, 'post_nav_menu_item', 4561, 5999, 'es', NULL),
|
||
(1570, 'post_nav_menu_item', 4562, 5998, 'es', NULL),
|
||
(1569, 'post_nav_menu_item', 4563, 5997, 'es', NULL),
|
||
(1568, 'post_nav_menu_item', 4564, 5996, 'es', NULL),
|
||
(1548, 'post_nav_menu_item', 4565, 5976, 'es', NULL),
|
||
(1547, 'post_nav_menu_item', 4566, 5975, 'es', NULL),
|
||
(1546, 'post_nav_menu_item', 4567, 5974, 'es', NULL),
|
||
(1545, 'post_nav_menu_item', 4568, 5973, 'es', NULL),
|
||
(1640, 'post_nav_menu_item', 5036, 6038, 'en', 'es'),
|
||
(1641, 'post_page', 5037, 4849, 'en', 'es'),
|
||
(122, 'post_nav_menu_item', 4572, 4572, 'es', NULL),
|
||
(1552, 'post_nav_menu_item', 4573, 5980, 'es', NULL),
|
||
(1551, 'post_nav_menu_item', 4574, 5979, 'es', NULL),
|
||
(1550, 'post_nav_menu_item', 4575, 5978, 'es', NULL),
|
||
(1549, 'post_nav_menu_item', 4576, 5977, 'es', NULL),
|
||
(1563, 'post_nav_menu_item', 4577, 5991, 'es', NULL),
|
||
(1515, 'post_nav_menu_item', 4578, 5943, 'es', NULL),
|
||
(1514, 'post_nav_menu_item', 4579, 5942, 'es', NULL),
|
||
(1518, 'post_nav_menu_item', 4580, 5946, 'es', NULL),
|
||
(1517, 'post_nav_menu_item', 4581, 5945, 'es', NULL),
|
||
(1373, 'tax_horse_genders', 57, 5807, 'es', NULL),
|
||
(894, 'post_avada_portfolio', 4869, 5333, 'es', NULL),
|
||
(1687, 'post_attachment', 4883, 6086, 'es', NULL),
|
||
(1544, 'post_nav_menu_item', 4586, 5972, 'es', NULL),
|
||
(1553, 'post_nav_menu_item', 4587, 5981, 'es', NULL),
|
||
(1596, 'post_nav_menu_item', 4960, 6024, 'es', NULL),
|
||
(1595, 'post_nav_menu_item', 4959, 6023, 'es', NULL),
|
||
(140, 'post_nav_menu_item', 4590, 4590, 'es', NULL),
|
||
(141, 'post_nav_menu_item', 4591, 4591, 'es', NULL),
|
||
(1522, 'post_nav_menu_item', 4592, 5950, 'es', NULL),
|
||
(1521, 'post_nav_menu_item', 4593, 5949, 'es', NULL),
|
||
(1520, 'post_nav_menu_item', 4594, 5948, 'es', NULL),
|
||
(1605, 'post_nav_menu_item', 4694, 6033, 'es', NULL),
|
||
(1630, 'tax_horse_categories', 70, 5805, 'en', 'es'),
|
||
(1614, 'post_drg_horse', 4970, 6041, 'es', NULL),
|
||
(1608, 'post_nav_menu_item', 4699, 6036, 'es', NULL),
|
||
(1610, 'post_nav_menu_item', 4693, 6038, 'es', NULL),
|
||
(151, 'post_options', 1348, 1348, 'es', NULL),
|
||
(152, 'post_options', 1394, 1394, 'es', NULL),
|
||
(153, 'post_options', 1395, 1395, 'es', NULL),
|
||
(154, 'post_options', 1396, 1396, 'es', NULL),
|
||
(155, 'post_options', 1397, 1397, 'es', NULL),
|
||
(156, 'post_options', 1398, 1398, 'es', NULL),
|
||
(157, 'post_options', 3088, 3088, 'es', NULL),
|
||
(158, 'post_options', 3522, 3522, 'es', NULL),
|
||
(159, 'post_options', 3523, 3523, 'es', NULL),
|
||
(160, 'post_options', 3605, 3605, 'es', NULL),
|
||
(161, 'post_options', 3606, 3606, 'es', NULL),
|
||
(162, 'post_options', 3607, 3607, 'es', NULL),
|
||
(163, 'post_options', 3806, 3806, 'es', NULL),
|
||
(164, 'post_options', 3807, 3807, 'es', NULL),
|
||
(165, 'post_options', 3808, 3808, 'es', NULL),
|
||
(166, 'post_options', 4, 4, 'es', NULL),
|
||
(167, 'post_options', 5, 5, 'es', NULL),
|
||
(168, 'post_options', 6, 6, 'es', NULL),
|
||
(169, 'post_options', 7, 7, 'es', NULL),
|
||
(170, 'post_options', 8, 8, 'es', NULL),
|
||
(171, 'post_options', 9, 9, 'es', NULL),
|
||
(172, 'post_options', 10, 10, 'es', NULL),
|
||
(173, 'post_options', 11, 11, 'es', NULL),
|
||
(174, 'post_options', 12, 12, 'es', NULL),
|
||
(175, 'post_options', 13, 13, 'es', NULL),
|
||
(176, 'post_options', 14, 14, 'es', NULL),
|
||
(177, 'post_page', 4474, 4474, 'es', NULL),
|
||
(178, 'post_page', 4475, 4475, 'es', NULL),
|
||
(179, 'post_page', 33, 33, 'es', NULL),
|
||
(180, 'post_page', 35, 35, 'es', NULL),
|
||
(181, 'post_page', 54, 54, 'es', NULL),
|
||
(182, 'post_page', 69, 69, 'es', NULL),
|
||
(183, 'post_page', 72, 72, 'es', NULL),
|
||
(184, 'post_page', 84, 84, 'es', NULL),
|
||
(1621, 'post_page', 5007, 5091, 'en', 'es'),
|
||
(186, 'post_page', 94, 94, 'es', NULL),
|
||
(187, 'post_page', 80, 80, 'es', NULL),
|
||
(188, 'post_page', 96, 96, 'es', NULL),
|
||
(189, 'post_page', 98, 98, 'es', NULL),
|
||
(190, 'post_page', 100, 100, 'es', NULL),
|
||
(191, 'post_page', 730, 730, 'es', NULL),
|
||
(192, 'post_page', 923, 923, 'es', NULL),
|
||
(193, 'post_page', 1290, 1290, 'es', NULL),
|
||
(194, 'post_page', 1298, 1298, 'es', NULL),
|
||
(195, 'post_page', 1345, 1345, 'es', NULL),
|
||
(196, 'post_page', 1522, 1522, 'es', NULL),
|
||
(197, 'post_page', 1693, 1693, 'es', NULL),
|
||
(198, 'post_page', 1862, 1862, 'es', NULL),
|
||
(199, 'post_page', 2291, 2291, 'es', NULL),
|
||
(200, 'post_page', 2300, 2300, 'es', NULL),
|
||
(201, 'post_page', 2318, 2318, 'es', NULL),
|
||
(202, 'post_page', 2367, 2367, 'es', NULL),
|
||
(203, 'post_page', 2398, 2398, 'es', NULL),
|
||
(204, 'post_page', 2466, 2466, 'es', NULL),
|
||
(205, 'post_page', 2660, 2660, 'es', NULL),
|
||
(206, 'post_page', 2712, 2712, 'es', NULL),
|
||
(207, 'post_page', 2745, 2745, 'es', NULL),
|
||
(208, 'post_page', 2776, 2776, 'es', NULL),
|
||
(209, 'post_page', 2803, 2803, 'es', NULL),
|
||
(210, 'post_page', 3073, 3073, 'es', NULL),
|
||
(211, 'post_page', 3089, 3089, 'es', NULL),
|
||
(212, 'post_page', 3474, 3474, 'es', NULL),
|
||
(213, 'post_page', 3492, 3492, 'es', NULL),
|
||
(214, 'post_page', 3494, 3494, 'es', NULL),
|
||
(215, 'post_page', 3496, 3496, 'es', NULL),
|
||
(216, 'post_page', 3524, 3524, 'es', NULL),
|
||
(217, 'post_page', 3526, 3526, 'es', NULL),
|
||
(218, 'post_page', 3528, 3528, 'es', NULL),
|
||
(219, 'post_page', 3530, 3530, 'es', NULL),
|
||
(220, 'post_page', 4204, 4204, 'es', NULL),
|
||
(221, 'post_page', 3539, 3539, 'es', NULL),
|
||
(222, 'post_page', 3610, 3610, 'es', NULL),
|
||
(223, 'post_page', 3628, 3628, 'es', NULL),
|
||
(224, 'post_page', 3638, 3638, 'es', NULL),
|
||
(225, 'post_page', 3652, 3652, 'es', NULL),
|
||
(226, 'post_page', 3655, 3655, 'es', NULL),
|
||
(227, 'post_page', 3658, 3658, 'es', NULL),
|
||
(228, 'post_page', 3660, 3660, 'es', NULL),
|
||
(229, 'post_page', 3662, 3662, 'es', NULL),
|
||
(230, 'post_page', 3664, 3664, 'es', NULL),
|
||
(231, 'post_page', 3670, 3670, 'es', NULL),
|
||
(232, 'post_page', 3678, 3678, 'es', NULL),
|
||
(233, 'post_page', 3697, 3697, 'es', NULL),
|
||
(234, 'post_page', 3698, 3698, 'es', NULL),
|
||
(235, 'post_page', 3699, 3699, 'es', NULL),
|
||
(236, 'post_page', 3700, 3700, 'es', NULL),
|
||
(237, 'post_page', 3705, 3705, 'es', NULL),
|
||
(238, 'post_page', 3713, 3713, 'es', NULL),
|
||
(239, 'post_page', 3717, 3717, 'es', NULL),
|
||
(240, 'post_page', 3719, 3719, 'es', NULL),
|
||
(241, 'post_page', 3721, 3721, 'es', NULL),
|
||
(242, 'post_page', 3723, 3723, 'es', NULL),
|
||
(243, 'post_page', 3725, 3725, 'es', NULL),
|
||
(244, 'post_page', 3727, 3727, 'es', NULL),
|
||
(245, 'post_page', 3729, 3729, 'es', NULL),
|
||
(246, 'post_page', 3731, 3731, 'es', NULL),
|
||
(247, 'post_page', 3733, 3733, 'es', NULL),
|
||
(248, 'post_page', 3735, 3735, 'es', NULL),
|
||
(249, 'post_page', 3737, 3737, 'es', NULL),
|
||
(250, 'post_page', 3739, 3739, 'es', NULL),
|
||
(251, 'post_page', 3741, 3741, 'es', NULL),
|
||
(252, 'post_page', 3743, 3743, 'es', NULL),
|
||
(253, 'post_page', 3745, 3745, 'es', NULL),
|
||
(254, 'post_page', 3747, 3747, 'es', NULL),
|
||
(255, 'post_page', 3749, 3749, 'es', NULL),
|
||
(256, 'post_page', 3751, 3751, 'es', NULL),
|
||
(257, 'post_page', 3754, 3754, 'es', NULL),
|
||
(258, 'post_page', 3756, 3756, 'es', NULL),
|
||
(259, 'post_page', 3813, 3813, 'es', NULL),
|
||
(260, 'post_page', 3815, 3815, 'es', NULL),
|
||
(261, 'post_page', 3846, 3846, 'es', NULL),
|
||
(262, 'post_page', 4097, 4097, 'es', NULL),
|
||
(263, 'post_page', 4098, 4098, 'es', NULL),
|
||
(264, 'post_page', 4099, 4099, 'es', NULL),
|
||
(265, 'post_page', 4100, 4100, 'es', NULL),
|
||
(266, 'post_page', 4101, 4101, 'es', NULL),
|
||
(267, 'post_page', 4102, 4102, 'es', NULL),
|
||
(268, 'post_page', 4103, 4103, 'es', NULL),
|
||
(269, 'post_page', 4104, 4104, 'es', NULL),
|
||
(270, 'post_page', 4105, 4105, 'es', NULL),
|
||
(271, 'post_page', 4106, 4106, 'es', NULL),
|
||
(272, 'post_page', 4107, 4107, 'es', NULL),
|
||
(273, 'post_page', 4120, 4120, 'es', NULL),
|
||
(274, 'post_page', 4126, 4126, 'es', NULL),
|
||
(275, 'post_page', 4138, 4138, 'es', NULL),
|
||
(276, 'post_page', 4140, 4140, 'es', NULL),
|
||
(277, 'post_page', 4142, 4142, 'es', NULL),
|
||
(278, 'post_page', 4144, 4144, 'es', NULL),
|
||
(279, 'post_page', 4146, 4146, 'es', NULL),
|
||
(280, 'post_page', 4148, 4148, 'es', NULL),
|
||
(281, 'post_page', 4150, 4150, 'es', NULL),
|
||
(282, 'post_page', 4169, 4169, 'es', NULL),
|
||
(283, 'post_page', 4172, 4172, 'es', NULL),
|
||
(284, 'post_page', 4356, 4356, 'es', NULL),
|
||
(285, 'post_page', 4427, 4427, 'es', NULL),
|
||
(286, 'post_page', 4442, 4442, 'es', NULL),
|
||
(287, 'post_page', 4476, 4476, 'es', NULL),
|
||
(288, 'post_page', 2, 2, 'es', NULL),
|
||
(289, 'post_page', 4623, 4623, 'es', NULL),
|
||
(290, 'post_page', 4671, 4671, 'es', NULL),
|
||
(291, 'post_page', 4698, 4698, 'es', NULL),
|
||
(292, 'post_post', 207, 207, 'es', NULL),
|
||
(293, 'post_post', 209, 209, 'es', NULL),
|
||
(294, 'post_post', 211, 211, 'es', NULL),
|
||
(295, 'post_post', 202, 202, 'es', NULL),
|
||
(296, 'post_post', 215, 215, 'es', NULL),
|
||
(297, 'post_post', 213, 213, 'es', NULL),
|
||
(298, 'post_post', 1, 1, 'es', NULL),
|
||
(299, 'post_slide', 3876, 3876, 'es', NULL),
|
||
(300, 'post_slide', 3877, 3877, 'es', NULL),
|
||
(301, 'post_slide', 3878, 3878, 'es', NULL),
|
||
(302, 'post_themefusion_elastic', 4052, 4052, 'es', NULL),
|
||
(303, 'post_themefusion_elastic', 4055, 4055, 'es', NULL),
|
||
(304, 'tax_category', 1, 4702, 'es', NULL),
|
||
(1755, 'tax_horse_breeds', 55, 6132, 'en', NULL),
|
||
(1654, 'post_post', 5045, 6056, 'es', NULL),
|
||
(1656, 'post_post', 5048, 6057, 'es', NULL),
|
||
(1658, 'post_post', 5051, 6058, 'es', NULL),
|
||
(1660, 'post_post', 5053, 6059, 'es', NULL),
|
||
(1684, 'post_attachment', 4880, 6083, 'es', NULL),
|
||
(1685, 'post_attachment', 4881, 6084, 'es', NULL),
|
||
(1686, 'post_attachment', 4882, 6085, 'es', NULL),
|
||
(318, 'tax_nav_menu', 32, 4756, 'es', NULL),
|
||
(319, 'tax_nav_menu', 33, 4757, 'es', NULL),
|
||
(320, 'tax_nav_menu', 34, 4758, 'es', NULL),
|
||
(321, 'tax_nav_menu', 40, 4764, 'es', NULL),
|
||
(323, 'tax_category', 41, 4702, 'en', 'es'),
|
||
(1376, 'tax_horse_genders', 60, 5808, 'en', 'es'),
|
||
(1375, 'tax_horse_genders', 59, 5808, 'es', NULL),
|
||
(1374, 'tax_horse_genders', 58, 5807, 'en', 'es'),
|
||
(1753, 'tax_horse_tags', 57, 6130, 'en', NULL),
|
||
(1371, 'tax_horse_categories', 56, 5805, 'es', NULL),
|
||
(1372, 'tax_horse_categories', 55, 5806, 'es', NULL),
|
||
(1651, 'post_nav_menu_item', 5043, 6054, 'es', NULL),
|
||
(1650, 'post_nav_menu_item', 5042, 6053, 'es', NULL),
|
||
(1649, 'post_nav_menu_item', 5041, 6052, 'es', NULL),
|
||
(1508, 'tax_horse_tags', 66, 5936, 'es', NULL),
|
||
(1541, 'post_nav_menu_item', 4958, 5969, 'es', NULL),
|
||
(1540, 'post_nav_menu_item', 4957, 5968, 'es', NULL),
|
||
(1385, 'post_drg_horse', 4955, 5813, 'es', NULL),
|
||
(1383, 'post_drg_horse', 4953, 5812, 'es', NULL),
|
||
(1381, 'post_drg_horse', 4951, 5811, 'es', NULL),
|
||
(1378, 'post_drg_horse', 4948, 5809, 'es', NULL),
|
||
(1503, 'tax_horse_breeds', 61, 5931, 'es', NULL),
|
||
(343, 'tax_themefusion_es_groups', 20, 4786, 'es', NULL),
|
||
(344, 'tax_slide-page', 19, 4787, 'es', NULL),
|
||
(1680, 'post_attachment', 4876, 6079, 'es', NULL),
|
||
(1681, 'post_attachment', 4877, 6080, 'es', NULL),
|
||
(348, 'post_attachment', 3873, 4791, 'es', NULL),
|
||
(349, 'post_attachment', 3875, 4792, 'es', NULL),
|
||
(1682, 'post_attachment', 4878, 6081, 'es', NULL),
|
||
(1683, 'post_attachment', 4879, 6082, 'es', NULL),
|
||
(353, 'post_attachment', 3890, 4796, 'es', NULL),
|
||
(1674, 'post_attachment', 4848, 6073, 'es', NULL),
|
||
(1675, 'post_attachment', 4849, 6074, 'es', NULL),
|
||
(1676, 'post_attachment', 4850, 6075, 'es', NULL),
|
||
(1677, 'post_attachment', 4861, 6076, 'es', NULL),
|
||
(1678, 'post_attachment', 4862, 6077, 'es', NULL),
|
||
(1679, 'post_attachment', 4863, 6078, 'es', NULL),
|
||
(361, 'post_attachment', 3936, 4804, 'es', NULL),
|
||
(363, 'post_attachment', 3978, 4806, 'es', NULL),
|
||
(364, 'post_attachment', 4010, 4807, 'es', NULL),
|
||
(365, 'post_attachment', 4053, 4808, 'es', NULL),
|
||
(366, 'post_attachment', 4054, 4809, 'es', NULL),
|
||
(367, 'post_attachment', 4069, 4810, 'es', NULL),
|
||
(368, 'post_attachment', 4073, 4811, 'es', NULL),
|
||
(369, 'post_attachment', 4074, 4812, 'es', NULL),
|
||
(370, 'post_attachment', 4076, 4813, 'es', NULL),
|
||
(1661, 'post_attachment', 4708, 6060, 'es', NULL),
|
||
(1662, 'post_attachment', 4715, 6061, 'es', NULL),
|
||
(1663, 'post_attachment', 4716, 6062, 'es', NULL),
|
||
(1664, 'post_attachment', 4717, 6063, 'es', NULL),
|
||
(1665, 'post_attachment', 4718, 6064, 'es', NULL),
|
||
(1666, 'post_attachment', 4779, 6065, 'es', NULL),
|
||
(1667, 'post_attachment', 4808, 6066, 'es', NULL),
|
||
(1668, 'post_attachment', 4842, 6067, 'es', NULL),
|
||
(381, 'post_attachment', 4595, 4824, 'es', NULL),
|
||
(382, 'post_attachment', 4596, 4825, 'es', NULL),
|
||
(1669, 'post_attachment', 4843, 6068, 'es', NULL),
|
||
(1670, 'post_attachment', 4844, 6069, 'es', NULL),
|
||
(386, 'post_attachment', 4600, 4829, 'es', NULL),
|
||
(1671, 'post_attachment', 4845, 6070, 'es', NULL),
|
||
(388, 'post_attachment', 4602, 4831, 'es', NULL),
|
||
(389, 'post_attachment', 4603, 4832, 'es', NULL),
|
||
(390, 'post_attachment', 4604, 4833, 'es', NULL),
|
||
(1672, 'post_attachment', 4846, 6071, 'es', NULL),
|
||
(1673, 'post_attachment', 4847, 6072, 'es', NULL),
|
||
(394, 'post_attachment', 4612, 4837, 'es', NULL),
|
||
(395, 'post_attachment', 4618, 4838, 'es', NULL),
|
||
(396, 'post_attachment', 4619, 4839, 'es', NULL),
|
||
(397, 'post_attachment', 4621, 4840, 'es', NULL),
|
||
(398, 'post_attachment', 4622, 4841, 'es', NULL),
|
||
(399, 'post_attachment', 4628, 4842, 'es', NULL),
|
||
(400, 'post_attachment', 4655, 4843, 'es', NULL),
|
||
(401, 'post_attachment', 4686, 4844, 'es', NULL),
|
||
(402, 'post_attachment', 4687, 4845, 'es', NULL),
|
||
(403, 'post_attachment', 4688, 4846, 'es', NULL),
|
||
(1754, 'tax_horse_breeds', 56, 6131, 'en', NULL),
|
||
(407, 'post_page', 4705, 4849, 'es', NULL),
|
||
(651, 'post_page', 4824, 5091, 'es', NULL),
|
||
(1620, 'post_page', 5005, 4623, 'en', 'es'),
|
||
(1542, 'post_nav_menu_item', 4867, 5970, 'es', NULL),
|
||
(1648, 'post_nav_menu_item', 5040, 6051, 'es', NULL),
|
||
(897, 'post_avada_portfolio', 4887, 5335, 'es', NULL),
|
||
(1688, 'post_attachment', 4884, 6087, 'es', NULL),
|
||
(1652, 'post_nav_menu_item', 5044, 6055, 'es', NULL),
|
||
(901, 'post_page', 4897, 5338, 'es', NULL),
|
||
(1242, 'post_page', 4899, 5678, 'es', NULL),
|
||
(1357, 'post_avada_portfolio', 4906, 5792, 'es', NULL),
|
||
(1359, 'post_avada_portfolio', 4917, 5793, 'es', NULL),
|
||
(1504, 'tax_horse_breeds', 62, 5932, 'es', NULL),
|
||
(1505, 'tax_horse_breeds', 63, 5933, 'es', NULL),
|
||
(1506, 'tax_horse_breeds', 64, 5934, 'es', NULL),
|
||
(1507, 'tax_horse_breeds', 65, 5935, 'es', NULL),
|
||
(1689, 'post_attachment', 4888, 6088, 'es', NULL),
|
||
(1690, 'post_attachment', 4907, 6089, 'es', NULL),
|
||
(1691, 'post_attachment', 4908, 6090, 'es', NULL),
|
||
(1692, 'post_attachment', 4909, 6091, 'es', NULL),
|
||
(1693, 'post_attachment', 4910, 6092, 'es', NULL),
|
||
(1694, 'post_attachment', 4919, 6093, 'es', NULL),
|
||
(1695, 'post_attachment', 4920, 6094, 'es', NULL),
|
||
(1696, 'post_attachment', 4921, 6095, 'es', NULL),
|
||
(1697, 'post_attachment', 4922, 6096, 'es', NULL),
|
||
(1698, 'post_attachment', 4923, 6097, 'es', NULL),
|
||
(1699, 'post_attachment', 4924, 6098, 'es', NULL),
|
||
(1700, 'post_attachment', 4925, 6099, 'es', NULL),
|
||
(1701, 'post_attachment', 4976, 6100, 'es', NULL),
|
||
(1702, 'post_attachment', 4977, 6101, 'es', NULL),
|
||
(1703, 'post_attachment', 4978, 6102, 'es', NULL),
|
||
(1704, 'post_attachment', 4979, 6103, 'es', NULL),
|
||
(1705, 'post_attachment', 4984, 6104, 'es', NULL),
|
||
(1706, 'post_attachment', 4985, 6105, 'es', NULL),
|
||
(1707, 'post_attachment', 4986, 6106, 'es', NULL),
|
||
(1708, 'post_attachment', 4987, 6107, 'es', NULL),
|
||
(1709, 'post_attachment', 4988, 6108, 'es', NULL),
|
||
(1710, 'post_attachment', 4992, 6109, 'es', NULL),
|
||
(1711, 'post_attachment', 4993, 6110, 'es', NULL),
|
||
(1712, 'post_attachment', 4995, 6111, 'es', NULL),
|
||
(1713, 'post_attachment', 4996, 6112, 'es', NULL),
|
||
(1714, 'post_attachment', 4997, 6113, 'es', NULL),
|
||
(1715, 'post_attachment', 4998, 6114, 'es', NULL),
|
||
(1716, 'post_attachment', 5000, 6115, 'es', NULL),
|
||
(1717, 'post_attachment', 5001, 6116, 'es', NULL),
|
||
(1718, 'post_attachment', 5002, 6117, 'es', NULL),
|
||
(1719, 'post_attachment', 5003, 6118, 'es', NULL),
|
||
(1720, 'post_attachment', 5047, 6119, 'es', NULL),
|
||
(1721, 'tax_nav_menu', 73, 6045, 'en', 'es'),
|
||
(1722, 'tax_horse_breeds', 74, 5933, 'en', 'es'),
|
||
(1723, 'post_drg_horse', 5073, 6044, 'en', 'es'),
|
||
(1724, 'tax_horse_categories', 48, 6120, 'en', NULL),
|
||
(1725, 'tax_horse_breeds', 75, 5935, 'en', 'es'),
|
||
(1726, 'tax_horse_genders', 41, 6121, 'en', NULL),
|
||
(1727, 'post_drg_horse', 5074, 6043, 'en', 'es'),
|
||
(1728, 'tax_horse_breeds', 76, 5932, 'en', 'es'),
|
||
(1729, 'tax_horse_genders', 43, 6122, 'en', NULL),
|
||
(1730, 'post_drg_horse', 5075, 6042, 'en', 'es'),
|
||
(1731, 'tax_horse_breeds', 77, 5931, 'en', 'es'),
|
||
(1732, 'post_drg_horse', 5076, 6041, 'en', 'es'),
|
||
(1733, 'tax_horse_breeds', 78, 5934, 'en', 'es'),
|
||
(1734, 'post_drg_horse', 5077, 5813, 'en', 'es'),
|
||
(1735, 'tax_horse_breeds', 53, 6123, 'en', NULL),
|
||
(1736, 'tax_horse_tags', 79, 5936, 'en', 'es'),
|
||
(1737, 'post_drg_horse', 5078, 5812, 'en', 'es'),
|
||
(1738, 'tax_horse_categories', 49, 6124, 'en', NULL),
|
||
(1739, 'tax_horse_breeds', 52, 6125, 'en', NULL),
|
||
(1740, 'post_drg_horse', 5079, 5811, 'en', 'es'),
|
||
(1741, 'post_drg_horse', 5080, 5809, 'en', 'es'),
|
||
(1742, 'post_nav_menu_item', 5081, 6051, 'en', 'es'),
|
||
(1743, 'post_nav_menu_item', 5082, 6052, 'en', 'es'),
|
||
(1744, 'post_nav_menu_item', 5083, 6053, 'en', 'es'),
|
||
(1745, 'post_nav_menu_item', 5084, 6054, 'en', 'es'),
|
||
(1746, 'post_nav_menu_item', 5085, 6055, 'en', 'es'),
|
||
(1747, 'post_post', 5090, 6126, 'es', NULL),
|
||
(1748, 'post_themefusion_elastic', 5094, 6127, 'es', NULL),
|
||
(1749, 'tax_themefusion_es_groups', 80, 6128, 'es', NULL),
|
||
(1752, 'tax_horse_breeds', 54, 6129, 'en', NULL);
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_icl_translation_status`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_icl_translation_status` (
|
||
`rid` bigint(20) NOT NULL AUTO_INCREMENT,
|
||
`translation_id` bigint(20) NOT NULL,
|
||
`status` tinyint(4) NOT NULL,
|
||
`translator_id` bigint(20) NOT NULL,
|
||
`needs_update` tinyint(4) NOT NULL,
|
||
`md5` varchar(32) NOT NULL,
|
||
`translation_service` varchar(16) NOT NULL,
|
||
`translation_package` text NOT NULL,
|
||
`timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||
`links_fixed` tinyint(4) NOT NULL DEFAULT '0',
|
||
`_prevstate` longtext,
|
||
PRIMARY KEY (`rid`),
|
||
UNIQUE KEY `translation_id` (`translation_id`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=16 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_icl_translation_status`
|
||
--
|
||
|
||
INSERT INTO `drgrp_icl_translation_status` (`rid`, `translation_id`, `status`, `translator_id`, `needs_update`, `md5`, `translation_service`, `translation_package`, `timestamp`, `links_fixed`, `_prevstate`) VALUES
|
||
(1, 1620, 10, 1, 0, '794fdf80aa04ed996896cf963d02a7b8', 'local', 'a:2:{s:3:"url";s:44:"http://127.0.0.1:4001/wordpress?page_id=4623";s:8:"contents";a:3:{s:5:"title";a:3:{s:9:"translate";i:1;s:4:"data";s:12:"Tm9zb3Ryb3M=";s:6:"format";s:6:"base64";}s:4:"body";a:3:{s:9:"translate";i:1;s:4:"data";s:6608:"W3NlcGFyYXRvciB0b3A9Ii01NSIgc3R5bGU9Im5vbmUiXQ0KW2Z1bGx3aWR0aCBib3JkZXJzaXplPSIwIiBwYWRkaW5nVG9wPSIyMHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4IiBiYWNrZ3JvdW5kY29sb3I9IiNmOGY4ZjgiIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiXQ0KW29uZV9oYWxmIGxhc3Q9Im5vIl0NCltzZXBhcmF0b3IgdG9wPSI1MCJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iRXF1aXBvIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvZl9lcXVpcG8uanBnIiAvPjwvZGl2Pg0KWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXQ0KW3RpdGxlIHNpemU9IjIiXUZpbG9zb2bDrWFbL3RpdGxlXQ0KTGlkIGVzdCBsYWJvcnVtIGRvbG8gcnVtZXMgZnVnYXRzIHVudHJhcy4gRXRoYXJ1bXMgc2VyIHF1aWRlbSByZXJ1bSBmYWNpbGlzIGRvbG9yZXMgbmVtaXMgb21uaXMgZnVnYXRzIHZpdGFlcyBuZW1vIG1pbmltYSByZXJ1bXMgdW5zZXJzIHNhZGlwcyBhbWV0cy4gU2VkIHV0IHBlcnNwaWNpYXRpcyB1bmRlIG9tbmlzIGlzdGUgbmF0dXMgZXJyb3Igc2l0IHZvbHVwdGF0ZW0gYWNjdXNhbnRpdW0gZG9sb3JlbXF1ZSBsYXVkYW50aXVtLCB0b3RhbSByZW0gYXBlcmlhbSwgZWFxdWUgaXBzYSBxdWFlIGFiIGlsbG8gaW52ZW50b3JlIHZlcml0YXRpcyBldCBxdWFzaSBhcmNoaXRlY3RvIGJlYXRhZSB2aXRhZSBkaWN0YSBzdW50IGV4cGxpY2Fiby4gTmVtbyBlbmltIGlwc2FtIHZvbHVwdGF0ZW0gcXVpYSB2b2x1cHRhcyBzaXQgYXNwZXJuYXR1ciBhdXQgb2RpdCBhdXQgZnVnaXQsIHNlZCBxdWlhIGNvbnNlcXV1bnR1ciBtYWduaSBkb2xvcmVzIGVvcyBxdWkgcmF0aW9uZSB2b2x1cHRhdGVtIHNlcXVpIG5lc2NpdW50Li4gTmVxdWUgcG9ycm8gcXVpc3F1YW0gZXN0LCBxdWkgZG9sb3JlbSBpcHN1bSBxdWlhIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciwgYWRpcGlzY2kgdmVsaXQsIHNlZCBxdWlhIG5vbiBudW1xdWFtIGVpdXMgbW9kaSB0ZW1wb3JhIGluY2lkdW50IHV0IGxhYm9yZSBkb2xvcmUgbWFnbm0gYWxpcXVhbSBxdWFlcmF0IHZvbHVwdGF0ZW0uDQpbL29uZV9oYWxmXQ0KWy9mdWxsd2lkdGhdDQoNCltzZXBhcmF0b3IgdG9wPSIyMCJdDQpbZnVsbHdpZHRoIGJhY2tncm91bmRjb2xvcj0iIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIwIiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgcGFkZGluZ1RvcD0iMHB4IiBwYWRkaW5nQm90dG9tPSIwcHgiXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiIGljb25jb2xvcj0iIiBjaXJjbGVjb2xvcj0iIiBjaXJjbGVib3JkZXJjb2xvcj0iIiBiYWNrZ3JvdW5kY29sb3I9IiJdDQpbY29udGVudF9ib3ggdGl0bGU9Ik51ZXN0cmFzIGluc3RhbGFjaW9uZXMiIGljb249IiIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvMS5qcGciIGltYWdlX3dpZHRoPSIzMDAiIGltYWdlX2hlaWdodD0iMjAwIiBsaW5rPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzLz9wYWdlX2lkPTQ2MjMjIiBsaW5rdGFyZ2V0PSJfc2VsZiIgbGlua3RleHQ9IiIgYW5pbWF0aW9uX3R5cGU9IjAiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1FdGhhcnVtcyBzZXIgcXVpZGVtIHJlcnVtIGZhY2lsaXMgZG9sb3JlcyBuZW1pcyBvbW5pcyBmdWdhdHMgdml0YWVzIG5lbW8gbWluaW1hIHJlcnVtcyB1bnNlcnMgc2FkaXBzIGFtZXRzLlsvY29udGVudF9ib3hdDQoNCltjb250ZW50X2JveCB0aXRsZT0iQ3VpZGFkbyBkZSBsb3MgY2FiYWxsb3MiIGljb249IiIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvaG9yc2UtMDMtMTAyNHg2NTQuanBnIiBpbWFnZV93aWR0aD0iMzAwIiBpbWFnZV9oZWlnaHQ9IjIwMCIgbGluaz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy8/cGFnZV9pZD00NjIzIyIgbGlua3RhcmdldD0iX3NlbGYiIGxpbmt0ZXh0PSIiIGFuaW1hdGlvbl90eXBlPSIwIiBhbmltYXRpb25fZGlyZWN0aW9uPSJkb3duIiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdRXRoYXJ1bXMgc2VyIHF1aWRlbSByZXJ1bSBmYWNpbGlzIGRvbG9yZXMgbmVtaXMgb21uaXMgZnVnYXRzIHZpdGFlcyBuZW1vIG1pbmltYSByZXJ1bXMgdW5zZXJzIHNhZGlwcyBhbWV0cy5bL2NvbnRlbnRfYm94XQ0KDQpbY29udGVudF9ib3ggdGl0bGU9IlBlcnNvbmFsIGN1YWxpZmljYWRvIiBpY29uPSIiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAxMS0xMDI0eDY1NC5qcGciIGltYWdlX3dpZHRoPSIzMDAiIGltYWdlX2hlaWdodD0iMjAwIiBsaW5rPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzLz9wYWdlX2lkPTQ2MjMjIiBsaW5rdGFyZ2V0PSJfc2VsZiIgbGlua3RleHQ9IiIgYW5pbWF0aW9uX3R5cGU9IjAiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1FdGhhcnVtcyBzZXIgcXVpZGVtIHJlcnVtIGZhY2lsaXMgZG9sb3JlcyBuZW1pcyBvbW5pcyBmdWdhdHMgdml0YWVzIG5lbW8gbWluaW1hIHJlcnVtcyB1bnNlcnMgc2FkaXBzIGFtZXRzLlsvY29udGVudF9ib3hdDQoNClsvY29udGVudF9ib3hlc10NCltzZXBhcmF0b3IgdG9wPSI1NSJdDQpbL2Z1bGx3aWR0aF0NCg0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZjhmOGY4IiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSIyMHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KW3NlcGFyYXRvciB0b3A9IjUwIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1tZWRpdW0gd3AtaW1hZ2UtNDcxNyIgYWx0PSJob3JzZS0wMjEtMTAyNHg2NTQiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQtMzAweDE5MS5qcGciIHdpZHRoPSIzMDAiIGhlaWdodD0iMTkxIiAvPjwvZGl2Pg0KWy9vbmVfdGhpcmRdDQpbdHdvX3RoaXJkIGxhc3Q9InllcyJdDQpbdGl0bGUgc2l6ZT0iMyJdTnVlc3Ryb3Mgc2VtZW50YWxlc1svdGl0bGVdDQpOdWVzdHJvIG9iamV0aXZvIGVzIHRlbmVyIHVuIGdydXBvIGRlIHNlbWVudGFsZXMgY29tcGV0aXRpdm9zIGVuIGxhIGNvbXBldGljacOzbiBlIGludGVyZXNhbnRlIHBhcmEgbGEgY3LDrWEuIEludGVudGFtb3MgcXVlIGVsIHNlbWVudGFsIHNlYSBsbyBtw6FzIGNvbXBsZXRvIHBvc2libGUgcGFyYSBsb3MgY3JpYWRvcmVzLiBIZW1vcyBidXNjYWRvIGxvcyBzZW1lbnRhbGVzIGVudHJlIGxvcyBtZWpvcmVzIG9yw61nZW5lcywgc2llbXByZSBjb24gdW4gYnVlbiBmw61zaWNvIHkgYnVlbm9zIG1vdmltaWVudG9zIHF1ZSBwZXJtaXRhbiBxdWUgZWwgc2VtZW50YWwgdGVuZ2EgdW5hIGdyYW4gY2FwYWNpZGFkIHBhcmEgc2FsdGFyLg0KRHVyYW50ZSBsYSB0ZW1wb3JhZGEgZGUgY3VicmljaW9uZXMsIGxvcyBzZW1lbnRhbGVzIGNvbWJpbmFuIHN1cyB0YXJlYXMgZGUgcmVwcm9kdWNjacOzbiBjb24gbGEgY29tcGV0aWNpw7NuLCBlIGludGVudGFtb3Mgb2ZyZWNlciB1biBidWVuIHNlcnZpY2lvIGEgbG9zIGNyaWFkb3Jlcy4gUGFyYSBsYSBleHRyYWNjacOzbiB5IG1hbmlwdWxhY2nDs24gZGVsIHNlbWVuLCBsYSBZZWd1YWRhIENhbXBvcyBwb3NlZSBsYXMgw7psdGltYXMgdGVjbm9sb2fDrWFzIHF1ZSBub3MgcGVybWl0ZW4gZW52aWFyIHNlbWVuIGZyZXNjbyB5IGNvbmdlbGFkbyBhIGN1YWxxdWllciBwdW50byBkZSBFdXJvcGEgZW4gbWVub3MgZGUgMjQgaG9yYXMuDQpbL3R3b190aGlyZF0gDQpbc2VwYXJhdG9yIHRvcD0iNTUiXQ0KW29uZV90aGlyZCBsYXN0PSJubyJdDQpbc2VwYXJhdG9yIHRvcD0iNTAiXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2NhYmFsbG8teWVndWEtY29uLXN1LWNyaWEtby1wb3Ryby1iZWJlLWVxdWlub3MtMzAweDE4Ny5qcGciIGFsdD0iWWVndWEiIHdpZHRoPSIzMDAiIGhlaWdodD0iMTg3IiBjbGFzcz0iYWxpZ25ub25lIHNpemUtbWVkaXVtIHdwLWltYWdlLTUwNjgiIC8+PC9kaXY+DQpbL29uZV90aGlyZF0NClt0d29fdGhpcmQgbGFzdD0ieWVzIl0NClt0aXRsZSBzaXplPSIzIl1OdWVzdHJhcyB5ZWd1YXNbL3RpdGxlXQ0KUGFyYSBwb2RlciBjdW1wbGlyIG51ZXN0cm8gb2JqZXRpdm8sIHRvZGFzIGxhcyB5ZWd1YXMgaGFuIHNpZG8gc2VsZWNjaW9uYWRhcyBtdXkgY3VpZGFkb3NhbWVudGUgZW50cmUgbGFzIG1lam9yZXMgZmFtaWxpYXMgbWF0ZXJuYXMgcGFyYSBwcm9kdWNpciBwb3Ryb3MgcXVlIHNlcsOhbiBkZXN0aW5hZG9zIGEgY29tcGV0aXIgZW4gZWwgbcOheGltbyBuaXZlbCBpbnRlcm5hY2lvbmFsLg0KWy90d29fdGhpcmRdDQoNClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9Ii01NSJd";s:6:"format";s:6:"base64";}s:11:"original_id";a:2:{s:9:"translate";i:0;s:4:"data";i:4623;}}}', '2014-02-26 17:39:14', 0, NULL),
|
||
(2, 1621, 10, 1, 1, '3ad0e6303a0911fc8ada1761b7443db0', 'local', 'a:2:{s:3:"url";s:44:"http://127.0.0.1:4001/wordpress?page_id=4824";s:8:"contents";a:3:{s:5:"title";a:3:{s:9:"translate";i:1;s:4:"data";s:20:"SW5zdGFsYWNpb25lcw==";s:6:"format";s:6:"base64";}s:4:"body";a:3:{s:9:"translate";i:1;s:4:"data";s:3532:"W3NlcGFyYXRvciB0b3A9Ii0yMCJdDQpbc2xpZGVyXVtzbGlkZV1odHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL1NhbnRheW5lei5qcGdbL3NsaWRlXVtzbGlkZV1odHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyLzAzX2Jhbm5lcmhvbWVfYWxsb3RqYW1lbnRfMi5qcGdbL3NsaWRlXVtzbGlkZV1odHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyLzA5X2Jhbm5lcmhvbWVfY2FiYWxsb18xLmpwZ1svc2xpZGVdWy9zbGlkZXJdDQpbc2VwYXJhdG9yIHRvcD0iLTMwIiBzdHlsZT0ibm9uZSJdDQo8c3Ryb25nPjxlbT5BIGNpZW4ga2lsw7NtZXRyb3MgZGUgTWFkcmlkIGVzdMOhbiBsYXMgaW5zdGFsYWNpb25lcyBkZSBEb3VibGUgUiBHcm91cC4gRW4gdW5hIGZpbmNhIGRlIHRyZWludGEgaGVjdMOhcmVhcyBkZXNhcnJvbGxhbW9zIGxhcyBhY3RpdmlkYWRlcyBkZSBjcsOtYSB5IGVudHJlbmFtaWVudG8gZGUgY2FiYWxsb3MgcGFyYSBsYSBhbHRhIGNvbXBldGljacOzbi48L2VtPjwvc3Ryb25nPg0KDQpbc2VwYXJhdG9yIHRvcD0iNTAiXQ0KDQpbdHdvX3RoaXJkIGxhc3Q9Im5vIl0NClt0aXRsZSBzaXplPSIzIl1Eb3RhY2lvbmVzWy90aXRsZV0NCg0KRG91YmxlIFIgR3JvdXAgdGllbmUgdG9kYSBsYSBpbmZyYWVzdHJ1Y3R1cmEgbmVjZXNhcmlhIHBhcmEgZWwgZGVzYXJyb2xsbyB5IGVsIGVudHJlbmFtaWVudG8gZGUgbG9zIGNhYmFsbG9zIGVuIHRvZGFzIHN1cyBmYXNlcw0KDQpbY2hlY2tsaXN0IGljb249ImNpcmNsZS1hcnJvdy1yaWdodCIgaWNvbmNvbG9yPSIzOTVCN0IiIGNpcmNsZT0ibm8iXQ0KPHVsPg0KCTxsaT5GaW5jYSBkZSBtw6FzIGRlIHRyZWludGEgaGVjdMOhcmVhcy48L2xpPg0KCTxsaT5QaXN0YXMgZGUgdHJhYmFqbyB5IHNhbHRvPC9saT4NCgk8bGk+UGlzdGFzIHBhcmEgZGFyIGN1ZXJkYTwvbGk+DQoJPGxpPlBpc3RhcyBkZSBnYWxvcGU8L2xpPg0KCTxsaT5DYW1pbmFkb3JlczwvbGk+DQoJPGxpPlN1ZWxvcyBkZSBjb25kaWNpb25lcyDDs3B0aW1hczwvbGk+DQo8L3VsPg0KWy9jaGVja2xpc3RdDQpbL3R3b190aGlyZF0NCg0KW29uZV90aGlyZCBsYXN0PSJ5ZXMiXQ0KW3RpdGxlIHNpemU9IjMiXUxvY2FsaXphY2nDs25bL3RpdGxlXQ0KPGlmcmFtZSBzcmM9Imh0dHBzOi8vbWFwcy5nb29nbGUuY29tL21hcHM/Zj1xJmFtcDtzb3VyY2U9c19xJmFtcDtobD1lbiZhbXA7Z2VvY29kZT0mYW1wO3E9Nzc1K05ldytZb3JrK0F2ZSwrQnJvb2tseW4sK0tpbmdzLCtOZXcrWW9yaysxMTIwMyZhbXA7YXE9JmFtcDtzbGw9MjcuNjk4NjM4LC04My44MDQ2MDEmYW1wO3NzcG49MjEuNzcwMTMxLDQ3Ljg3ODQxOCZhbXA7aWU9VVRGOCZhbXA7aHE9JmFtcDtobmVhcj03NzUrRStOZXcrWW9yaytBdmUsK0Jyb29rbHluLCtOZXcrWW9yaysxMTIwMyZhbXA7dD1tJmFtcDt6PTE0JmFtcDtsbD00MC42NjI0NDEsLTczLjkzNjkzNSZhbXA7b3V0cHV0PWVtYmVkIiBoZWlnaHQ9IjE1MCIgd2lkdGg9IjI4OCIgZnJhbWVib3JkZXI9IjAiIG1hcmdpbndpZHRoPSIwIiBtYXJnaW5oZWlnaHQ9IjAiIHNjcm9sbGluZz0ibm8iPjwvaWZyYW1lPg0KPHNtYWxsPkluc3RhbGFjaW9uZXMgZW4gbGEgQ29tdW5pZGFkIGRlIE1hZHJpZDwvc21hbGw+DQpbL29uZV90aGlyZF0NCg0KW3NlcGFyYXRvciB0b3A9IjE1Il0NClt0aXRsZSBzaXplPSIzIl1JbcOhZ2VuZXMgZGUgbGFzIGluc3RhbGFjaW9uZXNbL3RpdGxlXQ0KDQpbaW1hZ2VzIGxpZ2h0Ym94PSJ5ZXMiXQ0KW2ltYWdlIGxpbms9IiIgbGlua3RhcmdldD0iX3NlbGYiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyLzEuanBnIiBhbHQ9IiJdDQpbaW1hZ2UgbGluaz0iIiBsaW5rdGFyZ2V0PSJfc2VsZiIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvMi5qcGciIGFsdD0iIl0NCltpbWFnZSBsaW5rPSIiIGxpbmt0YXJnZXQ9Il9zZWxmIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi8zLmpwZyIgYWx0PSIiXQ0KW2ltYWdlIGxpbms9IiIgbGlua3RhcmdldD0iX3NlbGYiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyLzQuanBnIiBhbHQ9IiJdDQpbaW1hZ2UgbGluaz0iIiBsaW5rdGFyZ2V0PSJfc2VsZiIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvNS5qcGciIGFsdD0iIl0NCltpbWFnZSBsaW5rPSIiIGxpbmt0YXJnZXQ9Il9zZWxmIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi82LmpwZyIgYWx0PSIiXQ0KW2ltYWdlIGxpbms9IiIgbGlua3RhcmdldD0iX3NlbGYiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyLzcuanBnIiBhbHQ9IiJdDQpbL2ltYWdlc10=";s:6:"format";s:6:"base64";}s:11:"original_id";a:2:{s:9:"translate";i:0;s:4:"data";i:4824;}}}', '2014-02-26 17:40:26', 0, NULL),
|
||
(3, 1622, 10, 1, 0, 'c3cce63b58363e9bea5e3dd74afe6f7b', 'local', 'a:2:{s:3:"url";s:44:"http://127.0.0.1:4001/wordpress?page_id=4698";s:8:"contents";a:3:{s:5:"title";a:3:{s:9:"translate";i:1;s:4:"data";s:12:"Tm90aWNpYXM=";s:6:"format";s:6:"base64";}s:4:"body";a:3:{s:9:"translate";i:1;s:4:"data";s:384:"W2Jsb2cgbnVtYmVyX3Bvc3RzPSI2IiBjYXRfc2x1Zz0iIiB0aXRsZT0ieWVzIiB0aHVtYm5haWw9InllcyIgZXhjZXJwdD0ieWVzIiBleGNlcnB0X3dvcmRzPSI1NSIgbWV0YV9hbGw9InllcyIgbWV0YV9hdXRob3I9Im5vIiBtZXRhX2NhdGVnb3JpZXM9InllcyIgbWV0YV9jb21tZW50cz0ibm8iIG1ldGFfZGF0ZT0ieWVzIiBtZXRhX2xpbms9InllcyIgcGFnaW5nPSJ5ZXMiIHNjcm9sbGluZz0icGFnaW5hdGlvbiIgc3RyaXBfaHRtbD0ieWVzIiBsYXlvdXQ9ImxhcmdlLWFsdGVybmF0ZSJdWy9ibG9nXQ==";s:6:"format";s:6:"base64";}s:11:"original_id";a:2:{s:9:"translate";i:0;s:4:"data";i:4698;}}}', '2014-02-26 17:49:53', 0, NULL),
|
||
(4, 1635, 10, 1, 0, '075d436ad95e14d495c2dafeb13144da', 'local', 'a:2:{s:3:"url";s:44:"http://127.0.0.1:4001/wordpress?page_id=4897";s:8:"contents";a:3:{s:5:"title";a:3:{s:9:"translate";i:1;s:4:"data";s:8:"Q3LDrWE=";s:6:"format";s:6:"base64";}s:4:"body";a:3:{s:9:"translate";i:1;s:4:"data";s:0:"";s:6:"format";s:6:"base64";}s:11:"original_id";a:2:{s:9:"translate";i:0;s:4:"data";i:4897;}}}', '2014-02-26 17:59:39', 0, NULL),
|
||
(5, 1636, 10, 1, 0, '2fe91b50e60a69b3392622461104223c', 'local', 'a:2:{s:3:"url";s:44:"http://127.0.0.1:4001/wordpress?page_id=4899";s:8:"contents";a:3:{s:5:"title";a:3:{s:9:"translate";i:1;s:4:"data";s:16:"Q29tcGV0aWNpw7Nu";s:6:"format";s:6:"base64";}s:4:"body";a:3:{s:9:"translate";i:1;s:4:"data";s:0:"";s:6:"format";s:6:"base64";}s:11:"original_id";a:2:{s:9:"translate";i:0;s:4:"data";i:4899;}}}', '2014-02-26 18:00:21', 0, NULL),
|
||
(6, 1637, 10, 1, 0, 'ffa5fcef5b7eb72b524151914517bc39', 'local', 'a:2:{s:3:"url";s:44:"http://127.0.0.1:4001/wordpress?page_id=4671";s:8:"contents";a:3:{s:5:"title";a:3:{s:9:"translate";i:1;s:4:"data";s:12:"Q29udGFjdG8=";s:6:"format";s:6:"base64";}s:4:"body";a:3:{s:9:"translate";i:1;s:4:"data";s:1424:"W3R3b190aGlyZCBsYXN0PSJubyJdDQpbdGl0bGUgc2l6ZT0iMyJdRm9ybXVsYXJpbyBkZSBjb250YWN0b1svdGl0bGVdDQpbZ3Jhdml0eWZvcm0gaWQ9IjEiIG5hbWU9IkNvbnRhY3RvIiBhamF4PSJ0cnVlIiB0aXRsZT0iZmFsc2UiXQ0KWy90d29fdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQpbdGl0bGUgc2l6ZT0iMyJdRG91YmxlIFIgR3JvdXBbL3RpdGxlXQ0KPHA+W2ZvbnRhd2Vzb21lIGljb249Im1hcC1tYXJrZXIiIGNpcmNsZT0ibm8iIHNpemU9Im1lZGl1bSIgaWNvbmNvbG9yPSIjMjk1ZTgxIiBjaXJjbGVjb2xvcj0iIiBjaXJjbGVib3JkZXJjb2xvcj0iIiBhbmltYXRpb25fdHlwZT0iMCIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXSBDYWxsZSBkZSBBbG1hZ3JvLCAyMSwgMjgwMTAgTWFkcmlkPC9wPg0KPHA+W2ZvbnRhd2Vzb21lIGljb249InBob25lIiBjaXJjbGU9Im5vIiBzaXplPSJtZWRpdW0iIGljb25jb2xvcj0iIzI5NWU4MSIgY2lyY2xlY29sb3I9IiIgY2lyY2xlYm9yZGVyY29sb3I9IiIgYW5pbWF0aW9uX3R5cGU9IjAiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImRvd24iIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl0rMzQgNjE5IDY4NiA2MzM8L3A+DQo8cD5bZm9udGF3ZXNvbWUgaWNvbj0iZW52ZWxvcGUiIGNpcmNsZT0ibm8iIHNpemU9Im1lZGl1bSIgaWNvbmNvbG9yPSIjMjk1ZTgxIiBjaXJjbGVjb2xvcj0iIiBjaXJjbGVib3JkZXJjb2xvcj0iIiBhbmltYXRpb25fdHlwZT0iMCIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXWluZm9AZG91Ymxlcmdyb3VwLmNvbTwvcD4NCjxwPltmb250YXdlc29tZSBpY29uPSJnbG9iZSIgY2lyY2xlPSJubyIgc2l6ZT0ibWVkaXVtIiBpY29uY29sb3I9IiMyOTVlODEiIGNpcmNsZWNvbG9yPSIiIGNpcmNsZWJvcmRlcmNvbG9yPSIiIGFuaW1hdGlvbl90eXBlPSIwIiBhbmltYXRpb25fZGlyZWN0aW9uPSJkb3duIiBhbmltYXRpb25fc3BlZWQ9IjAuMSJdd3d3LmRvdWJsZXJncm91cC5jb208L3A+DQpbL29uZV90aGlyZF0NCg==";s:6:"format";s:6:"base64";}s:11:"original_id";a:2:{s:9:"translate";i:0;s:4:"data";i:4671;}}}', '2014-02-26 18:01:28', 0, NULL),
|
||
(7, 1641, 9, 1, 0, '9a9a2282ddc931fbed590f2b316013e6', 'local', 'a:2:{s:3:"url";s:44:"http://127.0.0.1:4001/wordpress?page_id=4705";s:8:"contents";a:3:{s:5:"title";a:3:{s:9:"translate";i:1;s:4:"data";s:8:"SW5pY2lv";s:6:"format";s:6:"base64";}s:4:"body";a:3:{s:9:"translate";i:1;s:4:"data";s:5560:"W3NlcGFyYXRvciB0b3A9Ii01NSJdDQpbZnVsbHdpZHRoIGJvcmRlcnNpemU9IjAiIHBhZGRpbmdUb3A9IjQwcHgiIHBhZGRpbmdCb3R0b209IjEwMHB4Il0NCjxoMSBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyBmb250LXNpemU6IDM2cHggIWltcG9ydGFudDsiPkNyw61hIHkgdmVudGEgZGUgY2FiYWxsb3MgZGUgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMzk1YjdiOyI+Y29tcGV0aWNpw7NuPC9zcGFuPjwvaDE+DQo8cCBzdHlsZT0iZm9udC1zaXplOiAxOHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IG1hcmdpbi10b3A6IC0xMHB4OyI+RW4gPHN0cm9uZz5Eb3VibGUgUiBHcm91cDwvc3Ryb25nPiBub3MgZGVkaWNhbW9zIGEgbGEgPHN0cm9uZz5jcsOtYSB5IHZlbnRhPC9zdHJvbmc+IGRlIGNhYmFsbG9zIGEgbml2ZWwgbXVuZGlhbDwvcD4NCltzZXBhcmF0b3IgdG9wPSI0MCIgc3R5bGU9InNpbmdsZSJdDQpbcmVjZW50X2hvcnNlcyBsYXlvdXQ9ImNhcm91c2VsIiBmaWx0ZXJzPSJ5ZXMiIGNvbHVtbnM9IjQiIG51bWJlcl9wb3N0cz0iOCIgZXhjZXJwdF93b3Jkcz0iMTUiIGFuaW1hdGlvbl90eXBlPSJzbGlkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjIiXVsvcmVjZW50X2hvcnNlc10NClsvZnVsbHdpZHRoXQ0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBiYWNrZ3JvdW5kaW1hZ2U9IiIgYmFja2dyb3VuZHJlcGVhdD0ibm8tcmVwZWF0IiBiYWNrZ3JvdW5kcG9zaXRpb249ImxlZnQgdG9wIiBiYWNrZ3JvdW5kYXR0YWNobWVudD0ic2Nyb2xsIiBib3JkZXJzaXplPSIxcHgiIGJvcmRlcmNvbG9yPSIjZTVlNGU0IiBwYWRkaW5nVG9wPSI2MHB4IiBwYWRkaW5nQm90dG9tPSIyMHB4Il1bb25lX2hhbGYgbGFzdD0ibm8iXVt5b3V0dWJlIGlkPSJLNzA4UTR6aXBFdyIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIzMzgiIGF1dG9wbGF5PSJubyJdWy9vbmVfaGFsZl0NCltvbmVfaGFsZiBsYXN0PSJ5ZXMiXVt0aXRsZSBzaXplPSIzIl1DYWJhbGxvcyBkZSBjb21wZXRpY2nDs25bL3RpdGxlXQ0KSW50ZWdlciB0aW5jaWR1bnQgbmVxdWUgY29tbW9kbyBibGFuZGl0IGxvYm9ydGlzLiBEb25lYyB2ZXN0aWJ1bHVtIGVyb3Mgc2l0IGFtZXQgYW50ZSBjb25ndWUgbWFsZXN1YWRhIGV1IHZpdGFlIGxhY3VzLiBJbnRlZ2VyIGVnZXQgZWxpdCBtZXR1cy4gRG9uZWMgaW4gZG9sb3Igc2VkIHR1cnBpcyBjb25kaW1lbnR1bSBhbGlxdWFtLiBTZWQgdWx0cmljZXMgYWMgbGliZXJvIGV1IGx1Y3R1cy4gTnVsbGFtIHV0IGF1Y3RvciBhcmN1LCBub24gYWNjdW1zYW4gZWxpdC4gU2VkIHBvcnR0aXRvciBmcmluZ2lsbGEgbnVuYy4gVmVzdGlidWx1bSBwZWxsZW50ZXNxdWUgaWFjdWxpcyBlbGl0IGV1IHRpbmNpZHVudC4gSW50ZWdlciBub24gb3JuYXJlIG1hZ25hLCBzaXQgYW1ldCBydXRydW0gbmVxdWUuDQpbL29uZV9oYWxmXQ0KW3NlcGFyYXRvciB0b3A9IjQwIiBzdHlsZT0ic2luZ2xlIl0NCltvbmVfdGhpcmQgbGFzdD0ibm8iXQ0KPGRpdiBjbGFzcz0icGhvdG8tZnJhbWUiPjxpbWcgY2xhc3M9IndwLWltYWdlIiBhbHQ9IlNlcnZpY2lvcyIgc3JjPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAyL2hvcnNlLTAzLTEwMjR4NjU0LmpwZyIgLz48L2Rpdj4NCltjb250ZW50X2JveGVzIGxheW91dD0iaWNvbi1vbi10b3AiXVtjb250ZW50X2JveCB0aXRsZT0iQ3LDrWEiXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9Im5vIl0NCjxkaXYgY2xhc3M9InBob3RvLWZyYW1lIj48aW1nIGNsYXNzPSJ3cC1pbWFnZSIgYWx0PSJTZXJ2aWNpb3MiIHNyYz0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMi9ob3JzZS0wMjEtMTAyNHg2NTQuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJDb21wZXRpY2nDs24iXVsvY29udGVudF9ib3hdWy9jb250ZW50X2JveGVzXQ0KWy9vbmVfdGhpcmRdDQpbb25lX3RoaXJkIGxhc3Q9InllcyJdDQo8ZGl2IGNsYXNzPSJwaG90by1mcmFtZSI+PGltZyBjbGFzcz0id3AtaW1hZ2UiIGFsdD0iU2VydmljaW9zIiBzcmM9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDIvc3RhYmxlczEuanBnIiAvPjwvZGl2Pg0KW2NvbnRlbnRfYm94ZXMgbGF5b3V0PSJpY29uLW9uLXRvcCJdW2NvbnRlbnRfYm94IHRpdGxlPSJJbnN0YWxhY2lvbmVzIl1bL2NvbnRlbnRfYm94XVsvY29udGVudF9ib3hlc10NClsvb25lX3RoaXJkXQ0KWy9mdWxsd2lkdGhdDQoNCltmdWxsd2lkdGggYmFja2dyb3VuZGNvbG9yPSIiIGJhY2tncm91bmRpbWFnZT0iIiBiYWNrZ3JvdW5kcmVwZWF0PSJuby1yZXBlYXQiIGJhY2tncm91bmRwb3NpdGlvbj0ibGVmdCB0b3AiIGJhY2tncm91bmRhdHRhY2htZW50PSJzY3JvbGwiIGJvcmRlcnNpemU9IjFweCIgYm9yZGVyY29sb3I9IiNlNWU0ZTQiIHBhZGRpbmdUb3A9IjYwcHgiIHBhZGRpbmdCb3R0b209IjIwcHgiXVtvbmVfaGFsZiBsYXN0PSJubyJdDQoNClt0aXRsZSBzaXplPSI0Il3Dmmx0aW1hcyBub3RpY2lhc1svdGl0bGVdDQoNCltyZWNlbnRfcG9zdHMgbGF5b3V0PSJ0aHVtYm5haWxzLW9uLXNpZGUiIGNvbHVtbnM9IjEiIG51bWJlcl9wb3N0cz0iMiIgY2F0X3NsdWc9IiIgZXhjbHVkZV9jYXRzPSIiIHRodW1ibmFpbD0ieWVzIiB0aXRsZT0ieWVzIiBtZXRhPSJubyIgZXhjZXJwdD0ieWVzIiBleGNlcnB0X3dvcmRzPSIxNSIgc3RyaXBfaHRtbD0ieWVzIiBhbmltYXRpb25fdHlwZT0ic2xpZGUiIGFuaW1hdGlvbl9kaXJlY3Rpb249ImxlZnQiIGFuaW1hdGlvbl9zcGVlZD0iMC4xIl1bL3JlY2VudF9wb3N0c10NCg0KW2J1dHRvbiBsaW5rPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL25vdGljaWFzLyIgY29sb3I9ImRlZmF1bHQiIHNpemU9InNtYWxsIiB0YXJnZXQ9Il9zZWxmIiB0aXRsZT0iIiBhbmltYXRpb25fdHlwZT0iZmFkZSIgYW5pbWF0aW9uX2RpcmVjdGlvbj0iZG93biIgYW5pbWF0aW9uX3NwZWVkPSIwLjEiXUlyIGEgbGFzIG5vdGljaWFzICZndDtbL2J1dHRvbl0NClsvb25lX2hhbGZdIFtvbmVfaGFsZiBsYXN0PSJ5ZXMiXQ0KDQpbdGl0bGUgc2l6ZT0iNCJdQm9sZXTDrW4gZGUgbm90aWNpYXNbL3RpdGxlXQ0KW2dyYXZpdHlmb3JtIGlkPSIyIiBuYW1lPSJCb2xldMOtbiBkZSBub3RpY2lhcyIgdGl0bGU9ImZhbHNlIiBhamF4PSJ0cnVlIl0NClsvb25lX2hhbGZdDQoNClsvZnVsbHdpZHRoXQ0KDQoNCltmdWxsd2lkdGggYm9yZGVyc2l6ZT0iMXB4IiBib3JkZXJjb2xvcj0iI2U1ZTRlNCIgYmFja2dyb3VuZGNvbG9yPSIjZmZmIiBwYWRkaW5nVG9wPSI1MHB4Il0NCltjbGllbnRzXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvQmFpbGV5cy1Mb2dvLmpwZyJdW2NsaWVudCBsaW5rPSIjIiBpbWFnZT0iaHR0cDovLzEyNy4wLjAuMTo0MDAxL3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9HdWNjaV9DaGFyaXR5X0NsYXNzaWNfTG9nb19XaGl0ZV9GaW5hbC5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvODAwMzguanBnIl1bY2xpZW50IGxpbms9IiMiIGltYWdlPSJodHRwOi8vMTI3LjAuMC4xOjQwMDEvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2hlcm1lcy11c2VmMi5qcGciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvbG9nb1N0bEhvcnNlU2hvdy5wbmciXVtjbGllbnQgbGluaz0iIyIgaW1hZ2U9Imh0dHA6Ly8xMjcuMC4wLjE6NDAwMS93b3JkcHJlc3Mvd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvR1NIU19sb2dvXzM4NHgzODQucG5nIl1bL2NsaWVudHNdDQpbL2Z1bGx3aWR0aF0NCltzZXBhcmF0b3IgdG9wPSItNTUiXQ==";s:6:"format";s:6:"base64";}s:11:"original_id";a:2:{s:9:"translate";i:0;s:4:"data";i:4705;}}}', '2014-02-26 18:08:59', 0, NULL),
|
||
(8, 1723, 9, 1, 0, '51e681b18e8e69b08cabb3647f68c57f', 'local', 'a:2:{s:3:"url";s:38:"http://127.0.0.1:4001/wordpress?p=4994";s:8:"contents";a:9:{s:5:"title";a:3:{s:9:"translate";i:1;s:4:"data";s:12:"WmluZWRpbmU=";s:6:"format";s:6:"base64";}s:4:"body";a:3:{s:9:"translate";i:1;s:4:"data";s:3332:"PGg0PktXUE4gLSBjaGVzdG51dCAtIDIwMDQgLSAxNiwyIGhhbmRzPC9oND4NCg0KQXBwcm92ZWQgZm9yOiBXZXN0ZmFsZW4sIFJoZWlubGFuZCwgT1MsIEhhbm5vdmVyLCBhbGxlIHPDvGRkZXV0c2NoZW4gVmVyYsOkbmRlLiBPdGhlciB2ZXJiYW5kcyBvbiByZXF1ZXN0Lg0KSW5zZW1pbmF0aW9uIGZlZTogMTAwMOKCrCogKyBJbi1mb2FsIGZlZTogMTAwMOKCrCogKEZTK1RHKQ0KRm9yZWlnbiBjdXN0b21lcnMgbXVzdCBwYXkgZnVsbCBzdHVkIGZlZSBpbiBhZHZhbmNlLiBSZWZ1bmQgb2YgdGhlIGhhbGYgYXQgbm9uLXByZWduYW5jeQ0KDQoyMDEyIGVpZ2h0aCBpbiBoaXMgZmlyc3QgV29ybGQgQ3VwIGluIFN0dXR0Z2FydCBhZnRlciB3aW5uaW5nIGEgbnVtYmVyIG9mIHRlc3RzIGluIHRoZSBpbnRlcm5hdGlvbmFsIFlvdW5nc3RlciBUb3VyLiBQbGFjZWQgaW4gMjAxMywgYXMgYSBuaW5lLXllYXIgb2xkLCBhbW9uZyB0aGUgYmVzdCBpbiBDaGFudGlsbHkvRlJBLCBOZXVtw7xuc3Rlci9HRVIsIEFhY2hlbi9HRVIgYW5kIGBzIEhlcnRvZ2VuYm9zY2gvTkVELiBIaXMgc2lyZSBHdWlkYW0gKGJ5IFF1aWRhbSBkZSBSZXZlbCkgcHJvZHVjZWQgbWFueSBjaGFtcGlvbnNoaXAgb2Zmc3ByaW5nLiBEYW1gcyBzaXJlIEhlYXJ0YnJlYWtlciBpcyB0aGUgZm91cnRoLWJlc3QtanVtcGVyLW1ha2VyLiANCg0KW3RpdGxlIHNpemU9IjMiXVByb2dlbnlbL3RpdGxlXQ0KDQpGbG9yZW5jaWFub+KAmXMgZGVidXQgYXMgYSBzaXJlIHdhcyBicmlsbGlhbnQuIEluIGtlZXBpbmcgd2l0aCBoaXMgb3V0c3RhbmRpbmcgZmlyc3QgZm9hbCBjcm9wcywgaGlzIGRhdWdodGVyIEZlaW5lIFJvc2EgdG9vayB0aGUgMjAxMSBDaGFtcGlvbiBNYXJlIHRpdGxlIGF0IHRoZSBHZXJtYW4gRWxpdGUgQnJvb2RtYXJlIENoYW1waW9uc2hpcHMgYXMgd2VsbCBhcyB0aGUgUmhpbmVsYW5kIENoYW1waW9uIE1hcmUgdGl0bGUsIGhpcyBkYXVnaHRlciBGbG9yZW5jaWFuYSBGIGJlY2FtZSB0aGUgV2VzdHBoYWxpYW4gQ2hhbXBpb24gTWFyZSBhbmQgaGlzIGRhdWdodGVyIEZvciBDb210ZXNzIHdvbiB0aGUgV2VzdHBoYWxpYW4gQ2hhbXBpb25zaGlwcywgdGhlIFdlc3RwaGFsaWFuIFdhcHBlbiBhbmQgYWxzbyBwYXJ0aWNpcGF0ZWQgaW4gdGhlIEJ1bmRlc2NoYW1waW9uYXQgRmluYWwuIFRocmVlIG9mIGhpcyBzb25zIHdlcmUgbGljZW5zZWQsIGluY2x1ZGluZyB0aGUgMjAxMiBOUlcgcHJlbWl1bSBzdGFsbGlvbiwgRmFyYmVuc3BpZWwuIEhpcyBvZmZzcHJpbmcgYXJlIG9mZiB0byBhIGhpZ2hseSBwcm9taXNpbmcgc3RhcnQgaW4gYmFzaWMgdGVzdHMgZm9yIHlvdW5nc3RlcnMuIA0KDQpbaG9yc2VfZmFtaWx5X3RyZWVdDQoNCltzZXBhcmF0b3IgdG9wPSIxMCJdDQoNClt0aXRsZSBzaXplPSIzIl1QZWRpZ3JlZVsvdGl0bGVdDQoNCkhpcyBzaXJlIGlzIHRoZSB0d28tdGltZSBXb3JsZCBDaGFtcGlvbiBvZiB5b3VuZyBkcmVzc2FnZSBob3JzZXMsIEZsb3JlbmNpbyBJLg0KDQpGbG9yZW5jaWFub+KAmXMgaGlnaGx5IGRlY29yYXRlZCBkYW0gbGluZSBvcmlnaW5hdGVkIGluIHRoZSBOZXRoZXJsYW5kcy4gSGlzIGRhbSBTdC5Qci5TdC4gTHVuZGkgVCB3b24gZWlnaHQgbWVkaXVtIChNKSBsZXZlbCBkcmVzc2FnZSB0ZXN0cyBhbmQgcmVjZWl2ZWQg4oCccGVyZm9ybWFuY2UgbWFyZSBkcmVzc2FnZeKAnSBzdGF0dXMuICBUaGUgZGFt4oCZcyBzaXJlIEhhdmlkb2ZmLCBieSB0aGUgR3JhbmQgUHJpeCBzdGFsbGlvbiBDbGF2ZWNpbWJlbCwgd2FzIGF3YXJkZWQg4oCca2V1cuKAnSBzdGF0dXMuIE1hbnkgb2YgaGlzIG9mZnNwcmluZyB3aW4gcmliYm9ucyBhdCBHcmFuZCBQcml4IGxldmVsIHN1Y2ggYXMgaGlzIGxpY2Vuc2VkIHNvbiwgUGFnYW5pbmkuIEdyYW5kZGFtIEFudXNrYSBwcm9kdWNlZCBzZXZlcmFsIGhvcnNlcyB0aGF0IHdlcmUgc3VjY2Vzc2Z1bCBpbiBkcmVzc2FnZSByaW5ncy4gDQoNClRoZSBwZXJmb3JtYW5jZSBkb21pbmF0ZSBkYW0gbGluZSBhbHNvIHByb2R1Y2VkIHRoZSBsaWNlbnNlZCBab8O2bG9vZyAoYnkgR29uZG9saWVyKSB3aG8gaGFzIHBsYWNlZCBpbiBpbnRlcm5hdGlvbmFsIGRyZXNzYWdlIGNvbXBldGl0aW9ucywgdGhlIHdvcmxkIGNsYXNzIHNob3cganVtcGVyIE1pc3RlciBTcG9vbiAoYnkgWmFkb2MpL0NhbmRpY2UgS2luZy9VU0EgYW5kIE5pZXRqZSAoYnkgWmllaGltKSwgd2hvIHRvb2sgZ29sZCBvbiB0aGUgRHV0Y2ggdGVhbSBhdCB0aGUgMjAwNiBXb3JsZCBFcXVlc3RyaWFuIEdhbWVzIGluIEFhY2hlbiBpbiBLb29zIGRlIFJvbmRl4oCZcyBkcml2aW5nIHRlYW0gb2YgZm91ciBhcyB3ZWxsIGFzIG1hbnkgU3RhdGUgUHJlbWl1bSBtYXJlcyBhbmQgYXVjdGlvbiBob3JzZXMuDQoNCjxpZnJhbWUgd2lkdGg9IjU2MCIgaGVpZ2h0PSIzMTUiIHNyYz0iLy93d3cueW91dHViZS5jb20vZW1iZWQvR1AzcTFEQnFGOVkiIGZyYW1lYm9yZGVyPSIwIiBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+";s:6:"format";s:6:"base64";}s:11:"original_id";a:2:{s:9:"translate";i:0;s:4:"data";i:4994;}s:16:"horse_categories";a:3:{s:9:"translate";i:1;s:4:"data";s:18:""Q29tcGV0aWNpw7Nu"";s:6:"format";s:10:"csv_base64";}s:20:"horse_categories_ids";a:2:{s:9:"translate";i:0;s:4:"data";s:2:"56";}s:12:"horse_breeds";a:3:{s:9:"translate";i:1;s:4:"data";s:18:""SG9sc3RlaW5lcg=="";s:6:"format";s:10:"csv_base64";}s:16:"horse_breeds_ids";a:2:{s:9:"translate";i:0;s:4:"data";s:2:"65";}s:13:"horse_genders";a:3:{s:9:"translate";i:1;s:4:"data";s:14:""U2VtZW50YWw="";s:6:"format";s:10:"csv_base64";}s:17:"horse_genders_ids";a:2:{s:9:"translate";i:0;s:4:"data";s:2:"57";}}}', '2014-02-27 16:29:49', 0, NULL),
|
||
(9, 1727, 9, 1, 0, '3f13383f649de021778b75ab098bb69b', 'local', 'a:2:{s:3:"url";s:38:"http://127.0.0.1:4001/wordpress?p=4990";s:8:"contents";a:9:{s:5:"title";a:3:{s:9:"translate";i:1;s:4:"data";s:16:"RmxvcmVuY2lhbm8=";s:6:"format";s:6:"base64";}s:4:"body";a:3:{s:9:"translate";i:1;s:4:"data";s:3524:"PGg0PktXUE4gLSBiYXkgLSAyMDA0IC0gMTYuMyBoYW5kczwvaDQ+DQpBcHByb3ZlZCBmb3IgT2xkZW5idXJnLCBNZWNrbGVuYnVyZywgUmhpbmVsYW5kLCBXZXN0cGhhbGlhIGFuZCBhbGwgU291dGhlcm4gR2VybWFuIFZlcmJhbmRzLg0KT3RoZXIgVmVyYmFuZHMgb24gcmVxdWVzdCENCg0KSW5zZW1pbmF0aW9uIGZlZTogNTAwIOKCrCogKyBJbi1mb2FsIGZlZTogNTAwIOKCrCooRlMgKyBURykNCg0KRnJlc2ggc2VtZW4gc2hpcHBpbmcgd2l0aGluIEdlcm1hbnkhDQoNCkEgZmFidWxvdXNseSBtb3Zpbmcgc3VubnkgYm95IHdpdGggYSByZW1hcmthYmxlIG91dGNyb3NzIHBlZGlncmVlIOKAkyB0aGF04oCZcyBGbG9yZW5jaWFubyENCg0KRmxvcmVuY2lhbm8gd2FzIGxpY2Vuc2VkIGluIDIwMDYgaW4gTcO8bnN0ZXItSGFuZG9yZiwgd29uIGhpcyAzMC1kYXkgdGVzdCBpbiAyMDA3IChndWVzdCByaWRlciAxMC4wKSBhbmQgdGhlbiB3b24gdGhlIHByZXN0aWdpb3VzIE9wdGltdW0gaW4gMjAwOC4gVGhlc2UgYWNoaWV2ZW1lbnRzIHdlcmUgZm9sbG93ZWQgYnkgcXVhbGlmaWNhdGlvbiBmb3IgdGhlIEJ1bmRlc2NoYW1waW9uYXQgYW5kIG1hbnkgdmljdG9yaWVzIGluIGRyZXNzYWdlIHVwIHRvIG1lZGl1bSAoTSkgbGV2ZWwuIEluIDIwMTEgYXQgdGhlIGFnZSBvZiBzZXZlbiwgaGlzIGZpcnN0IHZpY3RvcmllcyBpbiBTdC4gR2VvcmdlcyBkcmVzc2FnZSB0ZXN0cyB3ZXJlIGFkZGVkLiBUaGUgT2x5bXBpYyB3aW5uaW5nIHJpZGVyLCBIdWJlcnR1cyBTY2htaWR0LCBoYXMgdGFrZW4gb3ZlciBGbG9yZW5jaWFub+KAmXMgZnVydGhlciB0cmFpbmluZy4NCg0KW3RpdGxlIHNpemU9IjMiXVByb2dlbnlbL3RpdGxlXQ0KDQpGbG9yZW5jaWFub+KAmXMgZGVidXQgYXMgYSBzaXJlIHdhcyBicmlsbGlhbnQuIEluIGtlZXBpbmcgd2l0aCBoaXMgb3V0c3RhbmRpbmcgZmlyc3QgZm9hbCBjcm9wcywgaGlzIGRhdWdodGVyIEZlaW5lIFJvc2EgdG9vayB0aGUgMjAxMSBDaGFtcGlvbiBNYXJlIHRpdGxlIGF0IHRoZSBHZXJtYW4gRWxpdGUgQnJvb2RtYXJlIENoYW1waW9uc2hpcHMgYXMgd2VsbCBhcyB0aGUgUmhpbmVsYW5kIENoYW1waW9uIE1hcmUgdGl0bGUsIGhpcyBkYXVnaHRlciBGbG9yZW5jaWFuYSBGIGJlY2FtZSB0aGUgV2VzdHBoYWxpYW4gQ2hhbXBpb24gTWFyZSBhbmQgaGlzIGRhdWdodGVyIEZvciBDb210ZXNzIHdvbiB0aGUgV2VzdHBoYWxpYW4gQ2hhbXBpb25zaGlwcywgdGhlIFdlc3RwaGFsaWFuIFdhcHBlbiBhbmQgYWxzbyBwYXJ0aWNpcGF0ZWQgaW4gdGhlIEJ1bmRlc2NoYW1waW9uYXQgRmluYWwuIFRocmVlIG9mIGhpcyBzb25zIHdlcmUgbGljZW5zZWQsIGluY2x1ZGluZyB0aGUgMjAxMiBOUlcgcHJlbWl1bSBzdGFsbGlvbiwgRmFyYmVuc3BpZWwuIEhpcyBvZmZzcHJpbmcgYXJlIG9mZiB0byBhIGhpZ2hseSBwcm9taXNpbmcgc3RhcnQgaW4gYmFzaWMgdGVzdHMgZm9yIHlvdW5nc3RlcnMuDQoNCltob3JzZV9mYW1pbHlfdHJlZV0NCg0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCg0KW3RpdGxlIHNpemU9IjMiXVBlZGlncmVlWy90aXRsZV0NCg0KSGlzIHNpcmUgaXMgdGhlIHR3by10aW1lIFdvcmxkIENoYW1waW9uIG9mIHlvdW5nIGRyZXNzYWdlIGhvcnNlcywgRmxvcmVuY2lvIEkuDQoNCkZsb3JlbmNpYW5v4oCZcyBoaWdobHkgZGVjb3JhdGVkIGRhbSBsaW5lIG9yaWdpbmF0ZWQgaW4gdGhlIE5ldGhlcmxhbmRzLiBIaXMgZGFtIFN0LlByLlN0LiBMdW5kaSBUIHdvbiBlaWdodCBtZWRpdW0gKE0pIGxldmVsIGRyZXNzYWdlIHRlc3RzIGFuZCByZWNlaXZlZCDigJxwZXJmb3JtYW5jZSBtYXJlIGRyZXNzYWdl4oCdIHN0YXR1cy4gVGhlIGRhbeKAmXMgc2lyZSBIYXZpZG9mZiwgYnkgdGhlIEdyYW5kIFByaXggc3RhbGxpb24gQ2xhdmVjaW1iZWwsIHdhcyBhd2FyZGVkIOKAnGtldXLigJ0gc3RhdHVzLiBNYW55IG9mIGhpcyBvZmZzcHJpbmcgd2luIHJpYmJvbnMgYXQgR3JhbmQgUHJpeCBsZXZlbCBzdWNoIGFzIGhpcyBsaWNlbnNlZCBzb24sIFBhZ2FuaW5pLiBHcmFuZGRhbSBBbnVza2EgcHJvZHVjZWQgc2V2ZXJhbCBob3JzZXMgdGhhdCB3ZXJlIHN1Y2Nlc3NmdWwgaW4gZHJlc3NhZ2UgcmluZ3MuDQoNClRoZSBwZXJmb3JtYW5jZSBkb21pbmF0ZSBkYW0gbGluZSBhbHNvIHByb2R1Y2VkIHRoZSBsaWNlbnNlZCBab8O2bG9vZyAoYnkgR29uZG9saWVyKSB3aG8gaGFzIHBsYWNlZCBpbiBpbnRlcm5hdGlvbmFsIGRyZXNzYWdlIGNvbXBldGl0aW9ucywgdGhlIHdvcmxkIGNsYXNzIHNob3cganVtcGVyIE1pc3RlciBTcG9vbiAoYnkgWmFkb2MpL0NhbmRpY2UgS2luZy9VU0EgYW5kIE5pZXRqZSAoYnkgWmllaGltKSwgd2hvIHRvb2sgZ29sZCBvbiB0aGUgRHV0Y2ggdGVhbSBhdCB0aGUgMjAwNiBXb3JsZCBFcXVlc3RyaWFuIEdhbWVzIGluIEFhY2hlbiBpbiBLb29zIGRlIFJvbmRl4oCZcyBkcml2aW5nIHRlYW0gb2YgZm91ciBhcyB3ZWxsIGFzIG1hbnkgU3RhdGUgUHJlbWl1bSBtYXJlcyBhbmQgYXVjdGlvbiBob3JzZXMuDQoNCjxpZnJhbWUgc3JjPSIvL3d3dy55b3V0dWJlLmNvbS9lbWJlZC8yazM1QW5HdmhjOCIgaGVpZ2h0PSIzMTUiIHdpZHRoPSI1NjAiIGFsbG93ZnVsbHNjcmVlbj0iIiBmcmFtZWJvcmRlcj0iMCI+PC9pZnJhbWU+";s:6:"format";s:6:"base64";}s:11:"original_id";a:2:{s:9:"translate";i:0;s:4:"data";i:4990;}s:16:"horse_categories";a:3:{s:9:"translate";i:1;s:4:"data";s:18:""Q29tcGV0aWNpw7Nu"";s:6:"format";s:10:"csv_base64";}s:20:"horse_categories_ids";a:2:{s:9:"translate";i:0;s:4:"data";s:2:"56";}s:12:"horse_breeds";a:3:{s:9:"translate";i:1;s:4:"data";s:14:""T2xkZW5idXJn"";s:6:"format";s:10:"csv_base64";}s:16:"horse_breeds_ids";a:2:{s:9:"translate";i:0;s:4:"data";s:2:"62";}s:13:"horse_genders";a:3:{s:9:"translate";i:1;s:4:"data";s:10:""Q2Fww7Nu"";s:6:"format";s:10:"csv_base64";}s:17:"horse_genders_ids";a:2:{s:9:"translate";i:0;s:4:"data";s:2:"59";}}}', '2014-02-27 16:29:49', 0, NULL),
|
||
(10, 1730, 9, 1, 0, 'd039da4eb1b72fbc58320537930310b2', 'local', 'a:2:{s:3:"url";s:38:"http://127.0.0.1:4001/wordpress?p=4971";s:8:"contents";a:9:{s:5:"title";a:3:{s:9:"translate";i:1;s:4:"data";s:12:"Q3Jpc3RhbGxv";s:6:"format";s:6:"base64";}s:4:"body";a:3:{s:9:"translate";i:1;s:4:"data";s:3636:"PGg0Pldlc3RmYWxlIC0gZ3JleSAtIDIwMDcgLSAxNi4zIMK9IGhhbmRzPC9oND4NCg0KQnJlZWRlcjogRHIuIEF4ZWwgU2NodWVybmVyLCBOaWRlZ2dlbiwgR2VybWFueSANCg0KQXBwcm92ZWQgZm9yIEhhbm92ZXIsIE9TLCBNZWNrbGVuYnVyZywgUmhpbmVsYW5kLCBXZXN0cGhhbGlhIGFuZCBhbGwgU291dGhlcm4gR2VybWFuIFZlcmJhbmRzLg0KT3RoZXIgVmVyYmFuZHMgb24gcmVxdWVzdCENCg0KSW5zZW1pbmF0aW9uIGZlZTogNTAwIOKCrCogKyBJbi1mb2FsIGZlZTogNTAwIOKCrCogKEZTICsgVEcpDQoNCkZvcmVpZ24gY3VzdG9tZXJzIG11c3QgcGF5IGZ1bGwgc3R1ZCBmZWUgaW4gYWR2YW5jZS4gUmVmdW5kIG9mIHRoZSBoYWxmIGF0IG5vbi1wcmVnbmFuY3kuDQoNCk9yZGVycyBmb3IgZnJlc2ggc2VtZW4gbXVzdCBiZSByZWNlaXZlZCBieSA5OjAwIGEubS4gdGhlIGRheSBiZWZvcmUgc2luY2UgdGhlIHN0YWxsaW9uIGlzIHN0YXRpb25lZCBpbiBJdGFseSENCg0KIA0KDQpBbHRob3VnaCBDcmlzdGFsbG8gSSwgd2hvIGlzIGFsc28gc3RhdGlvbmVkIGluIFJpZXNlbmJlY2ssIGlzIGFscmVhZHkgc3VjY2Vzc2Z1bCBpbnRlcm5hdGlvbmFsbHksIENyaXN0YWxsbyBJSSBpcyBqdXN0IGFzIGdvb2QgYXMgaGlzIGZ1bGwgYnJvdGhlciBpbiBldmVyeSB3YXkuIEluIDIwMDkgQ3Jpc3RhbGxvIElJIGxlZnQgdGhlIE5SVyBsaWNlbnNpbmcgdmVudWUgaW4gTcO8bnN0ZXItSGFuZG9yZiBhcyB0aGUgY2VsZWJyYXRlZCBqdW1wZXIgY2hhbXBpb24gYW5kIHBhc3NlZCBoaXMgc3RhbGxpb24gcGVyZm9ybWFuY2UgdGVzdCBpbiAyMDEwIGF0IHRoZSBzYW1lIHZlbnVlIGFzIHRoZSByZXNlcnZlIGNoYW1waW9uIGp1bXBlciB3aXRoIGhpZ2ggc2NvcmVzIGZvciBoaXMgZ2FpdHMgYW5kIHJpZGVhYmlsaXR5LiBJbiAyMDExIGhlIHRvb2sgc2lsdmVyIGF0IHRoZSBXZXN0cGhhbGlhbiBDaGFtcGlvbnNoaXBzICg0LXllYXIgb2xkcykgYW5kIGluIDIwMTIgaGUgcXVhbGlmaWVkIGZvciB0aGUgQnVuZGVzY2hhbXBpb25hdC4gDQoNClt0aXRsZSBzaXplPSIzIl1Qcm9nZW55Wy90aXRsZV0NCg0KQ3Jpc3RhbGxvIElJ4oCZcyBvZmZzcHJpbmcgZXhjZWVkZWQgYWxsIGV4cGVjdGF0aW9ucy4gSGlzIGZvYWxzIGFyZSBwbGVhc2luZyB3aXRoIHRoZWlyIG1vZGVybiBsb29rcywgZ2VuZXJvdXMgbGluZXMgYW5kIHdvbmRlcmZ1bGx5IHN1cHBsZSBtb3ZlbWVudHMuIE1hbnkgb2YgdGhlbSBoYXZlIGJlZW4gYWRtaXR0ZWQgdG8gYXVjdGlvbnMuIA0KDQpbaG9yc2VfZmFtaWx5X3RyZWVdDQoNCltzZXBhcmF0b3IgdG9wPSIxMCJdDQoNClt0aXRsZSBzaXplPSIzIl1QZWRpZ3JlZVsvdGl0bGVdDQoNCkhpcyBzaXJlIENvcm5ldCBPYm9sZW5za3kgaGFzIGNvbnNpZGVyYWJseSBpbmZsdWVuY2VkIG1vZGVybi1kYXkganVtcGVyIGJyZWVkaW5nLiBKdXN0IGxpa2UgdGhlIGRhbeKAmXMgc2lyZSBDYXNzaW5pIEksIGhlIGhhcyBhbiBvdXRzdGFuZGluZyBwZXJmb3JtYW5jZSBhbmQgYnJlZWRpbmcgcmVjb3JkLiANCg0KQ3Jpc3RhbGxv4oCZcyBkYW0gQ2Fzc2llIHBsYWNlZCBpbiBzaG93IGp1bXBpbmcgdXAgdG8gbWVkaXVtIChNKSBsZXZlbCB1bmRlciBoZXIgc3BvcnQgbmFtZSBDYXNjYXZlbGxhLiBIZXIgc29uIENyaXN0YWxsbyBJIHdhcyBhIE5SVyBwcmVtaXVtIHN0YWxsaW9uLCB3b24gaGlzIHN0YWxsaW9uIHBlcmZvcm1hbmNlIHRlc3QsIHdhcyBXZXN0cGhhbGlhbiBKdW1wZXIgQ2hhbXBpb24sIHBhcnRpY2lwYXRlZCBpbiB0aGUgQnVuZGVzY2hhbXBpb25hdCBGaW5hbHMgdHdpY2UgYW5kIG1lYW53aGlsZSB3aW5zIHJpYmJvbnMgaW4gaW50ZXJuYXRpb25hbCBjb21wZXRpdGlvbnMuIA0KDQpIaXMgZ3JhbmRkYW0gUHJvZmlsZGEgd2FzIHN1Y2Nlc3NmdWwgaW4gc2hvdyBqdW1waW5nIHVwIHRvIGFkdmFuY2VkIChTKSBsZXZlbCB1bmRlciBoZXIgc3BvcnQgbmFtZSBQYXBheWEgYmVmb3JlIHNoZSBnYXZlIGJpcnRoIHRvIGEgbWVkaXVtIChNKSBsZXZlbCBzaG93IGp1bXBlciBuYW1lZCBDb3NpbWEgKGJ5IENhbGlkbyBJKS4gUHJvZmlsZGEgaXMgYSBmdWxsIHNpc3RlciBvZiBhIGxpY2Vuc2VkIHN0YWxsaW9uIG5hbWVkIFBvY2FsaW5vIChieSBQb2x5ZG9yKSwgd2l0aCB3aG9tIEplbnMgRHVtbWV5ZXIgcGxhY2VkIGluIGludGVybmF0aW9uYWwgY29tcGV0aXRpb25zLCBhbmQgb2YgYSBtZWRpdW0gKE0pIGxldmVsIHNob3cganVtcGVyIG5hbWVkIFBhZ2FuaW5pIGFzIHdlbGwgYXMgYSBoYWxmLXNpc3RlciBvZiB0aGUgU3RhdGUgUHJlbWl1bSBtYXJlcyBMZXRpY2lhIChieSBMYW5jZXIgSUlJKSBhbmQgQ2VsZXN0aW5lIChieSBDb3JuZXQgT2JvbGVuc2t5KS4gVGhlIFdlc3RwaGFsaWFuIEFsbWZlZSBsaW5lIGFsc28gcHJvZHVjZWQgdGhlIHNpcmVzIEFwYXJ0b3MsIEF2b2NhZG8sIEF5ZXJzIFJvY2ssIERpc25leSwgUGFwYWdlbm8sIFBhcmxhbmRvIEkgYW5kIElJIGFuZCBQYXN0ZWxsIGFzIHdlbGwgYXMgdGhlIDIwMDkgQnVuZGVzY2hhbXBpb24gb2YgZm91ci15ZWFyIG9sZCBtYXJlcyBhbmQgZ2VsZGluZ3MsIFByZXppb3NhLg0KDQpQZXJmb3JtYW5jZSBsaW5lIG9mICBBbG1mZWUgDQoNCjxpZnJhbWUgd2lkdGg9IjU2MCIgaGVpZ2h0PSIzMTUiIHNyYz0iLy93d3cueW91dHViZS5jb20vZW1iZWQvSzcwOFE0emlwRXciIGZyYW1lYm9yZGVyPSIwIiBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+";s:6:"format";s:6:"base64";}s:11:"original_id";a:2:{s:9:"translate";i:0;s:4:"data";i:4971;}s:16:"horse_categories";a:3:{s:9:"translate";i:1;s:4:"data";s:18:""Q29tcGV0aWNpw7Nu"";s:6:"format";s:10:"csv_base64";}s:20:"horse_categories_ids";a:2:{s:9:"translate";i:0;s:4:"data";s:2:"56";}s:12:"horse_breeds";a:3:{s:9:"translate";i:1;s:4:"data";s:18:""V2VzdHBoYWxpYW4="";s:6:"format";s:10:"csv_base64";}s:16:"horse_breeds_ids";a:2:{s:9:"translate";i:0;s:4:"data";s:2:"61";}s:13:"horse_genders";a:3:{s:9:"translate";i:1;s:4:"data";s:10:""Q2Fww7Nu"";s:6:"format";s:10:"csv_base64";}s:17:"horse_genders_ids";a:2:{s:9:"translate";i:0;s:4:"data";s:2:"59";}}}', '2014-02-27 16:29:49', 0, NULL),
|
||
(11, 1732, 9, 1, 0, '572adfb596b02d8b8ae098bbd620e22e', 'local', 'a:2:{s:3:"url";s:38:"http://127.0.0.1:4001/wordpress?p=4970";s:8:"contents";a:9:{s:5:"title";a:3:{s:9:"translate";i:1;s:4:"data";s:12:"Q2FydGhhbm8=";s:6:"format";s:6:"base64";}s:4:"body";a:3:{s:9:"translate";i:1;s:4:"data";s:4952:"PGg0PkhvbHN0ZWluLCBiYXksIEJvcm46IDIwMDgsIDE2OWNtPC9oND4NCg0KSW5zZW1pbmF0aW9uIGZlZTogNzAwIOKCrCogKG9ubHkgZnJvemVuIHNlbWVuKQ0KDQogDQpBcHBwcm92ZWQgZm9yOiBIb2xzdGVpbiwgT2xkZW5idXJnLCBPbGRlbmJ1cmctSW50ZXJuYXRpb25hbCwgV2VzdGZhbGVuIGFuZCBSaGVpbmxhbmQuIEFzIHdlbGwgYXMgYWxsIHRoZSBTb3V0aCBHZXJtYW4gU3R1ZCBCb29rcyBhbmQgdGhlIG5ld2x5IGZvcm1lZCBHZXJtYW4gU3RhdGVzIFN0dWQgQm9va3MuDQoNCiANCg0KQ2FydGhhbm8gSUkgd2FzIHRoZSBjZWxlYnJhdGVkIHByZW1pdW0gc2lyZSBhdCBoaXMgYXBwcm92YWxzIGluIEhvbHN0ZWluIGluIDIwMTAsIHNob3dpbmcgZW5vcm1vdXMgYWJpbGl0eSBpbiBoaXMgcGFjZXMsIGNvcnJlY3QgY29uZm9ybWF0aW9uLCBhbmQgYW4gYWJ1bmRhbmNlIG9mIOKAnHN0YWxsaW9uIHByZXNlbmNl4oCdLiBDYXJ0aGFubyBJSSBhbHNvIGhhcyBhbiBvdXRzdGFuZGluZyB0cm90OyB0aGlzIGlzIGR1ZSB0byBoaXMgZW5vcm1vdXNseSBwb3dlcmZ1bCBoaW5kIGxlZ3MuIEhlIGhhcyBhIGJhbGFuY2VkIGNvbnNpc3RlbnQgcmh5dGhtIGFuZCBsYXJnZSwgZmxleGlibGUgZ2FpdHMuIEhpcyBqdW1waW5nIHNjb3BlLCBnb29kIGxlZyB0ZWNobmlxdWUgYW5kIHF1aWNrIHJlYWN0aW9ucyBhdCB0aGUgZmVuY2UgYXJlIGV5ZS1jYXRjaGluZy4gV2l0aCBhbGwgdGhlc2UgYXR0cmlidXRlcywgQ2FydGhhbm8gSUkgaXMgdW5kaXNwdXRlZGx5IG9uZSBvZiB0aGUgdG9wIHN0YWxsaW9ucyBvZiBoaXMgYWdlIGdyb3VwLiANCg0KSW4gMjAxMSBDYXJ0aGFubyBJSSBjb21wbGV0ZWQgYW4gZXhjZWxsZW50IDMwLWRheS10ZXN0IGluIFp3ZWlicsO8Y2tlbi4gIEhlIGNvbmZpcm1lZCB0aGUgaGlnaCBleHBlY3RhdGlvbnMgYnkgc2NvcmluZyAxMjYgcG9pbnRzIGluIHRoZSDigJxWQS1adWNodHdlcnTigJ0gZm9yIGp1bXBpbmcuIEFsc28gd29ydGggYSBtZW50aW9uIHdhcyB0aGUgZGVzZXJ2ZWQgaGlnaCBwb2ludHMgYXdhcmRlZCBmb3IgaGlzIHdlbGwtdGVtcGVyZWQgY2hhcmFjdGVyIGFuZCBncmVhdCBhdHRpdHVkZS4gDQoNCkNhdGhhbm8gbGwgYmVnaW5zIGhpcyBwcmVwYXJhdGlvbiBmb3IgdGhlIE5hdGlvbmFsIFlvdW5nIEhvcnNlIENoYW1waW9uc2hpcHMgaW4gMjAxMyB3aXRoIGhpcyBmaXJzdCBzaG93IGp1bXBpbmcgZXZlbnRzIHRoaXMgY29taW5nIHNlYXNvbi4gICANCg0KW3RpdGxlIHNpemU9IjMiXVByb2dlbnlbL3RpdGxlXQ0KDQpXZSBhcmUgbG9va2luZyBmb3J3YXJkIHdpdGggZ3JlYXQgZXhwZWN0YXRpb24gdG8gQ2FydGhhbm/igJlzIGZpcnN0IGZvYWxzIGluIDIwMTIuIA0KDQpbaG9yc2VfZmFtaWx5X3RyZWVdDQoNCltzZXBhcmF0b3IgdG9wPSIxMCJdDQoNClt0aXRsZSBzaXplPSIzIl1QZWRpZ3JlZVsvdGl0bGVdDQoNCkNhcnRoYW5vIElJwrRzIHNpcmUsIENvbnRlbmRlciB3b24gaGlzIHN0YWxsaW9uIHBlcmZvcm1hbmNlIHRlc3QgaW4gQWRlbGhlaWRzZG9yZiBpbiAxOTg3LiBPdmVyIHRoZSB5ZWFycywgdGhlIHNvbiBvZiBDYWx5cHNvIElJIGhhcyBkZXZlbG9wZWQgaW50byBhIHZhbHVlZCBhbmQgaGlnaGx5IHJlZ2FyZGVkIGJyZWVkaW5nIHN0YWxsaW9uIHdpdGggb3ZlciBvbmUgaHVuZHJlZCBvZiBoaXMgYXBwcm92ZWQgc29ucyBhY3RpdmVseSBzZXJ2aW5nIGFyb3VuZCB0aGUgd29ybGQgdG9kYXkuIENvbnRlbmRlciBoaW1zZWxmIHdhcyBhIGxpdmluZyBsZWdlbmQuIEFtb25nc3Qgb3RoZXJzIGhlIHNpcmVkIENoZWNrbWF0ZS9NLiBNaWNoYWVscy1CZWVyYmF1bSwgdHdvLXRpbWUgd2lubmVyIG9mIHRoZSBSaWRlcnMgVG91ciBhbmQgdGVhbSBFdXJvcGVhbiBjaGFtcGlvbiwgYXMgd2VsbCBhcyBNb250ZW5kZXIvTS4gS3V0c2NoZXIgd2hvIHdvbiB0d28gT2x5bXBpYyBicm9uemUgbWVkYWxzIGluIDIwMDQgYW5kIHR3byBnb2xkIG1lZGFscyBhdCB0aGUgRXVyb3BlYW4gQ2hhbXBpb25zaGlwcyBpbiBTYW4gUGF0cmlnbmFubyAoSVRBKSBpbiAyMDA1Lg0KDQogDQoNCiANCg0KVGhlIGRhbeKAmXMgc2lyZSBDYXJ0aGFnbyBiZWdhbiBoaXMgY2FyZWVyIGF0IHRoZSBIb2xzdGVpblZlcmJhbmQsIGhlIHdlbnQgb24gdG8gcGFydGljaXBhdGUgYXQgdHdvIE9seW1waWMgR2FtZXMgd2l0aCBoaXMgcmlkZXIgSm9zIExhbnNpbmsuICBIZSBoYXMgc2lyZWQgb3ZlciB0aGlydHkgYXBwcm92ZWQgc3RhbGxpb25zIGFuZCBtYW55IGludGVybmF0aW9uYWwgdG9wIHNwb3J0IGhvcnNlcyBzdWNoIGFzIENhc2ggcmlkZGVuIGJ5IE1hcmNvIEt1dHNjaGVyLiBDYXJ0aGFnbyB3YXMgcmFua2VkIHNlY29uZCBpbiAyMDEwIG9uIHRoZSBXQkZTSC1SYW5raW5nIG9mIHRoZSB3b3JsZOKAmXMgYmVzdCBzaG93IGp1bXBpbmcgc2lyZXMgdGhhbmtzIHRvIGhpcyBzdWNjZXNzZnVsIG9mZnNwcmluZy4NCg0KQ2FydGhhbm8gSUnigJlzICBkYW0gRy1DYXRhbmlhIHByb2R1Y2VkIHRoZSB0d28gZnVsbC1icm90aGVycyBhbmQgYXBwcm92ZWQgc3RhbGxpb25zIENhcnRoYW5vIEkgYW5kIElJIGFzIHdlbGwgYXMgdHdvIHN0dWQgYm9vayBwcmVtaXVtIG1hcmVzIGFuZCBmb3VyIHNwb3J0IGhvcnNlcy4gVHdvIG9mIHdoaWNoLCBQaHlsbGlzIGFuZCBQYXVsYSwgYm90aCBzaXJlZCBieSBDYW1icmlkZ2UgaGF2ZSBiZWVuIHN1Y2Nlc3NmdWwgaW4gMS40MCBhbmQgaGlnaGVyIGp1bXBpbmcgY2xhc3Nlcy4gVGhlIHRoaXJkIG1hdGVybmFsIGRhbSwgTWVjaHRoaWxkIHNpcmVkIGJ5IFNhY3JhbWVudG8gU29uZyB4eCBwcm9kdWNlZCB0aHJlZSBzdWNjZXNzZnVsIHNwb3J0IGhvcnNlczogTGVvbmFyZG8gYnkgTGFuZG1laXN0ZXIsIENhcnRvdWNoZSBieSBDYXJkaW5hbCB1bmQgTGFzc28gYnkgTGFuZG1laXN0ZXIuDQoNClRoZSBmb2xsb3dpbmcgYXBwcm92ZWQgc3RhbGxpb25zIGFsbCBjb21lIGZyb20gdGhlIEhvbHN0ZWluIGxpbmVhZ2UgMjA2NzogQWNvbml0byAoYnkgQWNvcmFkbyksIENhbnRlcmJ1cnJ5IChieSBDYWxldHRvIEkpLCBDYW50dXJhbm8gSSBhbmQgIElJIChieSBDYW50dXJvKSwgQ2FydGhhbm8gSSBhbmQgSUkgKGJ5IENvbnRlbmRlciksIENvbiBDYWxldHRvIChieSBDb250ZW5kZXIpLCBDb24gU3Bpcml0byAoYnkgQ29udGVuZGVyKSwgQ29zaWRvIChieSBDb3NpbW8pLCBDcmlzdGlubyAoYnkgQ2FyZXRpbm8pLCBKYXF1aW5vIChieSBKYXlhZGV2byBkZSBNYWNraW5hYyksIExhbmRzdHJlaWNoZXIgKGJ5IExhbmRncmFmIEkpLCBMb3Jkb24gKGJ5IExvcmQpLCBNYXNldHRvIChieSBNb250YW51cyksIE9jdGF2aW8gKGJ5IE9nbGlvKSwgUmFuZG8gKGJ5IFJvbWlubykgYW5kIFN5bXBhdGljbyAoYnkgU2FjcmFtZW50byBTb25nIHh4KS4NCg0KQW1vbmdzdCB0aGUgNDkwIGN1cnJlbnRseSAgcmVnaXN0ZXJlZCBzcG9ydCBob3JzZXMgYXJlICBMYW5kc3RyZWljaGVyIChieSBMYW5kZ3JhZiBJKSwgQ2F6YXJvIChieSBDaGFtYmVydGluKSwgQ2xhaW0gQ29sbGluIChieSBDb3JyYWRvIEkpIGFuZCBDb29sIE1hbiAoYnkgQ29udGVuZGVyKSBhbGwgc3VjY2Vzc2Z1bCB1cCB0byBTLWxldmVsLiANCg0KPGlmcmFtZSB3aWR0aD0iNTYwIiBoZWlnaHQ9IjMxNSIgc3JjPSIvL3d3dy55b3V0dWJlLmNvbS9lbWJlZC9LNzA4UTR6aXBFdyIgZnJhbWVib3JkZXI9IjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=";s:6:"format";s:6:"base64";}s:11:"original_id";a:2:{s:9:"translate";i:0;s:4:"data";i:4970;}s:16:"horse_categories";a:3:{s:9:"translate";i:1;s:4:"data";s:18:""Q29tcGV0aWNpw7Nu"";s:6:"format";s:10:"csv_base64";}s:20:"horse_categories_ids";a:2:{s:9:"translate";i:0;s:4:"data";s:2:"56";}s:12:"horse_breeds";a:3:{s:9:"translate";i:1;s:4:"data";s:18:""WmFuZ2Vyc2hlaWRl"";s:6:"format";s:10:"csv_base64";}s:16:"horse_breeds_ids";a:2:{s:9:"translate";i:0;s:4:"data";s:2:"64";}s:13:"horse_genders";a:3:{s:9:"translate";i:1;s:4:"data";s:14:""U2VtZW50YWw="";s:6:"format";s:10:"csv_base64";}s:17:"horse_genders_ids";a:2:{s:9:"translate";i:0;s:4:"data";s:2:"57";}}}', '2014-02-27 16:29:49', 0, NULL),
|
||
(12, 1734, 9, 1, 0, '635b1fa315284d97479c00f8e6a43e0d', 'local', 'a:2:{s:3:"url";s:38:"http://127.0.0.1:4001/wordpress?p=4955";s:8:"contents";a:11:{s:5:"title";a:3:{s:9:"translate";i:1;s:4:"data";s:16:"QmxhY2sgSmFjaw==";s:6:"format";s:6:"base64";}s:4:"body";a:3:{s:9:"translate";i:1;s:4:"data";s:4148:"PGg0Pldlc3RwaGFsaWFuIC0gZGFyayBicm93biAtIDIwMDYgLSAxNi4yIGhhbmRzPC9oND4NCg0KPHN0cm9uZz5BZ2U8L3N0cm9uZz46IDAzLzA2LzIwMDYNCjxzdHJvbmc+R2VuZGVyPC9zdHJvbmc+OiBDb2x0DQo8c3Ryb25nPkNvbG9yPC9zdHJvbmc+OiBkYXJrIGJyb3duDQo8c3Ryb25nPkJyZWVkZXI8L3N0cm9uZz46IFRob21hcyBTY2hpbmRsZXIsIEZhdXRlbmJhY2gsIEdlcm1hbnkNCg0KQXBwcm92ZWQgZm9yIE1lY2tsZW5idXJnLCBSaGluZWxhbmQsIFdlc3RwaGFsaWEgYW5kIGFsbCBTb3V0aGVybiBHZXJtYW4gVmVyYmFuZHMuIA0KT3RoZXIgVmVyYmFuZHMgb24gcmVxdWVzdCENCg0KSW5zZW1pbmF0aW9uIGZlZTogNTAwIOKCrCogKyBJbi1mb2FsIGZlZTogNTAwIOKCrCogKEZTICsgVEcpDQoNCkZvcmVpZ24gY3VzdG9tZXJzIG11c3QgcGF5IGZ1bGwgc3R1ZCBmZWUgaW4gYWR2YW5jZS4gUmVmdW5kIG9mIHRoZSBoYWxmIGF0IG5vbi1wcmVnbmFuY3kuDQoNCk9yZGVycyBmb3IgZnJlc2ggc2VtZW4gbXVzdCBiZSByZWNlaXZlZCBieSA5OjAwIGEubS4gdGhlIGRheSBiZWZvcmUgc2luY2UgdGhlIHN0YWxsaW9uIGlzIHN0YXRpb25lZCBpbiBJdGFseSENCg0KDQpSZXBlYXRpbmcgaGlzIHBlcmZvcm1hbmNlIGluIDIwMTEsIEJsYWNrIEphY2sgYWdhaW4gd29uIHRoZSBxdWFsaWZpZXIgaW4gUmllc2VuYmVjayBpbiAyMDEyIGFuZCB0aHVzIGEgdGlja2V0IGZvciB0aGUgQnVuZGVzY2hhbXBpb25hdCBmb3Igc2hvdyBqdW1wZXJzLiBUaGlzIGZlYXQgaGFkIGJlZW4gcHJlY2VkZWQgYnkgYSBzZXJpZXMgb2YgcmliYm9ucyBpbiBtZWRpdW0gKE0qKSBsZXZlbCB0ZXN0cyBmb3IgeW91bmcgc2hvdyBqdW1wZXJzIGFuZCBtZWRpdW0gKE0qKikgbGV2ZWwgc2hvdyBqdW1waW5nIHRlc3RzLiAgDQoNCkNsZWFybHkgcmVmaW5lZCBieSBoaXMgZGFt4oCZcyBUaG9yb3VnaGJyZWQgc2lyZSBIZXJhbGRpayB4eCwgdGhlIGdvcmdlb3VzLCBwYXRlbnQgbGVhdGhlciBibGFjayAgQmxhY2sgSmFjayB3YXMgb25lIG9mIHRoZSBoaWdobGlnaHRzIGF0IHRoZSAxOHRoIE5SVyBsaWNlbnNpbmcgaW4gTcO8bnN0ZXItSGFuZG9yZiAgaW4gMjAwOC4gIA0KDQpbdGl0bGUgc2l6ZT0iMyJdUHJvZ2VueVsvdGl0bGVdDQoNCkhpZ2hseSByZWZpbmVkIGhpbXNlbGYsIHRoZSBjaGFybWluZyBCbGFjayBKYWNrIG5vdCBvbmx5IHBhc3NlcyBvbiBoaXMgZ29vZCBsb29rcyBidXQgYWxzbyBoaXMgYWJpbGl0eSB0byBqdW1wLCBoaXMgcXVhbGl0eSBtb3ZlbWVudHMgYW5kIHJpZGVhYmlsaXR5LiBIaXMgZmlyc3Qgc29ucyBhbmQgZGF1Z2h0ZXJzLCBub3cgdW5kZXIgc2FkZGxlLCBtYWtlIGEgaGlnaGx5IHByb21pc2luZyBpbXByZXNzaW9uLiANCg0KQmxhY2sgSmFja+KAmXMgZm9hbHMgcXVpY2tseSBmaW5kIGJ1eWVycy4gSGlzIHNvbiBCb3LDqWFsIGRlcyBQcsOpcyB3YXMgc29sZCBmb3IgMTIsNTAwIFN3aXNzIEZyYW5jcyBpbiAyMDEyIGF0IHRoZSBTcG9ydCBGb2FscyBBdWN0aW9uIGluIFN1cnNlZS9TVUkuIA0KDQpbaG9yc2VfZmFtaWx5X3RyZWVdDQoNCltzZXBhcmF0b3IgdG9wPSIxMCJdDQoNClt0aXRsZSBzaXplPSIzIl1QZWRpZ3JlZVsvdGl0bGVdDQoNCkhpcyBzaXJlIEJhbG91YmV0IGR1IFJvdWV0IHdvbiBpbmRpdmlkdWFsIE9seW1waWMgZ29sZCB3aXRoIFJvZHJpZ28gUGVzc29hL0JSQSBpbiAyMDA0IG9uIHRoZSBjb3Vyc2Ugb2YgQXRoZW5zL0dSRS4gSGUgYWxzbyB0b29rIHRoZSBXb3JsZCBDdXAgdGl0bGUgdGhyZWUgdGltZXMgaW4gYSByb3cgYW5kIHdvbiB0aGUgdW5vZmZpY2lhbCBpbmRvb3IgV29ybGQgQ2hhbXBpb25zaGlwcyB0d2ljZSBpbiAyMDAyIGFuZCAyMDAzLiBUaGUgY2hlc3RudXQgU2VsbGUgRnJhbmNhaXMgc3RhbGxpb24gd2hvIGFnYWluIGxlYWRzIHRoZSBXQkZTSCAgKFdvcmxkIEJyZWVkaW5nIEZlZGVyYXRpb24gZm9yIFNwb3J0IEhvcnNlcykgcmFua2luZyBvZiB0aGUgd29ybGTigJlzIGJlc3QganVtcGVyLW1ha2VycyDigJMgYWxzbyB0aGFua3MgdG8gQ2hhbWFuIHdobyBpcyBhbHNvIHN0YXRpb25lZCBpbiBSaWVzZW5iZWNrIOKAkyBpcyBhIEdhbG91YmV0IEEgc29uLiBHYWxvdWJldCBBLCBhIHNvbiBvZiB0aGUgdHJhZGVtYXJrIHN0YWxsaW9uIEFsbcOpIFogd2hvIHdhcyBvbiB0aGUgRnJlbmNoIGdvbGQgd2lubmluZyB0ZWFtIGF0IHRoZSAxOTgyIFdvcmxkIENoYW1waW9uc2hpcHMgb2YgRHVibGluL0lSTCB3aXRoIEdpbGxlcyBCZXJ0cmFuZCBkZSBCYWxsYW5kYSwgd29uIHRoZSBGcmVuY2ggQ2hhbXBpb25zaGlwcyBzZXZlcmFsIHRpbWVzIGFuZCBjb2xsZWN0ZWQgZG96ZW5zIG9mIGZpcnN0IHBsYWNlIHJpYmJvbnMgaW4gTmF0aW9ucyBDdXBzIGFuZCAgR3JhbmQgUHJpeC4gTW9yZSB0aGFuIDMwIG9mIGhpcyBzb25zIGFyZSBhY3RpdmUgaW4gYnJlZWRpbmcsIGluY2x1ZGluZyBV4oCZR3JhbmQgSmV0ZSwgRW9sZSBhbmQgTWVyZWRpdGggTWljaGFlbHMtQmVlcmJhdW3igJlzIFF1aWNrIFN0YXIuDQoNCkhpcyBkYW0gU3QuUHIuU3QuIFdpbnplcmluLCB3aG8gcGFzc2VkIGhlciBicm9vZG1hcmUgcGVyZm9ybWFuY2UgdGVzdCB3aXRoIG91dHN0YW5kaW5nIHNjb3JlcywgaXMgYWxzbyB0aGUgZGFtIG9mICBHdXQgTmV1ZW5ob2ZzIExldmFudGFkb3MgKGJ5IExhbmNlciBJSSkgd2hvIHdpbnMgc2hvdyBqdW1waW5nIGNsYXNzZXMgdXAgdG8gYWR2YW5jZWQgKFMqKiopIGxldmVsLCBhcyB3ZWxsIGFzIGEgc2V2ZW4teWVhciBvbGQgZnVsbCBzaXN0ZXIgb2YgQmFsb3V0ZWxsaSBuYW1lZCBHdXQgTmV1ZW5ob2ZzIEJhY2Fyb2xlL0hlbnJpayB2b24gRWNrZXJtYW5uL1NXRSB3aG8gaXMgYWxzbyBoaWdobHkgc3VjY2Vzc2Z1bCBpbiBpbnRlcm5hdGlvbmFsIGNvbXBldGl0aW9ucywgYW5kICBHdXQgTmV1ZW5ob2ZzIENhdHkgKGJ5IENyaXN0YWxsbyBJKSB3aG8gcXVhbGlmaWVkIGZvciB0aGUgQnVuZGVzY2hhbXBpb25hdC4NCg0KPGlmcmFtZSB3aWR0aD0iNTYwIiBoZWlnaHQ9IjMxNSIgc3JjPSIvL3d3dy55b3V0dWJlLmNvbS9lbWJlZC9LNzA4UTR6aXBFdyIgZnJhbWVib3JkZXI9IjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=";s:6:"format";s:6:"base64";}s:11:"original_id";a:2:{s:9:"translate";i:0;s:4:"data";i:4955;}s:16:"horse_categories";a:3:{s:9:"translate";i:1;s:4:"data";s:18:""Q29tcGV0aWNpw7Nu"";s:6:"format";s:10:"csv_base64";}s:20:"horse_categories_ids";a:2:{s:9:"translate";i:0;s:4:"data";s:2:"56";}s:12:"horse_breeds";a:3:{s:9:"translate";i:1;s:4:"data";s:18:""SG9sc3RlaW5lcg=="";s:6:"format";s:10:"csv_base64";}s:16:"horse_breeds_ids";a:2:{s:9:"translate";i:0;s:4:"data";s:2:"65";}s:13:"horse_genders";a:3:{s:9:"translate";i:1;s:4:"data";s:14:""U2VtZW50YWw="";s:6:"format";s:10:"csv_base64";}s:17:"horse_genders_ids";a:2:{s:9:"translate";i:0;s:4:"data";s:2:"57";}s:10:"horse_tags";a:3:{s:9:"translate";i:1;s:4:"data";s:6:""cA=="";s:6:"format";s:10:"csv_base64";}s:14:"horse_tags_ids";a:2:{s:9:"translate";i:0;s:4:"data";s:2:"66";}}}', '2014-02-27 16:29:50', 0, NULL),
|
||
(13, 1737, 9, 1, 0, '4a6f278f8a02278ce8695babfe10e579', 'local', 'a:2:{s:3:"url";s:38:"http://127.0.0.1:4001/wordpress?p=4953";s:8:"contents";a:9:{s:5:"title";a:3:{s:9:"translate";i:1;s:4:"data";s:12:"Q2Fycmljbw==";s:6:"format";s:6:"base64";}s:4:"body";a:3:{s:9:"translate";i:1;s:4:"data";s:1460:"PGg0PkhvbHN0ZWluZXIgLSBMaW5lIDQ3MDUgLSBiYXkgLSAyMDAzIC0gIDE2LjMgwr0gaGFuZHMgPC9oND4NCkJyZWVkZXI6IFBldGVyIELDtmdlLCBTY2jDtm5ob3JzdCwgR2VybWFueQ0KDQpBcHByb3ZlZCBmb3IgSGFub3ZlciwgSG9sc3RlaW4sIE9TLCBNZWNrbGVuYnVyZywgUmhpbmVsYW5kLCBXZXN0cGhhbGlhIGFuZCBhbGwgU291dGhlcm4gR2VybWFuIFZlcmJhbmRzLmFzIHdlbGwgYXMgRGVubWFyaywgU3dlZGVuIGFuZCBGcmFuY2UuDQoNCkluc2VtaW5hdGlvbiBmZWU6IDUwMCDigqwqICsgSW4tZm9hbCBmZWU6IDUwMCDigqwqIChGUyArIFRHKQ0KDQpGb3JlaWduIGN1c3RvbWVycyBtdXN0IHBheSBmdWxsIHN0dWQgZmVlIGluIGFkdmFuY2UuIFJlZnVuZCBvZiB0aGUgaGFsZiBhdCBub24tcHJlZ25hbmN5DQoNCkNhcnJpY28gaGFzIG5vdyBiZWNvbWUgZmlybWx5IGVzdGFibGlzaGVkIGluIHVwcGVyIGxldmVsLCBpbnRlcm5hdGlvbmFsIHNob3cganVtcGluZyBhZnRlciBwbGFjaW5nIGluIERvcnRtdW5kLCBIYWdlbiBhLlQuVy4sIENoYW50aWxseS9GUkEsIE3DvG5zdGVyLCBQYWRlcmJvcm4gYW5kIE5ldW3DvG5zdGVyIHVuZGVyIFBoaWxpcHAgV2Vpc2hhdXB0IGFuZCBIZW5yaWsgdm9uIEVja2VybWFubi9TV0UuDQoNCkF3YXJkZWQgYSBwcmVtaXVtIGluIDIwMDUgaW4gTmV1bcO8bnN0ZXIsIENhcnJpY28gdGhlbiB0b29rIGhpcyBzdGFsbGlvbiBwZXJmb3JtYW5jZSB0ZXN0IGluIFJlZGVmaW4gd2hlcmUgaGUgd29uIHRoZSBqdW1waW5nIGFzIHdlbGwgYXMgdGhlIGRyZXNzYWdlIGluZGV4LCBmaW5pc2hpbmcgZmlyc3Qgb3ZlcmFsbC4gSW4gMjAwOCBoZSB3b24gYSBxdWFsaWZpZXIgYXQgdGhlIEJ1bmRlc2NoYW1waW9uYXQgd2l0aCBhIDkuNSBhbmQgaW4gMjAwOSBoZSBwbGFjZWQgaW4gdGhlIEZpbmFsIGZvciBzaXgteWVhciBvbGQgc2hvdyBqdW1wZXJzIGluIFdhcmVuZG9yZi4gQXQgdGhlIGFnZSBvZiBqdXN0IHNldmVuLCBoZSB3b24gaGlzIGZpcnN0IHJpYmJvbnMgaW4gYWR2YW5jZWQgbGV2ZWwgY2xhc3Nlcy4NCg0KW2hvcnNlX2ZhbWlseV90cmVlXQ0KDQpbc2VwYXJhdG9yIHRvcD0iMTAiXQ==";s:6:"format";s:6:"base64";}s:11:"original_id";a:2:{s:9:"translate";i:0;s:4:"data";i:4953;}s:16:"horse_categories";a:3:{s:9:"translate";i:1;s:4:"data";s:10:""Q3LDrWE="";s:6:"format";s:10:"csv_base64";}s:20:"horse_categories_ids";a:2:{s:9:"translate";i:0;s:4:"data";s:2:"55";}s:12:"horse_breeds";a:3:{s:9:"translate";i:1;s:4:"data";s:14:""Q3J1emFkbw=="";s:6:"format";s:10:"csv_base64";}s:16:"horse_breeds_ids";a:2:{s:9:"translate";i:0;s:4:"data";s:2:"63";}s:13:"horse_genders";a:3:{s:9:"translate";i:1;s:4:"data";s:10:""Q2Fww7Nu"";s:6:"format";s:10:"csv_base64";}s:17:"horse_genders_ids";a:2:{s:9:"translate";i:0;s:4:"data";s:2:"59";}}}', '2014-02-27 16:29:50', 0, NULL);
|
||
INSERT INTO `drgrp_icl_translation_status` (`rid`, `translation_id`, `status`, `translator_id`, `needs_update`, `md5`, `translation_service`, `translation_package`, `timestamp`, `links_fixed`, `_prevstate`) VALUES
|
||
(14, 1740, 9, 1, 0, 'ae683e334dde2cd8e281baf079e28646', 'local', 'a:2:{s:3:"url";s:38:"http://127.0.0.1:4001/wordpress?p=4951";s:8:"contents";a:10:{s:5:"title";a:3:{s:9:"translate";i:1;s:4:"data";s:12:"R2FsYW50ZQ==";s:6:"format";s:6:"base64";}s:4:"body";a:3:{s:9:"translate";i:1;s:4:"data";s:2908:"PGg0Pldlc3RwaGFsaWFuIC0gYnJvd24gLSAyMDExIC0gMTYuMiBoYW5kczwvaDQ+DQoNCjxzdHJvbmc+Tm9tYnJlPC9zdHJvbmc+OiBHYWxhbnRlDQo8c3Ryb25nPkHDsW8gZGUgbmFjaW1pZW50bzwvc3Ryb25nPjogMjAxMSANCjxzdHJvbmc+Q2FwYTwvc3Ryb25nPjogQ2FzdGHDsW8NCg0KW3RpdGxlIHNpemU9IjMiXVByb2dlbnlbL3RpdGxlXQ0KDQpIaWdobHkgcmVmaW5lZCBoaW1zZWxmLCB0aGUgY2hhcm1pbmcgQmxhY2sgSmFjayBub3Qgb25seSBwYXNzZXMgb24gaGlzIGdvb2QgbG9va3MgYnV0IGFsc28gaGlzIGFiaWxpdHkgdG8ganVtcCwgaGlzIHF1YWxpdHkgbW92ZW1lbnRzIGFuZCByaWRlYWJpbGl0eS4gSGlzIGZpcnN0IHNvbnMgYW5kIGRhdWdodGVycywgbm93IHVuZGVyIHNhZGRsZSwgbWFrZSBhIGhpZ2hseSBwcm9taXNpbmcgaW1wcmVzc2lvbi4gDQoNCkJsYWNrIEphY2vigJlzIGZvYWxzIHF1aWNrbHkgZmluZCBidXllcnMuIEhpcyBzb24gQm9yw6lhbCBkZXMgUHLDqXMgd2FzIHNvbGQgZm9yIDEyLDUwMCBTd2lzcyBGcmFuY3MgaW4gMjAxMiBhdCB0aGUgU3BvcnQgRm9hbHMgQXVjdGlvbiBpbiBTdXJzZWUvU1VJLiANCg0KW2hvcnNlX2ZhbWlseV90cmVlXQ0KDQpbc2VwYXJhdG9yIHRvcD0iMTAiXQ0KDQpbdGl0bGUgc2l6ZT0iMyJdUGVkaWdyZWVbL3RpdGxlXQ0KDQpIaXMgc2lyZSBCYWxvdWJldCBkdSBSb3VldCB3b24gaW5kaXZpZHVhbCBPbHltcGljIGdvbGQgd2l0aCBSb2RyaWdvIFBlc3NvYS9CUkEgaW4gMjAwNCBvbiB0aGUgY291cnNlIG9mIEF0aGVucy9HUkUuIEhlIGFsc28gdG9vayB0aGUgV29ybGQgQ3VwIHRpdGxlIHRocmVlIHRpbWVzIGluIGEgcm93IGFuZCB3b24gdGhlIHVub2ZmaWNpYWwgaW5kb29yIFdvcmxkIENoYW1waW9uc2hpcHMgdHdpY2UgaW4gMjAwMiBhbmQgMjAwMy4gVGhlIGNoZXN0bnV0IFNlbGxlIEZyYW5jYWlzIHN0YWxsaW9uIHdobyBhZ2FpbiBsZWFkcyB0aGUgV0JGU0ggIChXb3JsZCBCcmVlZGluZyBGZWRlcmF0aW9uIGZvciBTcG9ydCBIb3JzZXMpIHJhbmtpbmcgb2YgdGhlIHdvcmxk4oCZcyBiZXN0IGp1bXBlci1tYWtlcnMg4oCTIGFsc28gdGhhbmtzIHRvIENoYW1hbiB3aG8gaXMgYWxzbyBzdGF0aW9uZWQgaW4gUmllc2VuYmVjayDigJMgaXMgYSBHYWxvdWJldCBBIHNvbi4gR2Fsb3ViZXQgQSwgYSBzb24gb2YgdGhlIHRyYWRlbWFyayBzdGFsbGlvbiBBbG3DqSBaIHdobyB3YXMgb24gdGhlIEZyZW5jaCBnb2xkIHdpbm5pbmcgdGVhbSBhdCB0aGUgMTk4MiBXb3JsZCBDaGFtcGlvbnNoaXBzIG9mIER1Ymxpbi9JUkwgd2l0aCBHaWxsZXMgQmVydHJhbmQgZGUgQmFsbGFuZGEsIHdvbiB0aGUgRnJlbmNoIENoYW1waW9uc2hpcHMgc2V2ZXJhbCB0aW1lcyBhbmQgY29sbGVjdGVkIGRvemVucyBvZiBmaXJzdCBwbGFjZSByaWJib25zIGluIE5hdGlvbnMgQ3VwcyBhbmQgIEdyYW5kIFByaXguIE1vcmUgdGhhbiAzMCBvZiBoaXMgc29ucyBhcmUgYWN0aXZlIGluIGJyZWVkaW5nLCBpbmNsdWRpbmcgVeKAmUdyYW5kIEpldGUsIEVvbGUgYW5kIE1lcmVkaXRoIE1pY2hhZWxzLUJlZXJiYXVt4oCZcyBRdWljayBTdGFyLg0KDQpIaXMgZGFtIFN0LlByLlN0LiBXaW56ZXJpbiwgd2hvIHBhc3NlZCBoZXIgYnJvb2RtYXJlIHBlcmZvcm1hbmNlIHRlc3Qgd2l0aCBvdXRzdGFuZGluZyBzY29yZXMsIGlzIGFsc28gdGhlIGRhbSBvZiAgR3V0IE5ldWVuaG9mcyBMZXZhbnRhZG9zIChieSBMYW5jZXIgSUkpIHdobyB3aW5zIHNob3cganVtcGluZyBjbGFzc2VzIHVwIHRvIGFkdmFuY2VkIChTKioqKSBsZXZlbCwgYXMgd2VsbCBhcyBhIHNldmVuLXllYXIgb2xkIGZ1bGwgc2lzdGVyIG9mIEJhbG91dGVsbGkgbmFtZWQgR3V0IE5ldWVuaG9mcyBCYWNhcm9sZS9IZW5yaWsgdm9uIEVja2VybWFubi9TV0Ugd2hvIGlzIGFsc28gaGlnaGx5IHN1Y2Nlc3NmdWwgaW4gaW50ZXJuYXRpb25hbCBjb21wZXRpdGlvbnMsIGFuZCAgR3V0IE5ldWVuaG9mcyBDYXR5IChieSBDcmlzdGFsbG8gSSkgd2hvIHF1YWxpZmllZCBmb3IgdGhlIEJ1bmRlc2NoYW1waW9uYXQuDQoNCjxpZnJhbWUgd2lkdGg9IjU2MCIgaGVpZ2h0PSIzMTUiIHNyYz0iLy93d3cueW91dHViZS1ub2Nvb2tpZS5jb20vZW1iZWQvQTBQU1k2a2VqblE/cmVsPTAiIGZyYW1lYm9yZGVyPSIwIiBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+";s:6:"format";s:6:"base64";}s:7:"excerpt";a:3:{s:9:"translate";i:1;s:4:"data";s:20:"MjAxMSAtIENhc3Rhw7Fv";s:6:"format";s:6:"base64";}s:11:"original_id";a:2:{s:9:"translate";i:0;s:4:"data";i:4951;}s:16:"horse_categories";a:3:{s:9:"translate";i:1;s:4:"data";s:10:""Q3LDrWE="";s:6:"format";s:10:"csv_base64";}s:20:"horse_categories_ids";a:2:{s:9:"translate";i:0;s:4:"data";s:2:"55";}s:12:"horse_breeds";a:3:{s:9:"translate";i:1;s:4:"data";s:14:""Q3J1emFkbw=="";s:6:"format";s:10:"csv_base64";}s:16:"horse_breeds_ids";a:2:{s:9:"translate";i:0;s:4:"data";s:2:"63";}s:13:"horse_genders";a:3:{s:9:"translate";i:1;s:4:"data";s:10:""Q2Fww7Nu"";s:6:"format";s:10:"csv_base64";}s:17:"horse_genders_ids";a:2:{s:9:"translate";i:0;s:4:"data";s:2:"59";}}}', '2014-02-27 16:29:50', 0, NULL),
|
||
(15, 1741, 9, 1, 0, 'c3c73c5b6fd911eed34bb5186838eca5', 'local', 'a:2:{s:3:"url";s:38:"http://127.0.0.1:4001/wordpress?p=4948";s:8:"contents";a:10:{s:5:"title";a:3:{s:9:"translate";i:1;s:4:"data";s:12:"SMOpcmN1bGVz";s:6:"format";s:6:"base64";}s:4:"body";a:3:{s:9:"translate";i:1;s:4:"data";s:2940:"PGg0Pldlc3RwaGFsaWFuIC0gZ3JpcyAtIDIwMTIgLSAxNi4yIGhhbmRzPC9oND4NCg0KPHN0cm9uZz5Ob21icmU8L3N0cm9uZz46IEjDqXJjdWxlcw0KPHN0cm9uZz5Bw7FvIGRlIG5hY2ltaWVudG88L3N0cm9uZz46IDIwMTIgDQo8c3Ryb25nPkNhcGE8L3N0cm9uZz46IGdyaXMgDQoNClt0aXRsZSBzaXplPSIzIl1Qcm9nZW55Wy90aXRsZV0NCg0KSGlnaGx5IHJlZmluZWQgaGltc2VsZiwgdGhlIGNoYXJtaW5nIEJsYWNrIEphY2sgbm90IG9ubHkgcGFzc2VzIG9uIGhpcyBnb29kIGxvb2tzIGJ1dCBhbHNvIGhpcyBhYmlsaXR5IHRvIGp1bXAsIGhpcyBxdWFsaXR5IG1vdmVtZW50cyBhbmQgcmlkZWFiaWxpdHkuIEhpcyBmaXJzdCBzb25zIGFuZCBkYXVnaHRlcnMsIG5vdyB1bmRlciBzYWRkbGUsIG1ha2UgYSBoaWdobHkgcHJvbWlzaW5nIGltcHJlc3Npb24uIA0KDQpCbGFjayBKYWNr4oCZcyBmb2FscyBxdWlja2x5IGZpbmQgYnV5ZXJzLiBIaXMgc29uIEJvcsOpYWwgZGVzIFByw6lzIHdhcyBzb2xkIGZvciAxMiw1MDAgU3dpc3MgRnJhbmNzIGluIDIwMTIgYXQgdGhlIFNwb3J0IEZvYWxzIEF1Y3Rpb24gaW4gU3Vyc2VlL1NVSS4gDQoNCltob3JzZV9mYW1pbHlfdHJlZV0NCg0KW3NlcGFyYXRvciB0b3A9IjEwIl0NCg0KW3RpdGxlIHNpemU9IjMiXVBlZGlncmVlWy90aXRsZV0NCg0KSGlzIHNpcmUgQmFsb3ViZXQgZHUgUm91ZXQgd29uIGluZGl2aWR1YWwgT2x5bXBpYyBnb2xkIHdpdGggUm9kcmlnbyBQZXNzb2EvQlJBIGluIDIwMDQgb24gdGhlIGNvdXJzZSBvZiBBdGhlbnMvR1JFLiBIZSBhbHNvIHRvb2sgdGhlIFdvcmxkIEN1cCB0aXRsZSB0aHJlZSB0aW1lcyBpbiBhIHJvdyBhbmQgd29uIHRoZSB1bm9mZmljaWFsIGluZG9vciBXb3JsZCBDaGFtcGlvbnNoaXBzIHR3aWNlIGluIDIwMDIgYW5kIDIwMDMuIFRoZSBjaGVzdG51dCBTZWxsZSBGcmFuY2FpcyBzdGFsbGlvbiB3aG8gYWdhaW4gbGVhZHMgdGhlIFdCRlNIICAoV29ybGQgQnJlZWRpbmcgRmVkZXJhdGlvbiBmb3IgU3BvcnQgSG9yc2VzKSByYW5raW5nIG9mIHRoZSB3b3JsZOKAmXMgYmVzdCBqdW1wZXItbWFrZXJzIOKAkyBhbHNvIHRoYW5rcyB0byBDaGFtYW4gd2hvIGlzIGFsc28gc3RhdGlvbmVkIGluIFJpZXNlbmJlY2sg4oCTIGlzIGEgR2Fsb3ViZXQgQSBzb24uIEdhbG91YmV0IEEsIGEgc29uIG9mIHRoZSB0cmFkZW1hcmsgc3RhbGxpb24gQWxtw6kgWiB3aG8gd2FzIG9uIHRoZSBGcmVuY2ggZ29sZCB3aW5uaW5nIHRlYW0gYXQgdGhlIDE5ODIgV29ybGQgQ2hhbXBpb25zaGlwcyBvZiBEdWJsaW4vSVJMIHdpdGggR2lsbGVzIEJlcnRyYW5kIGRlIEJhbGxhbmRhLCB3b24gdGhlIEZyZW5jaCBDaGFtcGlvbnNoaXBzIHNldmVyYWwgdGltZXMgYW5kIGNvbGxlY3RlZCBkb3plbnMgb2YgZmlyc3QgcGxhY2UgcmliYm9ucyBpbiBOYXRpb25zIEN1cHMgYW5kICBHcmFuZCBQcml4LiBNb3JlIHRoYW4gMzAgb2YgaGlzIHNvbnMgYXJlIGFjdGl2ZSBpbiBicmVlZGluZywgaW5jbHVkaW5nIFXigJlHcmFuZCBKZXRlLCBFb2xlIGFuZCBNZXJlZGl0aCBNaWNoYWVscy1CZWVyYmF1beKAmXMgUXVpY2sgU3Rhci4NCg0KSGlzIGRhbSBTdC5Qci5TdC4gV2luemVyaW4sIHdobyBwYXNzZWQgaGVyIGJyb29kbWFyZSBwZXJmb3JtYW5jZSB0ZXN0IHdpdGggb3V0c3RhbmRpbmcgc2NvcmVzLCBpcyBhbHNvIHRoZSBkYW0gb2YgIEd1dCBOZXVlbmhvZnMgTGV2YW50YWRvcyAoYnkgTGFuY2VyIElJKSB3aG8gd2lucyBzaG93IGp1bXBpbmcgY2xhc3NlcyB1cCB0byBhZHZhbmNlZCAoUyoqKikgbGV2ZWwsIGFzIHdlbGwgYXMgYSBzZXZlbi15ZWFyIG9sZCBmdWxsIHNpc3RlciBvZiBCYWxvdXRlbGxpIG5hbWVkIEd1dCBOZXVlbmhvZnMgQmFjYXJvbGUvSGVucmlrIHZvbiBFY2tlcm1hbm4vU1dFIHdobyBpcyBhbHNvIGhpZ2hseSBzdWNjZXNzZnVsIGluIGludGVybmF0aW9uYWwgY29tcGV0aXRpb25zLCBhbmQgIEd1dCBOZXVlbmhvZnMgQ2F0eSAoYnkgQ3Jpc3RhbGxvIEkpIHdobyBxdWFsaWZpZWQgZm9yIHRoZSBCdW5kZXNjaGFtcGlvbmF0Lg0KDQo8aWZyYW1lIHdpZHRoPSI1NjAiIGhlaWdodD0iMzE1IiBzcmM9Ii8vd3d3LnlvdXR1YmUtbm9jb29raWUuY29tL2VtYmVkL3RGSkdnRWF4cjZFP2xpc3Q9VVUwSGwxMk9TVlZ1SWFYMEhVeG1PdGFRIiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==";s:6:"format";s:6:"base64";}s:7:"excerpt";a:3:{s:9:"translate";i:1;s:4:"data";s:16:"Z3JpcyAtIDIwMTI=";s:6:"format";s:6:"base64";}s:11:"original_id";a:2:{s:9:"translate";i:0;s:4:"data";i:4948;}s:16:"horse_categories";a:3:{s:9:"translate";i:1;s:4:"data";s:10:""Q3LDrWE="";s:6:"format";s:10:"csv_base64";}s:20:"horse_categories_ids";a:2:{s:9:"translate";i:0;s:4:"data";s:2:"55";}s:12:"horse_breeds";a:3:{s:9:"translate";i:1;s:4:"data";s:14:""Q3J1emFkbw=="";s:6:"format";s:10:"csv_base64";}s:16:"horse_breeds_ids";a:2:{s:9:"translate";i:0;s:4:"data";s:2:"63";}s:13:"horse_genders";a:3:{s:9:"translate";i:1;s:4:"data";s:10:""Q2Fww7Nu"";s:6:"format";s:10:"csv_base64";}s:17:"horse_genders_ids";a:2:{s:9:"translate";i:0;s:4:"data";s:2:"59";}}}', '2014-02-27 16:29:50', 0, NULL);
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_layerslider`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_layerslider` (
|
||
`id` int(10) NOT NULL AUTO_INCREMENT,
|
||
`name` varchar(100) COLLATE latin1_general_ci NOT NULL,
|
||
`data` mediumtext COLLATE latin1_general_ci NOT NULL,
|
||
`date_c` int(10) NOT NULL,
|
||
`date_m` int(11) NOT NULL,
|
||
`flag_hidden` tinyint(1) NOT NULL DEFAULT '0',
|
||
`flag_deleted` tinyint(1) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=4 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_layerslider`
|
||
--
|
||
|
||
INSERT INTO `drgrp_layerslider` (`id`, `name`, `data`, `date_c`, `date_m`, `flag_hidden`, `flag_deleted`) VALUES
|
||
(1, 'Avada Full Width', '{"properties":{"title":"Avada Full Width","width":"100%","height":"400px","forceresponsive":"on","responsiveunder":"960","sublayercontainer":"960","autostart":"on","pauseonhover":"on","firstlayer":"1","animatefirstlayer":"on","twowayslideshow":"on","loops":"0","forceloopnum":"on","autopauseslideshow":"auto","youtubepreview":"maxresdefault.jpg","keybnav":"on","touchnav":"on","skin":"avada","backgroundcolor":"#f6f6f6","backgroundimage":"","sliderstyle":"","navprevnext":"on","navstartstop":"on","navbuttons":"on","circletimer":"on","thumb_nav":"hover","thumb_width":"100","thumb_height":"60","thumb_container_width":"60%","thumb_active_opacity":"35","thumb_inactive_opacity":"100","imgpreload":"on","bodyinclude":"on","yourlogo":"","yourlogostyle":"","yourlogolink":"","yourlogotarget":"_self","cbinit":"function(element) { }","cbstart":"function(data) { }","cbstop":"function(data) { }","cbpause":"function(data) { }","cbanimstart":"function(data) { }","cbanimstop":"function(data) { }","cbprev":"function(data) { }","cbnext":"function(data) { }"},"layers":[{"properties":{"3d_transitions":"","2d_transitions":"","custom_3d_transitions":"","custom_2d_transitions":"","background":"","thumbnail":"","slidedelay":"6000","new_transitions":"on","slidedirection":"right","timeshift":"0","durationin":"1500","easingin":"easeInOutQuint","delayin":"0","durationout":"1500","easingout":"easeInOutQuint","delayout":"0","layer_link":"","layer_link_target":"_self","id":"","deeplink":""},"sublayers":[{"subtitle":"Clouds","type":"img","image":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/themes\\/avada\\/framework\\/plugins\\/LayerSlider\\/sampleslider\\/slide_4.jpg","html":"","slidedirection":"fade","durationin":"1000","easingin":"easeInOutQuint","delayin":"0","rotatein":"0","scalein":"1.0","slideoutdirection":"auto","durationout":"1000","easingout":"easeInOutQuint","delayout":"0","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{}","top":"0px","left":"0px","style":"","id":"","class":"","title":"","alt":"","rel":""},{"subtitle":"Mac","type":"img","image":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/themes\\/avada\\/framework\\/plugins\\/LayerSlider\\/sampleslider\\/mac.png","html":"","slidedirection":"left","durationin":"1500","easingin":"easeInOutQuint","delayin":"0","rotatein":"0","scalein":"1.0","slideoutdirection":"auto","durationout":"1000","easingout":"easeInOutQuint","delayout":"0","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{}","top":"34px","left":"506px","style":"","id":"","class":"","title":"","alt":"","rel":""},{"subtitle":"iPad","type":"img","image":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/themes\\/avada\\/framework\\/plugins\\/LayerSlider\\/sampleslider\\/ipad2.png","html":"","slidedirection":"top","durationin":"1500","easingin":"easeInOutQuint","delayin":"400","rotatein":"0","scalein":"1.0","slideoutdirection":"auto","durationout":"1000","easingout":"easeInOutQuint","delayout":"0","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{}","top":"157px","left":"457px","style":"","id":"","class":"","title":"","alt":"","rel":""},{"subtitle":"iPhone","type":"img","image":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/themes\\/avada\\/framework\\/plugins\\/LayerSlider\\/sampleslider\\/iphone.png","html":"","slidedirection":"right","durationin":"1500","easingin":"easeInOutQuint","delayin":"800","rotatein":"0","scalein":"1.0","slideoutdirection":"auto","durationout":"1000","easingout":"easeInOutQuint","delayout":"0","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{}","top":"209px","left":"403px","style":"","id":"","class":"","title":"","alt":"","rel":""},{"subtitle":"Avada Wordpress Theme","type":"h1","image":"","html":"Avada Wordpress Theme","slidedirection":"top","durationin":"1000","easingin":"easeInOutQuint","delayin":"1400","rotatein":"0","scalein":"1.0","slideoutdirection":"auto","durationout":"1000","easingout":"easeInOutQuint","delayout":"0","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{\\\\\\"font-family\\\\\\":\\\\\\"serif\\\\\\",\\\\\\"font-size\\\\\\":\\\\\\"40\\\\\\",\\\\\\"color\\\\\\":\\\\\\"#333333\\\\\\"}","top":"83px","left":"1px","style":"","id":"","class":"","title":"","alt":"","rel":""},{"subtitle":"Made With Care...","type":"h1","image":"","html":"Made With Care For Our Users","slidedirection":"bottom","durationin":"1000","easingin":"easeInOutQuint","delayin":"1800","rotatein":"0","scalein":"1.0","slideoutdirection":"auto","durationout":"1000","easingout":"easeInOutQuint","delayout":"0","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{\\\\\\"width\\\\\\":\\\\\\"357\\\\\\",\\\\\\"height\\\\\\":\\\\\\"38\\\\\\",\\\\\\"font-size\\\\\\":\\\\\\"24\\\\\\",\\\\\\"line-height\\\\\\":\\\\\\"38\\\\\\",\\\\\\"color\\\\\\":\\\\\\"#ffffff\\\\\\",\\\\\\"background\\\\\\":\\\\\\"#a0ce4e\\\\\\"}","top":"135px","left":"1px","style":"text-align: center; font-weight: normal;","id":"","class":"","title":"","alt":"","rel":""},{"subtitle":"Lid est laborum ...","type":"p","image":"","html":"Lid est laborum dolo rumes fugats untras. Et harums ser quidem<br \\/> \\r\\nrerum facilisdolores nemis omnis fugiats vitaes nemo minima<br \\/> \\r\\nrerums unsers sadips amets sadips ipsums","slidedirection":"fade","durationin":"1000","easingin":"easeInOutQuint","delayin":"2200","rotatein":"0","scalein":"1.0","slideoutdirection":"auto","durationout":"1000","easingout":"easeInOutQuint","delayout":"0","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{\\\\\\"color\\\\\\":\\\\\\"#333333\\\\\\"}","top":"195px","left":"2px","style":"","id":"","class":"","title":"","alt":"","rel":""},{"subtitle":"Purchase Now","type":"p","image":"","html":"<a href=\\\\\\"http:\\/\\/themeforest.net\\/user\\/ThemeFusion\\\\\\" class=\\\\\\"button large green\\\\\\">Purchase Now<\\/a>","slidedirection":"bottom","durationin":"2000","easingin":"easeInOutQuint","delayin":"2400","rotatein":"0","scalein":"1.0","slideoutdirection":"auto","durationout":"1000","easingout":"easeInOutQuint","delayout":"0","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{}","top":"279px","left":"1px","style":"","id":"","class":"","title":"","alt":"","rel":""}]},{"properties":{"3d_transitions":"","2d_transitions":"","custom_3d_transitions":"","custom_2d_transitions":"","background":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/themes\\/avada\\/framework\\/plugins\\/LayerSlider\\/sampleslider\\/slide_5.jpg","thumbnail":"","slidedelay":"4000","new_transitions":"on","slidedirection":"right","timeshift":"0","durationin":"1500","easingin":"easeInOutQuint","delayin":"0","durationout":"1500","easingout":"easeInOutQuint","delayout":"0","layer_link":"","layer_link_target":"_self","id":"","deeplink":""},"sublayers":[{"subtitle":"iPad","type":"img","image":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/themes\\/avada\\/framework\\/plugins\\/LayerSlider\\/sampleslider\\/ipad.png","html":"","slidedirection":"right","durationin":"2000","easingin":"easeInOutQuint","delayin":"0","rotatein":"0","scalein":".2","slideoutdirection":"auto","durationout":"1000","easingout":"easeInOutQuint","delayout":"0","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{}","top":"54px","left":"-1px","style":"","id":"","class":"","title":"","alt":"","rel":""},{"subtitle":"Avada Is Better ...","type":"h1","image":"","html":"Avada Is Better Than Ever","slidedirection":"top","durationin":"1000","easingin":"easeInOutQuint","delayin":"700","rotatein":"0","scalein":"1.0","slideoutdirection":"auto","durationout":"1000","easingout":"easeInOutQuint","delayout":"0","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{\\\\\\"width\\\\\\":\\\\\\"295\\\\\\",\\\\\\"height\\\\\\":\\\\\\"35\\\\\\",\\\\\\"font-size\\\\\\":\\\\\\"22px\\\\\\",\\\\\\"line-height\\\\\\":\\\\\\"35\\\\\\",\\\\\\"color\\\\\\":\\\\\\"#a0ce4e\\\\\\",\\\\\\"background\\\\\\":\\\\\\"#333333\\\\\\"}","top":"67px","left":"666px","style":"text-align: center; font-weight: normal;","id":"","class":"","title":"","alt":"","rel":""},{"subtitle":"100% Fully Responsive","type":"h1","image":"","html":"100% Fully Responsive","slidedirection":"bottom","durationin":"1000","easingin":"easeInOutQuint","delayin":"1100","rotatein":"0","scalein":"1.0","slideoutdirection":"auto","durationout":"1000","easingout":"easeInOutQuint","delayout":"0","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{\\\\\\"width\\\\\\":\\\\\\"250\\\\\\",\\\\\\"height\\\\\\":\\\\\\"35\\\\\\",\\\\\\"font-size\\\\\\":\\\\\\"22px\\\\\\",\\\\\\"line-height\\\\\\":\\\\\\"35\\\\\\",\\\\\\"color\\\\\\":\\\\\\"#a0ce4e\\\\\\",\\\\\\"background\\\\\\":\\\\\\"#333333\\\\\\"}","top":"106px","left":"711px","style":"text-align: center; font-weight: normal;","id":"","class":"","title":"","alt":"","rel":""},{"subtitle":"With Numerous","type":"h1","image":"","html":"With Numerous","slidedirection":"top","durationin":"1000","easingin":"easeInOutQuint","delayin":"1500","rotatein":"0","scalein":"1.0","slideoutdirection":"auto","durationout":"1000","easingout":"easeInOutQuint","delayout":"0","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{\\\\\\"width\\\\\\":\\\\\\"190\\\\\\",\\\\\\"height\\\\\\":\\\\\\"35\\\\\\",\\\\\\"font-size\\\\\\":\\\\\\"22px\\\\\\",\\\\\\"line-height\\\\\\":\\\\\\"35\\\\\\",\\\\\\"color\\\\\\":\\\\\\"#333333\\\\\\",\\\\\\"background\\\\\\":\\\\\\"#a0ce4e\\\\\\"}","top":"175px","left":"770px","style":"text-align: center; font-weight: normal;","id":"","class":"","title":"","alt":"","rel":""},{"subtitle":"Additions & Optimizations","type":"h1","image":"","html":"Additions & Optimizations","slidedirection":"bottom","durationin":"1000","easingin":"easeInOutQuint","delayin":"1800","rotatein":"0","scalein":"1.0","slideoutdirection":"auto","durationout":"1000","easingout":"easeInOutQuint","delayout":"0","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{\\\\\\"width\\\\\\":\\\\\\"285\\\\\\",\\\\\\"height\\\\\\":\\\\\\"35\\\\\\",\\\\\\"font-size\\\\\\":\\\\\\"22px\\\\\\",\\\\\\"line-height\\\\\\":\\\\\\"35\\\\\\",\\\\\\"color\\\\\\":\\\\\\"#333333\\\\\\",\\\\\\"background\\\\\\":\\\\\\"#a0ce4e\\\\\\"}","top":"215px","left":"675px","style":"text-align: center; font-weight: normal;","id":"","class":"","title":"","alt":"","rel":""},{"subtitle":"It Doesn\\\\''t Get Better","type":"h1","image":"","html":"It Doesn\\\\''t Get Better Than This","slidedirection":"top","durationin":"1000","easingin":"easeInOutQuint","delayin":"2100","rotatein":"0","scalein":"1.0","slideoutdirection":"auto","durationout":"1000","easingout":"easeInOutQuint","delayout":"0","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{\\\\\\"width\\\\\\":\\\\\\"342\\\\\\",\\\\\\"height\\\\\\":\\\\\\"35\\\\\\",\\\\\\"font-size\\\\\\":\\\\\\"22px\\\\\\",\\\\\\"line-height\\\\\\":\\\\\\"35\\\\\\",\\\\\\"color\\\\\\":\\\\\\"#a0ce4e\\\\\\",\\\\\\"background\\\\\\":\\\\\\"#333333\\\\\\"}","top":"289px","left":"617px","style":"text-align: center; font-weight: normal;","id":"","class":"","title":"","alt":"","rel":""}]},{"properties":{"3d_transitions":"","2d_transitions":"","custom_3d_transitions":"","custom_2d_transitions":"","background":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/themes\\/avada\\/framework\\/plugins\\/LayerSlider\\/sampleslider\\/slide_3.jpg","thumbnail":"","slidedelay":"4000","new_transitions":"on","slidedirection":"right","timeshift":"0","durationin":"1500","easingin":"easeInOutQuint","delayin":"0","durationout":"1500","easingout":"easeInOutQuint","delayout":"0","layer_link":"","layer_link_target":"_self","id":"","deeplink":""},"sublayers":[{"subtitle":"Create Fantastic...","type":"h1","image":"","html":"Create Fantastic Sliders With Animations","slidedirection":"top","durationin":"1000","easingin":"easeInOutQuint","delayin":"200","rotatein":"0","scalein":"1.0","slideoutdirection":"auto","durationout":"1000","easingout":"easeInOutQuint","delayout":"0","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{\\\\\\"width\\\\\\":\\\\\\"430\\\\\\",\\\\\\"height\\\\\\":\\\\\\"35\\\\\\",\\\\\\"font-size\\\\\\":\\\\\\"21px\\\\\\",\\\\\\"line-height\\\\\\":\\\\\\"35\\\\\\",\\\\\\"color\\\\\\":\\\\\\"#ffffff\\\\\\",\\\\\\"background\\\\\\":\\\\\\"#000000\\\\\\"}","top":"82px","left":"270px","style":"text-align: center; font-weight: normal;","id":"","class":"","title":"","alt":"","rel":""},{"subtitle":"Be Creative","type":"h1","image":"","html":"BE CREATIVE","slidedirection":"right","durationin":"1000","easingin":"easeInOutQuint","delayin":"700","rotatein":"0","scalein":"1.0","slideoutdirection":"auto","durationout":"1000","easingout":"easeInOutQuint","delayout":"0","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{\\\\\\"font-size\\\\\\":\\\\\\"150px\\\\\\",\\\\\\"line-height\\\\\\":\\\\\\"35\\\\\\",\\\\\\"color\\\\\\":\\\\\\"#ffffff\\\\\\"}","top":"178px","left":"81px","style":"text-align: center; font-weight: normal; text-shadow: 0px 2px 5px rgba(0, 0, 0, 1);","id":"","class":"","title":"","alt":"","rel":""},{"subtitle":"The Possibilities Are...","type":"h1","image":"","html":"The Possibilities Are Endless And Results Stunning","slidedirection":"bottom","durationin":"1000","easingin":"easeInOutQuint","delayin":"1000","rotatein":"0","scalein":"1.0","slideoutdirection":"auto","durationout":"1000","easingout":"easeInOutQuint","delayout":"0","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{\\\\\\"width\\\\\\":\\\\\\"515\\\\\\",\\\\\\"height\\\\\\":\\\\\\"35\\\\\\",\\\\\\"font-size\\\\\\":\\\\\\"21px\\\\\\",\\\\\\"line-height\\\\\\":\\\\\\"35\\\\\\",\\\\\\"color\\\\\\":\\\\\\"#ffffff\\\\\\",\\\\\\"background\\\\\\":\\\\\\"#000000\\\\\\"}","top":"275px","left":"232px","style":"text-align: center; font-weight: normal;","id":"","class":"","title":"","alt":"","rel":""}]}]}', 1391029630, 1391029630, 0, 0),
|
||
(2, 'Avada Small Slider', '{"properties":{"title":"Avada Small Slider","width":"451px","height":"220px","responsive":"on","responsiveunder":"0","sublayercontainer":"0","autostart":"on","pauseonhover":"on","firstlayer":"1","animatefirstlayer":"on","twowayslideshow":"on","loops":"0","forceloopnum":"on","autoplayvideos":"on","autopauseslideshow":"auto","youtubepreview":"maxresdefault.jpg","keybnav":"on","touchnav":"on","skin":"borderlesslight3d","backgroundcolor":"#f6f6f6","backgroundimage":"","sliderstyle":"","navstartstop":"on","navbuttons":"on","hoverprevnext":"on","circletimer":"on","thumb_nav":"hover","thumb_width":"100","thumb_height":"60","thumb_container_width":"60%","thumb_active_opacity":"35","thumb_inactive_opacity":"100","imgpreload":"on","bodyinclude":"on","yourlogo":"","yourlogostyle":"left: 10px; top: 10px;","yourlogolink":"","yourlogotarget":"_self","cbinit":"function(element) { }","cbstart":"function(data) { }","cbstop":"function(data) { }","cbpause":"function(data) { }","cbanimstart":"function(data) { }","cbanimstop":"function(data) { }","cbprev":"function(data) { }","cbnext":"function(data) { }"},"layers":[{"properties":{"3d_transitions":"","2d_transitions":"","custom_3d_transitions":"","custom_2d_transitions":"","background":"","thumbnail":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/themes\\/avada\\/framework\\/plugins\\/LayerSlider\\/sampleslider\\/iphone.png","slidedelay":"4000","new_transitions":"on","slidedirection":"right","timeshift":"0","durationin":"1500","easingin":"easeInOutQuint","delayin":"0","durationout":"1500","easingout":"easeInOutQuint","delayout":"0","layer_link":"","layer_link_target":"_self","id":"","deeplink":""},"sublayers":[{"subtitle":"iPhone","type":"img","image":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/themes\\/avada\\/framework\\/plugins\\/LayerSlider\\/sampleslider\\/iphone.png","html":"","slidedirection":"right","durationin":"1000","easingin":"easeInOutQuint","delayin":"200","rotatein":"0","scalein":"1.0","slideoutdirection":"auto","durationout":"1000","easingout":"easeInOutQuint","delayout":"0","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{}","top":"28px","left":"73px","style":"","id":"","class":"","title":"","alt":"","rel":""},{"subtitle":"Logo","type":"img","image":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/themes\\/avada\\/framework\\/plugins\\/LayerSlider\\/sampleslider\\/logo.png","html":"","slidedirection":"top","durationin":"1000","easingin":"easeInOutQuint","delayin":"500","rotatein":"0","scalein":"1.0","slideoutdirection":"auto","durationout":"1000","easingout":"easeInOutQuint","delayout":"0","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{}","top":"66px","left":"194px","style":"","id":"","class":"","title":"","alt":"","rel":""},{"subtitle":"Wordpress Theme","type":"p","image":"","html":"Wordpress Theme","slidedirection":"bottom","durationin":"1000","easingin":"easeInOutQuint","delayin":"1000","rotatein":"0","scalein":"1.0","slideoutdirection":"auto","durationout":"1000","easingout":"easeInOutQuint","delayout":"0","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{\\\\\\"font-size\\\\\\":\\\\\\"23px\\\\\\",\\\\\\"color\\\\\\":\\\\\\"#a0ce4e\\\\\\"}","top":"114px","left":"195px","style":"font-weight: normal;","id":"","class":"","title":"","alt":"","rel":""}]},{"properties":{"3d_transitions":"","2d_transitions":"","custom_3d_transitions":"","custom_2d_transitions":"","background":"","thumbnail":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/themes\\/avada\\/framework\\/plugins\\/LayerSlider\\/sampleslider\\/ipad2.png","slidedelay":"4000","new_transitions":"on","slidedirection":"right","timeshift":"0","durationin":"1500","easingin":"easeInOutQuint","delayin":"0","durationout":"1500","easingout":"easeInOutQuint","delayout":"0","layer_link":"","layer_link_target":"_self","id":"","deeplink":""},"sublayers":[{"subtitle":"iPad","type":"img","image":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/themes\\/avada\\/framework\\/plugins\\/LayerSlider\\/sampleslider\\/ipad2.png","html":"","slidedirection":"right","durationin":"1000","easingin":"easeInOutQuint","delayin":"200","rotatein":"0","scalein":"1.0","slideoutdirection":"auto","durationout":"1000","easingout":"easeInOutQuint","delayout":"0","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{}","top":"33px","left":"40px","style":"","id":"","class":"","title":"","alt":"","rel":""},{"subtitle":"Logo","type":"img","image":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/themes\\/avada\\/framework\\/plugins\\/LayerSlider\\/sampleslider\\/logo.png","html":"","slidedirection":"top","durationin":"1000","easingin":"easeInOutQuint","delayin":"500","rotatein":"0","scalein":"1.0","slideoutdirection":"auto","durationout":"1000","easingout":"easeInOutQuint","delayout":"0","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{}","top":"70px","left":"235px","style":"","id":"","class":"","title":"","alt":"","rel":""},{"subtitle":"#1 Selling Theme","type":"p","image":"","html":"#1 Selling Theme","slidedirection":"bottom","durationin":"1000","easingin":"easeInOutQuint","delayin":"1000","rotatein":"0","scalein":"1.0","slideoutdirection":"auto","durationout":"1000","easingout":"easeInOutQuint","delayout":"0","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{\\\\\\"font-size\\\\\\":\\\\\\"23px\\\\\\",\\\\\\"color\\\\\\":\\\\\\"#a0ce4e\\\\\\"}","top":"115px","left":"234px","style":"font-weight: normal;","id":"","class":"","title":"","alt":"","rel":""}]}]}', 1391029630, 1391029630, 0, 0),
|
||
(3, 'Portada', '{"properties":{"post_taxonomy":"0","post_orderby":"date","post_order":"DESC","post_offset":"-1","title":"Portada","width":"100%","height":"300px","responsive":"on","maxwidth":"100%","forceresponsive":"on","responsiveunder":"960","sublayercontainer":"960","autostart":"on","pauseonhover":"on","firstlayer":"1","animatefirstlayer":"on","keybnav":"on","touchnav":"on","loops":"0","forceloopnum":"on","randomslideshow":"on","skin":"avada","backgroundcolor":"","backgroundimage":"","sliderstyle":"margin: 0px;","navprevnext":"on","hoverprevnext":"on","circletimer":"on","thumb_nav":"hover","thumb_container_width":"60%","thumb_width":"100","thumb_height":"60","thumb_active_opacity":"35","thumb_inactive_opacity":"100","autoplayvideos":"on","autopauseslideshow":"auto","youtubepreview":"maxresdefault.jpg","imgpreload":"on","lazyload":"on","yourlogoId":"","yourlogo":"","yourlogostyle":"left: -10px; top: -10px;","yourlogolink":"","yourlogotarget":"_self","cbinit":"function(element) {\\r\\n\\r\\n}","cbstart":"function(data) {\\r\\n\\r\\n}","cbstop":"function(data) {\\r\\n\\r\\n}","cbpause":"function(data) {\\r\\n\\r\\n}","cbanimstart":"function(data) {\\r\\n\\r\\n}","cbanimstop":"function(data) {\\r\\n\\r\\n}","cbprev":"function(data) {\\r\\n\\r\\n}","cbnext":"function(data) {\\r\\n\\r\\n}"},"layers":[{"properties":{"post_offset":"-1","3d_transitions":"","2d_transitions":"all","custom_3d_transitions":"","custom_2d_transitions":"","backgroundId":"4612","background":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/uploads\\/2014\\/01\\/cropped-header-01.jpg","thumbnailId":"","thumbnail":"","slidedelay":"8000","timeshift":"0","layer_link":"","layer_link_target":"_self","id":"","deeplink":""},"sublayers":[{"subtitle":"Fondo","media":"text","type":"p","imageId":"","image":"","html":"\\r\\n","post_text_length":"","transition":"{\\\\\\"offsetxin\\\\\\":\\\\\\"0\\\\\\",\\\\\\"offsetyin\\\\\\":\\\\\\"top\\\\\\",\\\\\\"durationin\\\\\\":\\\\\\"1500\\\\\\",\\\\\\"delayin\\\\\\":\\\\\\"500\\\\\\",\\\\\\"easingin\\\\\\":\\\\\\"easeInOutQuint\\\\\\",\\\\\\"fadein\\\\\\":true,\\\\\\"rotatein\\\\\\":\\\\\\"0\\\\\\",\\\\\\"rotatexin\\\\\\":\\\\\\"0\\\\\\",\\\\\\"rotateyin\\\\\\":\\\\\\"0\\\\\\",\\\\\\"transformoriginin\\\\\\":\\\\\\"50% 50% 0\\\\\\",\\\\\\"skewxin\\\\\\":\\\\\\"0\\\\\\",\\\\\\"skewyin\\\\\\":\\\\\\"0\\\\\\",\\\\\\"scalexin\\\\\\":\\\\\\"1\\\\\\",\\\\\\"scaleyin\\\\\\":\\\\\\"1\\\\\\",\\\\\\"offsetxout\\\\\\":\\\\\\"right\\\\\\",\\\\\\"offsetyout\\\\\\":\\\\\\"0\\\\\\",\\\\\\"durationout\\\\\\":\\\\\\"1500\\\\\\",\\\\\\"showuntil\\\\\\":\\\\\\"0\\\\\\",\\\\\\"easingout\\\\\\":\\\\\\"easeOutQuint\\\\\\",\\\\\\"fadeout\\\\\\":true,\\\\\\"rotateout\\\\\\":\\\\\\"0\\\\\\",\\\\\\"rotatexout\\\\\\":\\\\\\"0\\\\\\",\\\\\\"rotateyout\\\\\\":\\\\\\"0\\\\\\",\\\\\\"transformoriginout\\\\\\":\\\\\\"50% 50% 0\\\\\\",\\\\\\"skewxout\\\\\\":\\\\\\"0\\\\\\",\\\\\\"skewyout\\\\\\":\\\\\\"0\\\\\\",\\\\\\"scalexout\\\\\\":\\\\\\"1\\\\\\",\\\\\\"scaleyout\\\\\\":\\\\\\"1\\\\\\",\\\\\\"parallaxlevel\\\\\\":\\\\\\"0\\\\\\"}","url":"","target":"_self","styles":"{\\\\\\"width\\\\\\":\\\\\\"100%\\\\\\",\\\\\\"height\\\\\\":\\\\\\"33%\\\\\\"}","top":"85%","left":"50%","style":"background-color:rgba(0,0,0,0.4);","id":"","class":"","title":"","alt":"","rel":""},{"subtitle":"Cr\\u00eda de caballos para competici\\u00f3n","media":"text","type":"h1","imageId":"4708","image":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/uploads\\/2014\\/02\\/texto-banner-portada1.png","html":"Cr\\u00eda de caballos para competici\\u00f3n","post_text_length":"","transition":"{\\\\\\"offsetxin\\\\\\":\\\\\\"0\\\\\\",\\\\\\"offsetyin\\\\\\":\\\\\\"bottom\\\\\\",\\\\\\"durationin\\\\\\":\\\\\\"3000\\\\\\",\\\\\\"delayin\\\\\\":\\\\\\"500\\\\\\",\\\\\\"easingin\\\\\\":\\\\\\"easeInOutQuint\\\\\\",\\\\\\"fadein\\\\\\":true,\\\\\\"rotatein\\\\\\":\\\\\\"0\\\\\\",\\\\\\"rotatexin\\\\\\":\\\\\\"0\\\\\\",\\\\\\"rotateyin\\\\\\":\\\\\\"0\\\\\\",\\\\\\"transformoriginin\\\\\\":\\\\\\"50% 50% 0\\\\\\",\\\\\\"skewxin\\\\\\":\\\\\\"0\\\\\\",\\\\\\"skewyin\\\\\\":\\\\\\"0\\\\\\",\\\\\\"scalexin\\\\\\":\\\\\\"1\\\\\\",\\\\\\"scaleyin\\\\\\":\\\\\\"1\\\\\\",\\\\\\"offsetxout\\\\\\":\\\\\\"right\\\\\\",\\\\\\"offsetyout\\\\\\":\\\\\\"0\\\\\\",\\\\\\"durationout\\\\\\":\\\\\\"1500\\\\\\",\\\\\\"showuntil\\\\\\":\\\\\\"0\\\\\\",\\\\\\"easingout\\\\\\":\\\\\\"easeOutCubic\\\\\\",\\\\\\"fadeout\\\\\\":true,\\\\\\"rotateout\\\\\\":\\\\\\"0\\\\\\",\\\\\\"rotatexout\\\\\\":\\\\\\"0\\\\\\",\\\\\\"rotateyout\\\\\\":\\\\\\"0\\\\\\",\\\\\\"transformoriginout\\\\\\":\\\\\\"50% 50% 0\\\\\\",\\\\\\"skewxout\\\\\\":\\\\\\"0\\\\\\",\\\\\\"skewyout\\\\\\":\\\\\\"0\\\\\\",\\\\\\"scalexout\\\\\\":\\\\\\"1\\\\\\",\\\\\\"scaleyout\\\\\\":\\\\\\"1\\\\\\",\\\\\\"parallaxlevel\\\\\\":\\\\\\"0\\\\\\"}","url":"","target":"_self","styles":"{\\\\\\"width\\\\\\":\\\\\\"100%\\\\\\",\\\\\\"height\\\\\\":\\\\\\"50%\\\\\\",\\\\\\"padding-top\\\\\\":\\\\\\"30px\\\\\\",\\\\\\"padding-bottom\\\\\\":\\\\\\"0\\\\\\",\\\\\\"font-family\\\\\\":\\\\\\"\\\\\\\\\\\\\\"Roboto\\\\\\\\\\\\\\", Arial, Helvetica, sans-serif\\\\\\",\\\\\\"font-size\\\\\\":\\\\\\"36\\\\\\",\\\\\\"line-height\\\\\\":\\\\\\"44\\\\\\",\\\\\\"color\\\\\\":\\\\\\"#ffffff\\\\\\"}","top":"99%","left":"50%","style":"text-shadow:2px 2px 1px #333333; text-align: center; text-transform: uppercase; ","id":"","class":"","title":"","alt":"","rel":""}]},{"properties":{"post_offset":"-1","3d_transitions":"","2d_transitions":"all","custom_3d_transitions":"","custom_2d_transitions":"","backgroundId":"4718","background":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/uploads\\/2014\\/02\\/stables1.jpg","thumbnailId":"","thumbnail":"","slidedelay":"8000","timeshift":"0","layer_link":"","layer_link_target":"_self","id":"","deeplink":""},"sublayers":[{"subtitle":"Fondo","media":"text","type":"p","imageId":"","image":"","html":"","post_text_length":"","transition":"{\\\\\\"offsetxin\\\\\\":\\\\\\"0\\\\\\",\\\\\\"offsetyin\\\\\\":\\\\\\"bottom\\\\\\",\\\\\\"durationin\\\\\\":\\\\\\"1500\\\\\\",\\\\\\"delayin\\\\\\":\\\\\\"250\\\\\\",\\\\\\"easingin\\\\\\":\\\\\\"easeInOutQuint\\\\\\",\\\\\\"fadein\\\\\\":true,\\\\\\"rotatein\\\\\\":\\\\\\"0\\\\\\",\\\\\\"rotatexin\\\\\\":\\\\\\"0\\\\\\",\\\\\\"rotateyin\\\\\\":\\\\\\"0\\\\\\",\\\\\\"transformoriginin\\\\\\":\\\\\\"50% 50% 0\\\\\\",\\\\\\"skewxin\\\\\\":\\\\\\"0\\\\\\",\\\\\\"skewyin\\\\\\":\\\\\\"0\\\\\\",\\\\\\"scalexin\\\\\\":\\\\\\"1\\\\\\",\\\\\\"scaleyin\\\\\\":\\\\\\"1\\\\\\",\\\\\\"offsetxout\\\\\\":\\\\\\"0\\\\\\",\\\\\\"offsetyout\\\\\\":\\\\\\"bottom\\\\\\",\\\\\\"durationout\\\\\\":\\\\\\"1500\\\\\\",\\\\\\"showuntil\\\\\\":\\\\\\"0\\\\\\",\\\\\\"easingout\\\\\\":\\\\\\"easeInOutQuint\\\\\\",\\\\\\"fadeout\\\\\\":true,\\\\\\"rotateout\\\\\\":\\\\\\"0\\\\\\",\\\\\\"rotatexout\\\\\\":\\\\\\"0\\\\\\",\\\\\\"rotateyout\\\\\\":\\\\\\"0\\\\\\",\\\\\\"transformoriginout\\\\\\":\\\\\\"50% 50% 0\\\\\\",\\\\\\"skewxout\\\\\\":\\\\\\"0\\\\\\",\\\\\\"skewyout\\\\\\":\\\\\\"0\\\\\\",\\\\\\"scalexout\\\\\\":\\\\\\"1\\\\\\",\\\\\\"scaleyout\\\\\\":\\\\\\"1\\\\\\",\\\\\\"parallaxlevel\\\\\\":\\\\\\"0\\\\\\"}","url":"","target":"_self","styles":"{\\\\\\"width\\\\\\":\\\\\\"100%\\\\\\",\\\\\\"height\\\\\\":\\\\\\"33%\\\\\\"}","top":"85%","left":"50%","style":"background-color:rgba(0,0,0,0.4);","id":"","class":"","title":"","alt":"","rel":""},{"subtitle":"Instalaciones","media":"text","type":"h1","imageId":"","image":"","html":"Instalaciones para el desarrollo y el entrenamiento de los caballos ","post_text_length":"","transition":"{\\\\\\"offsetxin\\\\\\":\\\\\\"0\\\\\\",\\\\\\"offsetyin\\\\\\":\\\\\\"top\\\\\\",\\\\\\"durationin\\\\\\":\\\\\\"1500\\\\\\",\\\\\\"delayin\\\\\\":\\\\\\"300\\\\\\",\\\\\\"easingin\\\\\\":\\\\\\"easeInOutQuint\\\\\\",\\\\\\"fadein\\\\\\":true,\\\\\\"rotatein\\\\\\":\\\\\\"0\\\\\\",\\\\\\"rotatexin\\\\\\":\\\\\\"0\\\\\\",\\\\\\"rotateyin\\\\\\":\\\\\\"0\\\\\\",\\\\\\"transformoriginin\\\\\\":\\\\\\"50% 50% 0\\\\\\",\\\\\\"skewxin\\\\\\":\\\\\\"0\\\\\\",\\\\\\"skewyin\\\\\\":\\\\\\"0\\\\\\",\\\\\\"scalexin\\\\\\":\\\\\\"1\\\\\\",\\\\\\"scaleyin\\\\\\":\\\\\\"1\\\\\\",\\\\\\"offsetxout\\\\\\":\\\\\\"0\\\\\\",\\\\\\"offsetyout\\\\\\":\\\\\\"top\\\\\\",\\\\\\"durationout\\\\\\":\\\\\\"1500\\\\\\",\\\\\\"showuntil\\\\\\":\\\\\\"0\\\\\\",\\\\\\"easingout\\\\\\":\\\\\\"easeInOutQuint\\\\\\",\\\\\\"fadeout\\\\\\":true,\\\\\\"rotateout\\\\\\":\\\\\\"0\\\\\\",\\\\\\"rotatexout\\\\\\":\\\\\\"0\\\\\\",\\\\\\"rotateyout\\\\\\":\\\\\\"0\\\\\\",\\\\\\"transformoriginout\\\\\\":\\\\\\"50% 50% 0\\\\\\",\\\\\\"skewxout\\\\\\":\\\\\\"0\\\\\\",\\\\\\"skewyout\\\\\\":\\\\\\"0\\\\\\",\\\\\\"scalexout\\\\\\":\\\\\\"1\\\\\\",\\\\\\"scaleyout\\\\\\":\\\\\\"1\\\\\\",\\\\\\"parallaxlevel\\\\\\":\\\\\\"0\\\\\\"}","url":"","target":"_self","styles":"{\\\\\\"width\\\\\\":\\\\\\"100%\\\\\\",\\\\\\"font-family\\\\\\":\\\\\\"\\\\\\\\\\\\\\"Roboto\\\\\\\\\\\\\\", Arial, Helvetica, sans-serif\\\\\\",\\\\\\"font-size\\\\\\":\\\\\\"36\\\\\\",\\\\\\"line-height\\\\\\":\\\\\\"44\\\\\\",\\\\\\"color\\\\\\":\\\\\\"#ffffff\\\\\\"}","top":"85%","left":"50%","wordwrap":"on","style":"text-shadow:2px 2px 1px #333333; text-align: center; text-transform: uppercase; ","id":"","class":"","title":"","alt":"","rel":""}]}]}', 1392736626, 1393604521, 0, 0);
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_links`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_links` (
|
||
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`link_url` varchar(255) NOT NULL DEFAULT '',
|
||
`link_name` varchar(255) NOT NULL DEFAULT '',
|
||
`link_image` varchar(255) NOT NULL DEFAULT '',
|
||
`link_target` varchar(25) NOT NULL DEFAULT '',
|
||
`link_description` varchar(255) NOT NULL DEFAULT '',
|
||
`link_visible` varchar(20) NOT NULL DEFAULT 'Y',
|
||
`link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
|
||
`link_rating` int(11) NOT NULL DEFAULT '0',
|
||
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`link_rel` varchar(255) NOT NULL DEFAULT '',
|
||
`link_notes` mediumtext NOT NULL,
|
||
`link_rss` varchar(255) NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`link_id`),
|
||
KEY `link_visible` (`link_visible`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_links`
|
||
--
|
||
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_options`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_options` (
|
||
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`option_name` varchar(64) NOT NULL DEFAULT '',
|
||
`option_value` longtext NOT NULL,
|
||
`autoload` varchar(20) NOT NULL DEFAULT 'yes',
|
||
PRIMARY KEY (`option_id`),
|
||
UNIQUE KEY `option_name` (`option_name`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1951 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_options`
|
||
--
|
||
|
||
INSERT INTO `drgrp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
|
||
(1, 'siteurl', 'http://127.0.0.1:4001/wordpress', 'yes'),
|
||
(2, 'blogname', 'Double R Group', 'yes'),
|
||
(3, 'blogdescription', 'Cría y alta competición de caballos', 'yes'),
|
||
(4, 'users_can_register', '0', 'yes'),
|
||
(5, 'admin_email', 'darranz@rodax-software.com', 'yes'),
|
||
(6, 'start_of_week', '1', 'yes'),
|
||
(7, 'use_balanceTags', '0', 'yes'),
|
||
(8, 'use_smilies', '1', 'yes'),
|
||
(9, 'require_name_email', '1', 'yes'),
|
||
(10, 'comments_notify', '1', 'yes'),
|
||
(11, 'posts_per_rss', '10', 'yes'),
|
||
(12, 'rss_use_excerpt', '1', 'yes'),
|
||
(13, 'mailserver_url', 'mail.example.com', 'yes'),
|
||
(14, 'mailserver_login', 'login@example.com', 'yes'),
|
||
(15, 'mailserver_pass', 'password', 'yes'),
|
||
(16, 'mailserver_port', '110', 'yes'),
|
||
(17, 'default_category', '1', 'yes'),
|
||
(18, 'default_comment_status', 'closed', 'yes'),
|
||
(19, 'default_ping_status', 'open', 'yes'),
|
||
(20, 'default_pingback_flag', '1', 'yes'),
|
||
(21, 'posts_per_page', '10', 'yes'),
|
||
(22, 'date_format', 'j F, Y', 'yes'),
|
||
(23, 'time_format', 'g:i a', 'yes'),
|
||
(24, 'links_updated_date_format', 'j F, Y g:i a', 'yes'),
|
||
(25, 'links_recently_updated_prepend', '<em>', 'yes'),
|
||
(26, 'links_recently_updated_append', '</em>', 'yes'),
|
||
(27, 'links_recently_updated_time', '120', 'yes'),
|
||
(28, 'comment_moderation', '1', 'yes'),
|
||
(29, 'moderation_notify', '1', 'yes'),
|
||
(30, 'permalink_structure', '/%postname%/', 'yes'),
|
||
(31, 'gzipcompression', '0', 'yes'),
|
||
(32, 'hack_file', '0', 'yes'),
|
||
(33, 'blog_charset', 'UTF-8', 'yes'),
|
||
(34, 'moderation_keys', '', 'no'),
|
||
(35, 'active_plugins', 'a:10:{i:0;s:29:"gravityforms/gravityforms.php";i:1;s:27:"fusion-core/fusion-core.php";i:2;s:52:"onet-regenerate-thumbnails/onet-regen-thumbnails.php";i:3;s:38:"post-duplicator/m4c-postduplicator.php";i:4;s:40:"sitepress-multilingual-cms/sitepress.php";i:5;s:41:"wp-google-maps-pro/wp-google-maps-pro.php";i:6;s:23:"wpml-cms-nav/plugin.php";i:8;s:28:"wpml-sticky-links/plugin.php";i:9;s:34:"wpml-string-translation/plugin.php";i:10;s:38:"wpml-translation-management/plugin.php";}', 'yes'),
|
||
(36, 'home', 'http://127.0.0.1:4001/wordpress', 'yes'),
|
||
(37, 'category_base', '', 'yes'),
|
||
(38, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
|
||
(39, 'advanced_edit', '0', 'yes'),
|
||
(40, 'comment_max_links', '2', 'yes'),
|
||
(41, 'gmt_offset', '', 'yes'),
|
||
(42, 'default_email_category', '1', 'yes'),
|
||
(43, 'recently_edited', '', 'no'),
|
||
(44, 'template', 'Avada', 'yes'),
|
||
(45, 'stylesheet', 'double-r-group', 'yes'),
|
||
(46, 'comment_whitelist', '1', 'yes'),
|
||
(47, 'blacklist_keys', '', 'no'),
|
||
(48, 'comment_registration', '', 'yes'),
|
||
(49, 'html_type', 'text/html', 'yes'),
|
||
(50, 'use_trackback', '0', 'yes'),
|
||
(51, 'default_role', 'subscriber', 'yes'),
|
||
(52, 'db_version', '26691', 'yes'),
|
||
(53, 'uploads_use_yearmonth_folders', '1', 'yes'),
|
||
(54, 'upload_path', '', 'yes'),
|
||
(55, 'blog_public', '1', 'yes'),
|
||
(56, 'default_link_category', '2', 'yes'),
|
||
(57, 'show_on_front', 'page', 'yes'),
|
||
(58, 'tag_base', '', 'yes'),
|
||
(59, 'show_avatars', '1', 'yes'),
|
||
(60, 'avatar_rating', 'G', 'yes'),
|
||
(61, 'upload_url_path', '', 'yes'),
|
||
(62, 'thumbnail_size_w', '150', 'yes'),
|
||
(63, 'thumbnail_size_h', '150', 'yes'),
|
||
(64, 'thumbnail_crop', '1', 'yes'),
|
||
(65, 'medium_size_w', '300', 'yes'),
|
||
(66, 'medium_size_h', '300', 'yes'),
|
||
(67, 'avatar_default', 'mystery', 'yes'),
|
||
(68, 'large_size_w', '1024', 'yes'),
|
||
(69, 'large_size_h', '1024', 'yes'),
|
||
(70, 'image_default_link_type', 'file', 'yes'),
|
||
(71, 'image_default_size', '', 'yes'),
|
||
(72, 'image_default_align', '', 'yes'),
|
||
(73, 'close_comments_for_old_posts', '', 'yes'),
|
||
(74, 'close_comments_days_old', '14', 'yes'),
|
||
(75, 'thread_comments', '1', 'yes'),
|
||
(76, 'thread_comments_depth', '5', 'yes'),
|
||
(77, 'page_comments', '', 'yes'),
|
||
(78, 'comments_per_page', '50', 'yes'),
|
||
(79, 'default_comments_page', 'newest', 'yes'),
|
||
(80, 'comment_order', 'asc', 'yes'),
|
||
(81, 'sticky_posts', 'a:0:{}', 'yes'),
|
||
(82, 'widget_categories', 'a:3:{i:2;a:4:{s:5:"title";s:11:"Categorías";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}i:7;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
|
||
(83, 'widget_text', 'a:10:{i:6;a:3:{s:5:"title";s:0:"";s:4:"text";s:1099:"[accordian][toggle title="Our Company Mission"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\r\n[toggle title="The Avada Philosophy"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\r\n[toggle title="The Avada Promise"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\r\n[toggle title="We Can Deliver On Projects"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle][/accordian]";s:6:"filter";b:0;}i:7;a:3:{s:5:"title";s:0:"";s:4:"text";s:489:"[testimonials]\r\n[testimonial name="John Doe" company="My Company"]Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consec tetur, adipisci velit, sed quia non numquam eius modi tempora voluptas amets unser. [/testimonial]\r\n[testimonial name="Luke Beck" company="Theme Fusion"]Aliquam erat volutpat. Quisque at est id ligula facilisis laoreet eget pulvinar nibh. Suspendisse at ultrices dui. Curabitur ac felis arcu sadips ipsums fugiats nemis.[/testimonial]\r\n[/testimonials]";s:6:"filter";b:0;}i:3;a:3:{s:5:"title";s:0:"";s:4:"text";s:350:"<img src="http://theme-fusion.com/avadaxml/wp-content/uploads/2013/10/logo-footer.gif" alt="" />\r\n<p>Lorem ipsum ex vix illud nonummy, novum tation et his. At vix scriptaset patrioque scribentur, at pro fugit erts verterem molestiae, sed et vivendo ali Lorem ipsum ex vix illud nonummy, novum tation et his. At vix scripta patrioque scribentur...</p>";s:6:"filter";b:1;}i:10;a:3:{s:5:"title";s:23:"This Is A Custom Widget";s:4:"text";s:364:"This Sliding Bar can be switched on or off in theme options, and can take any widget you throw at it or even fill it with your custom HTML Code. Its perfect for grabbing the attention of your viewers. Choose between 1, 2, 3 or 4 columns, set the background color, widget divider color, activate transparency, a top border or fully disable it on desktop and mobile.";s:6:"filter";b:0;}i:11;a:3:{s:5:"title";s:23:"This Is A Custom Widget";s:4:"text";s:364:"This Sliding Bar can be switched on or off in theme options, and can take any widget you throw at it or even fill it with your custom HTML Code. Its perfect for grabbing the attention of your viewers. Choose between 1, 2, 3 or 4 columns, set the background color, widget divider color, activate transparency, a top border or fully disable it on desktop and mobile.";s:6:"filter";b:0;}i:8;a:3:{s:5:"title";b:0;s:4:"text";s:826:"[accordian][toggle title="Our Company Mission"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\r\n[toggle title="The Avada Philosophy"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\r\n[toggle title="The Avada Promise"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\r\n[/accordian]";s:6:"filter";b:0;}i:5;a:3:{s:5:"title";s:0:"";s:4:"text";s:489:"[testimonials]\r\n[testimonial name="John Doe" company="My Company"]Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consec tetur, adipisci velit, sed quia non numquam eius modi tempora voluptas amets unser. [/testimonial]\r\n[testimonial name="Luke Beck" company="Theme Fusion"]Aliquam erat volutpat. Quisque at est id ligula facilisis laoreet eget pulvinar nibh. Suspendisse at ultrices dui. Curabitur ac felis arcu sadips ipsums fugiats nemis.[/testimonial]\r\n[/testimonials]";s:6:"filter";b:0;}i:9;a:3:{s:5:"title";s:0:"";s:4:"text";s:1099:"[accordian][toggle title="Our Company Mission"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\r\n[toggle title="The Avada Philosophy"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\r\n[toggle title="The Avada Promise"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\r\n[toggle title="We Can Deliver On Projects"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle][/accordian]";s:6:"filter";b:0;}i:4;a:3:{s:5:"title";s:17:"Basic Text Widget";s:4:"text";s:189:"Fugiat dapibus, tellus ac cursus commo do, mauris sit condime ntum nibh, uter sitse fermentum massa justo vitaes amet r quia consequuntur magni uns mauris sit condime ntum nibh, uter sitse.";s:6:"filter";b:0;}s:12:"_multiwidget";i:1;}', 'yes'),
|
||
(84, 'widget_rss', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
|
||
(85, 'uninstall_plugins', 'a:1:{s:136:"D:/Trabajo/DoubleRGroup/InstantWP_4.3.1/iwpserver/htdocs/wordpress/wp-content/themes/avada/framework/plugins/LayerSlider/layerslider.php";s:29:"layerslider_uninstall_scripts";}', 'no'),
|
||
(86, 'timezone_string', 'Europe/Madrid', 'yes'),
|
||
(87, 'page_for_posts', '5009', 'yes'),
|
||
(88, 'page_on_front', '5037', 'yes'),
|
||
(89, 'default_post_format', '0', 'yes'),
|
||
(90, 'link_manager_enabled', '0', 'yes'),
|
||
(91, 'initial_db_version', '26691', 'yes'),
|
||
(92, 'drgrp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:62:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:9:"add_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'),
|
||
(93, '_transient_random_seed', 'c971c6f0552f1fd45cb41650d8f2b5cb', 'yes'),
|
||
(94, 'widget_search', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
|
||
(95, 'widget_recent-posts', 'a:6:{i:2;a:3:{s:5:"title";s:18:"Noticias recientes";s:6:"number";i:5;s:9:"show_date";b:0;}i:5;a:3:{s:5:"title";s:12:"Recent Posts";s:6:"number";i:5;s:9:"show_date";b:0;}i:6;a:3:{s:5:"title";s:0:"";s:6:"number";i:5;s:9:"show_date";b:0;}i:3;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}i:7;a:3:{s:5:"title";s:18:"Noticias recientes";s:6:"number";i:5;s:9:"show_date";b:0;}s:12:"_multiwidget";i:1;}', 'yes'),
|
||
(96, 'widget_recent-comments', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
|
||
(97, 'widget_archives', 'a:2:{i:2;a:3:{s:5:"title";s:19:"Archivo de noticias";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
|
||
(98, 'widget_meta', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
|
||
(99, 'sidebars_widgets', 'a:15:{s:19:"wp_inactive_widgets";a:14:{i:0;s:21:"recent_works-widget-6";i:1;s:21:"recent_works-widget-5";i:2;s:6:"text-6";i:3;s:6:"text-7";i:4;s:6:"text-3";i:5;s:7:"text-10";i:6;s:7:"text-11";i:7;s:6:"text-5";i:8;s:6:"text-9";i:9;s:6:"text-4";i:10;s:12:"categories-7";i:11;s:14:"recent-posts-5";i:12;s:14:"recent-posts-6";i:13;s:14:"recent-posts-3";}s:18:"avada-blog-sidebar";a:4:{i:0;s:19:"ad_125_125-widget-3";i:1;s:14:"recent-posts-2";i:2;s:12:"categories-2";i:3;s:10:"archives-2";}s:21:"avada-footer-widget-1";a:1:{i:0;s:10:"nav_menu-2";}s:21:"avada-footer-widget-2";a:1:{i:0;s:14:"recent-posts-7";}s:21:"avada-footer-widget-3";a:1:{i:0;s:21:"contact_info-widget-5";}s:21:"avada-footer-widget-4";a:0:{}s:25:"avada-slidingbar-widget-1";a:0:{}s:25:"avada-slidingbar-widget-2";a:0:{}s:25:"avada-slidingbar-widget-3";a:0:{}s:25:"avada-slidingbar-widget-4";a:0:{}s:18:"drg-horses-sidebar";a:1:{i:0;s:14:"gform_widget-3";}s:35:"avada-custom-sidebar-contactsidebar";a:0:{}s:36:"avada-custom-sidebar-homepagesidebar";a:0:{}s:18:"orphaned_widgets_1";a:3:{i:0;s:6:"text-8";i:1;s:21:"contact_info-widget-4";i:2;s:14:"gform_widget-2";}s:13:"array_version";i:3;}', 'yes'),
|
||
(1269, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1393425232', 'yes'),
|
||
(1270, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'a:40:{s:6:"widget";a:3:{s:4:"name";s:6:"widget";s:4:"slug";s:6:"widget";s:5:"count";s:4:"3898";}s:4:"post";a:3:{s:4:"name";s:4:"Post";s:4:"slug";s:4:"post";s:5:"count";s:4:"2456";}s:6:"plugin";a:3:{s:4:"name";s:6:"plugin";s:4:"slug";s:6:"plugin";s:5:"count";s:4:"2344";}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";s:4:"1930";}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";s:4:"1856";}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";s:4:"1583";}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";s:4:"1329";}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";s:4:"1325";}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";s:4:"1310";}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";s:4:"1260";}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";s:4:"1225";}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";s:4:"1121";}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";s:4:"1000";}s:8:"facebook";a:3:{s:4:"name";s:8:"Facebook";s:4:"slug";s:8:"facebook";s:5:"count";s:3:"982";}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";s:3:"974";}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";s:3:"950";}s:9:"wordpress";a:3:{s:4:"name";s:9:"wordpress";s:4:"slug";s:9:"wordpress";s:5:"count";s:3:"844";}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";s:3:"821";}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";s:3:"780";}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";s:3:"722";}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";s:3:"686";}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";s:3:"681";}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";s:3:"678";}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";s:3:"623";}s:4:"ajax";a:3:{s:4:"name";s:4:"AJAX";s:4:"slug";s:4:"ajax";s:5:"count";s:3:"615";}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";s:3:"595";}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";s:3:"572";}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";s:3:"570";}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";s:3:"541";}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";s:3:"539";}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";s:3:"530";}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";s:3:"522";}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";s:3:"506";}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";s:3:"505";}s:5:"login";a:3:{s:4:"name";s:5:"login";s:4:"slug";s:5:"login";s:5:"count";s:3:"471";}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";s:3:"458";}s:5:"stats";a:3:{s:4:"name";s:5:"stats";s:4:"slug";s:5:"stats";s:5:"count";s:3:"453";}s:8:"category";a:3:{s:4:"name";s:8:"category";s:4:"slug";s:8:"category";s:5:"count";s:3:"452";}s:7:"youtube";a:3:{s:4:"name";s:7:"youtube";s:4:"slug";s:7:"youtube";s:5:"count";s:3:"436";}s:7:"comment";a:3:{s:4:"name";s:7:"comment";s:4:"slug";s:7:"comment";s:5:"count";s:3:"432";}}', 'yes'),
|
||
(101, 'cron', 'a:5:{i:1394040249;a:1:{s:29:"icl_hourly_translation_pickup";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"hourly";s:4:"args";a:0:{}s:8:"interval";i:3600;}}}i:1394046900;a:1:{s:20:"wp_maybe_auto_update";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1394053493;a:4:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1394105993;a:1:{s:30:"wp_scheduled_auto_draft_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}s:7:"version";i:2;}', 'yes'),
|
||
(102, '_site_transient_update_core', 'O:8:"stdClass":4:{s:7:"updates";a:2:{i:0;O:8:"stdClass":10:{s:8:"response";s:6:"latest";s:8:"download";s:49:"http://es.wordpress.org/wordpress-3.8.1-es_ES.zip";s:6:"locale";s:5:"es_ES";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:49:"http://es.wordpress.org/wordpress-3.8.1-es_ES.zip";s:10:"no_content";b:0;s:11:"new_bundled";b:0;s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"3.8.1";s:7:"version";s:5:"3.8.1";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"3.8";s:15:"partial_version";s:0:"";}i:1;O:8:"stdClass":10:{s:8:"response";s:6:"latest";s:8:"download";s:41:"https://wordpress.org/wordpress-3.8.1.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:41:"https://wordpress.org/wordpress-3.8.1.zip";s:10:"no_content";s:52:"https://wordpress.org/wordpress-3.8.1-no-content.zip";s:11:"new_bundled";s:53:"https://wordpress.org/wordpress-3.8.1-new-bundled.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"3.8.1";s:7:"version";s:5:"3.8.1";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"3.8";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1394034052;s:15:"version_checked";s:5:"3.8.1";s:12:"translations";a:0:{}}', 'yes'),
|
||
(1900, '_site_transient_timeout_theme_roots', '1394035850', 'yes'),
|
||
(1901, '_site_transient_theme_roots', 'a:5:{s:5:"avada";s:7:"/themes";s:14:"double-r-group";s:7:"/themes";s:14:"twentyfourteen";s:7:"/themes";s:14:"twentythirteen";s:7:"/themes";s:12:"twentytwelve";s:7:"/themes";}', 'yes'),
|
||
(106, '_site_transient_update_themes', 'O:8:"stdClass":4:{s:12:"last_checked";i:1394034051;s:7:"checked";a:5:{s:5:"avada";s:5:"3.3.1";s:14:"double-r-group";s:0:"";s:14:"twentyfourteen";s:3:"1.0";s:14:"twentythirteen";s:3:"1.1";s:12:"twentytwelve";s:3:"1.3";}s:8:"response";a:0:{}s:12:"translations";a:0:{}}', 'yes'),
|
||
(353, '_site_transient_timeout_browser_043122d71f0e1c9aa31b4150c975ea1b', '1392996777', 'yes'),
|
||
(354, '_site_transient_browser_043122d71f0e1c9aa31b4150c975ea1b', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:7:"Firefox";s:7:"version";s:4:"26.0";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:2:"16";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
|
||
(111, 'can_compress_scripts', '1', 'yes'),
|
||
(1914, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1394077378', 'no'),
|
||
(1915, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1394034178', 'no'),
|
||
(1912, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1394077378', 'no');
|
||
INSERT INTO `drgrp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
|
||
(1913, '_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:51:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:25:"http://wordpress.org/news";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 23 Jan 2014 20:54:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:39:"http://wordpress.org/?v=3.9-alpha-27368";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:42:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"WordPress 3.8.1 Maintenance Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2014/01/wordpress-3-8-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2014/01/wordpress-3-8-1/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 23 Jan 2014 20:37:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=3063";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:358:"After six weeks and more than 9.3 million downloads of WordPress 3.8, we’re pleased to announce WordPress 3.8.1 is now available. Version 3.8.1 is a maintenance releases that addresses 31 bugs in 3.8, including various fixes and improvements for the new dashboard design and new themes admin screen. An issue with taxonomy queries in WP_Query […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Andrew Nacin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3809:"<p>After six weeks and more than <a href="http://wordpress.org/download/counter/">9.3 million downloads</a> of WordPress 3.8, we’re pleased to announce WordPress 3.8.1 is now available.</p>\n<p>Version 3.8.1 is a maintenance releases that addresses 31 bugs in 3.8, including various fixes and improvements for the new dashboard design and new themes admin screen. An issue with taxonomy queries in WP_Query was resolved. And if you’ve been frustrated by submit buttons that won’t do anything when you click on them (or thought you were going crazy, like some of us), we’ve found and fixed this “dead zone” on submit buttons.</p>\n<p>It also contains a fix for <strong>embedding tweets</strong> (by placing the URL to the tweet on its own line), which was broken due to a recent Twitter API change. (For more on Embeds, see <a href="http://codex.wordpress.org/Embeds">the Codex</a>.)</p>\n<p>For a full list of changes, consult the <a href="http://core.trac.wordpress.org/query?milestone=3.8.1">list of tickets</a> and <a href="https://core.trac.wordpress.org/log/branches/3.8?rev=27018&stop_rev=26862">the changelog</a>. There’s also a <a href="http://make.wordpress.org/core/2014/01/22/wordpress-3-8-1-release-candidate/">detailed summary</a> for developers on the development blog.</p>\n<p>If you are one of the millions already running WordPress 3.8, we will start rolling out automatic background updates for WordPress 3.8.1 in the next few hours. For sites <a href="http://wordpress.org/plugins/background-update-tester/">that support them</a>, of course.</p>\n<p><a href="http://wordpress.org/download/">Download WordPress 3.8.1</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now.”</p>\n<p>Thanks to all of these fine individuals for contributing to 3.8.1:</p>\n<p><a href="http://profiles.wordpress.org/jorbin">Aaron Jorbin</a>, <a href="http://profiles.wordpress.org/collinsinternet">Allan Collins</a>, <a href="http://profiles.wordpress.org/nacin">Andrew Nacin</a>, <a href="http://profiles.wordpress.org/azaozz">Andrew Ozz</a>, <a href="http://profiles.wordpress.org/aubreypwd">Aubrey Portwood</a>, <a href="http://profiles.wordpress.org/empireoflight">Ben Dunkle</a>, <a href="http://profiles.wordpress.org/cojennin">Connor Jennings</a>, <a href="http://profiles.wordpress.org/dd32">Dion Hulse</a>, <a href="http://profiles.wordpress.org/ocean90">Dominik Schilling</a>, <a href="http://profiles.wordpress.org/fboender">fboender</a>, <a href="http://profiles.wordpress.org/avryl">Janneke Van Dorpe</a>, <a href="http://profiles.wordpress.org/janrenn">janrenn</a>, <a href="http://profiles.wordpress.org/joedolson">Joe Dolson</a>, <a href="http://profiles.wordpress.org/johnbillion">John Blackbourn</a>, <a href="#">José Pino</a>, <a href="http://profiles.wordpress.org/kovshenin">Konstantin Kovshenin</a>, <a href="http://profiles.wordpress.org/matveb">Matias Ventura</a>, <a href="http://profiles.wordpress.org/mattheu">Matthew Haines-Young</a>, <a href="http://profiles.wordpress.org/iammattthomas">Matt Thomas</a>, <a href="http://profiles.wordpress.org/melchoyce">Mel Choyce</a>, <a href="http://profiles.wordpress.org/batmoo">Mohammad Jangda</a>, <a href="http://profiles.wordpress.org/morganestes">Morgan Estes</a>, <a href="http://profiles.wordpress.org/nivijah">nivijah</a>, <a href="http://profiles.wordpress.org/wonderboymusic">Scott Taylor</a>, <a href="http://profiles.wordpress.org/sergeybiryukov">Sergey Biryukov</a>, <a href="http://profiles.wordpress.org/undergroundnetwork">undergroundnetwork</a>, and <a href="http://profiles.wordpress.org/yurivictor">Yuri Victor</a>.</p>\n<p><em>WordPress three eight one<br />\nWe heard you didn’t like bugs<br />\nSo we took them out</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2014/01/wordpress-3-8-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:42:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"WordPress 3.8 “Parker”";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:41:"http://wordpress.org/news/2013/12/parker/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2013/12/parker/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Dec 2013 17:00:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2765";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:354:"Version 3.8 of WordPress, named “Parker” in honor of Charlie Parker, bebop innovator, is available for download or update in your WordPress dashboard. We hope you’ll think this is the most beautiful update yet. Introducing a modern new design WordPress has gotten a facelift. 3.8 brings a fresh new look to the entire admin dashboard. […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:18740:"<p>Version 3.8 of WordPress, named “Parker” in honor of <a href="http://en.wikipedia.org/wiki/Charlie_Parker">Charlie Parker</a>, bebop innovator, is available <a href="http://wordpress.org/download/">for download</a> or update in your WordPress dashboard. We hope you’ll think this is the most beautiful update yet.</p>\n<div id="v-6wORgoGb-1" class="video-player"><embed id="v-6wORgoGb-1-video" src="http://s0.videopress.com/player.swf?v=1.03&guid=6wORgoGb&isDynamicSeeking=true" type="application/x-shockwave-flash" width="692" height="388" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>\n<h2 class="aligncenter">Introducing a modern new design</h2>\n<p><img class="wp-image-2951 aligncenter" alt="overview" src="http://i0.wp.com/wpdotorg.files.wordpress.com/2013/12/overview.jpg?resize=623%2C193" data-recalc-dims="1" /></p>\n<p>WordPress has gotten a facelift. 3.8 brings a fresh new look to the entire admin dashboard. Gone are overbearing gradients and dozens of shades of grey — bring on a bigger, bolder, more colorful design!</p>\n<p><img class="aligncenter wp-image-2856" style="margin-left: 0;margin-right: 0" alt="about-modern-wordpress" src="http://i2.wp.com/wpdotorg.files.wordpress.com/2013/12/design.png?resize=623%2C151" data-recalc-dims="1" /></p>\n<h3>Modern aesthetic</h3>\n<p>The new WordPress dashboard has a fresh, uncluttered design that embraces clarity and simplicity.</p>\n<h3>Clean typography</h3>\n<p>The Open Sans typeface provides simple, friendly text that is optimized for both desktop and mobile viewing. It’s even open source, just like WordPress.</p>\n<h3>Refined contrast</h3>\n<p>We think beautiful design should never sacrifice legibility. With superior contrast and large, comfortable type, the new design is easy to read and a pleasure to navigate.</p>\n<hr />\n<h2 class="aligncenter">WordPress on every device</h2>\n<p><img class="alignright wp-image-2984" alt="responsive" src="http://i2.wp.com/wpdotorg.files.wordpress.com/2013/12/responsive.jpg?resize=255%2C255" data-recalc-dims="1" />We all access the internet in different ways. Smartphone, tablet, notebook, desktop — no matter what you use, WordPress will adapt and you’ll feel right at home.</p>\n<h3>High definition at high speed</h3>\n<p>WordPress is sharper than ever with new vector-based icons that scale to your screen. By ditching pixels, pages load significantly faster, too.</p>\n<hr />\n<h2 class="aligncenter">Admin color schemes to match your personality</h2>\n<p><img class="aligncenter wp-image-2954" alt="colors" src="http://i0.wp.com/wpdotorg.files.wordpress.com/2013/12/colors.jpg?resize=623%2C339" data-recalc-dims="1" /></p>\n<p>WordPress just got a colorful new update. We’ve included eight new admin color schemes so you can pick the one that suits you best.</p>\n<p>Color schemes can be previewed and changed from your Profile page.</p>\n<hr />\n<h2 class="aligncenter">Refined theme management</h2>\n<p><img class="alignright wp-image-2967" alt="themes" src="http://i0.wp.com/wpdotorg.files.wordpress.com/2013/12/themes.jpg?resize=360%2C344" data-recalc-dims="1" />The new themes screen lets you survey your themes at a glance. Or want more information? Click to discover more. Then sit back and use your keyboard’s navigation arrows to flip through every theme you’ve got.</p>\n<h3>Smoother widget experience</h3>\n<p>Drag-drag-drag. Scroll-scroll-scroll. Widget management can be complicated. With the new design, we’ve worked to streamline the widgets screen.</p>\n<p>Have a large monitor? Multiple widget areas stack side-by-side to use the available space. Using a tablet? Just tap a widget to add it.</p>\n<hr />\n<h2 class="aligncenter">Twenty Fourteen, a sleek new magazine theme</h2>\n<p><img class="aligncenter size-large wp-image-2789" alt="The new Twenty Fourteen theme displayed on a laptop. tablet and phone" src="http://i0.wp.com/wpdotorg.files.wordpress.com/2013/12/twentyfourteen.jpg?resize=692%2C275" data-recalc-dims="1" /></p>\n<h3>Turn your blog into a magazine</h3>\n<p>Create a beautiful magazine-style site with WordPress and Twenty Fourteen. Choose a grid or a slider to display featured content on your homepage. Customize your site with three widget areas or change your layout with two page templates.</p>\n<p>With a striking design that does not compromise our trademark simplicity, Twenty Fourteen is our most intrepid default theme yet.</p>\n<hr />\n<h2>Beginning of a new era</h2>\n<p>This release was led by Matt Mullenweg. This is our second release using the new plugin-first development process, with a much shorter timeframe than in the past. We think it’s been going great. You can check out the features currently in production on the <a title="Make WordPress Core" href="http://make.wordpress.org/core/" target="_blank">make/core blog</a>.</p>\n<p>There are 188 contributors with props in this release:</p>\n<p><a href="http://profiles.wordpress.org/aaronholbrook">Aaron Holbrook</a>, <a href="http://profiles.wordpress.org/jorbin">Aaron Jorbin</a>, <a href="http://profiles.wordpress.org/adamsilverstein">adamsilverstein</a>, <a href="http://profiles.wordpress.org/admiralthrawn">admiralthrawn</a>, <a href="http://profiles.wordpress.org/ahoereth">Alexander Hoereth</a>, <a href="http://profiles.wordpress.org/collinsinternet">Allan Collins</a>, <a href="http://profiles.wordpress.org/sabreuse">Amy Hendrix (sabreuse)</a>, <a href="http://profiles.wordpress.org/nacin">Andrew Nacin</a>, <a href="http://profiles.wordpress.org/azaozz">Andrew Ozz</a>, <a href="http://profiles.wordpress.org/aralbald">Andrey Kabakchiev</a>, <a href="http://profiles.wordpress.org/apeatling">Andy Peatling</a>, <a href="http://profiles.wordpress.org/ankitgadertcampcom">Ankit Gade</a>, <a href="http://profiles.wordpress.org/atimmer">Anton Timmermans</a>, <a href="http://profiles.wordpress.org/fliespl">Arkadiusz Rzadkowolski</a>, <a href="http://profiles.wordpress.org/aubreypwd">Aubrey Portwood</a>, <a href="http://profiles.wordpress.org/bassgang">bassgang</a>, <a href="http://profiles.wordpress.org/empireoflight">Ben Dunkle</a>, <a href="http://profiles.wordpress.org/bananastalktome">Billy (bananastalktome)</a>, <a href="http://profiles.wordpress.org/binarymoon">binarymoon</a>, <a href="http://profiles.wordpress.org/bradyvercher">Brady Vercher</a>, <a href="http://profiles.wordpress.org/kraftbj">Brandon Kraft</a>, <a href="http://profiles.wordpress.org/rzen">Brian Richards</a>, <a href="http://profiles.wordpress.org/bpetty">Bryan Petty</a>, <a href="http://profiles.wordpress.org/calin">Calin Don</a>, <a href="http://profiles.wordpress.org/carldanley">Carl Danley</a>, <a href="http://profiles.wordpress.org/sixhours">Caroline Moore</a>, <a href="http://profiles.wordpress.org/caspie">Caspie</a>, <a href="http://profiles.wordpress.org/chrisbliss18">Chris Jean</a>, <a href="http://profiles.wordpress.org/iblamefish">Clinton Montague</a>, <a href="http://profiles.wordpress.org/cojennin">cojennin</a>, <a href="http://profiles.wordpress.org/corphi">Corphi</a>, <a href="http://profiles.wordpress.org/dbernar1">Dan Bernardic</a>, <a href="http://profiles.wordpress.org/danieldudzic">Daniel Dudzic</a>, <a href="http://profiles.wordpress.org/koop">Daryl Koopersmith</a>, <a href="http://profiles.wordpress.org/datafeedrcom">datafeedr</a>, <a href="http://profiles.wordpress.org/lessbloat">Dave Martin</a>, <a href="http://profiles.wordpress.org/drw158">Dave Whitley</a>, <a href="http://profiles.wordpress.org/dd32">Dion Hulse</a>, <a href="http://profiles.wordpress.org/ocean90">Dominik Schilling</a>, <a href="http://profiles.wordpress.org/dougwollison">Doug Wollison</a>, <a href="http://profiles.wordpress.org/drewapicture">Drew Jaynes</a>, <a href="http://profiles.wordpress.org/dziudek">dziudek</a>, <a href="http://profiles.wordpress.org/ericlewis">Eric Andrew Lewis</a>, <a href="http://profiles.wordpress.org/ericmann">Eric Mann</a>, <a href="http://profiles.wordpress.org/ethitter">Erick Hitter</a>, <a href="http://profiles.wordpress.org/evansolomon">Evan Solomon</a>, <a href="http://profiles.wordpress.org/faison">Faison</a>, <a href="http://profiles.wordpress.org/fboender">fboender</a>, <a href="http://profiles.wordpress.org/frank-klein">Frank Klein</a>, <a href="http://profiles.wordpress.org/garyj">Gary Jones</a>, <a href="http://profiles.wordpress.org/pento">Gary Pendergast</a>, <a href="http://profiles.wordpress.org/soulseekah">Gennady Kovshenin</a>, <a href="http://profiles.wordpress.org/georgestephanis">George Stephanis</a>, <a href="http://profiles.wordpress.org/gnarf37">gnarf37</a>, <a href="http://profiles.wordpress.org/tivnet">Gregory Karpinsky</a>, <a href="http://profiles.wordpress.org/hanni">hanni</a>, <a href="http://profiles.wordpress.org/helen">Helen Hou-Sandi</a>, <a href="http://profiles.wordpress.org/iandunn">Ian Dunn</a>, <a href="http://profiles.wordpress.org/ipstenu">Ipstenu (Mika Epstein)</a>, <a href="http://profiles.wordpress.org/isaackeyet">Isaac Keyet</a>, <a href="http://profiles.wordpress.org/jdgrimes">J.D. Grimes</a>, <a href="http://profiles.wordpress.org/jacklenox">Jack Lenox</a>, <a href="http://profiles.wordpress.org/janhenckens">janhenckens</a>, <a href="http://profiles.wordpress.org/avryl">Janneke Van Dorpe</a>, <a href="http://profiles.wordpress.org/janrenn">janrenn</a>, <a href="http://profiles.wordpress.org/jblz">Jeff Bowen</a>, <a href="http://profiles.wordpress.org/jeffr0">Jeff Chandler</a>, <a href="http://profiles.wordpress.org/jenmylo">Jen Mylo</a>, <a href="http://profiles.wordpress.org/buffler">Jeremy Buller</a>, <a href="http://profiles.wordpress.org/jeremyfelt">Jeremy Felt</a>, <a href="http://profiles.wordpress.org/jeherve">Jeremy Herve</a>, <a href="http://profiles.wordpress.org/jpry">Jeremy Pry</a>, <a href="http://profiles.wordpress.org/jayjdk">Jesper Johansen (jayjdk)</a>, <a href="http://profiles.wordpress.org/jhned">jhned</a>, <a href="http://profiles.wordpress.org/jim912">jim912</a>, <a href="http://profiles.wordpress.org/jartes">Joan Artes</a>, <a href="http://profiles.wordpress.org/joedolson">Joe Dolson</a>, <a href="http://profiles.wordpress.org/joen">Joen Asmussen</a>, <a href="http://profiles.wordpress.org/johnbillion">John Blackbourn</a>, <a href="http://profiles.wordpress.org/johnafish">John Fish</a>, <a href="http://profiles.wordpress.org/johnjamesjacoby">John James Jacoby</a>, <a href="http://profiles.wordpress.org/duck_">Jon Cave</a>, <a href="http://profiles.wordpress.org/joostdevalk">Joost de Valk</a>, <a href="http://profiles.wordpress.org/joshuaabenazer">Joshua Abenazer</a>, <a href="http://profiles.wordpress.org/nukaga">Junko Nukaga</a>, <a href="http://profiles.wordpress.org/devesine">Justin de Vesine</a>, <a href="http://profiles.wordpress.org/justinsainton">Justin Sainton</a>, <a href="http://profiles.wordpress.org/kadamwhite">K. Adam White</a>, <a href="http://profiles.wordpress.org/trepmal">Kailey (trepmal)</a>, <a href="http://profiles.wordpress.org/codebykat">Kat Hagan</a>, <a href="http://profiles.wordpress.org/littlethingsstudio">Kate Whitley</a>, <a href="http://profiles.wordpress.org/ryelle">Kelly Dwan</a>, <a href="http://profiles.wordpress.org/kpdesign">Kim Parsell</a>, <a href="http://profiles.wordpress.org/kwight">Kirk Wight</a>, <a href="http://profiles.wordpress.org/koki4a">Konstantin Dankov</a>, <a href="http://profiles.wordpress.org/kovshenin">Konstantin Kovshenin</a>, <a href="http://profiles.wordpress.org/obenland">Konstantin Obenland</a>, <a href="http://profiles.wordpress.org/drozdz">Krzysiek Drozdz</a>, <a href="http://profiles.wordpress.org/lancewillett">Lance Willett</a>, <a href="http://profiles.wordpress.org/leewillis77">Lee Willis</a>, <a href="http://profiles.wordpress.org/lite3">lite3</a>, <a href="http://profiles.wordpress.org/lucp">Luc Princen</a>, <a href="http://profiles.wordpress.org/latz">Lutz Schroer</a>, <a href="http://profiles.wordpress.org/mako09">Mako</a>, <a href="http://profiles.wordpress.org/markjaquith">Mark Jaquith</a>, <a href="http://profiles.wordpress.org/markmcwilliams">Mark McWilliams</a>, <a href="http://profiles.wordpress.org/markoheijnen">Marko Heijnen</a>, <a href="http://profiles.wordpress.org/matt">Matt Mullenweg</a>, <a href="http://profiles.wordpress.org/iammattthomas">Matt Thomas</a>, <a href="http://profiles.wordpress.org/mattwiebe">Matt Wiebe</a>, <a href="http://profiles.wordpress.org/mdbitz">Matthew Denton</a>, <a href="http://profiles.wordpress.org/mattheu">Matthew Haines-Young</a>, <a href="http://profiles.wordpress.org/matveb">Matías Ventura</a>, <a href="http://profiles.wordpress.org/megane9988">megane9988</a>, <a href="http://profiles.wordpress.org/melchoyce">Mel Choyce</a>, <a href="http://profiles.wordpress.org/micahwave">micahwave</a>, <a href="http://profiles.wordpress.org/cainm">Michael Cain</a>, <a href="http://profiles.wordpress.org/mitchoyoshitaka">Michael Erlewine</a>, <a href="http://profiles.wordpress.org/michelwppi">Michel - xiligroup dev</a>, <a href="http://profiles.wordpress.org/chellycat">Michelle Langston</a>, <a href="http://profiles.wordpress.org/gradyetc">Mike Burns</a>, <a href="http://profiles.wordpress.org/mikehansenme">Mike Hansen</a>, <a href="http://profiles.wordpress.org/mikelittle">Mike Little</a>, <a href="http://profiles.wordpress.org/dh-shredder">Mike Schroder</a>, <a href="http://profiles.wordpress.org/dimadin">Milan Dinic</a>, <a href="http://profiles.wordpress.org/batmoo">Mohammad Jangda</a>, <a href="http://profiles.wordpress.org/morganestes">Morgan Estes</a>, <a href="http://profiles.wordpress.org/mt8biz">moto hachi</a>, <a href="http://profiles.wordpress.org/Nao">Naoko Takano</a>, <a href="http://profiles.wordpress.org/neil_pie">Neil Pie</a>, <a href="http://profiles.wordpress.org/nickdaugherty">Nick Daugherty</a>, <a href="http://profiles.wordpress.org/celloexpressions">Nick Halsey</a>, <a href="http://profiles.wordpress.org/nbachiyski">Nikolay Bachiyski</a>, <a href="http://profiles.wordpress.org/ninio">ninio</a>, <a href="http://profiles.wordpress.org/ninnypants">ninnypants</a>, <a href="http://profiles.wordpress.org/nivijah">nivijah</a>, <a href="http://profiles.wordpress.org/nofearinc">nofearinc</a>, <a href="http://profiles.wordpress.org/nvwd">Nowell VanHoesen</a>, <a href="http://profiles.wordpress.org/odysseygate">odyssey</a>, <a href="http://profiles.wordpress.org/originalexe">OriginalEXE</a>, <a href="http://profiles.wordpress.org/swissspidy">Pascal Birchler</a>, <a href="http://profiles.wordpress.org/pauldewouters">Paul de Wouters</a>, <a href="http://profiles.wordpress.org/pavelevap">pavelevap</a>, <a href="http://profiles.wordpress.org/westi">Peter Westwood</a>, <a href="http://profiles.wordpress.org/senlin">Piet</a>, <a href="http://profiles.wordpress.org/ptahdunbar">Ptah Dunbar</a>, <a href="http://profiles.wordpress.org/raamdev">Raam Dev</a>, <a href="http://profiles.wordpress.org/bamadesigner">Rachel Carden</a>, <a href="http://profiles.wordpress.org/rachelbaker">rachelbaker</a>, <a href="http://profiles.wordpress.org/radices">Radices</a>, <a href="http://profiles.wordpress.org/mauryaratan">Ram Ratan Maurya</a>, <a href="http://profiles.wordpress.org/defries">Remkus de Vries</a>, <a href="http://profiles.wordpress.org/ounziw">Rescuework Support</a>, <a href="http://profiles.wordpress.org/rickalee">Ricky Lee Whittemore</a>, <a href="http://profiles.wordpress.org/rdall">Robert Dall</a>, <a href="http://profiles.wordpress.org/wet">Robert Wetzlmayr, PHP-Programmierer</a>, <a href="http://profiles.wordpress.org/rodrigosprimo">Rodrigo Primo</a>, <a href="http://profiles.wordpress.org/ryan">Ryan Boren</a>, <a href="http://profiles.wordpress.org/otto42">Samuel Wood</a>, <a href="http://profiles.wordpress.org/sanchothefat">sanchothefat</a>, <a href="http://profiles.wordpress.org/sboisvert">sboisvert</a>, <a href="http://profiles.wordpress.org/scottbasgaard">Scott Basgaard</a>, <a href="http://profiles.wordpress.org/coffee2code">Scott Reilly</a>, <a href="http://profiles.wordpress.org/wonderboymusic">Scott Taylor</a>, <a href="http://profiles.wordpress.org/scribu">scribu</a>, <a href="http://profiles.wordpress.org/seanchayes">Sean Hayes</a>, <a href="http://profiles.wordpress.org/sergeybiryukov">Sergey Biryukov</a>, <a href="http://profiles.wordpress.org/shaunandrews">Shaun Andrews</a>, <a href="http://profiles.wordpress.org/designsimply">Sheri Bigelow (designsimply)</a>, <a href="http://profiles.wordpress.org/shinichin">ShinichiN</a>, <a href="http://profiles.wordpress.org/simonwheatley">Simon Wheatley</a>, <a href="http://profiles.wordpress.org/siobhan">Siobhan</a>, <a href="http://profiles.wordpress.org/siobhyb">Siobhan Bamber (siobhyb)</a>, <a href="http://profiles.wordpress.org/sirbrillig">sirbrillig</a>, <a href="http://profiles.wordpress.org/solarissmoke">solarissmoke</a>, <a href="http://profiles.wordpress.org/netweb">Stephen Edgar</a>, <a href="http://profiles.wordpress.org/stephenharris">Stephen Harris</a>, <a href="http://profiles.wordpress.org/stevenkword">Steven Word</a>, <a href="http://profiles.wordpress.org/iamtakashi">Takashi Irie</a>, <a href="http://profiles.wordpress.org/miyauchi">Takayuki Miyauchi</a>, <a href="http://profiles.wordpress.org/tmtoy">Takuma Morikawa</a>, <a href="http://profiles.wordpress.org/thomasguillot">Thomas Guillot</a>, <a href="http://profiles.wordpress.org/tierra">tierra</a>, <a href="http://profiles.wordpress.org/tillkruess">Till Krüss</a>, <a href="http://profiles.wordpress.org/tlamedia">TLA Media</a>, <a href="http://profiles.wordpress.org/tobiasbg">TobiasBg</a>, <a href="http://profiles.wordpress.org/tommcfarlin">tommcfarlin</a>, <a href="http://profiles.wordpress.org/zodiac1978">Torsten Landsiedel</a>, <a href="http://profiles.wordpress.org/taupecat">Tracy Rotton</a>, <a href="http://profiles.wordpress.org/trishasalas">trishasalas</a>, <a href="http://profiles.wordpress.org/mbmufffin">Tyler Smith</a>, <a href="http://profiles.wordpress.org/grapplerulrich">Ulrich</a>, <a href="http://profiles.wordpress.org/undergroundnetwork">undergroundnetwork</a>, <a href="http://profiles.wordpress.org/l10n">Vladimir</a>, <a href="http://profiles.wordpress.org/westonruter">Weston Ruter</a>, <a href="http://profiles.wordpress.org/yoavf">Yoav Farhi</a>, <a href="http://profiles.wordpress.org/yonasy">yonasy</a>, <a href="http://profiles.wordpress.org/yurivictor">Yuri Victor</a>, and <a href="http://profiles.wordpress.org/tollmanz">Zack Tollman</a>. Also thanks to <a href="http://benmorrison.org/">Ben Morrison</a> and <a href="http://christineswebb.com/">Christine Webb</a> for help with the video.</p>\n<p>Thanks for choosing WordPress. See you soon for version 3.9!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:46:"http://wordpress.org/news/2013/12/parker/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:7:"3.8 RC2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://wordpress.org/news/2013/12/3-8-rc2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://wordpress.org/news/2013/12/3-8-rc2/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 10 Dec 2013 01:08:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2805";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:343:"Release candidate 2 of WordPress 3.8 is now available for download. This is the last pre-release, and we expect it to be effectively identical to what’s officially released to the public on Thursday. This means if you are a plugin or theme developer, start your engines! (If they’re not going already.) Lots of admin code […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1180:"<p>Release candidate 2 of WordPress 3.8 is <a href="http://wordpress.org/wordpress-3.8-RC2.zip">now available for download</a>. This is the last pre-release, and we expect it to be effectively identical to what’s officially released to the public on Thursday.</p>\n<p>This means if you are a plugin or theme developer, start your engines! (If they’re not going already.) Lots of admin code has changed so it’s especially important to see if your plugin works well within the new admin design and layout, and update <a href="http://wordpress.org/plugins/about/readme.txt">the “Tested up to:” part of your plugin readme.txt</a>.</p>\n<p>If there is something in your plugin that you’re unable to fix, or if you think you’ve found a bug, join us <a href="http://codex.wordpress.org/IRC">in #wordpress-dev in IRC</a>, especially if you’re able to join during the dev chat on Wednesday, or post in the <a href="http://wordpress.org/support/forum/alphabeta">alpha/beta forum</a>. The developers and designers who worked on this release are happy to help anyone update their code before the 3.8 release.</p>\n<p>Happy hacking, everybody!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://wordpress.org/news/2013/12/3-8-rc2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:17:"WordPress 3.8 RC1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:45:"http://wordpress.org/news/2013/12/3-8-almost/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:54:"http://wordpress.org/news/2013/12/3-8-almost/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 04 Dec 2013 09:54:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2760";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:345:"We’re entering the quiet but busy part of a release, whittling down issues to bring you all of the new features you’re excited about with the stability you expect from WordPress. There are just a few days from the “code freeze” for our 3.8 release, which includes a number of exciting enhancements, so the focus […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1873:"<p>We’re entering the quiet but busy part of a release, whittling down issues to bring you all of the new features you’re excited about with the stability you expect from WordPress. There are just a few days from the “code freeze” for our 3.8 release, <a href="http://wordpress.org/news/2013/11/wordpress-3-8-beta-1/">which includes a number of exciting enhancements</a>, so the focus is on identifying any major issues and resolving them as soon as possible.</p>\n<p>If you’ve ever wondered about how to contribute to WordPress, here’s a time you can: download this release candidate and use it in as many ways as you can imagine. Try to break it, and if you do, let us know how you did it so we can make sure it never happens again. If you work for a web host, this is the release you should test as much as possible and start getting your automatic upgrade systems and 1-click installers ready.</p>\n<p><a href="http://wordpress.org/wordpress-3.8-RC1.zip">Download WordPress 3.8 RC1</a> (zip) or use the <a href="http://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”).</p>\n<p>If you think you’ve found a bug, you can post to the <a href="http://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a reproducible bug report, <a href="http://core.trac.wordpress.org/">file one on the WordPress Trac</a>. There, you can also find <a href="http://core.trac.wordpress.org/report/5">a list of known bugs</a> and <a href="http://core.trac.wordpress.org/query?status=closed&group=component&milestone=3.8">everything we’ve fixed</a> so far.</p>\n<p><em>We’re so close to the</em><br />\n<em>finish line, jump in and help</em><br />\n<em>good karma is yours.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2013/12/3-8-almost/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 3.8 Beta 1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2013/11/wordpress-3-8-beta-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/news/2013/11/wordpress-3-8-beta-1/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 21 Nov 2013 05:21:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2754";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:307:"The first beta of the 3.8 is now available, and the next dates to watch out for are code freeze on December 5th and a final release on December 12th. 3.8 brings together several of the features as plugins projects and while this isn’t our first rodeo, expect this to be more beta than usual. […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2236:"<p>The first beta of the 3.8 is now available, and the next dates to watch out for are code freeze on December 5th and a final release on December 12th.</p>\n<p>3.8 brings together <a href="http://make.wordpress.org/core/features-as-plugins/">several of the features as plugins projects</a> and while this isn’t our first rodeo, expect this to be more beta than usual. The headline things to test out in this release are:</p>\n<ul>\n<li>The new admin design, especially the responsive aspect of it. Try it out on different devices and browsers, see how it goes, especially the more complex pages like widgets or seldom-looked-at-places like Press This. Color schemes, which you can change on your profile, have also been spruced up.</li>\n<li>The dashboard homepage has been refreshed, poke and prod it.</li>\n<li>Choosing themes under Appearance is completely different, try to break it however possible.</li>\n<li>There’s a new default theme, Twenty Fourteen.</li>\n<li>Over 250 issues closed already.</li>\n</ul>\n<p>Given how many things in the admin have changed it’s extra super duper important to test as many plugins and themes with admin pages against the new stuff. Also if you’re a developer consider how you can make your admin interface fit the MP6 aesthetic better.</p>\n<p>As always, if you think you’ve found a bug, you can post to the <a href="http://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a reproducible bug report, <a href="http://core.trac.wordpress.org/">file one on the WordPress Trac</a>. There, you can also find <a href="http://core.trac.wordpress.org/report/5">a list of known bugs</a> and <a href="http://core.trac.wordpress.org/query?status=closed&group=component&milestone=3.8">everything we’ve fixed</a> so far.</p>\n<p><a href="http://wordpress.org/wordpress-3.8-beta-1.zip">Download WordPress 3.8 Beta 1</a> (zip) or use the <a href="http://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”).</p>\n<p><em>Alphabet soup of</em><br />\n<em>Plugins as features galore</em><br />\n<em>The future is here</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2013/11/wordpress-3-8-beta-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"WordPress 3.7.1 Maintenance Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2013/10/wordpress-3-7-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2013/10/wordpress-3-7-1/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 29 Oct 2013 21:04:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2745";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:371:"WordPress 3.7.1 is now available! This maintenance release addresses 11 bugs in WordPress 3.7, including: Images with captions no longer appear broken in the visual editor. Allow some sites running on old or poorly configured servers to continue to check for updates from WordPress.org. Avoid fatal errors with certain plugins that were incorrectly calling some […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Andrew Nacin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1594:"<p>WordPress 3.7.1 is now available! This maintenance release addresses 11 bugs in WordPress 3.7, including:</p>\n<ul>\n<li>Images with captions no longer appear broken in the visual editor.</li>\n<li>Allow some sites running on old or poorly configured servers to continue to check for updates from WordPress.org.</li>\n<li>Avoid fatal errors with certain plugins that were incorrectly calling some WordPress functions too early.</li>\n<li>Fix hierarchical sorting in get_pages(), exclusions in wp_list_categories(), and in_category() when called with empty values.</li>\n<li>Fix a warning that may occur in certain setups while performing a search, and a few other notices.</li>\n</ul>\n<p>For a full list of changes, consult the <a href="http://core.trac.wordpress.org/query?milestone=3.7.1">list of tickets</a> and <a href="http://core.trac.wordpress.org/log/branches/3.7?stop_rev=25914&rev=25986">the changelog</a>.</p>\n<p>If you are one of the <a href="http://wordpress.org/download/counter/">nearly two million</a> already running WordPress 3.7, we will start rolling out the all-new <a href="http://wordpress.org/news/2013/10/basie/">automatic background updates</a> for WordPress 3.7.1 in the next few hours. For sites <a href="http://wordpress.org/plugins/background-update-tester/">that support them</a>, of course.</p>\n<p><a href="http://wordpress.org/download/">Download WordPress 3.7.1</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now.”</p>\n<p><em>Just a few fixes<br />\nYour new update attitude:<br />\nZero clicks given</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2013/10/wordpress-3-7-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:42:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"WordPress 3.7 “Basie”";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:40:"http://wordpress.org/news/2013/10/basie/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:49:"http://wordpress.org/news/2013/10/basie/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 24 Oct 2013 22:35:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2736";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:357:"Version 3.7 of WordPress, named “Basie” in honor of Count Basie, is available for download or update in your WordPress dashboard. This release features some of the most important architectural updates we’ve made to date. Here are the big ones: Updates while you sleep: With WordPress 3.7, you don’t have to lift a finger to […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:17229:"<p>Version 3.7 of WordPress, named “Basie” in honor of <a href="http://en.wikipedia.org/wiki/Count_basie">Count Basie</a>, is available <a href="http://wordpress.org/download/">for download</a> or update in your WordPress dashboard. This release features some of the most important architectural updates we’ve made to date. Here are the big ones:</p>\n<ul>\n<li><strong>Updates while you sleep</strong>: With WordPress 3.7, you don’t have to lift a finger to apply maintenance and security updates. Most sites are now able to automatically apply these updates in the background. The update process also has been made even more reliable and secure, with dozens of new checks and safeguards.</li>\n<li><strong>Stronger password recommendations</strong>: Your password is your site’s first line of defense. It’s best to create passwords that are complex, long, and unique. To that end, our password meter has been updated in WordPress 3.7 to recognize common mistakes that can weaken your password: dates, names, keyboard patterns (123456789), and even pop culture references.</li>\n<li><strong>Better global support</strong>: Localized versions of WordPress will receive faster and more complete translations. WordPress 3.7 adds support for automatically installing the right language files and keeping them up to date, a boon for the many millions who use WordPress in a language other than English.</li>\n</ul>\n<p>For developers there are lots of options around how to control the new updates feature, including allowing it to handle major upgrades as well as minor ones, more sophisticated date query support, and multisite improvements. As always, if you’re hungry for more <a href="http://codex.wordpress.org/Version_3.7">dive into the Codex</a> or browse the <a href="http://core.trac.wordpress.org/query?status=closed&group=resolution&milestone=3.7">over 400 closed tickets on Trac</a>.</p>\n<h3>A New Wave</h3>\n<p>This release was led by Andrew Nacin, backed up by Dion Hulse and Jon Cave. This is our first release using the new plugin-first development process, with a much shorter timeframe than in the past. (3.6 was released in August.) The 3.8 release, due in December, will continue this plugin-led development cycle that gives much more autonomy to plugin leads and allows us to decouple feature development from a release. You can follow this grand experiment, and what we’re learning from it, <a href="http://make.wordpress.org/core/">on the make/core blog</a>. There are 211 contributors with props in this release:</p>\n<p><a href="http://profiles.wordpress.org/technosailor">Aaron Brazell</a>, <a href="http://profiles.wordpress.org/aaroncampbell">Aaron D. Campbell</a>, <a href="http://profiles.wordpress.org/aaronholbrook">Aaron Holbrook</a>, <a href="http://profiles.wordpress.org/jorbin">Aaron Jorbin</a>, <a href="http://profiles.wordpress.org/adamsilverstein">adamsilverstein</a>, <a href="http://profiles.wordpress.org/ahoereth">Alexander Hoereth</a>, <a href="http://profiles.wordpress.org/viper007bond">Alex Mills (Viper007Bond)</a>, <a href="http://profiles.wordpress.org/sabreuse">Amy Hendrix (sabreuse)</a>, <a href="http://profiles.wordpress.org/andg">andg</a>, <a href="http://profiles.wordpress.org/nacin">Andrew Nacin</a>, <a href="http://profiles.wordpress.org/norcross">Andrew Norcross</a>, <a href="http://profiles.wordpress.org/azaozz">Andrew Ozz</a>, <a href="http://profiles.wordpress.org/andrewspittle">Andrew Spittle</a>, <a href="http://profiles.wordpress.org/askapache">askapache</a>, <a href="http://profiles.wordpress.org/atimmer">atimmer</a>, <a href="http://profiles.wordpress.org/barry">Barry</a>, <a href="http://profiles.wordpress.org/beaulebens">Beau Lebens</a>, <a href="http://profiles.wordpress.org/benmoody">ben.moody</a>, <a href="http://profiles.wordpress.org/bhengh">Ben Miller</a>, <a href="http://profiles.wordpress.org/neoxx">Bernhard Riedl</a>, <a href="http://profiles.wordpress.org/bftrick">BFTrick</a>, <a href="http://profiles.wordpress.org/bananastalktome">Billy (bananastalktome)</a>, <a href="http://profiles.wordpress.org/bmb">bmb</a>, <a href="http://profiles.wordpress.org/kraftbj">Brandon Kraft</a>, <a href="http://profiles.wordpress.org/brianhogg">brianhogg</a>, <a href="http://profiles.wordpress.org/rzen">Brian Richards</a>, <a href="http://profiles.wordpress.org/bpetty">Bryan Petty</a>, <a href="http://profiles.wordpress.org/carldanley">Carl Danley</a>, <a href="http://profiles.wordpress.org/charlesclarkson">CharlesClarkson</a>, <a href="http://profiles.wordpress.org/chipbennett">Chip Bennett</a>, <a href="http://profiles.wordpress.org/chouby">Chouby</a>, <a href="http://profiles.wordpress.org/c3mdigital">Chris Olbekson</a>, <a href="http://profiles.wordpress.org/chrisrudzki">Chris Rudzki</a>, <a href="http://profiles.wordpress.org/aeg0125">coderaaron</a>, <a href="http://profiles.wordpress.org/coenjacobs">Coen Jacobs</a>, <a href="http://profiles.wordpress.org/crrobi01">Colin Robinson</a>, <a href="http://profiles.wordpress.org/andreasnrb">cyonite</a>, <a href="http://profiles.wordpress.org/daankortenbach">Daan Kortenbach</a>, <a href="http://profiles.wordpress.org/danielbachhuber">Daniel Bachhuber</a>, <a href="http://profiles.wordpress.org/convissor">Daniel Convissor</a>, <a href="http://profiles.wordpress.org/dartiss">dartiss</a>, <a href="http://profiles.wordpress.org/koop">Daryl Koopersmith</a>, <a href="http://profiles.wordpress.org/csixty4">Dave Ross</a>, <a href="http://profiles.wordpress.org/davidjlaietta">David Laietta</a>, <a href="http://profiles.wordpress.org/dd32">Dion Hulse</a>, <a href="http://profiles.wordpress.org/dllh">dllh</a>, <a href="http://profiles.wordpress.org/ocean90">Dominik Schilling (ocean90)</a>, <a href="http://profiles.wordpress.org/dpash">dpash</a>, <a href="http://profiles.wordpress.org/drewapicture">Drew Jaynes</a>, <a href="http://profiles.wordpress.org/drprotocols">DrProtocols</a>, <a href="http://profiles.wordpress.org/dustyf">Dustin Filippini</a>, <a href="http://profiles.wordpress.org/dzver">dzver</a>, <a href="http://profiles.wordpress.org/cais">Edward Caissie</a>, <a href="http://profiles.wordpress.org/enej">enej</a>, <a href="http://profiles.wordpress.org/ericlewis">Eric Andrew Lewis</a>, <a href="http://profiles.wordpress.org/ericmann">Eric Mann</a>, <a href="http://profiles.wordpress.org/evansolomon">Evan Solomon</a>, <a href="http://profiles.wordpress.org/faishal">faishal</a>, <a href="http://profiles.wordpress.org/faison">Faison</a>, <a href="http://profiles.wordpress.org/foofy">Foofy</a>, <a href="http://profiles.wordpress.org/fjarrett">Frankie Jarrett</a>, <a href="http://profiles.wordpress.org/frank-klein">Frank Klein</a>, <a href="http://profiles.wordpress.org/garyc40">Gary Cao</a>, <a href="http://profiles.wordpress.org/pento">Gary Pendergast</a>, <a href="http://profiles.wordpress.org/gayadesign">Gaya Kessler</a>, <a href="http://profiles.wordpress.org/georgestephanis">George Stephanis</a>, <a href="http://profiles.wordpress.org/gizburdt">Gizburdt</a>, <a href="http://profiles.wordpress.org/goldenapples">goldenapples</a>, <a href="http://profiles.wordpress.org/gradyetc">gradyetc</a>, <a href="http://profiles.wordpress.org/gcorne">Gregory Cornelius</a>, <a href="http://profiles.wordpress.org/webord">Gustavo Bordoni</a>, <a href="http://profiles.wordpress.org/hakre">hakre</a>, <a href="http://profiles.wordpress.org/helen">Helen Hou-Sandi</a>, <a href="http://profiles.wordpress.org/iandunn">Ian Dunn</a>, <a href="http://profiles.wordpress.org/ipstenu">Ipstenu (Mika Epstein)</a>, <a href="http://profiles.wordpress.org/creativeinfusion">itinerant</a>, <a href="http://profiles.wordpress.org/jdgrimes">J.D. Grimes</a>, <a href="http://profiles.wordpress.org/jakubtyrcha">jakub.tyrcha</a>, <a href="http://profiles.wordpress.org/jamescollins">James Collins</a>, <a href="http://profiles.wordpress.org/jenmylo">Jen Mylo</a>, <a href="http://profiles.wordpress.org/buffler">Jeremy Buller</a>, <a href="http://profiles.wordpress.org/jeremyfelt">Jeremy Felt</a>, <a href="http://profiles.wordpress.org/jayjdk">Jesper Johansen (jayjdk)</a>, <a href="http://profiles.wordpress.org/joehoyle">Joe Hoyle</a>, <a href="http://profiles.wordpress.org/jkudish">Joey Kudish</a>, <a href="http://profiles.wordpress.org/johnnyb">John Beales</a>, <a href="http://profiles.wordpress.org/johnbillion">John Blackbourn (johnbillion)</a>, <a href="http://profiles.wordpress.org/johnafish">John Fish</a>, <a href="http://profiles.wordpress.org/johnjamesjacoby">John James Jacoby</a>, <a href="http://profiles.wordpress.org/johnpbloch">John P. Bloch</a>, <a href="http://profiles.wordpress.org/jond3r">Jonas Bolinder (jond3r)</a>, <a href="http://profiles.wordpress.org/jchristopher">Jonathan Christopher</a>, <a href="http://profiles.wordpress.org/desrosj">Jonathan Desrosiers</a>, <a href="http://profiles.wordpress.org/duck_">Jon Cave</a>, <a href="http://profiles.wordpress.org/jonlynch">Jon Lynch</a>, <a href="http://profiles.wordpress.org/joostdevalk">Joost de Valk</a>, <a href="http://profiles.wordpress.org/josephscott">Joseph Scott</a>, <a href="http://profiles.wordpress.org/betzster">Josh Betz</a>, <a href="http://profiles.wordpress.org/devesine">Justin de Vesine</a>, <a href="http://profiles.wordpress.org/justinsainton">Justin Sainton</a>, <a href="http://profiles.wordpress.org/kadamwhite">K.Adam White</a>, <a href="http://profiles.wordpress.org/trepmal">Kailey (trepmal)</a>, <a href="http://profiles.wordpress.org/ketwaroo">Ketwaroo</a>, <a href="http://profiles.wordpress.org/kevinb">kevinB</a>, <a href="http://profiles.wordpress.org/kpdesign">Kim Parsell</a>, <a href="http://profiles.wordpress.org/kitchin">kitchin</a>, <a href="http://profiles.wordpress.org/kovshenin">Konstantin Kovshenin</a>, <a href="http://profiles.wordpress.org/obenland">Konstantin Obenland</a>, <a href="http://profiles.wordpress.org/koopersmith">koopersmith</a>, <a href="http://profiles.wordpress.org/kurtpayne">Kurt Payne</a>, <a href="http://profiles.wordpress.org/lancewillett">Lance Willett</a>, <a href="http://profiles.wordpress.org/leewillis77">Lee Willis (leewillis77)</a>, <a href="http://profiles.wordpress.org/lessbloat">lessbloat</a>, <a href="http://profiles.wordpress.org/layotte">Lew Ayotte</a>, <a href="http://profiles.wordpress.org/lgedeon">Luke Gedeon</a>, <a href="http://profiles.wordpress.org/iworks">Marcin Pietrzak</a>, <a href="http://profiles.wordpress.org/cimmo">Marco Cimmino</a>, <a href="http://profiles.wordpress.org/marco_teethgrinder">Marco Galasso</a>, <a href="http://profiles.wordpress.org/markjaquith">Mark Jaquith</a>, <a href="http://profiles.wordpress.org/markmcwilliams">Mark McWilliams</a>, <a href="http://profiles.wordpress.org/markoheijnen">Marko Heijnen</a>, <a href="http://profiles.wordpress.org/melchoyce">Mel Choyce</a>, <a href="http://profiles.wordpress.org/tw2113">Michael Beckwith</a>, <a href="http://profiles.wordpress.org/mikehansenme">Mike Hansen</a>, <a href="http://profiles.wordpress.org/mikeschinkel">Mike Schinkel</a>, <a href="http://profiles.wordpress.org/dh-shredder">Mike Schroder</a>, <a href="http://profiles.wordpress.org/dimadin">Milan Dinic</a>, <a href="http://profiles.wordpress.org/mitchoyoshitaka">mitcho (Michael Yoshitaka Erlewine)</a>, <a href="http://profiles.wordpress.org/usermrpapa">Mr Papa</a>, <a href="http://profiles.wordpress.org/Nao">Naoko Takano</a>, <a href="http://profiles.wordpress.org/naomicbush">Naomi</a>, <a href="http://profiles.wordpress.org/alex-ye">Nashwan Doaqan</a>, <a href="http://profiles.wordpress.org/natejacobs">NateJacobs</a>, <a href="http://profiles.wordpress.org/nathanrice">nathanrice</a>, <a href="http://profiles.wordpress.org/niallkennedy">Niall Kennedy</a>, <a href="http://profiles.wordpress.org/nickdaugherty">Nick Daugherty</a>, <a href="http://profiles.wordpress.org/celloexpressions">Nick Halsey</a>, <a href="http://profiles.wordpress.org/nickmomrik">Nick Momrik</a>, <a href="http://profiles.wordpress.org/nikv">Nikhil Vimal (NikV)</a>, <a href="http://profiles.wordpress.org/nbachiyski">Nikolay Bachiyski</a>, <a href="http://profiles.wordpress.org/noahsilverstein">noahsilverstein</a>, <a href="http://profiles.wordpress.org/nofearinc">nofearinc</a>, <a href="http://profiles.wordpress.org/nukaga">nukaga</a>, <a href="http://profiles.wordpress.org/nullvariable">nullvariable</a>, <a href="http://profiles.wordpress.org/butuzov">Oleg Butuzov</a>, <a href="http://profiles.wordpress.org/paolal">Paolo Belcastro</a>, <a href="http://profiles.wordpress.org/xparham">Parham</a>, <a href="http://profiles.wordpress.org/pbiron">Paul Biron</a>, <a href="http://profiles.wordpress.org/pauldewouters">Paul de Wouters</a>, <a href="http://profiles.wordpress.org/pavelevap">pavelevap</a>, <a href="http://profiles.wordpress.org/peterjaap">peterjaap</a>, <a href="http://profiles.wordpress.org/westi">Peter Westwood</a>, <a href="http://profiles.wordpress.org/philiparthurmoore">Philip Arthur Moore</a>, <a href="http://profiles.wordpress.org/mordauk">Pippin Williamson</a>, <a href="http://profiles.wordpress.org/plocha">plocha</a>, <a href="http://profiles.wordpress.org/pollett">Pollett</a>, <a href="http://profiles.wordpress.org/ptahdunbar">Ptah Dunbar</a>, <a href="http://profiles.wordpress.org/ramiy">Rami Yushuvaev</a>, <a href="http://profiles.wordpress.org/rasheed">Rasheed Bydousi</a>, <a href="http://profiles.wordpress.org/raybernard">RayBernard</a>, <a href="http://profiles.wordpress.org/rboren">rboren</a>, <a href="http://profiles.wordpress.org/greuben">Reuben Gunday</a>, <a href="http://profiles.wordpress.org/rfair404">rfair404</a>, <a href="http://profiles.wordpress.org/iamfriendly">Richard Tape</a>, <a href="http://profiles.wordpress.org/r3df">Rick Radko</a>, <a href="http://profiles.wordpress.org/miqrogroove">Robert Chapin</a>, <a href="http://profiles.wordpress.org/rdall">Robert Dall</a>, <a href="http://profiles.wordpress.org/rodrigosprimo">Rodrigo Primo</a>, <a href="http://profiles.wordpress.org/wpmuguru">Ron Rennick</a>, <a href="http://profiles.wordpress.org/rpattillo">rpattillo</a>, <a href="http://profiles.wordpress.org/ryan">Ryan Boren</a>, <a href="http://profiles.wordpress.org/rmccue">Ryan McCue</a>, <a href="http://profiles.wordpress.org/hotchkissconsulting">Sam Hotchkiss</a>, <a href="http://profiles.wordpress.org/coffee2code">Scott Reilly</a>, <a href="http://profiles.wordpress.org/scottsweb">scottsweb</a>, <a href="http://profiles.wordpress.org/wonderboymusic">Scott Taylor</a>, <a href="http://profiles.wordpress.org/scribu">scribu</a>, <a href="http://profiles.wordpress.org/scruffian">scruffian</a>, <a href="http://profiles.wordpress.org/tenpura">Seisuke Kuraishi (tenpura)</a>, <a href="http://profiles.wordpress.org/sergeybiryukov">Sergey Biryukov</a>, <a href="http://profiles.wordpress.org/shinichin">ShinichiN</a>, <a href="http://profiles.wordpress.org/pross">Simon Prosser</a>, <a href="http://profiles.wordpress.org/simonwheatley">Simon Wheatley</a>, <a href="http://profiles.wordpress.org/siobhan">Siobhan</a>, <a href="http://profiles.wordpress.org/siobhyb">Siobhan Bamber (siobhyb)</a>, <a href="http://profiles.wordpress.org/sirzooro">sirzooro</a>, <a href="http://profiles.wordpress.org/solarissmoke">solarissmoke</a>, <a href="http://profiles.wordpress.org/sillybean">Stephanie Leary</a>, <a href="http://profiles.wordpress.org/netweb">Stephen Edgar (@netweb)</a>, <a href="http://profiles.wordpress.org/stephenharris">Stephen Harris</a>, <a href="http://profiles.wordpress.org/strangerstudios">strangerstudios</a>, <a href="http://profiles.wordpress.org/sweetie089">sweetie089</a>, <a href="http://profiles.wordpress.org/swissspidy">swissspidy</a>, <a href="http://profiles.wordpress.org/miyauchi">Takayuki Miyauchi</a>, <a href="http://profiles.wordpress.org/tmtoy">Takuma Morikawa</a>, <a href="http://profiles.wordpress.org/tlovett1">Taylor Lovett</a>, <a href="http://profiles.wordpress.org/tivnet">tivnet</a>, <a href="http://profiles.wordpress.org/tobiasbg">TobiasBg</a>, <a href="http://profiles.wordpress.org/tomauger">Tom Auger</a>, <a href="http://profiles.wordpress.org/toscho">toscho</a>, <a href="http://profiles.wordpress.org/wpsmith">Travis Smith</a>, <a href="http://profiles.wordpress.org/sorich87">Ulrich Sossou</a>, <a href="http://profiles.wordpress.org/vericgar">vericgar</a>, <a href="http://profiles.wordpress.org/vinod-dalvi">Vinod Dalvi</a>, <a href="http://profiles.wordpress.org/westonruter">Weston Ruter</a>, <a href="http://profiles.wordpress.org/wikicms">wikicms</a>, <a href="http://profiles.wordpress.org/willnorris">Will Norris</a>, <a href="http://profiles.wordpress.org/wojtekszkutnik">Wojtek Szkutnik</a>, <a href="http://profiles.wordpress.org/wycks">wycks</a>, <a href="http://profiles.wordpress.org/yoavf">Yoav Farhi</a>, and <a href="http://profiles.wordpress.org/yurivictor">Yuri Victor</a>.</p>\n<p>Enjoy what may be one of your last few manual updates. See you soon for version 3.8!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:45:"http://wordpress.org/news/2013/10/basie/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress 3.7 Release Candidate 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate-2/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 23 Oct 2013 00:05:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2729";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:417:"The second release candidate of WordPress 3.7 is now available for testing! Those of you already testing WordPress 3.7 will be updated automatically to RC2. (Nice.) If you’d like to start testing, there’s no time like the present! Try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”) or download the release candidate here (zip). Please post to the Alpha/Beta […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Andrew Nacin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1183:"<p>The second release candidate of WordPress 3.7 is now available for testing!</p>\n<p>Those of you already testing WordPress 3.7 will be updated automatically to RC2. (<em>Nice.</em>) If you’d like to start testing, there’s no time like the present! Try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”) or <a href="http://wordpress.org/wordpress-3.7-RC2.zip">download the release candidate here</a> (zip). Please post to the <a href="http://wordpress.org/support/forum/alphabeta/">Alpha/Beta area in the support forums</a> if you think you’ve found a bug, and if any known issues are raised, you’ll be able to <a href="http://core.trac.wordpress.org/report/5">find them here</a>.</p>\n<p>Developers, please test your plugins and themes against WordPress 3.7. If there is a compatibility issue, let us know as soon as possible so we can deal with it before the final release.</p>\n<p>For more on WordPress 3.7, check out the <a href="http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate/">announcement post for Release Candidate 1</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:73:"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"Upcoming WordCamps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2013/10/upcoming-wordcamps-4/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/news/2013/10/upcoming-wordcamps-4/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 22 Oct 2013 19:25:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2723";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:368:"WordCamps are casual, locally-organized conferences that celebrate everything related to WordPress, and are a great opportunity to meet other WordPress users and professionals in your community. This has been a great year for WordCamps — there have been 56 so far in more than 20 countries, and there another 15 on the calendar before the year’s […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Jen Mylo";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3584:"<p><a href="http://central.wordcamp.org/">WordCamps</a> are casual, locally-organized conferences that celebrate everything related to WordPress, and are a great opportunity to meet other WordPress users and professionals in your community. This has been a great year for WordCamps — there have been 56 so far in more than 20 countries, and there another 15 on the calendar before the year’s over. If there’s one near you, check it out! In addition to getting to know your local WordPress community, most WordCamps attract some traveling visitors a well, giving you the chance to meet contributors to the WordPress open source project and <a href="http://make.wordpress.org/">get involved</a> yourself.</p>\n<p>Here are the WordCamps on the schedule for the rest of this year.</p>\n<p>October 25-27: <strong><a href="http://2013.boston.wordcamp.org/">WordCamp Boston</a></strong>, Boston, MA, USA<br />\nOctober 25-26: <strong><a href="http://2013.malaga.wordcamp.org/">WordCamp Malaga</a></strong>, Spain<br />\nOctober 26: <strong><a href="http://2013.nepal.wordcamp.org/">WordCamp Nepal</a></strong>, Kathmandu, Nepal<br />\nOctober 26: <strong><a href="http://2013.sofia.wordcamp.org/">WordCamp Sofia</a></strong>, Bulgaria<br />\nNovember 7: <strong><a href="http://2013.capetown.wordcamp.org/">WordCamp Cape Town</a></strong>, South Africa<br />\nNovember 9: <strong><a href="http://2013.porto.wordcamp.org/">WordCamp Porto</a></strong>, Portugal<br />\nNovember 9-10: <strong><a href="http://2013.kenya.wordcamp.org/">WordCamp Kenya</a></strong>, Nairobi, Kenya<br />\nNovember 15: <strong><a href="http://2013.edmonton.wordcamp.org/">WordCamp Edmonton</a></strong>, AB, Canada<br />\nNovember 16-17: <strong><a href="http://2013.orlando.wordcamp.org/">WordCamp Orlando</a></strong>, FL, USA<br />\nNovember 16: <strong><a href="http://2013.denver.wordcamp.org/">WordCamp Denver</a></strong>, CO, USA<br />\nNovember 23-24: <strong><a href="http://2013.london.wordcamp.org/">WordCamp London</a></strong>, UK<br />\nNovember 23-24: <strong><a href="http://2013.raleigh.wordcamp.org/">WordCamp Raleigh</a></strong>, NC, USA<br />\nNovember 23: <strong><a href="http://2013.saopaulo.wordcamp.org/">WordCamp São Paulo</a></strong>, Brazil<br />\nDecember 14: <strong><a href="http://2013.vegas.wordcamp.org/">WordCamp Las Vegas</a></strong>, NV, USA<br />\nDecember 14-15: <strong><a href="http://2013.sevilla.wordcamp.org/">WordCamp Sevilla</a></strong>, Spain</p>\n<p>No WordCamps on this list in your area? Not to worry! There are thriving <a href="http://wordpress.meetup.com/">WordPress meetups</a> all over the world where you can meet like-minded people, and we maintain a library of <a href="http://wordpress.tv/category/wordcamptv/">WordCamp videos</a> at <a href="http://wordpress.tv/">WordPress.tv</a>.</p>\n<h3>Get Involved</h3>\n<ul>\n<li>If you’re interested in organizing a WordCamp in your area, check out our <a href="http://plan.wordcamp.org/">WordCamp planning</a> site.</li>\n<li>If you’re interested in <a href="http://make.wordpress.org/community/meetup-interest-form/">starting a WordPress meetup</a> in your area, let us know and we can set up a group on meetup.com for you.</li>\n<li>And speaking of WordCamp videos, we’ve recently enabled volunteer-generated subtitles/closed captioning of the videos on WordPress.tv to make them more accessible. Interested in helping? Check out the <a href="http://wordpress.tv/using-amara-org-to-caption-or-subtitle-a-wordpress-tv-video/">WordPress.tv subtitling instructions</a>.</li>\n</ul>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2013/10/upcoming-wordcamps-4/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"WordPress 3.7 Release Candidate";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:75:"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 18 Oct 2013 19:52:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2718";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:331:"The first release candidate for WordPress 3.7 is now available! In RC 1, we’ve made some adjustments to the update process to make it more reliable than ever. We hope to ship WordPress 3.7 next week, but we need your help to get there. If you haven’t tested 3.7 yet, there’s no time like the present. (Please, […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Andrew Nacin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2274:"<p>The first release candidate for WordPress 3.7 is now available!</p>\n<p>In RC 1, we’ve made some adjustments to the update process to make it more reliable than ever. We hope to ship WordPress 3.7 <em>next week</em>, but we need your help to get there. If you haven’t tested 3.7 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.)</p>\n<p>WordPress 3.7 introduces <strong>automatic background updates</strong> for security and minor releases (like updating from 3.7 to 3.7.1). These are really easy to test — RC 1 will update every 12 hours or so to the latest development version, and then email you the results. (You may get two emails: one for debugging, and one all users of 3.7 will receive.) If something went wrong, you can report it.</p>\n<p><strong>Think you’ve found a bug? </strong>Please post to the <a href="http://wordpress.org/support/forum/alphabeta/">Alpha/Beta area in the support forums</a>. If any known issues come up, you’ll be able to <a href="http://core.trac.wordpress.org/report/5">find them here</a>.</p>\n<p>To test WordPress 3.7 RC1, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href="http://wordpress.org/wordpress-3.7-RC1.zip">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 3.7, visit the awesome About screen in your dashboard (<strong><img alt="" src="http://i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png?w=692" data-recalc-dims="1" /> → About</strong> in the toolbar). There, you can also see if your install is eligible for background updates. WordPress won’t automatically update, for example, if you’re using version control like Subversion or Git.</p>\n<p><strong>Developers,</strong> please test your plugins and themes against WordPress 3.7, so that if there is a compatibility issue, we can figure it out before the final release. Make sure you post any issues to the support forums.</p>\n<p><em>WordPress three seven</em><br />\n<em>A self-updating engine</em><br />\n<em>Lies beneath the hood</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:31:"http://wordpress.org/news/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Wed, 05 Mar 2014 15:46:19 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:10:"x-pingback";s:36:"http://wordpress.org/news/xmlrpc.php";s:13:"last-modified";s:29:"Thu, 23 Jan 2014 20:54:06 GMT";s:4:"x-nc";s:11:"HIT lax 249";}s:5:"build";s:14:"20130911030210";}', 'no');
|
||
INSERT INTO `drgrp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
|
||
(1916, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1394077379', 'no');
|
||
INSERT INTO `drgrp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
|
||
(1917, '_transient_feed_867bd5c64f85878d03a060509cd2f92c', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:61:"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"WordPress Planet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:28:"http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:47:"WordPress Planet - http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:50:{i:0;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:77:"WordPress.tv: Jeremy Scott: Managing Client Expectations From Start To Finish";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=31565";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:94:"http://wordpress.tv/2014/03/05/jeremy-scott-managing-client-expectations-from-start-to-finish/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:703:"<div id="v-p1XM6lQz-1" class="video-player">\n</div><br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31565/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31565/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31565&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2014/03/05/jeremy-scott-managing-client-expectations-from-start-to-finish/"><img alt="Jeremy Scott: Managing Client Expectations From Start To Finish" src="http://videos.videopress.com/p1XM6lQz/video-5871c07bb0_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 05 Mar 2014 14:13:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:72:"WordPress.tv: Alex Vasquez: Frameworks vs Parent-child vs Starter Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=32191";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:89:"http://wordpress.tv/2014/03/05/alex-vasquez-frameworks-vs-parent-child-vs-starter-themes/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:693:"<div id="v-TmnCQOiw-1" class="video-player">\n</div><br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/32191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/32191/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=32191&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2014/03/05/alex-vasquez-frameworks-vs-parent-child-vs-starter-themes/"><img alt="Alex Vasquez: Frameworks vs Parent-child vs Starter Themes" src="http://videos.videopress.com/TmnCQOiw/video-74d96b667e_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 05 Mar 2014 13:59:01 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:76:"WPTavern: UserPress: A New Wiki Plugin for WordPress, BuddyPress and bbPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=18117";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:192:"http://wptavern.com/userpress-a-new-wiki-plugin-for-wordpress-buddypress-and-bbpress?utm_source=rss&utm_medium=rss&utm_campaign=userpress-a-new-wiki-plugin-for-wordpress-buddypress-and-bbpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4553:"<p><a href="http://wptavern.com/wp-content/uploads/2014/03/wiki.jpg" rel="prettyphoto[18117]"><img src="http://wptavern.com/wp-content/uploads/2014/03/wiki.jpg" alt="wiki" width="1024" height="561" class="aligncenter size-full wp-image-18333" /></a></p>\n<p>UserPress is a new free plugin that aims to be the ultimate wiki solution for WordPress. It provides a comprehensive set of user-friendly features that will transform your site into a collaborative hub for creating wiki content.</p>\n<p>Richard Smith, the plugin’s author, created <a href="http://www.userpress.org/" target="_blank">UserPress</a> to provide functionality that he believes is often missing from existing wiki plugins. “Over the years, I have been frustrated by the lack of a proper wiki plugin for WordPress,” he said. “So I decided to build one.”</p>\n<h3>Front-end Editing for Wiki Content</h3>\n<p>UserPress allows wiki users to create and edit content on the frontend of the site. Wiki participation privileges are based on user capabilities and can be manually set for each wiki.</p>\n<p><a href="http://wptavern.com/wp-content/uploads/2014/03/userpress.jpg" rel="prettyphoto[18117]"><img src="http://wptavern.com/wp-content/uploads/2014/03/userpress.jpg" alt="userpress" width="1420" height="896" class="aligncenter size-full wp-image-18295" /></a></p>\n<p>When creating new content, users will see a list of similar existing pages, which helps to prevent collaborators from overlapping on content. If a user accesses a non-existent wiki page, the plugin will prompt him to create a new page.</p>\n<p>UserPress includes multiple options for sorting and managing wiki articles, including recently added, recently edited, recently discussed and alphabetical order. The plugin also offers an array of wiki-related widgets: search, new wikis, popular wikis, recent wikis, categories and tags, a tag cloud, and a subscription button.</p>\n<h3>Wiki Version Control and Moderation</h3>\n<p>One of UserPress’ more useful features is the built-in basic version control. The plugin allows users to compare changes to documents (diff) and gives the option for editors to attach a note with each revision.</p>\n<p><a href="http://wptavern.com/wp-content/uploads/2014/03/revisions.png" rel="prettyphoto[18117]"><img src="http://wptavern.com/wp-content/uploads/2014/03/revisions.png" alt="revisions" width="1430" height="1076" class="aligncenter size-full wp-image-18311" /></a></p>\n<p>UserPress allows wiki participants to moderate content using a set of customizable flags. For example, one might flag an article for poor attribution, readability or spam.</p>\n<h3>Subscription for bbPress and BuddyPress</h3>\n<p>The subscription feature allows users to monitor articles to keep track of comments and updates. However, subscription is only available for users on sites where bbPress and/or BuddyPress are activated. It fits in seamlessly with the user profile menu.</p>\n<div id="attachment_18315" class="wp-caption aligncenter"><a href="http://wptavern.com/wp-content/uploads/2014/03/subscription-management.png" rel="prettyphoto[18117]"><img src="http://wptavern.com/wp-content/uploads/2014/03/subscription-management.png" alt="Subscription management" width="1191" height="699" class="size-full wp-image-18315" /></a><p class="wp-caption-text">Subscription management</p></div>\n<p>Members can navigate to the subscriptions panel to find out what’s new and to manage current active subscriptions.</p>\n<h3>Default Wiki Theme</h3>\n<p>The design for the default wiki theme is based on Zurb’s <a href="http://foundation.zurb.com/" target="_blank">Foundation Framework</a>. UserPress includes a responsive default theme (“UserTheme”) that is automatically installed and activated once the plugin has been activated. However, the plugin will work with any WordPress theme. The automatic activation of the theme upon installation of the plugin helps users to discover that there is a theme available, but it might be disturbing if the administrator is not expecting it.</p>\n<p>If you’re looking for a wiki plugin that works well on its own and integrates nicely with bbPress and BuddyPress, UserPress is a solid option. Its feature set is geared towards making collaboration more efficient and productive for wiki participants. Download the plugin from <a href="http://wordpress.org/plugins/userpress/" target="_blank">WordPress.org</a> or grab the latest from the <a href="http://www.userpress.org/" target="_blank">UserPress homepage</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 05 Mar 2014 04:02:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:79:"WPTavern: CampusPress Launches Managed WordPress Hosting For Multisite Networks";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=18224";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:202:"http://wptavern.com/campuspress-launches-managed-wordpress-hosting-for-multisite-networks?utm_source=rss&utm_medium=rss&utm_campaign=campuspress-launches-managed-wordpress-hosting-for-multisite-networks";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:7066:"<p><a href="http://wptavern.com/wp-content/uploads/2014/03/campuspress.jpg" rel="prettyphoto[18224]"><img src="http://wptavern.com/wp-content/uploads/2014/03/campuspress.jpg" alt="campuspress" width="1600" height="699" class="aligncenter size-full wp-image-18261" /></a></p>\n<p>Managed WordPress hosts are popping up all over the web. The platform is now so widely used that mammoth hosting providers such as <a href="http://wptavern.com/godaddy-launches-managed-wordpress-hosting-service" target="_blank">GoDaddy</a> and <a href="http://wptavern.com/mediatemple-launches-wordpress-managed-hosting-package" target="_blank">MediaTemple</a> have added specialized hosting packages dedicated to WordPress customers. WordPress hosting providers that cater to a specific niche are the latest trend.</p>\n<p><a href="http://campuspress.com/" target="_blank">CampusPress </a>is a newly branded managed host that specializes in WordPress multisite networks for educational organzations. It’s actually an offshoot of <a href="http://edublogs.org/" target="_blank">Edublogs</a>, the largest educational blogging host that has been providing multisite hosting since 2005. Due to the high demand for more CMS features, the Edublogs team decided to differentiate the services with CampusPress focused on providing multisite network hosting for schools and universities.</p>\n<p>I spoke with Edublogs Director of Operations, Ronnie Burt, to discuss the reasons for launching CampusPress as a separate entity into the managed hosting market. He said that many of the existing Edublogs customers wanted to use the service for more than blogs but were hesitant due to “blogs” within the name. “Since WordPress is all grown up and used for way more than blogging,” he said. “We’re re-branding our Edublogs Campus service and really improving the network infrastructure and features to better support all types of sites.”</p>\n<h3>How Multisite Hosting Works at CampusPress</h3>\n<p><a href="http://wptavern.com/wp-content/uploads/2014/03/osu.jpg" rel="prettyphoto[18224]"><img src="http://wptavern.com/wp-content/uploads/2014/03/osu.jpg" alt="osu" width="400" height="279" class="alignright size-full wp-image-18266" /></a>In addition to providing a hosting environment optimized for multisite networks, CampusPress accounts also include many built-in features specific to white labeling and managing a multisite network for education. A few examples include:</p>\n<ul>\n<li>Domain mapping</li>\n<li>Class and student management tools</li>\n<li>Content filtering and moderation</li>\n<li>Native apps for iOS and Anroid</li>\n<li>LDAP, Google Apps, Shibboleth and LTI authentication options</li>\n</ul>\n<p>I asked Burt if CampusPress is one giant network that manages all the multisite installations. “It isn’t technically networks within a network,” he said. “Each school has their own totally separate multisite install. We use SVN to manage WordPress core and our default plugins and themes across all of the networks.” CampusPress also provides a custom SVN folder for customers to submit and manage custom themes.</p>\n<p>The multisite hosting is truly managed in that the maintenance is handled professionally behind the scenes and customers do not have any server-level access such as FTP or the database. “This is how we can guarantee reliability and security,” Burt said. “While traditional managed hosting providers may have automated scans and a blacklist of plugins, we manually review line by line each line of code of every plugin and theme added to our networks.”</p>\n<h3>The Challenge of Keeping Pace With WordPress</h3>\n<p>Burt says that one of the biggest challenges of hosting multisite networks is performing upgrades. “Universities and schools often also have their own change management and branding policies and regulations,” he said. “They tend to not like upgrades or major changes in the middle of the school year, and they all seam to require different things when it comes to testing, timelines, and rolling out new plugins/tools.”</p>\n<p>For example, WordPress 3.8 introduced major changes to WordPress and many organizations din’t want to have to re-educate their users in the middle of the school year. “This is especially a challenge when they get on different versions of WordPress core,” Burt explained. “It seems like as soon as we finally get everyone happily upgraded, another version will roll out and we’ll start the process all over again. We’d upgrade them all at the same time if they’d let us.”</p>\n<h3>CampusPress Expands Beyond Educational Blogs</h3>\n<p><a href="http://wptavern.com/wp-content/uploads/2014/03/thereview.jpg" rel="prettyphoto[18224]"><img src="http://wptavern.com/wp-content/uploads/2014/03/thereview-300x245.jpg" alt="thereview" width="300" height="245" class="alignleft size-medium wp-image-18269" /></a>With the new CampusPress branding in place, Burt and his team are able to expand beyond providing educational blogs. One of the largest categories includes news/magazine sites like, such as the <a href="http://blogs.du.edu/magazine/" target="_blank">University of Denver Magazine</a>. The other category they serve is faculty/department websites in need of CMS capabilities, such as the <a href="http://polisci.uoregon.edu/" target="_blank">University of Oregon Political Science Department</a> and <a href="http://mediarelations.cornell.edu/" target="_blank">Cornell’s Media Relations Office</a>.</p>\n<p>A few interesting examples of multisite networks already hosted with CampusPress include:</p>\n<ul>\n<li><a href="http://blogs.cornell.edu/gateshall/" target="_blank">Bill and Melinda Gates Hall</a></li>\n<li><a href="http://emergency.cornell.edu/" target="_blank">Cornell’s Emergency Site</a></li>\n<li><a href="http://udreview.com/" target="_blank">University of Delaware Student Newspaper</a></li>\n<li><a href="http://blogs.sjsu.edu/wsq" target="_blank">San Jose State’s Alumni Magazine</a></li>\n<li><a href="http://physics.uoregon.edu/" target="_blank">University of Oregon Department Sites</a></li>\n<li><a href="https://u.osu.edu/ohiostatedrumline/" target="_blank">Ohio State’s Drumline</a></li>\n</ul>\n<p>WordPress use is on the rise in the education sector. “The buzz around WordPress at the conferences we attend and the <a href="http://lists.automattic.com/mailman/listinfo/wp-edu" target="_blank">WP in Education mailing list</a> suggests a growth that parallels WordPress in business and other arenas,” Burt said. With the re-branded <a href="http://campuspress.com/" target="_blank">CampusPress</a> website launched this week, Edublogs is officially entering the managed WordPress hosting market. The company joins <a href="http://wptavern.com/cart66-launches-wordpress-managed-hosting-for-e-commerce" target="_blank">Cart66</a> as one of the first managed WordPress hosts catering to a specific niche.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 04 Mar 2014 22:32:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:64:"WPTavern: MediaTemple Launches WordPress Managed Hosting Package";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=18219";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:172:"http://wptavern.com/mediatemple-launches-wordpress-managed-hosting-package?utm_source=rss&utm_medium=rss&utm_campaign=mediatemple-launches-wordpress-managed-hosting-package";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:9192:"<p><div id="attachment_18278" class="wp-caption aligncenter"><a href="http://wptavern.com/wp-content/uploads/2014/03/MediaTempleFeaturedImage2.png" rel="prettyphoto[18219]"><img src="http://wptavern.com/wp-content/uploads/2014/03/MediaTempleFeaturedImage2-500x179.png" alt="Media Temple Featured Image" width="500" height="179" class="size-large wp-image-18278" /></a><p class="wp-caption-text">photo credit: <a href="http://www.flickr.com/photos/stars6/4381851322/">Leonardo Rizzi</a> – <a href="http://creativecommons.org/licenses/by-sa/2.0/">cc</a></p></div><br />\nMediaTemple <a title="http://mediatemple.net/blog/news/welcome-to-the-future-of-managed-wordpress-hosting/" href="http://mediatemple.net/blog/news/welcome-to-the-future-of-managed-wordpress-hosting/">has announced</a> they have a new managed WordPress hosting package available dubbed <a title="http://mediatemple.net/webhosting/wordpress/" href="http://mediatemple.net/webhosting/wordpress/">Premium WordPress Hosting</a>. The package has a cost of $29 per month which places it near the top of my price comparison chart. I created this chart a few months ago when GoDaddy announced their managed WordPress hosting package.</p>\n<ul>\n<li>GoDaddy – <strong>$6.99</strong> / month</li>\n<li>Siteground – <strong>$9.95</strong> / month</li>\n<li>Flywheel – <strong>$15.00</strong> / month</li>\n<li>DreamPress – <strong>$19.95</strong> / month</li>\n<li>Page.ly – <strong>$24.00</strong> / month</li>\n<li>Pressable – <strong>$25.00</strong> / month</li>\n<li>Synthesis – <strong>$27.00</strong> / month</li>\n<li>WP Engine – <strong>$29.00</strong> / month</li>\n<li>MediaTemple <strong>3 WordPress Installs For $29.00</strong> / month</li>\n</ul>\n<p>MediaTemple is owned by GoDaddy but <a title="http://mediatemple.net/blog/2013/10/15/faqs-about-the-godaddy-acquisition/#merging" href="http://mediatemple.net/blog/2013/10/15/faqs-about-the-godaddy-acquisition/#merging">both companies operate independently</a> of each other. While I initially thought it was a bad idea for both GoDaddy and MediaTemple to offer managed WordPress hosting since they are in a way, the same company, I’ve come to the understanding that each one serves a different customer base.</p>\n<h3>What MediaTemple Offers</h3>\n<p>As is customary with other managed hosting providers, MediaTemple offers a staging environment to work on sites before they go live. Other notable features include:</p>\n<ul>\n<li>Easy-to-use site templating</li>\n<li>Automatic updates</li>\n<li>Mobile Optimized</li>\n<li>Automatic security</li>\n<li>Automatic backups</li>\n<li>Next-gen cloud infrastructure</li>\n</ul>\n<p>Perhaps one of the most important features offered is email, something <a href="http://wpengine.com/support/email-recommendations-from-wp-engine/" title="http://wpengine.com/support/email-recommendations-from-wp-engine/">not offered by WP Engine</a>.</p>\n<h3>MediaTemple Launches Invite Only WordPress Theme Market</h3>\n<p>The market only contains one theme created by their creative directory but the company plans on adding more from talented designers in the future. I asked MediaTemple if there was any additional information they could give me regarding their theme marketplace. Their response:</p>\n<blockquote><p>As it is now, the market place is “invite only” with specific designers and organizations building custom themes for (mt) Premium WordPress Hosting customers. The theme market place is an area of this product we’re really excited about. We have very strong partnerships in the creative and development worlds, so this model is likely to change/grow with opportunities and there will definitely be one-off scenarios here. Essentially, the sky is the limit with the market place.</p></blockquote>\n<p>Customers are limited to three WordPress installations per account. If you need more, you’ll need to pay $9/month for each additional site. WordPress Multisite is currently <strong>not</strong> supported.</p>\n<p>MediaTemple states they are aiming to push out WordPress updates within 48 hours of their release. Other leading WordPress managed hosting providers can sometimes take up to a week or more to test major versions of WordPress before applying the updates to their customer’s sites. However, security and or maintenance releases are usually applied the same day. The automatic updates only apply to WordPress, not plugins and themes.</p>\n<p>When asked whether customers can initiate updates for WordPress, MediaTemple responded: “<em>Only (mt) can initiate WordPress updates for sites running on Premium WordPress Hosting</em>“. As we’ve <a title="http://wptavern.com/wordpress-host-wp-engine-will-not-support-automatic-background-updates" href="http://wptavern.com/wordpress-host-wp-engine-will-not-support-automatic-background-updates">mentioned on WPTavern before</a>, this has become standard procedure.</p>\n<p><a href="http://wptavern.com/wp-content/uploads/2014/03/NoPluginsAllowed.png" rel="prettyphoto[18219]"><img class="alignright size-thumbnail wp-image-18241" alt="Plugins Not Allowed" src="http://wptavern.com/wp-content/uploads/2014/03/NoPluginsAllowed-150x150.png" width="150" height="150" /></a>Speaking of plugins, they have their own <a title="https://kb.mediatemple.net/questions/2075/Which+plugins+are+not+allowed+with+my+Premium+WordPress+service%3F#wp" href="https://kb.mediatemple.net/questions/2075/Which+plugins+are+not+allowed+with+my+Premium+WordPress+service%3F#wp">list of plugins not allowed</a> to be used on their managed hosting infrastructure. It’s important for customers to read through the list in case you’ve purchased a commercial version of any of the plugins listed. For example, <a title="http://ithemes.com/purchase/backupbuddy/" href="http://ithemes.com/purchase/backupbuddy/">BackupBuddy</a> is not allowed because it duplicates existing functionality provided by MediaTemple.</p>\n<h3></h3>\n<h3>Are Managed WordPress Hosting Companies The Unseen Competition For WordPress.com?</h3>\n<p>While putting this post together, I thought about how many companies within the past three years have created specially crafted hosting environments to cater to customers using WordPress. Most of the WordPress managed hosting services I know of are extensions of established companies.</p>\n<div id="attachment_18234" class="wp-caption aligncenter"><a href="http://wptavern.com/wp-content/uploads/2014/03/WPorgvsWPcom.png" rel="prettyphoto[18219]"><img class="size-large wp-image-18234" alt="WordPress.com Versus WordPress.org " src="http://wptavern.com/wp-content/uploads/2014/03/WPorgvsWPcom-500x239.png" width="500" height="239" /></a><p class="wp-caption-text">WordPress.com Versus WordPress.org</p></div>\n<p>I look at managed WordPress hosting as providing the luxuries of WordPress.com but also allowing customers most of the freedoms associated with self-hosting WordPress. Customers can upload plugins, change themes, edit their themes, and perform tasks that are locked down on WordPress.com or require you to pay an upgrade fee. Plus, they have a team of people ready to help at a moments notice which places them a step above most shared webhosting services.</p>\n<h3>Tough To Compete Against Free</h3>\n<p><a href="http://wptavern.com/wp-content/uploads/2009/06/dollarsign.png" rel="prettyphoto[18219]"><img class="alignright size-full wp-image-1666" alt="dollarsign" src="http://wptavern.com/wp-content/uploads/2009/06/dollarsign.png" width="102" height="103" /></a>I think the one aspect preventing more WordPress.com users from purchasing a managed hosting account is the price. <strong>$29 per month</strong>, is <strong>$348 per year</strong>. That’s a lot of money for someone to spend if they just want to publish their thoughts to the web. If you want most of the freedoms self-hosting WordPress provides without having to pay a large sum of money, <a title="http://www.godaddy.com/hosting/wordpress-hosting.aspx?ci=86979" href="http://www.godaddy.com/hosting/wordpress-hosting.aspx?ci=86979">GoDaddy is a nice option</a>.</p>\n<p>The price of free is hard to compete against which is why I think WordPress.com has nothing to worry about. They cater to customers who just need a quick and easy way to publish content online. I see managed WordPress hosting companies as the next step for users when they outgrow the constraints of WordPress.com or the total price of upgrades is more than the annual cost of a managed hosting account.</p>\n<h3>Ask MediaTemple Anything</h3>\n<p>The company is hosting a live <a title="https://plus.google.com/u/0/b/114280592660820418185/events/c00ghkimi9a4gehbujli904sv6c" href="https://plus.google.com/u/0/b/114280592660820418185/events/c00ghkimi9a4gehbujli904sv6c">Google+ Hangout</a> on <strong>March 5th, 2014 at 9AM Pacific or Noon Eastern</strong> to answer any questions brought forth by the audience. No question appears to be off-limits.</p>\n<p><strong>Are you happy to see MediaTemple enter the WordPress managed hosting space? Is their anything in particular you’d like to know about their offering before you’d consider doing business with them?</strong></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 04 Mar 2014 21:37:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:44:"WPTavern: WordPress.com Featured On Jeopardy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=18214";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:132:"http://wptavern.com/wordpress-com-featured-on-jeopardy?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-com-featured-on-jeopardy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:947:"<p>Jeopardy, an American television game show, recently had a category dedicated to dot-com. Among the five answers within the category was WordPress.com. <em><strong>WordPress.com bills itself as “a better way to” keep one of these Internet diaries.</strong></em></p>\n<blockquote class="twitter-tweet" width="550"><p><a href="https://twitter.com/search?q=%23WordPress&src=hash">#WordPress</a> on Jeopardy, category “Dot Com”. <a href="http://t.co/xXVyKTRvzF">pic.twitter.com/xXVyKTRvzF</a></p>\n<p>— Dougal Campbell (@dougal) <a href="https://twitter.com/dougal/statuses/440647290055708672">March 4, 2014</a></p></blockquote>\n<p></p>\n<p>The correct response is: <strong>What is a blog?</strong></p>\n<p>If you’d like to play a version of Jeopardy dedicated to WordPress, check out <a title="http://www.wpgameshow.com/" href="http://www.wpgameshow.com/">WPGameshow.com</a> created by the organizers of WordCamp Detroit, 2011.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 04 Mar 2014 18:01:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:65:"WordPress.tv: Pippin Williamson: Sane Plugin Updates and Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=31993";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:82:"http://wordpress.tv/2014/03/04/pippin-williamson-sane-plugin-updates-and-releases/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:679:"<div id="v-0Vhc4SV3-1" class="video-player">\n</div><br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31993/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31993/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31993&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2014/03/04/pippin-williamson-sane-plugin-updates-and-releases/"><img alt="Pippin Williamson: Sane Plugin Updates and Releases" src="http://videos.videopress.com/0Vhc4SV3/video-947c6c3e6a_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 04 Mar 2014 16:45:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"WordPress.tv: Brad Williams: Writing Secure WordPress Code";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=31991";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.tv/2014/03/04/brad-williams-writing-secure-wordpress-code-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:667:"<div id="v-pZeenjy1-1" class="video-player">\n</div><br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31991/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31991/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31991&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2014/03/04/brad-williams-writing-secure-wordpress-code-2/"><img alt="Brad Williams: Writing Secure WordPress Code" src="http://videos.videopress.com/pZeenjy1/video-bc87c0b916_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 04 Mar 2014 16:18:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"Matt: No Smartphone for Lent";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=43507";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:44:"http://ma.tt/2014/03/no-smartphone-for-lent/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2782:"<p><img class="alignright size-thumbnail wp-image-43508" src="http://i0.wp.com/s.ma.tt/files/2014/03/nophone.png?resize=195%2C195" alt="nophone" />Every year <a href="http://en.wikipedia.org/wiki/Lent">for Lent</a> I try to give something up that I would otherwise find unimaginable or consider myself particularly dependent on. Last year I gave up meat, which isn’t that unusual but you have to remember I’m from Texas. <img src="http://i0.wp.com/s.ma.tt/blog/wp-includes/images/smilies/icon_wink.gif?w=604" alt=";)" class="wp-smiley" /> </p>\n<p>This year as I surveyed my life there was one thing I kept coming back to as being completely dependent on: my smartphone(s). It’s only been a few years since the iPhone came out, but it’s inconceivable to imagine my life today without my calendar, email, Foursquare, Path, Chrome, Tripit, <a href="http://simplenote.com/">Simplenote</a>, WordPress, Tweetbot, Sonos, Uber, Spotify and my iTunes library, and most importantly Google Maps. (On my second screen: SmartThings, Nest, Lociktron, Lutron, 1Password, Calm, Authy, NextDraft, Withings, Circa…) These apps and everything they represent weave into every aspect of my life, I’m sure I’m one of those people who looks at their phone <a href="http://www.tomshardware.com/news/Smartphones-Phones-Handsets-User-Cell,20645.html">at least 150 times a day</a>. My smartphone is my camera, my flashlight, my connection to the world, and my crutch.</p>\n<div id="43509" class="wp-caption aligncenter"><img class="wp-image-43509 size-full" src="http://i2.wp.com/s.ma.tt/files/2014/03/Bh0zrQfCcAAa52G.jpg-large.jpeg?resize=604%2C604" alt="" /><p class="wp-caption-text">A small selection of what a phone replaces, <a href="http://www.reddit.com/r/pics/comments/1cbken/1993_vs_2013/">from Reddit</a>.</p></div>\n<p>And now it’s what I’m giving up for Lent in 2014, from March 5th until April 17th. (Yes, that includes SxSW.) For safety and business reasons I’m going to have a makes-phone-calls-only phone, and might hop in a friend’s Uber, but the idea is there will not be a device on me 24/7 that I’m tethered to, constantly looking at, and lost and hopeless without. You obviously can’t turn back the clock on progress, so I don’t expect this to be a permanent thing, but I’m curious what I miss the most, how it affects my ability to focus throughout the day, and how it changes my relationships with other people, especially the lack of messaging.</p>\n<p>I am in the market for a cool feature phone though, maybe a small one like Zoolander had or a slidey one like in the Matrix. Any suggestions?</p>\n<p>I’ll leave you with the “I forgot my phone” video from last year:</p>\n<p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 04 Mar 2014 02:10:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:66:"WPTavern: DW Timeline: A Free WordPress Theme With a Unique Layout";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=18162";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:174:"http://wptavern.com/dw-timeline-a-free-wordpress-theme-with-a-unique-layout?utm_source=rss&utm_medium=rss&utm_campaign=dw-timeline-a-free-wordpress-theme-with-a-unique-layout";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4343:"<p>DW Timeline is a beautiful free theme created by the folks at <a href="http://www.designwall.com/" target="_blank">DesignWall</a>. It is based on the <a href="http://roots.io/" target="_blank">Roots</a> framework and features a unique timeline display for posts, inspired by Facebook’s timeline layout. DW Timeline was designed to showcase your blog or portfolio site.</p>\n<h3>Customizable Header</h3>\n<p>The homepage design supports a large customizable header image:</p>\n<p><a href="http://wptavern.com/wp-content/uploads/2014/03/dw-timeline-homepage.jpg" rel="prettyphoto[18162]"><img src="http://wptavern.com/wp-content/uploads/2014/03/dw-timeline-homepage.jpg" alt="dw-timeline-homepage" width="880" height="500" class="aligncenter size-full wp-image-18181" /></a></p>\n<p>After you upload your own header image, DW Timeline has a few extra options built into WordPress’ native customizer that will help you to achieve an effect similar to what you see in the demo. The theme lets you define two colors for the header mask, as well as a background color for the site title.</p>\n<p><a href="http://wptavern.com/wp-content/uploads/2014/03/dw-timeline-header-customize.jpg" rel="prettyphoto[18162]"><img src="http://wptavern.com/wp-content/uploads/2014/03/dw-timeline-header-customize.jpg" alt="dw-timeline-header-customize" width="880" height="500" class="aligncenter size-full wp-image-18182" /></a></p>\n<h3>Timeline Layout for Posts</h3>\n<p>Posts are arranged in a timeline format with pagination controls on the right side of the page. Clicking these will scroll you further down to the next set of posts. The number of pages is controlled by the number of posts you select in the Settings > Reading panel.</p>\n<p><a href="http://wptavern.com/wp-content/uploads/2014/03/dw-timeline-timeline.jpg" rel="prettyphoto[18162]"><img src="http://wptavern.com/wp-content/uploads/2014/03/dw-timeline-timeline.jpg" alt="dw-timeline-timeline" width="880" height="500" class="aligncenter size-full wp-image-18184" /></a></p>\n<h3>Single Post Design</h3>\n<p>Featured images are shown as the header on individual posts. If the image is not large enough, it will be stretched. Therefore, if you’re using this theme, you’ll want to select featured images that are large enough to make this work nicely.</p>\n<p><a href="http://wptavern.com/wp-content/uploads/2014/03/dw-timeline-post.jpg" rel="prettyphoto[18162]"><img src="http://wptavern.com/wp-content/uploads/2014/03/dw-timeline-post.jpg" alt="dw-timeline-post" width="880" height="500" class="aligncenter size-full wp-image-18193" /></a></p>\n<p>In addition to its unique homepage design, the DW Timeline theme has some nice details baked in that make your site responsive and readable:</p>\n<ul>\n<li>Post grid option by Meta-box</li>\n<li>Customize panel for: Header image and background, call to action button</li>\n<li>Support for 6 post formats: Standard, Gallery, Video, Image, Quote and Status</li>\n<li>Clean code using <a href="http://scribu.net/wordpress/theme-wrappers.html" target="_blank">Theme Wrappers</a></li>\n<li><a href="http://html5boilerplate.com/" target="_blank">HTML5 Boilerplate</a></li>\n<li><a href="https://www.readability.com/developers/guidelines" target="_blank">Micro-format</a></li>\n<li><a href="http://www.456bereastreet.com/archive/201010/how_to_make_wordpress_urls_root_relative/" target="_blank">Relative URL</a></li>\n<li>Multilingual ready</li>\n</ul>\n<p>Of course, it’s not easy to know what this theme looks like until you try out the <a href="http://demo.designwall.com/dw-timeline/" target="_blank">live demo</a> and test the timeline/pagination controls.</p>\n<p>A <a href="http://www.designwall.com/blog/dw-timeline-pro-wordpress-theme/" target="_blank">Pro version</a> of the theme is available from DesignWall, which includes a more intuitive treatment of navigation on mobile devices, a front-end posting form and an alternative <a href="http://wptavern.com/exploring-wordpress-theme-designers-love-affair-with-mint-green" target="_blank">mint green</a> flat design.</p>\n<p>If you want to make a big splash on your hompage and arrange your posts in a timeline format, this theme might be just the ticket. <a href="http://wordpress.org/themes/dw-timeline" target="_blank">DW Timeline</a> is available for free from WordPress.org.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 04 Mar 2014 00:47:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:88:"WPTavern: WordPress Plugin Reminds You To Check Search Engine Visibility After Migration";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=18165";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:220:"http://wptavern.com/wordpress-plugin-reminds-you-to-check-search-engine-visibility-after-migration?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-plugin-reminds-you-to-check-search-engine-visibility-after-migration";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2183:"<p>Sometimes, after moving a site from a development environment into a live production environment, users and developers can forget to uncheck the “<em>Discourage Search Engines From Indexing Your Site</em>” box located within the <a title="http://codex.wordpress.org/Settings_Reading_Screen" href="http://codex.wordpress.org/Settings_Reading_Screen">Reading Settings</a>. It’s a terrible feeling to realize months after a site has gone live, that search engines failed to index the site because you forgot to change a setting. This is easily preventable using the <a title="http://wordpress.org/plugins/check-search-engine-visibility-on-migration/" href="http://wordpress.org/plugins/check-search-engine-visibility-on-migration/">Check Search Engine Visibility on Migration</a> plugin.</p>\n<div id="attachment_18169" class="wp-caption aligncenter"><a href="http://wptavern.com/wp-content/uploads/2014/03/CheckSearchEngine1.png" rel="prettyphoto[18165]"><img class="size-large wp-image-18169" alt="Warning Seen If You Forget To Enable Search Engines" src="http://wptavern.com/wp-content/uploads/2014/03/CheckSearchEngine1-500x137.png" width="500" height="137" /></a><p class="wp-caption-text">Warning Seen If You Forget To Enable Search Engines</p></div>\n<p>Developed by <a href="http://profiles.wordpress.org/rhyswynne/">Rhys Wynne</a>, this fairly new plugin prevents users from forgetting to turn on search engines after migrating their site or changing the blog URL. When the warning is displayed, it won’t go away until you visit the Check/Set domain visibility settings page. There are other plugins that have similar functionality but this plugin forces the user to check the search engine visibility settings with no alternative way to dismiss the warning box.</p>\n<p>As long as you don’t forget to activate this plugin on the live site, it will remind you to double-check the search engine settings when it detects the URL has changed.</p>\n<p><strong>Have you ever transferred a website from a development server to a production environment and forgot to enable search engines? If so, how long did it take before you discovered the error?</strong></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 03 Mar 2014 22:50:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:86:"WPTavern: BuddyPress to Adopt Features-As-Plugins Model to Develop New Media Component";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=18119";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:216:"http://wptavern.com/buddypress-to-adopt-features-as-plugins-model-to-develop-new-media-component?utm_source=rss&utm_medium=rss&utm_campaign=buddypress-to-adopt-features-as-plugins-model-to-develop-new-media-component";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4512:"<p><a href="http://wptavern.com/wp-content/uploads/2014/01/bp-2014.jpg" rel="prettyphoto[18119]"><img src="http://wptavern.com/wp-content/uploads/2014/01/bp-2014.jpg" alt="bp-2014" width="1023" height="472" class="aligncenter size-full wp-image-14181" /></a></p>\n<p>The BuddyPress 2014 Survey results are in and are now <a href="http://mercime.github.io/buddyPress-2014-survey-results/index.html" target="_blank">posted on github</a> with graphs to visually represent the data collected from 338 developers in 52 countries. The survey provided an opportunity for participants to post feature requests as well as identify important areas for improvement.</p>\n<p>When prioritizing new development for 2014, the team will be looking at the top 10 categories of BuddyPress feature requests discovered through the survey:</p>\n<ul>\n<li>Group enhancements</li>\n<li>New Media component</li>\n<li>Activity Stream improvements</li>\n<li>A BuddyPress theme</li>\n<li>Membership add-ons</li>\n<li>xProfiles additions</li>\n<li>Improved Documentation</li>\n<li>Easy configuration of Profile/Group navigations</li>\n<li>Performance improvements</li>\n<li>More Privacy options</li>\n</ul>\n<p>When <a href="http://buddypress.org/2014/03/2014-buddypress-survey-results/" target="_blank">reporting</a> the survey results, <a href="http://buddypress.org/community/members/mercime/profile/" target="_blank">@mercime</a> confirmed that BuddyPress will be adopting the WordPress <a href="http://wptavern.com/wordpress-core-development-goes-to-warp-speed-with-features-as-plugins-model" target="_blank">features-as-plugins</a> model in order to get more people involved in the frontend and backend requirements.</p>\n<h3>BuddyPress Media Component and Attachment API</h3>\n<p>The first new feature to be developed as a plugin will be the Media Component. BuddyPress core developer Mathieu Viet, better known as <a href="http://buddypress.org/community/members/imath/" target="_blank">@imath</a>, has begun work on the <a href="https://buddypress.trac.wordpress.org/ticket/5429" target="_blank">enhancement</a> and plans to set it up on the <a href="https://github.com/buddypress" target="_blank">BuddyPress github account</a> soon.</p>\n<div id="attachment_18147" class="wp-caption alignright"><a href="http://wptavern.com/wp-content/uploads/2014/03/media.png" rel="prettyphoto[18119]"><img src="http://wptavern.com/wp-content/uploads/2014/03/media-300x270.png" alt="Example user attachment page" width="300" height="270" class="size-medium wp-image-18147" /></a><p class="wp-caption-text">Example user attachment page</p></div>\n<p><strong>“The idea is also to build a BuddyPress attachment API so that plugins can use it for their components,”</strong> Viet said during a recent BuddyPress development <a href="https://irclogs.wordpress.org/chanlog.php?channel=buddypress-dev&day=2014-02-26&sort=asc" target="_blank">meeting</a>. Further down the road, the media component may be used to manage all attachments for other components, i.e. avatars for profiles and groups, files for messages, albums for members, etc. In this case attachments would refer to uploads that have BP metadata attached.</p>\n<p>Both John James Jacoby and Boone Gorges agreed that @imath’s implementation ideas for the component are quite promising and worth moving forward. “The basic idea is awesome and could be pretty transformative for BuddyPress,” Gorges commented.</p>\n<p>Gorges suggested that this feature would be an ideal candidate for developing a core component as a plugin for the purpose of increasing collaboration. “Then we could get it in people’s hands, get them testing in different environments, and we could iterate quickly,” Gorges said. “If it looks like it’ll be a fairly long dev period, we can even do like MP6 and release it as a wordpress.org plugin to get lots of testers.”</p>\n<p>The WordPress core has greatly benefited from using the <a href="http://make.wordpress.org/core/features-as-plugins/" target="_blank">features-as-plugins</a> development model, which helped four major features land in the 3.8 release. We’ll be tracking BuddyPress feature plugins as they emerge throughout 2014. The development survey indicated that 65 respondents from 31 countries are eager to contribute to BuddyPress in some way. Hopefully, the core team will be able successfully use the features-as-plugins model to make it easier for new testers and contributors to get involved.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 03 Mar 2014 20:36:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:50:"Matt: Philosophical Conversation with Reid Hoffman";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=43505";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:37:"http://ma.tt/2014/03/convo-with-reid/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:399:"<p><span class="embed-youtube"></span></p>\n<p>The chat I had the other week with Reid Hoffman is now online. Reid is such a thoughtful guy it’s my favorite interview in a while. We cover a lot of ground, including expanding WordPress’ (and Automattic’s) mission from “Democratize publishing” to “Democratize publishing and development.” Give it a watch!</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 03 Mar 2014 18:01:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:81:"WPTavern: Jetpack To Release Update To Fix Publishing Bug With After The Deadline";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=18126";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:206:"http://wptavern.com/jetpack-to-release-update-to-fix-publishing-bug-with-after-the-deadline?utm_source=rss&utm_medium=rss&utm_campaign=jetpack-to-release-update-to-fix-publishing-bug-with-after-the-deadline";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2853:"<p>Last week, <a title="http://wptavern.com/jetpack-2-9-introduces-multisite-support-and-related-posts-module" href="http://wptavern.com/jetpack-2-9-introduces-multisite-support-and-related-posts-module">we announced</a> the release of Jetpack 2.9 which introduced a related posts module and multisite support. Unfortunately, the release also contained a bug that prevented posts from being published if the <a title="http://jetpack.me/support/spelling-and-grammar/" href="http://jetpack.me/support/spelling-and-grammar/">Spelling and Grammar</a> module was enabled. More specifically, if you have the module configured to automatically proofread posts and pages before they are published and you’re using the Text editor, the screen will become stuck after the publish button is pressed, preventing the post from being published.</p>\n<div id="attachment_18131" class="wp-caption aligncenter"><a href="http://wptavern.com/wp-content/uploads/2014/03/PatchToFixAtDIssueWithJepack29.png" rel="prettyphoto[18126]"><img class="size-large wp-image-18131" alt="Patched Code To Fix The AtD Bug With Jetpack 2.9" src="http://wptavern.com/wp-content/uploads/2014/03/PatchToFixAtDIssueWithJepack29-500x243.png" width="500" height="243" /></a><p class="wp-caption-text">Patched Code To Fix The AtD Bug With Jetpack 2.9</p></div>\n<p>Users have already <a title="http://wordpress.org/support/topic/29-blocking-posts?replies=15" href="http://wordpress.org/support/topic/29-blocking-posts?replies=15">filed multiple reports</a> of the issue. The Jetpack team has already <a title="https://github.com/Automattic/jetpack/commit/7cdc9e10580631ca640ed872fcda2f666eb39bcd" href="https://github.com/Automattic/jetpack/commit/7cdc9e10580631ca640ed872fcda2f666eb39bcd">applied a patch</a> to fix the problem. George Stephanis, who is part of the Jetpack development team told me the problem “<em>stems from a change that accounted for WordPress 3.9′s <a title="http://wptavern.com/wordpress-developers-take-note-tinymce-4-0-merged-into-core" href="http://wptavern.com/wordpress-developers-take-note-tinymce-4-0-merged-into-core">pending bump to TinyMCE 4.0</a> and missed a conditional statement.</em>”</p>\n<p>Happiness engineer Brandon Kraft, <a title="http://wordpress.org/support/topic/unable-to-postnew-posts-with-29?replies=2" href="http://wordpress.org/support/topic/unable-to-postnew-posts-with-29?replies=2">mentioned in a support post</a> the fix might be released later today if internal testing goes well.</p>\n<blockquote><p>We are looking to release a fix later today. In the meantime, for most people, switching to the Visual view before publishing works.</p></blockquote>\n<p>Until the update is released, I recommend disabling the spell checking module or use the visual editor before publishing the post as suggested by Brandon Kraft.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 03 Mar 2014 17:06:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:88:"WordPress.tv: Jonathan D. Johnson: The Big Red Button: Stress Free WordPress Deployments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=31989";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:103:"http://wordpress.tv/2014/03/03/jonathan-d-johnson-the-big-red-button-stress-free-wordpress-deployments/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:723:"<div id="v-nB0MVrto-1" class="video-player">\n</div><br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31989/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31989/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31989&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2014/03/03/jonathan-d-johnson-the-big-red-button-stress-free-wordpress-deployments/"><img alt="Jonathan D. Johnson: The Big Red Button: Stress Free WordPress Deployments" src="http://videos.videopress.com/nB0MVrto/video-09507b2df8_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 03 Mar 2014 16:11:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:15;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:79:"WordPress.tv: Paul Clark: Cowboy Meet Ninja — How To Never Crash A Site Again";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=31913";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:92:"http://wordpress.tv/2014/03/03/paul-clark-cowboy-meet-ninja-how-to-never-crash-a-site-again/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:703:"<div id="v-qr6dbVZg-1" class="video-player">\n</div><br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31913/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31913/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31913&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2014/03/03/paul-clark-cowboy-meet-ninja-how-to-never-crash-a-site-again/"><img alt="Paul Clark: Cowboy Meet Ninja — How To Never Crash A Site Again" src="http://videos.videopress.com/qr6dbVZg/video-3d8dd23b8c_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 03 Mar 2014 14:22:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:16;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:73:"WordPress.tv: Dan Beil: Stop Building Themes And Start Building Solutions";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=31911";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:90:"http://wordpress.tv/2014/03/03/dan-beil-stop-building-themes-and-start-building-solutions/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:695:"<div id="v-pg9sRJVZ-1" class="video-player">\n</div><br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31911/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31911/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31911&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2014/03/03/dan-beil-stop-building-themes-and-start-building-solutions/"><img alt="Dan Beil: Stop Building Themes And Start Building Solutions" src="http://videos.videopress.com/pg9sRJVZ/video-2592bf9c69_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 03 Mar 2014 14:11:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:17;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"BuddyPress: 2014 BuddyPress Survey Results";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://buddypress.org/?p=179110";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://buddypress.org/2014/03/2014-buddypress-survey-results/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:8536:"<p>This report presents the results from the 2014 BuddyPress Survey held from Jan. 7 – Feb. 10, 2014. Three hundred thirty-eight developers from fifty-two countries completed the survey. Thank you all.</p>\n<p><img alt="52 country flags of survey respondents" src="http://mercime.files.wordpress.com/2014/03/countries.gif" /></p>\n<h3>Goal of Survey</h3>\n<p>Guide the direction of BuddyPress plugin development in 2014</p>\n<p><strong>Objectives:</strong></p>\n<p>1. Discover current and actual BuddyPress usage.<br />\n2. Provide users the opportunity to post their feature requests.<br />\n3. Identify key areas for improvement.<br />\n4. Prioritize areas of BuddyPress development.<br />\n5. Set benchmarks to streamline development processes.<br />\n6. Identify volunteers who are interested in contributing to BuddyPress development.</p>\n<p><span id="more-179110"></span></p>\n<h3>Background</h3>\n<p>The concept of an all-out BuddyPress survey began with <a href="http://buddypress.org/community/members/djpaul/" rel="nofollow">@djpaul</a>’s suggestion during an IRC devchat to embed a mini-survey in the plugin’s admin “What’s new” panel a week before BP 1.9 was released last December. The idea was to engage users in BP development for version 2.0. </p>\n<p>Skype discussions a couple of days later brought about the decision that while the mini-survey was feasible, it would be much better to conduct a full-blown survey. It would be similar to the <a title="”2013" href="http://buddypress.org/2013/09/2013-buddypress-codex-survey-results/”">2013 Codex Survey</a> but with an expanded scope to help guide BP development in 2014. After some testing and reviews, the <a href="http://buddypress.org/2014/01/2014-buddypress-survey/" title="BuddyPress 2014 Survey Launched">survey was launched in the second week of January</a>.</p>\n<h3>Survey Method/Design</h3>\n<p>I prepared the sample survey questions based on users’ posts at the BP Forums and the tickets at BP Trac during the Christmas holidays for review of the core team. The final 32 questions were re-categorized into four sections: a) You and BuddyPress, b) Themes and Plugins, c) Components and Participation, and d) Opinions and Requests.</p>\n<p>The online survey was created using <a>Polldaddy.com</a>. A variety of survey question types were employed to gather the data required: multiple choices, check boxes, a matrix, and open‐ended comments. The last type would also provide a veritable mine of information from responses in stand-alone questions and from “Other” options in multiple choices. </p>\n<h3>Key Findings</h3>\n<ol>\n<ol>\n<li><strong>bbPress (2.x)</strong> is the top forums solution for BuddyPress sites<br />\n<img alt="bbPress is the forum solution for most BP sites" src="http://mercime.files.wordpress.com/2014/03/forums-bbpress.gif" /></li>\n<li>More than 50% of BuddyPress sites are on the <strong>latest versions of WordPress and BuddyPress</strong>.</li>\n<li>Sixty-two percent of respondents have built 1 to 5 sites each and more than half of those sites are on <strong>Shared Hosting plans</strong>.</li>\n<li>Theme Compatibility introduced in BP 1.7 has <strong>expanded the available theme choices</strong> for BuddyPress sites. Per survey, themes used for BuddyPress sites are now almost evenly divided between: a) Free WP themes with or without BP support, b) Commercial WP themes with or without BP support, and c) Own custom themes using BP theme compat or custom themes overriding template parts with BP theme compat disabled.\n<p><img alt="BuddyPress themes" src="http://mercime.files.wordpress.com/2014/03/themes1.gif" /></li>\n<li>The top features wanted in a BuddyPress theme are:<br />\n• Compatibility with the latest BP version<br />\n• Responsive<br />\n• Light and Fresh Design\n</li>\n<li>The top 12 BP-specific plugins and plugins with BP support activated are:<br />\n<img src="http://mercime.files.wordpress.com/2014/03/plugins-used.png" alt="Activated plugins in BP sites" width="300" height="auto" class="alignright" /><br />\n• bbPress<br />\n• BuddyPress Activity Plus<br />\n• rtMedia<br />\n• BuddyPress Group Email Subscription<br />\n• Invite Anyone<br />\n• Buddypress Docs<br />\n• BuddyPress Activity Privacy<br />\n• Buddypress Xprofile Custom Fields Type<br />\n• BP Labs<br />\n• BuddyPress Custom Profile Menu<br />\n• BuddyPress Pending Activations<br />\n• s2member\n</li>\n<li>The majority of users are satisfied with all BuddyPress components except for Site Tracking which can only be activated for multisite installations.\n<p><img alt="chart of rated BuddyPress components" src="http://mercime.files.wordpress.com/2014/03/components.gif" /></li>\n<li><strong>Sixty-five respondents</strong> from 31 countries submitted their email addresses to get involved with BP development. Thank you! We will be contacting you soon.\n<p><img alt="country flags of volunteers" src="http://mercime.files.wordpress.com/2014/03/volunteers.gif" /></li>\n<li>Sixty-seven percent of respondents evaluated other social networking software before choosing BuddyPress.\n<p><img alt="social network software evaluated" src="http://mercime.files.wordpress.com/2014/03/sn-evaluated1.gif" /></li>\n<li>The top 10 categories of BP features requested are:<br />\n<img src="http://mercime.files.wordpress.com/2014/03/features.png" alt="Top BP Feature Requests" width="300" height="auto" class="alignright" /><br />\n• Group enhancements<br />\n• new Media component<br />\n• Activity Stream improvements<br />\n• a BuddyPress theme<br />\n• Membership add-ons<br />\n• xProfiles additions<br />\n• improved Documentation<br />\n• easy configuration of Profile/Group navigations<br />\n• Performance improvements<br />\n• more Privacy options\n</li>\n</ol>\n<h3>Acknowledgements</h3>\n<p>• Survey Preparation: <a href="http://buddypress.org/community/members/johnjamesjacoby/" rel="nofollow">@johnjamesjacoby</a>, <a href="http://buddypress.org/community/members/boonebgorges/" rel="nofollow">@boonebgorges</a>, <a href="http://buddypress.org/community/members/djpaul/" rel="nofollow">@djpaul</a>, <a href="http://buddypress.org/community/members/r-a-y/" rel="nofollow">@r-a-y</a>, <a href="http://buddypress.org/community/members/imath/" rel="nofollow">@imath</a>, and <a href="http://buddypress.org/community/members/hnla/" rel="nofollow">@hnla</a><br />\n• Online Survey Solution: <a href="http://polldaddy.com">Polldaddy.com</a> and <a href="http://automattic.com" title="Automattic">Automattic</a> for the corporate account<br />\n• Survey Report: <a href="http://d3js.org/" title="d3js">d3.js</a>, <a href="http://www.chartjs.org/" title="chartjs.org">Chart.js</a>,<a href="https://github.com/" title="github.com"> Github.com</a>, and <a href="http://buddypress.org/community/members/johnjamesjacoby/" rel="nofollow">@johnjamesjacoby</a> for helping me get the report site up and running in gh-pages<br />\n• Last but not least, many thanks once again to the survey participants who completed this survey <img src="http://buddypress.org/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>\n<h3>Moving Forward</h3>\n<p>The core team who has been updated regularly since this survey began, has already started discussions on the feature requests along with working on existing Trac tickets and creating new ones based on your responses to this survey. In addition, adopting the WordPress features-as-plugin process, some new BP features will be developed as plugins first to get more people involved in the frontend and backend requirements. </p>\n<p>You can keep abreast of latest developments by subscribing to <a href="http://bpdevel.wordpress.com" title="BuddyPress Development blog">http://bpdevel.wordpress.com</a> and joining <a href="http://codex.buddypress.org/participate-and-contribute/#irc-chats">BP devchats at irc.freenode.net</a>.</p>\n<p>Finally, please visit the mobile-friendly <a title="BuddyPress 2014 Survey Results page" href="http://mercime.github.io/buddyPress-2014-survey-results/index.html">BuddyPress 2014 Survey Results page</a> to see the graphs and visualizations prepared from your responses to the survey. Cheers.</p>\n<p><a title="BuddyPress 2014 Survey Results page" href="http://mercime.github.io/buddyPress-2014-survey-results/index.html"><img alt="social network software evaluated" src="http://mercime.files.wordpress.com/2014/03/survey-results.gif" /></a></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 03 Mar 2014 12:30:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"@mercime";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:18;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:62:"Lorelle on WP: WordPress Workshop for Writers in Salem, Oregon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:37:"http://lorelle.wordpress.com/?p=11191";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:87:"http://lorelle.wordpress.com/2014/03/02/wordpress-workshop-for-writers-in-salem-oregon/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:502:"Are you a writer? Author? Thinking about it? Live in the Salem, Oregon, or nearby areas? I’ll be leading a workshop in Salem, Oregon, specifically designed for writers and authors using WordPress. The event is part of the great work the Salem Chapter of the Willamette Writer’s Group, a regional group of writers and authors […]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=11191&subd=lorelle&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 02 Mar 2014 21:31:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"Lorelle VanFossen";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:19;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:75:"WordPress.tv: Mike Schroder: Bring WordPress To Life With The Heartbeat API";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=31909";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:92:"http://wordpress.tv/2014/03/02/mike-schroder-bring-wordpress-to-life-with-the-heartbeat-api/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:699:"<div id="v-A7GdxyuY-1" class="video-player">\n</div><br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31909/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31909/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31909&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2014/03/02/mike-schroder-bring-wordpress-to-life-with-the-heartbeat-api/"><img alt="Mike Schroder: Bring WordPress To Life With The Heartbeat API" src="http://videos.videopress.com/A7GdxyuY/video-5e7353b8ff_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 02 Mar 2014 13:42:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:20;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:84:"WordPress.tv: Scott Bolinger: Creating Mobile Apps WordPress: Tips, Tricks And More!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=31907";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:98:"http://wordpress.tv/2014/03/02/scott-bolinger-creating-mobile-apps-wordpress-tips-tricks-and-more/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:714:"<div id="v-0RHTTXUO-1" class="video-player">\n</div><br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31907/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31907/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31907&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2014/03/02/scott-bolinger-creating-mobile-apps-wordpress-tips-tricks-and-more/"><img alt="Scott Bolinger: Creating Mobile Apps WordPress: Tips, Tricks And More!" src="http://videos.videopress.com/0RHTTXUO/video-2913e125c7_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 02 Mar 2014 13:28:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:21;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:62:"WordPress.tv: Tomas Puig: WordPress And The Internet Of Things";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=31640";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:79:"http://wordpress.tv/2014/03/02/tomas-puig-wordpress-and-the-internet-of-things/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:673:"<div id="v-fczu1ULS-1" class="video-player">\n</div><br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31640/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31640/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31640&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2014/03/02/tomas-puig-wordpress-and-the-internet-of-things/"><img alt="Tomas Puig: WordPress And The Internet Of Things" src="http://videos.videopress.com/fczu1ULS/video-9e9b386807_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 02 Mar 2014 13:12:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:22;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:79:"WordPress.tv: Brad Muncs et Matthieu Gadrat: Mieux filtrer vos listes avec Ajax";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=22688";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:96:"http://wordpress.tv/2014/03/01/brad-muncs-et-matthieu-gadrat-mieux-filtrer-vos-listes-avec-ajax/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:666:"<div id="v-EMb0CFY2-1" class="video-player">\n</div><br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/22688/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/22688/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=22688&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2014/03/01/brad-muncs-et-matthieu-gadrat-mieux-filtrer-vos-listes-avec-ajax/"><img alt="WCMTL2013_brad_muncs.m4v" src="http://videos.videopress.com/EMb0CFY2/video-ac6047da8b_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 02 Mar 2014 01:27:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:23;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:70:"WordPress.tv: Taylor Aldridge: You Know It’s Good, Cause It’s Blue";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=31635";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:80:"http://wordpress.tv/2014/03/01/taylor-aldridge-you-know-its-good-cause-its-blue/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:682:"<div id="v-E2NAmVix-1" class="video-player">\n</div><br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31635/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31635/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31635&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2014/03/01/taylor-aldridge-you-know-its-good-cause-its-blue/"><img alt="Taylor Aldridge: You Know It’s Good, Cause It’s Blue" src="http://videos.videopress.com/E2NAmVix/video-38eccfa8c1_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 01 Mar 2014 12:48:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:24;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:84:"WordPress.tv: Greg Taylor: What Is Your Site Without Content And What To Do About It";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=31567";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:101:"http://wordpress.tv/2014/03/01/greg-taylor-what-is-your-site-without-content-and-what-to-do-about-it/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:717:"<div id="v-LwtkMJgx-1" class="video-player">\n</div><br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31567/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31567/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31567&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2014/03/01/greg-taylor-what-is-your-site-without-content-and-what-to-do-about-it/"><img alt="Greg Taylor: What Is Your Site Without Content And What To Do About It" src="http://videos.videopress.com/LwtkMJgx/video-03eda402b9_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 01 Mar 2014 12:40:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:25;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:103:"WordPress.tv: Mary Baum: Three Files, Infinite Layouts: The Designer’s Guide To Total CreativeFreedom";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=31563";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:115:"http://wordpress.tv/2014/03/01/mary-baum-three-files-infinite-layouts-the-designers-guide-to-total-creativefreedom/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:750:"<div id="v-nGgWwdDK-1" class="video-player">\n</div><br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31563/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31563&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2014/03/01/mary-baum-three-files-infinite-layouts-the-designers-guide-to-total-creativefreedom/"><img alt="Mary Baum: Three Files, Infinite Layouts: The Designer’s Guide To Total CreativeFreedom" src="http://videos.videopress.com/nGgWwdDK/video-086180c1f5_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 01 Mar 2014 12:11:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:26;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:70:"WPTavern: WPWeekly Episode 140 – Dre Armeda And Tony Perez Of Sucuri";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:44:"http://wptavern.com?p=18092&preview_id=18092";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:176:"http://wptavern.com/wpweekly-episode-140-dre-armeda-and-tony-perez-of-sucuri?utm_source=rss&utm_medium=rss&utm_campaign=wpweekly-episode-140-dre-armeda-and-tony-perez-of-sucuri";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2681:"<p><a href="http://wptavern.com/wp-content/uploads/2011/11/sucurilogo.png" rel="prettyphoto[18092]"><img src="http://wptavern.com/wp-content/uploads/2011/11/sucurilogo.png" alt="SucuriLogo" width="100" height="34" class="alignright size-full wp-image-5763" /></a>In this episode of WordPress Weekly, we dived deep into the topic of security, especially at it relates to WordPress. Dre Armeda and Tony Perez of <a href="http://sucuri.net/" title="http://sucuri.net/">Sucuri</a> joined me on the show to talk about the formation of the company, the history behind the name, and provided advice on how to protect your WordPress site. Their passion for security and technology is easily discernible in their voices.</p>\n<p>If you’re interested in joining a team interested in making the web a safer place for everyone, <a href="http://sucuri.net/company/employment" title="http://sucuri.net/company/employment">Sucuri is hiring</a>.</p>\n<p><a href="http://wptavern.com/wp-content/uploads/2014/03/EPISODE-140-Dre-Armeda-and-Tony-Perez-of-Sucuri.mp3">EPISODE 140 – Dre Armeda and Tony Perez of Sucuri</a></p>\n<h2>Stories Discussed:</h2>\n<p><a href="http://wptavern.com/jetpack-2-9-introduces-multisite-support-and-related-posts-module" title="http://wptavern.com/jetpack-2-9-introduces-multisite-support-and-related-posts-module">Jetpack 2.9 Introduces Multisite Support and Related Posts Module</a><br />\n<a href="http://wptavern.com/theme-foundry-partners-with-typekit-to-add-commerical-fonts-to-wordpress-themes" title="http://wptavern.com/theme-foundry-partners-with-typekit-to-add-commerical-fonts-to-wordpress-themes">Theme Foundry Partners With Typekit to Add Commercial Fonts to WordPress Themes</a><br />\n<a href="http://wptavern.com/wordpress-accepted-as-a-mentoring-organization-for-google-summer-of-code-2014" title="http://wptavern.com/wordpress-accepted-as-a-mentoring-organization-for-google-summer-of-code-2014">WordPress Accepted As A Mentoring Organization For Google Summer of Code 2014</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Friday, March 14th 3 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href="https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738" target="_blank">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href="http://www.wptavern.com/feed/podcast" target="_blank">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href="http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr" target="_blank">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #140:</strong><br />\n</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 01 Mar 2014 06:14:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:27;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:70:"WPTavern: Audit WP Exposes Potential SEO Issues With WP Engine Hosting";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=18014";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:184:"http://wptavern.com/audit-wp-exposes-potential-seo-issues-with-wp-engine-hosting?utm_source=rss&utm_medium=rss&utm_campaign=audit-wp-exposes-potential-seo-issues-with-wp-engine-hosting";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:12605:"<p>This week Audit WP launched a new SEO consultancy, headed up by SEO strategist Jacob King. The firm’s first order of business after launching was to publish a <a href="http://auditwp.com/wp-engine-seo-failboat/" target="_blank">post</a> to expose what King perceives to be important SEO and privacy concerns for customers of managed WordPress host <a href="http://wpengine.com/" target="_blank">WP Engine</a>.</p>\n<p>Audit WP uncovered more than 1.5 million results of WP Engine subdomains indexed in Google. Through scraping, King was able to acquire <a href="http://auditwp.com/wp-content/uploads/2014/02/WPengine-User-Blogs.txt" target="_blank">a massive list of indexed subdomains hosted on WP Engine</a> in addition to 2,000+ customer emails, which he did not publicize.</p>\n<p>I spoke with WP Engine founder Jason Cohen and asked if they consider this to be a privacy concern for their customers. Cohen said that it doesn’t constitute a privacy issue, given that the indexed domains are already public. “Those emails were literally already published on the Internet,” he said. “That is, the <em>reason</em> those were available to be scraped, is that they were already public, and scrape-able, by any person or robot.”</p>\n<p>The issue with WP Engine’s staging sites being indexed was corrected some time ago, however developers will sometimes create other versions of their sites on subdomains, not fully understanding that these sites are public via a Google search. In the case of sites hosted with WP Engine, they are very easy to find, given that they all end in *.wpengine.com. When not properly hidden from search engines, sites in progress are exposed.</p>\n<p><a href="http://wptavern.com/wp-content/uploads/2014/02/upstatement.jpg" rel="prettyphoto[18014]"><img src="http://wptavern.com/wp-content/uploads/2014/02/upstatement-150x150.jpg" alt="upstatement" width="150" height="150" class="alignright size-thumbnail wp-image-18036" /></a>As demonstrated with one particular high profile example, the staging site for <a href="http://www.harvardlawreview.org/" target="_blank">Harvard Law Review</a> was public. If you’re curious about what the next iteration might possibly look like, King posted a screenshot in his <a href="http://auditwp.com/wp-engine-seo-failboat/" target="_blank">post</a>. Developers of that site have since made it private, but unfortunately, in the meantime of setting up a new WordPress install, someone got in and created an explicit website, ostensibly to prove a point. I captured a screenshot before it was taken down.</p>\n<p>This illustrates the very real danger of having your subdomains public while they are still works in progress. Ultimately, hiding these sites from Google is the responsibility of the developer, but Cohen said that they will be taking some suggestions from the post, as he mentioned in his comment on the post:</p>\n<blockquote><p>However, your suggestion that it’s better to 301 that domain is still *also* very valid. Also, not all search engines are aware of this scenario, and thus one of the take-aways we have from your article is that we should auto-force robots.txt for the XYZ.wpengine.com domains just as we do for the staging domains</p></blockquote>\n<h3>The Issue of Duplicate Content</h3>\n<div id="attachment_18086" class="wp-caption aligncenter"><a href="http://wptavern.com/wp-content/uploads/2014/02/duplicate.jpg" rel="prettyphoto[18014]"><img src="http://wptavern.com/wp-content/uploads/2014/02/duplicate.jpg" alt="photo credit: Sam UL - cc" width="1024" height="513" class="size-full wp-image-18086" /></a><p class="wp-caption-text">photo credit: <a href="http://www.flickr.com/photos/popilop/331357312/">Sam UL</a> – <a href="http://creativecommons.org/licenses/by-nc-sa/2.0/">cc</a></p></div>\n<p>You don’t have to be very technical to know that search engines regard duplicate content as a cardinal sin and will swiftly penalize you for it. Although WP Engine forces a “deny robots everything” in the robots.txt file on staging, not all search engines will respect this.</p>\n<p>However, Jason Cohen is hanging his hat on personal assurances he received from Matt Cutts regarding the practice:</p>\n<blockquote><p>Google maintains a set of root domains that they know are companies that do exactly what we and many other hosting companies do. Included in that list are WordPress.com, SquareSpace, and us. When they detect “duplicate content” on subdomains from that list, they know that’s not actually duplicate content. You can see it in Google Search, but it’s not counted against you.</p>\n<p>We have had a dialog directly with Matt Cutts on this point, so this is not conjecture, but fact.</p></blockquote>\n<p>SEO is oftentimes a moving target and there are <a href="http://www.youtube.com/watch?v=j95kNwZw8YY" target="_blank">varying and contradictory opinions</a> about many of the fundamentals, including issues such as duplicate content.</p>\n<p>King <a href="http://auditwp.com/wp-engine-seo-failboat/#comment-1263322248" target="_blank">stated</a> that he doesn’t trust any information from Matt Cutts to be “fact.” He replied that they don’t think it’s wise to let Google determine which site is a duplicate and that’s why the post offers step-by-step instructions to help WP Engine customers set up the proper subdomain redirects to prevent indexing.</p>\n<h3>A Long Standing Issue with Subdomains</h3>\n<p><a href="http://wptavern.com/wp-content/uploads/2014/02/fallacies.jpg" rel="prettyphoto[18014]"><img src="http://wptavern.com/wp-content/uploads/2014/02/fallacies-227x300.jpg" alt="fallacies" width="227" height="300" class="alignright size-medium wp-image-18034" /></a>The post on Audit WP sent WP Engine into damage control mode and they launched a massive Twitter campaign of replies discrediting the main points of the article. So far they have not tweeted any acknowledgement of the suggestions that they will be implementing.</p>\n<p>I spoke with Audit WP’s founder Jacob King to find out his motivation behind publicizing his findings of the 1.5 million indexed subdomains.</p>\n<p>“Well, we were a bit floored upon the initial discovery,” King said. “As someone with web scraping experience, the ease of access to WP Engine user names, emails, and other information troubled me greatly.”</p>\n<p>He also felt that it was important to go public with the information given his previous interactions with WP Engine support:</p>\n<blockquote><p>I was hosting my personal blog there so I have a good amount of experience with the system. One big issue was my actual monthly human traffic being massively different from the traffic stats WP Engine was recording. A very large difference, analytics showing ~25k monthly visits, yet WP engine was showing well over 100k. I brought it up on Facebook and one day on Twitter as well, I was told it’s from Bot traffic and search engine spiders.</p></blockquote>\n<p>When King commented that he had blocked all common bots and asked for further explanation of his bot traffic being more than 5 times his human visitors, he received no reply.</p>\n<p>“We never discussed anything specific to the indexation issue,” King said. “I went with my gut which told me they wouldn’t give me the time of day if we didn’t make it public.”</p>\n<p>However, Audit WP is not the first to publicize problems with WP Engine’s subdomains. Although, WordPress SEO expert Joost de Valk <a href="http://auditwp.com/wp-engine-seo-failboat/#comment-1263346408" target="_blank">chimed in</a> on the post to condemn King’s public handling of the situation, he <a href="https://twitter.com/yoast/status/321731494542462976" target="_blank">tweeted</a> last April regarding what he perceived to be an SEO mistake by WP Engine:</p>\n<blockquote class="twitter-tweet" width="550"><p>What you get if your WP host makes SEO mistakes? Issues… <a href="http://t.co/P3dTNDL1NC">http://t.co/P3dTNDL1NC</a> vs <a href="http://t.co/oAhwDJrMce">http://t.co/oAhwDJrMce</a> – that’s… a pity.</p>\n<p>— Joost de Valk (@yoast) <a href="https://twitter.com/yoast/statuses/321731494542462976">April 9, 2013</a></p></blockquote>\n<p></p>\n<p>WP Engine co-founder Ben Metcalfe responded in a blog <a href="https://ben.wpengine.com/wp-engine-sub-domains-addressable-on-client-installs/" target="_blank">post</a> at that time, clarifying that clients can redirect traffic arriving at the WP Engine subdomain to the primary domain via the .htaccess file or the client portal. He also clarified why this is not done by default: “We don’t do this by default because it would then prevent us accessing the site via the sub-domain during a support call/etc, should the DNS on the primary domain fail.”</p>\n<p>Joost de Valk replied:</p>\n<blockquote><p>If it were truly that common I wouldn’t have tweeted it. It’s an issue, it’s something you’re aware of because there’s a setting for it, but it’s something you could & should prevent from happening altogether. That’s what the “managed” in managed hosting stands for in my eyes.</p></blockquote>\n<p><a href="http://www.wpsitecare.com/" target="_blank">WP Site Care</a> founder Ryan Sullivan, <a href="http://chrislema.com/give-feedback/#comment-11300" target="_blank">reiterated</a> that this issue has been a customer concern for quite some time:</p>\n<blockquote><p>I’ve brought this issue up to WP Engine on several different occasions through several different channels. In fact, it was Rob who pointed the issue out to me early last year, and I’ve never once been given a clear answer on plans to solve it. And with the number of sites we host on WP Engine (I give them a lot of money every month), this is a legitimate concern that should have been addressed a long time ago.</p></blockquote>\n<p>The post on Audit WP brought attention to an issue that was originally discussed in April of 2013 without a satisfactory response from WP Engine. Metcalfe’s <a href="https://ben.wpengine.com/wp-engine-sub-domains-addressable-on-client-installs/" target="_blank">post</a> addressing the issue concluded by stating that it’s a common practice for all web hosts that don’t use <a href="http://httpd.apache.org/docs/2.2/vhosts/examples.html" target="_blank">VirtualHosts</a>.</p>\n<h3>Forthcoming Changes at WP Engine</h3>\n<p>When I spoke with Jason Cohen, he confirmed that the post has spurred them to make some changes at WP Engine.</p>\n<p>“First, we’re making a change to /robots.txt when served from our canonical domain (i.e. the ABC.wpengine.com style domains) so that spiders won’t index or crawl those domains.” Although it is WP Engine’s official position that there is no SEO penalty for what they are already doing, the company has decided that it’s a good idea to make this change anyway.</p>\n<p>“Second, the point was made that our customers ought to 301-redirect their ABC.wpengine.com domains to their proper domains,” Cohen said. “We agree that’s a best-practice. While that’s trivial to do in our User Portal, we do NOT do a good job TELLING customers that this is a good idea.”</p>\n<p>WP Engine is also considering a more push-button approach to suggest that developers make their staging sites private via a plugin of some kind. They are in the process of creating a “Best Practices” document which they will include in their public knowledgebase. “We are going to proactively link to it inside our User Portal for all customers to see,” Cohen said. The article will include suggestions with screenshots so that customers will be better-informed.</p>\n<p>Cohen said that if they make any sweeping product changes, they will email customers. However, they do not have plans to proactively email the owners of the 1.5 million subdomains that have been indexed by Google, given that some of those are intentionally public.</p>\n<p>If your site is among <a href="http://auditwp.com/wp-content/uploads/2014/02/WPengine-User-Blogs.txt" target="_blank">the list</a> found by Audit WP and your subdomain isn’t meant to be public, you may want to double check your robots.txt file and set up the proper 301 redirects. Ultimately, no matter how many conveniences a managed host provides its customers, the responsibility for any subdomains falls to the site owner.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 01 Mar 2014 00:37:01 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:28;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:124:"WordPress.tv: Jennifer Bourn: Content To Cash: Leverage Content To Attract Clients, Streamline Workflow And Increase Profits";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=31638";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:139:"http://wordpress.tv/2014/02/28/jennifer-bourn-content-to-cash-leverage-content-to-attract-clients-streamline-workflow-and-increase-profits/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:795:"<div id="v-oUKVI50k-1" class="video-player">\n</div><br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31638/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31638/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31638&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2014/02/28/jennifer-bourn-content-to-cash-leverage-content-to-attract-clients-streamline-workflow-and-increase-profits/"><img alt="Jennifer Bourn: Content To Cash: Leverage Content To Attract Clients, Streamline Workflow And Increase Profits" src="http://videos.videopress.com/oUKVI50k/video-0a303c0a31_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 28 Feb 2014 23:15:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:29;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:68:"WordPress.tv: John Blackbourne: Developing For The New Media Manager";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=31537";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:85:"http://wordpress.tv/2014/02/28/john-blackbourne-developing-for-the-new-media-manager/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:685:"<div id="v-aZg5yjuv-1" class="video-player">\n</div><br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31537/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31537/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31537&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2014/02/28/john-blackbourne-developing-for-the-new-media-manager/"><img alt="John Blackbourne: Developing For The New Media Manager" src="http://videos.videopress.com/aZg5yjuv/video-02b7ef774a_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 28 Feb 2014 17:41:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:30;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:61:"WordPress.tv: Alex Denning: Content Marketing For Real People";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=31526";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:78:"http://wordpress.tv/2014/02/28/alex-denning-content-marketing-for-real-people/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:671:"<div id="v-xXPXpzC5-1" class="video-player">\n</div><br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31526/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31526&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2014/02/28/alex-denning-content-marketing-for-real-people/"><img alt="Alex Denning: Content Marketing For Real People" src="http://videos.videopress.com/xXPXpzC5/video-92a0ec3208_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 28 Feb 2014 16:54:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:31;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:89:"WPTavern: WordPress.com Partners With Hosted E-Commerce Solutions to Launch Online Stores";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=17767";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:222:"http://wptavern.com/wordpress-com-partners-with-hosted-e-commerce-solutions-to-launch-online-stores?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-com-partners-with-hosted-e-commerce-solutions-to-launch-online-stores";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5095:"<p>WordPress.com made a big move to branch out into hosted e-commerce this week. For $299/year, <a href="http://store.wordpress.com/plans/business/" target="_blank">Business users</a> get unlimited access to premium themes, unlimited storage, live chat and email support, custom domains, no ads and the newest feature: “hassle-free” e-commerce.</p>\n<p>The company opted to offer its new online stores via partnerships with three hosted e-commerce providers: <a href="http://en.support.wordpress.com/ecwid/" target="_blank">Ecwid</a>, <a href="http://en.support.wordpress.com/shopify/" target="_blank">Shopify</a>, and <a href="http://en.support.wordpress.com/shoplocket/" target="_blank">ShopLocket</a>. Additional and/or monthly fees are also applicable, depending on the store provider selected.</p>\n<p><a href="http://wptavern.com/wp-content/uploads/2014/02/ecommerce.png" rel="prettyphoto[17767]"><img src="http://wptavern.com/wp-content/uploads/2014/02/ecommerce.png" alt="ecommerce" width="2424" height="826" class="aligncenter size-full wp-image-17959" /></a></p>\n<h3>WordPress.com E-Commerce Excludes Native WordPress Solutions</h3>\n<p>Notably absent from its partners are any native WordPress e-commerce plugins. This isn’t surprising, given that Automattic has historically favored <a href="http://en.wikipedia.org/wiki/Software_as_a_service" target="_blank">SaaS</a> solutions when it comes to WordPress products.</p>\n<p>The new offering was not without criticism from those who had hoped to see a few of WordPress’ high quality e-commerce plugins thrown into the mix. Commenting on the <a href="http://en.blog.wordpress.com/2014/02/25/wordpress-business-ecommerce/" target="_blank">announcement post</a>, WordPress developer Brent Shepherd <a href="http://en.blog.wordpress.com/2014/02/25/wordpress-business-ecommerce/#comment-196231" target="_blank">said</a>:</p>\n<blockquote><p>It’s incredibly exciting to see WordPress.com offer eCommerce, but a real shame to see the many excellent open-source options snubbed (including those built specifically for WordPress).</p>\n<p>I understand the many very good reasons why it makes sense to partner with existing hosted services, but I hope that one day, we’ll see WooCommerce, Easy Digital Downloads (EDD) and other open-source eCommerce options alongside these initial launch partners.</p></blockquote>\n<p>This is a point of contention for those who would like to see more fluidity for users transitioning between WordPress.com and self-hosted WordPress installations. A native WordPress e-commerce option might make it easier to transition stores that have outgrown the hosted solution.</p>\n<p>Whereas some have perceived the decision to partner with outside e-commerce providers as an outright snubbing of WordPress’ home grown solutions, the reality is that most WordPress.com users probably don’t care what’s under the hood to power their stores. If they did, they would likely be more inclined to go the self-hosted route.</p>\n<p>WordPress.com was created to help make the process of setting up and hosting a WordPress blog virtually painless for those who don’t want to dive into the technical details of setup and maintenance. The e-commerce partners they have selected have a similar audience of sellers who do not wish to be bothered with the technical burden of hosting their own e-commerce installations.</p>\n<h3>The Rising Demand for Hosted E-Commerce</h3>\n<p>WordPress.com’s $299/year price point is actually quite tempting for those who simply want to marry a hosted WordPress blog to a hosted store under one domain. This product attracts those who prefer to offload the burden of PCI compliance, SSL certificates, payment gateway maintenance and everything else required for selling online.</p>\n<p>Granular control of individual product display is limited to shortcode attributes within the WordPress.com stores, but customers are more than happy to trade deeper level customization for convenience. Aside from slapping a “Pay Now” Paypal button on a website, most modern e-commerce implementations require a tech-savvy administrator who isn’t afraid to tackle a few challenges. A hosted storefront is a more approachable option than the prospect of having to learn everything involved. It’s also more affordable than hiring a developer.</p>\n<p>Last year we featured <a href="http://wptavern.com/cart66-launches-wordpress-managed-hosting-for-e-commerce" target="_blank">Cart66′s launch</a> as a fully managed WordPress e-commerce platform. With Automattic getting into the game, you know there’s a clear demand for this. People are looking to seamlessly couple the power of WordPress publishing with an online storefront and they’re willing to pay for convenience. As more retailers turn to the internet to expand their sales to a global audience, the demand for hosted e-commerce solutions will continue to rise. Any company that can provide a painless experience for customers will take a huge slice of this market.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 28 Feb 2014 00:58:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:32;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:75:"WPTavern: How To Redirect Automatic Update Email Notifications In WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=17934";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:194:"http://wptavern.com/how-to-redirect-automatic-update-email-notifications-in-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=how-to-redirect-automatic-update-email-notifications-in-wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4229:"<p>One of the biggest features to land in WordPress 3.7 were automatic updates. When automatic updates are completed, an email notification is sent to the address specified within <strong>Settings > General</strong> which is typically the website administrator. However, if you maintain websites for clients, you probably want those notifications to be forwarded to you and not the client. Since other events are tied to the email address such as new user registrations, you can’t substitute the address with your own.</p>\n<div id="attachment_17937" class="wp-caption aligncenter"><a href="http://wptavern.com/wp-content/uploads/2014/02/BackgroundUpdateNotificationEmailAddress1.png" rel="prettyphoto[17934]"><img class="size-large wp-image-17937" alt="Plugin Header" src="http://wptavern.com/wp-content/uploads/2014/02/BackgroundUpdateNotificationEmailAddress1-500x139.png" width="500" height="139" /></a><p class="wp-caption-text">Plugin Header</p></div>\n<p>A new WordPress plugin called <a title="http://wordpress.org/plugins/background-update-notification-email-address/" href="http://wordpress.org/plugins/background-update-notification-email-address/">Background Update Notification Email Address</a> developed by <a title="http://profiles.wordpress.org/mustardbees/" href="http://profiles.wordpress.org/mustardbees/">Phil Wylie</a>, <a title="http://profiles.wordpress.org/lauravaq/" href="http://profiles.wordpress.org/lauravaq/">Laura Vaquero</a>, and <a title="http://profiles.wordpress.org/iwebsolutions/" href="http://profiles.wordpress.org/iwebsolutions/">Interactive Web Solutions</a> solves the problem by changing the email address update notifications are sent to when an automatic background update is completed. By only changing the email address for automatic update notifications, clients are able to continue receiving emails related to administering their website.</p>\n<div id="attachment_17938" class="wp-caption aligncenter"><a href="http://wptavern.com/wp-content/uploads/2014/02/BackgroundUpdateNotificationEmailAddress2.png" rel="prettyphoto[17934]"><img class="size-large wp-image-17938" alt="Where Updates Will Go" src="http://wptavern.com/wp-content/uploads/2014/02/BackgroundUpdateNotificationEmailAddress2-500x178.png" width="500" height="178" /></a><p class="wp-caption-text">Where Updates Will Go</p></div>\n<p>After activating the plugin, you’ll find the notification email address located in <strong>Settings > Update Notifications.</strong> Place the email address where update notifications will go into the field, save the changes and wait for a security or maintenance release of WordPress.</p>\n<h3>Filters and Hooks Are A Plugin Authors Best Friend</h3>\n<p>I asked Phil, how was he able to redirect update notifications without affecting the other administrative emails generated by WordPress. I also asked him why they created the plugin. His response:</p>\n<p><em>In terms of how we redirect only the background update emails, WordPress provides us with a handy filter (<code>auto_core_update_email</code> and <code>auto_core_update_send_email</code>) we hook into in order to replace the email address. The filter only fires during an automatic background update and so all other WordPress emails are unaffected.</p>\n<p>Background updates are a valuable feature of WordPress, ensuring sites receive bug/security fixes quickly. There are a number of plugins which control background update behaviour. However, to my knowledge there are no plugins which redirect the email notifications.</em></p>\n<p>Phil suggests if a number of client sites are under your control to create a set of email rules to help organize the notifications.</p>\n<blockquote><p>I’ve got this plugin setup in conjunction with a few email rules. Success notifications are archived and failed updates flagged for manual assessment.</p></blockquote>\n<h3>Great Plugin With One Drawback</h3>\n<p>The only drawback I see is the possibility of clients deactivating the plugin, preventing the email from reaching its intended target. Outside of that, this plugin is a neat example of how the presence of filters and hooks in WordPress give plugin authors the opportunity to bend WordPress to their will.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 Feb 2014 22:40:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:33;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:96:"WPTavern: Better WordPress Security Plugin Gets Major Update To Address Security Vulnerabilities";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=17946";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:236:"http://wptavern.com/better-wordpress-security-plugin-gets-major-update-to-address-security-vulnerabilities?utm_source=rss&utm_medium=rss&utm_campaign=better-wordpress-security-plugin-gets-major-update-to-address-security-vulnerabilities";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1585:"<p>Chris Wiegman of iThemes has <a title="http://ithemes.com/2014/02/25/better-wp-security-3-x-vulnerability/" href="http://ithemes.com/2014/02/25/better-wp-security-3-x-vulnerability/">announced</a> the latest update to the <a title="https://wordpress.org/plugins/better-wp-security/" href="https://wordpress.org/plugins/better-wp-security/">Better WP Security plugin</a> contains fixes for vulnerabilities discovered in 3.6.3. The updates address compatibility with <a title="http://infinitewp.com/" href="http://infinitewp.com/">InfiniteWP, </a>the removal of their in-dashboard support form, and <a title="http://fooplugins.com/" href="http://fooplugins.com/">FooPlugins</a> support form code.</p>\n<div id="attachment_17949" class="wp-caption aligncenter"><a href="http://wptavern.com/wp-content/uploads/2014/02/BetterWPSecurityScan.png" rel="prettyphoto[17946]"><img class="size-large wp-image-17949" alt="Better WordPress Security Scan" src="http://wptavern.com/wp-content/uploads/2014/02/BetterWPSecurityScan-500x167.png" width="500" height="167" /></a><p class="wp-caption-text">Better WordPress Security Scan</p></div>\n<p>While support for InfiniteWP was removed in 3.6.4, it’s been restored in 3.6.5 as they have since come up with a satisfactory solution eliminating the security risk. Wiegman goes into detail on each issue on the iThemes blog and assures everyone that as of version 3.6.5, the plugin contains no security vulnerabilities.</p>\n<p>Users of Better WordPress Security are encouraged to update to the latest version to receive the security patches.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 Feb 2014 22:20:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:34;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:69:"WordPress.tv: Vitaly Friedman: Behind the Scenes at Smashing Magazine";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=31506";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:86:"http://wordpress.tv/2014/02/27/vitaly-friedman-behind-the-scenes-at-smashing-magazine/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:660:"<div id="v-eXtoTG8d-1" class="video-player">\n</div><br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31506/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31506/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31506&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2014/02/27/vitaly-friedman-behind-the-scenes-at-smashing-magazine/"><img alt="wceu – Kim Gjerstad1" src="http://videos.videopress.com/eXtoTG8d/wceu-kim-gjerstad1_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 Feb 2014 18:11:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:35;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:87:"WPTavern: WordPress Accepted As A Mentoring Organization For Google Summer of Code 2014";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=17895";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:218:"http://wptavern.com/wordpress-accepted-as-a-mentoring-organization-for-google-summer-of-code-2014?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-accepted-as-a-mentoring-organization-for-google-summer-of-code-2014";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2835:"<p><a href="http://wptavern.com/wp-content/uploads/2014/02/gsoc.png" rel="prettyphoto[17895]"><img src="http://wptavern.com/wp-content/uploads/2014/02/gsoc.png" alt="gsoc" width="924" height="156" class="aligncenter size-full wp-image-17909" /></a></p>\n<p>WordPress has been <a href="http://make.wordpress.org/core/2014/02/24/weve-been-accepted-as-a-mentoring-organization-for/" target="_blank">approved</a> to participate in the <a href="http://www.google-melange.com/gsoc/homepage/google/gsoc2014" target="_blank">Google Summer of Code</a> (GSoC) as a mentoring organization for 2014. GSoC is a global program that offers promising students an opportunity to contribute code to open source projects with a stipend provided by Google.</p>\n<p>Last year 1,192 students were part of the program. The 2014 program marks the 10th year of GSoC and Google is expecting to sponsor 10% more students than it did in 2013. WordPress is a veteran organization entering its 7th year of participation and is one of <a href="http://www.google-melange.com/gsoc/org/list/public/google/gsoc2014" title="GSoC mentoring organizations" target="_blank">190 mentoring organizations</a> that were selected this year.</p>\n<p>In 2012 WordPress was rejected as a mentoring organization due to a lack of ideas prepared for student projects. However, this year is a different story. The <a href="http://codex.wordpress.org/GSoC2014" target="_blank">GSoC 2014 codex page</a> is brimming with ideas and there are more than 20 potential mentors already on board. Here’s a quick sampling of some of the ideas put forth for this summer:</p>\n<ul>\n<li>Full-throttle Trac Annihilation</li>\n<li>Forms Plugin</li>\n<li>New BuddyPress Template Pack</li>\n<li>bbPress Per Forum Moderation</li>\n<li>WordCamp Mobile App</li>\n<li>Turn the Beta Testers Plugin into a QA Plugin</li>\n</ul>\n<p>What does WordPress hope to gain by participating in the GSoC project? This was one of the questions on the <a href="http://make.wordpress.org/community/2014/02/13/gsoc-2014-application/" target="_blank">application</a>, which was submitted by Jen Mylo. <strong>“It’s a good opportunity to reach students who might not otherwise have considered contributing to WordPress,”</strong> she said. “And even if they don’t stick around as frequent contributors, it helps us to evaluate how we ramp up and communicate with new contributors.” Several participants from prior years of GSoC have gone on to become valuable contributors to WordPress, including Dion Hulse, Daryl Koopersmith and Andrew Nacin, to name just a few.</p>\n<p>Student applications open on March 10th. If you’re interested to be part of the program, check out the <a href="http://codex.wordpress.org/GSoC2014" target="_blank">GSoC 2014 codex page</a> for information on how to apply.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 Feb 2014 15:29:12 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:36;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:63:"WordPress.tv: Bram Duvigneau: Practical WordPress Accessibility";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=31494";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:80:"http://wordpress.tv/2014/02/27/bram-duvigneau-practical-wordpress-accessibility/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:646:"<div id="v-Cbe8jOdp-1" class="video-player">\n</div><br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31494/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31494/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31494&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2014/02/27/bram-duvigneau-practical-wordpress-accessibility/"><img alt="wceu-BramDuvigneau" src="http://videos.videopress.com/Cbe8jOdp/wceu-bramduvigneau_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 Feb 2014 15:08:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:37;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:55:"WordPress.tv: Sara Rosso: Why Big Brands Love WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=31501";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"http://wordpress.tv/2014/02/27/sara-rosso-why-big-brands-love-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:630:"<div id="v-YSvfq6rZ-1" class="video-player">\n</div><br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31501/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31501/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31501&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2014/02/27/sara-rosso-why-big-brands-love-wordpress/"><img alt="wceu-SaraRosso" src="http://videos.videopress.com/YSvfq6rZ/wceu-sararosso_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 Feb 2014 13:00:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:38;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:83:"WordPress.tv: Roció Valdivia: BuddyPress and Multisite Case Study: El Club Express";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=31492";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:98:"http://wordpress.tv/2014/02/26/rocio-valdivia-buddypress-and-multisite-case-study-el-club-express/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:664:"<div id="v-t9y6FIo1-1" class="video-player">\n</div><br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31492/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31492/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31492&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2014/02/26/rocio-valdivia-buddypress-and-multisite-case-study-el-club-express/"><img alt="wceu-RocioValdivia" src="http://videos.videopress.com/t9y6FIo1/wceu-rociovaldivia_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 Feb 2014 06:58:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:39;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:120:"WordPress.tv: Vladimir Prelovac: From plugin developer to running a successful WordPress business: A ManageWP Case Study";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=31499";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:136:"http://wordpress.tv/2014/02/26/vladimir-prelovac-from-plugin-developer-to-running-a-successful-wordpress-business-a-managewp-case-study/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:708:"<div id="v-ViiIrjfP-1" class="video-player">\n</div><br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31499/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31499/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31499&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2014/02/26/vladimir-prelovac-from-plugin-developer-to-running-a-successful-wordpress-business-a-managewp-case-study/"><img alt="wceu-VladimirPrelovac" src="http://videos.videopress.com/ViiIrjfP/wceu-vladimirprelovac_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 Feb 2014 06:11:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:40;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:101:"WordPress.tv: Samuel “Otto” Wood: On Internationalization: Plugins and themes for the whole world";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=31490";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:111:"http://wordpress.tv/2014/02/26/samuel-otto-wood-on-internationalization-plugins-and-themes-for-the-whole-world/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:667:"<div id="v-Uxbmfoap-1" class="video-player">\n</div><br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31490/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31490/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31490&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2014/02/26/samuel-otto-wood-on-internationalization-plugins-and-themes-for-the-whole-world/"><img alt="wceu-OttoWood" src="http://videos.videopress.com/Uxbmfoap/wceu-ottowood_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 Feb 2014 03:20:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:41;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:89:"WPTavern: Theme Foundry Partners With Typekit to Add Commercial Fonts to WordPress Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=17813";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:222:"http://wptavern.com/theme-foundry-partners-with-typekit-to-add-commerical-fonts-to-wordpress-themes?utm_source=rss&utm_medium=rss&utm_campaign=theme-foundry-partners-with-typekit-to-add-commerical-fonts-to-wordpress-themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3529:"<p>When WordPress theme shops build typography options into their themes, they almost universally opt for integrating <a href="https://www.google.com/fonts" target="_blank">Google Fonts</a>. It’s no wonder, given that Google fonts are free, easy to browse and generally fast-loading.</p>\n<p><a href="https://thethemefoundry.com/" target="_blank">The Theme Foundr</a>y is one of the first to step outside the box to integrate commercial fonts into their themes, via a partnership with <a href="https://typekit.com/" target="_blank">Typekit</a>. This is the first case of a theme shop selling a self-hosted WordPress theme that includes Typekit fonts right out of the box.</p>\n<p>While other themes may offer support for Typekit, none have included it within the purchase price of the theme until now. Theme Foundry’s <a href="https://thethemefoundry.com/wordpress-themes/oxford/" target="_blank">Oxford</a> theme is their first product to be bundled with Typekit support.</p>\n<p><a href="http://wptavern.com/wp-content/uploads/2014/02/oxford.jpg" rel="prettyphoto[17813]"><img src="http://wptavern.com/wp-content/uploads/2014/02/oxford-500x493.jpg" alt="oxford" width="500" height="493" class="aligncenter size-large wp-image-17864" /></a></p>\n<p>I spoke with Drew Strojny, founder of Theme Foundry, to find out why they sought a partnership with Typekit. He said that it was essentially a matter of providing convenience for the customer. “Asking someone to buy a Typekit subscription to get full value out of their theme isn’t fair,” Strojny said. “So we needed to find a different way.”</p>\n<p>Theme Foundry plans to roll out Typekit fonts across their entire collection over the next few weeks. Strojny said that Google Fonts, which they previously used, could no longer meet their design standards. “<span class="pullquote alignleft">We pride ourselves on world-class design, and not having access to a library of commercial grade fonts was really holding us back</span>,” he said. “Adobe Typekit is the de facto standard for commercial fonts, and we really wanted to keep pushing ahead with better typography and better design.”</p>\n<p>Strojny would not disclose the details of the partnership with Typekit but said that it’s “pretty straightforward and it’s not based on sales or anything like that. Instead, we’re paying for Typekit fonts on behalf of our customers.” This removes the burden of the customer having to maintain his own subscription with Typekit. Instead, Theme Foundry keeps them on the hook with a $39 annual service fee that will allow the customer to continue to use the fonts.</p>\n<p>The technical challenges of integrating Typekit are invisible to the consumer. “As a customer, you just authorize using your Theme Foundry account credentials, and your fonts are turned on,” Strojny explained. “We’re using OAuth 2.0 with <a href="https://memberful.com" target="_blank">Memberful</a> and a custom WordPress plugin to handle all the hard stuff.” Theme Foundry customers who fail to renew will fall back to a predefined set of defaults.</p>\n<p>Theme Foundry is the first to employ a typography service partnership in order to add value to theme club subscriptions. Whereas a customer may not always opt to renew a theme club membership for the sake of support and updates, the notion of preserving the sophistication of the typography used within the themes may be more compelling.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 26 Feb 2014 23:19:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:42;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:54:"WordPress.tv: Andrew Nacin: WordPress 3.7: Foundations";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=31497";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.tv/2014/02/26/andrew-nacin-wordpress-3-7-foundations/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:622:"<div id="v-AEEFBxGW-1" class="video-player">\n</div><br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31497/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31497&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2014/02/26/andrew-nacin-wordpress-3-7-foundations/"><img alt="wceu-ANacin" src="http://videos.videopress.com/AEEFBxGW/wceu-anacin_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 26 Feb 2014 22:55:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:43;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:103:"WPTavern: WordPress Admin Bookmarks: Quickly Access Frequently Edited Pages, Posts or Custom Post Types";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=17841";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:246:"http://wptavern.com/wordpress-admin-bookmarks-quickly-access-frequently-edited-pages-posts-or-custom-post-types?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-admin-bookmarks-quickly-access-frequently-edited-pages-posts-or-custom-post-types";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3335:"<p><a title="http://wordpress.org/plugins/my-admin-bookmarks/" href="http://wordpress.org/plugins/my-admin-bookmarks/">Admin Bookmarks</a> developed by <a title="http://profiles.wordpress.org/bradvin/" href="http://profiles.wordpress.org/bradvin/">Brad Vincent</a>, allows you easily bookmark posts, pages and custom post types. This is especially useful if you find yourself repeatedly editing the same pages or posts.</p>\n<p>Upon activation, a new dashicon in the shape of a star will appear next to the title of every <strong>post</strong>, <strong>page</strong>, and <strong>custom post type</strong>. The icon is what’s used to mark items as favorites. <a title="http://melchoyce.github.io/dashicons/" href="http://melchoyce.github.io/dashicons/">Dashicons</a> became a part of WordPress beginning with 3.8. This explains why WordPress 3.8 or above is required to run Admin Bookmarks.</p>\n<div id="attachment_17851" class="wp-caption aligncenter"><a href="http://wptavern.com/wp-content/uploads/2014/02/AdminBookmarks1.png" rel="prettyphoto[17841]"><img class="size-large wp-image-17851" alt="Star Dashicon Used To Favorite Things" src="http://wptavern.com/wp-content/uploads/2014/02/AdminBookmarks1-500x411.png" width="500" height="411" /></a><p class="wp-caption-text">Star Dashicon Used To Favorite Things</p></div>\n<p>When an item is marked as a favorite, a direct link to the item is added to the left hand menu. This helps to quickly find the post instead of having to search for it. By using <a title="http://en.wikipedia.org/wiki/Ajax_%28programming%29" href="http://en.wikipedia.org/wiki/Ajax_%28programming%29">AJAX</a>, the entire page doesn’t have to reload which is an added convenience.</p>\n<div id="attachment_17852" class="wp-caption aligncenter"><a href="http://wptavern.com/wp-content/uploads/2014/02/AdminBookmarks2.png" rel="prettyphoto[17841]"><img class="size-large wp-image-17852" alt="Shortcuts To Posts Added To The Left Hand Menu" src="http://wptavern.com/wp-content/uploads/2014/02/AdminBookmarks2-500x193.png" width="500" height="193" /></a><p class="wp-caption-text">Shortcuts To Posts Added To The Left Hand Menu</p></div>\n<p>Direct links to posts only show up in the left hand menu on the administration page for that item. For example, you won’t see links to favorites on the Appearance page. However, you’ll see them on the All Posts page or the Posts flyout menu. There’s also a dashboard widget with Edit and View links to quickly manage favorites.</p>\n<div id="attachment_17853" class="wp-caption aligncenter"><a href="http://wptavern.com/wp-content/uploads/2014/02/AdminBookmarks3.png" rel="prettyphoto[17841]"><img class="size-full wp-image-17853" alt="Admin Bookmarks Dashboard Widget" src="http://wptavern.com/wp-content/uploads/2014/02/AdminBookmarks3.png" width="416" height="245" /></a><p class="wp-caption-text">Admin Bookmarks Dashboard Widget</p></div>\n<p><a title="http://wordpress.org/plugins/my-admin-bookmarks/" href="http://wordpress.org/plugins/my-admin-bookmarks/">Admin Bookmarks</a> is an example of a great WordPress plugin. It’s simple to install, easy to use, and focuses on solving one problem. If you find yourself constantly having to find the same post or page to edit, give Admin Bookmarks a try and let me know what you think.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 26 Feb 2014 22:07:01 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:44;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:75:"WPTavern: Jetpack 2.9 Introduces Multisite Support and Related Posts Module";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=17820";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:194:"http://wptavern.com/jetpack-2-9-introduces-multisite-support-and-related-posts-module?utm_source=rss&utm_medium=rss&utm_campaign=jetpack-2-9-introduces-multisite-support-and-related-posts-module";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3897:"<p>Jetpack 2.9 was <a href="http://jetpack.me/2014/02/26/jetpack-2-9/" target="_blank">released</a> today with the long-awaited Related Posts module, which was <a href="http://en.blog.wordpress.com/2013/11/11/related/" target="_blank">introduced on WordPress.com</a> in early November 2013.</p>\n<p>Server resource-intensive features such as stats tracking and related posts are very difficult to accomplish in an efficient way. Jetpack’s new <a href="http://jetpack.me/support/related-posts/" target="_blank">Related Posts</a> module uses WordPress.com resources to do this instead, which is undoubtedly a huge relief to hosting companies who have had to deal with the negative effects of customers using inefficient plugins.</p>\n<p>We’ve turned the module on for the Tavern website, as you can see below this post. When you configure the module, you’ll be presented with the option of using plain text for the related content or a more visually striking display that includes featured images:</p>\n<div id="attachment_17826" class="wp-caption aligncenter"><a href="http://wptavern.com/wp-content/uploads/2014/02/configure-related-posts.jpg" rel="prettyphoto[17820]"><img src="http://wptavern.com/wp-content/uploads/2014/02/configure-related-posts.jpg" alt="Configuration options for related posts module" width="1170" height="382" class="size-full wp-image-17826" /></a><p class="wp-caption-text">Configuration options for related posts module</p></div>\n<h3>Customizing Related Posts</h3>\n<p>Related content is determined based on the content of the post and any tags or categories applied. The module also supports custom post types in that it defaults to posts of the same post type. This can be changed by using the <a href="https://github.com/Automattic/jetpack/blob/05dd3d3922ee9d05d23d1c2a52d36af842c675b6/modules/related-posts/jetpack-related-posts.php#L438" target="_blank">‘jetpack_relatedposts_filter_post_type’</a> filter.</p>\n<p>Additionally, you can customize this module by creating your own <a href="http://wordpress.org/plugins/functionality/" target="_blank">functionality plugin</a>, the preferred method for extending related posts. The Jetpack docs outline several examples for <a href="http://jetpack.me/support/customize-related-posts/" target="_blank">customizing related content</a> using the available filters. This allows you to easily change the number of related posts, modify where they are displayed, exclude specific posts and more.</p>\n<h3>New Multisite Support</h3>\n<p>Jetpack is now multisite-aware with the added ability to manage all multisite connections in the network admin. Previously, super admins had to manage the connections on an individual site basis, even though Jetpack could be activated network-wide. Network activating Jetpack allows you to administer all your connections from one master account and unlocks a new <strong>Jetpack > Settings</strong> tab in the network admin. This screen allows you to do three things:</p>\n<ul>\n<li>Manage all your sites’ connections</li>\n<li>Control whether individual site admins can reconnect with their own accounts</li>\n<li>Designate which Jetpack modules are activated by default</li>\n</ul>\n<h3>New Options Added to Single Sign On</h3>\n<p>Jetpack 2.9 gives site administrators a new whip to crack in order to ensure a higher level of security. Site admins using the <a href="http://jetpack.me/support/sso/" target="_blank">Single Sign On module</a> now have the option to require users to have two-step authentication enabled on their WordPress.com account before they are allowed to log in.</p>\n<p>This release also offers new shortcodes and oEmbed capabilities for Mixcloud and Gist content. For a full list of all the enhancements and bug fixes in 2.9, check out the Jetpack <a href="http://wordpress.org/plugins/jetpack/changelog/" target="_blank">changelog</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 26 Feb 2014 21:14:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:45;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:77:"WPTavern: This Week On WPWeekly: Dre Armeda and Tony Perez of Sucuri Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=17773";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:196:"http://wptavern.com/this-week-on-wpweekly-dre-armeda-and-tony-perez-of-sucuri-security?utm_source=rss&utm_medium=rss&utm_campaign=this-week-on-wpweekly-dre-armeda-and-tony-perez-of-sucuri-security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3327:"<p><a href="http://wptavern.com/wp-content/uploads/2011/11/sucurilogo.png" rel="prettyphoto[17773]"><img src="http://wptavern.com/wp-content/uploads/2011/11/sucurilogo.png" alt="SucuriLogo" width="100" height="34" class="alignright size-full wp-image-5763" /></a>Tony Perez and Dre Armeda of <a href="http://sucuri.net/" title="http://sucuri.net/">Sucuri Security</a> will be our special guests on this weeks edition of WordPress Weekly. We’ll spend the majority of the episode talking about WordPress security and what users can do to protect themselves against the bad guys. We’ll also figure out why the company was founded and what trends they’ve noticed over the past year when it comes to attacks on sites powered by WordPress.</p>\n<p>I asked Perez to come up with three areas that website owners need to pay particular attention to. He responded with <strong>access control</strong>, <strong>software vulnerabilities</strong>, and <strong>layered defenses</strong>.</p>\n<p><strong>Access Control</strong> – There are two key issues in today’s attack. Access and vulnerabilities. For the everyday website owner, access is by far the most important to me. We are seeing too many attacks exploiting weak credentials, leaving website owners vulnerable to attacks. It’s why we continue to see a spike in Brute Force attacks.</p>\n<p><strong>Software Vulnerabilities</strong> – This one isn’t as actionable as access control for most website owners which is why it’s second to me. Today’s website owners are not developers, they are your uncles, moms and dads, starting online businesses or learning to write about their daily experiences. Either way, many are not technical, leaving them susceptible to the world of vulnerabilities. Untrusted sources continue to be leveraged, attackers continue to find ways to circumvent systems in place to keep users safe, and this has the potential to be catastrophic for website owners.</p>\n<p>It’s time website owners start looking beyond their existing plugin architectures and start leveraging Software as a Service based services that provide them a perimeter defense, or website firewall. Every network has it, every desktop should have one, and every website will require it in the future.</p>\n<p><strong>Layered Defenses</strong> – We have learned from our desktop and network predecessors, and we do this by thinking in the form of layers. Too many website owners are looking for one solution that will cure all its problems, but the problem is too big for that. They have been putting controls and layers in place that keep them in tune with what is going on with their website. Who is logging in? Who is changing what? Are things changing? Should they be? Website owners have to learn how to administer their website again. This idea of “<em>set and forget</em>” is harming us as much as it is helping.</p>\n<h3>Leave Your Questions In The Comments</h3>\n<p>This is a small sample of what we’ll be discussing this <a href="http://wptavern.com/wordpress-weekly" title="http://wptavern.com/wordpress-weekly">Friday at 3P.M. Eastern</a>. If you have any questions about Sucuri or WordPress security in general, leave them in the comments and we’ll ask them near the end of the show.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 26 Feb 2014 19:06:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:46;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:64:"WPTavern: WordPress.org Profiles On Track to Be Totally Revamped";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=17755";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:172:"http://wptavern.com/wordpress-org-profiles-on-track-to-be-totally-revamped?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-org-profiles-on-track-to-be-totally-revamped";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4365:"<div id="attachment_17801" class="wp-caption aligncenter"><a href="http://wptavern.com/wordpress-org-profiles-on-track-to-be-totally-revamped/wordpress-swag" rel="attachment wp-att-17801"><img src="http://wptavern.com/wp-content/uploads/2014/02/wordpress-swag.jpg" alt="photo credit: Huasonic - cc" width="1024" height="441" class="size-full wp-image-17801" /></a><p class="wp-caption-text">photo credit: <a href="http://www.flickr.com/photos/huasonic/3008912290/">Huasonic</a> – <a href="http://creativecommons.org/licenses/by-nc/2.0/">cc</a></p></div>\n<p>WordPress.org profiles are set to get a revamp in the very near future. Jen Mylo <a href="http://make.wordpress.org/community/2014/02/25/profiles-how-do-you-use-them-or-want-to/" target="_blank">posted</a> yeseterday, asking for thoughts and ideas about what to incorporate into the new profiles. She will be working with Mel Choyce to design a new UI for the profile data.</p>\n<p>Mylo also initiated an <a href="http://make.wordpress.org/community/2014/02/23/past-wordcamp-organizers-help/" target="_blank">effort</a> to get speaker information from past WordCamp organizers as part of the plan is to bring in data from a user’s involvement in WordPress activities outside of WordPress.org. One of the biggest challenges, however, is ensuring that the profiles will be attractive for all users, including those with very little activity.</p>\n<h3>More User Data to Be Added to the Activity Stream</h3>\n<p>The current profiles on WordPress.org track support forum topics, ideas, and various activities related to Trac. The team plans to add the following additions:</p>\n<ul>\n<li>International Forums – new topic or reply (for poster)</li>\n<li>Plugins Directory – released a new plugin (for plugin author)</li>\n<li>Themes Directory – released a new theme (for theme author)</li>\n<li>Make P2s – newly published post (for post author)</li>\n<li>Make P2s – new comment (for commenter)</li>\n<li>Trac – new comment (for commenter)</li>\n<li>Trac – new props (for user getting prop’d)</li>\n<li>WordCamps – new speaker added</li>\n<li>WordCamps – new organizer added</li>\n</ul>\n<p><a href="http://wptavern.com/wordpress-org-profiles-on-track-to-be-totally-revamped/profiles-sketch" rel="attachment wp-att-17789"><img src="http://wptavern.com/wp-content/uploads/2014/02/profiles-sketch-272x300.png" alt="profiles-sketch" width="272" height="300" class="alignright size-medium wp-image-17789" /></a>The updated activity stream should be in place soon. Mylo floated <a href="http://make.wordpress.org/community/2014/02/26/profiles-a-sketch/" target="_blank">a working sketch</a> earlier today to illustrate some of the ideas they’ve been discussing. She emphasized that the changes to profiles are likely to be added over several iterations.</p>\n<p>Ultimately, the team plans to merge the new WordPress.org profiles with the forums profiles, but this will probably be completed further down the road.</p>\n<h3>Your WordPress Resume and Dashboard</h3>\n<p>The feedback on Mylo’s <a href="http://make.wordpress.org/community/2014/02/25/profiles-how-do-you-use-them-or-want-to/" target="_blank">post</a> regarding how people use their WordPress.org profiles indicates that contributors want to be able to easily find trac tickets and conversations they’re involved in. Others commented that contact information and contributions such as plugins and themes are high on the list of items they look for when viewing a person’s profile.</p>\n<p>“The way I’m looking at profiles from a UX perspective is that for a visitor, the profile serves as someone’s WP resume,” Mylo said. “While for the profile owner, it serves as the dashboard for their involvement in the open source project.”</p>\n<p>In the past, many people haven’t bothered to use or update their WordPress.org profiles, perhaps due to the lack of relevant information displayed about user activities. The planned changes will make WordPress.org profiles the go-to place for finding out about someone’s interactions and contributions to the WordPress project. If you’re looking to hire a WordPress professional who has a history of contributing back, the new WordPress.org profiles will soon be the best representation of a person’s involvement with WordPress.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 26 Feb 2014 17:37:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:47;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:56:"WordPress.tv: Panel: The State of Multilingual WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=31477";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://wordpress.tv/2014/02/25/panel-the-state-of-multilingual-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:691:"<div id="v-34ta7rDB-1" class="video-player">\n</div><br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31477/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31477/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31477&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2014/02/25/panel-the-state-of-multilingual-wordpress/"><img alt="wceu – The State of Multilingual WordPress" src="http://videos.videopress.com/34ta7rDB/wceu-the-state-of-multilingual-wordpress_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 26 Feb 2014 06:11:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:48;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:64:"WPTavern: Quickly Navigate The WordPress Backend With WP Hotkeys";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=17713";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:172:"http://wptavern.com/quickly-navigate-the-wordpress-backend-with-wp-hotkeys?utm_source=rss&utm_medium=rss&utm_campaign=quickly-navigate-the-wordpress-backend-with-wp-hotkeys";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3094:"<p><a title="http://wordpress.org/plugins/wp-hotkeys/" href="http://wordpress.org/plugins/wp-hotkeys/"><a href="http://wptavern.com/wp-content/uploads/2014/02/WPHotkeys1.png" rel="prettyphoto[17713]"><img class="alignright size-full wp-image-17765" alt="WP hot Keys 1" src="http://wptavern.com/wp-content/uploads/2014/02/WPHotkeys1.png" width="145" height="140" /></a>WP Hotkeys</a> is a plugin developed by <a href="http://profiles.wordpress.org/mcguive7/">McGuive7</a> and <a href="http://profiles.wordpress.org/mightyminnow/">MIGHTYminnow</a> that adds the ability to navigate the backend of WordPress with just a keyboard using shortcuts. The plugin works out of the box with a predefined set of hotkeys for each standard dashboard menu item. If you don’t want to see the shortcut helpers in the menu, you can disable them from the settings page. You can also change existing hotkeys or create new ones.</p>\n<div id="attachment_17766" class="wp-caption aligncenter"><a href="http://wptavern.com/wp-content/uploads/2014/02/WPHotkeys2.png" rel="prettyphoto[17713]"><img class="size-large wp-image-17766" alt="WP Hotkeys Settings Page" src="http://wptavern.com/wp-content/uploads/2014/02/WPHotkeys2-500x427.png" width="500" height="427" /></a><p class="wp-caption-text">WP Hotkeys Settings Page</p></div>\n<p>This is a brand new plugin so don’t be surprised if you encounter an issue or two. I discovered a few bugs during testing but they were quickly fixed after reporting them.</p>\n<h3>Built-in Keyboard Shortcuts For Comment Moderation</h3>\n<p>Starting with <a title="https://codex.wordpress.org/Version_2.7" href="https://codex.wordpress.org/Version_2.7">2.7</a>, WordPress ships with <a title="https://codex.wordpress.org/Keyboard_Shortcuts" href="https://codex.wordpress.org/Keyboard_Shortcuts">built-in keyboard shortcuts</a> to moderate comments. In order to use them, you’ll need to browse to <strong>Users > Your Profile.</strong> Make sure the box for ‘<em>Enable keyboard shortcuts for comment moderation.</em>‘ is checked.</p>\n<div id="attachment_17769" class="wp-caption aligncenter"><a href="http://wptavern.com/wp-content/uploads/2014/02/CommentingKeyboardShortcuts.png" rel="prettyphoto[17713]"><img class="size-large wp-image-17769" alt="Check The Box To Enable Keyboard Shortcuts" src="http://wptavern.com/wp-content/uploads/2014/02/CommentingKeyboardShortcuts-500x30.png" width="500" height="30" /></a><p class="wp-caption-text">Check The Box To Enable Keyboard Shortcuts</p></div>\n<p>At this time, WordPress does not have a standard set of keyboard shortcuts for navigating the rest of the backend.</p>\n<h3>Conclusion:</h3>\n<p>Navigating through the WordPress administration area with the keyboard was a lot faster and more convenient than using the mouse. Pressing the wrong key and loading the wrong page induced panic. That’s when the mouse came in handy to browse back a page. I doubt there is a faster way to get to where you’re going in the backend of WordPress so long as you can remember the key combinations.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 25 Feb 2014 22:53:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:49;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:53:"WordPress.tv: Frederick Townes: Business Optimization";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=31475";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"http://wordpress.tv/2014/02/25/frederick-townes-business-optimization-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:642:"<div id="v-PawNpafO-1" class="video-player">\n</div><br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/31475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/31475/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=31475&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2014/02/25/frederick-townes-business-optimization-2/"><img alt="wceu-FrederickTownes" src="http://videos.videopress.com/PawNpafO/wceu-fredericktownes_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 25 Feb 2014 22:15:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Wed, 05 Mar 2014 15:46:20 GMT";s:12:"content-type";s:8:"text/xml";s:14:"content-length";s:6:"160931";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Wed, 05 Mar 2014 15:30:13 GMT";s:4:"x-nc";s:11:"HIT lax 249";s:13:"accept-ranges";s:5:"bytes";}s:5:"build";s:14:"20130911030210";}', 'no');
|
||
INSERT INTO `drgrp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
|
||
(1918, '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1394077379', 'no'),
|
||
(1919, '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1394034179', 'no'),
|
||
(1926, '_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51', '1394077380', 'no'),
|
||
(1927, '_transient_dash_4077549d03da2e451c8b5f002294ff51', '<div class="rss-widget"><ul><li><a class=''rsswidget'' href=''http://wordpress.org/news/2014/01/wordpress-3-8-1/'' title=''After six weeks and more than 9.3 million downloads of WordPress 3.8, we’re pleased to announce WordPress 3.8.1 is now available. Version 3.8.1 is a maintenance releases that addresses 31 bugs in 3.8, including various fixes and improvements for the new dashboard design and new themes admin screen. An issue with taxonomy queries in WP_Query […]''>WordPress 3.8.1 Maintenance Release</a> <span class="rss-date">23 enero, 2014</span><div class=''rssSummary''>After six weeks and more than 9.3 million downloads of WordPress 3.8, we’re pleased to announce WordPress 3.8.1 is now available. Version 3.8.1 is a maintenance releases that addresses 31 bugs in 3.8, including various fixes and improvements for the new dashboard design and new themes admin screen. An issue with taxonomy queries in WP_Query […]</div></li></ul></div><div class="rss-widget"><ul><li><a class=''rsswidget'' href=''http://wordpress.tv/2014/03/05/jeremy-scott-managing-client-expectations-from-start-to-finish/'' title='' ''>WordPress.tv: Jeremy Scott: Managing Client Expectations From Start To Finish</a></li><li><a class=''rsswidget'' href=''http://wordpress.tv/2014/03/05/alex-vasquez-frameworks-vs-parent-child-vs-starter-themes/'' title='' ''>WordPress.tv: Alex Vasquez: Frameworks vs Parent-child vs Starter Themes</a></li><li><a class=''rsswidget'' href=''http://wptavern.com/userpress-a-new-wiki-plugin-for-wordpress-buddypress-and-bbpress?utm_source=rss&utm_medium=rss&utm_campaign=userpress-a-new-wiki-plugin-for-wordpress-buddypress-and-bbpress'' title='' UserPress is a new free plugin that aims to be the ultimate wiki solution for WordPress. It provides a comprehensive set of user-friendly features that will transform your site into a collaborative hub for creating wiki content. Richard Smith, the plugin’s author, created UserPress to provide functionality that he believes is often missing from existing wiki plugins. “Over the years, I have been frustrated by the lack of a proper wiki plugin for WordPress,” he said. “So I decided to build one.” Front-end Editing for Wiki Content UserPress allows wiki users to create and edit content on the frontend of the site. Wiki participation privileges are based on user capabilities and can be manually set for each wiki. When creating new content, users will see a list of similar existing pages, which helps to prevent collaborators from overlapping on content. If a user accesses a non-existent wiki page, the plugin will prompt him to create a new page. UserPress includes multiple options for sorting and managing wiki articles, including recently added, recently edited, recently discussed and alphabetical order. The plugin also offers an array of wiki-related widgets: search, new wikis, popular wikis, recent wikis, categories and tags, a tag cloud, and a subscription button. Wiki Version Control and Moderation One of UserPress’ more useful features is the built-in basic version control. The plugin allows users to compare changes to documents (diff) and gives the option for editors to attach a note with each revision. UserPress allows wiki participants to moderate content using a set of customizable flags. For example, one might flag an article for poor attribution, readability or spam. Subscription for bbPress and BuddyPress The subscription feature allows users to monitor articles to keep track of comments and updates. However, subscription is only available for users on sites where bbPress and/or BuddyPress are activated. It fits in seamlessly with the user profile menu. Subscription management Members can navigate to the subscriptions panel to find out what’s new and to manage current active subscriptions. Default Wiki Theme The design for the default wiki theme is based on Zurb’s Foundation Framework. UserPress includes a responsive default theme (“UserTheme”) that is automatically installed and activated once the plugin has been activated. However, the plugin will work with any WordPress theme. The automatic activation of the theme upon installation of the plugin helps users to discover that there is a theme available, but it might be disturbing if the administrator is not expecting it. If you’re looking for a wiki plugin that works well on its own and integrates nicely with bbPress and BuddyPress, UserPress is a solid option. Its feature set is geared towards making collaboration more efficient and productive for wiki participants. Download the plugin from WordPress.org or grab the latest from the UserPress homepage.''>WPTavern: UserPress: A New Wiki Plugin for WordPress, BuddyPress and bbPress</a></li></ul></div><div class="rss-widget"><ul><li class=''dashboard-news-plugin''><span>Plugin popular:</span> <a href=''http://wordpress.org/plugins/better-wp-security/'' class=''dashboard-news-plugin-link''>Better WP Security</a></h5> <span>(<a href=''plugin-install.php?tab=plugin-information&plugin=better-wp-security&_wpnonce=895d4ff2c8&TB_iframe=true&width=600&height=800'' class=''thickbox'' title=''Better WP Security''>Instalar</a>)</span></li></ul></div>', 'no'),
|
||
(1937, '_wpml_cms_nav_cache', 'a:1:{s:31:"cms_nav_offsite_url_cache_class";a:9:{s:24:"4623_cms_nav_offsite_url";s:0:"";s:24:"4897_cms_nav_offsite_url";s:0:"";s:24:"4899_cms_nav_offsite_url";s:0:"";s:24:"4698_cms_nav_offsite_url";s:0:"";s:24:"4824_cms_nav_offsite_url";s:0:"";s:24:"4671_cms_nav_offsite_url";s:0:"";s:24:"4705_cms_nav_offsite_url";s:0:"";s:21:"2_cms_nav_offsite_url";s:0:"";s:24:"4476_cms_nav_offsite_url";s:0:"";}}', 'yes'),
|
||
(1938, 'horse_categories_children', 'a:0:{}', 'yes'),
|
||
(1939, 'horse_breeds_children', 'a:0:{}', 'yes'),
|
||
(1940, 'horse_ages_children', 'a:0:{}', 'yes'),
|
||
(1941, 'horse_genders_children', 'a:0:{}', 'yes'),
|
||
(1942, '_icl_cache', 'a:2:{s:25:"language_name_cache_class";a:6:{s:14:"in_language_es";a:2:{i:0;a:7:{s:2:"id";s:1:"1";s:4:"code";s:2:"en";s:12:"english_name";s:7:"English";s:6:"active";s:1:"1";s:12:"display_name";s:7:"Inglés";s:10:"encode_url";s:1:"0";s:3:"tag";s:5:"en-US";}i:1;a:7:{s:2:"id";s:1:"2";s:4:"code";s:2:"es";s:12:"english_name";s:7:"Spanish";s:6:"active";s:1:"1";s:12:"display_name";s:8:"Español";s:10:"encode_url";s:1:"0";s:3:"tag";s:5:"es-ES";}}s:9:"languages";a:2:{i:0;O:8:"stdClass":2:{s:13:"language_code";s:2:"en";s:4:"name";s:7:"English";}i:1;O:8:"stdClass":2:{s:13:"language_code";s:2:"es";s:4:"name";s:8:"Español";}}s:21:"language_details_eses";a:5:{s:4:"code";s:2:"es";s:12:"english_name";s:7:"Spanish";s:5:"major";s:1:"1";s:6:"active";s:1:"1";s:12:"display_name";s:8:"Español";}s:4:"eses";s:8:"Español";s:4:"enen";s:7:"English";s:4:"enes";s:7:"Inglés";}s:17:"flags_cache_class";a:2:{s:2:"es";O:8:"stdClass":2:{s:4:"flag";s:6:"es.png";s:13:"from_template";s:1:"0";}s:2:"en";O:8:"stdClass":2:{s:4:"flag";s:6:"en.png";s:13:"from_template";s:1:"0";}}}', 'yes'),
|
||
(1399, 'rewrite_rules', 'a:188:{s:8:"horse/?$";s:29:"index.php?post_type=drg_horse";s:38:"horse/feed/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?post_type=drg_horse&feed=$matches[1]";s:33:"horse/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?post_type=drg_horse&feed=$matches[1]";s:25:"horse/page/([0-9]{1,})/?$";s:47:"index.php?post_type=drg_horse&paged=$matches[1]";s:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:44:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:39:"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:32:"tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:14:"tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:45:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:40:"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:33:"type/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?post_format=$matches[1]&paged=$matches[2]";s:15:"type/([^/]+)/?$";s:33:"index.php?post_format=$matches[1]";s:33:"horse/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:43:"horse/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:63:"horse/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:58:"horse/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:58:"horse/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:26:"horse/([^/]+)/trackback/?$";s:36:"index.php?drg_horse=$matches[1]&tb=1";s:46:"horse/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:48:"index.php?drg_horse=$matches[1]&feed=$matches[2]";s:41:"horse/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:48:"index.php?drg_horse=$matches[1]&feed=$matches[2]";s:34:"horse/([^/]+)/page/?([0-9]{1,})/?$";s:49:"index.php?drg_horse=$matches[1]&paged=$matches[2]";s:41:"horse/([^/]+)/comment-page-([0-9]{1,})/?$";s:49:"index.php?drg_horse=$matches[1]&cpage=$matches[2]";s:26:"horse/([^/]+)(/[0-9]+)?/?$";s:48:"index.php?drg_horse=$matches[1]&page=$matches[2]";s:22:"horse/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:32:"horse/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:52:"horse/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:47:"horse/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:47:"horse/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:57:"horse_categories/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:55:"index.php?horse_categories=$matches[1]&feed=$matches[2]";s:52:"horse_categories/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:55:"index.php?horse_categories=$matches[1]&feed=$matches[2]";s:45:"horse_categories/([^/]+)/page/?([0-9]{1,})/?$";s:56:"index.php?horse_categories=$matches[1]&paged=$matches[2]";s:27:"horse_categories/([^/]+)/?$";s:38:"index.php?horse_categories=$matches[1]";s:53:"horse_breeds/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:51:"index.php?horse_breeds=$matches[1]&feed=$matches[2]";s:48:"horse_breeds/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:51:"index.php?horse_breeds=$matches[1]&feed=$matches[2]";s:41:"horse_breeds/([^/]+)/page/?([0-9]{1,})/?$";s:52:"index.php?horse_breeds=$matches[1]&paged=$matches[2]";s:23:"horse_breeds/([^/]+)/?$";s:34:"index.php?horse_breeds=$matches[1]";s:51:"horse_ages/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?horse_ages=$matches[1]&feed=$matches[2]";s:46:"horse_ages/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?horse_ages=$matches[1]&feed=$matches[2]";s:39:"horse_ages/([^/]+)/page/?([0-9]{1,})/?$";s:50:"index.php?horse_ages=$matches[1]&paged=$matches[2]";s:21:"horse_ages/([^/]+)/?$";s:32:"index.php?horse_ages=$matches[1]";s:54:"horse_genders/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?horse_genders=$matches[1]&feed=$matches[2]";s:49:"horse_genders/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?horse_genders=$matches[1]&feed=$matches[2]";s:42:"horse_genders/([^/]+)/page/?([0-9]{1,})/?$";s:53:"index.php?horse_genders=$matches[1]&paged=$matches[2]";s:24:"horse_genders/([^/]+)/?$";s:35:"index.php?horse_genders=$matches[1]";s:51:"horse_tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?horse_tags=$matches[1]&feed=$matches[2]";s:46:"horse_tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?horse_tags=$matches[1]&feed=$matches[2]";s:39:"horse_tags/([^/]+)/page/?([0-9]{1,})/?$";s:50:"index.php?horse_tags=$matches[1]&paged=$matches[2]";s:21:"horse_tags/([^/]+)/?$";s:32:"index.php?horse_tags=$matches[1]";s:43:"portfolio-items/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:53:"portfolio-items/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:73:"portfolio-items/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:68:"portfolio-items/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:68:"portfolio-items/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:36:"portfolio-items/([^/]+)/trackback/?$";s:42:"index.php?avada_portfolio=$matches[1]&tb=1";s:44:"portfolio-items/([^/]+)/page/?([0-9]{1,})/?$";s:55:"index.php?avada_portfolio=$matches[1]&paged=$matches[2]";s:51:"portfolio-items/([^/]+)/comment-page-([0-9]{1,})/?$";s:55:"index.php?avada_portfolio=$matches[1]&cpage=$matches[2]";s:36:"portfolio-items/([^/]+)(/[0-9]+)?/?$";s:54:"index.php?avada_portfolio=$matches[1]&page=$matches[2]";s:32:"portfolio-items/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:42:"portfolio-items/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:62:"portfolio-items/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:57:"portfolio-items/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:57:"portfolio-items/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:59:"portfolio_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:57:"index.php?portfolio_category=$matches[1]&feed=$matches[2]";s:54:"portfolio_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:57:"index.php?portfolio_category=$matches[1]&feed=$matches[2]";s:47:"portfolio_category/([^/]+)/page/?([0-9]{1,})/?$";s:58:"index.php?portfolio_category=$matches[1]&paged=$matches[2]";s:29:"portfolio_category/([^/]+)/?$";s:40:"index.php?portfolio_category=$matches[1]";s:57:"portfolio_skills/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:55:"index.php?portfolio_skills=$matches[1]&feed=$matches[2]";s:52:"portfolio_skills/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:55:"index.php?portfolio_skills=$matches[1]&feed=$matches[2]";s:45:"portfolio_skills/([^/]+)/page/?([0-9]{1,})/?$";s:56:"index.php?portfolio_skills=$matches[1]&paged=$matches[2]";s:27:"portfolio_skills/([^/]+)/?$";s:38:"index.php?portfolio_skills=$matches[1]";s:55:"portfolio_tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:53:"index.php?portfolio_tags=$matches[1]&feed=$matches[2]";s:50:"portfolio_tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:53:"index.php?portfolio_tags=$matches[1]&feed=$matches[2]";s:43:"portfolio_tags/([^/]+)/page/?([0-9]{1,})/?$";s:54:"index.php?portfolio_tags=$matches[1]&paged=$matches[2]";s:25:"portfolio_tags/([^/]+)/?$";s:36:"index.php?portfolio_tags=$matches[1]";s:37:"faq-items/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:47:"faq-items/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:67:"faq-items/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"faq-items/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"faq-items/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:30:"faq-items/([^/]+)/trackback/?$";s:36:"index.php?avada_faq=$matches[1]&tb=1";s:38:"faq-items/([^/]+)/page/?([0-9]{1,})/?$";s:49:"index.php?avada_faq=$matches[1]&paged=$matches[2]";s:45:"faq-items/([^/]+)/comment-page-([0-9]{1,})/?$";s:49:"index.php?avada_faq=$matches[1]&cpage=$matches[2]";s:30:"faq-items/([^/]+)(/[0-9]+)?/?$";s:48:"index.php?avada_faq=$matches[1]&page=$matches[2]";s:26:"faq-items/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:36:"faq-items/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:56:"faq-items/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"faq-items/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"faq-items/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:53:"faq_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:51:"index.php?faq_category=$matches[1]&feed=$matches[2]";s:48:"faq_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:51:"index.php?faq_category=$matches[1]&feed=$matches[2]";s:41:"faq_category/([^/]+)/page/?([0-9]{1,})/?$";s:52:"index.php?faq_category=$matches[1]&paged=$matches[2]";s:23:"faq_category/([^/]+)/?$";s:34:"index.php?faq_category=$matches[1]";s:41:"elastic-slide/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:51:"elastic-slide/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:71:"elastic-slide/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:66:"elastic-slide/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:66:"elastic-slide/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:34:"elastic-slide/([^/]+)/trackback/?$";s:46:"index.php?themefusion_elastic=$matches[1]&tb=1";s:42:"elastic-slide/([^/]+)/page/?([0-9]{1,})/?$";s:59:"index.php?themefusion_elastic=$matches[1]&paged=$matches[2]";s:49:"elastic-slide/([^/]+)/comment-page-([0-9]{1,})/?$";s:59:"index.php?themefusion_elastic=$matches[1]&cpage=$matches[2]";s:34:"elastic-slide/([^/]+)(/[0-9]+)?/?$";s:58:"index.php?themefusion_elastic=$matches[1]&page=$matches[2]";s:30:"elastic-slide/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:40:"elastic-slide/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:60:"elastic-slide/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"elastic-slide/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"elastic-slide/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:62:"themefusion_es_groups/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:60:"index.php?themefusion_es_groups=$matches[1]&feed=$matches[2]";s:57:"themefusion_es_groups/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:60:"index.php?themefusion_es_groups=$matches[1]&feed=$matches[2]";s:50:"themefusion_es_groups/([^/]+)/page/?([0-9]{1,})/?$";s:61:"index.php?themefusion_es_groups=$matches[1]&paged=$matches[2]";s:32:"themefusion_es_groups/([^/]+)/?$";s:43:"index.php?themefusion_es_groups=$matches[1]";s:34:"slider/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:44:"slider/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:64:"slider/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"slider/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"slider/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:27:"slider/([^/]+)/trackback/?$";s:32:"index.php?slide=$matches[1]&tb=1";s:35:"slider/([^/]+)/page/?([0-9]{1,})/?$";s:45:"index.php?slide=$matches[1]&paged=$matches[2]";s:42:"slider/([^/]+)/comment-page-([0-9]{1,})/?$";s:45:"index.php?slide=$matches[1]&cpage=$matches[2]";s:27:"slider/([^/]+)(/[0-9]+)?/?$";s:44:"index.php?slide=$matches[1]&page=$matches[2]";s:23:"slider/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:33:"slider/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:53:"slider/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:48:"slider/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:48:"slider/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:51:"slide-page/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?slide-page=$matches[1]&feed=$matches[2]";s:46:"slide-page/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?slide-page=$matches[1]&feed=$matches[2]";s:39:"slide-page/([^/]+)/page/?([0-9]{1,})/?$";s:50:"index.php?slide-page=$matches[1]&paged=$matches[2]";s:21:"slide-page/([^/]+)/?$";s:32:"index.php?slide-page=$matches[1]";s:48:".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$";s:18:"index.php?feed=old";s:20:".*wp-app\\.php(/.*)?$";s:19:"index.php?error=403";s:18:".*wp-register.php$";s:23:"index.php?register=true";s:32:"feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:27:"(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:27:"comment-page-([0-9]{1,})/?$";s:41:"index.php?&page_id=5037&cpage=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:56:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:51:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:44:"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:27:".?.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:".?.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:20:"(.?.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:40:"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:35:"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:28:"(.?.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:35:"(.?.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:20:"(.?.+?)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:27:"[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:"[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:20:"([^/]+)/trackback/?$";s:31:"index.php?name=$matches[1]&tb=1";s:40:"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:35:"([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:28:"([^/]+)/page/?([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&paged=$matches[2]";s:35:"([^/]+)/comment-page-([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&cpage=$matches[2]";s:20:"([^/]+)(/[0-9]+)?/?$";s:43:"index.php?name=$matches[1]&page=$matches[2]";s:16:"[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:26:"[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:46:"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";}', 'yes'),
|
||
(196, 'theme_mods_avada-child-theme', 'a:3:{i:0;b:0;s:18:"nav_menu_locations";a:4:{s:15:"main_navigation";i:26;s:14:"top_navigation";i:28;s:9:"404_pages";i:27;s:17:"sticky_navigation";i:0;}s:16:"sidebars_widgets";a:2:{s:4:"time";i:1391710296;s:4:"data";a:14:{s:19:"wp_inactive_widgets";a:0:{}s:18:"avada-blog-sidebar";a:12:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";i:6;s:18:"pyre_tabs-widget-6";i:7;s:6:"text-6";i:8;s:21:"recent_works-widget-4";i:9;s:14:"recent-posts-5";i:10;s:6:"text-7";i:11;s:21:"contact_info-widget-3";}s:21:"avada-footer-widget-1";a:1:{i:0;s:6:"text-3";}s:21:"avada-footer-widget-2";a:1:{i:0;s:14:"recent-posts-6";}s:21:"avada-footer-widget-3";a:1:{i:0;s:12:"categories-7";}s:21:"avada-footer-widget-4";a:1:{i:0;s:21:"recent_works-widget-6";}s:25:"avada-slidingbar-widget-1";a:1:{i:0;s:7:"text-10";}s:25:"avada-slidingbar-widget-2";a:1:{i:0;s:7:"text-11";}s:25:"avada-slidingbar-widget-3";N;s:25:"avada-slidingbar-widget-4";N;s:35:"avada-custom-sidebar-contactsidebar";a:3:{i:0;s:21:"contact_info-widget-2";i:1;s:6:"text-8";i:2;s:21:"social_links-widget-3";}s:24:"avada-custom-sidebar-faq";a:2:{i:0;s:8:"search-3";i:1;s:18:"pyre_tabs-widget-5";}s:36:"avada-custom-sidebar-homepagesidebar";a:5:{i:0;s:8:"search-4";i:1;s:18:"pyre_tabs-widget-4";i:2;s:21:"recent_works-widget-5";i:3;s:14:"recent-posts-3";i:4;s:6:"text-5";}s:30:"avada-custom-sidebar-portfolio";a:3:{i:0;s:18:"pyre_tabs-widget-3";i:1;s:6:"text-9";i:2;s:6:"text-4";}}}}', 'yes'),
|
||
(203, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes'),
|
||
(210, 'WPGMZA_PRO', 'a:2:{s:7:"version";s:3:"3.6";s:14:"version_string";N;}', 'yes'),
|
||
(205, 'wpgmza_db_version', '5.22', 'yes'),
|
||
(206, 'wpgmza_permission', 'y', 'yes'),
|
||
(211, 'gravityformsaddon_gravityformswebapi_version', '1.0', 'yes'),
|
||
(212, 'rg_form_version', '1.8.3', 'yes'),
|
||
(1904, '_transient_timeout_gform_update_info', '1394120573', 'no'),
|
||
(1905, '_transient_gform_update_info', 'a:5:{s:7:"headers";a:6:{s:4:"date";s:29:"Wed, 05 Mar 2014 15:46:15 GMT";s:6:"server";s:118:"Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.27 with Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g mod_perl/2.0.3 Perl/v5.8.8";s:12:"x-powered-by";s:21:"PHP/5.2.4-2ubuntu5.27";s:14:"content-length";s:2:"82";s:10:"connection";s:5:"close";s:12:"content-type";s:9:"text/html";}s:4:"body";s:82:"{"is_valid_key":"0","expiration_time":0,"version":"1.7.9","url":"","offerings":[]}";s:8:"response";a:2:{s:4:"code";i:200;s:7:"message";s:2:"OK";}s:7:"cookies";a:0:{}s:8:"filename";N;}', 'no'),
|
||
(218, '_transient_timeout_GFCache_cfe0a0cbdc7f79e17592a33a99c06fbb', '1391777337', 'no'),
|
||
(219, '_transient_GFCache_cfe0a0cbdc7f79e17592a33a99c06fbb', '1', 'no'),
|
||
(220, '_transient_timeout_GFCache_451d693043e4c7bcc8c5ffb136df161b', '1391777346', 'no'),
|
||
(221, '_transient_GFCache_451d693043e4c7bcc8c5ffb136df161b', '1', 'no'),
|
||
(317, '_transient_timeout_GFCache_7f2d0e7d5924073f78149ca9766cf10f', '1391797214', 'no'),
|
||
(318, '_transient_GFCache_7f2d0e7d5924073f78149ca9766cf10f', '1', 'no'),
|
||
(250, 'widget_facebook-like-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
|
||
(1004, 'widget_gform_widget', 'a:3:{i:2;a:7:{s:5:"title";s:21:"Contacta con nosotros";s:7:"form_id";s:1:"1";s:9:"showtitle";N;s:4:"ajax";N;s:15:"disable_scripts";N;s:15:"showdescription";N;s:8:"tabindex";s:1:"1";}i:3;a:7:{s:5:"title";s:22:"Solicitar información";s:7:"form_id";s:1:"3";s:9:"showtitle";N;s:4:"ajax";s:1:"1";s:15:"disable_scripts";s:1:"1";s:15:"showdescription";N;s:8:"tabindex";s:1:"1";}s:12:"_multiwidget";i:1;}', 'yes'),
|
||
(413, 'widget_text_icl', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
|
||
(1922, '_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109', '1394077380', 'no'),
|
||
(1923, '_transient_feed_mod_b9388c83948825c1edaef0d856b7b109', '1394034180', 'no'),
|
||
(1920, '_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109', '1394077380', 'no');
|
||
INSERT INTO `drgrp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
|
||
(1921, '_transient_feed_b9388c83948825c1edaef0d856b7b109', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n \n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:72:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"WordPress Plugins » View: Most Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:44:"http://wordpress.org/plugins/browse/popular/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:39:"WordPress Plugins » View: Most Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 05 Mar 2014 15:39:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:25:"http://bbpress.org/?v=1.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"Contact Form 7";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"http://wordpress.org/plugins/contact-form-7/#post-2141";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 02 Aug 2007 12:45:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"2141@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:54:"Just another contact form plugin. Simple but flexible.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Takayuki Miyoshi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:22:"WordPress SEO by Yoast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"http://wordpress.org/plugins/wordpress-seo/#post-8321";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 01 Jan 2009 20:34:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"8321@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:131:"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the WordPress SEO plugin by Yoast.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Joost de Valk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:24:"Jetpack by WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"http://wordpress.org/plugins/jetpack/#post-23862";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Jan 2011 02:21:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"23862@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:104:"Supercharge your WordPress site with powerful features previously only available to WordPress.com users.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Tim Moore";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"All in One SEO Pack";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/plugins/all-in-one-seo-pack/#post-753";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 30 Mar 2007 20:08:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"753@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:126:"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines such as Google.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"uberdose";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WooCommerce - excelling eCommerce";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/plugins/woocommerce/#post-29860";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 05 Sep 2011 08:13:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"29860@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:97:"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"WooThemes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"Better WP Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/plugins/better-wp-security/#post-21738";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 22 Oct 2010 22:06:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"21738@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:107:"The easiest, most effective way to secure WordPress. Improve the security of any WordPress site in seconds.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Chris Wiegman";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"WordPress Importer";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/plugins/wordpress-importer/#post-18101";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 May 2010 17:42:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"18101@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:101:"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Brian Colinger";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"Google Analytics for WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Sep 2007 12:15:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"2316@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:145:"Track your WordPress site easily and with lots of metadata: views per author & category, automatic tracking of outbound clicks and pageviews.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Joost de Valk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"Google XML Sitemaps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/plugins/google-sitemap-generator/#post-132";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:31:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"132@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:105:"This plugin will generate a special XML sitemap which will help search engines to better index your blog.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"Arnee";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:7:"Akismet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:45:"http://wordpress.org/plugins/akismet/#post-15";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:11:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"15@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:98:"Akismet checks your comments against the Akismet web service to see if they look like spam or not.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"WPtouch Mobile Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:47:"http://wordpress.org/plugins/wptouch/#post-5468";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 01 May 2008 04:58:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"5468@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:63:"Create a slick mobile WordPress website with just a few clicks.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"BraveNewCode Inc.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"BackWPup Free - WordPress Backup Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:49:"http://wordpress.org/plugins/backwpup/#post-11392";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 23 Jun 2009 11:31:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"11392@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:146:"Schedule complete automatic backups of your WordPress installation. Decide which content will be stored (Dropbox, S3…). This is the free version";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Daniel Hüsken";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"NextGEN Gallery";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/plugins/nextgen-gallery/#post-1169";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 Apr 2007 20:08:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"1169@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:122:"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 7.5 million downloads.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Alex Rabe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:11:"WP-PageNavi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/plugins/wp-pagenavi/#post-363";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 23:17:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"363@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:49:"Adds a more advanced paging navigation interface.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Lester Chan";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:46:"UpdraftPlus - WordPress Backup and Restoration";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/plugins/updraftplus/#post-38058";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 21 May 2012 15:14:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"38058@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:145:"Easy and complete backups + restoration. Manual or automated backups (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"David Anderson";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:45:"http://wordpress.org/plugins/rss/view/popular";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:10:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Wed, 05 Mar 2014 15:46:22 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:7:"expires";s:29:"Wed, 05 Mar 2014 16:14:45 GMT";s:13:"cache-control";s:0:"";s:6:"pragma";s:0:"";s:13:"last-modified";s:31:"Wed, 05 Mar 2014 15:39:45 +0000";s:4:"x-nc";s:11:"HIT lax 249";}s:5:"build";s:14:"20130911030210";}', 'no'),
|
||
(1924, '_transient_timeout_plugin_slugs', '1394120580', 'no'),
|
||
(1925, '_transient_plugin_slugs', 'a:15:{i:0;s:27:"fusion-core/fusion-core.php";i:1;s:29:"gravityforms/gravityforms.php";i:2;s:36:"gravityforms-multilingual/plugin.php";i:3;s:52:"onet-regenerate-thumbnails/onet-regen-thumbnails.php";i:4;s:38:"post-duplicator/m4c-postduplicator.php";i:5;s:23:"revslider/revslider.php";i:6;s:35:"wordpress-reset/wordpress-reset.php";i:7;s:31:"wp-google-maps/wpGoogleMaps.php";i:8;s:41:"wp-google-maps-pro/wp-google-maps-pro.php";i:9;s:23:"wpml-cms-nav/plugin.php";i:10;s:40:"sitepress-multilingual-cms/sitepress.php";i:11;s:28:"wpml-sticky-links/plugin.php";i:12;s:34:"wpml-string-translation/plugin.php";i:13;s:37:"wpml-translation-analytics/plugin.php";i:14;s:38:"wpml-translation-management/plugin.php";}', 'no'),
|
||
(1405, 'drgrp_icl_non_translators_cached', 'a:0:{}', 'yes'),
|
||
(1404, 'drgrp_icl_translators_cached', 'a:1:{i:0;O:8:"stdClass":1:{s:2:"ID";s:1:"1";}}', 'yes'),
|
||
(185, 'ls-plugin-version', '5.0.2', 'yes'),
|
||
(186, 'ls-installed', '1', 'yes'),
|
||
(187, 'ls-google-fonts', 'a:4:{i:0;a:2:{s:5:"param";s:28:"Lato:100,300,regular,700,900";s:5:"admin";b:0;}i:1;a:2:{s:5:"param";s:13:"Open+Sans:300";s:5:"admin";b:0;}i:2;a:2:{s:5:"param";s:20:"Indie+Flower:regular";s:5:"admin";b:0;}i:3;a:2:{s:5:"param";s:22:"Oswald:300,regular,700";s:5:"admin";b:0;}}', 'yes'),
|
||
(194, '_site_transient_timeout_wporg_theme_feature_list', '1391720806', 'yes'),
|
||
(195, '_site_transient_wporg_theme_feature_list', 'a:5:{s:6:"Colors";a:15:{i:0;s:5:"black";i:1;s:4:"blue";i:2;s:5:"brown";i:3;s:4:"gray";i:4;s:5:"green";i:5;s:6:"orange";i:6;s:4:"pink";i:7;s:6:"purple";i:8;s:3:"red";i:9;s:6:"silver";i:10;s:3:"tan";i:11;s:5:"white";i:12;s:6:"yellow";i:13;s:4:"dark";i:14;s:5:"light";}s:7:"Columns";a:6:{i:0;s:10:"one-column";i:1;s:11:"two-columns";i:2;s:13:"three-columns";i:3;s:12:"four-columns";i:4;s:12:"left-sidebar";i:5;s:13:"right-sidebar";}s:6:"Layout";a:3:{i:0;s:12:"fixed-layout";i:1;s:12:"fluid-layout";i:2;s:17:"responsive-layout";}s:8:"Features";a:20:{i:0;s:19:"accessibility-ready";i:1;s:8:"blavatar";i:2;s:10:"buddypress";i:3;s:17:"custom-background";i:4;s:13:"custom-colors";i:5;s:13:"custom-header";i:6;s:11:"custom-menu";i:7;s:12:"editor-style";i:8;s:21:"featured-image-header";i:9;s:15:"featured-images";i:10;s:15:"flexible-header";i:11;s:20:"front-page-post-form";i:12;s:19:"full-width-template";i:13;s:12:"microformats";i:14;s:12:"post-formats";i:15;s:20:"rtl-language-support";i:16;s:11:"sticky-post";i:17;s:13:"theme-options";i:18;s:17:"threaded-comments";i:19;s:17:"translation-ready";}s:7:"Subject";a:3:{i:0;s:7:"holiday";i:1;s:13:"photoblogging";i:2;s:8:"seasonal";}}', 'yes'),
|
||
(129, 'current_theme', 'Double R Group', 'yes'),
|
||
(130, 'theme_mods_avada', 'a:3:{i:0;b:0;s:18:"nav_menu_locations";a:3:{s:15:"main_navigation";i:29;s:9:"404_pages";s:2:"27";s:14:"top_navigation";s:2:"28";}s:16:"sidebars_widgets";a:2:{s:4:"time";i:1391710044;s:4:"data";a:14:{s:19:"wp_inactive_widgets";a:0:{}s:18:"avada-blog-sidebar";a:12:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";i:6;s:18:"pyre_tabs-widget-6";i:7;s:6:"text-6";i:8;s:21:"recent_works-widget-4";i:9;s:14:"recent-posts-5";i:10;s:6:"text-7";i:11;s:21:"contact_info-widget-3";}s:21:"avada-footer-widget-1";a:1:{i:0;s:6:"text-3";}s:21:"avada-footer-widget-2";a:1:{i:0;s:14:"recent-posts-6";}s:21:"avada-footer-widget-3";a:1:{i:0;s:12:"categories-7";}s:21:"avada-footer-widget-4";a:1:{i:0;s:21:"recent_works-widget-6";}s:25:"avada-slidingbar-widget-1";a:1:{i:0;s:7:"text-10";}s:25:"avada-slidingbar-widget-2";a:1:{i:0;s:7:"text-11";}s:25:"avada-slidingbar-widget-3";N;s:25:"avada-slidingbar-widget-4";N;s:35:"avada-custom-sidebar-contactsidebar";a:3:{i:0;s:21:"contact_info-widget-2";i:1;s:6:"text-8";i:2;s:21:"social_links-widget-3";}s:24:"avada-custom-sidebar-faq";a:2:{i:0;s:8:"search-3";i:1;s:18:"pyre_tabs-widget-5";}s:36:"avada-custom-sidebar-homepagesidebar";a:5:{i:0;s:8:"search-4";i:1;s:18:"pyre_tabs-widget-4";i:2;s:21:"recent_works-widget-5";i:3;s:14:"recent-posts-3";i:4;s:6:"text-5";}s:30:"avada-custom-sidebar-portfolio";a:3:{i:0;s:18:"pyre_tabs-widget-3";i:1;s:6:"text-9";i:2;s:6:"text-4";}}}}', 'yes'),
|
||
(131, 'theme_switched', '', 'yes'),
|
||
(132, 'avada_int_plugins', '1', 'yes'),
|
||
(133, 'avada_layerslider_activated', '1', 'yes'),
|
||
(134, 'avada_layerslider_last_version', '4.6.6', 'yes'),
|
||
(135, 'shop_catalog_image_size', 'a:3:{s:5:"width";i:500;s:6:"height";s:0:"";i:0;i:0;}', 'yes'),
|
||
(136, 'shop_single_image_size', 'a:3:{s:5:"width";i:500;s:6:"height";s:0:"";i:0;i:0;}', 'yes'),
|
||
(137, 'shop_thumbnail_image_size', 'a:3:{s:5:"width";i:120;s:6:"height";s:0:"";i:0;i:0;}', 'yes'),
|
||
(138, 'Avada_options', 'a:405:{s:10:"responsive";s:1:"1";s:12:"ipad_potrait";s:1:"1";s:16:"google_analytics";s:0:"";s:10:"space_head";s:0:"";s:10:"space_body";s:0:"";s:13:"header_layout";s:2:"v4";s:19:"header_left_content";s:11:"Leave Empty";s:20:"header_right_content";s:11:"Leave Empty";s:17:"header_v4_content";s:7:"Tagline";s:18:"header_banner_code";s:0:"";s:13:"header_number";s:15:"+34 619 686 633";s:12:"header_email";s:21:"info@doublergroup.com";s:14:"header_tagline";s:37:"Cría y alta competición de caballos";s:15:"header_bg_image";s:0:"";s:14:"header_bg_full";s:1:"0";s:18:"header_bg_parallax";s:1:"0";s:16:"header_bg_repeat";s:6:"repeat";s:16:"icons_header_new";s:1:"1";s:17:"margin_header_top";s:3:"0px";s:20:"margin_header_bottom";s:3:"0px";s:13:"header_sticky";s:1:"0";s:20:"header_sticky_tablet";s:1:"0";s:20:"header_sticky_mobile";s:1:"0";s:21:"header_sticky_opacity";s:0:"";s:25:"header_sticky_nav_padding";s:0:"";s:27:"header_sticky_nav_font_size";s:0:"";s:28:"header_sticky_logo_max_width";s:0:"";s:4:"logo";s:70:"http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Logo-RR.png";s:11:"logo_retina";s:80:"http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Logo-RR@2x-300x51.png";s:17:"retina_logo_width";s:3:"200";s:18:"retina_logo_height";s:2:"35";s:14:"logo_alignment";s:4:"Left";s:16:"margin_logo_left";s:3:"0px";s:17:"margin_logo_right";s:3:"0px";s:15:"margin_logo_top";s:3:"0px";s:18:"margin_logo_bottom";s:3:"0px";s:7:"favicon";s:0:"";s:11:"iphone_icon";s:0:"";s:18:"iphone_icon_retina";s:0:"";s:9:"ipad_icon";s:0:"";s:16:"ipad_icon_retina";s:0:"";s:10:"nav_height";s:2:"40";s:11:"nav_padding";s:2:"35";s:19:"dropdown_menu_width";s:5:"170px";s:20:"main_nav_search_icon";s:1:"1";s:20:"main_nav_icon_circle";s:1:"1";s:14:"page_title_bar";s:1:"1";s:17:"page_title_height";s:4:"65px";s:13:"page_title_bg";s:0:"";s:20:"page_title_bg_retina";s:0:"";s:18:"page_title_bg_full";s:1:"1";s:22:"page_title_bg_parallax";s:1:"0";s:19:"page_title_bg_color";s:7:"#F6F6F6";s:23:"page_title_border_color";s:7:"#d2d3d4";s:17:"page_title_bar_bs";s:11:"Breadcrumbs";s:10:"breadcrumb";s:1:"1";s:17:"breadcrumb_mobile";s:1:"0";s:16:"breacrumb_prefix";s:0:"";s:18:"slidingbar_widgets";s:1:"0";s:25:"mobile_slidingbar_widgets";s:1:"1";s:21:"slidingbar_top_border";s:1:"0";s:32:"slidingbar_bg_color_transparency";s:1:"0";s:23:"slidingbar_open_on_load";s:1:"0";s:26:"slidingbar_widgets_columns";s:1:"2";s:14:"footer_widgets";s:1:"1";s:22:"footer_widgets_columns";s:1:"3";s:16:"footerw_bg_image";s:69:"http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/01/footer.png";s:15:"footerw_bg_full";s:1:"0";s:23:"footer_area_bg_parallax";s:1:"0";s:17:"footerw_bg_repeat";s:8:"repeat-x";s:14:"footerw_bg_pos";s:8:"top left";s:23:"footer_area_top_padding";s:0:"";s:26:"footer_area_bottom_padding";s:0:"";s:16:"footer_copyright";s:1:"1";s:11:"footer_text";s:164:"Copyright 2014 Double R Group | All Rights Reserved | Powered by <a href=''http://wordpress.org''>WordPress</a> | <a href=''http://theme-fusion.com''>Theme Fusion</a>";s:12:"icons_footer";s:1:"1";s:16:"icons_footer_new";s:1:"1";s:21:"copyright_top_padding";s:0:"";s:24:"copyright_bottom_padding";s:0:"";s:6:"layout";s:4:"Wide";s:8:"bg_image";s:0:"";s:7:"bg_full";s:1:"0";s:9:"bg_repeat";s:6:"repeat";s:8:"bg_color";s:7:"#d7d6d6";s:17:"bg_pattern_option";s:1:"0";s:10:"bg_pattern";s:8:"pattern1";s:16:"content_bg_image";s:0:"";s:15:"content_bg_full";s:1:"0";s:17:"content_bg_repeat";s:6:"repeat";s:16:"custom_font_woff";s:0:"";s:15:"custom_font_ttf";s:0:"";s:15:"custom_font_svg";s:0:"";s:15:"custom_font_eot";s:0:"";s:11:"google_body";s:8:"PT Serif";s:10:"google_nav";s:7:"PT Sans";s:15:"google_headings";s:6:"Roboto";s:22:"google_footer_headings";s:6:"Roboto";s:13:"standard_body";s:11:"Select Font";s:12:"standard_nav";s:11:"Select Font";s:17:"standard_headings";s:11:"Select Font";s:24:"standard_footer_headings";s:11:"Select Font";s:14:"body_font_size";s:2:"15";s:13:"nav_font_size";s:2:"16";s:22:"nav_dropdown_font_size";s:2:"14";s:14:"snav_font_size";s:2:"12";s:18:"side_nav_font_size";s:2:"14";s:21:"breadcrumbs_font_size";s:2:"14";s:15:"sidew_font_size";s:2:"15";s:20:"slidingbar_font_size";s:2:"13";s:15:"footw_font_size";s:2:"13";s:19:"copyright_font_size";s:2:"12";s:12:"h1_font_size";s:2:"32";s:12:"h2_font_size";s:2:"26";s:12:"h3_font_size";s:2:"16";s:12:"h4_font_size";s:2:"13";s:12:"h5_font_size";s:2:"12";s:12:"h6_font_size";s:2:"11";s:17:"tagline_font_size";s:2:"16";s:20:"page_title_font_size";s:2:"24";s:30:"page_title_subheader_font_size";s:2:"18";s:12:"body_font_lh";s:2:"21";s:10:"h1_font_lh";s:2:"44";s:10:"h2_font_lh";s:2:"27";s:10:"h3_font_lh";s:2:"24";s:10:"h4_font_lh";s:2:"20";s:10:"h5_font_lh";s:2:"18";s:10:"h6_font_lh";s:2:"17";s:11:"scheme_type";s:5:"Light";s:12:"color_scheme";s:4:"Blue";s:13:"primary_color";s:7:"#395b7b";s:19:"slidingbar_bg_color";s:7:"#363839";s:22:"header_sticky_bg_color";s:7:"#ffffff";s:15:"header_bg_color";s:7:"#ffffff";s:19:"header_border_color";s:7:"#e5e5e5";s:19:"header_top_bg_color";s:7:"#395b7b";s:16:"content_bg_color";s:7:"#ffffff";s:15:"footer_bg_color";s:7:"#ffffff";s:19:"footer_border_color";s:7:"#ffffff";s:18:"copyright_bg_color";s:7:"#1f1f1f";s:22:"copyright_border_color";s:7:"#242424";s:24:"image_gradient_top_color";s:7:"#c1daeb";s:27:"image_gradient_bottom_color";s:7:"#395b7b";s:25:"button_gradient_top_color";s:7:"#c1daeb";s:28:"button_gradient_bottom_color";s:7:"#395b7b";s:24:"slidingbar_divider_color";s:7:"#282A2B";s:20:"footer_divider_color";s:7:"#505152";s:13:"form_bg_color";s:7:"#ffffff";s:15:"form_text_color";s:7:"#333333";s:17:"form_border_color";s:7:"#d2d2d2";s:17:"timeline_bg_color";s:11:"transparent";s:14:"timeline_color";s:7:"#ebeaea";s:12:"qty_bg_color";s:7:"#fbfaf9";s:18:"qty_bg_hover_color";s:7:"#ffffff";s:19:"bbp_forum_header_bg";s:7:"#ebeaea";s:22:"bbp_forum_border_color";s:7:"#ebeaea";s:21:"socialbox_icons_color";s:4:"Dark";s:18:"header_icons_color";s:5:"Light";s:18:"footer_icons_color";s:4:"Dark";s:16:"main_top_padding";s:0:"";s:19:"main_bottom_padding";s:0:"";s:16:"hundredp_padding";s:0:"";s:18:"button_text_shadow";s:1:"1";s:22:"slidingbar_text_shadow";s:1:"1";s:18:"footer_text_shadow";s:1:"1";s:26:"button_gradient_text_color";s:7:"#395b7b";s:18:"tagline_font_color";s:7:"#747474";s:16:"page_title_color";s:7:"#333333";s:8:"h1_color";s:7:"#333333";s:8:"h2_color";s:7:"#333333";s:8:"h3_color";s:7:"#333333";s:8:"h4_color";s:7:"#333333";s:8:"h5_color";s:7:"#333333";s:8:"h6_color";s:7:"#333333";s:15:"body_text_color";s:7:"#333333";s:10:"link_color";s:7:"#395b7b";s:22:"breadcrumbs_text_color";s:7:"#8C8989";s:25:"slidingbar_headings_color";s:7:"#DDDDDD";s:21:"slidingbar_text_color";s:7:"#8C8989";s:21:"slidingbar_link_color";s:7:"#BFBFBF";s:21:"sidebar_heading_color";s:7:"#333333";s:21:"footer_headings_color";s:7:"#DDDDDD";s:17:"footer_text_color";s:7:"#464849";s:17:"footer_link_color";s:7:"#BFBFBF";s:17:"menu_h45_bg_color";s:7:"#395b7b";s:16:"menu_first_color";s:7:"#ededed";s:22:"menu_hover_first_color";s:7:"#ffffff";s:17:"menu_sub_bg_color";s:7:"#395b7b";s:19:"menu_bg_hover_color";s:7:"#B4C2CD";s:14:"menu_sub_color";s:7:"#ededed";s:18:"menu_sub_sep_color";s:7:"#B4C2CD";s:10:"snav_color";s:7:"#ffffff";s:29:"header_top_first_border_color";s:7:"#B4C2CD";s:23:"header_top_sub_bg_color";s:7:"#395b7b";s:25:"header_top_menu_sub_color";s:7:"#747474";s:30:"header_top_menu_bg_hover_color";s:7:"#fafafa";s:31:"header_top_menu_sub_hover_color";s:7:"#333333";s:29:"header_top_menu_sub_sep_color";s:7:"#B4C2CD";s:17:"woo_cart_bg_color";s:7:"#fafafa";s:24:"accordian_inactive_color";s:7:"#333333";s:20:"counter_filled_color";s:7:"#1a80b6";s:22:"counter_unfilled_color";s:7:"#f6f6f6";s:15:"dates_box_color";s:7:"#eef0f2";s:18:"carousel_nav_color";s:7:"#999999";s:20:"carousel_hover_color";s:7:"#808080";s:20:"content_box_bg_color";s:11:"transparent";s:21:"checklist_icons_color";s:7:"#ffffff";s:18:"title_border_color";s:7:"#e0dede";s:17:"icon_circle_color";s:7:"#333333";s:17:"icon_border_color";s:7:"#333333";s:10:"icon_color";s:7:"#ffffff";s:21:"imgframe_border_color";s:7:"#f6f6f6";s:20:"imgframe_style_color";s:7:"#000000";s:29:"sep_pricing_box_heading_color";s:7:"#333333";s:36:"full_boxed_pricing_box_heading_color";s:7:"#333333";s:17:"pricing_box_color";s:7:"#62a2c4";s:16:"pricing_bg_color";s:7:"#ffffff";s:20:"pricing_border_color";s:7:"#f8f8f8";s:21:"pricing_divider_color";s:7:"#ededed";s:9:"sep_color";s:7:"#e0dede";s:18:"social_links_color";s:4:"Dark";s:15:"social_bg_color";s:7:"#f6f6f6";s:13:"tabs_bg_color";s:7:"#ffffff";s:19:"tabs_inactive_color";s:7:"#ebeaea";s:10:"tagline_bg";s:7:"#f6f6f6";s:20:"tagline_border_color";s:7:"#f6f6f6";s:20:"testimonial_bg_color";s:7:"#f6f6f6";s:22:"testimonial_text_color";s:7:"#747474";s:10:"blog_title";s:4:"Blog";s:11:"blog_layout";s:5:"Large";s:21:"blog_sidebar_position";s:5:"Right";s:19:"blog_archive_layout";s:5:"Large";s:20:"blog_archive_sidebar";s:4:"None";s:20:"blog_pagination_type";s:10:"Pagination";s:17:"blog_grid_columns";s:1:"3";s:14:"content_length";s:7:"Excerpt";s:19:"excerpt_length_blog";s:2:"55";s:18:"strip_html_excerpt";s:1:"1";s:15:"blog_full_width";s:1:"0";s:22:"single_post_full_width";s:1:"0";s:15:"featured_images";s:1:"1";s:32:"alternate_date_format_month_year";s:0:"";s:25:"alternate_date_format_day";s:0:"";s:20:"timeline_date_format";s:0:"";s:22:"featured_images_single";s:1:"1";s:11:"blog_pn_nav";s:1:"0";s:15:"blog_post_title";s:1:"1";s:11:"author_info";s:1:"1";s:18:"social_sharing_box";s:1:"1";s:13:"related_posts";s:1:"1";s:13:"blog_comments";s:1:"1";s:9:"post_meta";s:1:"1";s:16:"post_meta_author";s:1:"0";s:14:"post_meta_date";s:1:"0";s:14:"post_meta_cats";s:1:"0";s:18:"post_meta_comments";s:1:"0";s:14:"post_meta_read";s:1:"0";s:11:"date_format";s:7:"F jS, Y";s:15:"portfolio_items";s:2:"10";s:24:"portfolio_archive_layout";s:20:"Portfolio One Column";s:25:"portfolio_archive_sidebar";s:4:"None";s:24:"portfolio_content_length";s:7:"Excerpt";s:24:"excerpt_length_portfolio";s:2:"55";s:20:"grid_pagination_type";s:10:"Pagination";s:14:"portfolio_slug";s:15:"portfolio-items";s:25:"portfolio_featured_images";s:1:"0";s:16:"portfolio_pn_nav";s:1:"0";s:18:"portfolio_comments";s:1:"0";s:16:"portfolio_author";s:1:"0";s:16:"sharing_facebook";s:1:"1";s:15:"sharing_twitter";s:1:"1";s:14:"sharing_reddit";s:1:"0";s:16:"sharing_linkedin";s:1:"0";s:14:"sharing_google";s:1:"0";s:14:"sharing_tumblr";s:1:"0";s:17:"sharing_pinterest";s:1:"0";s:13:"sharing_email";s:1:"1";s:13:"facebook_link";s:1:"#";s:11:"flickr_link";s:0:"";s:8:"rss_link";s:0:"";s:12:"twitter_link";s:1:"#";s:10:"vimeo_link";s:0:"";s:12:"youtube_link";s:63:"https://www.youtube.com/channel/UCGXuZZA95xD9LdOesfHG9sQ/videos";s:14:"pinterest_link";s:0:"";s:11:"tumblr_link";s:0:"";s:11:"google_link";s:0:"";s:13:"dribbble_link";s:0:"";s:9:"digg_link";s:0:"";s:13:"linkedin_link";s:0:"";s:12:"blogger_link";s:0:"";s:10:"skype_link";s:0:"";s:11:"forrst_link";s:0:"";s:12:"myspace_link";s:0:"";s:15:"deviantart_link";s:0:"";s:10:"yahoo_link";s:0:"";s:11:"reddit_link";s:0:"";s:16:"custom_icon_name";s:0:"";s:17:"custom_icon_image";s:0:"";s:24:"custom_icon_image_retina";s:0:"";s:17:"retina_icon_width";s:0:"";s:18:"retina_icon_height";s:0:"";s:16:"custom_icon_link";s:0:"";s:15:"posts_slideshow";s:1:"1";s:22:"posts_slideshow_number";s:1:"5";s:18:"slideshow_autoplay";s:1:"1";s:23:"slideshow_smooth_height";s:1:"0";s:15:"slideshow_speed";s:4:"7000";s:17:"flexslider_number";s:1:"5";s:22:"pagination_video_slide";s:1:"0";s:22:"legacy_posts_slideshow";s:1:"0";s:16:"flexslider_width";s:5:"940px";s:18:"flexslider_circles";s:1:"0";s:13:"tfs_animation";s:4:"fade";s:12:"tfs_autoplay";s:1:"1";s:19:"tfs_slideshow_speed";s:4:"7000";s:19:"tfs_animation_speed";s:3:"600";s:18:"flexsliders_number";s:1:"1";s:12:"flexslider_1";a:3:{i:1;a:5:{s:5:"order";s:1:"1";s:5:"title";s:148:"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam";s:3:"url";s:71:"http://theme-fusion.com/avadaxml/wp-content/uploads/2013/10/slide_1.jpg";s:4:"link";s:0:"";s:11:"description";s:0:"";}i:2;a:5:{s:5:"order";s:1:"2";s:5:"title";s:0:"";s:3:"url";s:0:"";s:4:"link";s:0:"";s:11:"description";s:116:"<iframe width=''940'' height=''560'' src=''//www.youtube.com/embed/mcixldqDIEQ'' frameborder=''0'' allowfullscreen></iframe>";}i:3;a:5:{s:5:"order";s:1:"3";s:5:"title";s:148:"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam";s:3:"url";s:71:"http://theme-fusion.com/avadaxml/wp-content/uploads/2012/11/slide_2.jpg";s:4:"link";s:0:"";s:11:"description";s:0:"";}}s:17:"tfes_slider_width";s:4:"100%";s:18:"tfes_slider_height";s:5:"400px";s:14:"tfes_animation";s:5:"sides";s:13:"tfes_autoplay";s:1:"1";s:13:"tfes_interval";s:4:"3000";s:10:"tfes_speed";s:3:"800";s:10:"tfes_width";s:3:"150";s:18:"es_title_font_size";s:2:"42";s:20:"es_caption_font_size";s:2:"20";s:14:"es_title_color";s:7:"#333333";s:16:"es_caption_color";s:7:"#747474";s:24:"lightbox_animation_speed";s:4:"Fast";s:16:"lightbox_gallery";s:1:"1";s:17:"lightbox_autoplay";s:1:"0";s:24:"lightbox_slideshow_speed";s:4:"5000";s:16:"lightbox_opacity";s:3:"0.8";s:14:"lightbox_title";s:1:"1";s:13:"lightbox_desc";s:1:"1";s:15:"lightbox_social";s:1:"1";s:20:"lightbox_post_images";s:1:"0";s:9:"gmap_type";s:7:"roadmap";s:10:"gmap_width";s:4:"100%";s:11:"gmap_height";s:5:"415px";s:12:"gmap_address";s:49:"775 New York Ave, Brooklyn, Kings, New York 11203";s:13:"email_address";s:0:"";s:14:"map_zoom_level";s:1:"8";s:7:"map_pin";s:1:"0";s:9:"map_popup";s:1:"0";s:15:"map_scrollwheel";s:1:"0";s:9:"map_scale";s:1:"0";s:15:"map_zoomcontrol";s:1:"0";s:16:"recaptcha_public";s:0:"";s:17:"recaptcha_private";s:0:"";s:22:"recaptcha_color_scheme";s:3:"red";s:16:"sidebar_bg_color";s:11:"transparent";s:13:"content_width";s:10:"71.1702128";s:13:"sidebar_width";s:10:"23.4042553";s:15:"sidebar_padding";s:1:"0";s:14:"dev_shortcodes";s:1:"0";s:16:"avada_rev_styles";s:1:"0";s:18:"testimonials_speed";s:4:"4000";s:19:"default_sidebar_pos";s:5:"Right";s:16:"sidenav_behavior";s:5:"Hover";s:20:"number_related_posts";s:1:"5";s:14:"comments_pages";s:1:"0";s:14:"link_read_more";s:1:"0";s:16:"disable_excerpts";s:1:"0";s:21:"featured_images_pages";s:1:"0";s:18:"faq_featured_image";s:1:"0";s:21:"nofollow_social_links";s:1:"0";s:14:"image_rollover";s:1:"1";s:19:"link_image_rollover";s:1:"0";s:19:"zoom_image_rollover";s:1:"0";s:20:"title_image_rollover";s:1:"0";s:25:"title_link_image_rollover";s:1:"0";s:19:"cats_image_rollover";s:1:"0";s:22:"image_rollover_opacity";s:1:"1";s:14:"search_content";s:15:"Posts and Pages";s:14:"search_excerpt";s:1:"0";s:23:"search_results_per_page";s:2:"10";s:22:"search_featured_images";s:1:"0";s:22:"bbpress_global_sidebar";s:1:"0";s:15:"ppbress_sidebar";s:4:"None";s:8:"ubermenu";s:1:"0";s:15:"post_type_order";s:1:"0";s:18:"status_layerslider";s:1:"0";s:16:"status_revslider";s:1:"0";s:17:"status_flexslider";s:1:"0";s:15:"use_animate_css";s:1:"0";s:26:"disable_mobile_animate_css";s:1:"1";s:15:"status_lightbox";s:1:"0";s:11:"status_gmap";s:1:"0";s:9:"status_yt";s:1:"0";s:12:"status_vimeo";s:1:"0";s:14:"status_jqcycle";s:1:"0";s:14:"status_eslider";s:1:"0";s:12:"status_totop";s:1:"1";s:19:"status_totop_mobile";s:1:"1";s:9:"woo_items";s:2:"12";s:27:"woocommerce_archive_sidebar";s:4:"None";s:28:"woocommerce_acc_link_top_nav";s:1:"1";s:29:"woocommerce_cart_link_top_nav";s:1:"1";s:29:"woocommerce_acc_link_main_nav";s:1:"0";s:30:"woocommerce_cart_link_main_nav";s:1:"1";s:24:"woocommerce_social_links";s:1:"0";s:13:"woo_acc_msg_1";s:55:"Need Assistance? Call customer service at 888-555-5555.";s:13:"woo_acc_msg_2";s:32:"E-mail them at info@yourshop.com";s:10:"custom_css";s:0:"";}', 'yes'),
|
||
(151, 'sbg_sidebars', 'a:2:{s:14:"ContactSidebar";s:15:"Contact Sidebar";s:15:"HomepageSidebar";s:17:"Home Page Sidebar";}', 'yes'),
|
||
(198, 'theme_mods_double-r-group', 'a:2:{i:0;b:0;s:18:"nav_menu_locations";a:4:{s:14:"top_navigation";s:2:"28";s:9:"404_pages";s:2:"27";s:15:"main_navigation";s:2:"30";s:17:"sticky_navigation";i:0;}}', 'yes'),
|
||
(152, 'widget_pyre_tabs-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
|
||
(139, 'recently_activated', 'a:4:{s:21:"wpml-media/plugin.php";i:1393514058;s:23:"revslider/revslider.php";i:1393513701;s:67:"custom-taxonomies-menu-widget/sgr-custom-taxonomies-menu-widget.php";i:1393414359;s:31:"wp-google-maps/wpGoogleMaps.php";i:1393264073;}', 'yes'),
|
||
(140, 'avada_revslider_css', '1', 'yes'),
|
||
(398, 'category_children', 'a:0:{}', 'yes'),
|
||
(1081, 'portfolio_skills_children', 'a:0:{}', 'yes'),
|
||
(149, 'faq_category_children', 'a:0:{}', 'yes'),
|
||
(150, 'slide-page_children', 'a:0:{}', 'yes'),
|
||
(153, 'widget_recent_works-widget', 'a:3:{i:6;a:2:{s:5:"title";s:12:"Recent Works";s:6:"number";s:1:"6";}i:5;a:2:{s:5:"title";s:12:"Recent Works";s:6:"number";s:1:"6";}s:12:"_multiwidget";i:1;}', 'yes'),
|
||
(154, 'widget_contact_info-widget', 'a:3:{i:4;a:9:{s:5:"title";s:8:"Contacto";s:7:"address";s:0:"";s:5:"phone";s:0:"";s:6:"mobile";s:15:"+34 619 686 633";s:3:"fax";s:0:"";s:5:"email";s:21:"info@doublergroup.com";s:8:"emailtxt";s:0:"";s:3:"web";s:0:"";s:6:"webtxt";s:0:"";}i:5;a:9:{s:5:"title";s:8:"Contacto";s:7:"address";s:34:"Calle de Almagro, 21, 28010 Madrid";s:5:"phone";s:0:"";s:6:"mobile";s:15:"+34 619 686 633";s:3:"fax";s:0:"";s:5:"email";s:21:"info@doublergroup.com";s:8:"emailtxt";s:0:"";s:3:"web";s:27:"http://www.doublergroup.com";s:6:"webtxt";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
|
||
(155, 'widget_social_links-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
|
||
(1178, 'widget_sgr-custom-taxonomies-menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
|
||
(1479, '_site_transient_update_plugins', 'O:8:"stdClass":4:{s:12:"last_checked";i:1394034052;s:7:"checked";a:15:{s:27:"fusion-core/fusion-core.php";s:5:"1.2.1";s:29:"gravityforms/gravityforms.php";s:5:"1.8.3";s:36:"gravityforms-multilingual/plugin.php";s:3:"1.1";s:52:"onet-regenerate-thumbnails/onet-regen-thumbnails.php";s:4:"1.31";s:38:"post-duplicator/m4c-postduplicator.php";s:3:"2.3";s:23:"revslider/revslider.php";s:5:"4.1.4";s:35:"wordpress-reset/wordpress-reset.php";s:5:"1.3.3";s:31:"wp-google-maps/wpGoogleMaps.php";s:4:"5.25";s:41:"wp-google-maps-pro/wp-google-maps-pro.php";s:3:"3.6";s:23:"wpml-cms-nav/plugin.php";s:3:"1.4";s:40:"sitepress-multilingual-cms/sitepress.php";s:7:"3.0.2-a";s:28:"wpml-sticky-links/plugin.php";s:3:"1.3";s:34:"wpml-string-translation/plugin.php";s:5:"2.0.1";s:37:"wpml-translation-analytics/plugin.php";s:5:"1.0.1";s:38:"wpml-translation-management/plugin.php";s:5:"1.9.1";}s:8:"response";a:0:{}s:12:"translations";a:0:{}}', 'yes'),
|
||
(1274, 'mtphr_post_duplicator_settings', '', 'yes'),
|
||
(1410, 'rg_gforms_enable_html5', '0', 'yes'),
|
||
(1411, 'gform_enable_noconflict', '0', 'yes'),
|
||
(1412, 'rg_gforms_enable_akismet', '', 'yes'),
|
||
(1413, 'rg_gforms_captcha_public_key', '', 'yes'),
|
||
(1414, 'rg_gforms_captcha_private_key', '', 'yes'),
|
||
(1415, 'rg_gforms_currency', 'EUR', 'yes'),
|
||
(1416, 'rg_gforms_message', '<!--GFM--><!-- unregistered copy notice -->\r\n<div style=\\"margin:10px 0 10px 0; border-bottom:1px solid #D7D7D7; text-align:center; display:block!important; visibility: visible!important; min-width:760px;\\"><a href=\\"http://www.gravityforms.com\\" target=\\"_blank\\"><img src=\\"http://gravityforms.s3.amazonaws.com/banners/gravity-forms-unregistered.png\\" width=\\"758\\" height=\\"52\\" alt=\\"unlicensed copy. please purchase a Gravity Forms license\\" /></a></div>\r\n<!-- end notice -->', 'yes'),
|
||
(393, 'icl_sitepress_version', '3.0.2-a', 'yes');
|
||
INSERT INTO `drgrp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
|
||
(394, 'icl_sitepress_settings', 'a:75:{s:19:"hide_upgrade_notice";s:7:"3.0.2-a";s:21:"interview_translators";i:1;s:34:"existing_content_language_verified";i:1;s:25:"language_negotiation_type";s:1:"3";s:23:"theme_localization_type";i:1;s:14:"icl_lso_header";i:0;s:18:"icl_lso_link_empty";i:1;s:13:"icl_lso_flags";i:1;s:19:"icl_lso_native_lang";i:0;s:20:"icl_lso_display_lang";i:0;s:18:"sync_page_ordering";i:1;s:16:"sync_page_parent";i:1;s:18:"sync_page_template";i:1;s:16:"sync_ping_status";i:1;s:19:"sync_comment_status";i:1;s:16:"sync_sticky_flag";i:1;s:17:"sync_private_flag";i:1;s:16:"sync_post_format";i:1;s:11:"sync_delete";i:0;s:15:"sync_delete_tax";i:0;s:20:"sync_post_taxonomies";i:1;s:14:"sync_post_date";i:0;s:21:"sync_taxonomy_parents";i:0;s:25:"translation_pickup_method";i:1;s:15:"notify_complete";i:1;s:26:"translated_document_status";i:1;s:17:"remote_management";i:0;s:15:"auto_adjust_ids";i:1;s:11:"alert_delay";i:0;s:12:"promote_wpml";i:0;s:23:"troubleshooting_options";a:1:{s:18:"http_communication";i:1;}s:18:"automatic_redirect";i:0;s:17:"remember_language";i:24;s:17:"icl_lang_sel_type";s:4:"list";s:18:"icl_lang_sel_stype";s:11:"mobile-auto";s:24:"icl_lang_sel_orientation";s:10:"horizontal";s:28:"icl_lang_sel_copy_parameters";s:0:"";s:21:"icl_widget_title_show";i:1;s:28:"translated_document_page_url";s:13:"auto-generate";s:28:"sync_comments_on_duplicates ";i:0;s:3:"seo";a:2:{s:10:"head_langs";i:1;s:27:"canonicalization_duplicates";i:1;}s:22:"posts_slug_translation";a:1:{s:2:"on";i:0;}s:15:"languages_order";a:2:{i:0;s:2:"es";i:1;s:2:"en";}s:4:"urls";a:5:{s:30:"directory_for_default_language";i:0;s:12:"show_on_root";s:0:"";s:19:"root_html_file_path";s:0:"";s:9:"root_page";i:0;s:23:"hide_language_switchers";i:1;}s:22:"admin_default_language";s:2:"es";s:18:"ajx_health_checked";i:1;s:27:"dont_show_help_admin_notice";b:1;s:17:"setup_wizard_step";i:3;s:18:"default_categories";a:2:{s:2:"es";s:1:"1";s:2:"en";i:41;}s:16:"default_language";s:2:"es";s:22:"translation-management";a:8:{s:12:"notification";a:5:{s:7:"new-job";i:1;s:9:"completed";i:1;s:8:"resigned";i:1;s:9:"dashboard";b:1;s:9:"purge-old";i:7;}s:25:"custom_fields_translation";a:6:{s:5:"title";i:2;s:11:"description";i:2;s:8:"keywords";i:2;s:17:"_cms_nav_minihome";i:1;s:16:"_cms_nav_section";i:2;s:17:"_top_nav_excluded";i:1;}s:22:"doc_translation_method";i:0;s:35:"__custom_types_readonly_config_prev";a:7:{s:9:"drg_horse";i:1;s:19:"themefusion_elastic";i:1;s:5:"slide";i:1;s:11:"layerslider";i:1;s:9:"revslider";i:1;s:9:"avada_faq";i:1;s:15:"avada_portfolio";i:1;}s:28:"custom_types_readonly_config";a:7:{s:9:"drg_horse";i:1;s:19:"themefusion_elastic";i:1;s:5:"slide";i:1;s:11:"layerslider";i:1;s:9:"revslider";i:1;s:9:"avada_faq";i:1;s:15:"avada_portfolio";i:1;}s:36:"__custom_fields_readonly_config_prev";a:6:{i:0;s:5:"title";i:1;s:11:"description";i:2;s:8:"keywords";i:3;s:17:"_cms_nav_minihome";i:4;s:16:"_cms_nav_section";i:5;s:17:"_top_nav_excluded";}s:29:"custom_fields_readonly_config";a:6:{i:0;s:5:"title";i:1;s:11:"description";i:2;s:8:"keywords";i:3;s:17:"_cms_nav_minihome";i:4;s:16:"_cms_nav_section";i:5;s:17:"_top_nav_excluded";}s:26:"taxonomies_readonly_config";a:10:{s:16:"horse_categories";i:1;s:12:"horse_breeds";i:1;s:10:"horse_ages";i:1;s:13:"horse_genders";i:1;s:10:"horse_tags";i:1;s:18:"portfolio_category";i:1;s:12:"faq_category";i:1;s:16:"portfolio_skills";i:1;s:21:"themefusion_es_groups";i:1;s:10:"slide-page";i:1;}}s:24:"custom_posts_sync_option";a:8:{s:19:"themefusion_elastic";i:1;s:5:"slide";i:1;s:11:"layerslider";i:1;s:9:"revslider";i:1;s:9:"avada_faq";i:1;s:15:"avada_portfolio";i:1;s:10:"attachment";i:1;s:9:"drg_horse";i:1;}s:19:"icl_lang_sel_config";a:9:{s:19:"font-current-normal";s:7:"#444444";s:18:"font-current-hover";s:7:"#000000";s:25:"background-current-normal";s:7:"#ffffff";s:24:"background-current-hover";s:7:"#eeeeee";s:17:"font-other-normal";s:7:"#444444";s:16:"font-other-hover";s:7:"#000000";s:23:"background-other-normal";s:7:"#ffffff";s:22:"background-other-hover";s:7:"#eeeeee";s:6:"border";s:7:"#cdcdcd";}s:26:"icl_lang_sel_footer_config";a:10:{s:19:"font-current-normal";s:7:"#444444";s:18:"font-current-hover";s:7:"#000000";s:25:"background-current-normal";s:7:"#ffffff";s:24:"background-current-hover";s:7:"#eeeeee";s:17:"font-other-normal";s:7:"#444444";s:16:"font-other-hover";s:7:"#000000";s:23:"background-other-normal";s:7:"#ffffff";s:22:"background-other-hover";s:7:"#eeeeee";s:6:"border";s:7:"#cdcdcd";s:10:"background";s:7:"#ffffff";}s:29:"icl_language_switcher_sidebar";s:1:"0";s:19:"icl_lang_sel_footer";i:0;s:21:"icl_post_availability";i:0;s:30:"icl_post_availability_position";s:5:"below";s:26:"icl_post_availability_text";s:45:"Esta entrada también está disponible en: %s";s:29:"language_selector_initialized";i:1;s:14:"setup_complete";i:1;s:18:"icl_additional_css";s:56:" ";s:18:"display_ls_in_menu";i:0;s:11:"menu_for_ls";i:26;s:2:"st";a:7:{s:2:"sw";a:0:{}s:16:"strings_per_page";s:3:"100";s:15:"icl_st_auto_reg";s:7:"disable";s:16:"strings_language";s:2:"en";s:16:"translated-users";a:0:{}s:26:"theme_localization_domains";a:14:{i:0;s:5:"Avada";i:1;s:16:"optionsframework";i:2;s:0:"";i:3;s:7:"bbpress";i:4;s:9:"ambrosite";i:5;s:6:"envato";i:6;s:18:"wordpress-importer";i:7;s:11:"LayerSlider";i:8;s:16:"fusion-framework";i:9;s:3:"cpt";i:10;s:3:"pto";i:11;s:9:"wooslider";i:12;s:11:"woocommerce";i:13;s:14:"double-r-group";}s:16:"auto_download_mo";i:1;}s:28:"show_untranslated_blog_posts";s:1:"1";s:38:"hide_professional_translation_controls";s:1:"1";s:34:"theme_localization_load_textdomain";i:0;s:25:"gettext_theme_domain_name";s:0:"";s:22:"taxonomies_sync_option";a:10:{s:18:"portfolio_category";i:1;s:12:"faq_category";i:1;s:16:"portfolio_skills";i:1;s:21:"themefusion_es_groups";i:1;s:10:"slide-page";i:1;s:16:"horse_categories";i:1;s:12:"horse_breeds";i:1;s:10:"horse_ages";i:1;s:13:"horse_genders";i:1;s:10:"horse_tags";i:1;}s:21:"hide_how_to_translate";s:1:"1";s:22:"show_translations_flag";i:1;s:21:"icl_disable_reminders";i:0;s:19:"icl_notify_complete";i:0;s:9:"dashboard";a:1:{s:14:"hide_icl_promo";i:1;}}', 'yes'),
|
||
(396, 'Avada_options_', 'a:405:{s:10:"responsive";s:1:"1";s:12:"ipad_potrait";s:1:"1";s:16:"google_analytics";s:0:"";s:10:"space_head";s:0:"";s:10:"space_body";s:0:"";s:13:"header_layout";s:2:"v4";s:19:"header_left_content";s:11:"Leave Empty";s:20:"header_right_content";s:11:"Leave Empty";s:17:"header_v4_content";s:16:"Tagline + Search";s:18:"header_banner_code";s:0:"";s:13:"header_number";s:15:"+34 619 686 633";s:12:"header_email";s:21:"info@doublergroup.com";s:14:"header_tagline";s:37:"Cría y alta competición de caballos";s:15:"header_bg_image";s:0:"";s:14:"header_bg_full";s:1:"0";s:18:"header_bg_parallax";s:1:"0";s:16:"header_bg_repeat";s:6:"repeat";s:16:"icons_header_new";s:1:"1";s:17:"margin_header_top";s:3:"0px";s:20:"margin_header_bottom";s:3:"0px";s:13:"header_sticky";s:1:"0";s:20:"header_sticky_tablet";s:1:"0";s:20:"header_sticky_mobile";s:1:"0";s:21:"header_sticky_opacity";s:0:"";s:25:"header_sticky_nav_padding";s:0:"";s:27:"header_sticky_nav_font_size";s:0:"";s:28:"header_sticky_logo_max_width";s:0:"";s:4:"logo";s:70:"http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Logo-RR.png";s:11:"logo_retina";s:80:"http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Logo-RR@2x-300x51.png";s:17:"retina_logo_width";s:3:"200";s:18:"retina_logo_height";s:2:"35";s:14:"logo_alignment";s:4:"Left";s:16:"margin_logo_left";s:3:"0px";s:17:"margin_logo_right";s:3:"0px";s:15:"margin_logo_top";s:3:"0px";s:18:"margin_logo_bottom";s:3:"0px";s:7:"favicon";s:0:"";s:11:"iphone_icon";s:0:"";s:18:"iphone_icon_retina";s:0:"";s:9:"ipad_icon";s:0:"";s:16:"ipad_icon_retina";s:0:"";s:10:"nav_height";s:2:"40";s:11:"nav_padding";s:2:"35";s:19:"dropdown_menu_width";s:5:"170px";s:20:"main_nav_search_icon";s:1:"0";s:20:"main_nav_icon_circle";s:1:"1";s:14:"page_title_bar";s:1:"1";s:17:"page_title_height";s:4:"65px";s:13:"page_title_bg";s:0:"";s:20:"page_title_bg_retina";s:0:"";s:18:"page_title_bg_full";s:1:"1";s:22:"page_title_bg_parallax";s:1:"0";s:19:"page_title_bg_color";s:7:"#F6F6F6";s:23:"page_title_border_color";s:7:"#d2d3d4";s:17:"page_title_bar_bs";s:11:"Breadcrumbs";s:10:"breadcrumb";s:1:"1";s:17:"breadcrumb_mobile";s:1:"0";s:16:"breacrumb_prefix";s:0:"";s:18:"slidingbar_widgets";s:1:"0";s:25:"mobile_slidingbar_widgets";s:1:"1";s:21:"slidingbar_top_border";s:1:"0";s:32:"slidingbar_bg_color_transparency";s:1:"0";s:23:"slidingbar_open_on_load";s:1:"0";s:26:"slidingbar_widgets_columns";s:1:"2";s:14:"footer_widgets";s:1:"1";s:22:"footer_widgets_columns";s:1:"3";s:16:"footerw_bg_image";s:69:"http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/01/footer.png";s:15:"footerw_bg_full";s:1:"0";s:23:"footer_area_bg_parallax";s:1:"0";s:17:"footerw_bg_repeat";s:8:"repeat-x";s:14:"footerw_bg_pos";s:8:"top left";s:23:"footer_area_top_padding";s:0:"";s:26:"footer_area_bottom_padding";s:0:"";s:16:"footer_copyright";s:1:"1";s:11:"footer_text";s:164:"Copyright 2014 Double R Group | All Rights Reserved | Powered by <a href=''http://wordpress.org''>WordPress</a> | <a href=''http://theme-fusion.com''>Theme Fusion</a>";s:12:"icons_footer";s:1:"1";s:16:"icons_footer_new";s:1:"1";s:21:"copyright_top_padding";s:0:"";s:24:"copyright_bottom_padding";s:0:"";s:6:"layout";s:4:"Wide";s:8:"bg_image";s:0:"";s:7:"bg_full";s:1:"0";s:9:"bg_repeat";s:6:"repeat";s:8:"bg_color";s:7:"#d7d6d6";s:17:"bg_pattern_option";s:1:"0";s:10:"bg_pattern";s:8:"pattern1";s:16:"content_bg_image";s:0:"";s:15:"content_bg_full";s:1:"0";s:17:"content_bg_repeat";s:6:"repeat";s:16:"custom_font_woff";s:0:"";s:15:"custom_font_ttf";s:0:"";s:15:"custom_font_svg";s:0:"";s:15:"custom_font_eot";s:0:"";s:11:"google_body";s:8:"PT Serif";s:10:"google_nav";s:7:"PT Sans";s:15:"google_headings";s:6:"Roboto";s:22:"google_footer_headings";s:6:"Roboto";s:13:"standard_body";s:11:"Select Font";s:12:"standard_nav";s:11:"Select Font";s:17:"standard_headings";s:11:"Select Font";s:24:"standard_footer_headings";s:11:"Select Font";s:14:"body_font_size";s:2:"15";s:13:"nav_font_size";s:2:"16";s:22:"nav_dropdown_font_size";s:2:"14";s:14:"snav_font_size";s:2:"12";s:18:"side_nav_font_size";s:2:"14";s:21:"breadcrumbs_font_size";s:2:"14";s:15:"sidew_font_size";s:2:"15";s:20:"slidingbar_font_size";s:2:"13";s:15:"footw_font_size";s:2:"13";s:19:"copyright_font_size";s:2:"12";s:12:"h1_font_size";s:2:"32";s:12:"h2_font_size";s:2:"26";s:12:"h3_font_size";s:2:"16";s:12:"h4_font_size";s:2:"13";s:12:"h5_font_size";s:2:"12";s:12:"h6_font_size";s:2:"11";s:17:"tagline_font_size";s:2:"16";s:20:"page_title_font_size";s:2:"24";s:30:"page_title_subheader_font_size";s:2:"18";s:12:"body_font_lh";s:2:"21";s:10:"h1_font_lh";s:2:"44";s:10:"h2_font_lh";s:2:"27";s:10:"h3_font_lh";s:2:"24";s:10:"h4_font_lh";s:2:"20";s:10:"h5_font_lh";s:2:"18";s:10:"h6_font_lh";s:2:"17";s:11:"scheme_type";s:5:"Light";s:12:"color_scheme";s:4:"Blue";s:13:"primary_color";s:7:"#395b7b";s:19:"slidingbar_bg_color";s:7:"#363839";s:22:"header_sticky_bg_color";s:7:"#ffffff";s:15:"header_bg_color";s:7:"#ffffff";s:19:"header_border_color";s:7:"#e5e5e5";s:19:"header_top_bg_color";s:7:"#395b7b";s:16:"content_bg_color";s:7:"#ffffff";s:15:"footer_bg_color";s:7:"#ffffff";s:19:"footer_border_color";s:7:"#ffffff";s:18:"copyright_bg_color";s:7:"#1f1f1f";s:22:"copyright_border_color";s:7:"#242424";s:24:"image_gradient_top_color";s:7:"#c1daeb";s:27:"image_gradient_bottom_color";s:7:"#395b7b";s:25:"button_gradient_top_color";s:7:"#c1daeb";s:28:"button_gradient_bottom_color";s:7:"#395b7b";s:24:"slidingbar_divider_color";s:7:"#282A2B";s:20:"footer_divider_color";s:7:"#505152";s:13:"form_bg_color";s:7:"#ffffff";s:15:"form_text_color";s:7:"#333333";s:17:"form_border_color";s:7:"#d2d2d2";s:17:"timeline_bg_color";s:11:"transparent";s:14:"timeline_color";s:7:"#ebeaea";s:12:"qty_bg_color";s:7:"#fbfaf9";s:18:"qty_bg_hover_color";s:7:"#ffffff";s:19:"bbp_forum_header_bg";s:7:"#ebeaea";s:22:"bbp_forum_border_color";s:7:"#ebeaea";s:21:"socialbox_icons_color";s:4:"Dark";s:18:"header_icons_color";s:5:"Light";s:18:"footer_icons_color";s:4:"Dark";s:16:"main_top_padding";s:0:"";s:19:"main_bottom_padding";s:0:"";s:16:"hundredp_padding";s:0:"";s:18:"button_text_shadow";s:1:"1";s:22:"slidingbar_text_shadow";s:1:"1";s:18:"footer_text_shadow";s:1:"1";s:26:"button_gradient_text_color";s:7:"#395b7b";s:18:"tagline_font_color";s:7:"#747474";s:16:"page_title_color";s:7:"#333333";s:8:"h1_color";s:7:"#333333";s:8:"h2_color";s:7:"#333333";s:8:"h3_color";s:7:"#333333";s:8:"h4_color";s:7:"#333333";s:8:"h5_color";s:7:"#333333";s:8:"h6_color";s:7:"#333333";s:15:"body_text_color";s:7:"#333333";s:10:"link_color";s:7:"#395b7b";s:22:"breadcrumbs_text_color";s:7:"#8C8989";s:25:"slidingbar_headings_color";s:7:"#DDDDDD";s:21:"slidingbar_text_color";s:7:"#8C8989";s:21:"slidingbar_link_color";s:7:"#BFBFBF";s:21:"sidebar_heading_color";s:7:"#333333";s:21:"footer_headings_color";s:7:"#DDDDDD";s:17:"footer_text_color";s:7:"#464849";s:17:"footer_link_color";s:7:"#BFBFBF";s:17:"menu_h45_bg_color";s:7:"#395b7b";s:16:"menu_first_color";s:7:"#ededed";s:22:"menu_hover_first_color";s:7:"#ffffff";s:17:"menu_sub_bg_color";s:7:"#395b7b";s:19:"menu_bg_hover_color";s:7:"#B4C2CD";s:14:"menu_sub_color";s:7:"#ededed";s:18:"menu_sub_sep_color";s:7:"#B4C2CD";s:10:"snav_color";s:7:"#ffffff";s:29:"header_top_first_border_color";s:7:"#B4C2CD";s:23:"header_top_sub_bg_color";s:7:"#395b7b";s:25:"header_top_menu_sub_color";s:7:"#747474";s:30:"header_top_menu_bg_hover_color";s:7:"#fafafa";s:31:"header_top_menu_sub_hover_color";s:7:"#333333";s:29:"header_top_menu_sub_sep_color";s:7:"#B4C2CD";s:17:"woo_cart_bg_color";s:7:"#fafafa";s:24:"accordian_inactive_color";s:7:"#333333";s:20:"counter_filled_color";s:7:"#1a80b6";s:22:"counter_unfilled_color";s:7:"#f6f6f6";s:15:"dates_box_color";s:7:"#eef0f2";s:18:"carousel_nav_color";s:7:"#999999";s:20:"carousel_hover_color";s:7:"#808080";s:20:"content_box_bg_color";s:11:"transparent";s:21:"checklist_icons_color";s:7:"#ffffff";s:18:"title_border_color";s:7:"#e0dede";s:17:"icon_circle_color";s:7:"#333333";s:17:"icon_border_color";s:7:"#333333";s:10:"icon_color";s:7:"#ffffff";s:21:"imgframe_border_color";s:7:"#f6f6f6";s:20:"imgframe_style_color";s:7:"#000000";s:29:"sep_pricing_box_heading_color";s:7:"#333333";s:36:"full_boxed_pricing_box_heading_color";s:7:"#333333";s:17:"pricing_box_color";s:7:"#62a2c4";s:16:"pricing_bg_color";s:7:"#ffffff";s:20:"pricing_border_color";s:7:"#f8f8f8";s:21:"pricing_divider_color";s:7:"#ededed";s:9:"sep_color";s:7:"#e0dede";s:18:"social_links_color";s:4:"Dark";s:15:"social_bg_color";s:7:"#f6f6f6";s:13:"tabs_bg_color";s:7:"#ffffff";s:19:"tabs_inactive_color";s:7:"#ebeaea";s:10:"tagline_bg";s:7:"#f6f6f6";s:20:"tagline_border_color";s:7:"#f6f6f6";s:20:"testimonial_bg_color";s:7:"#f6f6f6";s:22:"testimonial_text_color";s:7:"#747474";s:10:"blog_title";s:4:"Blog";s:11:"blog_layout";s:5:"Large";s:21:"blog_sidebar_position";s:5:"Right";s:19:"blog_archive_layout";s:5:"Large";s:20:"blog_archive_sidebar";s:4:"None";s:20:"blog_pagination_type";s:10:"Pagination";s:17:"blog_grid_columns";s:1:"3";s:14:"content_length";s:7:"Excerpt";s:19:"excerpt_length_blog";s:2:"55";s:18:"strip_html_excerpt";s:1:"1";s:15:"blog_full_width";s:1:"0";s:22:"single_post_full_width";s:1:"0";s:15:"featured_images";s:1:"1";s:32:"alternate_date_format_month_year";s:0:"";s:25:"alternate_date_format_day";s:0:"";s:20:"timeline_date_format";s:0:"";s:22:"featured_images_single";s:1:"1";s:11:"blog_pn_nav";s:1:"0";s:15:"blog_post_title";s:1:"1";s:11:"author_info";s:1:"1";s:18:"social_sharing_box";s:1:"1";s:13:"related_posts";s:1:"1";s:13:"blog_comments";s:1:"1";s:9:"post_meta";s:1:"1";s:16:"post_meta_author";s:1:"0";s:14:"post_meta_date";s:1:"0";s:14:"post_meta_cats";s:1:"0";s:18:"post_meta_comments";s:1:"0";s:14:"post_meta_read";s:1:"0";s:11:"date_format";s:7:"F jS, Y";s:15:"portfolio_items";s:2:"10";s:24:"portfolio_archive_layout";s:20:"Portfolio One Column";s:25:"portfolio_archive_sidebar";s:4:"None";s:24:"portfolio_content_length";s:7:"Excerpt";s:24:"excerpt_length_portfolio";s:2:"55";s:20:"grid_pagination_type";s:10:"Pagination";s:14:"portfolio_slug";s:15:"portfolio-items";s:25:"portfolio_featured_images";s:1:"0";s:16:"portfolio_pn_nav";s:1:"0";s:18:"portfolio_comments";s:1:"0";s:16:"portfolio_author";s:1:"0";s:16:"sharing_facebook";s:1:"1";s:15:"sharing_twitter";s:1:"1";s:14:"sharing_reddit";s:1:"0";s:16:"sharing_linkedin";s:1:"0";s:14:"sharing_google";s:1:"0";s:14:"sharing_tumblr";s:1:"0";s:17:"sharing_pinterest";s:1:"0";s:13:"sharing_email";s:1:"1";s:13:"facebook_link";s:1:"#";s:11:"flickr_link";s:0:"";s:8:"rss_link";s:0:"";s:12:"twitter_link";s:1:"#";s:10:"vimeo_link";s:0:"";s:12:"youtube_link";s:63:"https://www.youtube.com/channel/UCGXuZZA95xD9LdOesfHG9sQ/videos";s:14:"pinterest_link";s:0:"";s:11:"tumblr_link";s:0:"";s:11:"google_link";s:0:"";s:13:"dribbble_link";s:0:"";s:9:"digg_link";s:0:"";s:13:"linkedin_link";s:0:"";s:12:"blogger_link";s:0:"";s:10:"skype_link";s:0:"";s:11:"forrst_link";s:0:"";s:12:"myspace_link";s:0:"";s:15:"deviantart_link";s:0:"";s:10:"yahoo_link";s:0:"";s:11:"reddit_link";s:0:"";s:16:"custom_icon_name";s:0:"";s:17:"custom_icon_image";s:0:"";s:24:"custom_icon_image_retina";s:0:"";s:17:"retina_icon_width";s:0:"";s:18:"retina_icon_height";s:0:"";s:16:"custom_icon_link";s:0:"";s:15:"posts_slideshow";s:1:"1";s:22:"posts_slideshow_number";s:1:"5";s:18:"slideshow_autoplay";s:1:"1";s:23:"slideshow_smooth_height";s:1:"0";s:15:"slideshow_speed";s:4:"7000";s:17:"flexslider_number";s:1:"5";s:22:"pagination_video_slide";s:1:"0";s:22:"legacy_posts_slideshow";s:1:"0";s:16:"flexslider_width";s:5:"940px";s:18:"flexslider_circles";s:1:"0";s:13:"tfs_animation";s:4:"fade";s:12:"tfs_autoplay";s:1:"1";s:19:"tfs_slideshow_speed";s:4:"7000";s:19:"tfs_animation_speed";s:3:"600";s:18:"flexsliders_number";s:1:"1";s:12:"flexslider_1";a:3:{i:1;a:5:{s:5:"order";s:1:"1";s:5:"title";s:148:"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam";s:3:"url";s:71:"http://theme-fusion.com/avadaxml/wp-content/uploads/2013/10/slide_1.jpg";s:4:"link";s:0:"";s:11:"description";s:0:"";}i:2;a:5:{s:5:"order";s:1:"2";s:5:"title";s:0:"";s:3:"url";s:0:"";s:4:"link";s:0:"";s:11:"description";s:116:"<iframe width=''940'' height=''560'' src=''//www.youtube.com/embed/mcixldqDIEQ'' frameborder=''0'' allowfullscreen></iframe>";}i:3;a:5:{s:5:"order";s:1:"3";s:5:"title";s:148:"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam";s:3:"url";s:71:"http://theme-fusion.com/avadaxml/wp-content/uploads/2012/11/slide_2.jpg";s:4:"link";s:0:"";s:11:"description";s:0:"";}}s:17:"tfes_slider_width";s:4:"100%";s:18:"tfes_slider_height";s:5:"400px";s:14:"tfes_animation";s:5:"sides";s:13:"tfes_autoplay";s:1:"1";s:13:"tfes_interval";s:4:"3000";s:10:"tfes_speed";s:3:"800";s:10:"tfes_width";s:3:"150";s:18:"es_title_font_size";s:2:"42";s:20:"es_caption_font_size";s:2:"20";s:14:"es_title_color";s:7:"#333333";s:16:"es_caption_color";s:7:"#747474";s:24:"lightbox_animation_speed";s:4:"Fast";s:16:"lightbox_gallery";s:1:"1";s:17:"lightbox_autoplay";s:1:"0";s:24:"lightbox_slideshow_speed";s:4:"5000";s:16:"lightbox_opacity";s:3:"0.8";s:14:"lightbox_title";s:1:"1";s:13:"lightbox_desc";s:1:"1";s:15:"lightbox_social";s:1:"1";s:20:"lightbox_post_images";s:1:"0";s:9:"gmap_type";s:7:"roadmap";s:10:"gmap_width";s:4:"100%";s:11:"gmap_height";s:5:"415px";s:12:"gmap_address";s:49:"775 New York Ave, Brooklyn, Kings, New York 11203";s:13:"email_address";s:0:"";s:14:"map_zoom_level";s:1:"8";s:7:"map_pin";s:1:"0";s:9:"map_popup";s:1:"0";s:15:"map_scrollwheel";s:1:"0";s:9:"map_scale";s:1:"0";s:15:"map_zoomcontrol";s:1:"0";s:16:"recaptcha_public";s:0:"";s:17:"recaptcha_private";s:0:"";s:22:"recaptcha_color_scheme";s:3:"red";s:16:"sidebar_bg_color";s:11:"transparent";s:13:"content_width";s:10:"71.1702128";s:13:"sidebar_width";s:10:"23.4042553";s:15:"sidebar_padding";s:1:"0";s:14:"dev_shortcodes";s:1:"0";s:16:"avada_rev_styles";s:1:"0";s:18:"testimonials_speed";s:4:"4000";s:19:"default_sidebar_pos";s:5:"Right";s:16:"sidenav_behavior";s:5:"Hover";s:20:"number_related_posts";s:1:"5";s:14:"comments_pages";s:1:"0";s:14:"link_read_more";s:1:"0";s:16:"disable_excerpts";s:1:"0";s:21:"featured_images_pages";s:1:"0";s:18:"faq_featured_image";s:1:"0";s:21:"nofollow_social_links";s:1:"0";s:14:"image_rollover";s:1:"1";s:19:"link_image_rollover";s:1:"0";s:19:"zoom_image_rollover";s:1:"0";s:20:"title_image_rollover";s:1:"0";s:25:"title_link_image_rollover";s:1:"0";s:19:"cats_image_rollover";s:1:"0";s:22:"image_rollover_opacity";s:1:"1";s:14:"search_content";s:15:"Posts and Pages";s:14:"search_excerpt";s:1:"0";s:23:"search_results_per_page";s:2:"10";s:22:"search_featured_images";s:1:"0";s:22:"bbpress_global_sidebar";s:1:"0";s:15:"ppbress_sidebar";s:4:"None";s:8:"ubermenu";s:1:"0";s:15:"post_type_order";s:1:"0";s:18:"status_layerslider";s:1:"0";s:16:"status_revslider";s:1:"0";s:17:"status_flexslider";s:1:"0";s:15:"use_animate_css";s:1:"0";s:26:"disable_mobile_animate_css";s:1:"1";s:15:"status_lightbox";s:1:"0";s:11:"status_gmap";s:1:"0";s:9:"status_yt";s:1:"0";s:12:"status_vimeo";s:1:"0";s:14:"status_jqcycle";s:1:"0";s:14:"status_eslider";s:1:"0";s:12:"status_totop";s:1:"1";s:19:"status_totop_mobile";s:1:"1";s:9:"woo_items";s:2:"12";s:27:"woocommerce_archive_sidebar";s:4:"None";s:28:"woocommerce_acc_link_top_nav";s:1:"1";s:29:"woocommerce_cart_link_top_nav";s:1:"1";s:29:"woocommerce_acc_link_main_nav";s:1:"0";s:30:"woocommerce_cart_link_main_nav";s:1:"1";s:24:"woocommerce_social_links";s:1:"0";s:13:"woo_acc_msg_1";s:55:"Need Assistance? Call customer service at 888-555-5555.";s:13:"woo_acc_msg_2";s:32:"E-mail them at info@yourshop.com";s:10:"custom_css";s:0:"";}', 'yes'),
|
||
(397, 'Avada_options_es', 'a:405:{s:10:"responsive";s:1:"1";s:12:"ipad_potrait";s:1:"1";s:16:"google_analytics";s:0:"";s:10:"space_head";s:0:"";s:10:"space_body";s:0:"";s:13:"header_layout";s:2:"v4";s:19:"header_left_content";s:11:"Leave Empty";s:20:"header_right_content";s:11:"Leave Empty";s:17:"header_v4_content";s:7:"Tagline";s:18:"header_banner_code";s:0:"";s:13:"header_number";s:15:"+34 619 686 633";s:12:"header_email";s:21:"info@doublergroup.com";s:14:"header_tagline";s:37:"Cría y alta competición de caballos";s:15:"header_bg_image";s:0:"";s:14:"header_bg_full";s:1:"0";s:18:"header_bg_parallax";s:1:"0";s:16:"header_bg_repeat";s:6:"repeat";s:16:"icons_header_new";s:1:"1";s:17:"margin_header_top";s:3:"0px";s:20:"margin_header_bottom";s:3:"0px";s:13:"header_sticky";s:1:"0";s:20:"header_sticky_tablet";s:1:"0";s:20:"header_sticky_mobile";s:1:"0";s:21:"header_sticky_opacity";s:0:"";s:25:"header_sticky_nav_padding";s:0:"";s:27:"header_sticky_nav_font_size";s:0:"";s:28:"header_sticky_logo_max_width";s:0:"";s:4:"logo";s:70:"http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Logo-RR.png";s:11:"logo_retina";s:80:"http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Logo-RR@2x-300x51.png";s:17:"retina_logo_width";s:3:"200";s:18:"retina_logo_height";s:2:"35";s:14:"logo_alignment";s:4:"Left";s:16:"margin_logo_left";s:3:"0px";s:17:"margin_logo_right";s:3:"0px";s:15:"margin_logo_top";s:3:"0px";s:18:"margin_logo_bottom";s:3:"0px";s:7:"favicon";s:0:"";s:11:"iphone_icon";s:0:"";s:18:"iphone_icon_retina";s:0:"";s:9:"ipad_icon";s:0:"";s:16:"ipad_icon_retina";s:0:"";s:10:"nav_height";s:2:"40";s:11:"nav_padding";s:2:"35";s:19:"dropdown_menu_width";s:5:"170px";s:20:"main_nav_search_icon";s:1:"1";s:20:"main_nav_icon_circle";s:1:"0";s:14:"page_title_bar";s:1:"1";s:17:"page_title_height";s:4:"65px";s:13:"page_title_bg";s:74:"http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/01/page_bkgd31.jpg";s:20:"page_title_bg_retina";s:0:"";s:18:"page_title_bg_full";s:1:"1";s:22:"page_title_bg_parallax";s:1:"0";s:19:"page_title_bg_color";s:7:"#F6F6F6";s:23:"page_title_border_color";s:7:"#d2d3d4";s:17:"page_title_bar_bs";s:11:"Breadcrumbs";s:10:"breadcrumb";s:1:"0";s:17:"breadcrumb_mobile";s:1:"0";s:16:"breacrumb_prefix";s:0:"";s:18:"slidingbar_widgets";s:1:"0";s:25:"mobile_slidingbar_widgets";s:1:"1";s:21:"slidingbar_top_border";s:1:"0";s:32:"slidingbar_bg_color_transparency";s:1:"0";s:23:"slidingbar_open_on_load";s:1:"0";s:26:"slidingbar_widgets_columns";s:1:"2";s:14:"footer_widgets";s:1:"1";s:22:"footer_widgets_columns";s:1:"3";s:16:"footerw_bg_image";s:69:"http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/01/footer.png";s:15:"footerw_bg_full";s:1:"0";s:23:"footer_area_bg_parallax";s:1:"0";s:17:"footerw_bg_repeat";s:8:"repeat-x";s:14:"footerw_bg_pos";s:8:"top left";s:23:"footer_area_top_padding";s:0:"";s:26:"footer_area_bottom_padding";s:0:"";s:16:"footer_copyright";s:1:"1";s:11:"footer_text";s:101:"Copyright 2014 Double R Group | <a href=''''>Aviso legal</a> | <a href=''''>Política de privacidad</a>";s:12:"icons_footer";s:1:"1";s:16:"icons_footer_new";s:1:"1";s:21:"copyright_top_padding";s:2:"18";s:24:"copyright_bottom_padding";s:2:"18";s:6:"layout";s:4:"Wide";s:8:"bg_image";s:0:"";s:7:"bg_full";s:1:"0";s:9:"bg_repeat";s:6:"repeat";s:8:"bg_color";s:7:"#d7d6d6";s:17:"bg_pattern_option";s:1:"0";s:10:"bg_pattern";s:8:"pattern1";s:16:"content_bg_image";s:68:"http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/01/fondo.jpg";s:15:"content_bg_full";s:1:"0";s:17:"content_bg_repeat";s:6:"repeat";s:16:"custom_font_woff";s:0:"";s:15:"custom_font_ttf";s:0:"";s:15:"custom_font_svg";s:0:"";s:15:"custom_font_eot";s:0:"";s:11:"google_body";s:11:"Droid Serif";s:10:"google_nav";s:6:"Roboto";s:15:"google_headings";s:6:"Roboto";s:22:"google_footer_headings";s:6:"Roboto";s:13:"standard_body";s:11:"Select Font";s:12:"standard_nav";s:11:"Select Font";s:17:"standard_headings";s:11:"Select Font";s:24:"standard_footer_headings";s:11:"Select Font";s:14:"body_font_size";s:2:"14";s:13:"nav_font_size";s:2:"16";s:22:"nav_dropdown_font_size";s:2:"16";s:14:"snav_font_size";s:2:"12";s:18:"side_nav_font_size";s:2:"14";s:21:"breadcrumbs_font_size";s:2:"14";s:15:"sidew_font_size";s:2:"15";s:20:"slidingbar_font_size";s:2:"13";s:15:"footw_font_size";s:2:"15";s:19:"copyright_font_size";s:2:"12";s:12:"h1_font_size";s:2:"36";s:12:"h2_font_size";s:2:"29";s:12:"h3_font_size";s:2:"24";s:12:"h4_font_size";s:2:"18";s:12:"h5_font_size";s:2:"15";s:12:"h6_font_size";s:2:"15";s:17:"tagline_font_size";s:2:"16";s:20:"page_title_font_size";s:2:"18";s:30:"page_title_subheader_font_size";s:2:"18";s:12:"body_font_lh";s:2:"21";s:10:"h1_font_lh";s:2:"44";s:10:"h2_font_lh";s:2:"44";s:10:"h3_font_lh";s:2:"29";s:10:"h4_font_lh";s:2:"25";s:10:"h5_font_lh";s:2:"21";s:10:"h6_font_lh";s:2:"21";s:11:"scheme_type";s:5:"Light";s:12:"color_scheme";s:4:"Blue";s:13:"primary_color";s:7:"#395b7b";s:19:"slidingbar_bg_color";s:7:"#363839";s:22:"header_sticky_bg_color";s:7:"#ffffff";s:15:"header_bg_color";s:7:"#ffffff";s:19:"header_border_color";s:7:"#e5e5e5";s:19:"header_top_bg_color";s:7:"#395b7b";s:16:"content_bg_color";s:7:"#ffffff";s:15:"footer_bg_color";s:7:"#ffffff";s:19:"footer_border_color";s:7:"#ffffff";s:18:"copyright_bg_color";s:7:"#1f1f1f";s:22:"copyright_border_color";s:7:"#242424";s:24:"image_gradient_top_color";s:7:"#395b7b";s:27:"image_gradient_bottom_color";s:7:"#395b7b";s:25:"button_gradient_top_color";s:7:"#395b7b";s:28:"button_gradient_bottom_color";s:7:"#395b7b";s:24:"slidingbar_divider_color";s:7:"#282A2B";s:20:"footer_divider_color";s:7:"#464849";s:13:"form_bg_color";s:7:"#ffffff";s:15:"form_text_color";s:7:"#333333";s:17:"form_border_color";s:7:"#d2d2d2";s:17:"timeline_bg_color";s:11:"transparent";s:14:"timeline_color";s:7:"#ebeaea";s:12:"qty_bg_color";s:7:"#fbfaf9";s:18:"qty_bg_hover_color";s:7:"#ffffff";s:19:"bbp_forum_header_bg";s:7:"#ebeaea";s:22:"bbp_forum_border_color";s:7:"#ebeaea";s:21:"socialbox_icons_color";s:4:"Dark";s:18:"header_icons_color";s:5:"Light";s:18:"footer_icons_color";s:4:"Dark";s:16:"main_top_padding";s:0:"";s:19:"main_bottom_padding";s:0:"";s:16:"hundredp_padding";s:0:"";s:18:"button_text_shadow";s:1:"1";s:22:"slidingbar_text_shadow";s:1:"1";s:18:"footer_text_shadow";s:1:"1";s:26:"button_gradient_text_color";s:7:"#ebeaea";s:18:"tagline_font_color";s:7:"#395b7b";s:16:"page_title_color";s:7:"#395b7b";s:8:"h1_color";s:7:"#333333";s:8:"h2_color";s:7:"#333333";s:8:"h3_color";s:7:"#333333";s:8:"h4_color";s:7:"#333333";s:8:"h5_color";s:7:"#333333";s:8:"h6_color";s:7:"#333333";s:15:"body_text_color";s:7:"#333333";s:10:"link_color";s:7:"#395b7b";s:22:"breadcrumbs_text_color";s:7:"#8C8989";s:25:"slidingbar_headings_color";s:7:"#DDDDDD";s:21:"slidingbar_text_color";s:7:"#8C8989";s:21:"slidingbar_link_color";s:7:"#BFBFBF";s:21:"sidebar_heading_color";s:7:"#333333";s:21:"footer_headings_color";s:7:"#B4C2CD";s:17:"footer_text_color";s:7:"#666666";s:17:"footer_link_color";s:7:"#B4C2CD";s:17:"menu_h45_bg_color";s:7:"#395b7b";s:16:"menu_first_color";s:7:"#B4C2CD";s:22:"menu_hover_first_color";s:7:"#ffffff";s:17:"menu_sub_bg_color";s:7:"#395b7b";s:19:"menu_bg_hover_color";s:7:"#ffffff";s:14:"menu_sub_color";s:7:"#B4C2CD";s:18:"menu_sub_sep_color";s:7:"#B4C2CD";s:10:"snav_color";s:7:"#ffffff";s:29:"header_top_first_border_color";s:7:"#B4C2CD";s:23:"header_top_sub_bg_color";s:7:"#395b7b";s:25:"header_top_menu_sub_color";s:7:"#747474";s:30:"header_top_menu_bg_hover_color";s:7:"#fafafa";s:31:"header_top_menu_sub_hover_color";s:7:"#333333";s:29:"header_top_menu_sub_sep_color";s:7:"#B4C2CD";s:17:"woo_cart_bg_color";s:7:"#fafafa";s:24:"accordian_inactive_color";s:7:"#333333";s:20:"counter_filled_color";s:7:"#1a80b6";s:22:"counter_unfilled_color";s:7:"#f6f6f6";s:15:"dates_box_color";s:7:"#eef0f2";s:18:"carousel_nav_color";s:7:"#999999";s:20:"carousel_hover_color";s:7:"#808080";s:20:"content_box_bg_color";s:11:"transparent";s:21:"checklist_icons_color";s:7:"#ffffff";s:18:"title_border_color";s:7:"#e0dede";s:17:"icon_circle_color";s:7:"#333333";s:17:"icon_border_color";s:7:"#333333";s:10:"icon_color";s:7:"#ffffff";s:21:"imgframe_border_color";s:7:"#f6f6f6";s:20:"imgframe_style_color";s:7:"#000000";s:29:"sep_pricing_box_heading_color";s:7:"#333333";s:36:"full_boxed_pricing_box_heading_color";s:7:"#333333";s:17:"pricing_box_color";s:7:"#62a2c4";s:16:"pricing_bg_color";s:7:"#ffffff";s:20:"pricing_border_color";s:7:"#f8f8f8";s:21:"pricing_divider_color";s:7:"#ededed";s:9:"sep_color";s:7:"#e0dede";s:18:"social_links_color";s:4:"Dark";s:15:"social_bg_color";s:7:"#f6f6f6";s:13:"tabs_bg_color";s:7:"#ffffff";s:19:"tabs_inactive_color";s:7:"#ebeaea";s:10:"tagline_bg";s:7:"#f6f6f6";s:20:"tagline_border_color";s:7:"#f6f6f6";s:20:"testimonial_bg_color";s:7:"#f6f6f6";s:22:"testimonial_text_color";s:7:"#747474";s:10:"blog_title";s:8:"Noticias";s:11:"blog_layout";s:15:"Large Alternate";s:21:"blog_sidebar_position";s:5:"Right";s:19:"blog_archive_layout";s:15:"Large Alternate";s:20:"blog_archive_sidebar";s:12:"Blog Sidebar";s:20:"blog_pagination_type";s:10:"Pagination";s:17:"blog_grid_columns";s:1:"3";s:14:"content_length";s:7:"Excerpt";s:19:"excerpt_length_blog";s:2:"55";s:18:"strip_html_excerpt";s:1:"1";s:15:"blog_full_width";s:1:"0";s:22:"single_post_full_width";s:1:"0";s:15:"featured_images";s:1:"1";s:32:"alternate_date_format_month_year";s:3:"M Y";s:25:"alternate_date_format_day";s:1:"d";s:20:"timeline_date_format";s:0:"";s:22:"featured_images_single";s:1:"1";s:11:"blog_pn_nav";s:1:"0";s:15:"blog_post_title";s:1:"1";s:11:"author_info";s:1:"0";s:18:"social_sharing_box";s:1:"1";s:13:"related_posts";s:1:"0";s:13:"blog_comments";s:1:"0";s:9:"post_meta";s:1:"1";s:16:"post_meta_author";s:1:"1";s:14:"post_meta_date";s:1:"0";s:14:"post_meta_cats";s:1:"1";s:18:"post_meta_comments";s:1:"1";s:14:"post_meta_read";s:1:"0";s:11:"date_format";s:6:"j F, Y";s:15:"portfolio_items";s:1:"9";s:24:"portfolio_archive_layout";s:27:"Portfolio Three Column Text";s:25:"portfolio_archive_sidebar";s:4:"None";s:24:"portfolio_content_length";s:7:"Excerpt";s:24:"excerpt_length_portfolio";s:2:"15";s:20:"grid_pagination_type";s:10:"Pagination";s:14:"portfolio_slug";s:15:"portfolio_items";s:25:"portfolio_featured_images";s:1:"0";s:16:"portfolio_pn_nav";s:1:"0";s:18:"portfolio_comments";s:1:"0";s:16:"portfolio_author";s:1:"0";s:16:"sharing_facebook";s:1:"1";s:15:"sharing_twitter";s:1:"1";s:14:"sharing_reddit";s:1:"0";s:16:"sharing_linkedin";s:1:"0";s:14:"sharing_google";s:1:"0";s:14:"sharing_tumblr";s:1:"0";s:17:"sharing_pinterest";s:1:"0";s:13:"sharing_email";s:1:"1";s:13:"facebook_link";s:1:"#";s:11:"flickr_link";s:0:"";s:8:"rss_link";s:0:"";s:12:"twitter_link";s:1:"#";s:10:"vimeo_link";s:0:"";s:12:"youtube_link";s:63:"https://www.youtube.com/channel/UCGXuZZA95xD9LdOesfHG9sQ/videos";s:14:"pinterest_link";s:0:"";s:11:"tumblr_link";s:0:"";s:11:"google_link";s:0:"";s:13:"dribbble_link";s:0:"";s:9:"digg_link";s:0:"";s:13:"linkedin_link";s:0:"";s:12:"blogger_link";s:0:"";s:10:"skype_link";s:0:"";s:11:"forrst_link";s:0:"";s:12:"myspace_link";s:0:"";s:15:"deviantart_link";s:0:"";s:10:"yahoo_link";s:0:"";s:11:"reddit_link";s:0:"";s:16:"custom_icon_name";s:0:"";s:17:"custom_icon_image";s:0:"";s:24:"custom_icon_image_retina";s:0:"";s:17:"retina_icon_width";s:0:"";s:18:"retina_icon_height";s:0:"";s:16:"custom_icon_link";s:0:"";s:15:"posts_slideshow";s:1:"1";s:22:"posts_slideshow_number";s:1:"5";s:18:"slideshow_autoplay";s:1:"1";s:23:"slideshow_smooth_height";s:1:"0";s:15:"slideshow_speed";s:4:"7000";s:17:"flexslider_number";s:1:"5";s:22:"pagination_video_slide";s:1:"0";s:22:"legacy_posts_slideshow";s:1:"0";s:16:"flexslider_width";s:5:"940px";s:18:"flexslider_circles";s:1:"0";s:13:"tfs_animation";s:4:"fade";s:12:"tfs_autoplay";s:1:"1";s:19:"tfs_slideshow_speed";s:4:"7000";s:19:"tfs_animation_speed";s:3:"600";s:18:"flexsliders_number";s:1:"1";s:12:"flexslider_1";a:3:{i:1;a:5:{s:5:"order";s:1:"1";s:5:"title";s:148:"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam";s:3:"url";s:71:"http://theme-fusion.com/avadaxml/wp-content/uploads/2013/10/slide_1.jpg";s:4:"link";s:0:"";s:11:"description";s:0:"";}i:2;a:5:{s:5:"order";s:1:"2";s:5:"title";s:0:"";s:3:"url";s:0:"";s:4:"link";s:0:"";s:11:"description";s:116:"<iframe width=''940'' height=''560'' src=''//www.youtube.com/embed/mcixldqDIEQ'' frameborder=''0'' allowfullscreen></iframe>";}i:3;a:5:{s:5:"order";s:1:"3";s:5:"title";s:148:"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam";s:3:"url";s:71:"http://theme-fusion.com/avadaxml/wp-content/uploads/2012/11/slide_2.jpg";s:4:"link";s:0:"";s:11:"description";s:0:"";}}s:17:"tfes_slider_width";s:4:"100%";s:18:"tfes_slider_height";s:5:"400px";s:14:"tfes_animation";s:6:"center";s:13:"tfes_autoplay";s:1:"1";s:13:"tfes_interval";s:4:"8000";s:10:"tfes_speed";s:3:"800";s:10:"tfes_width";s:3:"150";s:18:"es_title_font_size";s:2:"42";s:20:"es_caption_font_size";s:2:"20";s:14:"es_title_color";s:7:"#333333";s:16:"es_caption_color";s:7:"#747474";s:24:"lightbox_animation_speed";s:4:"Fast";s:16:"lightbox_gallery";s:1:"1";s:17:"lightbox_autoplay";s:1:"0";s:24:"lightbox_slideshow_speed";s:4:"5000";s:16:"lightbox_opacity";s:3:"0.8";s:14:"lightbox_title";s:1:"1";s:13:"lightbox_desc";s:1:"1";s:15:"lightbox_social";s:1:"1";s:20:"lightbox_post_images";s:1:"0";s:9:"gmap_type";s:7:"roadmap";s:10:"gmap_width";s:4:"100%";s:11:"gmap_height";s:5:"415px";s:12:"gmap_address";s:34:"Calle de Almagro, 21, 28010 Madrid";s:13:"email_address";s:21:"info@doublergroup.com";s:14:"map_zoom_level";s:1:"8";s:7:"map_pin";s:1:"0";s:9:"map_popup";s:1:"0";s:15:"map_scrollwheel";s:1:"0";s:9:"map_scale";s:1:"0";s:15:"map_zoomcontrol";s:1:"0";s:16:"recaptcha_public";s:0:"";s:17:"recaptcha_private";s:0:"";s:22:"recaptcha_color_scheme";s:3:"red";s:16:"sidebar_bg_color";s:11:"transparent";s:13:"content_width";s:10:"71.1702128";s:13:"sidebar_width";s:10:"23.4042553";s:15:"sidebar_padding";s:1:"0";s:14:"dev_shortcodes";s:1:"0";s:16:"avada_rev_styles";s:1:"0";s:18:"testimonials_speed";s:4:"4000";s:19:"default_sidebar_pos";s:5:"Right";s:16:"sidenav_behavior";s:5:"Hover";s:20:"number_related_posts";s:1:"5";s:14:"comments_pages";s:1:"0";s:14:"link_read_more";s:1:"0";s:16:"disable_excerpts";s:1:"0";s:21:"featured_images_pages";s:1:"0";s:18:"faq_featured_image";s:1:"0";s:21:"nofollow_social_links";s:1:"0";s:14:"image_rollover";s:1:"0";s:19:"link_image_rollover";s:1:"0";s:19:"zoom_image_rollover";s:1:"0";s:20:"title_image_rollover";s:1:"0";s:25:"title_link_image_rollover";s:1:"0";s:19:"cats_image_rollover";s:1:"0";s:22:"image_rollover_opacity";s:1:"1";s:14:"search_content";s:15:"Posts and Pages";s:14:"search_excerpt";s:1:"0";s:23:"search_results_per_page";s:2:"10";s:22:"search_featured_images";s:1:"0";s:22:"bbpress_global_sidebar";s:1:"0";s:15:"ppbress_sidebar";s:4:"None";s:8:"ubermenu";s:1:"0";s:15:"post_type_order";s:1:"0";s:18:"status_layerslider";s:1:"0";s:16:"status_revslider";s:1:"0";s:17:"status_flexslider";s:1:"1";s:15:"use_animate_css";s:1:"0";s:26:"disable_mobile_animate_css";s:1:"1";s:15:"status_lightbox";s:1:"0";s:11:"status_gmap";s:1:"0";s:9:"status_yt";s:1:"0";s:12:"status_vimeo";s:1:"0";s:14:"status_jqcycle";s:1:"1";s:14:"status_eslider";s:1:"1";s:12:"status_totop";s:1:"1";s:19:"status_totop_mobile";s:1:"1";s:9:"woo_items";s:2:"12";s:27:"woocommerce_archive_sidebar";s:4:"None";s:28:"woocommerce_acc_link_top_nav";s:1:"1";s:29:"woocommerce_cart_link_top_nav";s:1:"1";s:29:"woocommerce_acc_link_main_nav";s:1:"0";s:30:"woocommerce_cart_link_main_nav";s:1:"1";s:24:"woocommerce_social_links";s:1:"0";s:13:"woo_acc_msg_1";s:55:"Need Assistance? Call customer service at 888-555-5555.";s:13:"woo_acc_msg_2";s:32:"E-mail them at info@yourshop.com";s:10:"custom_css";s:0:"";}', 'yes'),
|
||
(401, 'icl_admin_messages', 'a:2:{s:8:"messages";a:1:{s:28:"_st_default_language_warning";a:6:{s:4:"text";s:160:"<a href="http://wpml.org/faq/string-translation-default-language-not-english/" target="_blank">How to translate strings when default language is not English</a>";s:4:"type";b:0;s:4:"hide";b:0;s:13:"text_fallback";b:0;s:13:"type_fallback";b:0;s:5:"group";s:18:"string-translation";}}s:16:"instant_messages";a:0:{}}', 'yes'),
|
||
(402, 'wpml_cms_nav_settings', 'a:9:{s:10:"page_order";s:10:"menu_order";s:13:"show_cat_menu";i:0;s:19:"cat_menu_page_order";s:1:"0";s:17:"cat_menu_contents";s:5:"posts";s:13:"heading_start";s:0:"";s:11:"heading_end";s:0:"";s:5:"cache";i:0;s:21:"breadcrumbs_separator";s:9:" » ";s:14:"cat_menu_title";s:4:"News";}', 'yes'),
|
||
(403, '_wpml_media', 'a:3:{s:7:"version";s:5:"2.1.1";s:13:"starting_help";b:0;s:20:"new_content_settings";a:3:{s:22:"always_translate_media";b:1;s:15:"duplicate_media";b:1;s:18:"duplicate_featured";b:1;}}', 'yes'),
|
||
(915, 'widget_ad_125_125-widget', 'a:2:{i:3;a:9:{s:12:"ad_125_img_1";s:0:"";s:13:"ad_125_link_1";s:0:"";s:12:"ad_125_img_2";s:0:"";s:13:"ad_125_link_2";s:0:"";s:12:"ad_125_img_3";s:0:"";s:13:"ad_125_link_3";s:0:"";s:12:"ad_125_img_4";s:0:"";s:13:"ad_125_link_4";s:0:"";s:5:"title";b:0;}s:12:"_multiwidget";i:1;}', 'yes'),
|
||
(1407, '_transient_timeout_GFCache_842044387317ac1e8e0e949459be6a36', '1393436213', 'no'),
|
||
(1408, '_transient_GFCache_842044387317ac1e8e0e949459be6a36', '1', 'no'),
|
||
(1409, 'rg_gforms_disable_css', '0', 'yes'),
|
||
(404, 'icl_adl_settings', 'a:4:{s:12:"translations";a:1:{s:2:"es";a:5:{s:4:"core";a:1:{s:9:"available";s:32:"137d6d5447d5d9a27d8f1cb0c9c5a620";}s:9:"twentyten";a:1:{s:9:"available";s:32:"a878951c62eb8e3ee11ecdbfc2764ed5";}s:12:"twentyeleven";a:1:{s:9:"available";s:32:"cd3b3089099d1ec98bd0eab952bc38aa";}s:2:"cc";a:1:{s:9:"available";s:32:"7d08df9de5debb0ca9e87abe563b13af";}s:12:"twentytwelve";a:1:{s:9:"available";s:32:"d2c27891ec91b1ea02cf4727a910d4b3";}}}s:10:"wp_version";s:5:"3.8.1";s:19:"last_time_xml_check";i:1392635663;s:27:"last_time_xml_check_trigger";s:9:"wp-update";}', 'yes'),
|
||
(405, '_icl_admin_option_names', 'a:34:{s:5:"theme";a:3:{s:5:"Avada";a:0:{}s:5:"avada";a:0:{}s:14:"double-r-group";a:0:{}}i:0;s:16:"Avada_options_es";i:1;s:16:"Avada_backups_es";i:2;s:18:"recently_activated";i:3;s:19:"avada_revslider_css";i:4;s:12:"sbg_sidebars";i:5;s:13:"show_on_front";i:6;s:13:"page_on_front";i:7;s:14:"page_for_posts";i:8;s:16:"sidebars_widgets";i:9;s:18:"widget_\\'' . $title";i:10;s:27:"layerslider-release-channel";i:11;s:25:"layerslider-purchase-code";i:12;s:21:"layerslider-validated";i:13;s:15:"ls-google-fonts";i:14;s:11:"ls_\\''.$item";i:15;s:17:"ls-screen-options";i:16;s:18:"ls-collapsed-boxes";i:17;s:29:"layerslider_custom_capability";i:18;s:17:"ls-plugin-version";i:19;s:12:"ls-installed";i:20;s:13:"ls-db-version";i:21;s:12:"cpto_options";i:22;s:14:"CPT_configured";i:23;s:24:"wooslider\\'' . \\''-version";i:24;s:17:"avada_int_plugins";i:25;s:27:"avada_layerslider_activated";i:26;s:30:"avada_layerslider_last_version";i:27;s:23:"shop_catalog_image_size";i:28;s:22:"shop_single_image_size";i:29;s:25:"shop_thumbnail_image_size";i:30;s:21:"avada_ubermenu_notice";i:31;s:28:"avada_ubermenu_notice_hidden";i:32;s:38:"cfTwitterToken_\\''.$args[\\''widget_id\\'']";}', 'yes'),
|
||
(1422, 'widget_nav_menu', 'a:2:{i:2;a:2:{s:5:"title";s:18:"Caballos por razas";s:8:"nav_menu";i:50;}s:12:"_multiwidget";i:1;}', 'yes'),
|
||
(1473, 'theme_mods_twentyfourteen', 'a:1:{s:16:"sidebars_widgets";a:2:{s:4:"time";i:1393513223;s:4:"data";a:4:{s:19:"wp_inactive_widgets";a:17:{i:0;s:14:"recent-posts-7";i:1;s:10:"nav_menu-2";i:2;s:14:"gform_widget-2";i:3;s:14:"gform_widget-3";i:4;s:6:"text-6";i:5;s:6:"text-7";i:6;s:6:"text-3";i:7;s:7:"text-10";i:8;s:7:"text-11";i:9;s:6:"text-8";i:10;s:6:"text-5";i:11;s:6:"text-9";i:12;s:6:"text-4";i:13;s:12:"categories-7";i:14;s:14:"recent-posts-5";i:15;s:14:"recent-posts-6";i:16;s:14:"recent-posts-3";}s:9:"sidebar-1";a:3:{i:0;s:14:"recent-posts-2";i:1;s:10:"archives-2";i:2;s:12:"categories-2";}s:9:"sidebar-2";a:0:{}s:9:"sidebar-3";a:0:{}}}}', 'yes'),
|
||
(412, 'widget_icl_lang_sel_widget', 'a:1:{i:1;a:1:{s:5:"title";b:0;}}', 'yes'),
|
||
(1784, 'gform_email_count', '1', 'yes'),
|
||
(1906, '_site_transient_timeout_browser_dbbaf6ebb0240fdf90c82a951e227dd1', '1394638973', 'yes'),
|
||
(1907, '_site_transient_browser_dbbaf6ebb0240fdf90c82a951e227dd1', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:7:"Firefox";s:7:"version";s:4:"27.0";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:2:"16";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
|
||
(1910, '_transient_timeout_feed_mod_90703ac594673efe43c980672b645276', '1394077375', 'no'),
|
||
(1911, '_transient_feed_mod_90703ac594673efe43c980672b645276', '1394034175', 'no'),
|
||
(1908, '_transient_timeout_feed_90703ac594673efe43c980672b645276', '1394077375', 'no');
|
||
INSERT INTO `drgrp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
|
||
(1909, '_transient_feed_90703ac594673efe43c980672b645276', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:51:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:4:"WPML";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:15:"http://wpml.org";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:52:"The Plugin for Building Multilingual WordPress Sites";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 05 Mar 2014 15:43:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:29:"http://wordpress.org/?v=3.8.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:42:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:10:"WPML 3.1.4";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:35:"http://wpml.org/2014/03/wpml-3-1-4/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:44:"http://wpml.org/2014/03/wpml-3-1-4/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 04 Mar 2014 15:17:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"WPML versions";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"http://wpml.org/?p=351701";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:345:"Finally, WPML 3.1.4 is released. This has been a bumpy ride, but I think that we only came out stronger. WPML 3.1.4 delivers much improved performance, new features and greater stability. The premature release of WPML 3.1, almost 3 weeks ago, had introduced a number of critical bugs, which shouldn’t have slipped our testing. In […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Amir";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:4791:"<p><strong>Finally, WPML 3.1.4 is released. This has been a bumpy ride, but I think that we only came out stronger. WPML 3.1.4 delivers much improved performance, new features and greater stability.</strong></p>\n<p>The premature release of WPML 3.1, almost 3 weeks ago, had introduced a number of critical bugs, which shouldn’t have slipped our testing. In the time since then, our entire development team worked on handling these bugs and anything else anyone had problem with. The result of this intensive work is WPML 3.1.4, which includes very significant performance improvements, a new capabilities system and a very smooth ride.</p>\n<p>It’s a major update. As such, we recommend to back up your database before updating. You should really back up your DB before any round of theme, plugins or WordPress update. Usually things go smoothly, but having that backup from before the update will make life easier, if you need any help later.</p>\n<p>The original <a href="http://wpml.org/2014/02/wpml-3-1-performance-boost-admin-permissions/">announcement for WPML 3.1</a> covers the new stuff. Basically, WPML may take up to 50% less CPU than before, a lot less on the DB and have a new set of <a href="http://wpml.org/documentation/support/wpml-admin-capabilities/">custom capabilities</a>.</p>\n<h2>Download and upgrade</h2>\n<p>If you are using our Installer plugin, you will receive this update automatically to your WordPress admin. You can always download manually from your <a href="http://wpml.org/my-account/">WPML account</a>.</p>\n<p>Again, this is a pretty major upgrade, with almost every file in WPML edited. We backed up our database before this release and you should too.</p>\n<h2>Credits</h2>\n<p>WPML 3.1.4 is the result of very hard work from the entire team. Want to meet them?</p>\n<h4 style="clear:both;">Andrea</h4>\n<p><img src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2013/11/Andrea.jpg" style="width:100px; float:right; margin-left:2em;">Andrea is WPML’s lead developer. Many of the excellent database caching improvements in WPML came from Andrea’s brain.</p>\n<h4 style="clear:both;">Konrad</h4>\n<p><img src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2013/11/konrad-karpieszuk.jpg" style="width:100px; float:right; margin-left:2em;">Many of you might have run into Konrad in the last few weeks, working on bug analysis. Right now, Konrad is working to further improve WPML performance.</p>\n<h4 style="clear:both;">Paweł</h4>\n<p><img src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/pawel-wawrzyniak.jpg" style="width:100px; float:right; margin-left:2em;">Paweł is the newest member in WPML development team. His work on WPML 3.1.4 was relatively small, but he it taking responsibility for major development in WPML 3.2.</p>\n<h4 style="clear:both;">Mihai</h4>\n<p><img src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2013/10/Mihai.jpg" style="width:100px; float:right; margin-left:2em;">Mihai had led WPML development from its inception and until last year. Now, Mihai is leading WooCommerce Multilingual. Mihai and the entire WooCommerce Multilingual team worked on WPML 3.1.4, crushing bugs and optimizing performance.</p>\n<h4 style="clear:both;">Alex</h4>\n<p><img src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2013/10/alex.altabaev.jpg" style="width:100px; float:right; margin-left:2em;">Alex has worked on WPML for nearly two years and is now in WooCommerce Multilingual team. Alex worked on critical issues for this release and helped with complex debug for compatibility issues.</p>\n<h4 style="clear:both;">Bernat</h4>\n<p><img src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2013/11/BernatTorras_1.jpg" style="width:100px; float:right; margin-left:2em;">Bernat is the newest member of WooCommerce Multilingual team. He helped many clients and focused on compatibility problems with WooCommerce 2.1.</p>\n<h4 style="clear:both;">Bigul</h4>\n<p><img src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2013/11/Bigul.jpg" style="width:100px; float:right; margin-left:2em;">Bigul is our QA specialist. Bigul ran extensive testing for WPML 3.1.4, found last issues and helped ensure that you receive a stable product. Did you know that a complete QA cycle for WPML takes three days, includes different browsers, PHP versions and web servers?</p>\n<h2 style="clear:both;">Next for WPML</h2>\n<p>Remember we talked about opening WPML to other translation services? It’s finally coming in WPML 3.2. Also planned for this release are great improvements for RTL sites, more performance boosting and compatibility with the upcoming WordPress 3.9.</p>\n<p><strong>Ideas? Suggestions? Leave your comments and we’ll get back to you.</strong></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:40:"http://wpml.org/2014/03/wpml-3-1-4/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"5";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:42:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:102:"This week compatible – Adventure, The Organic Shop, Reatro, Ditty News Ticker and Posts 2 Posts WPML";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:107:"http://wpml.org/2014/02/week-compatible-adventure-organic-shop-reatro-ditty-news-ticker-posts-2-posts-wpml/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:116:"http://wpml.org/2014/02/week-compatible-adventure-organic-shop-reatro-ditty-news-ticker-posts-2-posts-wpml/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 26 Feb 2014 07:33:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:22:"Compatibility Bulletin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"http://wpml.org/?p=347412";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:311:"Today we are happy to announce that we have another 3 themes and 2 plugins to add to our compatibility list. The themes are Adventure, The Organic Shop, Reatro and the plugins are Ditty News Ticker, Posts 2 Posts WPML. If you want to review the entire multilingual ready list of themes and plugins you […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Dominykas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:5397:"<p>Today we are happy to announce that we have another 3 themes and 2 plugins to add to our compatibility list. The themes are <a href="http://www.organicthemes.com/theme/adventure-theme/" target="_blank">Adventure</a>, <a href="http://www.organicthemes.com/theme/shop-theme/" target="_blank">The Organic Shop</a>, <a href="http://themeforest.net/item/reatro-multipurpose-woocommerce-wordpress-theme/5493772" target="_blank">Reatro</a> and the plugins are <a href="http://wordpress.org/plugins/ditty-news-ticker/" target="_blank">Ditty News Ticker</a>, <a href="http://wordpress.org/plugins/ditty-news-ticker/" target="_blank">Posts 2 Posts WPML</a>.</p>\n<p>If you want to review the entire multilingual ready list of themes and plugins you are welcome to view it here:</p>\n<ul>\n<li><a title="Multilingual Ready Themes " href="http://wpml.org/documentation/theme-compatibility/">Multilingual Ready Themes</a></li>\n<li><a title="Multilingual Ready Plugins " href="http://wpml.org/documentation/plugins-compatibility/">Multilingual Ready Plugins</a></li>\n</ul>\n<p>Also, if you’re a theme or a plugin author and you want to make it compatible with WPML, we welcome you and ready to help: You are welcome to contact us at <a href="http://wpml.org/documentation/theme-compatibility/go-global-program/">go global program page</a>.</p>\n<p>In order to expedite the process we strongly recommend that you test your theme or plugin with our <a title="Achieving WPML compatibility for your themes and plugins" href="http://wpml.org/documentation/support/achieving-wpml-compatibility-for-your-themes-and-plugins/">Achieving WPML compatibility for your themes and plugins</a>. It easily tests compatibility with WPML and helps you quickly make your theme or plugin <strong>Multilingual Ready</strong>.</p>\n<div class="feature">\n<h2 style="text-align: center;">Adventure theme</h2>\n<p style="text-align: center;"><a href="http://www.organicthemes.com/theme/adventure-theme/"><img class="aligncenter size-full wp-image-340493" alt="ekho" src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/adventure_theme.png" width="590" height="300" /></a></p>\n<blockquote><p>Adventure is a responsive and retina optimized WordPress theme designed for sharing life adventures. The theme was created with travelers, explorers and adventure related businesses in mind. Adventure features a full width featured slideshow for showcasing you’re most important articles.</p></blockquote>\n<p><a class="button download-button vt-p" href="http://www.organicthemes.com/theme/adventure-theme/" target="_blank">Purchase Adventure</a></p>\n</div>\n<div class="feature">\n<h2 style="text-align: center;">The Organic Shop theme</h2>\n<p style="text-align: center;"><a href="http://www.organicthemes.com/theme/shop-theme/"><img class="aligncenter size-full wp-image-340493" alt="ekho" src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/organic_shop.png" width="590" height="300" /></a></p>\n<blockquote><p>The Shop Theme is designed for eCommerce. The theme was developed to work with the popular and free WooCommerce plugin. The design is clean, modern and flexible — accommodating a large variety of brands and products. The Shop Theme also features a responsive layout for mobile devices, making it easier for mobile users to purchase products from your site.</p></blockquote>\n<p><a class="button download-button vt-p" href="http://www.organicthemes.com/theme/shop-theme/" target="_blank">Purchase The Organic Shop</a></p>\n</div>\n<div class="feature">\n<h2 style="text-align: center;">Reatro theme</h2>\n<p style="text-align: center;"><a href="http://themeforest.net/item/reatro-multipurpose-woocommerce-wordpress-theme/5493772"><img class="aligncenter size-full wp-image-340493" alt="ekho" src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/reatro.png" width="590" height="300" /></a></p>\n<blockquote><p>Reatro is a professional business & eCommerce WordPress theme, it can be used for multi-purpose, easy to install and customize with clean and flexible design. The colors option can help you to customize the inteface in 5 mins. If you want to build a business or eCommerce website, reatro is a good choice.</p></blockquote>\n<p><a class="button download-button vt-p" href="http://themeforest.net/item/reatro-multipurpose-woocommerce-wordpress-theme/5493772" target="_blank">Purchase Reatro</a></p>\n</div>\n<div class="feature">\n<h2 style="text-align: center;">Ditty News Ticker plugin</h2>\n<blockquote><p>Ditty News Ticker is a multi-functional data display plugin. Easily add custom news tickers to your site either through shortcodes, direct functions, or in a custom Ditty News Ticker Widget.</p></blockquote>\n<p><a class="button download-button vt-p" href="http://wordpress.org/plugins/ditty-news-ticker/" target="_blank">Download Ditty News Ticker</a></p>\n</div>\n<div class="feature">\n<h2 style="text-align: center;">Posts 2 Posts WPML plugin</h2>\n<blockquote><p>Integration between Posts 2 Posts and WPML. Posts 2 Posts plugin allows you to create many-to-many relationships between posts of any type: post, page, custom etc. Additionally, you can create many-to-many relationships between posts and users.</p></blockquote>\n<p><a class="button download-button vt-p" href="http://wordpress.org/plugins/p2p-wpml/" target="_blank">Download Posts 2 Posts WPML</a></p>\n</div>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:112:"http://wpml.org/2014/02/week-compatible-adventure-organic-shop-reatro-ditty-news-ticker-posts-2-posts-wpml/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:42:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:90:"Making a multilingual site ready for search engine indexing: a case study of oneFerro site";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:78:"http://wpml.org/2014/02/making-multilingual-site-ready-search-engine-indexing/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:87:"http://wpml.org/2014/02/making-multilingual-site-ready-search-engine-indexing/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 25 Feb 2014 07:14:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:12:"Case studies";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"http://wpml.org/?p=343822";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:327:"What is the main reason to make your site multilingual? “To attract more foreign customers.” This is how WPML users submitting their work to our showcase usually justify the need for going global with the WordPress sites. However, the point is that you will not gain new customers unless your site is easy to find […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Agnes Bury";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:18284:"<p>What is the main reason to make your site multilingual? “To attract more foreign customers.” This is how WPML users submitting their work to our showcase usually justify the need for going global with the WordPress sites. However, the point is that you will not gain new customers unless your site is easy to find through search engines. Today, we examine <strong>Marek Dziok’s site OneFerro.com</strong> built with <a href="http://wpml.org/">WPML</a> to meet Google’s official guidelines for multilingual sites.</p>\n<p>In this case study, the project’s author shares his experience, practices, and the results he gained in terms of Google SEPRs with his multilingual site. You will also find some useful tips and hints that can help make any WPML site ready to crawl and be indexed by search engines.</p>\n<h2>About the project</h2>\n<p><div id="attachment_343836" style="width: 310px" class="wp-caption alignleft"><a href="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/oneferro-multilingual-site.jpg"><img src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/oneferro-multilingual-site-300x226.jpg" alt="oneferro multilingual site" width="300" height="226" class="size-medium wp-image-343836" /></a><p class="wp-caption-text">oneFerro.com</p></div> <a href="http://oneferro.com/">oneferro.com</a> </p>\n<p class="clearfix"> Oneferro specializes in secondary steel trading. The site was created by Marek Dziok, a WordPress fan and a business participator of the oneFerro company.</p>\n<h3>The main project goals that the author wanted to achieve</h3>\n<ul>\n<li>To present secondary steel offers from all over the world in different languages.</li>\n<li>To easily manage product offer items.</li>\n<li>To display the product offers in a well-structured manner, using tables, having PDFs attached, etc.</li>\n<li>To make his site ready for mobile devices (responsive web design).</li>\n<li>To get the highest positions in the Google search engine for certain selected keywords.</li>\n</ul>\n<h3>What was the reason to make the site multilingual?</h3>\n<p>The site was built for a company operating in the international market. Therefore, it was supposed to be in three basic languages:</p>\n<ul>\n<li>Polish (as the native language; the company is based in Poland)</li>\n<li>English (as an international standard in worldwide trading)</li>\n<li>Russian (as a measure to open gates for new Eastern markets)</li>\n</ul>\n<h2>About the author</h2>\n<div id="attachment_343853" style="width: 250px" class="wp-caption alignright"><a href="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/marek.jpg"><img src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/marek-240x300.jpg" alt="Marek Dziok - oneFerro.com site author" width="240" height="300" class="size-medium wp-image-343853" /></a><p class="wp-caption-text">Marek Dziok – oneFerro.com site author</p></div>\n<h3>Marek Dziok</h3>\n<p>An Internet and SEO hothead. He treats WP-development and webmastering as a hobby. Professionally, he is a member of the board of an insurance brokerage company. In the picture on the right, Marek is with his daughter Zoe.</p>\n<h3>What Marek says about himself</h3>\n<blockquote><p>“Internet is my hobby and a love, but WP-development and website building is only a path that leads to my biggest Internet love: SEO.</p>\n<p>I’d rather not be precise when I describe who I am. My wife calls me a “lifetime learner.” This is nice, and I like it. I’d rather say who I’d like to be: a freelancer who can work on whatever he wants to instead of being forced to.”</p></blockquote>\n<div class="clearfix"></div>\n<h2>How Marek found out and learnt WPML</h2>\n<p>Being asked how he’d come across WPML, Marek smiles and says, “Using the net. Actually, it was Uncle Google who gave me the track. I had just asked him a specific query.” </p>\n<p>Marek says that he didn’t learn WPML. He had just seen its site, bought the product, installed it, and started working with it. Several extra elements were done by his son (he also likes webmastering despite working in the financial industry). </p>\n<blockquote><p>“WPML is readable enough for an average WordPress user. As far I remember, I happened to use the documentation, but I’m not 100% sure…”</p></blockquote>\n<h2>Google’s guidelines for multilingual sites</h2>\n<p>Webmasters who care about Google indexing done right will focus on creating an XML site map first. Then, they will use <a target="_blank" href="http://www.google.com/webmasters/">Google Webmaster Tools</a>, which let them see their sites through the eyes of Google. This is a good practice to follow.</p>\n<p>However, before we jump to that step and view Marek’s site in terms of adapting language versions for SEO, let’s see what the <a target="_blank" href="http://googlewebmastercentral.blogspot.com/2010/03/working-with-multilingual-websites.html">official Google’s directives</a> are in the multilingual area.</p>\n<h3>Official news on crawling and indexing sites for Google index</h3>\n<dl>\n<dt>One language for each page and for all elements</dt>\n<dd>Google tries to determine the main language of each one of your pages. Note that Google will ignore all code-level language information. This means that Google tries to guess the language by analyzing the contents of the page. </p>\n<p>How you can help:</p>\n<ul>\n<li>by sticking to only one language per page</li>\n<li>by avoiding side-by-side translations</li>\n<li>by using the same language for all elements (headers, sidebars, menus, etc.)</li>\n</ul>\n</dd>\n<dt>URL structure</dt>\n<dd>The URL structure doesn’t matter for Google. Using folders or subdomains for different languages is the same from Google’s point of view. </p>\n<p>Therefore, you don’t have to create any special URLs when developing a multilingual website. However, Google recommends the addition of a language identifier to your URLs for your site visitors’ comfort. For example, to let French readers know that they’re on the French section of this site, you could use:</p>\n<ul>\n<li>http://example.com/fr/subpage.html</li>\n<li>http://fr.example.com/subpage.html</li>\n</ul>\n</dd>\n<dt>Crawling and indexing your multilingual website\n<dt>\n<dd>To make all of your site’s content more crawlable, avoid automatic redirections based on the user’s perceived language. These redirections could prevent users (and search engines) from viewing all the versions of your site.</p>\n<p>Help Google bots to get your site indexed:</p>\n<ul>\n<li>cross-link page by page</li>\n<li>avoid automatic redirections</li>\n<li>provide valuable content</li>\n</ul>\n</dd>\n</dl>\n<blockquote><p>“More importantly, the point of making a multilingual website is to reach a larger audience by providing valuable content in several languages. If your users can’t understand an automated translation or if it feels artificial to them, you should ask yourself whether you really want to present this kind of content to them.”</p>\n<p class="alignright"><a target="_blank" href="http://googlewebmastercentral.blogspot.com/2010/03/working-with-multilingual-websites.html">Official news on crawling and indexing sites for Google index</p>\n<p></a>\n</p></blockquote>\n<div class="clearfix"></div>\n<p>Now let’s examine whether the oneferro.com site meets the abovementioned criteria.</p>\n<h2>How OneFerro.com created with WPML meets Google’s multilingual site criteria</h2>\n<h3>One language for each page and for all elements</h3>\n<p>The common mistake that most WordPress users make while translating the contents of a website is that they focus only on the WordPress pages and posts (title and body content); all other elements (such as sliders, widgets, and contact forms) are neglected. This is wrong.</p>\n<p>Let’s look at the OneFerro site page by page, taking each WordPress element into consideration.</p>\n<h4>Home page </h4>\n<div id="attachment_344204" style="width: 310px" class="wp-caption alignleft"><a href="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/oneFerro-home.jpg"><img src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/oneFerro-home-300x231.jpg" alt="oneFerro.com home page" width="300" height="231" class="size-medium wp-image-344204" /></a><p class="wp-caption-text">oneFerro.com home page</p></div>\n<p>Elements to be translated: menu, slider, widgets.</p>\n<div class="clearfix"></div>\n<p><strong>Menu</strong><br />\n<div id="attachment_344207" style="width: 310px" class="wp-caption alignleft"><a href="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/wpml-menu-synchronization.jpg"><img src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/wpml-menu-synchronization-300x191.jpg" alt="menu synchronization" width="300" height="191" class="size-medium wp-image-344207" /></a><p class="wp-caption-text">menu synchronization</p></div><br />\nAll elements of the menu were translated into other languages using the WPML Menu synchronization feature.</p>\n<div class="clearfix"></div>\n<p><strong>Sliders</strong><br />\n<div id="attachment_344219" style="width: 310px" class="wp-caption alignleft"><a href="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/slider-dashboard.jpg"><img src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/slider-dashboard-300x222.jpg" alt="slider in oneFerro dashboard" width="300" height="222" class="size-medium wp-image-344219" /></a><p class="wp-caption-text">a slider in oneFerro dashboard</p></div><br />\nAll slider headings, lead titles, and link titles were translated. For each language, the site author created a separate slider, a feature built-in theme.</p>\n<div class="clearfix"></div>\n<p><strong>Widgets</strong><br />\n<div id="attachment_344220" style="width: 310px" class="wp-caption alignleft"><a href="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/wpml-widget-translation.jpg"><img src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/wpml-widget-translation-300x197.jpg" alt="wpml widget translations" width="300" height="197" class="size-medium wp-image-344220" /></a><p class="wp-caption-text">oneFerro widget translations</p></div><br />\nWPML users often ask this question in our support forum: </p>\n<blockquote><p>“If you are using the WordPress default widgets, will you be able to translate both the title and the content under the ‘WPML -> String Translation’ screen?” <strong>explains Sarah</strong>, a WPML forum moderator.</p></blockquote>\n<p><a href="http://wpml.org/forums/topic/translate-widgets/">Here</a>, she shares more useful tips for widget translation.</p>\n<p>In the case of the oneFerro.com home page, the widgets were translated using this method. However, in the last widget, the author has performed side-by-side translation, which is not recommended by Google.</p>\n<div class="clearfix"></div>\n<h4>Product page</h4>\n<p>This page list all the product offers, the most important part of the site. Marek says that this was implemented using custom PHP code, as a special module to easily manage the product offers. To make it work with WPML, he used <a href="http://wpml.org/documentation/support/wpml-coding-api/">WPML Code API</a>.</p>\n<div id="attachment_344235" style="width: 310px" class="wp-caption alignleft"><a href="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/product.jpg"><img src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/product-300x173.jpg" alt="oneFerro products" width="300" height="173" class="size-medium wp-image-344235" /></a><p class="wp-caption-text">oneFerro products</p></div>\n<div id="attachment_344237" style="width: 310px" class="wp-caption alignleft"><a href="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/offer-single.jpg"><img src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/offer-single-300x202.jpg" alt="a single product page" width="300" height="202" class="size-medium wp-image-344237" /></a><p class="wp-caption-text">a single product page</p></div>\n<div class="clearfix"></div>\n<p><strong>A tip from us</strong><br />\nCustom offers can be managed using custom post types, easily defined with <a href="http://wordpress.org/plugins/types/">Types</a>, a free WordPress plugin created by our company. WPML supports this plugin.</p>\n<h4>Help pages</h4>\n<p>Here, all the content was added as the body content for WP pages, and the translation was handled by using a basic WPML functionality.</p>\n<p>Images were used but not translated. Filling out the alt and title attributes for images is a good SEO practice. The use of the <a href="http://wpml.org/documentation/getting-started-guide/media-translation/">WPML Media translation module</a> can help here. In this way, images can be adjusted to different languages without being physically copied for each language version. </p>\n<h4>Contact page</h4>\n<p>A separate contact form was created for each language version. The contact form functionality was integrated within the theme that the author used. </p>\n<h3>URL structure</h3>\n<div id="attachment_344240" style="width: 310px" class="wp-caption alignleft"><a href="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/language-format.jpg"><img src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/language-format-300x243.jpg" alt="choosing language format" width="300" height="243" class="size-medium wp-image-344240" /></a><p class="wp-caption-text">choosing language format</p></div>\n<p>Different language versions of the site are maintained on URLs in the subfolders format. This assists a visitor to quickly guess the basic site language while navigating the site.</p>\n<div class="clearfix"></div>\n<h3>Crawling and indexing your multilingual website</h3>\n<div id="attachment_344245" style="width: 310px" class="wp-caption alignleft"><a href="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/google-resutls.jpg"><img src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/google-resutls-300x188.jpg" alt="oneferro in Google's results" width="300" height="188" class="size-medium wp-image-344245" /></a><p class="wp-caption-text">oneferro in Google’s results</p></div>\n<p><strong>Cross-linking page by page and language switcher</strong><br />\nThis was done right. Irrespective of which page you are on, you will be always moved to its equivalent in the other language (by clicking on the corresponding flag icon). You can see that even pages with pdfs have their one-to-one equivalents. </p>\n<p class="clearfix">This cross page-by-page linking is also useful when you get a link to a specific subpage (which is in English, for example) and you notice your native language (for instance, Russian) in the switcher.</p>\n<p>A <a href="http://wpml.org/documentation/getting-started-guide/language-setup/custom-language-switcher/">custom language switcher</a> was implemented using flags. </p>\n<p><strong>Avoiding automatic redirections</strong><br />\nThere are no automatic redirections on this site. All subpages were indexed well, and a user can easily find a page in the language that he/she is looking for by using search engines.</p>\n<p><strong>Providing valuable content</strong><br />\nThe site was translated into other languages by humans. No automated translations were made. The fact that the website had good-quality valuable content referencing the secondary steel area seemed to play a significant role in ensuring its better ranking by the Google search engine. </p>\n<p>Let’s look at the results that were achieved. </p>\n<h2>oneFerro results in Google </h2>\n<p>There were <a href="https://www.google.pl/search?q=site%3Ahttp%3A%2F%2Foneferro.com&oq=site%3Ahttp%3A%2F%2Foneferro.com&aqs=chrome..69i57j69i58.15459j0j7&sourceid=chrome&espv=210&es_sm=119&ie=UTF-8">253 urls</a> indexed for the oneFerro site in Google.</p>\n<div id="attachment_344251" style="width: 310px" class="wp-caption alignleft"><a href="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/oneferro-in-google.jpg"><img src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/oneferro-in-google-300x214.jpg" alt="oneFerro in Google' results" width="300" height="214" class="size-medium wp-image-344251" /></a><p class="wp-caption-text">oneFerro in Google’ results</p></div>\n<div class="clearfix"></div>\n<p><strong>Marek summarizes</strong></p>\n<blockquote><p>“I managed to gain top positions for all keyword phrases that I cared about, even though I didn’t add anything new to this site for months (didn’t even log in). For example: “stal drugogatunkowa” (English: secondary steel) in Google PL was in the first position in SERPs; for Google RU (Russian), it was in the top three.”</p></blockquote>\n<p>When asked about the additional SEO WordPress plug-ins that he used, Marek replied<br />\n“I know this famous SEO Yoast plug-in. In my opinion, Yoast is meant more for bloggers; for me, it’s like a toy. I’m using SEO Ultimate and other SEO tools, both online and desktop ones, like MOZ, and Rank Track.” </p>\n<h2>How the author summaries working with WPML</h2>\n<blockquote><p>“For me, WPML is like a part of WordPress. Yeah, at first, I was thinking about using different solutions like WordPress MultiSite install. Quickly, I realized that this is not the right way to go.” <strong>Marek comments.</strong>\n</p></blockquote>\n<p>The advantages of WPML according to Marek are as follows:</p>\n<ul>\n<li>great functionally as compared to its relatively low price</li>\n<li>super-easy installation and ease of use</li>\n<li>lots of compatible themes (almost 100% of these the author had considered while choosing the ones to use for the site)</li>\n</ul>\n<h2>Your way to make WPML-based site ready for search engine indexing</h2>\n<p>What is your way to make a multilingual site ready for search engine indexing? Feel free to share your comments with us.</p>\n<p>If there is anything special about your site using WPML, please also let us know. Most interesting cases will be covered in the next articles in this new <a href="http://wpml.org/category/case-studies/">Case Studies</a> series. </p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:83:"http://wpml.org/2014/02/making-multilingual-site-ready-search-engine-indexing/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:42:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:87:"This week compatible – SmartScreen, Muzak, Acoustic, Invicta, Kause and Store Locator";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:95:"http://wpml.org/2014/02/week-compatible-smartscreen-muzak-acoustic-invicta-kause-store-locator/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:104:"http://wpml.org/2014/02/week-compatible-smartscreen-muzak-acoustic-invicta-kause-store-locator/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 23 Feb 2014 08:38:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:22:"Compatibility Bulletin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"http://wpml.org/?p=345408";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:316:"Today we are happy to announce that we have another 5 themes and 1 plugin to add to our compatibility list. The themes are SmartScreen, Muzak, Acoustic, Invicta, Kause and the plugin is Store Locator. If you want to review the entire Multilingual ready list of themes and plugins you are welcome to view it […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Dominykas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:6939:"<p>Today we are happy to announce that we have another 5 themes and 1 plugin to add to our compatibility list. The themes are <a href="http://themeforest.net/item/smartscreen-fullscreen-responsive-wordpress-theme/3784630" target="_blank">SmartScreen</a>, <a href="http://themeforest.net/item/muzak-music-premium-wordpress-theme/3160212" target="_blank">Muzak</a>, <a href="http://themeforest.net/item/acoustic-premium-music-wordpress-theme/3750782" target="_blank">Acoustic</a>, <a href="http://themeforest.net/item/invicta-wordpress-theme/6155540" target="_blank">Invicta</a>, <a href="http://themeforest.net/item/kause-multi-purpose-wordpress-theme/6684433?WT.ac=solid_search_item&WT.seg_1=solid_search_item&WT.z_author=ThemeCanon" target="_blank">Kause</a> and the plugin is <a href="http://wordpress.org/plugins/store-locator-le/" target="_blank">Store Locator</a>.</p>\n<p>If you want to review the entire Multilingual ready list of themes and plugins you are welcome to view it here:</p>\n<ul>\n<li><a title="Multilingual Ready Themes " href="http://wpml.org/documentation/theme-compatibility/">Multilingual Ready Themes</a></li>\n<li><a title="Multilingual Ready Plugins " href="http://wpml.org/documentation/plugins-compatibility/">Multilingual Ready Plugins</a></li>\n</ul>\n<p>Also, if you’re a theme or a plugin author and you want to make it compatible with WPML, we welcome you and ready to help: You are welcome to contact us at <a href="http://wpml.org/documentation/theme-compatibility/go-global-program/">go global program page</a>.</p>\n<p>In order to expedite the process we strongly recommend that you test your theme or plugin with our <a title="Achieving WPML compatibility for your themes and plugins" href="http://wpml.org/documentation/support/achieving-wpml-compatibility-for-your-themes-and-plugins/">Achieving WPML compatibility for your themes and plugins</a>. It easily tests compatibility with WPML and helps you quickly make your theme or plugin <strong>Multilingual Ready</strong>.</p>\n<div class="feature">\n<h2 style="text-align: center;">SmartScreen theme</h2>\n<p style="text-align: center;"><a href="http://themeforest.net/item/smartscreen-fullscreen-responsive-wordpress-theme/3784630"><img class="aligncenter size-full wp-image-340493" alt="ekho" src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/smartscreen1.png" width="590" height="300" /></a></p>\n<blockquote><p>SmartScreen is a multipurpose WordPress theme suitable for companies or individuals. SmartScreen is WooCommerce ready, parallax ready and much more. It includes 500+ Google web fonts, child themes support, many shortcodes and fullscreen slideshow.</p></blockquote>\n<p><a class="button download-button vt-p" href="http://themeforest.net/item/smartscreen-fullscreen-responsive-wordpress-theme/3784630" target="_blank">Purchase SmartScreen</a></p>\n</div>\n<div class="feature">\n<h2 style="text-align: center;">Muzak theme</h2>\n<p style="text-align: center;"><a href="http://themeforest.net/item/muzak-music-premium-wordpress-theme/3160212"><img class="aligncenter size-full wp-image-340492" alt="dante" src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/muzak1.png" width="590" height="300" /></a></p>\n<blockquote><p>A WordPress theme for bands, musicians, djs and everyone involved in the music business. With Muzak you can display your upcoming events in a really nice way. It also includes audio/video and artists management.</p></blockquote>\n<p><a class="button download-button vt-p" href="http://themeforest.net/item/muzak-music-premium-wordpress-theme/3160212" target="_blank">Purchase Muzak</a></p>\n</div>\n<div class="feature">\n<h2 style="text-align: center;">Acoustic theme</h2>\n<p style="text-align: center;"><a href="http://themeforest.net/item/acoustic-premium-music-wordpress-theme/3750782"><img class="aligncenter size-full wp-image-340492" alt="dante" src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/acoustic1.png" width="590" height="300" /></a></p>\n<blockquote><p>Acoustic is designed for DJs, solo artists, bands, collectives, club owners, events producers and anyone in the music industry. Some features of Acoustic are: 6 Custom Post Types (slider, discography, videos, photo galleries, events, artists), child theme support, home page layout options and sample content.</p></blockquote>\n<p><a class="button download-button vt-p" href="http://themeforest.net/item/acoustic-premium-music-wordpress-theme/3750782" target="_blank">Purchase Acoustic</a></p>\n</div>\n<div class="feature">\n<h2 style="text-align: center;">Invicta theme</h2>\n<p style="text-align: center;"><a href="http://themeforest.net/item/invicta-wordpress-theme/6155540<br /><br /><br />\n"><img class="aligncenter size-full wp-image-340492" alt="dante" src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/invicta1.png" width="590" height="300" /></a></p>\n<blockquote><p>Invicta is a flexible and responsive WordPress Theme, with a clean and modern design, suited for any kind of website: business, corporate, products, portfolio, blog, etc. All the main WordPress features are covered by Invicta. Widgets, sidebars, shortcodes, menus are entirely supported and ready to use.</p></blockquote>\n<p><a class="button download-button vt-p" href="http://themeforest.net/item/invicta-wordpress-theme/6155540" target="_blank">Purchase Invicta</a></p>\n</div>\n<div class="feature">\n<h2 style="text-align: center;">Kause theme</h2>\n<p style="text-align: center;"><a href="http://themeforest.net/item/kause-multi-purpose-wordpress-theme/6684433?WT.ac=solid_search_item&WT.seg_1=solid_search_item&WT.z_author=ThemeCanon"><img class="aligncenter size-full wp-image-340492" alt="dante" src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/kause.jpg" width="590" height="300" /></a></p>\n<blockquote><p>Kause is a flexible WordPress theme designed for churches, charities and non-profit websites. This theme is clean and minimal, and puts direct focus on your message. Some features of Kause are: easy admin panel, 600+ Google web fonts, portfolio/galleries and embed media support.</p></blockquote>\n<p><a class="button download-button vt-p" href="http://themeforest.net/item/kause-multi-purpose-wordpress-theme/6684433?WT.ac=solid_search_item&WT.seg_1=solid_search_item&WT.z_author=ThemeCanon" target="_blank">Purchase Kause</a></p>\n</div>\n<div class="feature">\n<h2 style="text-align: center;">Store Locator plugin</h2>\n<blockquote><p>Store Locator Plus is an advanced system for managing multiple physical locations via a fully integrated WordPress solution. Whether you have ten locations or ten-thousand, you manage them with ease right from within your WordPress admin panel.</p></blockquote>\n<p><a class="button download-button vt-p" href="http://wordpress.org/plugins/store-locator-le/" target="_blank">Purchase Store Locator</a></p>\n</div>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:100:"http://wpml.org/2014/02/week-compatible-smartscreen-muzak-acoustic-invicta-kause-store-locator/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:42:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:17:"WPML 3.1.4 Beta 4";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://wpml.org/2014/02/wpml-3-1-4-beta-4/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://wpml.org/2014/02/wpml-3-1-4-beta-4/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 19 Feb 2014 18:10:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"WPML versions";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"http://wpml.org/?p=343544";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:288:"Like you might have noticed, WPML 3.1 release, last week, didn’t go so well. In fact, due to a number of bugs, we had to pull that version down and go back to the previous 3.0.2. After a very intense week of debug and repair, we are ready with a fourth beta, which is very […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Amir";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:4909:"<p>Like you might have noticed, WPML 3.1 release, last week, didn’t go so well. In fact, due to a number of bugs, we had to pull that version down and go back to the previous 3.0.2. After a very intense week of debug and repair, we are ready with a fourth beta, which is very close to the final WPML 3.1.x release.</p>\n<p>First, I would like to apologize and explain what happened.</p>\n<p>Our goal in WPML 3.1 was to improve performance where ever we could. We ended up editing every singe file and every function in WPML’s code. The results of this are actually pretty good. Here is a screenshot of our server monitoring:</p>\n<div id="attachment_343555" style="width: 310px" class="wp-caption alignnone"><img class="size-medium wp-image-343555 " alt="Server load went to 50% after we moved to WPML 3.1" src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/server-load-after-wpml-switch-300x205.png" width="300" height="205" /><p class="wp-caption-text">Server load went to 50% after we moved to WPML 3.1</p></div>\n<p>Not all this change is due to WPML update. We did other site optimizations to get to this result, but WPML update is a big part of it. A lot of the activity in wpml.org is in the forum and it’s all dynamic content, so it’s not cached. That performance update for WPML did a lot of good for our server load.</p>\n<p>Problem is, too many bugs slipped through our QA.</p>\n<p>As we edited every corner in WPML, some changes were made, which only effected configurations that we didn’t test. That’s the root cause of this release mess.</p>\n<p>Today, we are after a long and extensive bugfix round. We’ve had 6 developers handling these bugs (besides the normal support team). We stopped all other development and made sure that every problem on every client site is fully debugged. Even if that means spending a whole day on it and even if the problem might not even be related to this update. Without complete debug, there’s no way to tell.</p>\n<p>We also assigned developers to repair any site that got broken due to this release. It’s our fault and we should handle it.</p>\n<p>Our own site is running this version and (now) it’s running smoothly. Just like you suffered from some of the bugs, our own site had dysfunctional parts. It’s all working fine now and performance is still great.</p>\n<h2>Fixes in WPML 3.1.4</h2>\n<p>Here is a list of major problems fixed from the initial release of WPML 3.1 (which we took down) and until now:</p>\n<ul>\n<li>Translations losing relationsships</li>\n<li>Problems with WordPress installed in directory</li>\n<li>Some strings not translated</li>\n<li>Problems with category templates</li>\n<li>Problems with default menus on translated languages</li>\n<li>Portuguese language switched locale</li>\n<li>Custom post types producing 404</li>\n<li>Category selector in post-edit not complete</li>\n<li>Auto-adjust-ID not working correctly</li>\n<li>PHP errors when updating only WPML components without core</li>\n<li>Conflicts with plugins that manage capabilities</li>\n</ul>\n<p>Of course, all these issues didn’t happen on all sites. They all got triggered by different combinations of factors. The interesting thing is, when you have these many sites running WPML, all combinations happen. We should have tested many more configurations after such large changes and we’ll be sure to do so going forward.</p>\n<p>Since Friday, just after this unfortunate update, we found around 10 issues per day. That rate had dropped now and the last bug we found came in today in the morning. We’re down to very rare situations and it looks like WPML is back to being very stable.</p>\n<p>We’ll take the next few days to make sure that everyone is OK and no site has any sort of problem and then we’ll release the final WPML 3.1.4 version.</p>\n<h2>Download</h2>\n<p>The latest version, pretty close to a final release is <strong>WPML 3.1.4-b4</strong>. You can get it only from your wpml.org account (no automatic update). To use this version, please follow this:</p>\n<ol>\n<li><strong>Back up your database.</strong> Seriously.</li>\n<li>Log in to your <a href="http://wpml.org/my-account/">wpml.org account</a> and click on Downloads.</li>\n<li>Scroll to the bottom and download the <strong>Beta package</strong>.</li>\n<li><strong>Unzip it</strong>. Inside the package, you will find all WPML components. If you update WPML, make sure to update ALL components that you are using.</li>\n</ol>\n<h2>Feedback</h2>\n<p>If you need any technical help with WPML, please open a new thread in our <a href="http://wpml.org/forums/forum/english-support/">support forum</a>. If it’s related to this release, indicate it clearly in the subject, so that it gets routed to our development team.</p>\n<p>Again, be sure to back up your database before installing this beta version.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://wpml.org/2014/02/wpml-3-1-4-beta-4/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"15";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:42:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:93:"This week compatible – Ekho, Dante, Rise, Sushi, Skadi, App Mojo and Content Aware Sidebars";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:100:"http://wpml.org/2014/02/week-compatible-ekho-dante-rise-sushi-skadi-app-mojo-content-aware-sidebars/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:109:"http://wpml.org/2014/02/week-compatible-ekho-dante-rise-sushi-skadi-app-mojo-content-aware-sidebars/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 15 Feb 2014 06:09:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:22:"Compatibility Bulletin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"http://wpml.org/?p=340481";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:311:"Today we are happy to announce that we have another 6 themes and 1 plugin to add to our compatibility list. The themes are Ekho, Dante, Rise, Sushi, Skadi, App Mojo and the plugin is Content Aware Sidebars. If you want to review the entire Multilingual ready list of themes and plugins you are welcome […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Dominykas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:8380:"<p>Today we are happy to announce that we have another 6 themes and 1 plugin to add to our compatibility list. The themes are <a href="http://themeforest.net/item/ekho-unique-responsive-wordpress-theme/4078841?WT.ac=solid_search_item&WT.seg_1=solid_search_item&WT.z_author=FinalDestiny" target="_blank">Ekho</a>, <a href="http://themeforest.net/item/dante-responsive-multipurpose-wordpress-theme/6175269?WT.ac=solid_search_item&WT.seg_1=solid_search_item&WT.z_author=SwiftIdeas" target="_blank">Dante</a>, <a href="http://themeforest.net/item/rise-onepage-responsive-parallax-theme/6011066" target="_blank">Rise</a>, <a href="http://themeforest.net/item/sushi-responsive-restaurant-theme/6190608?WT.ac=solid_search_item&WT.seg_1=solid_search_item&WT.z_author=designthemes" target="_blank">Sushi</a>, <a href="http://themeforest.net/item/skadi-creative-retina-multipurpose-theme/6626141?WT.ac=solid_search_item&WT.seg_1=solid_search_item&WT.z_author=Bluxart" target="_blank">Skadi</a>, <a href="http://themeforest.net/item/app-mojo-responsive-single-page-promotion-theme/5847935" target="_blank">App Mojo</a> and the plugin is <a href="http://wordpress.org/plugins/content-aware-sidebars/" target="_blank">Content Aware Sidebars</a>.</p>\n<p>If you want to review the entire Multilingual ready list of themes and plugins you are welcome to view it here:</p>\n<ul>\n<li><a title="Multilingual Ready Themes " href="http://wpml.org/documentation/theme-compatibility/">Multilingual Ready Themes</a></li>\n<li><a title="Multilingual Ready Plugins " href="http://wpml.org/documentation/plugins-compatibility/">Multilingual Ready Plugins</a></li>\n</ul>\n<p>Also, if you’re a theme or a plugin author and you want to make it compatible with WPML, we welcome you and ready to help: You are welcome to contact us at <a href="http://wpml.org/documentation/theme-compatibility/go-global-program/">go global program page</a>.</p>\n<p>In order to expedite the process we strongly recommend that you test your theme or plugin with our <a title="Achieving WPML compatibility for your themes and plugins" href="http://wpml.org/documentation/support/achieving-wpml-compatibility-for-your-themes-and-plugins/">Achieving WPML compatibility for your themes and plugins</a>. It easily tests compatibility with WPML and helps you quickly make your theme or plugin <strong>Multilingual Ready</strong>.</p>\n<div class="feature">\n<h2 style="text-align: center;">Ekho theme</h2>\n<p style="text-align: center;"><a href="http://themeforest.net/item/ekho-unique-responsive-wordpress-theme/4078841?WT.ac=solid_search_item&WT.seg_1=solid_search_item&WT.z_author=FinalDestiny"><img class="aligncenter size-full wp-image-340493" alt="ekho" src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/ekho.jpg" width="590" height="300" /></a></p>\n<blockquote><p>Ekho is a multi-purpose WordPress theme, you can use this theme as business, agency or portfolio website, built-in theme option framework so you can easily to customize beyond your idea and also this theme is responsive.</p></blockquote>\n<p><a class="button download-button vt-p" href="http://themeforest.net/item/ekho-unique-responsive-wordpress-theme/4078841?WT.ac=solid_search_item&WT.seg_1=solid_search_item&WT.z_author=FinalDestiny" target="_blank">Purchase Ekho</a></p>\n</div>\n<div class="feature">\n<h2 style="text-align: center;">Dante theme</h2>\n<p style="text-align: center;"><a href="http://themeforest.net/item/dante-responsive-multipurpose-wordpress-theme/6175269?WT.ac=solid_search_item&WT.seg_1=solid_search_item&WT.z_author=SwiftIdeas"><img class="aligncenter size-full wp-image-340492" alt="dante" src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/dante1.jpg" width="590" height="300" /></a></p>\n<blockquote><p>Dante is a clean, modern and minimal multi-purpose WordPress theme. This theme offers you a good number of options needed to build a nice site. Code is easy to modify and understand so you can personalize it in the easiest way.</p></blockquote>\n<p><a class="button download-button vt-p" href="http://themeforest.net/item/dante-responsive-multipurpose-wordpress-theme/6175269?WT.ac=solid_search_item&WT.seg_1=solid_search_item&WT.z_author=SwiftIdeas" target="_blank">Purchase Dante</a></p>\n</div>\n<div class="feature">\n<h2 style="text-align: center;">Rise theme</h2>\n<p style="text-align: center;"><a href="http://themeforest.net/item/rise-onepage-responsive-parallax-theme/6011066"><img class="aligncenter size-full wp-image-340494" alt="rise" src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/rise.jpg" width="590" height="300" /></a></p>\n<blockquote><p>Rise is a flexible, and efficiently minimal portfolio theme for WordPress. You can use it to showcase your brand into a single page, or use it as a full site, with standard inner pages. It also includes revolution and layer sliders.</p></blockquote>\n<p><a class="button download-button vt-p" href="http://themeforest.net/item/rise-onepage-responsive-parallax-theme/6011066" target="_blank">Purchase Rise</a></p>\n</div>\n<div class="feature">\n<h2 style="text-align: center;">Sushi theme</h2>\n<p style="text-align: center;"><a href="http://themeforest.net/item/sushi-responsive-restaurant-theme/6190608?WT.ac=solid_search_item&WT.seg_1=solid_search_item&WT.z_author=designthemes"><img class="aligncenter size-full wp-image-340495" alt="sushi" src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/sushi.jpg" width="590" height="300" /></a></p>\n<blockquote><p>Sushi WordPress theme is a slick and customizable theme for restaurants and anything alike. It features powerful admin panel, premium slider plugins, menu or catalogue custom post with WooCommerce to make comfortable payment.</p></blockquote>\n<p><a class="button download-button vt-p" href="http://themeforest.net/item/sushi-responsive-restaurant-theme/6190608?WT.ac=solid_search_item&WT.seg_1=solid_search_item&WT.z_author=designthemes" target="_blank">Purchase Sushi</a></p>\n</div>\n<div class="feature">\n<h2 style="text-align: center;">Skadi theme</h2>\n<p style="text-align: center;"><a href="http://themeforest.net/item/skadi-creative-retina-multipurpose-theme/6626141?WT.ac=solid_search_item&WT.seg_1=solid_search_item&WT.z_author=Bluxart"><img class="aligncenter size-full wp-image-340496" alt="skadi" src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/skadi.jpg" width="590" height="300" /></a></p>\n<blockquote><p>Skadi is a flexible multi-purpose WordPress Theme that is suitable for any business (corporate, agency, portfolio, creative people, photography and blog websites). It includes a good number of features, such as shortcodes generator, awesome page builder, revolution slider, layer slider and much more.</p></blockquote>\n<p><a class="button download-button vt-p" href="http://themeforest.net/item/skadi-creative-retina-multipurpose-theme/6626141?WT.ac=solid_search_item&WT.seg_1=solid_search_item&WT.z_author=Bluxart" target="_blank">Purchase Skadi</a></p>\n</div>\n<div class="feature">\n<h2 style="text-align: center;">App Mojo theme</h2>\n<p style="text-align: center;"><a href="http://themeforest.net/item/app-mojo-responsive-single-page-promotion-theme/5847935"><img class="aligncenter size-full wp-image-340490" alt="appmojo" src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/appmojo.jpg" width="590" height="300" /></a></p>\n<blockquote><p>WordPress theme suitable for bed and breakfast, small hotels or accommodations. Some features of App Mojo are: visual shortcode builder, 20 color skins, unlimited layout possibilities and one click demo install.</p></blockquote>\n<p><a class="button download-button vt-p" href="http://themeforest.net/item/app-mojo-responsive-single-page-promotion-theme/5847935" target="_blank">Purchase App Mojo</a></p>\n</div>\n<div class="feature">\n<h2 style="text-align: center;">Content Aware Sidebars plugin</h2>\n<blockquote><p>Manage an infinite number of sidebars. Make your WordPress site even more dynamic and boost SEO by controlling what content your sidebars should be displayed with.</p></blockquote>\n<p><a class="button download-button vt-p" href="http://wordpress.org/plugins/content-aware-sidebars/" target="_blank">Download Content Aware Sidebars</a></p>\n</div>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:105:"http://wpml.org/2014/02/week-compatible-ekho-dante-rise-sushi-skadi-app-mojo-content-aware-sidebars/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:42:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"WPML 3.1 – Performance Boost, Admin Permissions and More";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"http://wpml.org/2014/02/wpml-3-1-performance-boost-admin-permissions/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:78:"http://wpml.org/2014/02/wpml-3-1-performance-boost-admin-permissions/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 13 Feb 2014 07:39:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"WPML versions";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"http://wpml.org/?p=338497";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:316:"We found several issues with WPML 3.1 release and we had to take down that version from the downloads page. Instead, there is a Beta version, which includes fixes to all known problems. You will find it in your WPML.org account, under Downloads. Scroll all the way to the bottom, where you can download the […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Amir";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:8109:"<div style="padding:1em; margin: 2em; border: 1pt solid #80FF80; background-color: #F0FFF0;">\n<p>We found several issues with WPML 3.1 release and we had to take down that version from the downloads page. Instead, there is a Beta version, which includes fixes to all known problems. You will find it in your WPML.org account, under Downloads. Scroll all the way to the bottom, where you can download the <strong>CMS Beta Package 3.1.4-b2</strong>. This is a ZIP that contains all of WPML’s components.</p>\n<p>Before installing, please back up your database. Our own site is currently running this version and we are happy with it.</p>\n<p>We will be finishing re-testing tomorrow and will have this as a production release. If you installed WPML 3.1 and your site is stuck due to problems, you can use this beta. Please, please backup your database. If anything goes wrong, it’s easy to go back and we can debug what’s happened.</p>\n</div>\n<p><strong>The biggest news about WPML 3.1 is the new internal languages caching, which offers a performance boost that any site will feel. WPML 3.1 also allows to grant permission to its admin screens to different users and fixes a number of nagging problems.</strong></p>\n<h2>20% to 50% Less CPU and DB Load</h2>\n<p>WPML 3.1 uses the same advanced caching techniques for language information, as WordPress uses for posts and taxonomy. WPML now preloads the language information for posts that will appear on the page. It means that many individual queries are collapsed into a single database access. In plain English, the number of queries and the amount of CPU processing goes dramatically down. This improvement is most noticeable on the homepage or blog page, or where ever multiple posts are displayed. Heck, even rendering the standard WordPress menus just got a lot faster.</p>\n<p>Are we there yet? Almost. After we eliminated the per-post database calls, other calls became more noticeable. This version of WPML cuts the CPU and processing time by half, for many pages. We are going to continue on this path and gradually optimize more areas in upcoming releases. When you get into it, performance optimization becomes fun!</p>\n<p>If you are tracking our <a href="http://wp-types.com">Toolset</a> plugins, you might have noticed that a similar performance boost just completed for <a href="http://wp-types.com/home/views-create-elegant-displays-for-your-content/">Views</a>. Now, you can build sites with Views, in a fraction of the time it takes to code them in PHP, and achieve the same performance as you can get with finely optimized PHP. Views and WPML developers worked on this performance optimization together and the results of multilingual Toolset sites are just amazing.</p>\n<h2>Custom Capabilities for Custom Roles</h2>\n<p>Did you ever want to create users who can manage translations, but don’t necessarily have full administrator privileges? How about users who will be able to edit strings, or taxonomy?</p>\n<p>WPML 3.1 makes this easy, by using <a href="http://wpml.org/documentation/support/wpml-admin-capabilities/">custom capabilities</a>. Each admin screen and admin operation in WPML is now linked to a custom capability. Naturally, site admins get all these capabilities by default. You can manually grant these capabilities to other users and roles, allowing them specific access to different parts of WPML.</p>\n<p>You can assign these new capabilities using several WordPress plugins. Our own <a href="http://wp-types.com/home/types-access/">Access</a> plugin lets you define custom roles and grant their capabilities. True, it costs money, but it comes with our guarantee and is also fully integrated with WPML. You will see the different WPML capabilities clearly and accurately and can choose which operations you allow to different role types.</p>\n<h2>Other WPML 3.1 Features</h2>\n<p>Besides the big performance optimization and the custom capabilities, WPML 3.1 also includes a number of other features, which may make you happy:</p>\n<ul>\n<li>When setting a value for “This is a translation of”, and the current content already has translations in other languages, each translation gets properly synchronized, as long as there are no conflicts. In case of conflicts, translation won’t be synchronized, while the current content will be considered as not linked to an original (in line with the old behavior).</li>\n<li>Categories, tags and taxonomies templates files don’t need to be translated anymore (though you can still create a translated file). Taxonomy templates will follow this hierarchy: ‘{taxonomy}-{lang}-{term_slug}-{lang}.php’, ‘{taxonomy}-{term_slug}-{lang}.php’, ‘{taxonomy}-{lang}-{term_slug}-2.php’, ‘{taxonomy}-{term_slug}-2.php’, ‘{taxonomy}-{lang}.php’, ‘{taxonomy}.php’\n</li>\n<li>Administrators can now edit content that have been already sent to translators.</li>\n<li>Added the ability to set, in the post edit page, an orphan post as source of translated post.</li>\n</ul>\n<h2>Bugs Closed</h2>\n<ul>\n<li>Admin Strings configured with wpml-config.xml files are properly shown and registered in String Translation</li>\n<li>Removed max length issue in translation editor: is now possible to send content of any length</li>\n<li>Taxonomy Translation doesn’t hang anymore on custom hierarchical taxonomies</li>\n<li>Is now possible to translate content when displaying “All languages”, without facing PHP errors</li>\n<li>Fixed issues on moderated and spam comments that exceed 999 items</li>\n<li>Changed “Parsi” to “Farsi” (as it’s more commonly used) and fixed some language translations in Portuguese</li>\n<li>Deleting attachment from post that are duplicated now deleted the duplicated image as well (if “When deleting a post, delete translations as well” is flagged)</li>\n<li>Translated static front-page with pagination won’t loose the template anymore when clicking on pages</li>\n<li>Reactivating WPML after having added content, will properly set the default language to the orphan content</li>\n<li>SSL support is now properly handled in WPML->Languages and when setting a domain per language</li>\n<li>Empty categories archives does not redirect to the home page anymore</li>\n<li>Menu and Footer language switcher now follow all settings in WPML->Languages</li>\n<li>Post metas are now properly synchronized among duplicated content</li>\n<li>Fixed a compatibility issue with SlideDeck2 that wasn’t retrieving images</li>\n<li>Compatibility with WP-Types repeated fields not being properly copied among translations</li>\n<li>Compatibility issue with bbPress</li>\n<li>Removed warnings and unneeded HTML elements when String Translation is not installed/active</li>\n<li>Duplicated content retains the proper status</li>\n<li>Browser redirect for 2 letters language codes now works as expected</li>\n<li>Menu synchronization now properly fetches translated items</li>\n<li>Menu synchronization copy custom items if String Translation is not active, or WPML default languages is different than String Translation language</li>\n<li>When deleting the original post, the source language of translated content is set to null or to the first available language</li>\n<li>Updated localized strings</li>\n<li>Posts losing they relationship with their translations</li>\n<li>Checks if string is already registered before register string for translation. Fixed because it wasn’t possible to translate plural and singular taxonomy names in Woocommerce Multilingual</li>\n<li>Fixed error when with hierarchical taxonomies and taxonomies with same names of terms.</li>\n</ul>\n<h2>Download and Upgrade</h2>\n<p>As always, the easiest way to get updates for WPML is via our Installer plugin. You can also download WPML manually from your <a href="http://wpml.org/my-account/">account page</a>.</p>\n<p><strong>How do you like this upgrade? Feedback? Ideas? Suggestions? Leave your comments and we’ll get back to you.</strong></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:74:"http://wpml.org/2014/02/wpml-3-1-performance-boost-admin-permissions/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"61";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:82:"WooCommerce Tab Manager, Subscription and Table Rate Shipping Compatible with WPML";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:97:"http://wpml.org/2014/02/woocommerce-extensions-wpml-tab-manager-subscription-table-rate-shipping/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:106:"http://wpml.org/2014/02/woocommerce-extensions-wpml-tab-manager-subscription-table-rate-shipping/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 12 Feb 2014 09:42:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:22:"Compatibility Bulletin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:34:"Woocommerce compatibility bulletin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"http://wpml.org/?p=336920";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:396:"WooCommerce is an excellent e-commerce plugin for WordPress, but what makes it really great is the wealth of quality extensions. Just like WordPress itself, WooCommerce implements a strong skeleton for e-commerce sites. Different stores need different niche functionality and extensions offer this variety, without leading to features bloat. Today we are happy to announce compatibility […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Dominykas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:8787:"<p>WooCommerce is an excellent e-commerce plugin for WordPress, but what makes it really great is the wealth of quality extensions. Just like WordPress itself, WooCommerce implements a strong skeleton for e-commerce sites. Different stores need different niche functionality and extensions offer this variety, without leading to features bloat.</p>\n<p>Today we are happy to announce compatibility with four very popular WooCommerce extensions with WPML and <a href="http://wpml.org/documentation/related-projects/woocommerce-multilingual/">WooCommerce Multilingual</a>:</p>\n<ul>\n<li><strong><a href="#1">Tab Manager</a></strong></li>\n<li><strong><a href="#2">Subscription</a></strong></li>\n<li><strong><a href="#3">Table Rate Shipping</a></strong></li>\n</ul>\n<div class="feature" id="1">\n<h2 style="text-align: center;">WooCommerce Tab Manager</h2>\n<p>WooCommerce Tab Manager is a popular WooCommerce extension that allows customizing the tabs that show up on the product pages on the front end. It allows you to reorder, remove or rename the built in tabs and also most of the ones added by 3rd party plugins. The Tab Manager also allows creating global tabs that then can be added to more than one product.</p>\n<div id="attachment_337601" style="width: 310px" class="wp-caption alignnone"><a href="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/adding-custom-tabs-1.png"><img src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/adding-custom-tabs-1-300x226.png" alt="Creating tabs" width="300" height="226" class="size-medium wp-image-337601" /></a><p class="wp-caption-text">Creating tabs</p></div>\n<div id="attachment_337603" style="width: 310px" class="wp-caption alignnone"><a href="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/adding-custom-tabs-2.png"><img src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/adding-custom-tabs-2-300x240.png" alt="Tabs on the product front-end" width="300" height="240" class="size-medium wp-image-337603" /></a><p class="wp-caption-text">Tabs on the product front-end</p></div>\n<p>WooCommerce Tab Manager works well with WooCommerce Multilingual. The custom tabs added to the products can be translated along with the products using the <a href="http://wpml.org/documentation/related-projects/woocommerce-multilingual/">WooCommerce Multilingual</a> products editor.</p>\n<div id="attachment_337606" style="width: 310px" class="wp-caption alignnone"><a href="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/translate-tabs-1.png"><img src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/translate-tabs-1-300x99.png" alt="Translating tabs" width="300" height="99" class="size-medium wp-image-337606" /></a><p class="wp-caption-text">Translating tabs</p></div>\n<p>You can also translate the global tabs. Since these are saved as ‘posts’, you can translate them using the native WPML content translation interface. When you edit a tab, you will see the translation controls.</p>\n<div id="attachment_337615" style="width: 310px" class="wp-caption alignnone"><a href="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/translating-global-tabs-1.png"><img src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/translating-global-tabs-1-300x218.png" alt="Translating global tabs" width="300" height="218" class="size-medium wp-image-337615" /></a><p class="wp-caption-text">Translating global tabs</p></div>\n<p><a class="button download-button vt-p" href="http://www.woothemes.com/products/woocommerce-tab-manager/" target="_blank">Purchase Tab Manager</a></p>\n</div>\n<div class="feature" id="2">\n<h2 style="text-align: center;">WooCommerce Subscription</h2>\n<p>WooCommerce Subscriptions is an WooCommerce extension that offers products and services that require recurring payments in your WooCommerce Store.</p>\n<p>This WooCommerce extension is compatible WooCommerce Multilingual (as of version 3.2).</p>\n<p>With WooCommerce Multilingual it’s possible to translate the ‘Simple subscription’ products into the other languages of the site (store) but also use different prices and different currencies for the translations of the product.</p>\n<p>In order to use multiple currencies for the subscriptions the ‘multi-currency’ mode needs to be enabled in WooCommerce Multilingual from WPML -> WooCommerce Multilingual -> Manage Currencies</p>\n<div id="attachment_337626" style="width: 310px" class="wp-caption alignnone"><a href="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/subscription-product-1.png"><img src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/subscription-product-1-300x234.png" alt="Adding subscription prices in the default currency for the subscription product in the default language" width="300" height="234" class="size-medium wp-image-337626" /></a><p class="wp-caption-text">Adding subscription prices in the default currency for the subscription product in the default language</p></div>\n<div id="attachment_337629" style="width: 310px" class="wp-caption alignnone"><a href="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/subscription-product-2.png"><img src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/subscription-product-2-300x211.png" alt="Subscription product on a different currency when using multiple currencies" width="300" height="211" class="size-medium wp-image-337629" /></a><p class="wp-caption-text">Subscription product on a different currency when using multiple currencies</p></div>\n<p><a class="button download-button vt-p" href="http://www.woothemes.com/products/woocommerce-subscriptions/" target="_blank">Purchase Subscription</a></p>\n</div>\n<div class="feature" id="3">\n<h2 style="text-align: center;">Table Rate Shipping</h2>\n<p>Table Rate Shipping is a popular WooCommerce extension that allows to enable and manage advanced shipping options. It allows setting a large number of shipping rates based on different criteria: location, price, weight, or item count.</p>\n<p>Here is an example of configuring different shipping rates based on the structure of an order. This is defined for a specific shipping zone previously defined for a set of specific countries.</p>\n<div id="attachment_337987" style="width: 310px" class="wp-caption alignnone"><a href="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/table-rate-shipping-configuration-example.png"><img src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/table-rate-shipping-configuration-example-300x197.png" alt="Configuration for Table Rate Shipping extension" width="300" height="197" class="size-medium wp-image-337987" /></a><p class="wp-caption-text">Configuration for Table Rate Shipping extension</p></div>\n<p>WooCommerce Multilingual enables the shipping rates configured with Table Rate Shipping on the translated products too. Moreover, when using WooCommerce Multilingual in the <a href="http://wpml.org/documentation/related-projects/woocommerce-multilingual/multi-currency-support-woocommerce/">multi-currency mode</a>, the shipping rate totals in the extra currencies are automatically determined and displayed based on the exchange rates defined in the WooCommerce Multilingual Options.</p>\n<div id="attachment_337989" style="width: 310px" class="wp-caption alignnone"><a href="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/table-rate-shipping-multi-currency.png"><img src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/table-rate-shipping-multi-currency-300x270.png" alt="Multiple currencies with Table Rate Shipping" width="300" height="270" class="size-medium wp-image-337989" /></a><p class="wp-caption-text">Multiple currencies with Table Rate Shipping</p></div>\n<p><a class="button download-button vt-p" href="http://www.woothemes.com/products/table-rate-shipping-2/" target="_blank">Purchase Table Rate Shipping</a></p>\n</div>\n<p>Support for the <strong>Product Bundles</strong> is being added to WooCommerce Multilingual 3.3. If you need it right away, let us know and we’ll send you a development version.</p>\n<hr />\n<p>If you want to review the entire Multilingual ready list of themes and plugins you are welcome to view it here:</p>\n<ul>\n<li><a href="http://wpml.org/documentation/theme-compatibility/">Multilingual Ready Themes</a></li>\n<li><a href="http://wpml.org/documentation/plugins-compatibility/">Multilingual Ready Plugins</a></li>\n</ul>\n<p>Also, if you are a WooCommerce extensions author and you want to make it compatible with WPML, we welcome you and ready to help: You are welcome to contact us at <a href="http://wpml.org/documentation/theme-compatibility/go-global-program/">go global program page</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:102:"http://wpml.org/2014/02/woocommerce-extensions-wpml-tab-manager-subscription-table-rate-shipping/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:42:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:104:"This week compatible – Kodax, Breeze, Universe, 123Medicine and All-in-one WPML Crowdfunding Campaigns";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://wpml.org/2014/02/week-compatible-3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://wpml.org/2014/02/week-compatible-3/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 12 Feb 2014 06:49:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:22:"Compatibility Bulletin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"http://wpml.org/?p=337829";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:330:"Today we are happy to announce that we have another 4 themes and 1 plugin to add to our compatibility list. The themes are Kodax, Breeze, Universe, 123Medicine and the plugin is All-in-one WPML Crowdfunding Campaigns. If you want to review the entire Multilingual ready list of themes and plugins you are welcome to view […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Dominykas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:5824:"<p>Today we are happy to announce that we have another 4 themes and 1 plugin to add to our compatibility list. The themes are <a href="http://themeforest.net/item/kodax-full-screen-landing-page/6354562" target="_blank">Kodax</a>, <a href="http://themeforest.net/item/breeze-minimalist-responsive-personal-blog/6336449" target="_blank">Breeze</a>, <a href="http://teslathemes.com/wp-themes/universe/" target="_blank">Universe</a>, <a href="http://themeforest.net/item/123medicine-ecommerce-wordpress-theme/6552701?WT.ac=solid_search_item&WT.seg_1=solid_search_item&WT.z_author=lidplussdesign" target="_blank">123Medicine</a> and the plugin is <a href="http://wordpress.org/plugins/all-in-one-wpml-crowdfunding-campaigns/" target="_blank">All-in-one WPML Crowdfunding Campaigns</a>.</p>\n<p>If you want to review the entire Multilingual ready list of themes and plugins you are welcome to view it here:</p>\n<ul>\n<li><a title="Multilingual Ready Themes " href="http://wpml.org/documentation/theme-compatibility/">Multilingual Ready Themes</a></li>\n<li><a title="Multilingual Ready Plugins " href="http://wpml.org/documentation/plugins-compatibility/">Multilingual Ready Plugins</a></li>\n</ul>\n<p>Also, if you’re a theme or a plugin author and you want to make it compatible with WPML, we welcome you and ready to help: You are welcome to contact us at <a href="http://wpml.org/documentation/theme-compatibility/go-global-program/">go global program page</a>.</p>\n<p>In order to expedite the process we strongly recommend that you test your theme or plugin with our <a title="Achieving WPML compatibility for your themes and plugins" href="http://wpml.org/documentation/support/achieving-wpml-compatibility-for-your-themes-and-plugins/">Achieving WPML compatibility for your themes and plugins</a>. It easily tests compatibility with WPML and helps you quickly make your theme or plugin <strong>Multilingual Ready</strong>.</p>\n<div class="feature">\n<h2 style="text-align: center;">Kodax theme</h2>\n<p style="text-align: center;"><a href="http://themeforest.net/item/kodax-full-screen-landing-page/6354562"><img class="aligncenter size-full wp-image-337832" alt="" src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/kodax.jpg" width="590" height="300" /></a></p>\n<blockquote><p>Kodax is a clean WordPress theme specially designed for showcasing items in a full screen slider. Some features of Kodax are: 23 custom shortcodes, 4 custom widgets, 3 different blog layouts and 11 different page templates.</p></blockquote>\n<p><a class="button download-button vt-p" href="http://themeforest.net/item/kodax-full-screen-landing-page/6354562" target="_blank">Purchase Kodax</a></p>\n</div>\n<div class="feature">\n<h2 style="text-align: center;">Breeze theme</h2>\n<p style="text-align: center;"><a href="http://themeforest.net/item/breeze-minimalist-responsive-personal-blog/6336449"><img class="aligncenter size-full wp-image-337833" alt="" src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/breeze1.png" width="590" height="305" /></a></p>\n<blockquote><p>Breeze is a responsive theme designed to make your blogging experience as simple and seamless as possible. Theme has 14 custom widgets most directed at social media (facebook, twitter, google+, instagram, flickr and more), 10+ specially made shortcodes and easily customizable theme options panel.</p></blockquote>\n<p><a class="button download-button vt-p" href="http://themeforest.net/item/breeze-minimalist-responsive-personal-blog/6336449" target="_blank">Purchase Breeze</a></p>\n</div>\n<div class="feature">\n<h2 style="text-align: center;">Universe theme</h2>\n<p style="text-align: center;"><a href="http://teslathemes.com/wp-themes/universe/"><img class="aligncenter size-full wp-image-337834" alt="universe" src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/universe1.png" width="590" height="300" /></a></p>\n<blockquote><p>Universe is a multipurpose WordPress theme with a responsive design. It has 4 different representations of home page (blog, business, law, photos), galleries, image sliders, filterable portfolio, custom posts, custom widgets and more.</p></blockquote>\n<p><a class="button download-button vt-p" href="http://teslathemes.com/wp-themes/universe/" target="_blank">Purchase Universe</a></p>\n</div>\n<div class="feature">\n<h2 style="text-align: center;">123Medicine theme</h2>\n<p style="text-align: center;"><a href="http://themeforest.net/item/123medicine-ecommerce-wordpress-theme/6552701?WT.ac=solid_search_item&WT.seg_1=solid_search_item&WT.z_author=lidplussdesign"><img class="aligncenter size-full wp-image-337831" alt="" src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/123medicine.jpg" width="590" height="300" /></a></p>\n<blockquote><p>123Medicine is a WooCommerce theme, built on Bootstrap grid system for eCommerce, corporate websites. Theme is compatible with WooCommerce WishLists, WooCommerce Professor Cloud and WooCommerce Compare Products plugins.</p></blockquote>\n<p><a class="button download-button vt-p" href="http://themeforest.net/item/123medicine-ecommerce-wordpress-theme/6552701?WT.ac=solid_search_item&WT.seg_1=solid_search_item&WT.z_author=lidplussdesign" target="_blank">Purchase 123Medicine</a></p>\n</div>\n<div class="feature">\n<h2 style="text-align: center;">All-in-one WPML Crowdfunding Campaigns plugin</h2>\n<blockquote><p>This plugin supports Franklin crowdfunding theme. If you are running a multi-lingual crowdfunding website and you want a single campaign to have multiple language versions, this is the plugin you need.</p></blockquote>\n<p><a class="button download-button vt-p" href="http://wordpress.org/plugins/all-in-one-wpml-crowdfunding-campaigns/" target="_blank">Download Crowdfunding Campaigns</a></p>\n</div>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://wpml.org/2014/02/week-compatible-3/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:42:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:79:"This week compatible – Upstart, Propulsion, Galanty, wpCasa and WP All Import";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"http://wpml.org/2014/02/week-compatible-upstart-propulsion-galanty-wpcasa-wp-import/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:93:"http://wpml.org/2014/02/week-compatible-upstart-propulsion-galanty-wpcasa-wp-import/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 08 Feb 2014 05:28:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:22:"Compatibility Bulletin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"http://wpml.org/?p=335832";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:308:"Today we are happy to announce that we have another 4 themes and 1 plugin to add to our compatibility list. The themes are Upstart, Propulsion, Galanty, wpCasa and the plugin is WP All Import. If you want to review the entire Multilingual ready list of themes and plugins you are welcome to view it […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Dominykas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:5909:"<p>Today we are happy to announce that we have another 4 themes and 1 plugin to add to our compatibility list. The themes are <a href="http://www.woothemes.com/products/upstart/" target="_blank">Upstart</a>, <a href="http://themeforest.net/item/propulsion-responsive-business-ecommerce/1126092" target="_blank">Propulsion</a>, <a href="http://themeforest.net/item/galanty-fullscreen-creative-portfolio-wp-theme/6368954" target="_blank">Galanty</a>, <a href="http://wpcasa.com" target="_blank">wpCasa</a> and the plugin is <a href="http://wordpress.org/plugins/wp-all-import/" target="_blank">WP All Import</a>.</p>\n<p>If you want to review the entire Multilingual ready list of themes and plugins you are welcome to view it here:</p>\n<ul>\n<li><a title="Multilingual Ready Themes " href="http://wpml.org/documentation/theme-compatibility/">Multilingual Ready Themes</a></li>\n<li><a title="Multilingual Ready Plugins " href="http://wpml.org/documentation/plugins-compatibility/">Multilingual Ready Plugins</a></li>\n</ul>\n<p>Also, if you’re a theme or a plugin author and you want to make it compatible with WPML, we welcome you and ready to help: You are welcome to contact us at <a href="http://wpml.org/documentation/theme-compatibility/go-global-program/">go global program page</a>.</p>\n<p>In order to expedite the process we strongly recommend that you test your theme or plugin with our <a title="Achieving WPML compatibility for your themes and plugins" href="http://wpml.org/documentation/support/achieving-wpml-compatibility-for-your-themes-and-plugins/">Achieving WPML compatibility for your themes and plugins</a>. It easily tests compatibility with WPML and helps you quickly make your theme or plugin <strong>Multilingual Ready</strong>.</p>\n<div class="feature">\n<h2 style="text-align: center;">Upstart theme</h2>\n<p style="text-align: center;"><a href="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/upstart.jpg"><img class="aligncenter size-full wp-image-335838" alt="upstart" src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/upstart.jpg" width="590" height="300" /></a></p>\n<blockquote><p>Upstart is a clean and simple WordPress theme featuring a flat design. This theme features a quirky full width layout for archive pages immersing visitors in your content. To help you understand how to translate Upstart theme, we wrote a tutorial <a href="http://wpml.org/documentation/theme-compatibility/build-multilingual-site-upstart/">how to build a multilingual site with Upstart</a>.</p></blockquote>\n<p><a class="button download-button vt-p" href="http://www.woothemes.com/products/upstart/" target="_blank">Purchase Upstart</a></p>\n</div>\n<div class="feature">\n<h2 style="text-align: center;">Propulsion theme</h2>\n<p style="text-align: center;"><a href="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/propulsion.jpg"><img class="aligncenter size-full wp-image-335837" alt="propulsion" src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/propulsion.jpg" width="590" height="300" /></a></p>\n<blockquote><p>Propulsion is a responsive WordPress theme, suited for users who want to create a business, portfolio or eCommerce site. The theme is built on woocommerce shop plugin as well as the bbPress forum plugin. It comes with a plethora of options so you can modify layout, styling, colors and fonts directly from within the backend.</p></blockquote>\n<p><a class="button download-button vt-p" href="http://themeforest.net/item/propulsion-responsive-business-ecommerce/1126092" target="_blank">Purchase Propulsion</a></p>\n</div>\n<div class="feature">\n<h2 style="text-align: center;">Galanty theme</h2>\n<p style="text-align: center;"><a href="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/galanty.jpg"><img class="aligncenter size-full wp-image-335836" alt="galanty" src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/galanty.jpg" width="590" height="300" /></a></p>\n<blockquote><p>Galanty is a fullscreen, creative WP Theme with CSS animations, suitable for photographers or creatives. Easy to setup, enhanced with Visual Composer and massive panel. This combination makes creating content extremely easy. It has lots of build in options but it is still easy to use.</p></blockquote>\n<p><a class="button download-button vt-p" href="http://themeforest.net/item/galanty-fullscreen-creative-portfolio-wp-theme/6368954" target="_blank">Purchase Galanty</a></p>\n</div>\n<div class="feature">\n<h2 style="text-align: center;">wpCasa theme</h2>\n<p style="text-align: center;"><a href="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/wpcasa.png"><img class="aligncenter size-full wp-image-335839" alt="wpcasa" src="http://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2014/02/wpcasa.png" width="590" height="214" /></a></p>\n<blockquote><p>wpCasa is a WordPress theme framework dedicated to real estate websites. It has nice, clean, minimal design and fully responsive. It comes with a good number of features like: advanced property search, default and grid listing, property slider content, property metaboxes and more.</p></blockquote>\n<p><a class="button download-button vt-p" href="http://wpcasa.com/" target="_blank">Purchase wpCasa</a></p>\n</div>\n<div class="feature">\n<h2 style="text-align: center;">WP All Import plugin</h2>\n<blockquote><p>WP All Import has a four step import process and an intuitive drag & drop interface that makes complicated import tasks simple and fast. WP All Import can be used for everything from migrating content from a legacy CMS to WordPress to building a store with an affiliate datafeed to displaying live stock quotes or sports scores to building a real estate portal.</p></blockquote>\n<p><a class="button download-button vt-p" href="http://wordpress.org/plugins/wp-all-import/" target="_blank">Download WP All Import</a></p>\n</div>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:89:"http://wpml.org/2014/02/week-compatible-upstart-propulsion-galanty-wpcasa-wp-import/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:21:"http://wpml.org/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:12:{s:4:"date";s:29:"Wed, 05 Mar 2014 15:46:16 GMT";s:6:"server";s:22:"Apache/2.2.22 (Ubuntu)";s:13:"last-modified";s:29:"Wed, 05 Mar 2014 15:44:11 GMT";s:4:"etag";s:28:""bee00b-15ddf-4f3dde455e8c0"";s:13:"accept-ranges";s:5:"bytes";s:14:"content-length";s:5:"89567";s:4:"vary";s:22:"Accept-Encoding,Cookie";s:12:"x-powered-by";s:20:"W3 Total Cache/0.9.3";s:6:"pragma";s:6:"public";s:13:"cache-control";s:41:"public, must-revalidate, proxy-revalidate";s:10:"connection";s:5:"close";s:12:"content-type";s:24:"text/html; charset=UTF-8";}s:5:"build";s:14:"20130911030210";}', 'no');
|
||
INSERT INTO `drgrp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
|
||
(1216, 'portfolio_category_children', 'a:0:{}', 'yes'),
|
||
(1099, 'Avada_backups_es', 'a:406:{s:10:"responsive";s:1:"1";s:12:"ipad_potrait";s:1:"1";s:16:"google_analytics";s:0:"";s:10:"space_head";s:0:"";s:10:"space_body";s:0:"";s:13:"header_layout";s:2:"v4";s:19:"header_left_content";s:11:"Leave Empty";s:20:"header_right_content";s:11:"Leave Empty";s:17:"header_v4_content";s:7:"Tagline";s:18:"header_banner_code";s:0:"";s:13:"header_number";s:15:"+34 619 686 633";s:12:"header_email";s:21:"info@doublergroup.com";s:14:"header_tagline";s:37:"Cría y alta competición de caballos";s:15:"header_bg_image";s:0:"";s:14:"header_bg_full";s:1:"0";s:18:"header_bg_parallax";s:1:"0";s:16:"header_bg_repeat";s:6:"repeat";s:16:"icons_header_new";s:1:"1";s:17:"margin_header_top";s:3:"0px";s:20:"margin_header_bottom";s:3:"0px";s:13:"header_sticky";s:1:"0";s:20:"header_sticky_tablet";s:1:"0";s:20:"header_sticky_mobile";s:1:"0";s:21:"header_sticky_opacity";s:0:"";s:25:"header_sticky_nav_padding";s:0:"";s:27:"header_sticky_nav_font_size";s:0:"";s:28:"header_sticky_logo_max_width";s:0:"";s:4:"logo";s:70:"http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Logo-RR.png";s:11:"logo_retina";s:80:"http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Logo-RR@2x-300x51.png";s:17:"retina_logo_width";s:3:"200";s:18:"retina_logo_height";s:2:"35";s:14:"logo_alignment";s:4:"Left";s:16:"margin_logo_left";s:3:"0px";s:17:"margin_logo_right";s:3:"0px";s:15:"margin_logo_top";s:3:"0px";s:18:"margin_logo_bottom";s:3:"0px";s:7:"favicon";s:0:"";s:11:"iphone_icon";s:0:"";s:18:"iphone_icon_retina";s:0:"";s:9:"ipad_icon";s:0:"";s:16:"ipad_icon_retina";s:0:"";s:10:"nav_height";s:2:"40";s:11:"nav_padding";s:2:"35";s:19:"dropdown_menu_width";s:5:"170px";s:20:"main_nav_search_icon";s:1:"1";s:20:"main_nav_icon_circle";s:1:"1";s:14:"page_title_bar";s:1:"1";s:17:"page_title_height";s:4:"65px";s:13:"page_title_bg";s:74:"http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/01/page_bkgd31.jpg";s:20:"page_title_bg_retina";s:0:"";s:18:"page_title_bg_full";s:1:"1";s:22:"page_title_bg_parallax";s:1:"0";s:19:"page_title_bg_color";s:7:"#F6F6F6";s:23:"page_title_border_color";s:7:"#d2d3d4";s:17:"page_title_bar_bs";s:11:"Breadcrumbs";s:10:"breadcrumb";s:1:"0";s:17:"breadcrumb_mobile";s:1:"0";s:16:"breacrumb_prefix";s:0:"";s:18:"slidingbar_widgets";s:1:"0";s:25:"mobile_slidingbar_widgets";s:1:"1";s:21:"slidingbar_top_border";s:1:"0";s:32:"slidingbar_bg_color_transparency";s:1:"0";s:23:"slidingbar_open_on_load";s:1:"0";s:26:"slidingbar_widgets_columns";s:1:"2";s:14:"footer_widgets";s:1:"1";s:22:"footer_widgets_columns";s:1:"3";s:16:"footerw_bg_image";s:69:"http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/01/footer.png";s:15:"footerw_bg_full";s:1:"0";s:23:"footer_area_bg_parallax";s:1:"0";s:17:"footerw_bg_repeat";s:8:"repeat-x";s:14:"footerw_bg_pos";s:8:"top left";s:23:"footer_area_top_padding";s:0:"";s:26:"footer_area_bottom_padding";s:0:"";s:16:"footer_copyright";s:1:"1";s:11:"footer_text";s:101:"Copyright 2014 Double R Group | <a href=''''>Aviso legal</a> | <a href=''''>Política de privacidad</a>";s:12:"icons_footer";s:1:"1";s:16:"icons_footer_new";s:1:"1";s:21:"copyright_top_padding";s:2:"18";s:24:"copyright_bottom_padding";s:2:"18";s:6:"layout";s:4:"Wide";s:8:"bg_image";s:0:"";s:7:"bg_full";s:1:"0";s:9:"bg_repeat";s:6:"repeat";s:8:"bg_color";s:7:"#d7d6d6";s:17:"bg_pattern_option";s:1:"0";s:10:"bg_pattern";s:8:"pattern1";s:16:"content_bg_image";s:0:"";s:15:"content_bg_full";s:1:"0";s:17:"content_bg_repeat";s:6:"repeat";s:16:"custom_font_woff";s:0:"";s:15:"custom_font_ttf";s:0:"";s:15:"custom_font_svg";s:0:"";s:15:"custom_font_eot";s:0:"";s:11:"google_body";s:11:"Droid Serif";s:10:"google_nav";s:6:"Roboto";s:15:"google_headings";s:6:"Roboto";s:22:"google_footer_headings";s:6:"Roboto";s:13:"standard_body";s:11:"Select Font";s:12:"standard_nav";s:11:"Select Font";s:17:"standard_headings";s:11:"Select Font";s:24:"standard_footer_headings";s:11:"Select Font";s:14:"body_font_size";s:2:"15";s:13:"nav_font_size";s:2:"16";s:22:"nav_dropdown_font_size";s:2:"14";s:14:"snav_font_size";s:2:"12";s:18:"side_nav_font_size";s:2:"14";s:21:"breadcrumbs_font_size";s:2:"14";s:15:"sidew_font_size";s:2:"15";s:20:"slidingbar_font_size";s:2:"13";s:15:"footw_font_size";s:2:"13";s:19:"copyright_font_size";s:2:"12";s:12:"h1_font_size";s:2:"32";s:12:"h2_font_size";s:2:"26";s:12:"h3_font_size";s:2:"16";s:12:"h4_font_size";s:2:"13";s:12:"h5_font_size";s:2:"12";s:12:"h6_font_size";s:2:"11";s:17:"tagline_font_size";s:2:"16";s:20:"page_title_font_size";s:2:"24";s:30:"page_title_subheader_font_size";s:2:"18";s:12:"body_font_lh";s:2:"21";s:10:"h1_font_lh";s:2:"44";s:10:"h2_font_lh";s:2:"27";s:10:"h3_font_lh";s:2:"24";s:10:"h4_font_lh";s:2:"20";s:10:"h5_font_lh";s:2:"18";s:10:"h6_font_lh";s:2:"17";s:11:"scheme_type";s:5:"Light";s:12:"color_scheme";s:4:"Blue";s:13:"primary_color";s:7:"#395b7b";s:19:"slidingbar_bg_color";s:7:"#363839";s:22:"header_sticky_bg_color";s:7:"#ffffff";s:15:"header_bg_color";s:7:"#ffffff";s:19:"header_border_color";s:7:"#e5e5e5";s:19:"header_top_bg_color";s:7:"#395b7b";s:16:"content_bg_color";s:7:"#ffffff";s:15:"footer_bg_color";s:7:"#ffffff";s:19:"footer_border_color";s:7:"#ffffff";s:18:"copyright_bg_color";s:7:"#1f1f1f";s:22:"copyright_border_color";s:7:"#242424";s:24:"image_gradient_top_color";s:7:"#395b7b";s:27:"image_gradient_bottom_color";s:7:"#395b7b";s:25:"button_gradient_top_color";s:7:"#395b7b";s:28:"button_gradient_bottom_color";s:7:"#395b7b";s:24:"slidingbar_divider_color";s:7:"#282A2B";s:20:"footer_divider_color";s:7:"#505152";s:13:"form_bg_color";s:7:"#ffffff";s:15:"form_text_color";s:7:"#333333";s:17:"form_border_color";s:7:"#d2d2d2";s:17:"timeline_bg_color";s:11:"transparent";s:14:"timeline_color";s:7:"#ebeaea";s:12:"qty_bg_color";s:7:"#fbfaf9";s:18:"qty_bg_hover_color";s:7:"#ffffff";s:19:"bbp_forum_header_bg";s:7:"#ebeaea";s:22:"bbp_forum_border_color";s:7:"#ebeaea";s:21:"socialbox_icons_color";s:4:"Dark";s:18:"header_icons_color";s:5:"Light";s:18:"footer_icons_color";s:4:"Dark";s:16:"main_top_padding";s:0:"";s:19:"main_bottom_padding";s:0:"";s:16:"hundredp_padding";s:0:"";s:18:"button_text_shadow";s:1:"1";s:22:"slidingbar_text_shadow";s:1:"1";s:18:"footer_text_shadow";s:1:"1";s:26:"button_gradient_text_color";s:7:"#ebeaea";s:18:"tagline_font_color";s:7:"#747474";s:16:"page_title_color";s:7:"#333333";s:8:"h1_color";s:7:"#333333";s:8:"h2_color";s:7:"#333333";s:8:"h3_color";s:7:"#333333";s:8:"h4_color";s:7:"#333333";s:8:"h5_color";s:7:"#333333";s:8:"h6_color";s:7:"#333333";s:15:"body_text_color";s:7:"#333333";s:10:"link_color";s:7:"#395b7b";s:22:"breadcrumbs_text_color";s:7:"#8C8989";s:25:"slidingbar_headings_color";s:7:"#DDDDDD";s:21:"slidingbar_text_color";s:7:"#8C8989";s:21:"slidingbar_link_color";s:7:"#BFBFBF";s:21:"sidebar_heading_color";s:7:"#333333";s:21:"footer_headings_color";s:7:"#DDDDDD";s:17:"footer_text_color";s:7:"#464849";s:17:"footer_link_color";s:7:"#BFBFBF";s:17:"menu_h45_bg_color";s:7:"#395b7b";s:16:"menu_first_color";s:7:"#ededed";s:22:"menu_hover_first_color";s:7:"#ffffff";s:17:"menu_sub_bg_color";s:7:"#395b7b";s:19:"menu_bg_hover_color";s:7:"#B4C2CD";s:14:"menu_sub_color";s:7:"#ededed";s:18:"menu_sub_sep_color";s:7:"#B4C2CD";s:10:"snav_color";s:7:"#ffffff";s:29:"header_top_first_border_color";s:7:"#B4C2CD";s:23:"header_top_sub_bg_color";s:7:"#395b7b";s:25:"header_top_menu_sub_color";s:7:"#747474";s:30:"header_top_menu_bg_hover_color";s:7:"#fafafa";s:31:"header_top_menu_sub_hover_color";s:7:"#333333";s:29:"header_top_menu_sub_sep_color";s:7:"#B4C2CD";s:17:"woo_cart_bg_color";s:7:"#fafafa";s:24:"accordian_inactive_color";s:7:"#333333";s:20:"counter_filled_color";s:7:"#1a80b6";s:22:"counter_unfilled_color";s:7:"#f6f6f6";s:15:"dates_box_color";s:7:"#eef0f2";s:18:"carousel_nav_color";s:7:"#999999";s:20:"carousel_hover_color";s:7:"#808080";s:20:"content_box_bg_color";s:11:"transparent";s:21:"checklist_icons_color";s:7:"#ffffff";s:18:"title_border_color";s:7:"#e0dede";s:17:"icon_circle_color";s:7:"#333333";s:17:"icon_border_color";s:7:"#333333";s:10:"icon_color";s:7:"#ffffff";s:21:"imgframe_border_color";s:7:"#f6f6f6";s:20:"imgframe_style_color";s:7:"#000000";s:29:"sep_pricing_box_heading_color";s:7:"#333333";s:36:"full_boxed_pricing_box_heading_color";s:7:"#333333";s:17:"pricing_box_color";s:7:"#62a2c4";s:16:"pricing_bg_color";s:7:"#ffffff";s:20:"pricing_border_color";s:7:"#f8f8f8";s:21:"pricing_divider_color";s:7:"#ededed";s:9:"sep_color";s:7:"#e0dede";s:18:"social_links_color";s:4:"Dark";s:15:"social_bg_color";s:7:"#f6f6f6";s:13:"tabs_bg_color";s:7:"#ffffff";s:19:"tabs_inactive_color";s:7:"#ebeaea";s:10:"tagline_bg";s:7:"#f6f6f6";s:20:"tagline_border_color";s:7:"#f6f6f6";s:20:"testimonial_bg_color";s:7:"#f6f6f6";s:22:"testimonial_text_color";s:7:"#747474";s:10:"blog_title";s:8:"Noticias";s:11:"blog_layout";s:15:"Large Alternate";s:21:"blog_sidebar_position";s:5:"Right";s:19:"blog_archive_layout";s:15:"Large Alternate";s:20:"blog_archive_sidebar";s:12:"Blog Sidebar";s:20:"blog_pagination_type";s:10:"Pagination";s:17:"blog_grid_columns";s:1:"3";s:14:"content_length";s:7:"Excerpt";s:19:"excerpt_length_blog";s:2:"55";s:18:"strip_html_excerpt";s:1:"1";s:15:"blog_full_width";s:1:"0";s:22:"single_post_full_width";s:1:"0";s:15:"featured_images";s:1:"1";s:32:"alternate_date_format_month_year";s:3:"M Y";s:25:"alternate_date_format_day";s:1:"d";s:20:"timeline_date_format";s:0:"";s:22:"featured_images_single";s:1:"1";s:11:"blog_pn_nav";s:1:"0";s:15:"blog_post_title";s:1:"1";s:11:"author_info";s:1:"0";s:18:"social_sharing_box";s:1:"1";s:13:"related_posts";s:1:"0";s:13:"blog_comments";s:1:"0";s:9:"post_meta";s:1:"1";s:16:"post_meta_author";s:1:"1";s:14:"post_meta_date";s:1:"0";s:14:"post_meta_cats";s:1:"1";s:18:"post_meta_comments";s:1:"1";s:14:"post_meta_read";s:1:"0";s:11:"date_format";s:6:"j F, Y";s:15:"portfolio_items";s:1:"9";s:24:"portfolio_archive_layout";s:27:"Portfolio Three Column Text";s:25:"portfolio_archive_sidebar";s:4:"None";s:24:"portfolio_content_length";s:7:"Excerpt";s:24:"excerpt_length_portfolio";s:2:"15";s:20:"grid_pagination_type";s:10:"Pagination";s:14:"portfolio_slug";s:15:"portfolio_items";s:25:"portfolio_featured_images";s:1:"0";s:16:"portfolio_pn_nav";s:1:"0";s:18:"portfolio_comments";s:1:"0";s:16:"portfolio_author";s:1:"0";s:16:"sharing_facebook";s:1:"1";s:15:"sharing_twitter";s:1:"1";s:14:"sharing_reddit";s:1:"0";s:16:"sharing_linkedin";s:1:"0";s:14:"sharing_google";s:1:"0";s:14:"sharing_tumblr";s:1:"0";s:17:"sharing_pinterest";s:1:"0";s:13:"sharing_email";s:1:"1";s:13:"facebook_link";s:1:"#";s:11:"flickr_link";s:0:"";s:8:"rss_link";s:0:"";s:12:"twitter_link";s:1:"#";s:10:"vimeo_link";s:0:"";s:12:"youtube_link";s:63:"https://www.youtube.com/channel/UCGXuZZA95xD9LdOesfHG9sQ/videos";s:14:"pinterest_link";s:0:"";s:11:"tumblr_link";s:0:"";s:11:"google_link";s:0:"";s:13:"dribbble_link";s:0:"";s:9:"digg_link";s:0:"";s:13:"linkedin_link";s:0:"";s:12:"blogger_link";s:0:"";s:10:"skype_link";s:0:"";s:11:"forrst_link";s:0:"";s:12:"myspace_link";s:0:"";s:15:"deviantart_link";s:0:"";s:10:"yahoo_link";s:0:"";s:11:"reddit_link";s:0:"";s:16:"custom_icon_name";s:0:"";s:17:"custom_icon_image";s:0:"";s:24:"custom_icon_image_retina";s:0:"";s:17:"retina_icon_width";s:0:"";s:18:"retina_icon_height";s:0:"";s:16:"custom_icon_link";s:0:"";s:15:"posts_slideshow";s:1:"1";s:22:"posts_slideshow_number";s:1:"5";s:18:"slideshow_autoplay";s:1:"1";s:23:"slideshow_smooth_height";s:1:"0";s:15:"slideshow_speed";s:4:"7000";s:17:"flexslider_number";s:1:"5";s:22:"pagination_video_slide";s:1:"0";s:22:"legacy_posts_slideshow";s:1:"0";s:16:"flexslider_width";s:5:"940px";s:18:"flexslider_circles";s:1:"0";s:13:"tfs_animation";s:4:"fade";s:12:"tfs_autoplay";s:1:"1";s:19:"tfs_slideshow_speed";s:4:"7000";s:19:"tfs_animation_speed";s:3:"600";s:18:"flexsliders_number";s:1:"1";s:12:"flexslider_1";a:3:{i:1;a:5:{s:5:"order";s:1:"1";s:5:"title";s:148:"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam";s:3:"url";s:71:"http://theme-fusion.com/avadaxml/wp-content/uploads/2013/10/slide_1.jpg";s:4:"link";s:0:"";s:11:"description";s:0:"";}i:2;a:5:{s:5:"order";s:1:"2";s:5:"title";s:0:"";s:3:"url";s:0:"";s:4:"link";s:0:"";s:11:"description";s:116:"<iframe width=''940'' height=''560'' src=''//www.youtube.com/embed/mcixldqDIEQ'' frameborder=''0'' allowfullscreen></iframe>";}i:3;a:5:{s:5:"order";s:1:"3";s:5:"title";s:148:"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam";s:3:"url";s:71:"http://theme-fusion.com/avadaxml/wp-content/uploads/2012/11/slide_2.jpg";s:4:"link";s:0:"";s:11:"description";s:0:"";}}s:17:"tfes_slider_width";s:4:"100%";s:18:"tfes_slider_height";s:5:"400px";s:14:"tfes_animation";s:5:"sides";s:13:"tfes_autoplay";s:1:"1";s:13:"tfes_interval";s:4:"3000";s:10:"tfes_speed";s:3:"800";s:10:"tfes_width";s:3:"150";s:18:"es_title_font_size";s:2:"42";s:20:"es_caption_font_size";s:2:"20";s:14:"es_title_color";s:7:"#333333";s:16:"es_caption_color";s:7:"#747474";s:24:"lightbox_animation_speed";s:4:"Fast";s:16:"lightbox_gallery";s:1:"1";s:17:"lightbox_autoplay";s:1:"0";s:24:"lightbox_slideshow_speed";s:4:"5000";s:16:"lightbox_opacity";s:3:"0.8";s:14:"lightbox_title";s:1:"1";s:13:"lightbox_desc";s:1:"1";s:15:"lightbox_social";s:1:"1";s:20:"lightbox_post_images";s:1:"0";s:9:"gmap_type";s:7:"roadmap";s:10:"gmap_width";s:4:"100%";s:11:"gmap_height";s:5:"415px";s:12:"gmap_address";s:49:"775 New York Ave, Brooklyn, Kings, New York 11203";s:13:"email_address";s:0:"";s:14:"map_zoom_level";s:1:"8";s:7:"map_pin";s:1:"0";s:9:"map_popup";s:1:"0";s:15:"map_scrollwheel";s:1:"0";s:9:"map_scale";s:1:"0";s:15:"map_zoomcontrol";s:1:"0";s:16:"recaptcha_public";s:0:"";s:17:"recaptcha_private";s:0:"";s:22:"recaptcha_color_scheme";s:3:"red";s:16:"sidebar_bg_color";s:11:"transparent";s:13:"content_width";s:10:"71.1702128";s:13:"sidebar_width";s:10:"23.4042553";s:15:"sidebar_padding";s:1:"0";s:14:"dev_shortcodes";s:1:"0";s:16:"avada_rev_styles";s:1:"0";s:18:"testimonials_speed";s:4:"4000";s:19:"default_sidebar_pos";s:5:"Right";s:16:"sidenav_behavior";s:5:"Hover";s:20:"number_related_posts";s:1:"5";s:14:"comments_pages";s:1:"0";s:14:"link_read_more";s:1:"0";s:16:"disable_excerpts";s:1:"0";s:21:"featured_images_pages";s:1:"0";s:18:"faq_featured_image";s:1:"0";s:21:"nofollow_social_links";s:1:"0";s:14:"image_rollover";s:1:"1";s:19:"link_image_rollover";s:1:"0";s:19:"zoom_image_rollover";s:1:"0";s:20:"title_image_rollover";s:1:"0";s:25:"title_link_image_rollover";s:1:"0";s:19:"cats_image_rollover";s:1:"0";s:22:"image_rollover_opacity";s:1:"1";s:14:"search_content";s:15:"Posts and Pages";s:14:"search_excerpt";s:1:"0";s:23:"search_results_per_page";s:2:"10";s:22:"search_featured_images";s:1:"0";s:22:"bbpress_global_sidebar";s:1:"0";s:15:"ppbress_sidebar";s:4:"None";s:8:"ubermenu";s:1:"0";s:15:"post_type_order";s:1:"0";s:18:"status_layerslider";s:1:"0";s:16:"status_revslider";s:1:"0";s:17:"status_flexslider";s:1:"0";s:15:"use_animate_css";s:1:"0";s:26:"disable_mobile_animate_css";s:1:"1";s:15:"status_lightbox";s:1:"0";s:11:"status_gmap";s:1:"0";s:9:"status_yt";s:1:"0";s:12:"status_vimeo";s:1:"0";s:14:"status_jqcycle";s:1:"0";s:14:"status_eslider";s:1:"0";s:12:"status_totop";s:1:"1";s:19:"status_totop_mobile";s:1:"1";s:9:"woo_items";s:2:"12";s:27:"woocommerce_archive_sidebar";s:4:"None";s:28:"woocommerce_acc_link_top_nav";s:1:"1";s:29:"woocommerce_cart_link_top_nav";s:1:"1";s:29:"woocommerce_acc_link_main_nav";s:1:"0";s:30:"woocommerce_cart_link_main_nav";s:1:"1";s:24:"woocommerce_social_links";s:1:"0";s:13:"woo_acc_msg_1";s:55:"Need Assistance? Call customer service at 888-555-5555.";s:13:"woo_acc_msg_2";s:32:"E-mail them at info@yourshop.com";s:10:"custom_css";s:0:"";s:10:"backup_log";s:31:"Wed, 26 Feb 2014 17:03:21 +0000";}', 'yes'),
|
||
(916, 'widget_tweets-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
|
||
(1949, '_transient_timeout_GFCache_2fa4dab0d4939ea7b104c1121ec4126c', '1394038466', 'no'),
|
||
(1950, '_transient_GFCache_2fa4dab0d4939ea7b104c1121ec4126c', '1', 'no'),
|
||
(1945, '_transient_timeout_GFCache_23f65440e5b0015ea2e1f46a704bd350', '1394038322', 'no'),
|
||
(1946, '_transient_GFCache_23f65440e5b0015ea2e1f46a704bd350', '1', 'no'),
|
||
(1947, '_transient_timeout_GFCache_3eb10661ef352d48c068258ecb1a961d', '1394038368', 'no'),
|
||
(1948, '_transient_GFCache_3eb10661ef352d48c068258ecb1a961d', '1', 'no'),
|
||
(943, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
|
||
(1041, 'onetrt_tasks', 'a:5:{i:696661142;O:8:"stdClass":7:{s:2:"id";s:9:"696661142";s:7:"created";i:1393322291;s:7:"updated";i:1393322452;s:8:"finished";i:1393847228;s:11:"items_total";i:88;s:10:"items_left";i:0;s:10:"items_done";i:88;}i:696661463;O:8:"stdClass":7:{s:2:"id";s:9:"696661463";s:7:"created";i:1393322929;s:7:"updated";i:1393323091;s:8:"finished";i:1393847228;s:11:"items_total";i:88;s:10:"items_left";i:0;s:10:"items_done";i:88;}i:696662714;O:8:"stdClass":7:{s:2:"id";s:9:"696662714";s:7:"created";i:1393325421;s:7:"updated";i:1393325580;s:8:"finished";i:1393847228;s:11:"items_total";i:88;s:10:"items_left";i:0;s:10:"items_done";i:88;}i:696662833;O:8:"stdClass":7:{s:2:"id";s:9:"696662833";s:7:"created";i:1393325675;s:7:"updated";i:1393326004;s:8:"finished";i:1393847228;s:11:"items_total";i:88;s:10:"items_left";i:0;s:10:"items_done";i:88;}i:696923619;O:8:"stdClass":7:{s:2:"id";s:9:"696923619";s:7:"created";i:1393847232;s:7:"updated";i:1393847506;s:8:"finished";i:1393847506;s:11:"items_total";i:96;s:10:"items_left";i:0;s:10:"items_done";i:96;}}', 'no'),
|
||
(1043, 'onetrt_opts', 'a:9:{s:15:"after_media_btn";b:0;s:15:"only_complement";b:1;s:11:"bulk_action";b:1;s:8:"advanced";b:1;s:7:"massgen";b:0;s:13:"success_redir";b:0;s:17:"quality_overwrite";b:0;s:7:"quality";i:90;s:6:"thumbs";a:0:{}}', 'yes'),
|
||
(1678, 'onetrt_task_696923619', '', 'no'),
|
||
(1785, '_transient_timeout_GFCache_e7f57422a77c3d8244f66281f59904fc', '1393855536', 'no'),
|
||
(1786, '_transient_GFCache_e7f57422a77c3d8244f66281f59904fc', '1', 'no'),
|
||
(1873, '_transient_timeout_GFCache_525fe33ecd2d5533afec61ad7bb2b455', '1393861843', 'no'),
|
||
(1874, '_transient_GFCache_525fe33ecd2d5533afec61ad7bb2b455', '1', 'no');
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_postmeta`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_postmeta` (
|
||
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||
`meta_key` varchar(255) DEFAULT NULL,
|
||
`meta_value` longtext,
|
||
PRIMARY KEY (`meta_id`),
|
||
KEY `post_id` (`post_id`),
|
||
KEY `meta_key` (`meta_key`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=14412 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_postmeta`
|
||
--
|
||
|
||
INSERT INTO `drgrp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
|
||
(1, 2, '_wp_page_template', 'default'),
|
||
(8, 3873, '_wp_attached_file', '2012/11/slide_21.jpg'),
|
||
(9, 3873, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:940;s:6:"height";i:434;s:14:"hwstring_small";s:23:"height=''59'' width=''128''";s:4:"file";s:20:"2012/11/slide_21.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"slide_21-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"slide_21-300x138.jpg";s:5:"width";i:300;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:20:"slide_21-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:20:"slide_21-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:20:"slide_21-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:20:"slide_21-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:18:"slide_21-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:20:"slide_21-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:20:"slide_21-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:20:"slide_21-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:20:"slide_21-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:20:"slide_21-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:20:"slide_21-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:20:"slide_21-700x434.jpg";s:5:"width";i:700;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:18:"slide_21-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:34:"© Luke Beck - ALL RIGHTS RESERVED";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10, 3875, '_wp_attached_file', '2013/10/slide_11.jpg'),
|
||
(11, 3875, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:940;s:6:"height";i:434;s:14:"hwstring_small";s:23:"height=''59'' width=''128''";s:4:"file";s:20:"2013/10/slide_11.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"slide_11-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"slide_11-300x138.jpg";s:5:"width";i:300;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:20:"slide_11-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:20:"slide_11-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:20:"slide_11-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:20:"slide_11-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:18:"slide_11-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:20:"slide_11-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:20:"slide_11-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:20:"slide_11-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:20:"slide_11-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:20:"slide_11-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:20:"slide_11-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:20:"slide_11-700x434.jpg";s:5:"width";i:700;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:18:"slide_11-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(18, 3890, '_wp_attached_file', '2012/07/blog_61.jpg'),
|
||
(19, 3890, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:700;s:6:"height";i:350;s:14:"hwstring_small";s:23:"height=''64'' width=''128''";s:4:"file";s:19:"2012/07/blog_61.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"blog_61-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"blog_61-300x150.jpg";s:5:"width";i:300;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:19:"blog_61-300x350.jpg";s:5:"width";i:300;s:6:"height";i:350;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:19:"blog_61-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:19:"blog_61-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:19:"blog_61-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:17:"blog_61-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:19:"blog_61-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:19:"blog_61-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:19:"blog_61-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:19:"blog_61-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:19:"blog_61-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:17:"blog_61-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(13163, 5085, '_menu_item_url', ''),
|
||
(13362, 5116, '_edit_lock', '1393843073:1'),
|
||
(13375, 5119, '_wp_attached_file', '2014/03/GSHS_logo_384x384.png'),
|
||
(13376, 5119, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:384;s:6:"height";i:384;s:14:"hwstring_small";s:22:"height=''96'' width=''96''";s:4:"file";s:29:"2014/03/GSHS_logo_384x384.png";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"GSHS_logo_384x384-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:29:"GSHS_logo_384x384-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:29:"GSHS_logo_384x384-300x384.png";s:5:"width";i:300;s:6:"height";i:384;s:9:"mime-type";s:9:"image/png";}s:20:"related-img-vertical";a:4:{s:4:"file";s:29:"GSHS_logo_384x384-180x235.png";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:9:"image/png";}s:10:"blog-large";a:4:{s:4:"file";s:29:"GSHS_logo_384x384-384x272.png";s:5:"width";i:384;s:6:"height";i:272;s:9:"mime-type";s:9:"image/png";}s:11:"blog-medium";a:4:{s:4:"file";s:29:"GSHS_logo_384x384-320x202.png";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:9:"image/png";}s:8:"tabs-img";a:4:{s:4:"file";s:27:"GSHS_logo_384x384-52x50.png";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"related-img";a:4:{s:4:"file";s:29:"GSHS_logo_384x384-180x138.png";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:9:"image/png";}s:13:"portfolio-one";a:4:{s:4:"file";s:29:"GSHS_logo_384x384-384x272.png";s:5:"width";i:384;s:6:"height";i:272;s:9:"mime-type";s:9:"image/png";}s:13:"portfolio-two";a:4:{s:4:"file";s:29:"GSHS_logo_384x384-384x295.png";s:5:"width";i:384;s:6:"height";i:295;s:9:"mime-type";s:9:"image/png";}s:15:"portfolio-three";a:4:{s:4:"file";s:29:"GSHS_logo_384x384-300x214.png";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-four";a:4:{s:4:"file";s:29:"GSHS_logo_384x384-220x161.png";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:9:"image/png";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:27:"GSHS_logo_384x384-66x66.png";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(13270, 5098, '_wp_attached_file', '2014/02/splash2.jpg'),
|
||
(13271, 5098, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1600;s:6:"height";i:700;s:14:"hwstring_small";s:23:"height=''56'' width=''128''";s:4:"file";s:19:"2014/02/splash2.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"splash2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"splash2-300x131.jpg";s:5:"width";i:300;s:6:"height";i:131;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"splash2-1024x448.jpg";s:5:"width";i:1024;s:6:"height";i:448;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:19:"splash2-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:19:"splash2-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:19:"splash2-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:19:"splash2-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:17:"splash2-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:19:"splash2-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:19:"splash2-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:19:"splash2-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:19:"splash2-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:19:"splash2-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:19:"splash2-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:19:"splash2-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:17:"splash2-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(13276, 5099, '_wp_attached_file', '2014/03/Baileys-Logo.jpg'),
|
||
(13277, 5099, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:200;s:6:"height";i:193;s:14:"hwstring_small";s:22:"height=''96'' width=''99''";s:4:"file";s:24:"2014/03/Baileys-Logo.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"Baileys-Logo-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:24:"Baileys-Logo-180x193.jpg";s:5:"width";i:180;s:6:"height";i:193;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:22:"Baileys-Logo-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:24:"Baileys-Logo-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:24:"Baileys-Logo-200x161.jpg";s:5:"width";i:200;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:22:"Baileys-Logo-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(13278, 5100, '_wp_attached_file', '2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg'),
|
||
(13279, 5100, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:564;s:6:"height";i:377;s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:50:"2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:50:"Gucci_Charity_Classic_Logo_White_Final-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:50:"Gucci_Charity_Classic_Logo_White_Final-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:50:"Gucci_Charity_Classic_Logo_White_Final-300x377.jpg";s:5:"width";i:300;s:6:"height";i:377;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:50:"Gucci_Charity_Classic_Logo_White_Final-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:50:"Gucci_Charity_Classic_Logo_White_Final-564x272.jpg";s:5:"width";i:564;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:50:"Gucci_Charity_Classic_Logo_White_Final-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:48:"Gucci_Charity_Classic_Logo_White_Final-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:50:"Gucci_Charity_Classic_Logo_White_Final-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:50:"Gucci_Charity_Classic_Logo_White_Final-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:50:"Gucci_Charity_Classic_Logo_White_Final-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:50:"Gucci_Charity_Classic_Logo_White_Final-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:50:"Gucci_Charity_Classic_Logo_White_Final-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:48:"Gucci_Charity_Classic_Logo_White_Final-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(13280, 5101, '_wp_attached_file', '2014/03/hermes-usef2.jpg'),
|
||
(13281, 5101, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:300;s:6:"height";i:276;s:14:"hwstring_small";s:23:"height=''96'' width=''104''";s:4:"file";s:24:"2014/03/hermes-usef2.jpg";s:5:"sizes";a:10:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"hermes-usef2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:24:"hermes-usef2-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:24:"hermes-usef2-300x272.jpg";s:5:"width";i:300;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:24:"hermes-usef2-300x202.jpg";s:5:"width";i:300;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:22:"hermes-usef2-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:24:"hermes-usef2-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:24:"hermes-usef2-300x272.jpg";s:5:"width";i:300;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:24:"hermes-usef2-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:24:"hermes-usef2-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:22:"hermes-usef2-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(13282, 5102, '_wp_attached_file', '2014/03/logoStlHorseShow.png'),
|
||
(13283, 5102, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:257;s:6:"height";i:249;s:14:"hwstring_small";s:22:"height=''96'' width=''99''";s:4:"file";s:28:"2014/03/logoStlHorseShow.png";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"logoStlHorseShow-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:20:"related-img-vertical";a:4:{s:4:"file";s:28:"logoStlHorseShow-180x235.png";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:9:"image/png";}s:11:"blog-medium";a:4:{s:4:"file";s:28:"logoStlHorseShow-257x202.png";s:5:"width";i:257;s:6:"height";i:202;s:9:"mime-type";s:9:"image/png";}s:8:"tabs-img";a:4:{s:4:"file";s:26:"logoStlHorseShow-52x50.png";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"related-img";a:4:{s:4:"file";s:28:"logoStlHorseShow-180x138.png";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:9:"image/png";}s:15:"portfolio-three";a:4:{s:4:"file";s:28:"logoStlHorseShow-257x214.png";s:5:"width";i:257;s:6:"height";i:214;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-four";a:4:{s:4:"file";s:28:"logoStlHorseShow-220x161.png";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:9:"image/png";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:26:"logoStlHorseShow-66x66.png";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(13284, 5099, '_edit_lock', '1393841078:1'),
|
||
(13285, 5100, '_edit_lock', '1393841094:1'),
|
||
(13286, 5101, '_edit_lock', '1393841108:1'),
|
||
(13287, 5102, '_edit_lock', '1393841121:1'),
|
||
(13360, 5116, '_wp_attached_file', '2014/03/80038.jpg'),
|
||
(13361, 5116, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:382;s:6:"height";i:273;s:14:"hwstring_small";s:23:"height=''91'' width=''128''";s:4:"file";s:17:"2014/03/80038.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"80038-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"80038-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:17:"80038-300x273.jpg";s:5:"width";i:300;s:6:"height";i:273;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:17:"80038-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:17:"80038-382x272.jpg";s:5:"width";i:382;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:17:"80038-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:15:"80038-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:17:"80038-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:17:"80038-382x272.jpg";s:5:"width";i:382;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:17:"80038-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:17:"80038-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:15:"80038-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(34, 3936, '_wp_attached_file', '2013/10/portfolio_61.jpg'),
|
||
(35, 3936, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:940;s:6:"height";i:475;s:14:"hwstring_small";s:23:"height=''64'' width=''128''";s:4:"file";s:24:"2013/10/portfolio_61.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"portfolio_61-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"portfolio_61-300x151.jpg";s:5:"width";i:300;s:6:"height";i:151;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:24:"portfolio_61-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:24:"portfolio_61-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:24:"portfolio_61-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:24:"portfolio_61-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:22:"portfolio_61-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:24:"portfolio_61-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:24:"portfolio_61-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:24:"portfolio_61-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:24:"portfolio_61-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:24:"portfolio_61-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:24:"portfolio_61-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:24:"portfolio_61-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:22:"portfolio_61-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(38, 3978, '_wp_attached_file', '2013/10/bkgd11.jpg'),
|
||
(39, 3978, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:578;s:14:"hwstring_small";s:23:"height=''73'' width=''128''";s:4:"file";s:18:"2013/10/bkgd11.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"bkgd11-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"bkgd11-300x173.jpg";s:5:"width";i:300;s:6:"height";i:173;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:18:"bkgd11-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:18:"bkgd11-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:18:"bkgd11-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:18:"bkgd11-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:16:"bkgd11-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:18:"bkgd11-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:18:"bkgd11-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:18:"bkgd11-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:18:"bkgd11-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:18:"bkgd11-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:18:"bkgd11-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:18:"bkgd11-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:16:"bkgd11-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:34:"© Luke Beck - ALL RIGHTS RESERVED";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(40, 4010, '_wp_attached_file', '2013/10/person1.jpg'),
|
||
(41, 4010, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:580;s:6:"height";i:388;s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:19:"2013/10/person1.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"person1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"person1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:19:"person1-300x388.jpg";s:5:"width";i:300;s:6:"height";i:388;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:19:"person1-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:19:"person1-580x272.jpg";s:5:"width";i:580;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:19:"person1-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:17:"person1-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:19:"person1-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:19:"person1-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:19:"person1-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:19:"person1-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:19:"person1-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:17:"person1-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(42, 1876, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(43, 1876, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(44, 1876, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(45, 1876, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(46, 1877, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(47, 1877, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(48, 1877, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(49, 1877, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(50, 1878, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(51, 1878, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(52, 1878, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(53, 1878, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(54, 1879, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(55, 1879, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(56, 1879, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(57, 1879, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(58, 4053, '_wp_attached_file', '2013/10/elastic11.jpg'),
|
||
(59, 4053, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1500;s:6:"height";i:500;s:14:"hwstring_small";s:23:"height=''42'' width=''128''";s:4:"file";s:21:"2013/10/elastic11.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"elastic11-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"elastic11-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"elastic11-1024x341.jpg";s:5:"width";i:1024;s:6:"height";i:341;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:21:"elastic11-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:21:"elastic11-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:21:"elastic11-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:21:"elastic11-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:19:"elastic11-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:21:"elastic11-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:21:"elastic11-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:21:"elastic11-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:21:"elastic11-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:21:"elastic11-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:21:"elastic11-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:21:"elastic11-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:19:"elastic11-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(60, 4054, '_wp_attached_file', '2013/10/elastic21.jpg'),
|
||
(61, 4054, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1500;s:6:"height";i:500;s:14:"hwstring_small";s:23:"height=''42'' width=''128''";s:4:"file";s:21:"2013/10/elastic21.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"elastic21-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"elastic21-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"elastic21-1024x341.jpg";s:5:"width";i:1024;s:6:"height";i:341;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:21:"elastic21-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:21:"elastic21-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:21:"elastic21-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:21:"elastic21-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:19:"elastic21-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:21:"elastic21-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:21:"elastic21-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:21:"elastic21-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:21:"elastic21-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:21:"elastic21-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:21:"elastic21-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:21:"elastic21-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:19:"elastic21-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(62, 4069, '_wp_attached_file', '2013/10/ipad1.png'),
|
||
(63, 4069, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:500;s:6:"height";i:308;s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:17:"2013/10/ipad1.png";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"ipad1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:17:"ipad1-300x184.png";s:5:"width";i:300;s:6:"height";i:184;s:9:"mime-type";s:9:"image/png";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:17:"ipad1-300x308.png";s:5:"width";i:300;s:6:"height";i:308;s:9:"mime-type";s:9:"image/png";}s:20:"related-img-vertical";a:4:{s:4:"file";s:17:"ipad1-180x235.png";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:9:"image/png";}s:10:"blog-large";a:4:{s:4:"file";s:17:"ipad1-500x272.png";s:5:"width";i:500;s:6:"height";i:272;s:9:"mime-type";s:9:"image/png";}s:11:"blog-medium";a:4:{s:4:"file";s:17:"ipad1-320x202.png";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:9:"image/png";}s:8:"tabs-img";a:4:{s:4:"file";s:15:"ipad1-52x50.png";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"related-img";a:4:{s:4:"file";s:17:"ipad1-180x138.png";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:9:"image/png";}s:13:"portfolio-one";a:4:{s:4:"file";s:17:"ipad1-500x272.png";s:5:"width";i:500;s:6:"height";i:272;s:9:"mime-type";s:9:"image/png";}s:13:"portfolio-two";a:4:{s:4:"file";s:17:"ipad1-460x295.png";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:9:"image/png";}s:15:"portfolio-three";a:4:{s:4:"file";s:17:"ipad1-300x214.png";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-four";a:4:{s:4:"file";s:17:"ipad1-220x161.png";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:9:"image/png";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:15:"ipad1-66x66.png";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(64, 4073, '_wp_attached_file', '2013/10/slide_51.jpg'),
|
||
(65, 4073, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1700;s:6:"height";i:400;s:14:"hwstring_small";s:23:"height=''30'' width=''128''";s:4:"file";s:20:"2013/10/slide_51.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"slide_51-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"slide_51-300x70.jpg";s:5:"width";i:300;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"slide_51-1024x240.jpg";s:5:"width";i:1024;s:6:"height";i:240;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:20:"slide_51-300x400.jpg";s:5:"width";i:300;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:20:"slide_51-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:20:"slide_51-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:20:"slide_51-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:18:"slide_51-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:20:"slide_51-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:20:"slide_51-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:20:"slide_51-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:20:"slide_51-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:20:"slide_51-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:20:"slide_51-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:20:"slide_51-700x400.jpg";s:5:"width";i:700;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:18:"slide_51-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(66, 4074, '_wp_attached_file', '2013/10/slide_31.jpg'),
|
||
(67, 4074, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1700;s:6:"height";i:400;s:14:"hwstring_small";s:23:"height=''30'' width=''128''";s:4:"file";s:20:"2013/10/slide_31.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"slide_31-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"slide_31-300x70.jpg";s:5:"width";i:300;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"slide_31-1024x240.jpg";s:5:"width";i:1024;s:6:"height";i:240;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:20:"slide_31-300x400.jpg";s:5:"width";i:300;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:20:"slide_31-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:20:"slide_31-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:20:"slide_31-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:18:"slide_31-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:20:"slide_31-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:20:"slide_31-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:20:"slide_31-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:20:"slide_31-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:20:"slide_31-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:20:"slide_31-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:20:"slide_31-700x400.jpg";s:5:"width";i:700;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:18:"slide_31-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:13:"Iakov Kalinin";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(68, 4076, '_wp_attached_file', '2013/10/slide_41.jpg'),
|
||
(69, 4076, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:940;s:6:"height";i:450;s:14:"hwstring_small";s:23:"height=''61'' width=''128''";s:4:"file";s:20:"2013/10/slide_41.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"slide_41-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"slide_41-300x143.jpg";s:5:"width";i:300;s:6:"height";i:143;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:20:"slide_41-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:20:"slide_41-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:20:"slide_41-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:20:"slide_41-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:18:"slide_41-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:20:"slide_41-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:20:"slide_41-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:20:"slide_41-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:20:"slide_41-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:20:"slide_41-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:20:"slide_41-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:20:"slide_41-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:18:"slide_41-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(12719, 5068, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1600;s:6:"height";i:1000;s:14:"hwstring_small";s:23:"height=''80'' width=''128''";s:4:"file";s:58:"2014/02/caballo-yegua-con-su-cria-o-potro-bebe-equinos.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"caballo-yegua-con-su-cria-o-potro-bebe-equinos-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"caballo-yegua-con-su-cria-o-potro-bebe-equinos-300x187.jpg";s:5:"width";i:300;s:6:"height";i:187;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"caballo-yegua-con-su-cria-o-potro-bebe-equinos-1024x640.jpg";s:5:"width";i:1024;s:6:"height";i:640;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:58:"caballo-yegua-con-su-cria-o-potro-bebe-equinos-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:58:"caballo-yegua-con-su-cria-o-potro-bebe-equinos-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:58:"caballo-yegua-con-su-cria-o-potro-bebe-equinos-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:58:"caballo-yegua-con-su-cria-o-potro-bebe-equinos-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:56:"caballo-yegua-con-su-cria-o-potro-bebe-equinos-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:58:"caballo-yegua-con-su-cria-o-potro-bebe-equinos-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:58:"caballo-yegua-con-su-cria-o-potro-bebe-equinos-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:58:"caballo-yegua-con-su-cria-o-potro-bebe-equinos-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:58:"caballo-yegua-con-su-cria-o-potro-bebe-equinos-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:58:"caballo-yegua-con-su-cria-o-potro-bebe-equinos-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:58:"caballo-yegua-con-su-cria-o-potro-bebe-equinos-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:58:"caballo-yegua-con-su-cria-o-potro-bebe-equinos-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:56:"caballo-yegua-con-su-cria-o-potro-bebe-equinos-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(12748, 5073, '_alp_processed', '1394037103'),
|
||
(12749, 5073, '_icl_lang_duplicate_of', '4994'),
|
||
(14117, 5073, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(12751, 5073, 'slide_template', ''),
|
||
(12752, 5073, 'pyre_video', ''),
|
||
(12753, 5073, 'pyre_full_width', 'no');
|
||
INSERT INTO `drgrp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
|
||
(12754, 5073, 'pyre_sidebar_position', 'default'),
|
||
(12755, 5073, 'pyre_fimg_width', ''),
|
||
(12756, 5073, 'pyre_fimg_height', ''),
|
||
(12757, 5073, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(12758, 5073, 'pyre_link_icon_url', ''),
|
||
(12759, 5073, 'pyre_related_posts', 'yes'),
|
||
(12760, 5073, 'pyre_slider_type', 'no'),
|
||
(12761, 5073, 'pyre_slider', '0'),
|
||
(12762, 5073, 'pyre_wooslider', '0'),
|
||
(12763, 5073, 'pyre_flexslider', '0'),
|
||
(12764, 5073, 'pyre_revslider', '0'),
|
||
(12765, 5073, 'pyre_elasticslider', '0'),
|
||
(12766, 5073, 'pyre_fallback', ''),
|
||
(12767, 5073, 'pyre_page_bg_layout', 'default'),
|
||
(12768, 5073, 'pyre_page_bg', ''),
|
||
(12769, 5073, 'pyre_page_bg_color', ''),
|
||
(12770, 5073, 'pyre_page_bg_full', 'no'),
|
||
(12771, 5073, 'pyre_page_bg_repeat', 'repeat'),
|
||
(12772, 5073, 'pyre_wide_page_bg', ''),
|
||
(12773, 5073, 'pyre_wide_page_bg_color', ''),
|
||
(12774, 5073, 'pyre_wide_page_bg_full', 'no'),
|
||
(12775, 5073, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(12776, 5073, 'pyre_header_bg', ''),
|
||
(12777, 5073, 'pyre_header_bg_color', ''),
|
||
(12778, 5073, 'pyre_header_bg_full', 'no'),
|
||
(12779, 5073, 'pyre_header_bg_repeat', 'repeat'),
|
||
(12780, 5073, 'pyre_page_title', 'yes'),
|
||
(12781, 5073, 'pyre_page_title_text', 'yes'),
|
||
(12782, 5073, 'pyre_page_title_custom_text', ''),
|
||
(12783, 5073, 'pyre_page_title_custom_subheader', ''),
|
||
(12784, 5073, 'pyre_page_title_height', ''),
|
||
(12785, 5073, 'pyre_page_title_bar_bg', ''),
|
||
(12786, 5073, 'pyre_page_title_bar_bg_retina', ''),
|
||
(12787, 5073, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(12788, 5073, 'pyre_page_title_bar_bg_color', ''),
|
||
(12789, 5073, 'pyre_page_title_bg_parallax', 'default'),
|
||
(14116, 5073, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(12791, 5073, 'kd_featured-image-2_drg_horse_id', '5000'),
|
||
(12792, 5073, 'kd_featured-image-3_drg_horse_id', '5001'),
|
||
(12793, 5073, '_thumbnail_id', '5002'),
|
||
(12794, 5073, 'kd_featured-image-4_drg_horse_id', '5003'),
|
||
(12795, 5074, '_alp_processed', '1394037129'),
|
||
(12796, 5074, '_icl_lang_duplicate_of', '4990'),
|
||
(14157, 5074, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(12798, 5074, 'slide_template', ''),
|
||
(12799, 5074, 'pyre_video', ''),
|
||
(12800, 5074, 'pyre_full_width', 'no'),
|
||
(12801, 5074, 'pyre_sidebar_position', 'default'),
|
||
(12802, 5074, 'pyre_fimg_width', ''),
|
||
(12803, 5074, 'pyre_fimg_height', ''),
|
||
(12804, 5074, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(12805, 5074, 'pyre_link_icon_url', ''),
|
||
(12806, 5074, 'pyre_related_posts', 'yes'),
|
||
(12807, 5074, 'pyre_slider_type', 'no'),
|
||
(12808, 5074, 'pyre_slider', '0'),
|
||
(12809, 5074, 'pyre_wooslider', '0'),
|
||
(12810, 5074, 'pyre_flexslider', '0'),
|
||
(12811, 5074, 'pyre_revslider', '0'),
|
||
(12812, 5074, 'pyre_elasticslider', '0'),
|
||
(12813, 5074, 'pyre_fallback', ''),
|
||
(12814, 5074, 'pyre_page_bg_layout', 'default'),
|
||
(12815, 5074, 'pyre_page_bg', ''),
|
||
(12816, 5074, 'pyre_page_bg_color', ''),
|
||
(12817, 5074, 'pyre_page_bg_full', 'no'),
|
||
(12818, 5074, 'pyre_page_bg_repeat', 'repeat'),
|
||
(12819, 5074, 'pyre_wide_page_bg', ''),
|
||
(12820, 5074, 'pyre_wide_page_bg_color', ''),
|
||
(12821, 5074, 'pyre_wide_page_bg_full', 'no'),
|
||
(12822, 5074, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(12823, 5074, 'pyre_header_bg', ''),
|
||
(12824, 5074, 'pyre_header_bg_color', ''),
|
||
(12825, 5074, 'pyre_header_bg_full', 'no'),
|
||
(12826, 5074, 'pyre_header_bg_repeat', 'repeat'),
|
||
(12827, 5074, 'pyre_page_title', 'yes'),
|
||
(12828, 5074, 'pyre_page_title_text', 'yes'),
|
||
(12829, 5074, 'pyre_page_title_custom_text', ''),
|
||
(12830, 5074, 'pyre_page_title_custom_subheader', ''),
|
||
(12831, 5074, 'pyre_page_title_height', ''),
|
||
(12832, 5074, 'pyre_page_title_bar_bg', ''),
|
||
(12833, 5074, 'pyre_page_title_bar_bg_retina', ''),
|
||
(12834, 5074, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(12835, 5074, 'pyre_page_title_bar_bg_color', ''),
|
||
(12836, 5074, 'pyre_page_title_bg_parallax', 'default'),
|
||
(14156, 5074, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(12838, 5074, 'kd_featured-image-2_drg_horse_id', '4992'),
|
||
(12839, 5074, '_thumbnail_id', '4995'),
|
||
(12840, 5074, 'kd_featured-image-3_drg_horse_id', '4996'),
|
||
(12841, 5074, 'kd_featured-image-4_drg_horse_id', '4993'),
|
||
(12842, 5074, 'kd_featured-image-5_drg_horse_id', '4997'),
|
||
(12843, 5075, '_alp_processed', '1394037393'),
|
||
(12844, 5075, '_icl_lang_duplicate_of', '4971'),
|
||
(14280, 5075, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(14279, 5075, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(12847, 5075, 'kd_featured-image-5_drg_horse_id', '4988'),
|
||
(12848, 5075, 'kd_featured-image-4_drg_horse_id', '4987'),
|
||
(12849, 5075, 'kd_featured-image-3_drg_horse_id', '4986'),
|
||
(12850, 5075, 'kd_featured-image-2_drg_horse_id', '4985'),
|
||
(12851, 5075, '_thumbnail_id', '4984'),
|
||
(12852, 5075, 'pyre_page_title_bg_parallax', 'default'),
|
||
(12853, 5075, 'pyre_page_title_bar_bg_color', ''),
|
||
(12854, 5075, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(12855, 5075, 'pyre_page_title_bar_bg_retina', ''),
|
||
(12856, 5075, 'pyre_page_title_bar_bg', ''),
|
||
(12857, 5075, 'pyre_page_title_height', ''),
|
||
(12858, 5075, 'pyre_page_title_custom_subheader', ''),
|
||
(12859, 5075, 'pyre_page_title_custom_text', ''),
|
||
(12860, 5075, 'pyre_page_title_text', 'yes'),
|
||
(12861, 5075, 'pyre_page_bg', ''),
|
||
(12862, 5075, 'pyre_page_bg_layout', 'default'),
|
||
(12863, 5075, 'pyre_fallback', ''),
|
||
(12864, 5075, 'pyre_elasticslider', '0'),
|
||
(12865, 5075, 'pyre_revslider', '0'),
|
||
(12866, 5075, 'pyre_flexslider', '0'),
|
||
(12867, 5075, 'pyre_wooslider', '0'),
|
||
(12868, 5075, 'pyre_slider', '0'),
|
||
(12869, 5075, 'pyre_slider_type', 'no'),
|
||
(12870, 5075, 'pyre_related_posts', 'yes'),
|
||
(12871, 5075, 'pyre_link_icon_url', ''),
|
||
(12872, 5075, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(12873, 5075, 'slide_template', ''),
|
||
(12874, 5075, 'pyre_page_title', 'yes'),
|
||
(12875, 5075, 'pyre_header_bg_repeat', 'repeat'),
|
||
(12876, 5075, 'pyre_wide_page_bg', ''),
|
||
(12877, 5075, 'pyre_wide_page_bg_color', ''),
|
||
(12878, 5075, 'pyre_wide_page_bg_full', 'no'),
|
||
(12879, 5075, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(12880, 5075, 'pyre_header_bg', ''),
|
||
(12881, 5075, 'pyre_header_bg_color', ''),
|
||
(12882, 5075, 'pyre_header_bg_full', 'no'),
|
||
(12883, 5075, 'pyre_page_bg_color', ''),
|
||
(12884, 5075, 'pyre_page_bg_full', 'no'),
|
||
(12885, 5075, 'pyre_page_bg_repeat', 'repeat'),
|
||
(12886, 5075, 'pyre_video', ''),
|
||
(12887, 5075, 'pyre_full_width', 'no'),
|
||
(12888, 5075, 'pyre_sidebar_position', 'default'),
|
||
(12889, 5075, 'pyre_fimg_width', ''),
|
||
(12890, 5075, 'pyre_fimg_height', ''),
|
||
(12891, 5076, '_alp_processed', '1394037351'),
|
||
(12892, 5076, '_icl_lang_duplicate_of', '4970'),
|
||
(14239, 5076, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(14238, 5076, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(12895, 5076, 'kd_featured-image-4_drg_horse_id', '4976'),
|
||
(12896, 5076, 'kd_featured-image-3_drg_horse_id', '4977'),
|
||
(12897, 5076, 'kd_featured-image-2_drg_horse_id', '4978'),
|
||
(12898, 5076, '_thumbnail_id', '4979'),
|
||
(12899, 5076, 'pyre_page_title_custom_text', ''),
|
||
(12900, 5076, 'pyre_page_title_text', 'yes'),
|
||
(12901, 5076, 'pyre_page_title', 'yes'),
|
||
(12902, 5076, 'pyre_header_bg_repeat', 'repeat'),
|
||
(12903, 5076, 'pyre_header_bg_full', 'no'),
|
||
(12904, 5076, 'pyre_header_bg_color', ''),
|
||
(12905, 5076, 'pyre_header_bg', ''),
|
||
(12906, 5076, 'pyre_wide_page_bg_color', ''),
|
||
(12907, 5076, 'pyre_wide_page_bg_full', 'no'),
|
||
(12908, 5076, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(12909, 5076, 'pyre_wide_page_bg', ''),
|
||
(12910, 5076, 'pyre_page_bg_repeat', 'repeat'),
|
||
(12911, 5076, 'pyre_page_bg_full', 'no'),
|
||
(12912, 5076, 'pyre_page_bg_color', ''),
|
||
(12913, 5076, 'pyre_page_bg', ''),
|
||
(12914, 5076, 'pyre_page_bg_layout', 'default'),
|
||
(12915, 5076, 'pyre_fallback', ''),
|
||
(12916, 5076, 'pyre_wooslider', '0'),
|
||
(12917, 5076, 'pyre_slider', '0'),
|
||
(12918, 5076, 'pyre_slider_type', 'no'),
|
||
(12919, 5076, 'pyre_related_posts', 'yes'),
|
||
(12920, 5076, 'pyre_link_icon_url', ''),
|
||
(12921, 5076, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(12922, 5076, 'pyre_full_width', 'no'),
|
||
(12923, 5076, 'pyre_video', ''),
|
||
(12924, 5076, 'slide_template', ''),
|
||
(12925, 5076, 'pyre_elasticslider', '0'),
|
||
(12926, 5076, 'pyre_revslider', '0'),
|
||
(12927, 5076, 'pyre_flexslider', '0'),
|
||
(12928, 5076, 'pyre_fimg_height', ''),
|
||
(12929, 5076, 'pyre_fimg_width', ''),
|
||
(12930, 5076, 'pyre_sidebar_position', 'default'),
|
||
(12931, 5076, 'pyre_page_title_custom_subheader', ''),
|
||
(12932, 5076, 'pyre_page_title_height', ''),
|
||
(12933, 5076, 'pyre_page_title_bar_bg', ''),
|
||
(12934, 5076, 'pyre_page_title_bar_bg_retina', ''),
|
||
(12935, 5076, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(12936, 5076, 'pyre_page_title_bar_bg_color', ''),
|
||
(12937, 5076, 'pyre_page_title_bg_parallax', 'default'),
|
||
(12938, 5077, '_alp_processed', '1394037165'),
|
||
(12939, 5077, '_icl_lang_duplicate_of', '4955'),
|
||
(14197, 5077, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(12941, 5077, 'slide_template', ''),
|
||
(12942, 5077, 'pyre_video', ''),
|
||
(12943, 5077, 'pyre_full_width', 'no'),
|
||
(12944, 5077, 'pyre_sidebar_position', 'default'),
|
||
(12945, 5077, 'pyre_fimg_width', ''),
|
||
(12946, 5077, 'pyre_fimg_height', ''),
|
||
(12947, 5077, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(12948, 5077, 'pyre_link_icon_url', ''),
|
||
(12949, 5077, 'pyre_related_posts', 'yes'),
|
||
(12950, 5077, 'pyre_slider_type', 'no'),
|
||
(12951, 5077, 'pyre_slider', '0'),
|
||
(12952, 5077, 'pyre_wooslider', '0'),
|
||
(12953, 5077, 'pyre_flexslider', '0'),
|
||
(12954, 5077, 'pyre_revslider', '0'),
|
||
(12955, 5077, 'pyre_elasticslider', '0'),
|
||
(12956, 5077, 'pyre_fallback', ''),
|
||
(12957, 5077, 'pyre_page_bg_layout', 'default'),
|
||
(12958, 5077, 'pyre_page_bg', ''),
|
||
(12959, 5077, 'pyre_page_bg_color', ''),
|
||
(12960, 5077, 'pyre_page_bg_full', 'no'),
|
||
(12961, 5077, 'pyre_page_bg_repeat', 'repeat'),
|
||
(12962, 5077, 'pyre_wide_page_bg', ''),
|
||
(12963, 5077, 'pyre_wide_page_bg_color', ''),
|
||
(12964, 5077, 'pyre_wide_page_bg_full', 'no'),
|
||
(12965, 5077, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(12966, 5077, 'pyre_header_bg', ''),
|
||
(12967, 5077, 'pyre_header_bg_color', ''),
|
||
(12968, 5077, 'pyre_header_bg_full', 'no'),
|
||
(12969, 5077, 'pyre_header_bg_repeat', 'repeat'),
|
||
(12970, 5077, 'pyre_page_title', 'yes'),
|
||
(12971, 5077, 'pyre_page_title_text', 'yes'),
|
||
(12972, 5077, 'pyre_page_title_custom_text', ''),
|
||
(12973, 5077, 'pyre_page_title_custom_subheader', ''),
|
||
(12974, 5077, 'pyre_page_title_height', ''),
|
||
(12975, 5077, 'pyre_page_title_bar_bg', ''),
|
||
(12976, 5077, 'pyre_page_title_bar_bg_retina', ''),
|
||
(12977, 5077, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(12978, 5077, 'pyre_page_title_bar_bg_color', ''),
|
||
(12979, 5077, 'pyre_page_title_bg_parallax', 'default'),
|
||
(90, 4461, '_menu_item_type', 'custom'),
|
||
(91, 4461, '_menu_item_menu_item_parent', '0'),
|
||
(92, 4461, '_menu_item_object_id', '4461'),
|
||
(93, 4461, '_menu_item_object', 'custom'),
|
||
(94, 4461, '_menu_item_target', ''),
|
||
(95, 4461, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(96, 4461, '_menu_item_xfn', ''),
|
||
(97, 4461, '_menu_item_url', 'http://127.0.0.1:4001/wordpress/contacto/'),
|
||
(8041, 4579, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8040, 4579, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8037, 4471, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8038, 4471, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8039, 4579, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8036, 4471, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8035, 4553, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8034, 4553, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8033, 4553, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8030, 4554, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8031, 4554, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8032, 4554, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8029, 4470, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8028, 4470, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8026, 4469, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8027, 4470, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8025, 4469, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8024, 4469, '_menu_item_fusion_megamenu_columns', 'auto'),
|
||
(8388, 4621, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1400;s:6:"height";i:87;s:14:"hwstring_small";s:22:"height=''7'' width=''128''";s:4:"file";s:25:"2014/01/page_title_bg.png";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"page_title_bg-150x87.png";s:5:"width";i:150;s:6:"height";i:87;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:24:"page_title_bg-300x18.png";s:5:"width";i:300;s:6:"height";i:18;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:25:"page_title_bg-1024x63.png";s:5:"width";i:1024;s:6:"height";i:63;s:9:"mime-type";s:9:"image/png";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:24:"page_title_bg-300x87.png";s:5:"width";i:300;s:6:"height";i:87;s:9:"mime-type";s:9:"image/png";}s:20:"related-img-vertical";a:4:{s:4:"file";s:24:"page_title_bg-180x87.png";s:5:"width";i:180;s:6:"height";i:87;s:9:"mime-type";s:9:"image/png";}s:10:"blog-large";a:4:{s:4:"file";s:24:"page_title_bg-669x87.png";s:5:"width";i:669;s:6:"height";i:87;s:9:"mime-type";s:9:"image/png";}s:11:"blog-medium";a:4:{s:4:"file";s:24:"page_title_bg-320x87.png";s:5:"width";i:320;s:6:"height";i:87;s:9:"mime-type";s:9:"image/png";}s:8:"tabs-img";a:4:{s:4:"file";s:23:"page_title_bg-52x50.png";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"related-img";a:4:{s:4:"file";s:24:"page_title_bg-180x87.png";s:5:"width";i:180;s:6:"height";i:87;s:9:"mime-type";s:9:"image/png";}s:13:"portfolio-one";a:4:{s:4:"file";s:24:"page_title_bg-540x87.png";s:5:"width";i:540;s:6:"height";i:87;s:9:"mime-type";s:9:"image/png";}s:13:"portfolio-two";a:4:{s:4:"file";s:24:"page_title_bg-460x87.png";s:5:"width";i:460;s:6:"height";i:87;s:9:"mime-type";s:9:"image/png";}s:15:"portfolio-three";a:4:{s:4:"file";s:24:"page_title_bg-300x87.png";s:5:"width";i:300;s:6:"height";i:87;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-four";a:4:{s:4:"file";s:24:"page_title_bg-220x87.png";s:5:"width";i:220;s:6:"height";i:87;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-full";a:4:{s:4:"file";s:24:"page_title_bg-940x87.png";s:5:"width";i:940;s:6:"height";i:87;s:9:"mime-type";s:9:"image/png";}s:12:"recent-posts";a:4:{s:4:"file";s:24:"page_title_bg-700x87.png";s:5:"width";i:700;s:6:"height";i:87;s:9:"mime-type";s:9:"image/png";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:23:"page_title_bg-66x66.png";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(139, 191, 'pyre_project_url', 'http://themeforest.net/user/ThemeFusion'),
|
||
(140, 191, 'pyre_project_url_text', 'View Project'),
|
||
(141, 191, 'pyre_copy_url', 'http://creattica.com'),
|
||
(142, 191, 'pyre_copy_url_text', 'From Creattica'),
|
||
(143, 191, 'pyre_page_title_custom_subheader', ''),
|
||
(144, 191, 'pyre_page_title', 'yes'),
|
||
(145, 191, 'pyre_video', ''),
|
||
(146, 191, 'pyre_width', 'half'),
|
||
(147, 191, 'pyre_video_url', ''),
|
||
(148, 191, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(149, 191, 'pyre_fimg_width', ''),
|
||
(150, 191, 'pyre_fimg_height', ''),
|
||
(151, 191, 'avada_post_views_count', '43'),
|
||
(152, 191, 'pyre_page_title_height', ''),
|
||
(153, 191, 'pyre_portfolio_width_100', 'no'),
|
||
(154, 191, 'pyre_sidebar', 'no'),
|
||
(155, 191, 'pyre_sidebar_position', 'default'),
|
||
(156, 191, 'pyre_project_desc_title', 'yes'),
|
||
(157, 191, 'pyre_project_details', 'yes'),
|
||
(158, 191, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(159, 191, 'pyre_link_icon_url', ''),
|
||
(160, 191, 'pyre_related_posts', 'yes'),
|
||
(161, 191, 'pyre_slider_type', 'no'),
|
||
(162, 191, 'pyre_slider', '0'),
|
||
(163, 191, 'pyre_wooslider', '0'),
|
||
(164, 191, 'pyre_flexslider', '0'),
|
||
(165, 191, 'pyre_revslider', '0'),
|
||
(166, 191, 'pyre_elasticslider', '0'),
|
||
(167, 191, 'pyre_fallback', ''),
|
||
(168, 191, 'pyre_page_bg_layout', 'default'),
|
||
(169, 191, 'pyre_page_bg', ''),
|
||
(170, 191, 'pyre_page_bg_color', ''),
|
||
(171, 191, 'pyre_page_bg_full', 'no'),
|
||
(172, 191, 'pyre_page_bg_repeat', 'repeat'),
|
||
(173, 191, 'pyre_wide_page_bg', ''),
|
||
(174, 191, 'pyre_wide_page_bg_color', ''),
|
||
(175, 191, 'pyre_wide_page_bg_full', 'no'),
|
||
(176, 191, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(177, 191, 'pyre_header_bg', ''),
|
||
(178, 191, 'pyre_header_bg_color', ''),
|
||
(179, 191, 'pyre_header_bg_full', 'no'),
|
||
(180, 191, 'pyre_header_bg_repeat', 'repeat'),
|
||
(181, 191, 'pyre_page_title_text', 'yes'),
|
||
(182, 191, 'pyre_page_title_bar_bg', ''),
|
||
(183, 191, 'pyre_page_title_bar_bg_retina', ''),
|
||
(184, 191, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(185, 191, 'pyre_page_title_bar_bg_color', ''),
|
||
(186, 191, '_thumbnail_id', '3406'),
|
||
(187, 191, 'pyre_project_url', 'http://themeforest.net/user/ThemeFusion'),
|
||
(188, 191, 'pyre_project_url_text', 'View Project'),
|
||
(189, 191, 'pyre_copy_url', 'http://creattica.com'),
|
||
(190, 191, 'pyre_copy_url_text', 'From Creattica'),
|
||
(191, 191, 'pyre_page_title_custom_text', ''),
|
||
(192, 191, 'pyre_page_title', 'yes'),
|
||
(193, 191, 'pyre_video', ''),
|
||
(194, 191, 'pyre_width', 'half'),
|
||
(195, 191, 'pyre_video_url', ''),
|
||
(196, 191, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(197, 191, 'pyre_fimg_width', ''),
|
||
(198, 191, 'pyre_fimg_height', ''),
|
||
(199, 191, 'pyre_page_title_bg_parallax', 'default'),
|
||
(200, 192, 'pyre_project_url', 'http://themeforest.net/user/ThemeFusion'),
|
||
(201, 192, 'pyre_project_url_text', 'View Project'),
|
||
(202, 192, 'pyre_copy_url', 'http://creattica.com'),
|
||
(203, 192, 'pyre_copy_url_text', 'From Creattica'),
|
||
(204, 192, 'avada_post_views_count', '458'),
|
||
(206, 192, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(207, 192, 'pyre_page_title', 'yes'),
|
||
(208, 192, 'pyre_video', ''),
|
||
(209, 192, 'pyre_width', 'full'),
|
||
(210, 192, 'pyre_video_url', ''),
|
||
(211, 192, 'pyre_page_title_custom_subheader', ''),
|
||
(212, 192, 'pyre_fimg_width', ''),
|
||
(213, 192, 'pyre_fimg_height', ''),
|
||
(214, 192, 'pyre_page_title_height', ''),
|
||
(215, 192, 'pyre_portfolio_width_100', 'no'),
|
||
(216, 192, 'pyre_sidebar', 'no'),
|
||
(217, 192, 'pyre_sidebar_position', 'default'),
|
||
(218, 192, 'pyre_project_desc_title', 'yes'),
|
||
(219, 192, 'pyre_project_details', 'yes'),
|
||
(220, 192, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(221, 192, 'pyre_link_icon_url', ''),
|
||
(222, 192, 'pyre_related_posts', 'yes'),
|
||
(223, 192, 'pyre_slider_type', 'no'),
|
||
(224, 192, 'pyre_slider', '0'),
|
||
(225, 192, 'pyre_wooslider', '0'),
|
||
(226, 192, 'pyre_flexslider', '0'),
|
||
(227, 192, 'pyre_revslider', '0'),
|
||
(228, 192, 'pyre_elasticslider', '0'),
|
||
(229, 192, 'pyre_fallback', ''),
|
||
(230, 192, 'pyre_page_bg_layout', 'default'),
|
||
(231, 192, 'pyre_page_bg', ''),
|
||
(232, 192, 'pyre_page_bg_color', ''),
|
||
(233, 192, 'pyre_page_bg_full', 'no'),
|
||
(234, 192, 'pyre_page_bg_repeat', 'repeat'),
|
||
(235, 192, 'pyre_wide_page_bg', ''),
|
||
(236, 192, 'pyre_wide_page_bg_color', ''),
|
||
(237, 192, 'pyre_wide_page_bg_full', 'no'),
|
||
(238, 192, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(239, 192, 'pyre_header_bg', ''),
|
||
(240, 192, 'pyre_header_bg_color', ''),
|
||
(241, 192, 'pyre_header_bg_full', 'no'),
|
||
(242, 192, 'pyre_header_bg_repeat', 'repeat'),
|
||
(243, 192, 'pyre_page_title_text', 'yes'),
|
||
(244, 192, 'pyre_page_title_bar_bg', ''),
|
||
(245, 192, 'pyre_page_title_bar_bg_retina', ''),
|
||
(246, 192, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(247, 192, 'pyre_page_title_bar_bg_color', ''),
|
||
(248, 192, 'pyre_project_url', 'http://themeforest.net/user/ThemeFusion'),
|
||
(249, 192, 'pyre_project_url_text', 'View Project'),
|
||
(250, 192, 'pyre_copy_url', 'http://creattica.com'),
|
||
(251, 192, 'pyre_copy_url_text', 'From Creattica'),
|
||
(252, 192, 'avada_post_views_count', '0'),
|
||
(253, 192, '_thumbnail_id', '3405'),
|
||
(254, 192, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(255, 192, 'pyre_page_title', 'yes'),
|
||
(256, 192, 'pyre_video', ''),
|
||
(257, 192, 'pyre_width', 'full'),
|
||
(258, 192, 'pyre_video_url', ''),
|
||
(259, 192, 'pyre_page_title_custom_text', ''),
|
||
(260, 192, 'pyre_fimg_width', ''),
|
||
(261, 192, 'pyre_fimg_height', ''),
|
||
(262, 192, 'pyre_page_title_bg_parallax', 'default'),
|
||
(264, 193, 'pyre_project_url', 'http://themeforest.net/user/ThemeFusion'),
|
||
(265, 193, 'pyre_project_url_text', 'View Project'),
|
||
(266, 193, 'pyre_copy_url', 'http://creattica.com'),
|
||
(267, 193, 'pyre_copy_url_text', 'From Creattica'),
|
||
(268, 193, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(269, 193, 'pyre_page_title', 'yes'),
|
||
(270, 193, 'pyre_video', ''),
|
||
(271, 193, 'pyre_width', 'full'),
|
||
(272, 193, 'pyre_video_url', ''),
|
||
(273, 193, 'avada_post_views_count', '43'),
|
||
(274, 193, 'pyre_page_title_custom_subheader', ''),
|
||
(275, 193, 'pyre_fimg_width', ''),
|
||
(276, 193, 'pyre_fimg_height', ''),
|
||
(277, 193, 'pyre_page_title_height', ''),
|
||
(278, 193, 'pyre_portfolio_width_100', 'no'),
|
||
(279, 193, 'pyre_sidebar', 'no'),
|
||
(280, 193, 'pyre_sidebar_position', 'default'),
|
||
(281, 193, 'pyre_project_desc_title', 'yes'),
|
||
(282, 193, 'pyre_project_details', 'yes'),
|
||
(283, 193, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(284, 193, 'pyre_link_icon_url', ''),
|
||
(285, 193, 'pyre_related_posts', 'yes'),
|
||
(286, 193, 'pyre_slider_type', 'no'),
|
||
(287, 193, 'pyre_slider', '0'),
|
||
(288, 193, 'pyre_wooslider', '0'),
|
||
(289, 193, 'pyre_flexslider', '0'),
|
||
(290, 193, 'pyre_revslider', '0'),
|
||
(291, 193, 'pyre_elasticslider', '0'),
|
||
(292, 193, 'pyre_fallback', ''),
|
||
(293, 193, 'pyre_page_bg_layout', 'default'),
|
||
(294, 193, 'pyre_page_bg', ''),
|
||
(295, 193, 'pyre_page_bg_color', ''),
|
||
(296, 193, 'pyre_page_bg_full', 'no'),
|
||
(297, 193, 'pyre_page_bg_repeat', 'repeat'),
|
||
(298, 193, 'pyre_wide_page_bg', ''),
|
||
(299, 193, 'pyre_wide_page_bg_color', ''),
|
||
(300, 193, 'pyre_wide_page_bg_full', 'no'),
|
||
(301, 193, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(302, 193, 'pyre_header_bg', ''),
|
||
(303, 193, 'pyre_header_bg_color', ''),
|
||
(304, 193, 'pyre_header_bg_full', 'no'),
|
||
(305, 193, 'pyre_header_bg_repeat', 'repeat'),
|
||
(306, 193, 'pyre_page_title_text', 'yes'),
|
||
(307, 193, 'pyre_page_title_bar_bg', ''),
|
||
(308, 193, 'pyre_page_title_bar_bg_retina', ''),
|
||
(309, 193, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(310, 193, 'pyre_page_title_bar_bg_color', ''),
|
||
(311, 193, '_thumbnail_id', '3405'),
|
||
(312, 193, 'pyre_project_url', 'http://themeforest.net/user/ThemeFusion'),
|
||
(313, 193, 'pyre_project_url_text', 'View Project'),
|
||
(314, 193, 'pyre_copy_url', 'http://creattica.com'),
|
||
(315, 193, 'pyre_copy_url_text', 'From Creattica'),
|
||
(316, 193, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(317, 193, 'pyre_page_title', 'yes'),
|
||
(318, 193, 'pyre_video', ''),
|
||
(319, 193, 'pyre_width', 'full'),
|
||
(320, 193, 'pyre_video_url', ''),
|
||
(321, 193, 'pyre_page_title_custom_text', ''),
|
||
(322, 193, 'pyre_fimg_width', ''),
|
||
(323, 193, 'pyre_fimg_height', ''),
|
||
(324, 193, 'pyre_page_title_bg_parallax', 'default'),
|
||
(325, 195, 'pyre_page_title_custom_subheader', ''),
|
||
(327, 195, 'pyre_project_url', 'http://themeforest.net/user/ThemeFusion'),
|
||
(328, 195, 'pyre_project_url_text', 'View Project'),
|
||
(329, 195, 'pyre_copy_url', 'http://creattica.com'),
|
||
(330, 195, 'pyre_copy_url_text', 'From Creattica'),
|
||
(331, 195, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(332, 195, 'pyre_page_title', 'yes'),
|
||
(333, 195, 'pyre_video', ''),
|
||
(334, 195, 'pyre_width', 'full'),
|
||
(335, 195, 'pyre_video_url', ''),
|
||
(336, 195, 'avada_post_views_count', '26'),
|
||
(337, 195, 'pyre_fimg_width', ''),
|
||
(338, 195, 'pyre_fimg_height', ''),
|
||
(339, 195, 'pyre_page_title_height', ''),
|
||
(340, 195, 'pyre_portfolio_width_100', 'no'),
|
||
(341, 195, 'pyre_sidebar', 'no'),
|
||
(342, 195, 'pyre_sidebar_position', 'default'),
|
||
(343, 195, 'pyre_project_desc_title', 'yes'),
|
||
(344, 195, 'pyre_project_details', 'yes'),
|
||
(345, 195, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(346, 195, 'pyre_link_icon_url', ''),
|
||
(347, 195, 'pyre_related_posts', 'yes'),
|
||
(348, 195, 'pyre_slider_type', 'no'),
|
||
(349, 195, 'pyre_slider', '0'),
|
||
(350, 195, 'pyre_wooslider', '0'),
|
||
(351, 195, 'pyre_flexslider', '0'),
|
||
(352, 195, 'pyre_revslider', '0'),
|
||
(353, 195, 'pyre_elasticslider', '0'),
|
||
(354, 195, 'pyre_fallback', ''),
|
||
(355, 195, 'pyre_page_bg_layout', 'default'),
|
||
(356, 195, 'pyre_page_bg', ''),
|
||
(357, 195, 'pyre_page_bg_color', ''),
|
||
(358, 195, 'pyre_page_bg_full', 'no'),
|
||
(359, 195, 'pyre_page_bg_repeat', 'repeat'),
|
||
(360, 195, 'pyre_wide_page_bg', ''),
|
||
(361, 195, 'pyre_wide_page_bg_color', ''),
|
||
(362, 195, 'pyre_wide_page_bg_full', 'no'),
|
||
(363, 195, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(364, 195, 'pyre_header_bg', ''),
|
||
(365, 195, 'pyre_header_bg_color', ''),
|
||
(366, 195, 'pyre_header_bg_full', 'no'),
|
||
(367, 195, 'pyre_header_bg_repeat', 'repeat'),
|
||
(368, 195, 'pyre_page_title_text', 'yes'),
|
||
(369, 195, 'pyre_page_title_bar_bg', ''),
|
||
(370, 195, 'pyre_page_title_bar_bg_retina', ''),
|
||
(371, 195, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(372, 195, 'pyre_page_title_bar_bg_color', ''),
|
||
(373, 195, 'pyre_page_title_custom_text', ''),
|
||
(374, 195, '_thumbnail_id', '3405'),
|
||
(375, 195, 'pyre_project_url', 'http://themeforest.net/user/ThemeFusion'),
|
||
(376, 195, 'pyre_project_url_text', 'View Project'),
|
||
(377, 195, 'pyre_copy_url', 'http://creattica.com'),
|
||
(378, 195, 'pyre_copy_url_text', 'From Creattica'),
|
||
(379, 195, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(380, 195, 'pyre_page_title', 'yes'),
|
||
(381, 195, 'pyre_video', ''),
|
||
(382, 195, 'pyre_width', 'full'),
|
||
(383, 195, 'pyre_video_url', ''),
|
||
(384, 195, 'pyre_fimg_width', ''),
|
||
(385, 195, 'pyre_fimg_height', ''),
|
||
(386, 195, 'pyre_page_title_bg_parallax', 'default'),
|
||
(388, 196, 'pyre_project_url', 'http://themeforest.net/user/ThemeFusion'),
|
||
(389, 196, 'pyre_project_url_text', 'View Project'),
|
||
(390, 196, 'pyre_copy_url', 'http://creattica.com'),
|
||
(391, 196, 'pyre_copy_url_text', 'From Creattica'),
|
||
(392, 196, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(393, 196, 'pyre_page_title', 'yes'),
|
||
(394, 196, 'pyre_video', ''),
|
||
(395, 196, 'pyre_width', 'half'),
|
||
(396, 196, 'pyre_video_url', ''),
|
||
(397, 196, 'avada_post_views_count', '231'),
|
||
(398, 196, 'pyre_page_title_custom_subheader', ''),
|
||
(399, 196, 'pyre_fimg_width', ''),
|
||
(400, 196, 'pyre_fimg_height', ''),
|
||
(401, 196, 'pyre_page_title_height', ''),
|
||
(402, 196, 'pyre_portfolio_width_100', 'no'),
|
||
(403, 196, 'pyre_sidebar', 'no'),
|
||
(404, 196, 'pyre_sidebar_position', 'default'),
|
||
(405, 196, 'pyre_project_desc_title', 'yes'),
|
||
(406, 196, 'pyre_project_details', 'yes'),
|
||
(407, 196, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(408, 196, 'pyre_link_icon_url', ''),
|
||
(409, 196, 'pyre_related_posts', 'yes'),
|
||
(410, 196, 'pyre_slider_type', 'no'),
|
||
(411, 196, 'pyre_slider', '0'),
|
||
(412, 196, 'pyre_wooslider', '0'),
|
||
(413, 196, 'pyre_flexslider', '0'),
|
||
(414, 196, 'pyre_revslider', '0'),
|
||
(415, 196, 'pyre_elasticslider', '0'),
|
||
(416, 196, 'pyre_fallback', ''),
|
||
(417, 196, 'pyre_page_bg_layout', 'default'),
|
||
(418, 196, 'pyre_page_bg', ''),
|
||
(419, 196, 'pyre_page_bg_color', ''),
|
||
(420, 196, 'pyre_page_bg_full', 'no'),
|
||
(421, 196, 'pyre_page_bg_repeat', 'repeat'),
|
||
(422, 196, 'pyre_wide_page_bg', ''),
|
||
(423, 196, 'pyre_wide_page_bg_color', ''),
|
||
(424, 196, 'pyre_wide_page_bg_full', 'no'),
|
||
(425, 196, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(426, 196, 'pyre_header_bg', ''),
|
||
(427, 196, 'pyre_header_bg_color', ''),
|
||
(428, 196, 'pyre_header_bg_full', 'no'),
|
||
(429, 196, 'pyre_header_bg_repeat', 'repeat'),
|
||
(430, 196, 'pyre_page_title_text', 'yes'),
|
||
(431, 196, 'pyre_page_title_bar_bg', ''),
|
||
(432, 196, 'pyre_page_title_bar_bg_retina', ''),
|
||
(433, 196, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(434, 196, 'pyre_page_title_bar_bg_color', ''),
|
||
(435, 196, '_thumbnail_id', '3406'),
|
||
(436, 196, 'pyre_project_url', 'http://themeforest.net/user/ThemeFusion'),
|
||
(437, 196, 'pyre_project_url_text', 'View Project'),
|
||
(438, 196, 'pyre_copy_url', 'http://creattica.com'),
|
||
(439, 196, 'pyre_copy_url_text', 'From Creattica'),
|
||
(440, 196, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(441, 196, 'pyre_page_title', 'yes'),
|
||
(442, 196, 'pyre_video', ''),
|
||
(443, 196, 'pyre_width', 'half'),
|
||
(444, 196, 'pyre_video_url', ''),
|
||
(445, 196, 'pyre_page_title_custom_text', ''),
|
||
(446, 196, 'pyre_fimg_width', ''),
|
||
(447, 196, 'pyre_fimg_height', ''),
|
||
(448, 196, 'pyre_page_title_bg_parallax', 'default'),
|
||
(449, 198, 'pyre_project_url', 'http://themeforest.net/user/ThemeFusion'),
|
||
(450, 198, 'pyre_project_url_text', 'View Project'),
|
||
(451, 198, 'pyre_copy_url', 'http://creattica.com'),
|
||
(452, 198, 'pyre_copy_url_text', 'From Creattica'),
|
||
(453, 198, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(454, 198, 'avada_post_views_count', '64'),
|
||
(455, 198, 'pyre_page_title', 'yes'),
|
||
(456, 198, 'pyre_video', ''),
|
||
(457, 198, 'pyre_fimg_width', ''),
|
||
(458, 198, 'pyre_fimg_height', ''),
|
||
(460, 198, 'pyre_width', 'full'),
|
||
(461, 198, 'pyre_video_url', 'http://vimeo.com/8245346'),
|
||
(462, 198, 'pyre_portfolio_width_100', 'no'),
|
||
(463, 198, 'pyre_sidebar', 'no'),
|
||
(464, 198, 'pyre_sidebar_position', 'default'),
|
||
(465, 198, 'pyre_project_desc_title', 'yes'),
|
||
(466, 198, 'pyre_project_details', 'yes'),
|
||
(467, 198, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(468, 198, 'pyre_link_icon_url', ''),
|
||
(469, 198, 'pyre_related_posts', 'yes'),
|
||
(470, 198, 'pyre_slider_type', 'no'),
|
||
(471, 198, 'pyre_slider', '0'),
|
||
(472, 198, 'pyre_wooslider', '0'),
|
||
(473, 198, 'pyre_flexslider', '0'),
|
||
(474, 198, 'pyre_revslider', '0'),
|
||
(475, 198, 'pyre_elasticslider', '0'),
|
||
(476, 198, 'pyre_fallback', ''),
|
||
(477, 198, 'pyre_page_bg_layout', 'default'),
|
||
(478, 198, 'pyre_page_bg', ''),
|
||
(479, 198, 'pyre_page_bg_color', ''),
|
||
(480, 198, 'pyre_page_bg_full', 'no'),
|
||
(481, 198, 'pyre_page_bg_repeat', 'repeat'),
|
||
(482, 198, 'pyre_wide_page_bg', ''),
|
||
(483, 198, 'pyre_wide_page_bg_color', ''),
|
||
(484, 198, 'pyre_wide_page_bg_full', 'no'),
|
||
(485, 198, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(486, 198, 'pyre_header_bg', ''),
|
||
(487, 198, 'pyre_header_bg_color', ''),
|
||
(488, 198, 'pyre_header_bg_full', 'no'),
|
||
(489, 198, 'pyre_header_bg_repeat', 'repeat'),
|
||
(490, 198, 'pyre_page_title_text', 'yes'),
|
||
(491, 198, 'pyre_page_title_bar_bg', ''),
|
||
(492, 198, 'pyre_page_title_bar_bg_retina', ''),
|
||
(493, 198, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(494, 198, 'pyre_page_title_bar_bg_color', ''),
|
||
(496, 198, 'pyre_project_url', 'http://themeforest.net/user/ThemeFusion'),
|
||
(497, 198, 'pyre_project_url_text', 'View Project'),
|
||
(498, 198, 'pyre_copy_url', 'http://creattica.com'),
|
||
(499, 198, 'pyre_copy_url_text', 'From Creattica'),
|
||
(500, 198, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(501, 198, 'pyre_page_title', 'yes'),
|
||
(502, 198, 'pyre_video', ''),
|
||
(503, 198, 'pyre_fimg_width', ''),
|
||
(504, 198, 'pyre_fimg_height', ''),
|
||
(505, 198, '_thumbnail_id', '3405'),
|
||
(506, 198, 'pyre_width', 'full'),
|
||
(507, 198, 'pyre_video_url', 'http://vimeo.com/8245346'),
|
||
(508, 198, 'pyre_page_title_custom_text', ''),
|
||
(509, 198, 'pyre_page_title_custom_subheader', ''),
|
||
(510, 198, 'pyre_page_title_height', ''),
|
||
(511, 198, 'pyre_page_title_bg_parallax', 'default'),
|
||
(512, 1880, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(513, 1880, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(514, 1880, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(515, 1880, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(516, 1881, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(517, 1881, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(518, 1881, 'avada_post_views_count', '0'),
|
||
(519, 1881, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(520, 1881, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(521, 4462, '_menu_item_type', 'custom'),
|
||
(522, 4462, '_menu_item_menu_item_parent', '4461'),
|
||
(523, 4462, '_menu_item_object_id', '4462'),
|
||
(524, 4462, '_menu_item_object', 'custom'),
|
||
(525, 4462, '_menu_item_target', ''),
|
||
(526, 4462, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(527, 4462, '_menu_item_xfn', ''),
|
||
(528, 4462, '_menu_item_url', '#'),
|
||
(553, 4466, '_menu_item_type', 'custom'),
|
||
(554, 4466, '_menu_item_menu_item_parent', '4462'),
|
||
(555, 4466, '_menu_item_object_id', '4466'),
|
||
(556, 4466, '_menu_item_object', 'custom'),
|
||
(557, 4466, '_menu_item_target', ''),
|
||
(558, 4466, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(559, 4466, '_menu_item_xfn', ''),
|
||
(560, 4466, '_menu_item_url', '#'),
|
||
(561, 4467, '_menu_item_type', 'custom'),
|
||
(562, 4467, '_menu_item_menu_item_parent', '0'),
|
||
(563, 4467, '_menu_item_object_id', '4467'),
|
||
(564, 4467, '_menu_item_object', 'custom'),
|
||
(565, 4467, '_menu_item_target', ''),
|
||
(566, 4467, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(567, 4467, '_menu_item_xfn', ''),
|
||
(568, 4467, '_menu_item_url', 'http://127.0.0.1:4001/wordpress/instalaciones/'),
|
||
(577, 4469, '_menu_item_type', 'custom'),
|
||
(578, 4469, '_menu_item_menu_item_parent', '0'),
|
||
(579, 4469, '_menu_item_object_id', '4469'),
|
||
(580, 4469, '_menu_item_object', 'custom'),
|
||
(581, 4469, '_menu_item_target', ''),
|
||
(582, 4469, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(583, 4469, '_menu_item_xfn', ''),
|
||
(584, 4469, '_menu_item_url', 'http://127.0.0.1:4001/wordpress/nosotros/'),
|
||
(585, 4470, '_menu_item_type', 'custom'),
|
||
(586, 4470, '_menu_item_menu_item_parent', '4469'),
|
||
(587, 4470, '_menu_item_object_id', '4470'),
|
||
(588, 4470, '_menu_item_object', 'custom'),
|
||
(589, 4470, '_menu_item_target', ''),
|
||
(590, 4470, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(591, 4470, '_menu_item_xfn', ''),
|
||
(592, 4470, '_menu_item_url', '#'),
|
||
(593, 4471, '_menu_item_type', 'custom'),
|
||
(594, 4471, '_menu_item_menu_item_parent', '4469'),
|
||
(595, 4471, '_menu_item_object_id', '4471'),
|
||
(596, 4471, '_menu_item_object', 'custom'),
|
||
(597, 4471, '_menu_item_target', ''),
|
||
(598, 4471, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(599, 4471, '_menu_item_xfn', ''),
|
||
(600, 4471, '_menu_item_url', '#'),
|
||
(601, 4472, '_menu_item_type', 'custom'),
|
||
(602, 4472, '_menu_item_menu_item_parent', '4469'),
|
||
(603, 4472, '_menu_item_object_id', '4472'),
|
||
(604, 4472, '_menu_item_object', 'custom'),
|
||
(605, 4472, '_menu_item_target', ''),
|
||
(606, 4472, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(607, 4472, '_menu_item_xfn', ''),
|
||
(608, 4472, '_menu_item_url', '#'),
|
||
(609, 4473, '_menu_item_type', 'custom'),
|
||
(610, 4473, '_menu_item_menu_item_parent', '4469'),
|
||
(611, 4473, '_menu_item_object_id', '4473'),
|
||
(612, 4473, '_menu_item_object', 'custom'),
|
||
(613, 4473, '_menu_item_target', ''),
|
||
(614, 4473, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(615, 4473, '_menu_item_xfn', ''),
|
||
(616, 4473, '_menu_item_url', '#'),
|
||
(617, 4474, 'pyre_portfolio_category', '0'),
|
||
(618, 4474, 'pyre_slider', '0'),
|
||
(619, 4474, 'pyre_email', ''),
|
||
(620, 4474, 'pyre_address', ''),
|
||
(621, 4474, 'pyre_phone', ''),
|
||
(622, 4474, 'pyre_gmap', ''),
|
||
(623, 4474, '_wp_page_template', 'full-width.php'),
|
||
(624, 4474, 'avada_post_views_count', '157'),
|
||
(625, 4474, 'pyre_page_title', 'no'),
|
||
(626, 4474, 'pyre_slider_type', 'rev'),
|
||
(627, 4474, 'pyre_wooslider', '0'),
|
||
(628, 4474, 'pyre_sidebar_position', 'right'),
|
||
(629, 4474, 'pyre_fallback', ''),
|
||
(630, 4474, 'pyre_elasticslider', '0'),
|
||
(631, 4474, 'pyre_revslider', 'Avada_Full_Width'),
|
||
(632, 4474, 'pyre_flexslider', '0'),
|
||
(633, 4474, 'pyre_page_bg_color', ''),
|
||
(634, 4474, 'pyre_page_bg', ''),
|
||
(635, 4474, 'pyre_page_bg_full', 'no'),
|
||
(636, 4474, 'pyre_page_bg_repeat', 'repeat'),
|
||
(637, 4474, 'pyre_page_title_bar_bg', ''),
|
||
(638, 4474, 'pyre_full_width', 'no'),
|
||
(639, 4474, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(640, 4474, 'pyre_page_title_bar_bg_color', ''),
|
||
(641, 4474, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(642, 4474, 'pyre_portfolio_excerpt', ''),
|
||
(643, 4474, 'pyre_portfolio_full_width', 'yes'),
|
||
(644, 4474, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(645, 4474, 'pyre_portfolio_filters', 'yes'),
|
||
(646, 4474, 'pyre_page_bg_layout', 'default'),
|
||
(647, 4474, 'pyre_wide_page_bg', ''),
|
||
(648, 4474, 'pyre_wide_page_bg_color', ''),
|
||
(649, 4474, 'pyre_wide_page_bg_full', 'no'),
|
||
(650, 4474, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(651, 4474, 'pyre_header_bg', ''),
|
||
(652, 4474, 'pyre_header_bg_color', ''),
|
||
(653, 4474, 'pyre_header_bg_full', 'no'),
|
||
(654, 4474, 'pyre_header_bg_repeat', 'repeat'),
|
||
(655, 4474, 'pyre_page_title_text', 'yes'),
|
||
(656, 4474, 'pyre_page_title_bar_bg_retina', ''),
|
||
(657, 4474, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(658, 4474, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(659, 4474, 'pyre_link_icon_url', ''),
|
||
(660, 4474, 'pyre_portfolio_category', '0'),
|
||
(661, 4474, 'pyre_slider', '0'),
|
||
(662, 4474, 'pyre_email', ''),
|
||
(663, 4474, 'pyre_address', ''),
|
||
(664, 4474, 'pyre_phone', ''),
|
||
(665, 4474, 'pyre_gmap', ''),
|
||
(666, 4474, '_wp_page_template', 'full-width.php'),
|
||
(667, 4474, 'avada_post_views_count', '0'),
|
||
(668, 4474, 'pyre_page_title', 'no'),
|
||
(669, 4474, 'pyre_slider_type', 'no'),
|
||
(670, 4474, 'pyre_wooslider', '0'),
|
||
(671, 4474, 'pyre_sidebar_position', 'right'),
|
||
(672, 4474, 'pyre_fallback', ''),
|
||
(673, 4474, 'pyre_elasticslider', '0'),
|
||
(674, 4474, 'pyre_revslider', '0'),
|
||
(675, 4474, 'pyre_flexslider', '0'),
|
||
(676, 4474, 'pyre_page_bg_color', ''),
|
||
(677, 4474, 'pyre_page_bg', ''),
|
||
(678, 4474, 'pyre_page_bg_full', 'no'),
|
||
(679, 4474, 'pyre_page_bg_repeat', 'repeat'),
|
||
(680, 4474, 'pyre_page_title_bar_bg', ''),
|
||
(681, 4474, 'pyre_full_width', 'no'),
|
||
(682, 4474, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(683, 4474, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(684, 4474, 'pyre_page_title_bar_bg_color', ''),
|
||
(685, 4475, 'pyre_slider', '0'),
|
||
(686, 4475, 'pyre_email', ''),
|
||
(687, 4475, 'pyre_address', ''),
|
||
(688, 4475, 'pyre_phone', ''),
|
||
(689, 4475, 'pyre_gmap', ''),
|
||
(690, 4475, '_wp_page_template', 'default'),
|
||
(691, 4475, 'pyre_link_icon_url', ''),
|
||
(692, 4475, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(693, 4475, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(694, 4475, 'pyre_page_title_bar_bg_retina', ''),
|
||
(695, 4475, 'pyre_page_title_text', 'yes'),
|
||
(696, 4475, 'pyre_header_bg_repeat', 'repeat'),
|
||
(697, 4475, 'pyre_header_bg_full', 'no'),
|
||
(698, 4475, 'pyre_header_bg_color', ''),
|
||
(699, 4475, 'pyre_header_bg', ''),
|
||
(700, 4475, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(701, 4475, 'pyre_wide_page_bg_full', 'no'),
|
||
(702, 4475, 'pyre_wide_page_bg_color', ''),
|
||
(703, 4475, 'pyre_wide_page_bg', ''),
|
||
(704, 4475, 'pyre_page_bg_layout', 'default'),
|
||
(705, 4475, 'pyre_portfolio_filters', 'yes'),
|
||
(706, 4475, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(707, 4475, 'pyre_portfolio_full_width', 'yes'),
|
||
(708, 4475, 'pyre_portfolio_excerpt', ''),
|
||
(709, 4475, 'pyre_page_title', 'yes'),
|
||
(710, 4475, 'pyre_slider_type', 'no'),
|
||
(711, 4475, 'pyre_wooslider', '0'),
|
||
(712, 4475, 'pyre_fallback', ''),
|
||
(713, 4475, 'pyre_sidebar_position', 'right'),
|
||
(714, 4475, 'pyre_portfolio_category', '0'),
|
||
(715, 4475, 'pyre_flexslider', '0'),
|
||
(716, 4475, 'pyre_revslider', '0'),
|
||
(717, 4475, 'pyre_page_bg_color', ''),
|
||
(718, 4475, 'pyre_page_bg', ''),
|
||
(719, 4475, 'pyre_page_bg_full', 'no'),
|
||
(720, 4475, 'pyre_page_bg_repeat', 'repeat'),
|
||
(721, 4475, 'pyre_page_title_bar_bg', ''),
|
||
(722, 4475, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:12:"Blog Sidebar";}'),
|
||
(723, 4475, 'pyre_full_width', 'no'),
|
||
(724, 4475, 'pyre_elasticslider', '0'),
|
||
(725, 4475, 'pyre_page_title_bar_bg_color', ''),
|
||
(726, 4475, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(727, 4475, 'pyre_slider', '0'),
|
||
(728, 4475, 'pyre_email', ''),
|
||
(729, 4475, 'pyre_address', ''),
|
||
(730, 4475, 'pyre_phone', ''),
|
||
(731, 4475, 'pyre_gmap', ''),
|
||
(732, 4475, '_wp_page_template', 'default'),
|
||
(733, 4475, 'pyre_link_icon_url', ''),
|
||
(734, 4475, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(735, 4475, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(736, 4475, 'pyre_page_title_bar_bg_retina', ''),
|
||
(737, 4475, 'pyre_page_title_text', 'yes'),
|
||
(738, 4475, 'pyre_header_bg_repeat', 'repeat'),
|
||
(739, 4475, 'pyre_header_bg_full', 'no'),
|
||
(740, 4475, 'pyre_header_bg_color', ''),
|
||
(741, 4475, 'pyre_header_bg', ''),
|
||
(742, 4475, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(743, 4475, 'pyre_wide_page_bg_full', 'no'),
|
||
(744, 4475, 'pyre_wide_page_bg_color', ''),
|
||
(745, 4475, 'pyre_wide_page_bg', ''),
|
||
(746, 4475, 'pyre_page_bg_layout', 'default'),
|
||
(747, 4475, 'pyre_portfolio_filters', 'yes'),
|
||
(748, 4475, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(749, 4475, 'pyre_portfolio_full_width', 'yes'),
|
||
(750, 4475, 'pyre_portfolio_excerpt', ''),
|
||
(751, 4475, 'pyre_page_title', 'yes'),
|
||
(752, 4475, 'pyre_slider_type', 'no'),
|
||
(753, 4475, 'pyre_wooslider', '0'),
|
||
(754, 4475, 'pyre_fallback', ''),
|
||
(755, 4475, 'pyre_sidebar_position', 'right'),
|
||
(756, 4475, 'pyre_portfolio_category', '0'),
|
||
(757, 4475, 'pyre_flexslider', '0'),
|
||
(758, 4475, 'pyre_revslider', '0'),
|
||
(759, 4475, 'pyre_page_bg_color', ''),
|
||
(760, 4475, 'pyre_page_bg', ''),
|
||
(761, 4475, 'pyre_page_bg_full', 'no'),
|
||
(762, 4475, 'pyre_page_bg_repeat', 'repeat'),
|
||
(763, 4475, 'pyre_page_title_bar_bg', ''),
|
||
(764, 4475, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:12:"Blog Sidebar";}'),
|
||
(765, 4475, 'pyre_full_width', 'no'),
|
||
(766, 4475, 'pyre_elasticslider', '0'),
|
||
(767, 4475, 'pyre_page_title_bar_bg_color', ''),
|
||
(768, 4475, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(769, 33, 'pyre_slider', '0'),
|
||
(770, 33, 'pyre_email', ''),
|
||
(771, 33, 'pyre_address', ''),
|
||
(772, 33, 'pyre_phone', ''),
|
||
(773, 33, 'pyre_gmap', ''),
|
||
(774, 33, '_wp_page_template', 'full-width.php'),
|
||
(775, 33, 'pyre_full_width', 'yes'),
|
||
(776, 33, 'avada_post_views_count', '356'),
|
||
(777, 33, 'pyre_page_title', 'no'),
|
||
(778, 33, 'pyre_slider_type', 'rev'),
|
||
(779, 33, 'pyre_wooslider', '0'),
|
||
(780, 33, 'pyre_sidebar_position', 'right'),
|
||
(781, 33, 'pyre_fallback', ''),
|
||
(782, 33, 'pyre_portfolio_category', '13'),
|
||
(783, 33, 'pyre_revslider', 'Avada_Full_Width'),
|
||
(784, 33, 'pyre_flexslider', '0'),
|
||
(785, 33, 'pyre_page_bg_color', ''),
|
||
(786, 33, 'pyre_page_bg', ''),
|
||
(787, 33, 'pyre_page_bg_full', 'no'),
|
||
(788, 33, 'pyre_page_bg_repeat', 'repeat'),
|
||
(789, 33, 'pyre_page_title_bar_bg', ''),
|
||
(790, 33, 'pyre_page_title_bar_bg_color', ''),
|
||
(791, 33, 'pyre_elasticslider', '0'),
|
||
(9022, 33, 'slide_template', ''),
|
||
(794, 33, 'pyre_portfolio_excerpt', ''),
|
||
(795, 33, 'pyre_portfolio_full_width', 'no'),
|
||
(796, 33, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(797, 33, 'pyre_portfolio_filters', 'yes'),
|
||
(798, 33, 'pyre_page_bg_layout', 'default'),
|
||
(799, 33, 'pyre_wide_page_bg', ''),
|
||
(800, 33, 'pyre_wide_page_bg_color', ''),
|
||
(801, 33, 'pyre_wide_page_bg_full', 'no'),
|
||
(802, 33, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(803, 33, 'pyre_header_bg', ''),
|
||
(804, 33, 'pyre_header_bg_color', ''),
|
||
(805, 33, 'pyre_header_bg_full', 'no'),
|
||
(806, 33, 'pyre_header_bg_repeat', 'repeat'),
|
||
(807, 33, 'pyre_page_title_text', 'yes'),
|
||
(808, 33, 'pyre_page_title_bar_bg_retina', ''),
|
||
(809, 33, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(810, 33, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(811, 33, 'pyre_link_icon_url', ''),
|
||
(812, 33, 'pyre_slider', '0'),
|
||
(813, 33, 'pyre_email', ''),
|
||
(814, 33, 'pyre_address', ''),
|
||
(815, 33, 'pyre_phone', ''),
|
||
(816, 33, 'pyre_gmap', ''),
|
||
(817, 33, '_wp_page_template', 'full-width.php'),
|
||
(818, 33, 'pyre_full_width', 'yes'),
|
||
(819, 33, 'pyre_page_title', 'no'),
|
||
(820, 33, 'pyre_slider_type', 'rev'),
|
||
(821, 33, 'pyre_wooslider', '0'),
|
||
(822, 33, 'pyre_sidebar_position', 'right'),
|
||
(823, 33, 'pyre_fallback', ''),
|
||
(824, 33, 'pyre_portfolio_category', '13'),
|
||
(825, 33, 'pyre_revslider', 'Avada_Full_Width'),
|
||
(826, 33, 'pyre_flexslider', '0'),
|
||
(827, 33, 'pyre_page_bg_color', ''),
|
||
(828, 33, 'pyre_page_bg', ''),
|
||
(829, 33, 'pyre_page_bg_full', 'no'),
|
||
(830, 33, 'pyre_page_bg_repeat', 'repeat'),
|
||
(831, 33, 'pyre_page_title_bar_bg', ''),
|
||
(832, 33, 'pyre_page_title_bar_bg_color', ''),
|
||
(833, 33, 'pyre_elasticslider', '0'),
|
||
(9032, 33, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(9033, 33, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(836, 35, 'pyre_slider', '0'),
|
||
(837, 35, 'pyre_email', ''),
|
||
(838, 35, 'pyre_address', ''),
|
||
(839, 35, 'pyre_phone', ''),
|
||
(840, 35, 'pyre_gmap', ''),
|
||
(841, 35, '_wp_page_template', 'full-width.php'),
|
||
(842, 35, 'avada_post_views_count', '124'),
|
||
(843, 35, 'pyre_page_title', 'no'),
|
||
(844, 35, 'pyre_slider_type', 'rev'),
|
||
(845, 35, 'pyre_wooslider', '0'),
|
||
(846, 35, 'pyre_sidebar_position', 'right'),
|
||
(847, 35, 'pyre_fallback', ''),
|
||
(848, 35, 'pyre_portfolio_category', '0'),
|
||
(849, 35, 'pyre_revslider', 'Avada_Full_Width'),
|
||
(850, 35, 'pyre_wide_page_bg', ''),
|
||
(851, 35, 'pyre_page_bg_layout', 'default'),
|
||
(852, 35, 'pyre_portfolio_filters', 'yes'),
|
||
(853, 35, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(854, 35, 'pyre_flexslider', '0'),
|
||
(855, 35, 'pyre_page_bg_color', ''),
|
||
(856, 35, 'pyre_page_bg', ''),
|
||
(857, 35, 'pyre_page_bg_full', 'no'),
|
||
(858, 35, 'pyre_page_bg_repeat', 'repeat'),
|
||
(859, 35, 'pyre_page_title_bar_bg', ''),
|
||
(860, 35, 'pyre_elasticslider', '0'),
|
||
(861, 35, 'pyre_link_icon_url', ''),
|
||
(862, 35, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(863, 35, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(864, 35, 'pyre_page_title_bar_bg_retina', ''),
|
||
(865, 35, 'pyre_page_title_text', 'yes'),
|
||
(866, 35, 'pyre_header_bg_repeat', 'repeat'),
|
||
(867, 35, 'pyre_header_bg_full', 'no'),
|
||
(868, 35, 'pyre_header_bg_color', ''),
|
||
(869, 35, 'pyre_header_bg', ''),
|
||
(870, 35, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(871, 35, 'pyre_wide_page_bg_full', 'no'),
|
||
(872, 35, 'pyre_wide_page_bg_color', ''),
|
||
(873, 35, 'pyre_full_width', 'no'),
|
||
(874, 35, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(875, 35, 'pyre_portfolio_full_width', 'yes'),
|
||
(876, 35, 'pyre_portfolio_excerpt', ''),
|
||
(877, 35, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(878, 35, 'pyre_page_title_bar_bg_color', ''),
|
||
(879, 35, 'pyre_slider', '0'),
|
||
(880, 35, 'pyre_email', ''),
|
||
(881, 35, 'pyre_address', ''),
|
||
(882, 35, 'pyre_phone', ''),
|
||
(883, 35, 'pyre_gmap', ''),
|
||
(884, 35, '_wp_page_template', 'full-width.php'),
|
||
(885, 35, 'avada_post_views_count', '0'),
|
||
(886, 35, 'pyre_page_title', 'no'),
|
||
(887, 35, 'pyre_slider_type', 'no'),
|
||
(888, 35, 'pyre_wooslider', '0'),
|
||
(889, 35, 'pyre_sidebar_position', 'right'),
|
||
(890, 35, 'pyre_fallback', ''),
|
||
(891, 35, 'pyre_portfolio_category', '0'),
|
||
(892, 35, 'pyre_revslider', '0'),
|
||
(893, 35, 'pyre_flexslider', '0'),
|
||
(894, 35, 'pyre_page_bg_color', ''),
|
||
(895, 35, 'pyre_page_bg', ''),
|
||
(896, 35, 'pyre_page_bg_full', 'no'),
|
||
(897, 35, 'pyre_page_bg_repeat', 'repeat'),
|
||
(898, 35, 'pyre_page_title_bar_bg', ''),
|
||
(899, 35, 'pyre_elasticslider', '0'),
|
||
(900, 35, 'pyre_full_width', 'no'),
|
||
(901, 35, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(902, 35, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(903, 35, 'pyre_page_title_bar_bg_color', ''),
|
||
(904, 54, 'pyre_slider', '0'),
|
||
(905, 54, 'pyre_email', ''),
|
||
(906, 54, 'pyre_address', ''),
|
||
(907, 54, 'pyre_phone', ''),
|
||
(908, 54, 'pyre_gmap', ''),
|
||
(909, 54, '_wp_page_template', 'side-navigation.php'),
|
||
(910, 54, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(911, 54, 'pyre_page_title', 'yes'),
|
||
(912, 54, 'pyre_sidebar_position', 'left'),
|
||
(913, 54, 'pyre_slider_type', 'no'),
|
||
(914, 54, 'pyre_wooslider', '0'),
|
||
(915, 54, 'pyre_fallback', ''),
|
||
(916, 54, 'pyre_portfolio_category', '0'),
|
||
(917, 54, 'pyre_page_title_bg_parallax', 'default'),
|
||
(918, 54, 'pyre_page_title_height', ''),
|
||
(919, 54, 'pyre_page_title_custom_subheader', ''),
|
||
(920, 54, 'pyre_page_title_custom_text', ''),
|
||
(921, 54, 'pyre_flexslider', '0'),
|
||
(922, 54, 'pyre_revslider', '0'),
|
||
(923, 54, 'pyre_full_width', 'no'),
|
||
(924, 54, 'pyre_page_bg_color', ''),
|
||
(925, 54, 'pyre_page_bg', ''),
|
||
(926, 54, 'pyre_page_bg_full', 'no'),
|
||
(927, 54, 'pyre_page_bg_repeat', 'repeat'),
|
||
(928, 54, 'pyre_page_title_bar_bg', ''),
|
||
(929, 54, 'pyre_page_title_bar_bg_color', ''),
|
||
(930, 54, 'pyre_elasticslider', '0'),
|
||
(931, 54, 'avada_post_views_count', '29'),
|
||
(932, 54, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(933, 54, 'pyre_portfolio_excerpt', ''),
|
||
(934, 54, 'pyre_portfolio_full_width', 'yes'),
|
||
(935, 54, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(936, 54, 'pyre_portfolio_filters', 'yes'),
|
||
(937, 54, 'pyre_page_bg_layout', 'default'),
|
||
(938, 54, 'pyre_wide_page_bg', ''),
|
||
(939, 54, 'pyre_wide_page_bg_color', ''),
|
||
(940, 54, 'pyre_wide_page_bg_full', 'no'),
|
||
(941, 54, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(942, 54, 'pyre_header_bg', ''),
|
||
(943, 54, 'pyre_header_bg_color', ''),
|
||
(944, 54, 'pyre_header_bg_full', 'no'),
|
||
(945, 54, 'pyre_header_bg_repeat', 'repeat'),
|
||
(946, 54, 'pyre_page_title_text', 'yes'),
|
||
(947, 54, 'pyre_page_title_bar_bg_retina', ''),
|
||
(948, 54, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(949, 54, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(950, 54, 'pyre_link_icon_url', ''),
|
||
(951, 69, 'pyre_slider', '0'),
|
||
(952, 69, 'pyre_email', ''),
|
||
(953, 69, 'pyre_address', ''),
|
||
(954, 69, 'pyre_phone', ''),
|
||
(955, 69, 'pyre_gmap', ''),
|
||
(956, 69, '_wp_page_template', 'full-width.php'),
|
||
(957, 69, 'pyre_page_title', 'yes'),
|
||
(958, 69, 'pyre_page_bg_repeat', 'repeat'),
|
||
(959, 69, 'pyre_slider_type', 'no'),
|
||
(960, 69, 'pyre_wooslider', '0'),
|
||
(961, 69, 'pyre_fallback', ''),
|
||
(962, 69, 'pyre_sidebar_position', 'right'),
|
||
(963, 69, 'pyre_portfolio_category', '0'),
|
||
(964, 69, 'pyre_revslider', '0'),
|
||
(965, 69, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(966, 69, 'pyre_page_title_bar_bg', ''),
|
||
(967, 69, 'pyre_page_bg', ''),
|
||
(968, 69, 'pyre_page_bg_full', 'no'),
|
||
(969, 69, 'pyre_page_bg_color', ''),
|
||
(970, 69, 'pyre_full_width', 'no'),
|
||
(971, 69, 'pyre_flexslider', '0'),
|
||
(972, 69, 'pyre_link_icon_url', ''),
|
||
(973, 69, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(974, 69, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(975, 69, 'pyre_page_title_bar_bg_retina', ''),
|
||
(976, 69, 'pyre_page_title_text', 'yes'),
|
||
(977, 69, 'pyre_header_bg_repeat', 'repeat'),
|
||
(978, 69, 'pyre_header_bg_full', 'no'),
|
||
(979, 69, 'pyre_header_bg_color', ''),
|
||
(980, 69, 'pyre_header_bg', ''),
|
||
(981, 69, 'pyre_page_title_bar_bg_color', ''),
|
||
(982, 69, 'avada_post_views_count', '133'),
|
||
(983, 69, 'pyre_wide_page_bg_color', ''),
|
||
(984, 69, 'pyre_wide_page_bg', ''),
|
||
(985, 69, 'pyre_page_bg_layout', 'default'),
|
||
(986, 69, 'pyre_portfolio_filters', 'yes'),
|
||
(987, 69, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(988, 69, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(989, 69, 'pyre_portfolio_excerpt', ''),
|
||
(990, 69, 'pyre_portfolio_full_width', 'yes'),
|
||
(991, 69, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(992, 69, 'pyre_elasticslider', '0'),
|
||
(993, 69, 'pyre_wide_page_bg_full', 'no'),
|
||
(994, 69, 'pyre_slider', '0'),
|
||
(995, 69, 'pyre_email', ''),
|
||
(996, 69, 'pyre_address', ''),
|
||
(997, 69, 'pyre_phone', ''),
|
||
(998, 69, 'pyre_gmap', ''),
|
||
(999, 69, '_wp_page_template', 'full-width.php'),
|
||
(1000, 69, 'pyre_page_title', 'yes'),
|
||
(1001, 69, 'pyre_page_bg_repeat', 'repeat'),
|
||
(1002, 69, 'pyre_slider_type', 'no'),
|
||
(1003, 69, 'pyre_wooslider', '0'),
|
||
(1004, 69, 'pyre_fallback', ''),
|
||
(1005, 69, 'pyre_sidebar_position', 'right'),
|
||
(1006, 69, 'pyre_portfolio_category', '0'),
|
||
(1007, 69, 'pyre_revslider', '0'),
|
||
(1008, 69, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(1009, 69, 'pyre_page_title_bar_bg', ''),
|
||
(1010, 69, 'pyre_page_bg', ''),
|
||
(1011, 69, 'pyre_page_bg_full', 'no'),
|
||
(1012, 69, 'pyre_page_bg_color', ''),
|
||
(1013, 69, 'pyre_full_width', 'no'),
|
||
(1014, 69, 'pyre_flexslider', '0'),
|
||
(1015, 69, 'pyre_page_title_bar_bg_color', ''),
|
||
(1016, 69, 'pyre_elasticslider', '0'),
|
||
(1017, 69, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(1018, 72, 'pyre_slider', '0'),
|
||
(1019, 72, 'pyre_email', ''),
|
||
(1020, 72, 'pyre_address', ''),
|
||
(1021, 72, 'pyre_phone', ''),
|
||
(1022, 72, 'pyre_gmap', ''),
|
||
(1023, 72, '_wp_page_template', 'full-width.php'),
|
||
(1024, 72, 'pyre_header_bg_repeat', 'repeat'),
|
||
(1025, 72, 'pyre_header_bg_full', 'no'),
|
||
(1026, 72, 'pyre_header_bg_color', ''),
|
||
(1027, 72, 'pyre_header_bg', ''),
|
||
(1028, 72, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(1029, 72, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(1030, 72, 'pyre_page_title', 'yes'),
|
||
(1031, 72, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(1032, 72, 'pyre_wide_page_bg_full', 'no'),
|
||
(1033, 72, 'pyre_wide_page_bg_color', ''),
|
||
(1034, 72, 'pyre_elasticslider', '0'),
|
||
(1035, 72, 'pyre_slider_type', 'no'),
|
||
(1036, 72, 'pyre_wooslider', '0'),
|
||
(1037, 72, 'pyre_fallback', ''),
|
||
(1038, 72, 'pyre_sidebar_position', 'right'),
|
||
(1039, 72, 'pyre_wide_page_bg', ''),
|
||
(1040, 72, 'pyre_page_bg_layout', 'default'),
|
||
(1041, 72, 'pyre_portfolio_category', '0'),
|
||
(1042, 72, 'pyre_portfolio_filters', 'yes'),
|
||
(1043, 72, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(1044, 72, 'pyre_link_icon_url', ''),
|
||
(1045, 72, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(1046, 72, 'pyre_portfolio_full_width', 'yes'),
|
||
(1047, 72, 'pyre_portfolio_excerpt', ''),
|
||
(1048, 72, 'pyre_flexslider', '0'),
|
||
(1049, 72, 'pyre_revslider', '0'),
|
||
(1050, 72, 'pyre_full_width', 'no'),
|
||
(1051, 72, 'pyre_page_bg_color', ''),
|
||
(1052, 72, 'pyre_page_bg', ''),
|
||
(1053, 72, 'pyre_page_bg_full', 'no'),
|
||
(1054, 72, 'pyre_page_bg_repeat', 'repeat'),
|
||
(1055, 72, 'pyre_page_title_bar_bg', ''),
|
||
(1056, 72, 'pyre_page_title_bar_bg_color', ''),
|
||
(1057, 72, 'avada_post_views_count', '103');
|
||
INSERT INTO `drgrp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
|
||
(1058, 72, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(1059, 72, 'pyre_page_title_bar_bg_retina', ''),
|
||
(1060, 72, 'pyre_page_title_text', 'yes'),
|
||
(1061, 72, 'pyre_slider', '0'),
|
||
(1062, 72, 'pyre_email', ''),
|
||
(1063, 72, 'pyre_address', ''),
|
||
(1064, 72, 'pyre_phone', ''),
|
||
(1065, 72, 'pyre_gmap', ''),
|
||
(1066, 72, '_wp_page_template', 'full-width.php'),
|
||
(1067, 72, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(1068, 72, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(1069, 72, 'pyre_page_title', 'yes'),
|
||
(1070, 72, 'pyre_elasticslider', '0'),
|
||
(1071, 72, 'pyre_slider_type', 'no'),
|
||
(1072, 72, 'pyre_wooslider', '0'),
|
||
(1073, 72, 'pyre_fallback', ''),
|
||
(1074, 72, 'pyre_sidebar_position', 'right'),
|
||
(1075, 72, 'pyre_portfolio_category', '0'),
|
||
(1076, 72, 'pyre_flexslider', '0'),
|
||
(1077, 72, 'pyre_revslider', '0'),
|
||
(1078, 72, 'pyre_full_width', 'no'),
|
||
(1079, 72, 'pyre_page_bg_color', ''),
|
||
(1080, 72, 'pyre_page_bg', ''),
|
||
(1081, 72, 'pyre_page_bg_full', 'no'),
|
||
(1082, 72, 'pyre_page_bg_repeat', 'repeat'),
|
||
(1083, 72, 'pyre_page_title_bar_bg', ''),
|
||
(1084, 72, 'pyre_page_title_bar_bg_color', ''),
|
||
(1085, 80, 'pyre_slider', '0'),
|
||
(1086, 80, 'pyre_email', ''),
|
||
(1087, 80, 'pyre_address', ''),
|
||
(1088, 80, 'pyre_phone', ''),
|
||
(1089, 80, 'pyre_gmap', ''),
|
||
(1090, 80, '_wp_page_template', 'side-navigation.php'),
|
||
(1091, 80, 'pyre_sidebar_position', 'left'),
|
||
(1092, 80, 'pyre_page_title', 'yes'),
|
||
(1093, 80, 'pyre_slider_type', 'no'),
|
||
(1094, 80, 'pyre_wooslider', '0'),
|
||
(1095, 80, 'pyre_fallback', ''),
|
||
(1096, 80, 'pyre_portfolio_category', '0'),
|
||
(1097, 80, 'pyre_full_width', 'no'),
|
||
(1098, 80, 'pyre_revslider', '0'),
|
||
(1099, 80, 'pyre_flexslider', '0'),
|
||
(1100, 80, 'pyre_page_bg_color', ''),
|
||
(1101, 80, 'pyre_page_bg', ''),
|
||
(1102, 80, 'pyre_page_bg_full', 'no'),
|
||
(1103, 80, 'pyre_page_bg_repeat', 'repeat'),
|
||
(1104, 80, 'pyre_page_title_bar_bg', ''),
|
||
(1105, 80, 'pyre_elasticslider', '0'),
|
||
(1106, 80, 'pyre_page_title_bar_bg_color', ''),
|
||
(1107, 80, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(1108, 80, 'avada_post_views_count', '78'),
|
||
(1109, 80, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(1110, 80, 'pyre_portfolio_excerpt', ''),
|
||
(1111, 80, 'pyre_portfolio_full_width', 'yes'),
|
||
(1112, 80, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(1113, 80, 'pyre_portfolio_filters', 'yes'),
|
||
(1114, 80, 'pyre_page_bg_layout', 'default'),
|
||
(1115, 80, 'pyre_wide_page_bg', ''),
|
||
(1116, 80, 'pyre_wide_page_bg_color', ''),
|
||
(1117, 80, 'pyre_wide_page_bg_full', 'no'),
|
||
(1118, 80, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(1119, 80, 'pyre_header_bg', ''),
|
||
(1120, 80, 'pyre_header_bg_color', ''),
|
||
(1121, 80, 'pyre_header_bg_full', 'no'),
|
||
(1122, 80, 'pyre_header_bg_repeat', 'repeat'),
|
||
(1123, 80, 'pyre_page_title_text', 'yes'),
|
||
(1124, 80, 'pyre_page_title_bar_bg_retina', ''),
|
||
(1125, 80, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(1126, 80, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(1127, 80, 'pyre_link_icon_url', ''),
|
||
(1128, 80, 'pyre_slider', '0'),
|
||
(1129, 80, 'pyre_email', ''),
|
||
(1130, 80, 'pyre_address', ''),
|
||
(1131, 80, 'pyre_phone', ''),
|
||
(1132, 80, 'pyre_gmap', ''),
|
||
(1133, 80, '_wp_page_template', 'side-navigation.php'),
|
||
(1134, 80, 'pyre_sidebar_position', 'left'),
|
||
(1135, 80, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(1136, 80, 'pyre_page_title', 'yes'),
|
||
(1137, 80, 'pyre_slider_type', 'no'),
|
||
(1138, 80, 'pyre_wooslider', '0'),
|
||
(1139, 80, 'pyre_fallback', ''),
|
||
(1140, 80, 'pyre_portfolio_category', '0'),
|
||
(1141, 80, 'pyre_full_width', 'no'),
|
||
(1142, 80, 'pyre_revslider', '0'),
|
||
(1143, 80, 'pyre_flexslider', '0'),
|
||
(1144, 80, 'pyre_page_bg_color', ''),
|
||
(1145, 80, 'pyre_page_bg', ''),
|
||
(1146, 80, 'pyre_page_bg_full', 'no'),
|
||
(1147, 80, 'pyre_page_bg_repeat', 'repeat'),
|
||
(1148, 80, 'pyre_page_title_bar_bg', ''),
|
||
(1149, 80, 'pyre_elasticslider', '0'),
|
||
(1150, 80, 'pyre_page_title_bar_bg_color', ''),
|
||
(1151, 80, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:10:"No Sidebar";}'),
|
||
(1152, 84, 'pyre_slider', '0'),
|
||
(1153, 84, 'pyre_email', ''),
|
||
(1154, 84, 'pyre_address', ''),
|
||
(1155, 84, 'pyre_phone', ''),
|
||
(1156, 84, 'pyre_gmap', ''),
|
||
(1157, 84, '_wp_page_template', 'full-width.php'),
|
||
(1158, 84, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(1159, 84, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(1160, 84, 'avada_post_views_count', '47'),
|
||
(1161, 84, 'pyre_page_title', 'yes'),
|
||
(1162, 84, 'pyre_link_icon_url', ''),
|
||
(1163, 84, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(1164, 84, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(1165, 84, 'pyre_page_title_bar_bg_retina', ''),
|
||
(1166, 84, 'pyre_page_title_text', 'yes'),
|
||
(1167, 84, 'pyre_header_bg_repeat', 'repeat'),
|
||
(1168, 84, 'pyre_header_bg_full', 'no'),
|
||
(1169, 84, 'pyre_header_bg_color', ''),
|
||
(1170, 84, 'pyre_header_bg', ''),
|
||
(1171, 84, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(1172, 84, 'pyre_wide_page_bg_full', 'no'),
|
||
(1173, 84, 'pyre_wide_page_bg_color', ''),
|
||
(1174, 84, 'pyre_wide_page_bg', ''),
|
||
(1175, 84, 'pyre_page_bg_layout', 'default'),
|
||
(1176, 84, 'pyre_portfolio_filters', 'yes'),
|
||
(1177, 84, 'pyre_portfolio_excerpt', ''),
|
||
(1178, 84, 'pyre_portfolio_full_width', 'yes'),
|
||
(1179, 84, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(1180, 84, 'pyre_slider_type', 'no'),
|
||
(1181, 84, 'pyre_wooslider', '0'),
|
||
(1182, 84, 'pyre_flexslider', '0'),
|
||
(1183, 84, 'pyre_revslider', '0'),
|
||
(1184, 84, 'pyre_elasticslider', '0'),
|
||
(1185, 84, 'pyre_fallback', ''),
|
||
(1186, 84, 'pyre_full_width', 'no'),
|
||
(1187, 84, 'pyre_sidebar_position', 'right'),
|
||
(1188, 84, 'pyre_page_bg_color', ''),
|
||
(1189, 84, 'pyre_page_bg', ''),
|
||
(1190, 84, 'pyre_page_bg_full', 'no'),
|
||
(1191, 84, 'pyre_page_bg_repeat', 'repeat'),
|
||
(1192, 84, 'pyre_page_title_bar_bg', ''),
|
||
(1193, 84, 'pyre_page_title_bar_bg_color', ''),
|
||
(1194, 84, 'pyre_slider', '0'),
|
||
(1195, 84, 'pyre_email', ''),
|
||
(1196, 84, 'pyre_address', ''),
|
||
(1197, 84, 'pyre_phone', ''),
|
||
(1198, 84, 'pyre_gmap', ''),
|
||
(1199, 84, '_wp_page_template', 'full-width.php'),
|
||
(1200, 84, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(1201, 84, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(1202, 84, 'pyre_page_title', 'yes'),
|
||
(1203, 84, 'pyre_slider_type', 'no'),
|
||
(1204, 84, 'pyre_wooslider', '0'),
|
||
(1205, 84, 'pyre_flexslider', '0'),
|
||
(1206, 84, 'pyre_revslider', '0'),
|
||
(1207, 84, 'pyre_elasticslider', '0'),
|
||
(1208, 84, 'pyre_fallback', ''),
|
||
(1209, 84, 'pyre_full_width', 'no'),
|
||
(1210, 84, 'pyre_sidebar_position', 'right'),
|
||
(1211, 84, 'pyre_page_bg_color', ''),
|
||
(1212, 84, 'pyre_page_bg', ''),
|
||
(1213, 84, 'pyre_page_bg_full', 'no'),
|
||
(1214, 84, 'pyre_page_bg_repeat', 'repeat'),
|
||
(1215, 84, 'pyre_page_title_bar_bg', ''),
|
||
(1216, 84, 'pyre_page_title_bar_bg_color', ''),
|
||
(11968, 5009, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(11967, 5009, 'pyre_page_title_bar_bg_color', ''),
|
||
(11966, 5009, 'pyre_page_title_bar_bg_retina', ''),
|
||
(11965, 5009, 'pyre_page_title_bar_bg', ''),
|
||
(11964, 5009, 'pyre_page_title_height', ''),
|
||
(11963, 5009, 'pyre_page_title_custom_subheader', ''),
|
||
(11962, 5009, 'pyre_page_title_custom_text', ''),
|
||
(11961, 5009, 'pyre_page_title_text', 'yes'),
|
||
(11960, 5009, 'pyre_page_title', 'yes'),
|
||
(11959, 5009, 'pyre_header_bg_repeat', 'repeat'),
|
||
(11958, 5009, 'pyre_header_bg_full', 'no'),
|
||
(11957, 5009, 'pyre_header_bg_color', ''),
|
||
(11956, 5009, 'pyre_header_bg', ''),
|
||
(11955, 5009, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(11954, 5009, 'pyre_wide_page_bg_full', 'no'),
|
||
(11953, 5009, 'pyre_wide_page_bg_color', ''),
|
||
(11952, 5009, 'pyre_wide_page_bg', ''),
|
||
(11951, 5009, 'pyre_page_bg_repeat', 'repeat'),
|
||
(11950, 5009, 'pyre_page_bg_full', 'no'),
|
||
(11949, 5009, 'pyre_page_bg_color', ''),
|
||
(11948, 5009, 'pyre_page_bg', ''),
|
||
(11947, 5009, 'pyre_page_bg_layout', 'default'),
|
||
(11946, 5009, 'pyre_portfolio_filters', 'yes'),
|
||
(11945, 5009, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(11944, 5009, 'pyre_portfolio_full_width', 'yes'),
|
||
(11943, 5009, 'pyre_portfolio_excerpt', ''),
|
||
(11942, 5009, 'pyre_hundredp_padding', ''),
|
||
(11941, 5009, 'pyre_main_bottom_padding', ''),
|
||
(11940, 5009, 'pyre_main_top_padding', ''),
|
||
(11939, 5009, 'pyre_sidebar_position', 'default'),
|
||
(11938, 5009, 'pyre_full_width', 'no'),
|
||
(11937, 5009, 'pyre_fallback', ''),
|
||
(11936, 5009, 'pyre_elasticslider', '0'),
|
||
(11907, 5007, '_alp_processed', '1393432826'),
|
||
(11902, 5007, 'pyre_page_title_bg_parallax', 'default'),
|
||
(11901, 5007, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(11900, 5007, 'pyre_page_title_bar_bg_color', ''),
|
||
(11899, 5007, 'pyre_page_title_bar_bg_retina', ''),
|
||
(11898, 5007, 'pyre_page_title_bar_bg', ''),
|
||
(11897, 5007, 'pyre_page_title_height', ''),
|
||
(11896, 5007, 'pyre_page_title_custom_subheader', ''),
|
||
(11895, 5007, 'pyre_page_title_custom_text', ''),
|
||
(11894, 5007, 'pyre_page_title_text', 'yes'),
|
||
(11893, 5007, 'pyre_page_title', 'yes'),
|
||
(11892, 5007, 'pyre_header_bg_repeat', 'repeat'),
|
||
(11891, 5007, 'pyre_header_bg_full', 'no'),
|
||
(11890, 5007, 'pyre_header_bg_color', ''),
|
||
(11889, 5007, 'pyre_header_bg', ''),
|
||
(11888, 5007, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(11887, 5007, 'pyre_wide_page_bg_full', 'no'),
|
||
(1289, 94, 'pyre_slider', '0'),
|
||
(1290, 94, 'pyre_email', ''),
|
||
(1291, 94, 'pyre_address', ''),
|
||
(1292, 94, 'pyre_phone', ''),
|
||
(1293, 94, 'pyre_gmap', ''),
|
||
(1294, 94, '_wp_page_template', 'portfolio-one-column.php'),
|
||
(1295, 94, 'pyre_page_title', 'yes'),
|
||
(1296, 94, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(1297, 94, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(1298, 94, 'pyre_slider_type', 'no'),
|
||
(1299, 94, 'pyre_wooslider', '0'),
|
||
(1300, 94, 'pyre_revslider', '0'),
|
||
(1301, 94, 'pyre_sidebar_position', 'right'),
|
||
(1302, 94, 'pyre_portfolio_category', 'a:1:{i:0;s:1:"0";}'),
|
||
(1303, 94, 'pyre_flexslider', '0'),
|
||
(1304, 94, 'pyre_page_bg_color', ''),
|
||
(1305, 94, 'pyre_page_bg', ''),
|
||
(1306, 94, 'pyre_page_bg_full', 'yes'),
|
||
(1307, 94, 'pyre_page_bg_repeat', 'no-repeat'),
|
||
(1308, 94, 'pyre_page_title_bar_bg', ''),
|
||
(1309, 94, 'pyre_fallback', ''),
|
||
(1310, 94, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(1311, 94, 'pyre_portfolio_full_width', 'yes'),
|
||
(1312, 94, 'pyre_portfolio_excerpt', ''),
|
||
(1313, 94, 'pyre_elasticslider', '0'),
|
||
(1314, 94, 'avada_post_views_count', '158'),
|
||
(1315, 94, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(1316, 94, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(1317, 94, 'pyre_page_title_bar_bg_color', ''),
|
||
(1318, 94, 'pyre_page_title_bar_bg_retina', ''),
|
||
(1319, 94, 'pyre_page_title_text', 'yes'),
|
||
(1320, 94, 'pyre_header_bg_repeat', 'repeat'),
|
||
(1321, 94, 'pyre_header_bg_full', 'no'),
|
||
(1322, 94, 'pyre_header_bg_color', ''),
|
||
(1323, 94, 'pyre_header_bg', ''),
|
||
(1324, 94, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(1325, 94, 'pyre_wide_page_bg_full', 'no'),
|
||
(1326, 94, 'pyre_wide_page_bg_color', ''),
|
||
(1327, 94, 'pyre_wide_page_bg', ''),
|
||
(1328, 94, 'pyre_page_bg_layout', 'default'),
|
||
(1329, 94, 'pyre_portfolio_filters', 'yes'),
|
||
(1330, 94, 'pyre_link_icon_url', ''),
|
||
(1331, 94, 'pyre_full_width', 'no'),
|
||
(1332, 94, 'pyre_slider', '0'),
|
||
(1333, 94, 'pyre_email', ''),
|
||
(1334, 94, 'pyre_address', ''),
|
||
(1335, 94, 'pyre_phone', ''),
|
||
(1336, 94, 'pyre_gmap', ''),
|
||
(1337, 94, '_wp_page_template', 'portfolio-one-column.php'),
|
||
(1338, 94, 'pyre_page_title', 'yes'),
|
||
(1339, 94, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(1340, 94, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(1341, 94, 'pyre_slider_type', 'no'),
|
||
(1342, 94, 'pyre_wooslider', '0'),
|
||
(1343, 94, 'pyre_revslider', '0'),
|
||
(1344, 94, 'pyre_sidebar_position', 'right'),
|
||
(1345, 94, 'pyre_portfolio_category', 'a:1:{i:0;s:1:"0";}'),
|
||
(1346, 94, 'pyre_flexslider', '0'),
|
||
(1347, 94, 'pyre_page_bg_color', ''),
|
||
(1348, 94, 'pyre_page_bg', ''),
|
||
(1349, 94, 'pyre_page_bg_full', 'yes'),
|
||
(1350, 94, 'pyre_page_bg_repeat', 'no-repeat'),
|
||
(1351, 94, 'pyre_page_title_bar_bg', ''),
|
||
(1352, 94, 'pyre_fallback', ''),
|
||
(1353, 94, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(1354, 94, 'pyre_portfolio_full_width', 'yes'),
|
||
(1355, 94, 'pyre_portfolio_excerpt', ''),
|
||
(1356, 94, 'pyre_elasticslider', '0'),
|
||
(1357, 94, 'avada_post_views_count', '1'),
|
||
(1358, 94, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(1359, 94, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(1360, 94, 'pyre_page_title_bar_bg_color', ''),
|
||
(1361, 94, 'pyre_page_title_bar_bg_retina', ''),
|
||
(1362, 94, 'pyre_page_title_text', 'yes'),
|
||
(1363, 94, 'pyre_header_bg_repeat', 'repeat'),
|
||
(1364, 94, 'pyre_header_bg_full', 'no'),
|
||
(1365, 94, 'pyre_header_bg_color', ''),
|
||
(1366, 94, 'pyre_header_bg', ''),
|
||
(1367, 94, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(1368, 94, 'pyre_wide_page_bg_full', 'no'),
|
||
(1369, 94, 'pyre_wide_page_bg_color', ''),
|
||
(1370, 94, 'pyre_wide_page_bg', ''),
|
||
(1371, 94, 'pyre_page_bg_layout', 'default'),
|
||
(1372, 94, 'pyre_portfolio_filters', 'yes'),
|
||
(1373, 94, 'pyre_link_icon_url', ''),
|
||
(1374, 94, 'pyre_full_width', 'no'),
|
||
(1375, 96, 'pyre_slider', '0'),
|
||
(1376, 96, 'pyre_email', ''),
|
||
(1377, 96, 'pyre_address', ''),
|
||
(1378, 96, 'pyre_phone', ''),
|
||
(1379, 96, 'pyre_gmap', ''),
|
||
(1380, 96, '_wp_page_template', 'portfolio-two-column.php'),
|
||
(1381, 96, 'pyre_page_title', 'yes'),
|
||
(1382, 96, 'pyre_slider_type', 'no'),
|
||
(1383, 96, 'pyre_wooslider', '0'),
|
||
(1384, 96, 'pyre_flexslider', '0'),
|
||
(1385, 96, 'pyre_revslider', '0'),
|
||
(1386, 96, 'pyre_sidebar_position', 'right'),
|
||
(1387, 96, 'pyre_page_bg_color', ''),
|
||
(1388, 96, 'pyre_page_bg', ''),
|
||
(1389, 96, 'pyre_page_bg_full', 'no'),
|
||
(1390, 96, 'pyre_page_bg_repeat', 'repeat'),
|
||
(1391, 96, 'pyre_page_title_bar_bg', ''),
|
||
(1392, 96, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(1393, 96, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(1394, 96, 'pyre_portfolio_category', 'a:1:{i:0;s:1:"0";}'),
|
||
(1395, 96, 'avada_post_views_count', '95'),
|
||
(1396, 96, 'pyre_header_bg_full', 'no'),
|
||
(1397, 96, 'pyre_header_bg_color', ''),
|
||
(1398, 96, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(1399, 96, 'pyre_portfolio_full_width', 'yes'),
|
||
(1400, 96, 'pyre_portfolio_excerpt', ''),
|
||
(1401, 96, 'pyre_full_width', 'no'),
|
||
(1402, 96, 'pyre_fallback', ''),
|
||
(1403, 96, 'pyre_elasticslider', '0'),
|
||
(1404, 96, 'pyre_portfolio_filters', 'yes'),
|
||
(1405, 96, 'pyre_link_icon_url', ''),
|
||
(1406, 96, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(1407, 96, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(1408, 96, 'pyre_page_title_bar_bg_color', ''),
|
||
(1409, 96, 'pyre_page_title_bar_bg_retina', ''),
|
||
(1410, 96, 'pyre_page_title_text', 'yes'),
|
||
(1411, 96, 'pyre_header_bg_repeat', 'repeat'),
|
||
(1412, 96, 'pyre_header_bg', ''),
|
||
(1413, 96, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(1414, 96, 'pyre_wide_page_bg_full', 'no'),
|
||
(1415, 96, 'pyre_wide_page_bg_color', ''),
|
||
(1416, 96, 'pyre_wide_page_bg', ''),
|
||
(1417, 96, 'pyre_page_bg_layout', 'default'),
|
||
(1418, 96, 'pyre_slider', '0'),
|
||
(1419, 96, 'pyre_email', ''),
|
||
(1420, 96, 'pyre_address', ''),
|
||
(1421, 96, 'pyre_phone', ''),
|
||
(1422, 96, 'pyre_gmap', ''),
|
||
(1423, 96, '_wp_page_template', 'portfolio-two-column.php'),
|
||
(1424, 96, 'pyre_page_title', 'yes'),
|
||
(1425, 96, 'pyre_slider_type', 'no'),
|
||
(1426, 96, 'pyre_wooslider', '0'),
|
||
(1427, 96, 'pyre_flexslider', '0'),
|
||
(1428, 96, 'pyre_revslider', '0'),
|
||
(1429, 96, 'pyre_sidebar_position', 'right'),
|
||
(1430, 96, 'pyre_page_bg_color', ''),
|
||
(1431, 96, 'pyre_page_bg', ''),
|
||
(1432, 96, 'pyre_page_bg_full', 'no'),
|
||
(1433, 96, 'pyre_page_bg_repeat', 'repeat'),
|
||
(1434, 96, 'pyre_page_title_bar_bg', ''),
|
||
(1435, 96, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(1436, 96, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(1437, 96, 'pyre_portfolio_category', 'a:1:{i:0;s:1:"0";}'),
|
||
(1438, 96, 'avada_post_views_count', '0'),
|
||
(1439, 96, 'pyre_header_bg_full', 'no'),
|
||
(1440, 96, 'pyre_header_bg_color', ''),
|
||
(1441, 96, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(1442, 96, 'pyre_portfolio_full_width', 'yes'),
|
||
(1443, 96, 'pyre_portfolio_excerpt', ''),
|
||
(1444, 96, 'pyre_full_width', 'no'),
|
||
(1445, 96, 'pyre_fallback', ''),
|
||
(1446, 96, 'pyre_elasticslider', '0'),
|
||
(1447, 96, 'pyre_portfolio_filters', 'yes'),
|
||
(1448, 96, 'pyre_link_icon_url', ''),
|
||
(1449, 96, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(1450, 96, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(1451, 96, 'pyre_page_title_bar_bg_color', ''),
|
||
(1452, 96, 'pyre_page_title_bar_bg_retina', ''),
|
||
(1453, 96, 'pyre_page_title_text', 'yes'),
|
||
(1454, 96, 'pyre_header_bg_repeat', 'repeat'),
|
||
(1455, 96, 'pyre_header_bg', ''),
|
||
(1456, 96, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(1457, 96, 'pyre_wide_page_bg_full', 'no'),
|
||
(1458, 96, 'pyre_wide_page_bg_color', ''),
|
||
(1459, 96, 'pyre_wide_page_bg', ''),
|
||
(1460, 96, 'pyre_page_bg_layout', 'default'),
|
||
(1461, 98, 'pyre_slider', '0'),
|
||
(1462, 98, 'pyre_email', ''),
|
||
(1463, 98, 'pyre_address', ''),
|
||
(1464, 98, 'pyre_phone', ''),
|
||
(1465, 98, 'pyre_gmap', ''),
|
||
(1466, 98, '_wp_page_template', 'portfolio-three-column.php'),
|
||
(1467, 98, 'pyre_page_title', 'yes'),
|
||
(1468, 98, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(1469, 98, 'avada_post_views_count', '81'),
|
||
(1470, 98, 'pyre_link_icon_url', ''),
|
||
(1471, 98, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(1472, 98, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(1473, 98, 'pyre_page_title_bar_bg_retina', ''),
|
||
(1474, 98, 'pyre_page_title_text', 'yes'),
|
||
(1475, 98, 'pyre_header_bg_repeat', 'repeat'),
|
||
(1476, 98, 'pyre_header_bg_full', 'no'),
|
||
(1477, 98, 'pyre_header_bg_color', ''),
|
||
(1478, 98, 'pyre_header_bg', ''),
|
||
(1479, 98, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(1480, 98, 'pyre_wide_page_bg_full', 'no'),
|
||
(1481, 98, 'pyre_wide_page_bg_color', ''),
|
||
(1482, 98, 'pyre_wide_page_bg', ''),
|
||
(1483, 98, 'pyre_page_bg_layout', 'default'),
|
||
(1484, 98, 'pyre_portfolio_filters', 'yes'),
|
||
(1485, 98, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(1486, 98, 'pyre_portfolio_full_width', 'yes'),
|
||
(1487, 98, 'pyre_portfolio_excerpt', ''),
|
||
(1488, 98, 'pyre_elasticslider', '0'),
|
||
(1489, 98, 'pyre_slider_type', 'no'),
|
||
(1490, 98, 'pyre_wooslider', '0'),
|
||
(1491, 98, 'pyre_flexslider', '0'),
|
||
(1492, 98, 'pyre_revslider', '0'),
|
||
(1493, 98, 'pyre_fallback', ''),
|
||
(1494, 98, 'pyre_full_width', 'no'),
|
||
(1495, 98, 'pyre_sidebar_position', 'right'),
|
||
(1496, 98, 'pyre_page_bg_color', ''),
|
||
(1497, 98, 'pyre_page_bg', ''),
|
||
(1498, 98, 'pyre_page_bg_full', 'no'),
|
||
(1499, 98, 'pyre_page_bg_repeat', 'repeat'),
|
||
(1500, 98, 'pyre_page_title_bar_bg', ''),
|
||
(1501, 98, 'pyre_page_title_bar_bg_color', ''),
|
||
(1502, 98, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(1503, 98, 'pyre_slider', '0'),
|
||
(1504, 98, 'pyre_email', ''),
|
||
(1505, 98, 'pyre_address', ''),
|
||
(1506, 98, 'pyre_phone', ''),
|
||
(1507, 98, 'pyre_gmap', ''),
|
||
(1508, 98, '_wp_page_template', 'portfolio-three-column.php'),
|
||
(1509, 98, 'pyre_page_title', 'yes'),
|
||
(1510, 98, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(1511, 98, 'avada_post_views_count', '0'),
|
||
(1512, 98, 'pyre_link_icon_url', ''),
|
||
(1513, 98, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(1514, 98, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(1515, 98, 'pyre_page_title_bar_bg_retina', ''),
|
||
(1516, 98, 'pyre_page_title_text', 'yes'),
|
||
(1517, 98, 'pyre_header_bg_repeat', 'repeat'),
|
||
(1518, 98, 'pyre_header_bg_full', 'no'),
|
||
(1519, 98, 'pyre_header_bg_color', ''),
|
||
(1520, 98, 'pyre_header_bg', ''),
|
||
(1521, 98, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(1522, 98, 'pyre_wide_page_bg_full', 'no'),
|
||
(1523, 98, 'pyre_wide_page_bg_color', ''),
|
||
(1524, 98, 'pyre_wide_page_bg', ''),
|
||
(1525, 98, 'pyre_page_bg_layout', 'default'),
|
||
(1526, 98, 'pyre_portfolio_filters', 'yes'),
|
||
(1527, 98, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(1528, 98, 'pyre_portfolio_full_width', 'yes'),
|
||
(1529, 98, 'pyre_portfolio_excerpt', ''),
|
||
(1530, 98, 'pyre_elasticslider', '0'),
|
||
(1531, 98, 'pyre_slider_type', 'no'),
|
||
(1532, 98, 'pyre_wooslider', '0'),
|
||
(1533, 98, 'pyre_flexslider', '0'),
|
||
(1534, 98, 'pyre_revslider', '0'),
|
||
(1535, 98, 'pyre_fallback', ''),
|
||
(1536, 98, 'pyre_full_width', 'no'),
|
||
(1537, 98, 'pyre_sidebar_position', 'right'),
|
||
(1538, 98, 'pyre_page_bg_color', ''),
|
||
(1539, 98, 'pyre_page_bg', ''),
|
||
(1540, 98, 'pyre_page_bg_full', 'no'),
|
||
(1541, 98, 'pyre_page_bg_repeat', 'repeat'),
|
||
(1542, 98, 'pyre_page_title_bar_bg', ''),
|
||
(1543, 98, 'pyre_page_title_bar_bg_color', ''),
|
||
(1544, 98, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(1545, 100, 'pyre_slider', '0'),
|
||
(1546, 100, 'pyre_email', ''),
|
||
(1547, 100, 'pyre_address', ''),
|
||
(1548, 100, 'pyre_phone', ''),
|
||
(1549, 100, 'pyre_gmap', ''),
|
||
(1550, 100, '_wp_page_template', 'portfolio-four-column.php'),
|
||
(1551, 100, 'avada_post_views_count', '94'),
|
||
(1552, 100, 'pyre_page_title', 'yes'),
|
||
(1553, 100, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(1554, 100, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(1555, 100, 'pyre_page_bg_repeat', 'repeat'),
|
||
(1556, 100, 'pyre_page_bg_full', 'no'),
|
||
(1557, 100, 'pyre_page_bg_color', ''),
|
||
(1558, 100, 'pyre_page_bg', ''),
|
||
(1559, 100, 'pyre_page_bg_layout', 'default'),
|
||
(1560, 100, 'pyre_portfolio_filters', 'yes'),
|
||
(1561, 100, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(1562, 100, 'pyre_portfolio_full_width', 'yes'),
|
||
(1563, 100, 'pyre_portfolio_excerpt', ''),
|
||
(1564, 100, 'pyre_sidebar_position', 'default'),
|
||
(1565, 100, 'pyre_full_width', 'no'),
|
||
(1566, 100, 'pyre_fallback', ''),
|
||
(1567, 100, 'pyre_elasticslider', '0'),
|
||
(1568, 100, 'pyre_revslider', '0'),
|
||
(1569, 100, 'pyre_flexslider', '0'),
|
||
(1570, 100, 'pyre_wooslider', '0'),
|
||
(1571, 100, 'pyre_slider_type', 'no'),
|
||
(1572, 100, 'pyre_page_title_text', 'yes'),
|
||
(1573, 100, 'pyre_page_title_bar_bg', ''),
|
||
(1574, 100, 'pyre_page_title_bar_bg_retina', ''),
|
||
(1575, 100, 'pyre_page_title_bar_bg_color', ''),
|
||
(1576, 100, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(1577, 100, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(1578, 100, 'pyre_link_icon_url', ''),
|
||
(1579, 100, 'pyre_header_bg_repeat', 'repeat'),
|
||
(1580, 100, 'pyre_header_bg_full', 'no'),
|
||
(1581, 100, 'pyre_header_bg_color', ''),
|
||
(1582, 100, 'pyre_header_bg', ''),
|
||
(1583, 100, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(1584, 100, 'pyre_wide_page_bg_full', 'no'),
|
||
(1585, 100, 'pyre_wide_page_bg_color', ''),
|
||
(1586, 100, 'pyre_wide_page_bg', ''),
|
||
(1587, 100, 'pyre_slider', '0'),
|
||
(1588, 100, 'pyre_email', ''),
|
||
(1589, 100, 'pyre_address', ''),
|
||
(1590, 100, 'pyre_phone', ''),
|
||
(1591, 100, 'pyre_gmap', ''),
|
||
(1592, 100, '_wp_page_template', 'portfolio-four-column.php'),
|
||
(1593, 100, 'avada_post_views_count', '2'),
|
||
(1594, 100, 'pyre_page_title', 'yes'),
|
||
(1595, 100, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(1596, 100, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(1597, 100, 'pyre_page_bg_repeat', 'repeat'),
|
||
(1598, 100, 'pyre_page_bg_full', 'no'),
|
||
(1599, 100, 'pyre_page_bg_color', ''),
|
||
(1600, 100, 'pyre_page_bg', ''),
|
||
(1601, 100, 'pyre_page_bg_layout', 'default'),
|
||
(1602, 100, 'pyre_portfolio_filters', 'yes'),
|
||
(1603, 100, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(1604, 100, 'pyre_portfolio_full_width', 'yes'),
|
||
(1605, 100, 'pyre_portfolio_excerpt', ''),
|
||
(1606, 100, 'pyre_sidebar_position', 'default'),
|
||
(1607, 100, 'pyre_full_width', 'no'),
|
||
(1608, 100, 'pyre_fallback', ''),
|
||
(1609, 100, 'pyre_elasticslider', '0'),
|
||
(1610, 100, 'pyre_revslider', '0'),
|
||
(1611, 100, 'pyre_flexslider', '0'),
|
||
(1612, 100, 'pyre_wooslider', '0'),
|
||
(1613, 100, 'pyre_slider_type', 'no'),
|
||
(1614, 100, 'pyre_page_title_text', 'yes'),
|
||
(1615, 100, 'pyre_page_title_bar_bg', ''),
|
||
(1616, 100, 'pyre_page_title_bar_bg_retina', ''),
|
||
(1617, 100, 'pyre_page_title_bar_bg_color', ''),
|
||
(1618, 100, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(1619, 100, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(1620, 100, 'pyre_link_icon_url', ''),
|
||
(1621, 100, 'pyre_header_bg_repeat', 'repeat'),
|
||
(1622, 100, 'pyre_header_bg_full', 'no'),
|
||
(1623, 100, 'pyre_header_bg_color', ''),
|
||
(1624, 100, 'pyre_header_bg', ''),
|
||
(1625, 100, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(1626, 100, 'pyre_wide_page_bg_full', 'no'),
|
||
(1627, 100, 'pyre_wide_page_bg_color', ''),
|
||
(1628, 100, 'pyre_wide_page_bg', ''),
|
||
(1629, 730, 'pyre_portfolio_filters', 'yes'),
|
||
(1630, 730, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(1631, 730, 'pyre_portfolio_full_width', 'yes'),
|
||
(1632, 730, 'pyre_portfolio_excerpt', ''),
|
||
(1633, 730, 'pyre_full_width', 'no'),
|
||
(1634, 730, 'pyre_fallback', ''),
|
||
(1635, 730, 'pyre_elasticslider', '0'),
|
||
(1636, 730, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(1637, 730, 'avada_post_views_count', '79'),
|
||
(1638, 730, 'pyre_wide_page_bg', ''),
|
||
(1639, 730, 'pyre_wide_page_bg_full', 'no'),
|
||
(1640, 730, 'pyre_page_bg_layout', 'default'),
|
||
(1641, 730, 'pyre_wide_page_bg_color', ''),
|
||
(1642, 730, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(1643, 730, 'pyre_header_bg', ''),
|
||
(1644, 730, 'pyre_header_bg_color', ''),
|
||
(1645, 730, 'pyre_header_bg_full', 'no'),
|
||
(1646, 730, 'pyre_header_bg_repeat', 'repeat'),
|
||
(1647, 730, 'pyre_page_title_text', 'yes'),
|
||
(1648, 730, 'pyre_page_title_bar_bg_retina', ''),
|
||
(1649, 730, 'pyre_page_title_bar_bg_color', ''),
|
||
(1650, 730, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(1651, 730, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(1652, 730, 'pyre_link_icon_url', ''),
|
||
(1653, 730, '_wp_page_template', 'default'),
|
||
(1654, 730, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:12:"Blog Sidebar";}'),
|
||
(1655, 730, 'pyre_gmap', ''),
|
||
(1656, 730, 'pyre_sidebar_position', 'right'),
|
||
(1657, 730, 'pyre_slider', '0'),
|
||
(1658, 730, 'pyre_page_title', 'yes'),
|
||
(1659, 730, 'pyre_slider_type', 'no'),
|
||
(1660, 730, 'pyre_wooslider', '0'),
|
||
(1661, 730, 'pyre_flexslider', '0'),
|
||
(1662, 730, 'pyre_revslider', '0'),
|
||
(1663, 730, 'pyre_page_bg_color', ''),
|
||
(1664, 730, 'pyre_page_bg', ''),
|
||
(1665, 730, 'pyre_page_bg_full', 'no'),
|
||
(1666, 730, 'pyre_page_bg_repeat', 'repeat'),
|
||
(1667, 730, 'pyre_page_title_bar_bg', ''),
|
||
(1668, 730, 'pyre_portfolio_filters', 'yes'),
|
||
(1669, 730, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(1670, 730, 'pyre_portfolio_full_width', 'yes'),
|
||
(1671, 730, 'pyre_portfolio_excerpt', ''),
|
||
(1672, 730, 'pyre_full_width', 'no'),
|
||
(1673, 730, 'pyre_fallback', ''),
|
||
(1674, 730, 'pyre_elasticslider', '0'),
|
||
(1675, 730, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(1676, 730, 'avada_post_views_count', '3'),
|
||
(1677, 730, 'pyre_wide_page_bg', ''),
|
||
(1678, 730, 'pyre_wide_page_bg_full', 'no'),
|
||
(1679, 730, 'pyre_page_bg_layout', 'default'),
|
||
(1680, 730, 'pyre_wide_page_bg_color', ''),
|
||
(1681, 730, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(1682, 730, 'pyre_header_bg', ''),
|
||
(1683, 730, 'pyre_header_bg_color', ''),
|
||
(1684, 730, 'pyre_header_bg_full', 'no'),
|
||
(1685, 730, 'pyre_header_bg_repeat', 'repeat'),
|
||
(1686, 730, 'pyre_page_title_text', 'yes'),
|
||
(1687, 730, 'pyre_page_title_bar_bg_retina', ''),
|
||
(1688, 730, 'pyre_page_title_bar_bg_color', ''),
|
||
(1689, 730, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(1690, 730, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(1691, 730, 'pyre_link_icon_url', ''),
|
||
(1692, 730, '_wp_page_template', 'default'),
|
||
(1693, 730, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:12:"Blog Sidebar";}'),
|
||
(1694, 730, 'pyre_gmap', ''),
|
||
(1695, 730, 'pyre_sidebar_position', 'right'),
|
||
(1696, 730, 'pyre_slider', '0'),
|
||
(1697, 730, 'pyre_page_title', 'yes'),
|
||
(1698, 730, 'pyre_slider_type', 'no'),
|
||
(1699, 730, 'pyre_wooslider', '0'),
|
||
(1700, 730, 'pyre_flexslider', '0'),
|
||
(1701, 730, 'pyre_revslider', '0'),
|
||
(1702, 730, 'pyre_page_bg_color', ''),
|
||
(1703, 730, 'pyre_page_bg', ''),
|
||
(1704, 730, 'pyre_page_bg_full', 'no'),
|
||
(1705, 730, 'pyre_page_bg_repeat', 'repeat'),
|
||
(1706, 730, 'pyre_page_title_bar_bg', ''),
|
||
(1707, 923, 'pyre_page_title_text', 'yes'),
|
||
(1708, 923, 'pyre_header_bg_repeat', 'repeat'),
|
||
(1709, 923, 'avada_post_views_count', '48'),
|
||
(1710, 923, 'pyre_page_title', 'no'),
|
||
(1711, 923, 'pyre_slider_type', 'flex'),
|
||
(1712, 923, 'pyre_slider', '0'),
|
||
(1713, 923, 'pyre_wooslider', 'group-1'),
|
||
(1714, 923, 'pyre_sidebar_position', 'right'),
|
||
(1715, 923, 'pyre_gmap', ''),
|
||
(1716, 923, '_wp_page_template', 'full-width.php'),
|
||
(1717, 923, 'pyre_fallback', ''),
|
||
(1718, 923, 'pyre_full_width', 'no'),
|
||
(1719, 923, 'pyre_flexslider', '0'),
|
||
(1720, 923, 'pyre_revslider', '0'),
|
||
(1721, 923, 'pyre_page_bg_color', ''),
|
||
(1722, 923, 'pyre_page_bg', ''),
|
||
(1723, 923, 'pyre_page_bg_full', 'yes'),
|
||
(1724, 923, 'pyre_page_bg_repeat', 'repeat'),
|
||
(1725, 923, 'pyre_page_title_bar_bg', ''),
|
||
(1726, 923, 'pyre_header_bg_full', 'no'),
|
||
(1727, 923, 'pyre_header_bg_color', ''),
|
||
(1728, 923, 'pyre_header_bg', ''),
|
||
(1729, 923, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(1730, 923, 'pyre_wide_page_bg_full', 'no'),
|
||
(1731, 923, 'pyre_wide_page_bg_color', ''),
|
||
(1732, 923, 'pyre_wide_page_bg', ''),
|
||
(1733, 923, 'pyre_page_bg_layout', 'default'),
|
||
(1734, 923, 'pyre_portfolio_filters', 'yes'),
|
||
(1735, 923, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(1736, 923, 'pyre_portfolio_full_width', 'yes'),
|
||
(1737, 923, 'pyre_portfolio_excerpt', ''),
|
||
(1738, 923, 'pyre_link_icon_url', ''),
|
||
(1739, 923, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(1740, 923, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(1741, 923, 'pyre_page_title_bar_bg_retina', ''),
|
||
(1742, 923, 'pyre_hundredp_padding', ''),
|
||
(1743, 923, 'pyre_elasticslider', '0'),
|
||
(1744, 923, 'pyre_page_title_bar_bg_color', ''),
|
||
(1745, 923, 'pyre_page_title_custom_subheader', ''),
|
||
(1746, 923, 'pyre_page_title_custom_text', ''),
|
||
(1747, 923, 'pyre_page_title', 'no'),
|
||
(1748, 923, 'pyre_slider_type', 'flex'),
|
||
(1749, 923, 'pyre_slider', '0'),
|
||
(1750, 923, 'pyre_wooslider', 'group-1'),
|
||
(1751, 923, 'pyre_sidebar_position', 'right'),
|
||
(1752, 923, 'pyre_gmap', ''),
|
||
(1753, 923, '_wp_page_template', 'full-width.php'),
|
||
(1754, 923, 'pyre_fallback', ''),
|
||
(1755, 923, 'pyre_full_width', 'no'),
|
||
(1756, 923, 'pyre_flexslider', '0'),
|
||
(1757, 923, 'pyre_revslider', '0'),
|
||
(1758, 923, 'pyre_page_bg_color', ''),
|
||
(1759, 923, 'pyre_page_bg', ''),
|
||
(1760, 923, 'pyre_page_bg_full', 'yes'),
|
||
(1761, 923, 'pyre_page_bg_repeat', 'repeat'),
|
||
(1762, 923, 'pyre_page_title_bar_bg', ''),
|
||
(1763, 923, 'pyre_elasticslider', '0'),
|
||
(1764, 923, 'pyre_page_title_bar_bg_color', ''),
|
||
(1765, 923, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(1766, 923, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(1767, 923, 'slide_template', ''),
|
||
(1768, 923, 'pyre_main_top_padding', ''),
|
||
(1769, 923, 'pyre_main_bottom_padding', ''),
|
||
(1770, 923, 'pyre_page_title_height', ''),
|
||
(1771, 923, 'pyre_page_title_bg_parallax', 'default'),
|
||
(1772, 1290, 'avada_post_views_count', '137'),
|
||
(1773, 1290, 'pyre_flexslider', '0'),
|
||
(1774, 1290, 'pyre_fallback', ''),
|
||
(1775, 1290, 'pyre_page_bg_color', ''),
|
||
(1776, 1290, 'pyre_page_title', 'no'),
|
||
(1777, 1290, 'pyre_slider_type', 'layer'),
|
||
(1778, 1290, 'pyre_slider', '1'),
|
||
(1779, 1290, 'pyre_wooslider', '0'),
|
||
(1780, 1290, 'pyre_revslider', '0'),
|
||
(1781, 1290, 'pyre_sidebar_position', 'right'),
|
||
(1782, 1290, 'pyre_portfolio_category', '0'),
|
||
(1783, 1290, 'pyre_email', ''),
|
||
(1784, 1290, 'pyre_gmap', ''),
|
||
(1785, 1290, '_wp_page_template', 'full-width.php'),
|
||
(1786, 1290, 'pyre_elasticslider', '0'),
|
||
(1787, 1290, 'pyre_full_width', 'no'),
|
||
(1788, 1290, 'pyre_page_bg', ''),
|
||
(1789, 1290, 'pyre_page_bg_full', 'no'),
|
||
(1790, 1290, 'pyre_page_bg_repeat', 'repeat'),
|
||
(1791, 1290, 'pyre_page_title_bar_bg', ''),
|
||
(1792, 1290, 'pyre_page_title_bar_bg_color', ''),
|
||
(1793, 1290, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(1794, 1290, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(1795, 1290, 'pyre_portfolio_excerpt', ''),
|
||
(1796, 1290, 'pyre_portfolio_full_width', 'yes'),
|
||
(1797, 1290, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(1798, 1290, 'pyre_portfolio_filters', 'yes'),
|
||
(1799, 1290, 'pyre_page_bg_layout', 'default'),
|
||
(1800, 1290, 'pyre_wide_page_bg', ''),
|
||
(1801, 1290, 'pyre_wide_page_bg_color', ''),
|
||
(1802, 1290, 'pyre_wide_page_bg_full', 'no'),
|
||
(1803, 1290, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(1804, 1290, 'pyre_header_bg', ''),
|
||
(1805, 1290, 'pyre_header_bg_color', ''),
|
||
(1806, 1290, 'pyre_header_bg_full', 'no'),
|
||
(1807, 1290, 'pyre_header_bg_repeat', 'repeat'),
|
||
(1808, 1290, 'pyre_page_title_text', 'yes'),
|
||
(1809, 1290, 'pyre_page_title_bar_bg_retina', ''),
|
||
(1810, 1290, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(1811, 1290, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(1812, 1290, 'pyre_link_icon_url', ''),
|
||
(1813, 1290, 'pyre_page_title_height', ''),
|
||
(1814, 1290, 'pyre_page_title_bg_parallax', 'default'),
|
||
(1815, 1290, 'pyre_page_title_custom_text', ''),
|
||
(1816, 1290, 'pyre_page_title_custom_subheader', ''),
|
||
(1817, 1290, 'slide_template', ''),
|
||
(1818, 1290, 'pyre_main_top_padding', ''),
|
||
(1819, 1290, 'pyre_main_bottom_padding', ''),
|
||
(1820, 1290, 'pyre_hundredp_padding', ''),
|
||
(1821, 1298, 'pyre_page_title', 'no'),
|
||
(1822, 1298, 'pyre_slider_type', 'rev'),
|
||
(1823, 1298, 'pyre_slider', '0'),
|
||
(1824, 1298, 'pyre_wooslider', '0'),
|
||
(1825, 1298, 'pyre_revslider', 'Avada_Full_Width'),
|
||
(1826, 1298, 'pyre_sidebar_position', 'right'),
|
||
(1827, 1298, 'pyre_portfolio_category', '0'),
|
||
(1828, 1298, 'pyre_email', ''),
|
||
(1829, 1298, 'pyre_gmap', ''),
|
||
(1830, 1298, '_wp_page_template', 'full-width.php'),
|
||
(1831, 1298, 'pyre_full_width', 'no'),
|
||
(1832, 1298, 'pyre_flexslider', '0'),
|
||
(1833, 1298, 'pyre_fallback', ''),
|
||
(1834, 1298, 'pyre_page_bg_color', ''),
|
||
(1835, 1298, 'pyre_page_bg', ''),
|
||
(1836, 1298, 'pyre_page_bg_full', 'no'),
|
||
(1837, 1298, 'pyre_page_bg_repeat', 'repeat'),
|
||
(1838, 1298, 'pyre_page_title_bar_bg', ''),
|
||
(1839, 1298, 'pyre_page_title_custom_subheader', ''),
|
||
(1840, 1298, 'pyre_page_title_custom_text', ''),
|
||
(1841, 1298, 'avada_post_views_count', '155'),
|
||
(1842, 1298, 'pyre_elasticslider', '0'),
|
||
(1843, 1298, 'pyre_page_title_bar_bg_color', ''),
|
||
(1844, 1298, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(1845, 1298, 'pyre_header_bg_full', 'no'),
|
||
(1846, 1298, 'pyre_header_bg_repeat', 'repeat'),
|
||
(1847, 1298, 'pyre_page_title_text', 'yes'),
|
||
(1848, 1298, 'pyre_page_title_bar_bg_retina', ''),
|
||
(1849, 1298, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(1850, 1298, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(1851, 1298, 'pyre_link_icon_url', ''),
|
||
(1852, 1298, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(1853, 1298, 'pyre_header_bg', ''),
|
||
(1854, 1298, 'pyre_portfolio_excerpt', ''),
|
||
(1855, 1298, 'pyre_portfolio_full_width', 'yes'),
|
||
(1856, 1298, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(1857, 1298, 'pyre_portfolio_filters', 'yes'),
|
||
(1858, 1298, 'pyre_page_bg_layout', 'default'),
|
||
(1859, 1298, 'pyre_wide_page_bg', ''),
|
||
(1860, 1298, 'pyre_wide_page_bg_color', ''),
|
||
(1861, 1298, 'pyre_wide_page_bg_full', 'no'),
|
||
(1862, 1298, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(1863, 1298, 'pyre_header_bg_color', ''),
|
||
(1864, 1298, 'pyre_page_title_height', ''),
|
||
(1865, 1298, 'pyre_page_title_bg_parallax', 'default'),
|
||
(1866, 1298, 'pyre_page_title', 'no'),
|
||
(1867, 1298, 'pyre_slider_type', 'no'),
|
||
(1868, 1298, 'pyre_slider', '0'),
|
||
(1869, 1298, 'pyre_wooslider', '0'),
|
||
(1870, 1298, 'pyre_revslider', '0'),
|
||
(1871, 1298, 'pyre_sidebar_position', 'right'),
|
||
(1872, 1298, 'pyre_portfolio_category', '0'),
|
||
(1873, 1298, 'pyre_email', ''),
|
||
(1874, 1298, 'pyre_gmap', ''),
|
||
(1875, 1298, '_wp_page_template', 'full-width.php'),
|
||
(1876, 1298, 'pyre_full_width', 'no'),
|
||
(1877, 1298, 'pyre_flexslider', '0'),
|
||
(1878, 1298, 'pyre_fallback', ''),
|
||
(1879, 1298, 'pyre_page_bg_color', ''),
|
||
(1880, 1298, 'pyre_page_bg', ''),
|
||
(1881, 1298, 'pyre_page_bg_full', 'no'),
|
||
(1882, 1298, 'pyre_page_bg_repeat', 'repeat'),
|
||
(1883, 1298, 'pyre_page_title_bar_bg', ''),
|
||
(1884, 1298, 'pyre_elasticslider', '0'),
|
||
(1885, 1298, 'pyre_page_title_bar_bg_color', ''),
|
||
(1886, 1298, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(1887, 1298, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(1888, 1345, 'avada_post_views_count', '230'),
|
||
(1889, 1345, 'pyre_page_title_bar_bg_color', ''),
|
||
(1890, 1345, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(1891, 1345, 'pyre_page_title', 'no'),
|
||
(1892, 1345, 'pyre_slider_type', 'rev'),
|
||
(1893, 1345, 'pyre_slider', '0'),
|
||
(1894, 1345, 'pyre_wooslider', '0'),
|
||
(1895, 1345, 'pyre_revslider', 'Avada_Full_Width'),
|
||
(1896, 1345, 'pyre_sidebar_position', 'right'),
|
||
(1897, 1345, 'pyre_portfolio_category', '0'),
|
||
(1898, 1345, 'pyre_email', ''),
|
||
(1899, 1345, 'pyre_gmap', ''),
|
||
(1900, 1345, '_wp_page_template', 'full-width.php'),
|
||
(1901, 1345, 'pyre_flexslider', '0'),
|
||
(1902, 1345, 'pyre_fallback', ''),
|
||
(1903, 1345, 'pyre_full_width', 'no'),
|
||
(1904, 1345, 'pyre_page_bg_color', ''),
|
||
(1905, 1345, 'pyre_page_bg', ''),
|
||
(1906, 1345, 'pyre_page_bg_full', 'no'),
|
||
(1907, 1345, 'pyre_page_bg_repeat', 'repeat'),
|
||
(1908, 1345, 'pyre_page_title_bar_bg', ''),
|
||
(1909, 1345, 'pyre_elasticslider', '0'),
|
||
(1910, 1345, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(1911, 1345, 'pyre_portfolio_excerpt', ''),
|
||
(1912, 1345, 'pyre_portfolio_full_width', 'yes'),
|
||
(1913, 1345, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(1914, 1345, 'pyre_portfolio_filters', 'yes'),
|
||
(1915, 1345, 'pyre_page_bg_layout', 'default'),
|
||
(1916, 1345, 'pyre_wide_page_bg', ''),
|
||
(1917, 1345, 'pyre_wide_page_bg_color', ''),
|
||
(1918, 1345, 'pyre_wide_page_bg_full', 'no'),
|
||
(1919, 1345, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(1920, 1345, 'pyre_header_bg', ''),
|
||
(1921, 1345, 'pyre_header_bg_color', ''),
|
||
(1922, 1345, 'pyre_header_bg_full', 'no'),
|
||
(1923, 1345, 'pyre_header_bg_repeat', 'repeat'),
|
||
(1924, 1345, 'pyre_page_title_text', 'yes'),
|
||
(1925, 1345, 'pyre_page_title_bar_bg_retina', ''),
|
||
(1926, 1345, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(1927, 1345, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(1928, 1345, 'pyre_link_icon_url', ''),
|
||
(1929, 1345, 'avada_post_views_count', '0'),
|
||
(1930, 1345, 'pyre_page_title_bar_bg_color', ''),
|
||
(1931, 1345, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(1932, 1345, 'pyre_page_title', 'no'),
|
||
(1933, 1345, 'pyre_slider_type', 'no'),
|
||
(1934, 1345, 'pyre_slider', '0'),
|
||
(1935, 1345, 'pyre_wooslider', '0'),
|
||
(1936, 1345, 'pyre_revslider', '0'),
|
||
(1937, 1345, 'pyre_sidebar_position', 'right'),
|
||
(1938, 1345, 'pyre_portfolio_category', '0'),
|
||
(1939, 1345, 'pyre_email', ''),
|
||
(1940, 1345, 'pyre_gmap', ''),
|
||
(1941, 1345, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(1942, 1345, '_wp_page_template', 'full-width.php'),
|
||
(1943, 1345, 'pyre_flexslider', '0'),
|
||
(1944, 1345, 'pyre_fallback', ''),
|
||
(1945, 1345, 'pyre_full_width', 'no'),
|
||
(1946, 1345, 'pyre_page_bg_color', ''),
|
||
(1947, 1345, 'pyre_page_bg', ''),
|
||
(1948, 1345, 'pyre_page_bg_full', 'no'),
|
||
(1949, 1345, 'pyre_page_bg_repeat', 'repeat'),
|
||
(1950, 1345, 'pyre_page_title_bar_bg', ''),
|
||
(1951, 1345, 'pyre_elasticslider', '0'),
|
||
(1952, 1522, 'avada_post_views_count', '58'),
|
||
(1953, 1522, '_wp_page_template', 'full-width.php'),
|
||
(1954, 1522, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(1955, 1522, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(1956, 1522, 'pyre_elasticslider', '0'),
|
||
(1957, 1522, 'pyre_fallback', ''),
|
||
(1958, 1522, 'pyre_full_width', 'no'),
|
||
(1959, 1522, 'pyre_portfolio_excerpt', ''),
|
||
(1960, 1522, 'pyre_portfolio_full_width', 'yes'),
|
||
(1961, 1522, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(1962, 1522, 'pyre_portfolio_filters', 'yes'),
|
||
(1963, 1522, 'pyre_page_bg_layout', 'default'),
|
||
(1964, 1522, 'pyre_wide_page_bg', ''),
|
||
(1965, 1522, 'pyre_wide_page_bg_color', ''),
|
||
(1966, 1522, 'pyre_wide_page_bg_full', 'no'),
|
||
(1967, 1522, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(1968, 1522, 'pyre_header_bg', ''),
|
||
(1969, 1522, 'pyre_header_bg_color', ''),
|
||
(1970, 1522, 'pyre_header_bg_full', 'no'),
|
||
(1971, 1522, 'pyre_header_bg_repeat', 'repeat'),
|
||
(1972, 1522, 'pyre_page_title_text', 'yes'),
|
||
(1973, 1522, 'pyre_page_title_bar_bg_retina', ''),
|
||
(1974, 1522, 'pyre_page_title_bar_bg_color', ''),
|
||
(1975, 1522, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(1976, 1522, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(1977, 1522, 'pyre_link_icon_url', ''),
|
||
(1978, 1522, 'pyre_page_title', 'yes'),
|
||
(1979, 1522, 'pyre_slider_type', 'no'),
|
||
(1980, 1522, 'pyre_slider', '0'),
|
||
(1981, 1522, 'pyre_wooslider', '0'),
|
||
(1982, 1522, 'pyre_flexslider', '0'),
|
||
(1983, 1522, 'pyre_revslider', '0'),
|
||
(1984, 1522, 'pyre_sidebar_position', 'right'),
|
||
(1985, 1522, 'pyre_page_bg_color', ''),
|
||
(1986, 1522, 'pyre_page_bg', ''),
|
||
(1987, 1522, 'pyre_page_bg_full', 'no'),
|
||
(1988, 1522, 'pyre_page_bg_repeat', 'repeat'),
|
||
(1989, 1522, 'pyre_page_title_bar_bg', ''),
|
||
(1990, 1522, 'pyre_email', ''),
|
||
(1991, 1522, 'pyre_gmap', ''),
|
||
(1992, 1522, 'avada_post_views_count', '1'),
|
||
(1993, 1522, '_wp_page_template', 'full-width.php'),
|
||
(1994, 1522, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(1995, 1522, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(1996, 1522, 'pyre_elasticslider', '0'),
|
||
(1997, 1522, 'pyre_fallback', ''),
|
||
(1998, 1522, 'pyre_full_width', 'no'),
|
||
(1999, 1522, 'pyre_portfolio_excerpt', ''),
|
||
(2000, 1522, 'pyre_portfolio_full_width', 'yes'),
|
||
(2001, 1522, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(2002, 1522, 'pyre_portfolio_filters', 'yes'),
|
||
(2003, 1522, 'pyre_page_bg_layout', 'default'),
|
||
(2004, 1522, 'pyre_wide_page_bg', ''),
|
||
(2005, 1522, 'pyre_wide_page_bg_color', ''),
|
||
(2006, 1522, 'pyre_wide_page_bg_full', 'no'),
|
||
(2007, 1522, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(2008, 1522, 'pyre_header_bg', ''),
|
||
(2009, 1522, 'pyre_header_bg_color', ''),
|
||
(2010, 1522, 'pyre_header_bg_full', 'no'),
|
||
(2011, 1522, 'pyre_header_bg_repeat', 'repeat'),
|
||
(2012, 1522, 'pyre_page_title_text', 'yes'),
|
||
(2013, 1522, 'pyre_page_title_bar_bg_retina', ''),
|
||
(2014, 1522, 'pyre_page_title_bar_bg_color', ''),
|
||
(2015, 1522, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(2016, 1522, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(2017, 1522, 'pyre_link_icon_url', ''),
|
||
(2018, 1522, 'pyre_page_title', 'yes'),
|
||
(2019, 1522, 'pyre_slider_type', 'no'),
|
||
(2020, 1522, 'pyre_slider', '0'),
|
||
(2021, 1522, 'pyre_wooslider', '0'),
|
||
(2022, 1522, 'pyre_flexslider', '0'),
|
||
(2023, 1522, 'pyre_revslider', '0'),
|
||
(2024, 1522, 'pyre_sidebar_position', 'right'),
|
||
(2025, 1522, 'pyre_page_bg_color', ''),
|
||
(2026, 1522, 'pyre_page_bg', ''),
|
||
(2027, 1522, 'pyre_page_bg_full', 'no'),
|
||
(2028, 1522, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2029, 1522, 'pyre_page_title_bar_bg', ''),
|
||
(2030, 1522, 'pyre_email', ''),
|
||
(2031, 1522, 'pyre_gmap', ''),
|
||
(2032, 1693, 'avada_post_views_count', '48'),
|
||
(2033, 1693, 'pyre_page_title_bar_bg_color', ''),
|
||
(2034, 1693, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(2035, 1693, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(2036, 1693, 'pyre_page_title', 'yes'),
|
||
(2037, 1693, 'pyre_slider_type', 'no'),
|
||
(2038, 1693, 'pyre_slider', '0'),
|
||
(2039, 1693, 'pyre_wooslider', '0'),
|
||
(2040, 1693, 'pyre_flexslider', '0'),
|
||
(2041, 1693, 'pyre_revslider', '0'),
|
||
(2042, 1693, 'pyre_fallback', ''),
|
||
(2043, 1693, 'pyre_sidebar_position', 'right'),
|
||
(2044, 1693, 'pyre_page_bg_color', ''),
|
||
(2045, 1693, 'pyre_page_bg', ''),
|
||
(2046, 1693, 'pyre_page_bg_full', 'no'),
|
||
(2047, 1693, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2048, 1693, 'pyre_page_title_bar_bg', ''),
|
||
(2049, 1693, '_wp_page_template', 'full-width.php'),
|
||
(2050, 1693, 'pyre_full_width', 'no'),
|
||
(2051, 1693, 'pyre_elasticslider', '0'),
|
||
(2052, 1693, 'pyre_page_title_bar_bg_color', ''),
|
||
(2053, 1693, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(2054, 1693, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(2055, 1693, 'pyre_page_title', 'yes'),
|
||
(2056, 1693, 'pyre_slider_type', 'no'),
|
||
(2057, 1693, 'pyre_slider', '0'),
|
||
(2058, 1693, 'pyre_wooslider', '0'),
|
||
(2059, 1693, 'pyre_flexslider', '0'),
|
||
(2060, 1693, 'pyre_revslider', '0'),
|
||
(2061, 1693, 'pyre_fallback', ''),
|
||
(2062, 1693, 'pyre_sidebar_position', 'right'),
|
||
(2063, 1693, 'pyre_page_bg_color', ''),
|
||
(2064, 1693, 'pyre_page_bg', ''),
|
||
(2065, 1693, 'pyre_page_bg_full', 'no'),
|
||
(2066, 1693, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2067, 1693, 'pyre_page_title_bar_bg', ''),
|
||
(2068, 1693, '_wp_page_template', 'full-width.php'),
|
||
(2069, 1693, 'pyre_full_width', 'no'),
|
||
(2070, 1693, 'pyre_elasticslider', '0'),
|
||
(2071, 1862, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(2072, 1862, 'avada_post_views_count', '39'),
|
||
(2073, 1862, 'pyre_page_title', 'no'),
|
||
(2074, 1862, 'pyre_slider_type', 'flex2'),
|
||
(2075, 1862, 'pyre_slider', '0'),
|
||
(2076, 1862, 'pyre_wooslider', '0'),
|
||
(2077, 1862, 'pyre_flexslider', 'flexslider_1'),
|
||
(2078, 1862, 'pyre_revslider', '0'),
|
||
(2079, 1862, 'pyre_fallback', ''),
|
||
(2080, 1862, 'pyre_full_width', 'no'),
|
||
(2081, 1862, 'pyre_sidebar_position', 'right'),
|
||
(2082, 1862, 'pyre_page_bg_color', ''),
|
||
(2083, 1862, 'pyre_page_bg', ''),
|
||
(2084, 1862, 'pyre_page_bg_full', 'no'),
|
||
(2085, 1862, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2086, 1862, 'pyre_page_title_bar_bg', ''),
|
||
(2087, 1862, '_wp_page_template', 'full-width.php'),
|
||
(2088, 1862, 'pyre_portfolio_full_width', 'yes'),
|
||
(2089, 1862, 'pyre_portfolio_excerpt', ''),
|
||
(2090, 1862, 'pyre_elasticslider', '0'),
|
||
(2091, 1862, 'pyre_page_title_bar_bg_color', ''),
|
||
(2092, 1862, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(2093, 1862, 'pyre_link_icon_url', ''),
|
||
(2094, 1862, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(2095, 1862, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(2096, 1862, 'pyre_page_title_bar_bg_retina', ''),
|
||
(2097, 1862, 'pyre_page_title_text', 'yes'),
|
||
(2098, 1862, 'pyre_header_bg_repeat', 'repeat'),
|
||
(2099, 1862, 'pyre_header_bg_full', 'no'),
|
||
(2100, 1862, 'pyre_header_bg_color', ''),
|
||
(2101, 1862, 'pyre_header_bg', ''),
|
||
(2102, 1862, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(2103, 1862, 'pyre_wide_page_bg_full', 'no'),
|
||
(2104, 1862, 'pyre_wide_page_bg_color', ''),
|
||
(2105, 1862, 'pyre_wide_page_bg', ''),
|
||
(2106, 1862, 'pyre_page_bg_layout', 'default'),
|
||
(2107, 1862, 'pyre_portfolio_filters', 'yes'),
|
||
(2108, 1862, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(2109, 1862, 'pyre_page_title', 'no'),
|
||
(2110, 1862, 'pyre_slider_type', 'no'),
|
||
(2111, 1862, 'pyre_slider', '0'),
|
||
(2112, 1862, 'pyre_wooslider', '0'),
|
||
(2113, 1862, 'pyre_flexslider', '0'),
|
||
(2114, 1862, 'pyre_revslider', '0'),
|
||
(2115, 1862, 'pyre_fallback', ''),
|
||
(2116, 1862, 'pyre_full_width', 'no'),
|
||
(2117, 1862, 'pyre_sidebar_position', 'right'),
|
||
(2118, 1862, 'pyre_page_bg_color', ''),
|
||
(2119, 1862, 'pyre_page_bg', ''),
|
||
(2120, 1862, 'pyre_page_bg_full', 'no'),
|
||
(2121, 1862, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2122, 1862, 'pyre_page_title_bar_bg', ''),
|
||
(2123, 1862, '_wp_page_template', 'full-width.php'),
|
||
(2124, 1862, 'pyre_elasticslider', '0'),
|
||
(2125, 1862, 'pyre_page_title_bar_bg_color', ''),
|
||
(2126, 1862, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(2127, 1862, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(2128, 2291, 'pyre_page_title_bar_bg', ''),
|
||
(2129, 2291, 'pyre_full_width', 'no'),
|
||
(2130, 2291, 'pyre_fallback', ''),
|
||
(2131, 2291, 'pyre_revslider', '0'),
|
||
(2132, 2291, 'pyre_flexslider', '0'),
|
||
(2133, 2291, 'pyre_wooslider', '0'),
|
||
(2134, 2291, 'pyre_slider', '0'),
|
||
(2135, 2291, 'pyre_slider_type', 'no'),
|
||
(2136, 2291, 'pyre_page_title', 'yes'),
|
||
(2137, 2291, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2138, 2291, 'pyre_page_bg_full', 'no'),
|
||
(2139, 2291, 'pyre_page_bg_color', ''),
|
||
(2140, 2291, 'pyre_page_bg', ''),
|
||
(2141, 2291, 'pyre_sidebar_position', 'left'),
|
||
(2142, 2291, '_wp_page_template', 'default'),
|
||
(2143, 2291, 'pyre_elasticslider', '0'),
|
||
(2144, 2291, 'pyre_page_title_bg_parallax', 'default'),
|
||
(2145, 2291, 'pyre_page_title_height', ''),
|
||
(2146, 2291, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(2147, 2291, 'pyre_portfolio_excerpt', ''),
|
||
(2148, 2291, 'pyre_portfolio_full_width', 'yes'),
|
||
(2149, 2291, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(2150, 2291, 'pyre_portfolio_filters', 'yes'),
|
||
(2151, 2291, 'pyre_page_bg_layout', 'default'),
|
||
(2152, 2291, 'pyre_wide_page_bg', ''),
|
||
(2153, 2291, 'pyre_wide_page_bg_color', ''),
|
||
(2154, 2291, 'pyre_wide_page_bg_full', 'no'),
|
||
(2155, 2291, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(2156, 2291, 'pyre_header_bg', ''),
|
||
(2157, 2291, 'pyre_header_bg_color', ''),
|
||
(2158, 2291, 'pyre_header_bg_full', 'no'),
|
||
(2159, 2291, 'pyre_header_bg_repeat', 'repeat'),
|
||
(2160, 2291, 'pyre_page_title_text', 'yes'),
|
||
(2161, 2291, 'pyre_page_title_bar_bg_retina', ''),
|
||
(2162, 2291, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(2163, 2291, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(2164, 2291, 'pyre_link_icon_url', ''),
|
||
(2165, 2291, 'pyre_page_title_bar_bg_color', ''),
|
||
(2166, 2291, 'pyre_page_title_custom_subheader', ''),
|
||
(2167, 2291, 'avada_post_views_count', '24'),
|
||
(2168, 2291, 'pyre_page_title_custom_text', ''),
|
||
(2169, 2291, 'pyre_page_title_bar_bg', ''),
|
||
(2170, 2291, 'pyre_full_width', 'no'),
|
||
(2171, 2291, 'pyre_fallback', ''),
|
||
(2172, 2291, 'pyre_revslider', '0'),
|
||
(2173, 2291, 'pyre_flexslider', '0'),
|
||
(2174, 2291, 'pyre_wooslider', '0'),
|
||
(2175, 2291, 'pyre_slider', '0'),
|
||
(2176, 2291, 'pyre_slider_type', 'no'),
|
||
(2177, 2291, 'pyre_page_title', 'yes'),
|
||
(2178, 2291, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2179, 2291, 'pyre_page_bg_full', 'no'),
|
||
(2180, 2291, 'pyre_page_bg_color', ''),
|
||
(2181, 2291, 'pyre_page_bg', ''),
|
||
(2182, 2291, 'pyre_sidebar_position', 'left'),
|
||
(2183, 2291, '_wp_page_template', 'default'),
|
||
(2184, 2291, 'pyre_elasticslider', '0'),
|
||
(2185, 2291, 'pyre_page_title_bar_bg_color', ''),
|
||
(2186, 2291, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(2187, 2300, 'avada_post_views_count', '111'),
|
||
(2188, 2300, 'pyre_elasticslider', '0'),
|
||
(2189, 2300, 'pyre_page_title_bar_bg_color', ''),
|
||
(2190, 2300, 'pyre_page_title', 'no'),
|
||
(2191, 2300, 'pyre_slider_type', 'rev'),
|
||
(2192, 2300, 'pyre_slider', '0'),
|
||
(2193, 2300, 'pyre_wooslider', '0'),
|
||
(2194, 2300, 'pyre_flexslider', '0'),
|
||
(2195, 2300, 'pyre_revslider', 'Avada_Full_Width'),
|
||
(2196, 2300, 'pyre_fallback', ''),
|
||
(2197, 2300, 'pyre_full_width', 'no'),
|
||
(2198, 2300, 'pyre_sidebar_position', 'right'),
|
||
(2199, 2300, 'pyre_page_bg_color', ''),
|
||
(2200, 2300, 'pyre_page_bg', ''),
|
||
(2201, 2300, 'pyre_page_bg_full', 'no'),
|
||
(2202, 2300, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2203, 2300, 'pyre_page_title_bar_bg', ''),
|
||
(2204, 2300, '_wp_page_template', 'full-width.php'),
|
||
(2205, 2300, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(2206, 2300, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(2207, 2300, 'pyre_portfolio_excerpt', ''),
|
||
(2208, 2300, 'pyre_portfolio_full_width', 'yes'),
|
||
(2209, 2300, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(2210, 2300, 'pyre_portfolio_filters', 'yes'),
|
||
(2211, 2300, 'pyre_page_bg_layout', 'default'),
|
||
(2212, 2300, 'pyre_wide_page_bg', ''),
|
||
(2213, 2300, 'pyre_wide_page_bg_color', ''),
|
||
(2214, 2300, 'pyre_wide_page_bg_full', 'no'),
|
||
(2215, 2300, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(2216, 2300, 'pyre_header_bg', ''),
|
||
(2217, 2300, 'pyre_header_bg_color', ''),
|
||
(2218, 2300, 'pyre_header_bg_full', 'no'),
|
||
(2219, 2300, 'pyre_header_bg_repeat', 'repeat'),
|
||
(2220, 2300, 'pyre_page_title_text', 'yes'),
|
||
(2221, 2300, 'pyre_page_title_bar_bg_retina', ''),
|
||
(2222, 2300, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(2223, 2300, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(2224, 2300, 'pyre_link_icon_url', ''),
|
||
(2225, 2300, 'avada_post_views_count', '0'),
|
||
(2226, 2300, 'pyre_elasticslider', '0'),
|
||
(2227, 2300, 'pyre_page_title_bar_bg_color', ''),
|
||
(2228, 2300, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(2229, 2300, 'pyre_page_title', 'no'),
|
||
(2230, 2300, 'pyre_slider_type', 'no'),
|
||
(2231, 2300, 'pyre_slider', '0'),
|
||
(2232, 2300, 'pyre_wooslider', '0'),
|
||
(2233, 2300, 'pyre_flexslider', '0'),
|
||
(2234, 2300, 'pyre_revslider', '0'),
|
||
(2235, 2300, 'pyre_fallback', ''),
|
||
(2236, 2300, 'pyre_full_width', 'no'),
|
||
(2237, 2300, 'pyre_sidebar_position', 'right'),
|
||
(2238, 2300, 'pyre_page_bg_color', ''),
|
||
(2239, 2300, 'pyre_page_bg', ''),
|
||
(2240, 2300, 'pyre_page_bg_full', 'no'),
|
||
(2241, 2300, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2242, 2300, 'pyre_page_title_bar_bg', ''),
|
||
(2243, 2300, '_wp_page_template', 'full-width.php'),
|
||
(2244, 2300, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(2245, 2318, 'avada_post_views_count', '81'),
|
||
(2246, 2318, 'pyre_page_title', 'no'),
|
||
(2247, 2318, 'pyre_slider_type', 'rev'),
|
||
(2248, 2318, 'pyre_slider', '0'),
|
||
(2249, 2318, 'pyre_wooslider', '0'),
|
||
(2250, 2318, 'pyre_flexslider', '0'),
|
||
(2251, 2318, 'pyre_revslider', 'Avada_Full_Width'),
|
||
(2252, 2318, 'pyre_fallback', ''),
|
||
(2253, 2318, 'pyre_full_width', 'no'),
|
||
(2254, 2318, 'pyre_sidebar_position', 'right'),
|
||
(2255, 2318, 'pyre_page_bg_color', ''),
|
||
(2256, 2318, 'pyre_page_bg', ''),
|
||
(2257, 2318, 'pyre_page_bg_full', 'no'),
|
||
(2258, 2318, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2259, 2318, 'pyre_page_title_bar_bg', ''),
|
||
(2260, 2318, '_wp_page_template', 'default'),
|
||
(2261, 2318, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(2262, 2318, 'pyre_elasticslider', '0'),
|
||
(2263, 2318, 'pyre_page_title_bar_bg_color', ''),
|
||
(2264, 2318, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:17:"Home Page Sidebar";}'),
|
||
(2265, 2318, 'pyre_portfolio_excerpt', ''),
|
||
(2266, 2318, 'pyre_portfolio_full_width', 'yes'),
|
||
(2267, 2318, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(2268, 2318, 'pyre_portfolio_filters', 'yes'),
|
||
(2269, 2318, 'pyre_page_bg_layout', 'default'),
|
||
(2270, 2318, 'pyre_wide_page_bg', ''),
|
||
(2271, 2318, 'pyre_wide_page_bg_color', ''),
|
||
(2272, 2318, 'pyre_wide_page_bg_full', 'no'),
|
||
(2273, 2318, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(2274, 2318, 'pyre_header_bg', ''),
|
||
(2275, 2318, 'pyre_header_bg_color', ''),
|
||
(2276, 2318, 'pyre_header_bg_full', 'no'),
|
||
(2277, 2318, 'pyre_header_bg_repeat', 'repeat'),
|
||
(2278, 2318, 'pyre_page_title_text', 'yes');
|
||
INSERT INTO `drgrp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
|
||
(2279, 2318, 'pyre_page_title_bar_bg_retina', ''),
|
||
(2280, 2318, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(2281, 2318, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(2282, 2318, 'pyre_link_icon_url', ''),
|
||
(2283, 2367, 'avada_post_views_count', '76'),
|
||
(2284, 2367, 'pyre_page_title', 'no'),
|
||
(2285, 2367, 'pyre_slider_type', 'rev'),
|
||
(2286, 2367, 'pyre_slider', '0'),
|
||
(2287, 2367, 'pyre_wooslider', '0'),
|
||
(2288, 2367, 'pyre_flexslider', '0'),
|
||
(2289, 2367, 'pyre_revslider', 'Avada_Full_Width'),
|
||
(2290, 2367, 'pyre_fallback', ''),
|
||
(2291, 2367, 'pyre_full_width', 'no'),
|
||
(2292, 2367, 'pyre_sidebar_position', 'right'),
|
||
(2293, 2367, 'pyre_page_bg_color', ''),
|
||
(2294, 2367, 'pyre_page_bg', ''),
|
||
(2295, 2367, 'pyre_page_bg_full', 'no'),
|
||
(2296, 2367, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2297, 2367, 'pyre_page_title_bar_bg', ''),
|
||
(2298, 2367, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(2299, 2367, '_wp_page_template', 'full-width.php'),
|
||
(2300, 2367, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(2301, 2367, 'pyre_elasticslider', '0'),
|
||
(2302, 2367, 'pyre_page_title_bar_bg_color', ''),
|
||
(2303, 2367, 'pyre_portfolio_excerpt', ''),
|
||
(2304, 2367, 'pyre_portfolio_full_width', 'yes'),
|
||
(2305, 2367, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(2306, 2367, 'pyre_portfolio_filters', 'yes'),
|
||
(2307, 2367, 'pyre_page_bg_layout', 'default'),
|
||
(2308, 2367, 'pyre_wide_page_bg', ''),
|
||
(2309, 2367, 'pyre_wide_page_bg_color', ''),
|
||
(2310, 2367, 'pyre_wide_page_bg_full', 'no'),
|
||
(2311, 2367, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(2312, 2367, 'pyre_header_bg', ''),
|
||
(2313, 2367, 'pyre_header_bg_color', ''),
|
||
(2314, 2367, 'pyre_header_bg_full', 'no'),
|
||
(2315, 2367, 'pyre_header_bg_repeat', 'repeat'),
|
||
(2316, 2367, 'pyre_page_title_text', 'yes'),
|
||
(2317, 2367, 'pyre_page_title_bar_bg_retina', ''),
|
||
(2318, 2367, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(2319, 2367, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(2320, 2367, 'pyre_link_icon_url', ''),
|
||
(2321, 2367, 'avada_post_views_count', '0'),
|
||
(2322, 2367, 'pyre_page_title', 'no'),
|
||
(2323, 2367, 'pyre_slider_type', 'no'),
|
||
(2324, 2367, 'pyre_slider', '0'),
|
||
(2325, 2367, 'pyre_wooslider', '0'),
|
||
(2326, 2367, 'pyre_flexslider', '0'),
|
||
(2327, 2367, 'pyre_revslider', '0'),
|
||
(2328, 2367, 'pyre_fallback', ''),
|
||
(2329, 2367, 'pyre_full_width', 'no'),
|
||
(2330, 2367, 'pyre_sidebar_position', 'right'),
|
||
(2331, 2367, 'pyre_page_bg_color', ''),
|
||
(2332, 2367, 'pyre_page_bg', ''),
|
||
(2333, 2367, 'pyre_page_bg_full', 'no'),
|
||
(2334, 2367, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2335, 2367, 'pyre_page_title_bar_bg', ''),
|
||
(2336, 2367, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(2337, 2367, '_wp_page_template', 'full-width.php'),
|
||
(2338, 2367, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(2339, 2367, 'pyre_elasticslider', '0'),
|
||
(2340, 2367, 'pyre_page_title_bar_bg_color', ''),
|
||
(2341, 2398, 'avada_post_views_count', '70'),
|
||
(2342, 2398, 'pyre_page_title', 'no'),
|
||
(2343, 2398, 'pyre_slider_type', 'rev'),
|
||
(2344, 2398, 'pyre_slider', '0'),
|
||
(2345, 2398, 'pyre_wooslider', '0'),
|
||
(2346, 2398, 'pyre_flexslider', '0'),
|
||
(2347, 2398, 'pyre_revslider', 'drg_homepage'),
|
||
(2348, 2398, 'pyre_fallback', ''),
|
||
(2349, 2398, 'pyre_full_width', 'no'),
|
||
(2350, 2398, 'pyre_sidebar_position', 'right'),
|
||
(2351, 2398, 'pyre_page_bg_color', ''),
|
||
(2352, 2398, 'pyre_page_bg', ''),
|
||
(2353, 2398, 'pyre_page_bg_full', 'no'),
|
||
(2354, 2398, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2355, 2398, 'pyre_page_title_bar_bg', ''),
|
||
(2356, 2398, '_wp_page_template', '100-width.php'),
|
||
(2357, 2398, 'pyre_page_title_bar_bg_color', ''),
|
||
(8009, 2398, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(2359, 2398, 'pyre_elasticslider', '0'),
|
||
(2361, 2398, 'pyre_portfolio_excerpt', ''),
|
||
(2362, 2398, 'pyre_portfolio_full_width', 'yes'),
|
||
(2363, 2398, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(2364, 2398, 'pyre_portfolio_filters', 'yes'),
|
||
(2365, 2398, 'pyre_page_bg_layout', 'default'),
|
||
(2366, 2398, 'pyre_wide_page_bg', ''),
|
||
(2367, 2398, 'pyre_wide_page_bg_color', ''),
|
||
(2368, 2398, 'pyre_wide_page_bg_full', 'no'),
|
||
(2369, 2398, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(2370, 2398, 'pyre_header_bg', ''),
|
||
(2371, 2398, 'pyre_header_bg_color', ''),
|
||
(2372, 2398, 'pyre_header_bg_full', 'no'),
|
||
(2373, 2398, 'pyre_header_bg_repeat', 'repeat'),
|
||
(2374, 2398, 'pyre_page_title_text', 'yes'),
|
||
(2375, 2398, 'pyre_page_title_bar_bg_retina', ''),
|
||
(2376, 2398, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(2377, 2398, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(2378, 2398, 'pyre_link_icon_url', ''),
|
||
(2379, 2398, 'avada_post_views_count', '0'),
|
||
(2380, 2398, 'pyre_page_title', 'no'),
|
||
(2381, 2398, 'pyre_slider_type', 'rev'),
|
||
(2382, 2398, 'pyre_slider', '0'),
|
||
(2383, 2398, 'pyre_wooslider', '0'),
|
||
(2384, 2398, 'pyre_flexslider', '0'),
|
||
(2385, 2398, 'pyre_revslider', 'drg_homepage'),
|
||
(2386, 2398, 'pyre_fallback', ''),
|
||
(2387, 2398, 'pyre_full_width', 'no'),
|
||
(2388, 2398, 'pyre_sidebar_position', 'right'),
|
||
(2389, 2398, 'pyre_page_bg_color', ''),
|
||
(2390, 2398, 'pyre_page_bg', ''),
|
||
(2391, 2398, 'pyre_page_bg_full', 'no'),
|
||
(2392, 2398, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2393, 2398, 'pyre_page_title_bar_bg', ''),
|
||
(7913, 2398, 'slide_template', ''),
|
||
(2395, 2398, '_wp_page_template', '100-width.php'),
|
||
(2396, 2398, 'pyre_page_title_bar_bg_color', ''),
|
||
(8010, 2398, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(2398, 2398, 'pyre_elasticslider', '0'),
|
||
(2399, 2466, 'pyre_page_title_bar_bg_color', ''),
|
||
(2400, 2466, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(2401, 2466, 'pyre_wide_page_bg_full', 'no'),
|
||
(2402, 2466, 'pyre_wide_page_bg_color', ''),
|
||
(2403, 2466, 'pyre_wide_page_bg', ''),
|
||
(2404, 2466, 'pyre_page_bg_layout', 'default'),
|
||
(2405, 2466, 'pyre_portfolio_filters', 'yes'),
|
||
(2406, 2466, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(2407, 2466, 'pyre_portfolio_full_width', 'yes'),
|
||
(2408, 2466, 'pyre_page_title', 'yes'),
|
||
(2409, 2466, 'pyre_slider_type', 'no'),
|
||
(2410, 2466, 'pyre_slider', '0'),
|
||
(2411, 2466, 'pyre_wooslider', '0'),
|
||
(2412, 2466, 'pyre_flexslider', '0'),
|
||
(2413, 2466, 'pyre_revslider', '0'),
|
||
(2414, 2466, 'pyre_fallback', ''),
|
||
(2415, 2466, 'pyre_full_width', 'no'),
|
||
(2416, 2466, 'pyre_sidebar_position', 'right'),
|
||
(2417, 2466, 'pyre_page_bg_color', ''),
|
||
(2418, 2466, 'pyre_page_bg', ''),
|
||
(2419, 2466, 'pyre_page_bg_full', 'no'),
|
||
(2420, 2466, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2421, 2466, 'pyre_page_title_bar_bg', ''),
|
||
(2422, 2466, 'pyre_portfolio_excerpt', ''),
|
||
(2423, 2466, '_wp_page_template', 'faqs.php'),
|
||
(2424, 2466, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:3:"FAQ";}'),
|
||
(2425, 2466, 'pyre_page_title_bg_parallax', 'default'),
|
||
(2426, 2466, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(2427, 2466, 'pyre_link_icon_url', ''),
|
||
(2428, 2466, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(2429, 2466, 'pyre_page_title_bar_bg_retina', ''),
|
||
(2430, 2466, 'avada_post_views_count', '68'),
|
||
(2431, 2466, 'pyre_page_title_height', ''),
|
||
(2432, 2466, 'pyre_header_bg', ''),
|
||
(2433, 2466, 'pyre_header_bg_color', ''),
|
||
(2434, 2466, 'pyre_header_bg_full', 'no'),
|
||
(2435, 2466, 'pyre_header_bg_repeat', 'repeat'),
|
||
(2436, 2466, 'pyre_page_title_text', 'yes'),
|
||
(2437, 2466, 'pyre_page_title_custom_text', ''),
|
||
(2438, 2466, 'pyre_page_title_custom_subheader', ''),
|
||
(2439, 2466, 'pyre_page_title_bar_bg_color', ''),
|
||
(2440, 2466, 'pyre_page_title', 'yes'),
|
||
(2441, 2466, 'pyre_slider_type', 'no'),
|
||
(2442, 2466, 'pyre_slider', '0'),
|
||
(2443, 2466, 'pyre_wooslider', '0'),
|
||
(2444, 2466, 'pyre_flexslider', '0'),
|
||
(2445, 2466, 'pyre_revslider', '0'),
|
||
(2446, 2466, 'pyre_fallback', ''),
|
||
(2447, 2466, 'pyre_full_width', 'no'),
|
||
(2448, 2466, 'pyre_sidebar_position', 'right'),
|
||
(2449, 2466, 'pyre_page_bg_color', ''),
|
||
(2450, 2466, 'pyre_page_bg', ''),
|
||
(2451, 2466, 'pyre_page_bg_full', 'no'),
|
||
(2452, 2466, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2453, 2466, 'pyre_page_title_bar_bg', ''),
|
||
(2454, 2466, 'pyre_elasticslider', '0'),
|
||
(2455, 2466, '_wp_page_template', 'faqs.php'),
|
||
(2456, 2466, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(2457, 2660, 'pyre_page_bg_color', ''),
|
||
(2458, 2660, 'avada_post_views_count', '68'),
|
||
(2459, 2660, 'pyre_sidebar_position', 'right'),
|
||
(2460, 2660, 'pyre_full_width', 'no'),
|
||
(2461, 2660, 'pyre_fallback', ''),
|
||
(2462, 2660, 'pyre_revslider', 'Avada_Full_Width'),
|
||
(2463, 2660, 'pyre_flexslider', '0'),
|
||
(2464, 2660, 'pyre_wooslider', '0'),
|
||
(2465, 2660, 'pyre_slider', '0'),
|
||
(2466, 2660, 'pyre_slider_type', 'rev'),
|
||
(2467, 2660, 'pyre_page_title', 'no'),
|
||
(2468, 2660, 'pyre_page_bg', ''),
|
||
(2469, 2660, 'pyre_page_bg_full', 'no'),
|
||
(2470, 2660, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2471, 2660, 'pyre_page_title_bar_bg', ''),
|
||
(2472, 2660, 'pyre_page_title_bar_bg_color', ''),
|
||
(2473, 2660, '_wp_page_template', 'full-width.php'),
|
||
(2474, 2660, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(2475, 2660, 'pyre_elasticslider', '0'),
|
||
(2476, 2660, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(2477, 2660, 'pyre_portfolio_excerpt', ''),
|
||
(2478, 2660, 'pyre_portfolio_full_width', 'yes'),
|
||
(2479, 2660, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(2480, 2660, 'pyre_portfolio_filters', 'yes'),
|
||
(2481, 2660, 'pyre_page_bg_layout', 'default'),
|
||
(2482, 2660, 'pyre_wide_page_bg', ''),
|
||
(2483, 2660, 'pyre_wide_page_bg_color', ''),
|
||
(2484, 2660, 'pyre_wide_page_bg_full', 'no'),
|
||
(2485, 2660, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(2486, 2660, 'pyre_header_bg', ''),
|
||
(2487, 2660, 'pyre_header_bg_color', ''),
|
||
(2488, 2660, 'pyre_header_bg_full', 'no'),
|
||
(2489, 2660, 'pyre_header_bg_repeat', 'repeat'),
|
||
(2490, 2660, 'pyre_page_title_text', 'yes'),
|
||
(2491, 2660, 'pyre_page_title_bar_bg_retina', ''),
|
||
(2492, 2660, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(2493, 2660, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(2494, 2660, 'pyre_link_icon_url', ''),
|
||
(2495, 2660, 'pyre_page_bg_color', ''),
|
||
(2496, 2660, 'avada_post_views_count', '0'),
|
||
(2497, 2660, 'pyre_sidebar_position', 'right'),
|
||
(2498, 2660, 'pyre_full_width', 'no'),
|
||
(2499, 2660, 'pyre_fallback', ''),
|
||
(2500, 2660, 'pyre_revslider', '0'),
|
||
(2501, 2660, 'pyre_flexslider', '0'),
|
||
(2502, 2660, 'pyre_wooslider', '0'),
|
||
(2503, 2660, 'pyre_slider', '0'),
|
||
(2504, 2660, 'pyre_slider_type', 'no'),
|
||
(2505, 2660, 'pyre_page_title', 'no'),
|
||
(2506, 2660, 'pyre_page_bg', ''),
|
||
(2507, 2660, 'pyre_page_bg_full', 'no'),
|
||
(2508, 2660, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2509, 2660, 'pyre_page_title_bar_bg', ''),
|
||
(2510, 2660, 'pyre_page_title_bar_bg_color', ''),
|
||
(2511, 2660, '_wp_page_template', 'full-width.php'),
|
||
(2512, 2660, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(2513, 2660, 'pyre_elasticslider', '0'),
|
||
(2514, 2660, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(2515, 2712, 'avada_post_views_count', '62'),
|
||
(2516, 2712, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(2517, 2712, 'pyre_page_title_bar_bg_retina', ''),
|
||
(2518, 2712, 'pyre_page_title_text', 'yes'),
|
||
(2519, 2712, 'pyre_header_bg_repeat', 'repeat'),
|
||
(2520, 2712, 'pyre_header_bg_full', 'no'),
|
||
(2521, 2712, 'pyre_header_bg_color', ''),
|
||
(2522, 2712, 'pyre_header_bg', ''),
|
||
(2523, 2712, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(2524, 2712, 'pyre_wide_page_bg_full', 'no'),
|
||
(2525, 2712, 'pyre_wide_page_bg_color', ''),
|
||
(2526, 2712, 'pyre_wide_page_bg', ''),
|
||
(2527, 2712, 'pyre_page_bg_layout', 'default'),
|
||
(2528, 2712, 'pyre_portfolio_filters', 'yes'),
|
||
(2529, 2712, 'pyre_page_title', 'yes'),
|
||
(2530, 2712, 'pyre_slider_type', 'no'),
|
||
(2531, 2712, 'pyre_slider', '0'),
|
||
(2532, 2712, 'pyre_wooslider', '0'),
|
||
(2533, 2712, 'pyre_flexslider', '0'),
|
||
(2534, 2712, 'pyre_revslider', '0'),
|
||
(2535, 2712, 'pyre_fallback', ''),
|
||
(2536, 2712, 'pyre_full_width', 'no'),
|
||
(2537, 2712, 'pyre_sidebar_position', 'right'),
|
||
(2538, 2712, 'pyre_page_bg_color', ''),
|
||
(2539, 2712, 'pyre_page_bg', ''),
|
||
(2540, 2712, 'pyre_page_bg_full', 'no'),
|
||
(2541, 2712, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2542, 2712, 'pyre_page_title_bar_bg', ''),
|
||
(2543, 2712, 'pyre_page_title_bar_bg_color', ''),
|
||
(2544, 2712, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(2545, 2712, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(2546, 2712, '_wp_page_template', 'full-width.php'),
|
||
(2547, 2712, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(2548, 2712, 'pyre_elasticslider', '0'),
|
||
(2549, 2712, 'pyre_portfolio_full_width', 'yes'),
|
||
(2550, 2712, 'pyre_link_icon_url', ''),
|
||
(2551, 2712, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(2552, 2712, 'pyre_portfolio_excerpt', ''),
|
||
(2553, 2712, 'avada_post_views_count', '0'),
|
||
(2554, 2712, 'pyre_page_title', 'yes'),
|
||
(2555, 2712, 'pyre_slider_type', 'no'),
|
||
(2556, 2712, 'pyre_slider', '0'),
|
||
(2557, 2712, 'pyre_wooslider', '0'),
|
||
(2558, 2712, 'pyre_flexslider', '0'),
|
||
(2559, 2712, 'pyre_revslider', '0'),
|
||
(2560, 2712, 'pyre_fallback', ''),
|
||
(2561, 2712, 'pyre_full_width', 'no'),
|
||
(2562, 2712, 'pyre_sidebar_position', 'right'),
|
||
(2563, 2712, 'pyre_page_bg_color', ''),
|
||
(2564, 2712, 'pyre_page_bg', ''),
|
||
(2565, 2712, 'pyre_page_bg_full', 'no'),
|
||
(2566, 2712, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2567, 2712, 'pyre_page_title_bar_bg', ''),
|
||
(2568, 2712, 'pyre_page_title_bar_bg_color', ''),
|
||
(2569, 2712, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(2570, 2712, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(2571, 2712, '_wp_page_template', 'full-width.php'),
|
||
(2572, 2712, 'pyre_elasticslider', '0'),
|
||
(2573, 2745, 'avada_post_views_count', '64'),
|
||
(2574, 2745, 'pyre_page_title', 'no'),
|
||
(2575, 2745, 'pyre_slider_type', 'rev'),
|
||
(2576, 2745, 'pyre_slider', '0'),
|
||
(2577, 2745, 'pyre_wooslider', '0'),
|
||
(2578, 2745, 'pyre_flexslider', '0'),
|
||
(2579, 2745, 'pyre_revslider', 'Avada_Full_Width'),
|
||
(2580, 2745, 'pyre_fallback', ''),
|
||
(2581, 2745, 'pyre_full_width', 'no'),
|
||
(2582, 2745, 'pyre_sidebar_position', 'left'),
|
||
(2583, 2745, 'pyre_page_bg_color', ''),
|
||
(2584, 2745, 'pyre_page_bg', ''),
|
||
(2585, 2745, 'pyre_page_bg_full', 'no'),
|
||
(2586, 2745, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2587, 2745, 'pyre_page_title_bar_bg', ''),
|
||
(2588, 2745, 'pyre_page_title_bar_bg_color', ''),
|
||
(2589, 2745, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:17:"Home Page Sidebar";}'),
|
||
(2590, 2745, '_wp_page_template', 'default'),
|
||
(2591, 2745, 'pyre_elasticslider', '0'),
|
||
(2592, 2745, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(2593, 2745, 'pyre_portfolio_excerpt', ''),
|
||
(2594, 2745, 'pyre_portfolio_full_width', 'yes'),
|
||
(2595, 2745, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(2596, 2745, 'pyre_portfolio_filters', 'yes'),
|
||
(2597, 2745, 'pyre_page_bg_layout', 'default'),
|
||
(2598, 2745, 'pyre_wide_page_bg', ''),
|
||
(2599, 2745, 'pyre_wide_page_bg_color', ''),
|
||
(2600, 2745, 'pyre_wide_page_bg_full', 'no'),
|
||
(2601, 2745, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(2602, 2745, 'pyre_header_bg', ''),
|
||
(2603, 2745, 'pyre_header_bg_color', ''),
|
||
(2604, 2745, 'pyre_header_bg_full', 'no'),
|
||
(2605, 2745, 'pyre_header_bg_repeat', 'repeat'),
|
||
(2606, 2745, 'pyre_page_title_text', 'yes'),
|
||
(2607, 2745, 'pyre_page_title_bar_bg_retina', ''),
|
||
(2608, 2745, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(2609, 2745, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(2610, 2745, 'pyre_link_icon_url', ''),
|
||
(2611, 2745, 'avada_post_views_count', '0'),
|
||
(2612, 2745, 'pyre_page_title', 'no'),
|
||
(2613, 2745, 'pyre_slider_type', 'no'),
|
||
(2614, 2745, 'pyre_slider', '0'),
|
||
(2615, 2745, 'pyre_wooslider', '0'),
|
||
(2616, 2745, 'pyre_flexslider', '0'),
|
||
(2617, 2745, 'pyre_revslider', '0'),
|
||
(2618, 2745, 'pyre_fallback', ''),
|
||
(2619, 2745, 'pyre_full_width', 'no'),
|
||
(2620, 2745, 'pyre_sidebar_position', 'left'),
|
||
(2621, 2745, 'pyre_page_bg_color', ''),
|
||
(2622, 2745, 'pyre_page_bg', ''),
|
||
(2623, 2745, 'pyre_page_bg_full', 'no'),
|
||
(2624, 2745, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2625, 2745, 'pyre_page_title_bar_bg', ''),
|
||
(2626, 2745, 'pyre_page_title_bar_bg_color', ''),
|
||
(2627, 2745, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(2628, 2745, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:17:"Home Page Sidebar";}'),
|
||
(2629, 2745, '_wp_page_template', 'default'),
|
||
(2630, 2745, 'pyre_elasticslider', '0'),
|
||
(2631, 2776, 'avada_post_views_count', '85'),
|
||
(2632, 2776, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(2633, 2776, 'pyre_link_icon_url', ''),
|
||
(2634, 2776, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(2635, 2776, 'pyre_page_title_bar_bg_retina', ''),
|
||
(2636, 2776, 'pyre_page_title_text', 'yes'),
|
||
(2637, 2776, 'pyre_header_bg_repeat', 'repeat'),
|
||
(2638, 2776, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(2639, 2776, 'pyre_portfolio_full_width', 'yes'),
|
||
(2640, 2776, 'pyre_portfolio_excerpt', ''),
|
||
(2641, 2776, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(2642, 2776, 'pyre_page_title_bar_bg_color', ''),
|
||
(2643, 2776, 'pyre_page_title_bar_bg', ''),
|
||
(2644, 2776, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2645, 2776, 'pyre_page_bg_full', 'no'),
|
||
(2646, 2776, 'pyre_page_bg', ''),
|
||
(2647, 2776, 'pyre_page_bg_color', ''),
|
||
(2648, 2776, 'pyre_sidebar_position', 'right'),
|
||
(2649, 2776, 'pyre_full_width', 'no'),
|
||
(2650, 2776, 'pyre_fallback', ''),
|
||
(2651, 2776, 'pyre_revslider', '0'),
|
||
(2652, 2776, 'pyre_flexslider', '0'),
|
||
(2653, 2776, 'pyre_wooslider', '0'),
|
||
(2654, 2776, 'pyre_slider', '0'),
|
||
(2655, 2776, 'pyre_slider_type', 'no'),
|
||
(2656, 2776, 'pyre_page_title', 'yes'),
|
||
(2657, 2776, 'pyre_main_top_padding', ''),
|
||
(2658, 2776, '_wp_page_template', 'full-width.php'),
|
||
(2659, 2776, 'pyre_header_bg_full', 'no'),
|
||
(2660, 2776, 'pyre_header_bg_color', ''),
|
||
(2661, 2776, 'pyre_header_bg', ''),
|
||
(2662, 2776, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(2663, 2776, 'pyre_wide_page_bg_full', 'no'),
|
||
(2664, 2776, 'pyre_wide_page_bg_color', ''),
|
||
(2665, 2776, 'pyre_page_bg_layout', 'default'),
|
||
(2666, 2776, 'pyre_wide_page_bg', ''),
|
||
(2667, 2776, 'pyre_elasticslider', '0'),
|
||
(2668, 2776, 'pyre_portfolio_filters', 'yes'),
|
||
(2669, 2776, 'slide_template', ''),
|
||
(2670, 2776, 'pyre_page_title_bar_bg_color', ''),
|
||
(2671, 2776, 'pyre_page_title_bar_bg', ''),
|
||
(2672, 2776, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2673, 2776, 'pyre_page_bg_full', 'no'),
|
||
(2674, 2776, 'pyre_page_bg', ''),
|
||
(2675, 2776, 'pyre_page_bg_color', ''),
|
||
(2676, 2776, 'pyre_sidebar_position', 'right'),
|
||
(2677, 2776, 'pyre_full_width', 'no'),
|
||
(2678, 2776, 'pyre_fallback', ''),
|
||
(2679, 2776, 'pyre_revslider', '0'),
|
||
(2680, 2776, 'pyre_flexslider', '0'),
|
||
(2681, 2776, 'pyre_wooslider', '0'),
|
||
(2682, 2776, 'pyre_slider', '0'),
|
||
(2683, 2776, 'pyre_slider_type', 'no'),
|
||
(2684, 2776, 'pyre_page_title', 'yes'),
|
||
(2685, 2776, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(2686, 2776, '_wp_page_template', 'full-width.php'),
|
||
(2687, 2776, 'pyre_elasticslider', '0'),
|
||
(2688, 2776, 'pyre_main_bottom_padding', ''),
|
||
(2689, 2776, 'pyre_hundredp_padding', ''),
|
||
(2690, 2776, 'pyre_page_title_custom_text', ''),
|
||
(2691, 2776, 'pyre_page_title_custom_subheader', ''),
|
||
(2692, 2776, 'pyre_page_title_height', ''),
|
||
(2693, 2776, 'pyre_page_title_bg_parallax', 'default'),
|
||
(2694, 2803, 'pyre_header_bg_full', 'no'),
|
||
(2695, 2803, 'pyre_header_bg_color', ''),
|
||
(2696, 2803, 'pyre_header_bg', ''),
|
||
(2697, 2803, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(2698, 2803, 'pyre_wide_page_bg_full', 'no'),
|
||
(2699, 2803, 'pyre_wide_page_bg_color', ''),
|
||
(2700, 2803, 'pyre_wide_page_bg', ''),
|
||
(2701, 2803, 'pyre_page_bg_layout', 'default'),
|
||
(2702, 2803, 'pyre_portfolio_filters', 'yes'),
|
||
(2703, 2803, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(2704, 2803, 'pyre_portfolio_full_width', 'yes'),
|
||
(2705, 2803, 'pyre_portfolio_excerpt', ''),
|
||
(2706, 2803, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(2707, 2803, 'pyre_page_title', 'yes'),
|
||
(2708, 2803, 'pyre_slider_type', 'no'),
|
||
(2709, 2803, 'pyre_slider', '0'),
|
||
(2710, 2803, 'pyre_wooslider', '0'),
|
||
(2711, 2803, 'pyre_flexslider', '0'),
|
||
(2712, 2803, 'pyre_revslider', '0'),
|
||
(2713, 2803, 'pyre_fallback', ''),
|
||
(2714, 2803, 'pyre_full_width', 'no'),
|
||
(2715, 2803, 'pyre_sidebar_position', 'right'),
|
||
(2716, 2803, 'pyre_page_bg_color', ''),
|
||
(2717, 2803, 'pyre_page_bg', ''),
|
||
(2718, 2803, 'pyre_page_bg_full', 'no'),
|
||
(2719, 2803, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2720, 2803, 'pyre_page_title_bar_bg', ''),
|
||
(2721, 2803, 'pyre_page_title_bar_bg_color', ''),
|
||
(2722, 2803, 'pyre_main_top_padding', ''),
|
||
(2723, 2803, '_wp_page_template', 'full-width.php'),
|
||
(2724, 2803, 'avada_post_views_count', '72'),
|
||
(2725, 2803, 'pyre_link_icon_url', ''),
|
||
(2726, 2803, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(2727, 2803, 'pyre_page_title_text', 'yes'),
|
||
(2728, 2803, 'pyre_page_title_bar_bg_retina', ''),
|
||
(2729, 2803, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(2730, 2803, 'pyre_elasticslider', '0'),
|
||
(2731, 2803, 'pyre_header_bg_repeat', 'repeat'),
|
||
(2732, 2803, 'pyre_page_title', 'yes'),
|
||
(2733, 2803, 'pyre_slider_type', 'no'),
|
||
(2734, 2803, 'pyre_slider', '0'),
|
||
(2735, 2803, 'pyre_wooslider', '0'),
|
||
(2736, 2803, 'pyre_flexslider', '0'),
|
||
(2737, 2803, 'pyre_revslider', '0'),
|
||
(2738, 2803, 'pyre_fallback', ''),
|
||
(2739, 2803, 'pyre_full_width', 'no'),
|
||
(2740, 2803, 'pyre_sidebar_position', 'right'),
|
||
(2741, 2803, 'pyre_page_bg_color', ''),
|
||
(2742, 2803, 'pyre_page_bg', ''),
|
||
(2743, 2803, 'pyre_page_bg_full', 'no'),
|
||
(2744, 2803, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2745, 2803, 'pyre_page_title_bar_bg', ''),
|
||
(2746, 2803, 'pyre_page_title_bar_bg_color', ''),
|
||
(2747, 2803, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(2748, 2803, '_wp_page_template', 'full-width.php'),
|
||
(2749, 2803, 'pyre_elasticslider', '0'),
|
||
(2750, 2803, 'slide_template', ''),
|
||
(2751, 2803, 'pyre_main_bottom_padding', ''),
|
||
(2752, 2803, 'pyre_hundredp_padding', ''),
|
||
(2753, 2803, 'pyre_page_title_custom_text', ''),
|
||
(2754, 2803, 'pyre_page_title_custom_subheader', ''),
|
||
(2755, 2803, 'pyre_page_title_height', ''),
|
||
(2756, 2803, 'pyre_page_title_bg_parallax', 'default'),
|
||
(2757, 3073, 'avada_post_views_count', '82'),
|
||
(2758, 3073, 'pyre_page_title', 'yes'),
|
||
(2759, 3073, 'pyre_slider_type', 'no'),
|
||
(2760, 3073, 'pyre_slider', '0'),
|
||
(2761, 3073, 'pyre_wooslider', '0'),
|
||
(2762, 3073, 'pyre_flexslider', '0'),
|
||
(2763, 3073, 'pyre_revslider', '0'),
|
||
(2764, 3073, 'pyre_fallback', ''),
|
||
(2765, 3073, 'pyre_full_width', 'no'),
|
||
(2766, 3073, 'pyre_sidebar_position', 'right'),
|
||
(2767, 3073, 'pyre_page_bg_color', ''),
|
||
(2768, 3073, 'pyre_page_bg', ''),
|
||
(2769, 3073, 'pyre_page_bg_full', 'no'),
|
||
(2770, 3073, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2771, 3073, 'pyre_page_title_bar_bg', ''),
|
||
(2772, 3073, 'pyre_page_title_bar_bg_color', ''),
|
||
(2773, 3073, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(2774, 3073, '_wp_page_template', 'full-width.php'),
|
||
(2775, 3073, 'pyre_elasticslider', '0'),
|
||
(2776, 3073, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(2777, 3073, 'pyre_portfolio_excerpt', ''),
|
||
(2778, 3073, 'pyre_portfolio_full_width', 'yes'),
|
||
(2779, 3073, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(2780, 3073, 'pyre_portfolio_filters', 'yes'),
|
||
(2781, 3073, 'pyre_page_bg_layout', 'default'),
|
||
(2782, 3073, 'pyre_wide_page_bg', ''),
|
||
(2783, 3073, 'pyre_wide_page_bg_color', ''),
|
||
(2784, 3073, 'pyre_wide_page_bg_full', 'no'),
|
||
(2785, 3073, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(2786, 3073, 'pyre_header_bg', ''),
|
||
(2787, 3073, 'pyre_header_bg_color', ''),
|
||
(2788, 3073, 'pyre_header_bg_full', 'no'),
|
||
(2789, 3073, 'pyre_header_bg_repeat', 'repeat'),
|
||
(2790, 3073, 'pyre_page_title_text', 'yes'),
|
||
(2791, 3073, 'pyre_page_title_bar_bg_retina', ''),
|
||
(2792, 3073, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(2793, 3073, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(2794, 3073, 'pyre_link_icon_url', ''),
|
||
(2795, 3073, 'avada_post_views_count', '0'),
|
||
(2796, 3073, 'pyre_page_title', 'yes'),
|
||
(2797, 3073, 'pyre_slider_type', 'no'),
|
||
(2798, 3073, 'pyre_slider', '0'),
|
||
(2799, 3073, 'pyre_wooslider', '0'),
|
||
(2800, 3073, 'pyre_flexslider', '0'),
|
||
(2801, 3073, 'pyre_revslider', '0'),
|
||
(2802, 3073, 'pyre_fallback', ''),
|
||
(2803, 3073, 'pyre_full_width', 'no'),
|
||
(2804, 3073, 'pyre_sidebar_position', 'right'),
|
||
(2805, 3073, 'pyre_page_bg_color', ''),
|
||
(2806, 3073, 'pyre_page_bg', ''),
|
||
(2807, 3073, 'pyre_page_bg_full', 'no'),
|
||
(2808, 3073, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2809, 3073, 'pyre_page_title_bar_bg', ''),
|
||
(2810, 3073, 'pyre_page_title_bar_bg_color', ''),
|
||
(2811, 3073, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(2812, 3073, '_wp_page_template', 'full-width.php'),
|
||
(2813, 3073, 'pyre_elasticslider', '0'),
|
||
(2814, 3073, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(2815, 3089, 'avada_post_views_count', '50'),
|
||
(2816, 3089, 'pyre_page_title', 'no'),
|
||
(2817, 3089, 'pyre_slider_type', 'elastic'),
|
||
(2818, 3089, 'pyre_slider', '0'),
|
||
(2819, 3089, 'pyre_wooslider', '0'),
|
||
(2820, 3089, 'pyre_flexslider', '0'),
|
||
(2821, 3089, 'pyre_revslider', '0'),
|
||
(2822, 3089, 'pyre_elasticslider', 'group1'),
|
||
(2823, 3089, 'pyre_fallback', ''),
|
||
(2824, 3089, 'pyre_full_width', 'no'),
|
||
(2825, 3089, 'pyre_sidebar_position', 'right'),
|
||
(2826, 3089, 'pyre_page_bg_color', ''),
|
||
(2827, 3089, 'pyre_page_bg', ''),
|
||
(2828, 3089, 'pyre_page_bg_full', 'no'),
|
||
(2829, 3089, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2830, 3089, 'pyre_page_title_bar_bg', ''),
|
||
(2831, 3089, 'pyre_page_title_bar_bg_color', ''),
|
||
(2832, 3089, 'pyre_page_title_custom_text', ''),
|
||
(2833, 3089, '_wp_page_template', 'full-width.php'),
|
||
(2834, 3089, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(2835, 3089, 'pyre_portfolio_excerpt', ''),
|
||
(2836, 3089, 'pyre_portfolio_full_width', 'yes'),
|
||
(2837, 3089, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(2838, 3089, 'pyre_portfolio_filters', 'yes'),
|
||
(2839, 3089, 'pyre_page_bg_layout', 'default'),
|
||
(2840, 3089, 'pyre_wide_page_bg', ''),
|
||
(2841, 3089, 'pyre_wide_page_bg_color', ''),
|
||
(2842, 3089, 'pyre_wide_page_bg_full', 'no'),
|
||
(2843, 3089, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(2844, 3089, 'pyre_header_bg', ''),
|
||
(2845, 3089, 'pyre_header_bg_color', ''),
|
||
(2846, 3089, 'pyre_header_bg_full', 'no'),
|
||
(2847, 3089, 'pyre_header_bg_repeat', 'repeat'),
|
||
(2848, 3089, 'pyre_page_title_text', 'yes'),
|
||
(2849, 3089, 'pyre_page_title_bar_bg_retina', ''),
|
||
(2850, 3089, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(2851, 3089, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(2852, 3089, 'pyre_link_icon_url', ''),
|
||
(2853, 3089, 'pyre_page_title', 'no'),
|
||
(2854, 3089, 'pyre_slider_type', 'elastic'),
|
||
(2855, 3089, 'pyre_slider', '0'),
|
||
(2856, 3089, 'pyre_wooslider', '0'),
|
||
(2857, 3089, 'pyre_flexslider', '0'),
|
||
(2858, 3089, 'pyre_revslider', '0'),
|
||
(2859, 3089, 'pyre_elasticslider', 'group1'),
|
||
(2860, 3089, 'pyre_fallback', ''),
|
||
(2861, 3089, 'pyre_full_width', 'no'),
|
||
(2862, 3089, 'pyre_sidebar_position', 'right'),
|
||
(2863, 3089, 'pyre_page_bg_color', ''),
|
||
(2864, 3089, 'pyre_page_bg', ''),
|
||
(2865, 3089, 'pyre_page_bg_full', 'no'),
|
||
(2866, 3089, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2867, 3089, 'pyre_page_title_bar_bg', ''),
|
||
(2868, 3089, 'pyre_page_title_bar_bg_color', ''),
|
||
(2869, 3089, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(2870, 3089, '_wp_page_template', 'full-width.php'),
|
||
(2871, 3089, 'slide_template', ''),
|
||
(2872, 3089, 'pyre_main_top_padding', ''),
|
||
(2873, 3089, 'pyre_main_bottom_padding', ''),
|
||
(2874, 3089, 'pyre_hundredp_padding', ''),
|
||
(2875, 3089, 'pyre_page_title_custom_subheader', ''),
|
||
(2876, 3089, 'pyre_page_title_height', ''),
|
||
(2877, 3089, 'pyre_page_title_bg_parallax', 'default'),
|
||
(2878, 3474, 'pyre_page_title_height', ''),
|
||
(2879, 3474, 'pyre_page_title_bar_bg_color', ''),
|
||
(2880, 3474, 'pyre_page_title_bar_bg', ''),
|
||
(2881, 3474, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2882, 3474, 'pyre_page_bg_full', 'no'),
|
||
(2883, 3474, 'pyre_page_bg', ''),
|
||
(2884, 3474, 'pyre_page_bg_color', ''),
|
||
(2885, 3474, 'pyre_sidebar_position', 'left'),
|
||
(2886, 3474, 'pyre_full_width', 'no'),
|
||
(2887, 3474, 'pyre_fallback', ''),
|
||
(2888, 3474, 'pyre_elasticslider', '0'),
|
||
(2889, 3474, 'pyre_revslider', '0'),
|
||
(2890, 3474, 'pyre_flexslider', '0'),
|
||
(2891, 3474, 'pyre_wooslider', '0'),
|
||
(2892, 3474, 'pyre_slider', '0'),
|
||
(2893, 3474, 'pyre_slider_type', 'no'),
|
||
(2894, 3474, 'pyre_page_title', 'yes'),
|
||
(2895, 3474, 'pyre_portfolio_excerpt', ''),
|
||
(2896, 3474, 'pyre_portfolio_full_width', 'yes'),
|
||
(2897, 3474, 'pyre_portfolio_sidebar_position', 'right'),
|
||
(2898, 3474, '_wp_page_template', 'side-navigation.php'),
|
||
(2899, 3474, 'avada_post_views_count', '65'),
|
||
(2900, 3474, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(2901, 3474, 'pyre_portfolio_filters', 'yes'),
|
||
(2902, 3474, 'pyre_page_bg_layout', 'default'),
|
||
(2903, 3474, 'pyre_wide_page_bg', ''),
|
||
(2904, 3474, 'pyre_wide_page_bg_color', ''),
|
||
(2905, 3474, 'pyre_wide_page_bg_full', 'no'),
|
||
(2906, 3474, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(2907, 3474, 'pyre_header_bg', ''),
|
||
(2908, 3474, 'pyre_header_bg_color', ''),
|
||
(2909, 3474, 'pyre_header_bg_full', 'no'),
|
||
(2910, 3474, 'pyre_header_bg_repeat', 'repeat'),
|
||
(2911, 3474, 'pyre_page_title_text', 'yes'),
|
||
(2912, 3474, 'pyre_page_title_bar_bg_retina', ''),
|
||
(2913, 3474, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(2914, 3474, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(2915, 3474, 'pyre_link_icon_url', ''),
|
||
(2916, 3474, 'pyre_page_title_bg_parallax', 'default'),
|
||
(2917, 3474, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(2918, 3474, 'pyre_page_title_bar_bg_color', ''),
|
||
(2919, 3474, 'pyre_page_title_bar_bg', ''),
|
||
(2920, 3474, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2921, 3474, 'pyre_page_bg_full', 'no'),
|
||
(2922, 3474, 'pyre_page_bg', ''),
|
||
(2923, 3474, 'pyre_page_bg_color', ''),
|
||
(2924, 3474, 'pyre_sidebar_position', 'left'),
|
||
(2925, 3474, 'pyre_full_width', 'no'),
|
||
(2926, 3474, 'pyre_fallback', ''),
|
||
(2927, 3474, 'pyre_elasticslider', '0'),
|
||
(2928, 3474, 'pyre_revslider', '0'),
|
||
(2929, 3474, 'pyre_flexslider', '0'),
|
||
(2930, 3474, 'pyre_wooslider', '0'),
|
||
(2931, 3474, 'pyre_slider', '0'),
|
||
(2932, 3474, 'pyre_slider_type', 'no'),
|
||
(2933, 3474, 'pyre_page_title', 'yes'),
|
||
(2934, 3474, 'pyre_portfolio_excerpt', ''),
|
||
(2935, 3474, 'pyre_portfolio_full_width', 'yes'),
|
||
(2936, 3474, 'pyre_portfolio_sidebar_position', 'right'),
|
||
(2937, 3474, '_wp_page_template', 'side-navigation.php'),
|
||
(2938, 3474, 'pyre_page_title_custom_text', ''),
|
||
(2939, 3474, 'pyre_page_title_custom_subheader', ''),
|
||
(2940, 3492, 'avada_post_views_count', '62'),
|
||
(2941, 3492, 'pyre_slider_type', 'rev'),
|
||
(2942, 3492, 'pyre_page_title', 'no'),
|
||
(2943, 3492, 'pyre_slider', '0'),
|
||
(2944, 3492, 'pyre_wooslider', '0'),
|
||
(2945, 3492, 'pyre_flexslider', '0'),
|
||
(2946, 3492, 'pyre_revslider', 'Avada_Full_Width'),
|
||
(2947, 3492, 'pyre_elasticslider', '0'),
|
||
(2948, 3492, 'pyre_fallback', ''),
|
||
(2949, 3492, 'pyre_full_width', 'no'),
|
||
(2950, 3492, 'pyre_sidebar_position', 'right'),
|
||
(2951, 3492, 'pyre_page_bg_color', ''),
|
||
(2952, 3492, 'pyre_page_bg', ''),
|
||
(2953, 3492, 'pyre_page_bg_full', 'no'),
|
||
(2954, 3492, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2955, 3492, 'pyre_page_title_bar_bg', ''),
|
||
(2956, 3492, 'pyre_page_title_bar_bg_color', ''),
|
||
(2957, 3492, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(2958, 3492, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(2959, 3492, '_wp_page_template', 'full-width.php'),
|
||
(2960, 3492, 'pyre_portfolio_excerpt', ''),
|
||
(2961, 3492, 'pyre_portfolio_full_width', 'yes'),
|
||
(2962, 3492, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(2963, 3492, 'pyre_portfolio_filters', 'yes'),
|
||
(2964, 3492, 'pyre_page_bg_layout', 'default'),
|
||
(2965, 3492, 'pyre_wide_page_bg', ''),
|
||
(2966, 3492, 'pyre_wide_page_bg_color', ''),
|
||
(2967, 3492, 'pyre_wide_page_bg_full', 'no'),
|
||
(2968, 3492, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(2969, 3492, 'pyre_header_bg', ''),
|
||
(2970, 3492, 'pyre_header_bg_color', ''),
|
||
(2971, 3492, 'pyre_header_bg_full', 'no'),
|
||
(2972, 3492, 'pyre_header_bg_repeat', 'repeat'),
|
||
(2973, 3492, 'pyre_page_title_text', 'yes'),
|
||
(2974, 3492, 'pyre_page_title_bar_bg_retina', ''),
|
||
(2975, 3492, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(2976, 3492, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(2977, 3492, 'pyre_link_icon_url', ''),
|
||
(2978, 3494, 'avada_post_views_count', '58'),
|
||
(2979, 3494, 'pyre_page_title', 'no'),
|
||
(2980, 3494, 'pyre_slider_type', 'rev'),
|
||
(2981, 3494, 'pyre_slider', '0'),
|
||
(2982, 3494, 'pyre_wooslider', '0'),
|
||
(2983, 3494, 'pyre_flexslider', '0'),
|
||
(2984, 3494, 'pyre_revslider', 'Avada_Full_Width'),
|
||
(2985, 3494, 'pyre_elasticslider', '0'),
|
||
(2986, 3494, 'pyre_fallback', ''),
|
||
(2987, 3494, 'pyre_full_width', 'no'),
|
||
(2988, 3494, 'pyre_sidebar_position', 'right'),
|
||
(2989, 3494, 'pyre_page_bg_color', ''),
|
||
(2990, 3494, 'pyre_page_bg', ''),
|
||
(2991, 3494, 'pyre_page_bg_full', 'no'),
|
||
(2992, 3494, 'pyre_page_bg_repeat', 'repeat'),
|
||
(2993, 3494, 'pyre_page_title_bar_bg', ''),
|
||
(2994, 3494, 'pyre_page_title_bar_bg_color', ''),
|
||
(2995, 3494, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(2996, 3494, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(2997, 3494, '_wp_page_template', 'full-width.php'),
|
||
(2998, 3494, 'pyre_page_title_custom_text', ''),
|
||
(2999, 3494, 'pyre_page_title_custom_subheader', ''),
|
||
(3000, 3494, 'pyre_portfolio_excerpt', ''),
|
||
(3001, 3494, 'pyre_portfolio_full_width', 'yes'),
|
||
(3002, 3494, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(3003, 3494, 'pyre_portfolio_filters', 'yes'),
|
||
(3004, 3494, 'pyre_page_bg_layout', 'default'),
|
||
(3005, 3494, 'pyre_wide_page_bg', ''),
|
||
(3006, 3494, 'pyre_wide_page_bg_color', ''),
|
||
(3007, 3494, 'pyre_wide_page_bg_full', 'no'),
|
||
(3008, 3494, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(3009, 3494, 'pyre_header_bg', ''),
|
||
(3010, 3494, 'pyre_header_bg_color', ''),
|
||
(3011, 3494, 'pyre_header_bg_full', 'no'),
|
||
(3012, 3494, 'pyre_header_bg_repeat', 'repeat'),
|
||
(3013, 3494, 'pyre_page_title_text', 'yes'),
|
||
(3014, 3494, 'pyre_page_title_bar_bg_retina', ''),
|
||
(3015, 3494, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(3016, 3494, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(3017, 3494, 'pyre_link_icon_url', ''),
|
||
(3018, 3494, 'pyre_page_title_bg_parallax', 'default'),
|
||
(3019, 3494, 'pyre_page_title_height', ''),
|
||
(3020, 3496, 'pyre_page_title_bar_bg_retina', ''),
|
||
(3021, 3496, 'pyre_page_title_text', 'yes'),
|
||
(3022, 3496, 'avada_post_views_count', '95'),
|
||
(3023, 3496, 'pyre_header_bg_repeat', 'repeat'),
|
||
(3024, 3496, 'pyre_header_bg_full', 'no'),
|
||
(3025, 3496, 'pyre_header_bg_color', ''),
|
||
(3026, 3496, 'pyre_header_bg', ''),
|
||
(3027, 3496, 'pyre_wide_page_bg_full', 'no'),
|
||
(3028, 3496, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(3029, 3496, 'pyre_wide_page_bg_color', ''),
|
||
(3030, 3496, 'pyre_wide_page_bg', ''),
|
||
(3031, 3496, 'pyre_page_bg_layout', 'default'),
|
||
(3032, 3496, 'pyre_portfolio_filters', 'yes'),
|
||
(3033, 3496, 'pyre_link_icon_url', ''),
|
||
(3034, 3496, 'pyre_page_title', 'yes'),
|
||
(3035, 3496, 'pyre_slider_type', 'no'),
|
||
(3036, 3496, 'pyre_slider', '0'),
|
||
(3037, 3496, 'pyre_wooslider', '0'),
|
||
(3038, 3496, 'pyre_flexslider', '0'),
|
||
(3039, 3496, 'pyre_revslider', '0'),
|
||
(3040, 3496, 'pyre_elasticslider', '0'),
|
||
(3041, 3496, 'pyre_fallback', ''),
|
||
(3042, 3496, 'pyre_full_width', 'no'),
|
||
(3043, 3496, 'pyre_sidebar_position', 'right'),
|
||
(3044, 3496, 'pyre_page_bg_color', ''),
|
||
(3045, 3496, 'pyre_page_bg', ''),
|
||
(3046, 3496, 'pyre_page_bg_full', 'no'),
|
||
(3047, 3496, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3048, 3496, 'pyre_page_title_bar_bg', ''),
|
||
(3049, 3496, 'pyre_page_title_bar_bg_color', ''),
|
||
(3050, 3496, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3051, 3496, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3052, 3496, '_wp_page_template', 'full-width.php'),
|
||
(3053, 3496, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(3054, 3496, 'pyre_portfolio_full_width', 'yes'),
|
||
(3055, 3496, 'pyre_portfolio_excerpt', ''),
|
||
(3056, 3496, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(3057, 3496, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(3058, 3496, 'pyre_page_title', 'yes'),
|
||
(3059, 3496, 'pyre_slider_type', 'no'),
|
||
(3060, 3496, 'pyre_slider', '0'),
|
||
(3061, 3496, 'pyre_wooslider', '0'),
|
||
(3062, 3496, 'pyre_flexslider', '0'),
|
||
(3063, 3496, 'pyre_revslider', '0'),
|
||
(3064, 3496, 'pyre_elasticslider', '0'),
|
||
(3065, 3496, 'pyre_fallback', ''),
|
||
(3066, 3496, 'pyre_full_width', 'no'),
|
||
(3067, 3496, 'pyre_sidebar_position', 'right'),
|
||
(3068, 3496, 'pyre_page_bg_color', ''),
|
||
(3069, 3496, 'pyre_page_bg', ''),
|
||
(3070, 3496, 'pyre_page_bg_full', 'no'),
|
||
(3071, 3496, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3072, 3496, 'pyre_page_title_bar_bg', ''),
|
||
(3073, 3496, 'pyre_page_title_bar_bg_color', ''),
|
||
(3074, 3496, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3075, 3496, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3076, 3496, '_wp_page_template', 'full-width.php'),
|
||
(3077, 3524, 'pyre_page_title', 'yes'),
|
||
(3078, 3524, 'pyre_slider_type', 'no'),
|
||
(3079, 3524, 'pyre_slider', '0'),
|
||
(3080, 3524, 'pyre_wooslider', '0'),
|
||
(3081, 3524, 'pyre_flexslider', '0'),
|
||
(3082, 3524, 'pyre_revslider', '0'),
|
||
(3083, 3524, 'pyre_elasticslider', '0'),
|
||
(3084, 3524, 'pyre_fallback', ''),
|
||
(3085, 3524, 'pyre_full_width', 'no'),
|
||
(3086, 3524, 'pyre_sidebar_position', 'right'),
|
||
(3087, 3524, 'pyre_portfolio_excerpt', ''),
|
||
(3088, 3524, 'pyre_portfolio_full_width', 'yes'),
|
||
(3089, 3524, 'pyre_portfolio_sidebar_position', 'right'),
|
||
(3090, 3524, 'pyre_page_bg_color', ''),
|
||
(3091, 3524, 'pyre_page_bg', ''),
|
||
(3092, 3524, 'pyre_page_bg_full', 'no'),
|
||
(3093, 3524, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3094, 3524, 'pyre_page_title_bar_bg', ''),
|
||
(3095, 3524, 'pyre_page_title_bar_bg_color', ''),
|
||
(3096, 3524, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3097, 3524, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3098, 3524, '_wp_page_template', 'portfolio-one-column-text.php'),
|
||
(3099, 3524, 'avada_post_views_count', '62'),
|
||
(3100, 3524, 'pyre_page_title', 'yes'),
|
||
(3101, 3524, 'pyre_slider_type', 'no'),
|
||
(3102, 3524, 'pyre_slider', '0'),
|
||
(3103, 3524, 'pyre_wooslider', '0'),
|
||
(3104, 3524, 'pyre_flexslider', '0'),
|
||
(3105, 3524, 'pyre_revslider', '0'),
|
||
(3106, 3524, 'pyre_elasticslider', '0'),
|
||
(3107, 3524, 'pyre_fallback', ''),
|
||
(3108, 3524, 'pyre_full_width', 'no'),
|
||
(3109, 3524, 'pyre_sidebar_position', 'right'),
|
||
(3110, 3524, 'pyre_portfolio_excerpt', ''),
|
||
(3111, 3524, 'pyre_portfolio_full_width', 'yes'),
|
||
(3112, 3524, 'pyre_portfolio_sidebar_position', 'right'),
|
||
(3113, 3524, 'pyre_page_bg_color', ''),
|
||
(3114, 3524, 'pyre_page_bg', ''),
|
||
(3115, 3524, 'pyre_page_bg_full', 'no'),
|
||
(3116, 3524, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3117, 3524, 'pyre_page_title_bar_bg', ''),
|
||
(3118, 3524, 'pyre_page_title_bar_bg_color', ''),
|
||
(3119, 3524, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3120, 3524, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3121, 3524, '_wp_page_template', 'portfolio-one-column-text.php'),
|
||
(3122, 3526, 'avada_post_views_count', '52'),
|
||
(3123, 3526, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3124, 3526, 'pyre_header_bg_repeat', 'repeat'),
|
||
(3125, 3526, 'pyre_header_bg_full', 'no'),
|
||
(3126, 3526, 'pyre_header_bg_color', ''),
|
||
(3127, 3526, 'pyre_header_bg', ''),
|
||
(3128, 3526, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(3129, 3526, 'pyre_wide_page_bg_full', 'no'),
|
||
(3130, 3526, 'pyre_wide_page_bg_color', ''),
|
||
(3131, 3526, 'pyre_wide_page_bg', ''),
|
||
(3132, 3526, 'pyre_page_bg_layout', 'default'),
|
||
(3133, 3526, 'pyre_portfolio_filters', 'yes'),
|
||
(3134, 3526, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3135, 3526, 'pyre_page_title', 'yes'),
|
||
(3136, 3526, 'pyre_slider_type', 'no'),
|
||
(3137, 3526, 'pyre_slider', '0'),
|
||
(3138, 3526, 'pyre_wooslider', '0'),
|
||
(3139, 3526, 'pyre_flexslider', '0'),
|
||
(3140, 3526, 'pyre_revslider', '0'),
|
||
(3141, 3526, 'pyre_elasticslider', '0'),
|
||
(3142, 3526, 'pyre_fallback', ''),
|
||
(3143, 3526, 'pyre_full_width', 'no'),
|
||
(3144, 3526, 'pyre_sidebar_position', 'right'),
|
||
(3145, 3526, 'pyre_portfolio_excerpt', '47'),
|
||
(3146, 3526, 'pyre_portfolio_full_width', 'yes'),
|
||
(3147, 3526, 'pyre_portfolio_sidebar_position', 'right'),
|
||
(3148, 3526, 'pyre_page_bg_color', ''),
|
||
(3149, 3526, 'pyre_page_bg', ''),
|
||
(3150, 3526, 'pyre_page_bg_full', 'no'),
|
||
(3151, 3526, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3152, 3526, 'pyre_page_title_bar_bg', ''),
|
||
(3153, 3526, 'pyre_page_title_bar_bg_color', ''),
|
||
(3154, 3526, 'pyre_page_title_text', 'yes'),
|
||
(3155, 3526, 'pyre_page_title_bar_bg_retina', ''),
|
||
(3156, 3526, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(3157, 3526, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(3158, 3526, 'pyre_link_icon_url', ''),
|
||
(3159, 3526, '_wp_page_template', 'portfolio-two-column-text.php'),
|
||
(3160, 3526, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3161, 3526, 'pyre_page_title', 'yes'),
|
||
(3162, 3526, 'pyre_slider_type', 'no'),
|
||
(3163, 3526, 'pyre_slider', '0'),
|
||
(3164, 3526, 'pyre_wooslider', '0'),
|
||
(3165, 3526, 'pyre_flexslider', '0'),
|
||
(3166, 3526, 'pyre_revslider', '0'),
|
||
(3167, 3526, 'pyre_elasticslider', '0'),
|
||
(3168, 3526, 'pyre_fallback', ''),
|
||
(3169, 3526, 'pyre_full_width', 'no'),
|
||
(3170, 3526, 'pyre_sidebar_position', 'right'),
|
||
(3171, 3526, 'pyre_portfolio_excerpt', ''),
|
||
(3172, 3526, 'pyre_portfolio_full_width', 'yes'),
|
||
(3173, 3526, 'pyre_portfolio_sidebar_position', 'right'),
|
||
(3174, 3526, 'pyre_page_bg_color', ''),
|
||
(3175, 3526, 'pyre_page_bg', ''),
|
||
(3176, 3526, 'pyre_page_bg_full', 'no'),
|
||
(3177, 3526, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3178, 3526, 'pyre_page_title_bar_bg', ''),
|
||
(3179, 3526, 'pyre_page_title_bar_bg_color', ''),
|
||
(3180, 3526, '_wp_page_template', 'portfolio-two-column-text.php'),
|
||
(3181, 3526, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3182, 3528, 'avada_post_views_count', '51'),
|
||
(3183, 3528, 'pyre_page_title_text', 'yes'),
|
||
(3184, 3528, 'pyre_header_bg_repeat', 'repeat'),
|
||
(3185, 3528, 'pyre_header_bg_full', 'no'),
|
||
(3186, 3528, 'pyre_header_bg_color', ''),
|
||
(3187, 3528, 'pyre_header_bg', ''),
|
||
(3188, 3528, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(3189, 3528, 'pyre_wide_page_bg_full', 'no'),
|
||
(3190, 3528, 'pyre_wide_page_bg_color', ''),
|
||
(3191, 3528, 'pyre_wide_page_bg', ''),
|
||
(3192, 3528, 'pyre_page_bg_layout', 'default'),
|
||
(3193, 3528, 'pyre_portfolio_filters', 'yes'),
|
||
(3194, 3528, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3195, 3528, 'pyre_link_icon_url', ''),
|
||
(3196, 3528, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(3197, 3528, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(3198, 3528, 'pyre_page_title_bar_bg_retina', ''),
|
||
(3199, 3528, 'pyre_page_title', 'yes'),
|
||
(3200, 3528, 'pyre_slider_type', 'no'),
|
||
(3201, 3528, 'pyre_slider', '0'),
|
||
(3202, 3528, 'pyre_wooslider', '0'),
|
||
(3203, 3528, 'pyre_flexslider', '0'),
|
||
(3204, 3528, 'pyre_revslider', '0'),
|
||
(3205, 3528, 'pyre_elasticslider', '0'),
|
||
(3206, 3528, 'pyre_fallback', ''),
|
||
(3207, 3528, 'pyre_full_width', 'no'),
|
||
(3208, 3528, 'pyre_sidebar_position', 'right'),
|
||
(3209, 3528, 'pyre_portfolio_excerpt', '32'),
|
||
(3210, 3528, 'pyre_portfolio_full_width', 'yes'),
|
||
(3211, 3528, 'pyre_portfolio_sidebar_position', 'right'),
|
||
(3212, 3528, 'pyre_page_bg_color', ''),
|
||
(3213, 3528, 'pyre_page_bg', ''),
|
||
(3214, 3528, 'pyre_page_bg_full', 'no'),
|
||
(3215, 3528, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3216, 3528, 'pyre_page_title_bar_bg', ''),
|
||
(3217, 3528, 'pyre_page_title_bar_bg_color', ''),
|
||
(3218, 3528, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3219, 3528, '_wp_page_template', 'portfolio-three-column-text.php'),
|
||
(3220, 3528, 'pyre_page_title', 'yes'),
|
||
(3221, 3528, 'pyre_slider_type', 'no'),
|
||
(3222, 3528, 'pyre_slider', '0'),
|
||
(3223, 3528, 'pyre_wooslider', '0'),
|
||
(3224, 3528, 'pyre_flexslider', '0'),
|
||
(3225, 3528, 'pyre_revslider', '0'),
|
||
(3226, 3528, 'pyre_elasticslider', '0'),
|
||
(3227, 3528, 'pyre_fallback', ''),
|
||
(3228, 3528, 'pyre_full_width', 'no'),
|
||
(3229, 3528, 'pyre_sidebar_position', 'right'),
|
||
(3230, 3528, 'pyre_portfolio_excerpt', ''),
|
||
(3231, 3528, 'pyre_portfolio_full_width', 'yes'),
|
||
(3232, 3528, 'pyre_portfolio_sidebar_position', 'right'),
|
||
(3233, 3528, 'pyre_page_bg_color', ''),
|
||
(3234, 3528, 'pyre_page_bg', ''),
|
||
(3235, 3528, 'pyre_page_bg_full', 'no'),
|
||
(3236, 3528, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3237, 3528, 'pyre_page_title_bar_bg', ''),
|
||
(3238, 3528, 'pyre_page_title_bar_bg_color', ''),
|
||
(3239, 3528, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3240, 3528, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3241, 3528, '_wp_page_template', 'portfolio-three-column-text.php'),
|
||
(3242, 3530, 'pyre_page_bg_layout', 'default'),
|
||
(3243, 3530, 'pyre_header_bg_repeat', 'repeat'),
|
||
(3244, 3530, 'avada_post_views_count', '59'),
|
||
(3245, 3530, 'pyre_link_icon_url', ''),
|
||
(3246, 3530, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(3247, 3530, 'pyre_portfolio_filters', 'yes'),
|
||
(3248, 3530, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3249, 3530, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(3250, 3530, 'pyre_page_title_bar_bg_retina', ''),
|
||
(3251, 3530, 'pyre_page_title_text', 'yes'),
|
||
(3252, 3530, 'pyre_wide_page_bg', ''),
|
||
(3253, 3530, 'pyre_wide_page_bg_color', ''),
|
||
(3254, 3530, 'pyre_wide_page_bg_full', 'no'),
|
||
(3255, 3530, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(3256, 3530, 'pyre_header_bg', ''),
|
||
(3257, 3530, 'pyre_header_bg_color', ''),
|
||
(3258, 3530, 'pyre_header_bg_full', 'no'),
|
||
(3259, 3530, 'pyre_page_title', 'yes'),
|
||
(3260, 3530, 'pyre_slider_type', 'no'),
|
||
(3261, 3530, 'pyre_slider', '0'),
|
||
(3262, 3530, 'pyre_wooslider', '0'),
|
||
(3263, 3530, 'pyre_flexslider', '0'),
|
||
(3264, 3530, 'pyre_revslider', '0'),
|
||
(3265, 3530, 'pyre_elasticslider', '0'),
|
||
(3266, 3530, 'pyre_fallback', ''),
|
||
(3267, 3530, 'pyre_full_width', 'no'),
|
||
(3268, 3530, 'pyre_sidebar_position', 'right'),
|
||
(3269, 3530, 'pyre_portfolio_excerpt', '22'),
|
||
(3270, 3530, 'pyre_portfolio_full_width', 'yes'),
|
||
(3271, 3530, 'pyre_portfolio_sidebar_position', 'right'),
|
||
(3272, 3530, 'pyre_page_bg_color', ''),
|
||
(3273, 3530, 'pyre_page_bg', ''),
|
||
(3274, 3530, 'pyre_page_bg_full', 'no'),
|
||
(3275, 3530, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3276, 3530, 'pyre_page_title_bar_bg', ''),
|
||
(3277, 3530, 'pyre_page_title_bar_bg_color', ''),
|
||
(3278, 3530, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3279, 3530, '_wp_page_template', 'portfolio-four-column-text.php'),
|
||
(3280, 3530, 'pyre_page_title', 'yes'),
|
||
(3281, 3530, 'pyre_slider_type', 'no'),
|
||
(3282, 3530, 'pyre_slider', '0'),
|
||
(3283, 3530, 'pyre_wooslider', '0'),
|
||
(3284, 3530, 'pyre_flexslider', '0'),
|
||
(3285, 3530, 'pyre_revslider', '0'),
|
||
(3286, 3530, 'pyre_elasticslider', '0'),
|
||
(3287, 3530, 'pyre_fallback', ''),
|
||
(3288, 3530, 'pyre_full_width', 'no'),
|
||
(3289, 3530, 'pyre_sidebar_position', 'right'),
|
||
(3290, 3530, 'pyre_portfolio_excerpt', ''),
|
||
(3291, 3530, 'pyre_portfolio_full_width', 'yes'),
|
||
(3292, 3530, 'pyre_portfolio_sidebar_position', 'right'),
|
||
(3293, 3530, 'pyre_page_bg_color', ''),
|
||
(3294, 3530, 'pyre_page_bg', ''),
|
||
(3295, 3530, 'pyre_page_bg_full', 'no'),
|
||
(3296, 3530, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3297, 3530, 'pyre_page_title_bar_bg', ''),
|
||
(3298, 3530, 'pyre_page_title_bar_bg_color', ''),
|
||
(3299, 3530, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3300, 3530, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3301, 3530, '_wp_page_template', 'portfolio-four-column-text.php'),
|
||
(3302, 3539, 'pyre_slider_type', 'no'),
|
||
(3303, 3539, 'pyre_slider', '0'),
|
||
(3304, 3539, 'pyre_wooslider', '0'),
|
||
(3305, 3539, 'pyre_flexslider', '0'),
|
||
(3306, 3539, 'pyre_revslider', '0'),
|
||
(3307, 3539, 'pyre_page_title', 'yes'),
|
||
(3308, 3539, 'pyre_fallback', ''),
|
||
(3309, 3539, 'pyre_full_width', 'no'),
|
||
(3310, 3539, 'pyre_sidebar_position', 'right'),
|
||
(3311, 3539, 'pyre_portfolio_excerpt', ''),
|
||
(3312, 3539, 'pyre_portfolio_full_width', 'yes'),
|
||
(3313, 3539, 'pyre_portfolio_sidebar_position', 'right'),
|
||
(3314, 3539, 'pyre_page_bg_color', ''),
|
||
(3315, 3539, 'pyre_page_bg', ''),
|
||
(3316, 3539, 'pyre_page_bg_full', 'no'),
|
||
(3317, 3539, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3318, 3539, 'pyre_page_title_bar_bg', ''),
|
||
(3319, 3539, 'pyre_page_title_bar_bg_color', ''),
|
||
(3320, 3539, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3321, 3539, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3322, 3539, '_wp_page_template', 'full-width.php'),
|
||
(3323, 3539, 'pyre_elasticslider', '0'),
|
||
(3324, 3539, 'avada_post_views_count', '56'),
|
||
(3325, 3539, 'pyre_slider_type', 'no'),
|
||
(3326, 3539, 'pyre_slider', '0'),
|
||
(3327, 3539, 'pyre_wooslider', '0'),
|
||
(3328, 3539, 'pyre_flexslider', '0'),
|
||
(3329, 3539, 'pyre_revslider', '0'),
|
||
(3330, 3539, 'pyre_page_title', 'yes'),
|
||
(3331, 3539, 'pyre_fallback', ''),
|
||
(3332, 3539, 'pyre_full_width', 'no'),
|
||
(3333, 3539, 'pyre_sidebar_position', 'right'),
|
||
(3334, 3539, 'pyre_portfolio_excerpt', ''),
|
||
(3335, 3539, 'pyre_portfolio_full_width', 'yes'),
|
||
(3336, 3539, 'pyre_portfolio_sidebar_position', 'right'),
|
||
(3337, 3539, 'pyre_page_bg_color', ''),
|
||
(3338, 3539, 'pyre_page_bg', ''),
|
||
(3339, 3539, 'pyre_page_bg_full', 'no'),
|
||
(3340, 3539, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3341, 3539, 'pyre_page_title_bar_bg', ''),
|
||
(3342, 3539, 'pyre_page_title_bar_bg_color', ''),
|
||
(3343, 3539, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3344, 3539, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3345, 3539, '_wp_page_template', 'full-width.php'),
|
||
(3346, 3539, 'pyre_elasticslider', '0'),
|
||
(3347, 3610, 'avada_post_views_count', '494'),
|
||
(3348, 3610, '_wp_page_template', '100-width.php'),
|
||
(3349, 3610, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(3350, 3610, 'pyre_header_bg_repeat', 'repeat'),
|
||
(3351, 3610, 'pyre_header_bg_full', 'no'),
|
||
(3352, 3610, 'pyre_header_bg_color', ''),
|
||
(3353, 3610, 'pyre_header_bg', ''),
|
||
(3354, 3610, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(3355, 3610, 'pyre_wide_page_bg_full', 'no'),
|
||
(3356, 3610, 'pyre_wide_page_bg_color', ''),
|
||
(3357, 3610, 'pyre_wide_page_bg', ''),
|
||
(3358, 3610, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3359, 3610, 'pyre_page_bg_layout', 'default'),
|
||
(3360, 3610, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3361, 3610, 'pyre_link_icon_url', ''),
|
||
(3362, 3610, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(3363, 3610, 'pyre_page_title_bar_bg_color', ''),
|
||
(3364, 3610, 'pyre_page_title_bar_bg_retina', ''),
|
||
(3365, 3610, 'pyre_page_title_bar_bg', ''),
|
||
(3366, 3610, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3367, 3610, 'pyre_page_bg_full', 'no'),
|
||
(3368, 3610, 'pyre_page_bg', ''),
|
||
(3369, 3610, 'pyre_page_bg_color', ''),
|
||
(3370, 3610, 'pyre_portfolio_filters', 'yes'),
|
||
(3371, 3610, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(3372, 3610, 'pyre_portfolio_full_width', 'yes'),
|
||
(3373, 3610, 'pyre_portfolio_excerpt', ''),
|
||
(3374, 3610, 'pyre_sidebar_position', 'default'),
|
||
(3375, 3610, 'pyre_full_width', 'no'),
|
||
(3376, 3610, 'pyre_fallback', ''),
|
||
(3377, 3610, 'pyre_elasticslider', '0'),
|
||
(3378, 3610, 'pyre_revslider', 'Avada_Full_Width'),
|
||
(3379, 3610, 'pyre_wooslider', '0'),
|
||
(3380, 3610, 'pyre_flexslider', '0'),
|
||
(3381, 3610, 'pyre_page_title', 'no'),
|
||
(3382, 3610, 'pyre_page_title_text', 'yes'),
|
||
(3383, 3610, 'pyre_slider_type', 'rev'),
|
||
(3384, 3610, 'pyre_slider', '0'),
|
||
(3385, 3610, 'pyre_page_title_custom_subheader', ''),
|
||
(3386, 3610, 'pyre_page_title_custom_text', ''),
|
||
(3387, 3610, 'pyre_page_title_height', ''),
|
||
(3388, 3610, 'pyre_page_title_bg_parallax', 'default'),
|
||
(3389, 3610, 'avada_post_views_count', '13'),
|
||
(3390, 3610, '_wp_page_template', '100-width.php'),
|
||
(3391, 3610, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3392, 3610, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3393, 3610, 'pyre_link_icon_url', ''),
|
||
(3394, 3610, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(3395, 3610, 'pyre_page_title_bar_bg_color', ''),
|
||
(3396, 3610, 'pyre_page_title_bar_bg_retina', ''),
|
||
(3397, 3610, 'pyre_page_title_bar_bg', ''),
|
||
(3398, 3610, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3399, 3610, 'pyre_page_bg_full', 'no'),
|
||
(3400, 3610, 'pyre_page_bg', ''),
|
||
(3401, 3610, 'pyre_page_bg_color', ''),
|
||
(3402, 3610, 'pyre_portfolio_filters', 'yes'),
|
||
(3403, 3610, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(3404, 3610, 'pyre_portfolio_full_width', 'yes'),
|
||
(3405, 3610, 'pyre_portfolio_excerpt', ''),
|
||
(3406, 3610, 'pyre_sidebar_position', 'default'),
|
||
(3407, 3610, 'pyre_full_width', 'no'),
|
||
(3408, 3610, 'pyre_fallback', ''),
|
||
(3409, 3610, 'pyre_elasticslider', '0'),
|
||
(3410, 3610, 'pyre_revslider', '0'),
|
||
(3411, 3610, 'pyre_wooslider', '0'),
|
||
(3412, 3610, 'pyre_flexslider', '0'),
|
||
(3413, 3610, 'pyre_page_title', 'no'),
|
||
(3414, 3610, 'pyre_page_title_text', 'yes'),
|
||
(3415, 3610, 'pyre_slider_type', 'no'),
|
||
(3416, 3610, 'pyre_slider', '0'),
|
||
(3417, 3628, 'avada_post_views_count', '66'),
|
||
(3418, 3628, 'pyre_page_title', 'no'),
|
||
(3419, 3628, 'pyre_page_title_text', 'yes'),
|
||
(3420, 3628, 'pyre_slider_type', 'rev'),
|
||
(3421, 3628, 'pyre_slider', '0'),
|
||
(3422, 3628, 'pyre_wooslider', '0'),
|
||
(3423, 3628, 'pyre_flexslider', '0'),
|
||
(3424, 3628, 'pyre_revslider', 'Avada_Full_Width'),
|
||
(3425, 3628, 'pyre_elasticslider', '0'),
|
||
(3426, 3628, 'pyre_fallback', ''),
|
||
(3427, 3628, 'pyre_full_width', 'no'),
|
||
(3428, 3628, 'pyre_sidebar_position', 'default'),
|
||
(3429, 3628, 'pyre_portfolio_excerpt', ''),
|
||
(3430, 3628, 'pyre_portfolio_full_width', 'yes'),
|
||
(3431, 3628, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(3432, 3628, 'pyre_portfolio_filters', 'yes'),
|
||
(3433, 3628, 'pyre_page_bg_color', ''),
|
||
(3434, 3628, 'pyre_page_bg', ''),
|
||
(3435, 3628, 'pyre_page_bg_full', 'no'),
|
||
(3436, 3628, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3437, 3628, 'pyre_page_title_bar_bg', ''),
|
||
(3438, 3628, 'pyre_page_title_bar_bg_retina', ''),
|
||
(3439, 3628, 'pyre_page_title_bar_bg_color', ''),
|
||
(3440, 3628, 'pyre_image_rollover_icons', 'linkzoom');
|
||
INSERT INTO `drgrp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
|
||
(3441, 3628, 'pyre_link_icon_url', ''),
|
||
(3442, 3628, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3443, 3628, '_wp_page_template', '100-width.php'),
|
||
(3444, 3628, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3445, 3628, 'pyre_page_bg_layout', 'default'),
|
||
(3446, 3628, 'pyre_wide_page_bg', ''),
|
||
(3447, 3628, 'pyre_wide_page_bg_color', ''),
|
||
(3448, 3628, 'pyre_wide_page_bg_full', 'no'),
|
||
(3449, 3628, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(3450, 3628, 'pyre_header_bg', ''),
|
||
(3451, 3628, 'pyre_header_bg_color', ''),
|
||
(3452, 3628, 'pyre_header_bg_full', 'no'),
|
||
(3453, 3628, 'pyre_header_bg_repeat', 'repeat'),
|
||
(3454, 3628, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(3455, 3628, 'avada_post_views_count', '1'),
|
||
(3456, 3628, 'pyre_page_title', 'no'),
|
||
(3457, 3628, 'pyre_page_title_text', 'yes'),
|
||
(3458, 3628, 'pyre_slider_type', 'no'),
|
||
(3459, 3628, 'pyre_slider', '0'),
|
||
(3460, 3628, 'pyre_wooslider', '0'),
|
||
(3461, 3628, 'pyre_flexslider', '0'),
|
||
(3462, 3628, 'pyre_revslider', '0'),
|
||
(3463, 3628, 'pyre_elasticslider', '0'),
|
||
(3464, 3628, 'pyre_fallback', ''),
|
||
(3465, 3628, 'pyre_full_width', 'no'),
|
||
(3466, 3628, 'pyre_sidebar_position', 'default'),
|
||
(3467, 3628, 'pyre_portfolio_excerpt', ''),
|
||
(3468, 3628, 'pyre_portfolio_full_width', 'yes'),
|
||
(3469, 3628, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(3470, 3628, 'pyre_portfolio_filters', 'yes'),
|
||
(3471, 3628, 'pyre_page_bg_color', ''),
|
||
(3472, 3628, 'pyre_page_bg', ''),
|
||
(3473, 3628, 'pyre_page_bg_full', 'no'),
|
||
(3474, 3628, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3475, 3628, 'pyre_page_title_bar_bg', ''),
|
||
(3476, 3628, 'pyre_page_title_bar_bg_retina', ''),
|
||
(3477, 3628, 'pyre_page_title_bar_bg_color', ''),
|
||
(3478, 3628, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(3479, 3628, 'pyre_link_icon_url', ''),
|
||
(3480, 3628, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3481, 3628, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3482, 3628, '_wp_page_template', '100-width.php'),
|
||
(3483, 3638, 'avada_post_views_count', '76'),
|
||
(3484, 3638, 'pyre_page_title', 'no'),
|
||
(3485, 3638, 'pyre_page_title_text', 'yes'),
|
||
(3486, 3638, 'pyre_slider_type', 'rev'),
|
||
(3487, 3638, 'pyre_slider', '0'),
|
||
(3488, 3638, 'pyre_wooslider', '0'),
|
||
(3489, 3638, 'pyre_flexslider', '0'),
|
||
(3490, 3638, 'pyre_revslider', 'Avada_Full_Width'),
|
||
(3491, 3638, 'pyre_elasticslider', '0'),
|
||
(3492, 3638, 'pyre_fallback', ''),
|
||
(3493, 3638, 'pyre_full_width', 'no'),
|
||
(3494, 3638, 'pyre_sidebar_position', 'default'),
|
||
(3495, 3638, 'pyre_portfolio_excerpt', ''),
|
||
(3496, 3638, 'pyre_portfolio_full_width', 'yes'),
|
||
(3497, 3638, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(3498, 3638, 'pyre_portfolio_filters', 'yes'),
|
||
(3499, 3638, 'pyre_page_bg_color', ''),
|
||
(3500, 3638, 'pyre_page_bg', ''),
|
||
(3501, 3638, 'pyre_page_bg_full', 'no'),
|
||
(3502, 3638, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3503, 3638, 'pyre_page_title_bar_bg', ''),
|
||
(3504, 3638, 'pyre_page_title_bar_bg_retina', ''),
|
||
(3505, 3638, 'pyre_page_title_bar_bg_color', ''),
|
||
(3506, 3638, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(3507, 3638, 'pyre_link_icon_url', ''),
|
||
(3508, 3638, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3509, 3638, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3510, 3638, '_wp_page_template', '100-width.php'),
|
||
(3511, 3638, 'pyre_page_bg_layout', 'default'),
|
||
(3512, 3638, 'pyre_wide_page_bg', ''),
|
||
(3513, 3638, 'pyre_wide_page_bg_color', ''),
|
||
(3514, 3638, 'pyre_wide_page_bg_full', 'no'),
|
||
(3515, 3638, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(3516, 3638, 'pyre_header_bg', ''),
|
||
(3517, 3638, 'pyre_header_bg_color', ''),
|
||
(3518, 3638, 'pyre_header_bg_full', 'no'),
|
||
(3519, 3638, 'pyre_header_bg_repeat', 'repeat'),
|
||
(3520, 3638, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(3521, 3638, 'avada_post_views_count', '1'),
|
||
(3522, 3638, 'pyre_page_title', 'no'),
|
||
(3523, 3638, 'pyre_page_title_text', 'yes'),
|
||
(3524, 3638, 'pyre_slider_type', 'no'),
|
||
(3525, 3638, 'pyre_slider', '0'),
|
||
(3526, 3638, 'pyre_wooslider', '0'),
|
||
(3527, 3638, 'pyre_flexslider', '0'),
|
||
(3528, 3638, 'pyre_revslider', '0'),
|
||
(3529, 3638, 'pyre_elasticslider', '0'),
|
||
(3530, 3638, 'pyre_fallback', ''),
|
||
(3531, 3638, 'pyre_full_width', 'no'),
|
||
(3532, 3638, 'pyre_sidebar_position', 'default'),
|
||
(3533, 3638, 'pyre_portfolio_excerpt', ''),
|
||
(3534, 3638, 'pyre_portfolio_full_width', 'yes'),
|
||
(3535, 3638, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(3536, 3638, 'pyre_portfolio_filters', 'yes'),
|
||
(3537, 3638, 'pyre_page_bg_color', ''),
|
||
(3538, 3638, 'pyre_page_bg', ''),
|
||
(3539, 3638, 'pyre_page_bg_full', 'no'),
|
||
(3540, 3638, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3541, 3638, 'pyre_page_title_bar_bg', ''),
|
||
(3542, 3638, 'pyre_page_title_bar_bg_retina', ''),
|
||
(3543, 3638, 'pyre_page_title_bar_bg_color', ''),
|
||
(3544, 3638, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(3545, 3638, 'pyre_link_icon_url', ''),
|
||
(3546, 3638, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3547, 3638, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3548, 3638, '_wp_page_template', '100-width.php'),
|
||
(3549, 3652, 'avada_post_views_count', '158'),
|
||
(3550, 3652, 'pyre_page_title', 'no'),
|
||
(3551, 3652, 'pyre_page_title_text', 'yes'),
|
||
(3552, 3652, 'pyre_slider_type', 'no'),
|
||
(3553, 3652, 'pyre_slider', '0'),
|
||
(3554, 3652, 'pyre_wooslider', '0'),
|
||
(3555, 3652, 'pyre_flexslider', '0'),
|
||
(3556, 3652, 'pyre_revslider', '0'),
|
||
(3557, 3652, 'pyre_elasticslider', '0'),
|
||
(3558, 3652, 'pyre_fallback', ''),
|
||
(3559, 3652, 'pyre_full_width', 'no'),
|
||
(3560, 3652, 'pyre_sidebar_position', 'default'),
|
||
(3561, 3652, 'pyre_portfolio_excerpt', ''),
|
||
(3562, 3652, 'pyre_portfolio_full_width', 'yes'),
|
||
(3563, 3652, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(3564, 3652, 'pyre_portfolio_filters', 'yes'),
|
||
(3565, 3652, 'pyre_page_bg_color', ''),
|
||
(3566, 3652, 'pyre_page_bg', ''),
|
||
(3567, 3652, 'pyre_page_bg_full', 'no'),
|
||
(3568, 3652, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3569, 3652, 'pyre_page_title_bar_bg', ''),
|
||
(3570, 3652, 'pyre_page_title_bar_bg_retina', ''),
|
||
(3571, 3652, 'pyre_page_title_bar_bg_color', ''),
|
||
(3572, 3652, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(3573, 3652, 'pyre_link_icon_url', ''),
|
||
(3574, 3652, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3575, 3652, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3576, 3652, '_wp_page_template', 'full-width.php'),
|
||
(3577, 3652, 'avada_post_views_count', '0'),
|
||
(3578, 3652, 'pyre_page_title', 'no'),
|
||
(3579, 3652, 'pyre_page_title_text', 'yes'),
|
||
(3580, 3652, 'pyre_slider_type', 'no'),
|
||
(3581, 3652, 'pyre_slider', '0'),
|
||
(3582, 3652, 'pyre_wooslider', '0'),
|
||
(3583, 3652, 'pyre_flexslider', '0'),
|
||
(3584, 3652, 'pyre_revslider', '0'),
|
||
(3585, 3652, 'pyre_elasticslider', '0'),
|
||
(3586, 3652, 'pyre_fallback', ''),
|
||
(3587, 3652, 'pyre_full_width', 'no'),
|
||
(3588, 3652, 'pyre_sidebar_position', 'default'),
|
||
(3589, 3652, 'pyre_portfolio_excerpt', ''),
|
||
(3590, 3652, 'pyre_portfolio_full_width', 'yes'),
|
||
(3591, 3652, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(3592, 3652, 'pyre_portfolio_filters', 'yes'),
|
||
(3593, 3652, 'pyre_page_bg_color', ''),
|
||
(3594, 3652, 'pyre_page_bg', ''),
|
||
(3595, 3652, 'pyre_page_bg_full', 'no'),
|
||
(3596, 3652, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3597, 3652, 'pyre_page_title_bar_bg', ''),
|
||
(3598, 3652, 'pyre_page_title_bar_bg_retina', ''),
|
||
(3599, 3652, 'pyre_page_title_bar_bg_color', ''),
|
||
(3600, 3652, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(3601, 3652, 'pyre_link_icon_url', ''),
|
||
(3602, 3652, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3603, 3652, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3604, 3652, '_wp_page_template', 'full-width.php'),
|
||
(3605, 3655, 'pyre_page_title', 'no'),
|
||
(3606, 3655, 'pyre_page_title_text', 'yes'),
|
||
(3607, 3655, 'pyre_slider_type', 'no'),
|
||
(3608, 3655, 'pyre_slider', '0'),
|
||
(3609, 3655, 'pyre_wooslider', '0'),
|
||
(3610, 3655, 'pyre_flexslider', '0'),
|
||
(3611, 3655, 'pyre_revslider', '0'),
|
||
(3612, 3655, 'pyre_elasticslider', '0'),
|
||
(3613, 3655, 'pyre_fallback', ''),
|
||
(3614, 3655, 'pyre_full_width', 'no'),
|
||
(3615, 3655, 'pyre_sidebar_position', 'default'),
|
||
(3616, 3655, 'pyre_portfolio_excerpt', ''),
|
||
(3617, 3655, 'pyre_portfolio_full_width', 'yes'),
|
||
(3618, 3655, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(3619, 3655, 'pyre_portfolio_filters', 'yes'),
|
||
(3620, 3655, 'pyre_page_bg_color', ''),
|
||
(3621, 3655, 'pyre_page_bg', ''),
|
||
(3622, 3655, 'pyre_page_bg_full', 'no'),
|
||
(3623, 3655, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3624, 3655, 'pyre_page_title_bar_bg', ''),
|
||
(3625, 3655, 'pyre_page_title_bar_bg_retina', ''),
|
||
(3626, 3655, 'pyre_page_title_bar_bg_color', ''),
|
||
(3627, 3655, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(3628, 3655, 'pyre_link_icon_url', ''),
|
||
(3629, 3655, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3630, 3655, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3631, 3655, '_wp_page_template', '100-width.php'),
|
||
(3632, 3655, 'avada_post_views_count', '105'),
|
||
(3633, 3655, 'pyre_page_title', 'no'),
|
||
(3634, 3655, 'pyre_page_title_text', 'yes'),
|
||
(3635, 3655, 'pyre_slider_type', 'no'),
|
||
(3636, 3655, 'pyre_slider', '0'),
|
||
(3637, 3655, 'pyre_wooslider', '0'),
|
||
(3638, 3655, 'pyre_flexslider', '0'),
|
||
(3639, 3655, 'pyre_revslider', '0'),
|
||
(3640, 3655, 'pyre_elasticslider', '0'),
|
||
(3641, 3655, 'pyre_fallback', ''),
|
||
(3642, 3655, 'pyre_full_width', 'no'),
|
||
(3643, 3655, 'pyre_sidebar_position', 'default'),
|
||
(3644, 3655, 'pyre_portfolio_excerpt', ''),
|
||
(3645, 3655, 'pyre_portfolio_full_width', 'yes'),
|
||
(3646, 3655, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(3647, 3655, 'pyre_portfolio_filters', 'yes'),
|
||
(3648, 3655, 'pyre_page_bg_color', ''),
|
||
(3649, 3655, 'pyre_page_bg', ''),
|
||
(3650, 3655, 'pyre_page_bg_full', 'no'),
|
||
(3651, 3655, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3652, 3655, 'pyre_page_title_bar_bg', ''),
|
||
(3653, 3655, 'pyre_page_title_bar_bg_retina', ''),
|
||
(3654, 3655, 'pyre_page_title_bar_bg_color', ''),
|
||
(3655, 3655, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(3656, 3655, 'pyre_link_icon_url', ''),
|
||
(3657, 3655, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3658, 3655, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3659, 3655, '_wp_page_template', '100-width.php'),
|
||
(3660, 3658, 'avada_post_views_count', '93'),
|
||
(3661, 3658, 'pyre_page_title', 'yes'),
|
||
(3662, 3658, 'pyre_page_title_text', 'yes'),
|
||
(3663, 3658, 'pyre_slider_type', 'no'),
|
||
(3664, 3658, 'pyre_slider', '0'),
|
||
(3665, 3658, 'pyre_wooslider', '0'),
|
||
(3666, 3658, 'pyre_flexslider', '0'),
|
||
(3667, 3658, 'pyre_revslider', '0'),
|
||
(3668, 3658, 'pyre_elasticslider', '0'),
|
||
(3669, 3658, 'pyre_fallback', ''),
|
||
(3670, 3658, 'pyre_full_width', 'no'),
|
||
(3671, 3658, 'pyre_sidebar_position', 'default'),
|
||
(3672, 3658, 'pyre_portfolio_excerpt', ''),
|
||
(3673, 3658, 'pyre_portfolio_full_width', 'yes'),
|
||
(3674, 3658, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(3675, 3658, 'pyre_portfolio_filters', 'yes'),
|
||
(3676, 3658, 'pyre_page_bg_color', ''),
|
||
(3677, 3658, 'pyre_page_bg', ''),
|
||
(3678, 3658, 'pyre_page_bg_full', 'no'),
|
||
(3679, 3658, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3680, 3658, 'pyre_page_title_bar_bg', ''),
|
||
(3681, 3658, 'pyre_page_title_bar_bg_retina', ''),
|
||
(3682, 3658, 'pyre_page_title_bar_bg_color', ''),
|
||
(3683, 3658, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(3684, 3658, 'pyre_link_icon_url', ''),
|
||
(3685, 3658, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3686, 3658, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3687, 3658, '_wp_page_template', 'default'),
|
||
(3688, 3658, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(3689, 3658, 'pyre_header_bg_repeat', 'repeat'),
|
||
(3690, 3658, 'pyre_header_bg_full', 'no'),
|
||
(3691, 3658, 'pyre_header_bg_color', ''),
|
||
(3692, 3658, 'pyre_header_bg', ''),
|
||
(3693, 3658, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(3694, 3658, 'pyre_wide_page_bg_full', 'no'),
|
||
(3695, 3658, 'pyre_wide_page_bg_color', ''),
|
||
(3696, 3658, 'pyre_wide_page_bg', ''),
|
||
(3697, 3658, 'pyre_page_bg_layout', 'default'),
|
||
(3698, 3658, 'pyre_page_title', 'yes'),
|
||
(3699, 3658, 'pyre_page_title_text', 'yes'),
|
||
(3700, 3658, 'pyre_slider_type', 'no'),
|
||
(3701, 3658, 'pyre_slider', '0'),
|
||
(3702, 3658, 'pyre_wooslider', '0'),
|
||
(3703, 3658, 'pyre_flexslider', '0'),
|
||
(3704, 3658, 'pyre_revslider', '0'),
|
||
(3705, 3658, 'pyre_elasticslider', '0'),
|
||
(3706, 3658, 'pyre_fallback', ''),
|
||
(3707, 3658, 'pyre_full_width', 'no'),
|
||
(3708, 3658, 'pyre_sidebar_position', 'default'),
|
||
(3709, 3658, 'pyre_portfolio_excerpt', ''),
|
||
(3710, 3658, 'pyre_portfolio_full_width', 'yes'),
|
||
(3711, 3658, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(3712, 3658, 'pyre_portfolio_filters', 'yes'),
|
||
(3713, 3658, 'pyre_page_bg_color', ''),
|
||
(3714, 3658, 'pyre_page_bg', ''),
|
||
(3715, 3658, 'pyre_page_bg_full', 'no'),
|
||
(3716, 3658, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3717, 3658, 'pyre_page_title_bar_bg', ''),
|
||
(3718, 3658, 'pyre_page_title_bar_bg_retina', ''),
|
||
(3719, 3658, 'pyre_page_title_bar_bg_color', ''),
|
||
(3720, 3658, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(3721, 3658, 'pyre_link_icon_url', ''),
|
||
(3722, 3658, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3723, 3658, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3724, 3658, '_wp_page_template', 'default'),
|
||
(3725, 3660, 'avada_post_views_count', '53'),
|
||
(3726, 3660, 'pyre_page_title', 'no'),
|
||
(3727, 3660, 'pyre_page_title_text', 'yes'),
|
||
(3728, 3660, 'pyre_slider_type', 'no'),
|
||
(3729, 3660, 'pyre_slider', '0'),
|
||
(3730, 3660, 'pyre_wooslider', '0'),
|
||
(3731, 3660, 'pyre_flexslider', '0'),
|
||
(3732, 3660, 'pyre_revslider', '0'),
|
||
(3733, 3660, 'pyre_elasticslider', '0'),
|
||
(3734, 3660, 'pyre_fallback', ''),
|
||
(3735, 3660, 'pyre_full_width', 'no'),
|
||
(3736, 3660, 'pyre_sidebar_position', 'default'),
|
||
(3737, 3660, 'pyre_portfolio_excerpt', ''),
|
||
(3738, 3660, 'pyre_portfolio_full_width', 'yes'),
|
||
(3739, 3660, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(3740, 3660, 'pyre_portfolio_filters', 'yes'),
|
||
(3741, 3660, 'pyre_page_bg_color', ''),
|
||
(3742, 3660, 'pyre_page_bg', ''),
|
||
(3743, 3660, 'pyre_page_bg_full', 'no'),
|
||
(3744, 3660, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3745, 3660, 'pyre_page_title_bar_bg', ''),
|
||
(3746, 3660, 'pyre_page_title_bar_bg_retina', ''),
|
||
(3747, 3660, 'pyre_page_title_bar_bg_color', ''),
|
||
(3748, 3660, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(3749, 3660, 'pyre_link_icon_url', ''),
|
||
(3750, 3660, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3751, 3660, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3752, 3660, '_wp_page_template', 'full-width.php'),
|
||
(3753, 3660, 'pyre_page_title', 'no'),
|
||
(3754, 3660, 'pyre_page_title_text', 'yes'),
|
||
(3755, 3660, 'pyre_slider_type', 'no'),
|
||
(3756, 3660, 'pyre_slider', '0'),
|
||
(3757, 3660, 'pyre_wooslider', '0'),
|
||
(3758, 3660, 'pyre_flexslider', '0'),
|
||
(3759, 3660, 'pyre_revslider', '0'),
|
||
(3760, 3660, 'pyre_elasticslider', '0'),
|
||
(3761, 3660, 'pyre_fallback', ''),
|
||
(3762, 3660, 'pyre_full_width', 'no'),
|
||
(3763, 3660, 'pyre_sidebar_position', 'default'),
|
||
(3764, 3660, 'pyre_portfolio_excerpt', ''),
|
||
(3765, 3660, 'pyre_portfolio_full_width', 'yes'),
|
||
(3766, 3660, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(3767, 3660, 'pyre_portfolio_filters', 'yes'),
|
||
(3768, 3660, 'pyre_page_bg_color', ''),
|
||
(3769, 3660, 'pyre_page_bg', ''),
|
||
(3770, 3660, 'pyre_page_bg_full', 'no'),
|
||
(3771, 3660, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3772, 3660, 'pyre_page_title_bar_bg', ''),
|
||
(3773, 3660, 'pyre_page_title_bar_bg_retina', ''),
|
||
(3774, 3660, 'pyre_page_title_bar_bg_color', ''),
|
||
(3775, 3660, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(3776, 3660, 'pyre_link_icon_url', ''),
|
||
(3777, 3660, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3778, 3660, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3779, 3660, '_wp_page_template', 'full-width.php'),
|
||
(3780, 3662, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(3781, 3662, 'pyre_header_bg_repeat', 'repeat'),
|
||
(3782, 3662, 'pyre_header_bg_full', 'no'),
|
||
(3783, 3662, 'pyre_page_title', 'no'),
|
||
(3784, 3662, 'pyre_page_title_text', 'yes'),
|
||
(3785, 3662, 'pyre_slider_type', 'no'),
|
||
(3786, 3662, 'pyre_slider', '0'),
|
||
(3787, 3662, 'pyre_wooslider', '0'),
|
||
(3788, 3662, 'pyre_flexslider', '0'),
|
||
(3789, 3662, 'pyre_revslider', '0'),
|
||
(3790, 3662, 'pyre_elasticslider', '0'),
|
||
(3791, 3662, 'pyre_fallback', ''),
|
||
(3792, 3662, 'pyre_full_width', 'no'),
|
||
(3793, 3662, 'pyre_sidebar_position', 'default'),
|
||
(3794, 3662, 'pyre_portfolio_excerpt', ''),
|
||
(3795, 3662, 'pyre_portfolio_full_width', 'yes'),
|
||
(3796, 3662, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(3797, 3662, 'pyre_portfolio_filters', 'yes'),
|
||
(3798, 3662, 'pyre_page_bg_color', ''),
|
||
(3799, 3662, 'pyre_page_bg', ''),
|
||
(3800, 3662, 'pyre_page_bg_full', 'no'),
|
||
(3801, 3662, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3802, 3662, 'pyre_page_title_bar_bg', ''),
|
||
(3803, 3662, 'pyre_page_title_bar_bg_retina', ''),
|
||
(3804, 3662, 'pyre_page_title_bar_bg_color', ''),
|
||
(3805, 3662, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(3806, 3662, 'pyre_link_icon_url', ''),
|
||
(3807, 3662, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3808, 3662, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3809, 3662, '_wp_page_template', '100-width.php'),
|
||
(3810, 3662, 'pyre_header_bg_color', ''),
|
||
(3811, 3662, 'pyre_header_bg', ''),
|
||
(3812, 3662, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(3813, 3662, 'pyre_wide_page_bg_full', 'no'),
|
||
(3814, 3662, 'pyre_wide_page_bg_color', ''),
|
||
(3815, 3662, 'pyre_wide_page_bg', ''),
|
||
(3816, 3662, 'pyre_page_bg_layout', 'default'),
|
||
(3817, 3662, 'avada_post_views_count', '64'),
|
||
(3818, 3664, 'avada_post_views_count', '94'),
|
||
(3819, 3664, 'pyre_wide_page_bg_full', 'no'),
|
||
(3820, 3664, 'pyre_wide_page_bg_color', ''),
|
||
(3821, 3664, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(3822, 3664, 'pyre_link_icon_url', ''),
|
||
(3823, 3664, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3824, 3664, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3825, 3664, '_wp_page_template', '100-width.php'),
|
||
(3826, 3664, 'pyre_page_title_bar_bg_color', ''),
|
||
(3827, 3664, 'pyre_page_title', 'no'),
|
||
(3828, 3664, 'pyre_page_title_text', 'yes'),
|
||
(3829, 3664, 'pyre_slider_type', 'no'),
|
||
(3830, 3664, 'pyre_slider', '0'),
|
||
(3831, 3664, 'pyre_wooslider', '0'),
|
||
(3832, 3664, 'pyre_flexslider', '0'),
|
||
(3833, 3664, 'pyre_revslider', '0'),
|
||
(3834, 3664, 'pyre_elasticslider', '0'),
|
||
(3835, 3664, 'pyre_fallback', ''),
|
||
(3836, 3664, 'pyre_full_width', 'no'),
|
||
(3837, 3664, 'pyre_sidebar_position', 'default'),
|
||
(3838, 3664, 'pyre_portfolio_excerpt', ''),
|
||
(3839, 3664, 'pyre_portfolio_full_width', 'yes'),
|
||
(3840, 3664, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(3841, 3664, 'pyre_portfolio_filters', 'yes'),
|
||
(3842, 3664, 'pyre_page_bg_color', ''),
|
||
(3843, 3664, 'pyre_page_bg', ''),
|
||
(3844, 3664, 'pyre_page_bg_full', 'no'),
|
||
(3845, 3664, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3846, 3664, 'pyre_page_title_bar_bg', ''),
|
||
(3847, 3664, 'pyre_page_title_bar_bg_retina', ''),
|
||
(3848, 3664, 'pyre_page_bg_layout', 'default'),
|
||
(3849, 3664, 'pyre_wide_page_bg', ''),
|
||
(3850, 3664, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(3851, 3664, 'pyre_header_bg_repeat', 'repeat'),
|
||
(3852, 3664, 'pyre_header_bg_full', 'no'),
|
||
(3853, 3664, 'pyre_header_bg_color', ''),
|
||
(3854, 3664, 'pyre_header_bg', ''),
|
||
(3855, 3664, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(3856, 3664, 'avada_post_views_count', '0'),
|
||
(3857, 3664, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(3858, 3664, 'pyre_link_icon_url', ''),
|
||
(3859, 3664, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3860, 3664, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3861, 3664, '_wp_page_template', '100-width.php'),
|
||
(3862, 3664, 'pyre_page_title_bar_bg_color', ''),
|
||
(3863, 3664, 'pyre_page_title', 'no'),
|
||
(3864, 3664, 'pyre_page_title_text', 'yes'),
|
||
(3865, 3664, 'pyre_slider_type', 'no'),
|
||
(3866, 3664, 'pyre_slider', '0'),
|
||
(3867, 3664, 'pyre_wooslider', '0'),
|
||
(3868, 3664, 'pyre_flexslider', '0'),
|
||
(3869, 3664, 'pyre_revslider', '0'),
|
||
(3870, 3664, 'pyre_elasticslider', '0'),
|
||
(3871, 3664, 'pyre_fallback', ''),
|
||
(3872, 3664, 'pyre_full_width', 'no'),
|
||
(3873, 3664, 'pyre_sidebar_position', 'default'),
|
||
(3874, 3664, 'pyre_portfolio_excerpt', ''),
|
||
(3875, 3664, 'pyre_portfolio_full_width', 'yes'),
|
||
(3876, 3664, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(3877, 3664, 'pyre_portfolio_filters', 'yes'),
|
||
(3878, 3664, 'pyre_page_bg_color', ''),
|
||
(3879, 3664, 'pyre_page_bg', ''),
|
||
(3880, 3664, 'pyre_page_bg_full', 'no'),
|
||
(3881, 3664, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3882, 3664, 'pyre_page_title_bar_bg', ''),
|
||
(3883, 3664, 'pyre_page_title_bar_bg_retina', ''),
|
||
(3884, 3670, 'avada_post_views_count', '64'),
|
||
(3885, 3670, 'pyre_page_title', 'no'),
|
||
(3886, 3670, 'pyre_page_title_text', 'yes'),
|
||
(3887, 3670, 'pyre_slider_type', 'no'),
|
||
(3888, 3670, 'pyre_slider', '0'),
|
||
(3889, 3670, 'pyre_wooslider', '0'),
|
||
(3890, 3670, 'pyre_flexslider', '0'),
|
||
(3891, 3670, 'pyre_revslider', '0'),
|
||
(3892, 3670, 'pyre_elasticslider', '0'),
|
||
(3893, 3670, 'pyre_fallback', ''),
|
||
(3894, 3670, 'pyre_full_width', 'no'),
|
||
(3895, 3670, 'pyre_sidebar_position', 'default'),
|
||
(3896, 3670, 'pyre_portfolio_excerpt', ''),
|
||
(3897, 3670, 'pyre_portfolio_full_width', 'yes'),
|
||
(3898, 3670, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(3899, 3670, 'pyre_portfolio_filters', 'yes'),
|
||
(3900, 3670, 'pyre_page_bg_color', ''),
|
||
(3901, 3670, 'pyre_page_bg', ''),
|
||
(3902, 3670, 'pyre_page_bg_full', 'no'),
|
||
(3903, 3670, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3904, 3670, 'pyre_page_title_bar_bg', ''),
|
||
(3905, 3670, 'pyre_page_title_bar_bg_retina', ''),
|
||
(3906, 3670, 'pyre_page_title_bar_bg_color', ''),
|
||
(3907, 3670, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(3908, 3670, 'pyre_link_icon_url', ''),
|
||
(3909, 3670, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3910, 3670, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3911, 3670, '_wp_page_template', '100-width.php'),
|
||
(3912, 3670, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(3913, 3670, 'pyre_header_bg_repeat', 'repeat'),
|
||
(3914, 3670, 'pyre_header_bg_full', 'no'),
|
||
(3915, 3670, 'pyre_header_bg_color', ''),
|
||
(3916, 3670, 'pyre_header_bg', ''),
|
||
(3917, 3670, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(3918, 3670, 'pyre_wide_page_bg_full', 'no'),
|
||
(3919, 3670, 'pyre_wide_page_bg_color', ''),
|
||
(3920, 3670, 'pyre_wide_page_bg', ''),
|
||
(3921, 3670, 'pyre_page_bg_layout', 'default'),
|
||
(3922, 3670, 'avada_post_views_count', '0'),
|
||
(3923, 3670, 'pyre_page_title', 'no'),
|
||
(3924, 3670, 'pyre_page_title_text', 'yes'),
|
||
(3925, 3670, 'pyre_slider_type', 'no'),
|
||
(3926, 3670, 'pyre_slider', '0'),
|
||
(3927, 3670, 'pyre_wooslider', '0'),
|
||
(3928, 3670, 'pyre_flexslider', '0'),
|
||
(3929, 3670, 'pyre_revslider', '0'),
|
||
(3930, 3670, 'pyre_elasticslider', '0'),
|
||
(3931, 3670, 'pyre_fallback', ''),
|
||
(3932, 3670, 'pyre_full_width', 'no'),
|
||
(3933, 3670, 'pyre_sidebar_position', 'default'),
|
||
(3934, 3670, 'pyre_portfolio_excerpt', ''),
|
||
(3935, 3670, 'pyre_portfolio_full_width', 'yes'),
|
||
(3936, 3670, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(3937, 3670, 'pyre_portfolio_filters', 'yes'),
|
||
(3938, 3670, 'pyre_page_bg_color', ''),
|
||
(3939, 3670, 'pyre_page_bg', ''),
|
||
(3940, 3670, 'pyre_page_bg_full', 'no'),
|
||
(3941, 3670, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3942, 3670, 'pyre_page_title_bar_bg', ''),
|
||
(3943, 3670, 'pyre_page_title_bar_bg_retina', ''),
|
||
(3944, 3670, 'pyre_page_title_bar_bg_color', ''),
|
||
(3945, 3670, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(3946, 3670, 'pyre_link_icon_url', ''),
|
||
(3947, 3670, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3948, 3670, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3949, 3670, '_wp_page_template', '100-width.php'),
|
||
(3950, 3678, 'pyre_page_title', 'yes'),
|
||
(3951, 3678, 'pyre_page_title_text', 'yes'),
|
||
(3952, 3678, 'pyre_slider_type', 'no'),
|
||
(3953, 3678, 'pyre_slider', '0'),
|
||
(3954, 3678, 'pyre_wooslider', '0'),
|
||
(3955, 3678, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(3956, 3678, 'pyre_page_title_bar_bg', ''),
|
||
(3957, 3678, 'pyre_page_title_bar_bg_retina', ''),
|
||
(3958, 3678, 'pyre_page_title_bar_bg_color', ''),
|
||
(3959, 3678, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(3960, 3678, 'pyre_link_icon_url', ''),
|
||
(3961, 3678, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3962, 3678, 'pyre_flexslider', '0'),
|
||
(3963, 3678, 'pyre_revslider', '0'),
|
||
(3964, 3678, 'pyre_elasticslider', '0'),
|
||
(3965, 3678, 'pyre_fallback', ''),
|
||
(3966, 3678, 'pyre_full_width', 'no'),
|
||
(3967, 3678, 'pyre_sidebar_position', 'default'),
|
||
(3968, 3678, 'pyre_portfolio_excerpt', ''),
|
||
(3969, 3678, 'pyre_portfolio_full_width', 'yes'),
|
||
(3970, 3678, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(3971, 3678, 'pyre_portfolio_filters', 'yes'),
|
||
(3972, 3678, 'pyre_page_bg_color', ''),
|
||
(3973, 3678, 'pyre_page_bg', ''),
|
||
(3974, 3678, 'pyre_page_bg_full', 'no'),
|
||
(3975, 3678, 'pyre_page_bg_repeat', 'repeat'),
|
||
(3976, 3678, '_wp_page_template', 'full-width.php'),
|
||
(3977, 3678, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(3978, 3678, 'avada_post_views_count', '75'),
|
||
(3979, 3678, 'pyre_wide_page_bg_full', 'no'),
|
||
(3980, 3678, 'pyre_wide_page_bg_color', ''),
|
||
(3981, 3678, 'pyre_wide_page_bg', ''),
|
||
(3982, 3678, 'pyre_page_bg_layout', 'default'),
|
||
(3983, 3678, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(3984, 3678, 'pyre_header_bg_repeat', 'repeat'),
|
||
(3985, 3678, 'pyre_header_bg_full', 'no'),
|
||
(3986, 3678, 'pyre_header_bg_color', ''),
|
||
(3987, 3678, 'pyre_header_bg', ''),
|
||
(3988, 3678, 'pyre_page_title', 'yes'),
|
||
(3989, 3678, 'pyre_page_title_text', 'yes'),
|
||
(3990, 3678, 'pyre_slider_type', 'no'),
|
||
(3991, 3678, 'pyre_slider', '0'),
|
||
(3992, 3678, 'pyre_wooslider', '0'),
|
||
(3993, 3678, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(3994, 3678, 'pyre_page_title_bar_bg', ''),
|
||
(3995, 3678, 'pyre_page_title_bar_bg_retina', ''),
|
||
(3996, 3678, 'pyre_page_title_bar_bg_color', ''),
|
||
(3997, 3678, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(3998, 3678, 'pyre_link_icon_url', ''),
|
||
(3999, 3678, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(4000, 3678, 'pyre_flexslider', '0'),
|
||
(4001, 3678, 'pyre_revslider', '0'),
|
||
(4002, 3678, 'pyre_elasticslider', '0'),
|
||
(4003, 3678, 'pyre_fallback', ''),
|
||
(4004, 3678, 'pyre_full_width', 'no'),
|
||
(4005, 3678, 'pyre_sidebar_position', 'default'),
|
||
(4006, 3678, 'pyre_portfolio_excerpt', ''),
|
||
(4007, 3678, 'pyre_portfolio_full_width', 'yes'),
|
||
(4008, 3678, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(4009, 3678, 'pyre_portfolio_filters', 'yes'),
|
||
(4010, 3678, 'pyre_page_bg_color', ''),
|
||
(4011, 3678, 'pyre_page_bg', ''),
|
||
(4012, 3678, 'pyre_page_bg_full', 'no'),
|
||
(4013, 3678, 'pyre_page_bg_repeat', 'repeat'),
|
||
(4014, 3678, '_wp_page_template', 'full-width.php'),
|
||
(4015, 4204, 'pyre_page_title', 'yes'),
|
||
(4016, 4204, 'pyre_slider_type', 'no'),
|
||
(4017, 4204, 'pyre_slider', '0'),
|
||
(4018, 4204, 'pyre_wooslider', '0'),
|
||
(4019, 4204, 'pyre_flexslider', '0'),
|
||
(4020, 4204, 'pyre_revslider', '0'),
|
||
(4021, 4204, 'pyre_elasticslider', '0'),
|
||
(4022, 4204, 'pyre_fallback', ''),
|
||
(4023, 4204, 'pyre_full_width', 'no'),
|
||
(4024, 4204, 'pyre_sidebar_position', 'right'),
|
||
(4025, 4204, 'pyre_portfolio_excerpt', ''),
|
||
(4026, 4204, 'pyre_portfolio_full_width', 'yes'),
|
||
(4027, 4204, 'pyre_portfolio_sidebar_position', 'right'),
|
||
(4028, 4204, 'pyre_page_bg_color', ''),
|
||
(4029, 4204, 'pyre_page_bg', ''),
|
||
(4030, 4204, 'pyre_page_bg_full', 'no'),
|
||
(4031, 4204, 'pyre_page_bg_repeat', 'repeat'),
|
||
(4032, 4204, 'pyre_page_title_bar_bg', ''),
|
||
(4033, 4204, 'pyre_page_title_bar_bg_color', ''),
|
||
(4034, 4204, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(4035, 4204, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(4036, 4204, '_wp_page_template', 'full-width.php'),
|
||
(4037, 3697, 'pyre_page_title', 'yes'),
|
||
(4038, 3697, 'pyre_page_bg_layout', 'default'),
|
||
(4039, 3697, 'pyre_wide_page_bg', ''),
|
||
(4040, 3697, 'pyre_wide_page_bg_color', ''),
|
||
(4041, 3697, 'pyre_wide_page_bg_full', 'no'),
|
||
(4042, 3697, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(4043, 3697, 'pyre_header_bg', ''),
|
||
(4044, 3697, 'pyre_header_bg_color', ''),
|
||
(4045, 3697, 'pyre_header_bg_full', 'no'),
|
||
(4046, 3697, 'pyre_header_bg_repeat', 'repeat'),
|
||
(4047, 3697, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(4048, 3697, 'avada_post_views_count', '171'),
|
||
(4049, 3697, 'pyre_page_title_text', 'yes'),
|
||
(4050, 3697, 'pyre_slider_type', 'no'),
|
||
(4051, 3697, '_wp_page_template', 'full-width.php'),
|
||
(4052, 3697, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(4053, 3697, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(4054, 3697, 'pyre_wooslider', '0'),
|
||
(4055, 3697, 'pyre_flexslider', '0'),
|
||
(4056, 3697, 'pyre_revslider', '0'),
|
||
(4057, 3697, 'pyre_elasticslider', '0'),
|
||
(4058, 3697, 'pyre_fallback', ''),
|
||
(4059, 3697, 'pyre_full_width', 'no'),
|
||
(4060, 3697, 'pyre_sidebar_position', 'default'),
|
||
(4061, 3697, 'pyre_portfolio_excerpt', ''),
|
||
(4062, 3697, 'pyre_portfolio_full_width', 'yes'),
|
||
(4063, 3697, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(4064, 3697, 'pyre_portfolio_filters', 'yes'),
|
||
(4065, 3697, 'pyre_page_bg_color', ''),
|
||
(4066, 3697, 'pyre_page_bg', ''),
|
||
(4067, 3697, 'pyre_page_bg_full', 'no'),
|
||
(4068, 3697, 'pyre_page_bg_repeat', 'repeat'),
|
||
(4069, 3697, 'pyre_page_title_bar_bg', ''),
|
||
(4070, 3697, 'pyre_page_title_bar_bg_retina', ''),
|
||
(4071, 3697, 'pyre_page_title_bar_bg_color', ''),
|
||
(4072, 3697, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(4073, 3697, 'pyre_link_icon_url', ''),
|
||
(4074, 3697, 'pyre_slider', '0'),
|
||
(4075, 3697, 'pyre_page_title', 'yes'),
|
||
(4076, 3697, 'pyre_page_bg_layout', 'default'),
|
||
(4077, 3697, 'pyre_wide_page_bg', ''),
|
||
(4078, 3697, 'pyre_wide_page_bg_color', ''),
|
||
(4079, 3697, 'pyre_wide_page_bg_full', 'no'),
|
||
(4080, 3697, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(4081, 3697, 'pyre_header_bg', ''),
|
||
(4082, 3697, 'pyre_header_bg_color', ''),
|
||
(4083, 3697, 'pyre_header_bg_full', 'no'),
|
||
(4084, 3697, 'pyre_header_bg_repeat', 'repeat'),
|
||
(4085, 3697, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(4086, 3697, 'avada_post_views_count', '18'),
|
||
(4087, 3697, 'pyre_page_title_text', 'yes'),
|
||
(4088, 3697, 'pyre_slider_type', 'no'),
|
||
(4089, 3697, '_wp_page_template', 'full-width.php'),
|
||
(4090, 3697, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(4091, 3697, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(4092, 3697, 'pyre_wooslider', '0'),
|
||
(4093, 3697, 'pyre_flexslider', '0'),
|
||
(4094, 3697, 'pyre_revslider', '0'),
|
||
(4095, 3697, 'pyre_elasticslider', '0'),
|
||
(4096, 3697, 'pyre_fallback', ''),
|
||
(4097, 3697, 'pyre_full_width', 'no'),
|
||
(4098, 3697, 'pyre_sidebar_position', 'default'),
|
||
(4099, 3697, 'pyre_portfolio_excerpt', ''),
|
||
(4100, 3697, 'pyre_portfolio_full_width', 'yes'),
|
||
(4101, 3697, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(4102, 3697, 'pyre_portfolio_filters', 'yes'),
|
||
(4103, 3697, 'pyre_page_bg_color', ''),
|
||
(4104, 3697, 'pyre_page_bg', ''),
|
||
(4105, 3697, 'pyre_page_bg_full', 'no'),
|
||
(4106, 3697, 'pyre_page_bg_repeat', 'repeat'),
|
||
(4107, 3697, 'pyre_page_title_bar_bg', ''),
|
||
(4108, 3697, 'pyre_page_title_bar_bg_retina', ''),
|
||
(4109, 3697, 'pyre_page_title_bar_bg_color', ''),
|
||
(4110, 3697, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(4111, 3697, 'pyre_link_icon_url', ''),
|
||
(4112, 3697, 'pyre_slider', '0'),
|
||
(4113, 3698, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(4114, 3698, 'pyre_header_bg_repeat', 'repeat'),
|
||
(4115, 3698, 'avada_post_views_count', '125'),
|
||
(4116, 3698, 'pyre_page_bg_layout', 'default'),
|
||
(4117, 3698, 'pyre_wide_page_bg', ''),
|
||
(4118, 3698, 'pyre_wide_page_bg_color', ''),
|
||
(4119, 3698, 'pyre_wide_page_bg_full', 'no'),
|
||
(4120, 3698, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(4121, 3698, 'pyre_header_bg', ''),
|
||
(4122, 3698, 'pyre_header_bg_color', ''),
|
||
(4123, 3698, 'pyre_header_bg_full', 'no'),
|
||
(4124, 3698, 'pyre_fallback', ''),
|
||
(4125, 3698, 'pyre_full_width', 'no'),
|
||
(4126, 3698, 'pyre_sidebar_position', 'default'),
|
||
(4127, 3698, 'pyre_portfolio_excerpt', ''),
|
||
(4128, 3698, 'pyre_portfolio_full_width', 'yes'),
|
||
(4129, 3698, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(4130, 3698, 'pyre_portfolio_filters', 'yes'),
|
||
(4131, 3698, 'pyre_page_bg_color', ''),
|
||
(4132, 3698, 'pyre_page_bg', ''),
|
||
(4133, 3698, 'pyre_page_bg_full', 'no'),
|
||
(4134, 3698, 'pyre_page_bg_repeat', 'repeat'),
|
||
(4135, 3698, 'pyre_page_title_bar_bg', ''),
|
||
(4136, 3698, 'pyre_page_title_bar_bg_retina', ''),
|
||
(4137, 3698, 'pyre_page_title_bar_bg_color', ''),
|
||
(4138, 3698, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(4139, 3698, 'pyre_link_icon_url', ''),
|
||
(4140, 3698, 'pyre_elasticslider', '0'),
|
||
(4141, 3698, 'pyre_revslider', '0'),
|
||
(4142, 3698, 'pyre_flexslider', '0'),
|
||
(4143, 3698, 'pyre_wooslider', '0'),
|
||
(4144, 3698, 'pyre_slider', '0'),
|
||
(4145, 3698, '_wp_page_template', 'full-width.php'),
|
||
(4146, 3698, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(4147, 3698, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(4148, 3698, 'pyre_page_title', 'yes'),
|
||
(4149, 3698, 'pyre_page_title_text', 'yes'),
|
||
(4150, 3698, 'pyre_slider_type', 'no'),
|
||
(4151, 3698, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(4152, 3698, 'pyre_header_bg_repeat', 'repeat'),
|
||
(4153, 3698, 'avada_post_views_count', '3'),
|
||
(4154, 3698, 'pyre_page_bg_layout', 'default'),
|
||
(4155, 3698, 'pyre_wide_page_bg', ''),
|
||
(4156, 3698, 'pyre_wide_page_bg_color', ''),
|
||
(4157, 3698, 'pyre_wide_page_bg_full', 'no'),
|
||
(4158, 3698, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(4159, 3698, 'pyre_header_bg', ''),
|
||
(4160, 3698, 'pyre_header_bg_color', ''),
|
||
(4161, 3698, 'pyre_header_bg_full', 'no'),
|
||
(4162, 3698, 'pyre_fallback', ''),
|
||
(4163, 3698, 'pyre_full_width', 'no'),
|
||
(4164, 3698, 'pyre_sidebar_position', 'default'),
|
||
(4165, 3698, 'pyre_portfolio_excerpt', ''),
|
||
(4166, 3698, 'pyre_portfolio_full_width', 'yes'),
|
||
(4167, 3698, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(4168, 3698, 'pyre_portfolio_filters', 'yes'),
|
||
(4169, 3698, 'pyre_page_bg_color', ''),
|
||
(4170, 3698, 'pyre_page_bg', ''),
|
||
(4171, 3698, 'pyre_page_bg_full', 'no'),
|
||
(4172, 3698, 'pyre_page_bg_repeat', 'repeat'),
|
||
(4173, 3698, 'pyre_page_title_bar_bg', ''),
|
||
(4174, 3698, 'pyre_page_title_bar_bg_retina', ''),
|
||
(4175, 3698, 'pyre_page_title_bar_bg_color', ''),
|
||
(4176, 3698, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(4177, 3698, 'pyre_link_icon_url', ''),
|
||
(4178, 3698, 'pyre_elasticslider', '0'),
|
||
(4179, 3698, 'pyre_revslider', '0'),
|
||
(4180, 3698, 'pyre_flexslider', '0'),
|
||
(4181, 3698, 'pyre_wooslider', '0'),
|
||
(4182, 3698, 'pyre_slider', '0'),
|
||
(4183, 3698, '_wp_page_template', 'full-width.php'),
|
||
(4184, 3698, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(4185, 3698, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(4186, 3698, 'pyre_page_title', 'yes'),
|
||
(4187, 3698, 'pyre_page_title_text', 'yes'),
|
||
(4188, 3698, 'pyre_slider_type', 'no'),
|
||
(4189, 3699, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(4190, 3699, 'pyre_header_bg_repeat', 'repeat'),
|
||
(4191, 3699, 'pyre_header_bg_full', 'no'),
|
||
(4192, 3699, 'pyre_header_bg_color', ''),
|
||
(4193, 3699, 'pyre_header_bg', ''),
|
||
(4194, 3699, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(4195, 3699, 'pyre_wide_page_bg_full', 'no'),
|
||
(4196, 3699, 'pyre_wide_page_bg_color', ''),
|
||
(4197, 3699, 'pyre_wide_page_bg', ''),
|
||
(4198, 3699, 'pyre_page_bg_layout', 'default'),
|
||
(4199, 3699, 'avada_post_views_count', '89'),
|
||
(4200, 3699, '_wp_page_template', 'default'),
|
||
(4201, 3699, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:12:"Blog Sidebar";}'),
|
||
(4202, 3699, 'pyre_page_title', 'yes'),
|
||
(4203, 3699, 'pyre_page_title_text', 'yes'),
|
||
(4204, 3699, 'pyre_slider_type', 'no'),
|
||
(4205, 3699, 'pyre_slider', '0'),
|
||
(4206, 3699, 'pyre_wooslider', '0'),
|
||
(4207, 3699, 'pyre_flexslider', '0'),
|
||
(4208, 3699, 'pyre_revslider', '0'),
|
||
(4209, 3699, 'pyre_elasticslider', '0'),
|
||
(4210, 3699, 'pyre_fallback', ''),
|
||
(4211, 3699, 'pyre_full_width', 'no'),
|
||
(4212, 3699, 'pyre_sidebar_position', 'default'),
|
||
(4213, 3699, 'pyre_portfolio_excerpt', ''),
|
||
(4214, 3699, 'pyre_portfolio_full_width', 'yes'),
|
||
(4215, 3699, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(4216, 3699, 'pyre_portfolio_filters', 'yes'),
|
||
(4217, 3699, 'pyre_page_bg_color', ''),
|
||
(4218, 3699, 'pyre_page_bg', ''),
|
||
(4219, 3699, 'pyre_page_bg_full', 'no'),
|
||
(4220, 3699, 'pyre_page_bg_repeat', 'repeat'),
|
||
(4221, 3699, 'pyre_page_title_bar_bg', ''),
|
||
(4222, 3699, 'pyre_page_title_bar_bg_retina', ''),
|
||
(4223, 3699, 'pyre_page_title_bar_bg_color', ''),
|
||
(4224, 3699, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(4225, 3699, 'pyre_link_icon_url', ''),
|
||
(4226, 3699, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(4227, 3699, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(4228, 3699, 'pyre_header_bg_repeat', 'repeat'),
|
||
(4229, 3699, 'pyre_header_bg_full', 'no'),
|
||
(4230, 3699, 'pyre_header_bg_color', ''),
|
||
(4231, 3699, 'pyre_header_bg', ''),
|
||
(4232, 3699, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(4233, 3699, 'pyre_wide_page_bg_full', 'no'),
|
||
(4234, 3699, 'pyre_wide_page_bg_color', ''),
|
||
(4235, 3699, 'pyre_wide_page_bg', ''),
|
||
(4236, 3699, 'pyre_page_bg_layout', 'default'),
|
||
(4237, 3699, 'avada_post_views_count', '4'),
|
||
(4238, 3699, '_wp_page_template', 'default'),
|
||
(4239, 3699, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:12:"Blog Sidebar";}'),
|
||
(4240, 3699, 'pyre_page_title', 'yes'),
|
||
(4241, 3699, 'pyre_page_title_text', 'yes'),
|
||
(4242, 3699, 'pyre_slider_type', 'no'),
|
||
(4243, 3699, 'pyre_slider', '0'),
|
||
(4244, 3699, 'pyre_wooslider', '0'),
|
||
(4245, 3699, 'pyre_flexslider', '0'),
|
||
(4246, 3699, 'pyre_revslider', '0'),
|
||
(4247, 3699, 'pyre_elasticslider', '0'),
|
||
(4248, 3699, 'pyre_fallback', ''),
|
||
(4249, 3699, 'pyre_full_width', 'no'),
|
||
(4250, 3699, 'pyre_sidebar_position', 'default'),
|
||
(4251, 3699, 'pyre_portfolio_excerpt', ''),
|
||
(4252, 3699, 'pyre_portfolio_full_width', 'yes'),
|
||
(4253, 3699, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(4254, 3699, 'pyre_portfolio_filters', 'yes'),
|
||
(4255, 3699, 'pyre_page_bg_color', ''),
|
||
(4256, 3699, 'pyre_page_bg', ''),
|
||
(4257, 3699, 'pyre_page_bg_full', 'no'),
|
||
(4258, 3699, 'pyre_page_bg_repeat', 'repeat'),
|
||
(4259, 3699, 'pyre_page_title_bar_bg', ''),
|
||
(4260, 3699, 'pyre_page_title_bar_bg_retina', ''),
|
||
(4261, 3699, 'pyre_page_title_bar_bg_color', ''),
|
||
(4262, 3699, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(4263, 3699, 'pyre_link_icon_url', ''),
|
||
(4264, 3699, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(4265, 3700, 'avada_post_views_count', '61'),
|
||
(4266, 3700, 'pyre_page_bg_layout', 'default'),
|
||
(4267, 3700, 'pyre_wide_page_bg', ''),
|
||
(4268, 3700, 'pyre_wide_page_bg_color', ''),
|
||
(4269, 3700, 'pyre_wide_page_bg_full', 'no'),
|
||
(4270, 3700, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(4271, 3700, 'pyre_header_bg', ''),
|
||
(4272, 3700, 'pyre_header_bg_color', ''),
|
||
(4273, 3700, 'pyre_header_bg_full', 'no'),
|
||
(4274, 3700, 'pyre_header_bg_repeat', 'repeat'),
|
||
(4275, 3700, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(4276, 3700, '_wp_page_template', 'default'),
|
||
(4277, 3700, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(4278, 3700, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(4279, 3700, 'pyre_page_title', 'yes'),
|
||
(4280, 3700, 'pyre_page_title_text', 'yes'),
|
||
(4281, 3700, 'pyre_slider_type', 'no'),
|
||
(4282, 3700, 'pyre_slider', '0'),
|
||
(4283, 3700, 'pyre_wooslider', '0'),
|
||
(4284, 3700, 'pyre_flexslider', '0'),
|
||
(4285, 3700, 'pyre_revslider', '0'),
|
||
(4286, 3700, 'pyre_elasticslider', '0'),
|
||
(4287, 3700, 'pyre_fallback', ''),
|
||
(4288, 3700, 'pyre_full_width', 'no'),
|
||
(4289, 3700, 'pyre_sidebar_position', 'default'),
|
||
(4290, 3700, 'pyre_portfolio_excerpt', ''),
|
||
(4291, 3700, 'pyre_portfolio_full_width', 'yes'),
|
||
(4292, 3700, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(4293, 3700, 'pyre_portfolio_filters', 'yes'),
|
||
(4294, 3700, 'pyre_page_bg_color', ''),
|
||
(4295, 3700, 'pyre_page_bg', ''),
|
||
(4296, 3700, 'pyre_page_bg_full', 'no'),
|
||
(4297, 3700, 'pyre_page_bg_repeat', 'repeat'),
|
||
(4298, 3700, 'pyre_page_title_bar_bg', ''),
|
||
(4299, 3700, 'pyre_page_title_bar_bg_retina', ''),
|
||
(4300, 3700, 'pyre_page_title_bar_bg_color', ''),
|
||
(4301, 3700, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(4302, 3700, 'pyre_link_icon_url', ''),
|
||
(4303, 3700, 'avada_post_views_count', '2'),
|
||
(4304, 3700, 'pyre_page_bg_layout', 'default'),
|
||
(4305, 3700, 'pyre_wide_page_bg', ''),
|
||
(4306, 3700, 'pyre_wide_page_bg_color', ''),
|
||
(4307, 3700, 'pyre_wide_page_bg_full', 'no'),
|
||
(4308, 3700, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(4309, 3700, 'pyre_header_bg', ''),
|
||
(4310, 3700, 'pyre_header_bg_color', ''),
|
||
(4311, 3700, 'pyre_header_bg_full', 'no'),
|
||
(4312, 3700, 'pyre_header_bg_repeat', 'repeat'),
|
||
(4313, 3700, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(4314, 3700, '_wp_page_template', 'default'),
|
||
(4315, 3700, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(4316, 3700, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(4317, 3700, 'pyre_page_title', 'yes'),
|
||
(4318, 3700, 'pyre_page_title_text', 'yes'),
|
||
(4319, 3700, 'pyre_slider_type', 'no'),
|
||
(4320, 3700, 'pyre_slider', '0'),
|
||
(4321, 3700, 'pyre_wooslider', '0'),
|
||
(4322, 3700, 'pyre_flexslider', '0'),
|
||
(4323, 3700, 'pyre_revslider', '0'),
|
||
(4324, 3700, 'pyre_elasticslider', '0'),
|
||
(4325, 3700, 'pyre_fallback', ''),
|
||
(4326, 3700, 'pyre_full_width', 'no'),
|
||
(4327, 3700, 'pyre_sidebar_position', 'default'),
|
||
(4328, 3700, 'pyre_portfolio_excerpt', ''),
|
||
(4329, 3700, 'pyre_portfolio_full_width', 'yes'),
|
||
(4330, 3700, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(4331, 3700, 'pyre_portfolio_filters', 'yes'),
|
||
(4332, 3700, 'pyre_page_bg_color', ''),
|
||
(4333, 3700, 'pyre_page_bg', ''),
|
||
(4334, 3700, 'pyre_page_bg_full', 'no'),
|
||
(4335, 3700, 'pyre_page_bg_repeat', 'repeat'),
|
||
(4336, 3700, 'pyre_page_title_bar_bg', ''),
|
||
(4337, 3700, 'pyre_page_title_bar_bg_retina', ''),
|
||
(4338, 3700, 'pyre_page_title_bar_bg_color', ''),
|
||
(4339, 3700, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(4340, 3700, 'pyre_link_icon_url', ''),
|
||
(4341, 3705, 'avada_post_views_count', '92'),
|
||
(4342, 3705, 'pyre_page_title', 'yes'),
|
||
(4343, 3705, 'pyre_page_title_text', 'yes'),
|
||
(4344, 3705, 'pyre_slider_type', 'no'),
|
||
(4345, 3705, 'pyre_slider', '0'),
|
||
(4346, 3705, 'pyre_wooslider', '0'),
|
||
(4347, 3705, 'pyre_flexslider', '0'),
|
||
(4348, 3705, 'pyre_revslider', '0'),
|
||
(4349, 3705, 'pyre_elasticslider', '0'),
|
||
(4350, 3705, 'pyre_fallback', ''),
|
||
(4351, 3705, 'pyre_full_width', 'no'),
|
||
(4352, 3705, 'pyre_sidebar_position', 'default'),
|
||
(4353, 3705, 'pyre_portfolio_excerpt', ''),
|
||
(4354, 3705, 'pyre_portfolio_full_width', 'yes'),
|
||
(4355, 3705, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(4356, 3705, 'pyre_portfolio_filters', 'yes'),
|
||
(4357, 3705, 'pyre_page_bg_color', ''),
|
||
(4358, 3705, 'pyre_page_bg', ''),
|
||
(4359, 3705, 'pyre_page_bg_full', 'no'),
|
||
(4360, 3705, 'pyre_page_bg_repeat', 'repeat'),
|
||
(4361, 3705, 'pyre_page_title_bar_bg', ''),
|
||
(4362, 3705, 'pyre_page_title_bar_bg_retina', ''),
|
||
(4363, 3705, 'pyre_page_title_bar_bg_color', ''),
|
||
(4364, 3705, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(4365, 3705, 'pyre_link_icon_url', ''),
|
||
(4366, 3705, 'pyre_page_title_custom_subheader', ''),
|
||
(4367, 3705, 'pyre_page_title_custom_text', ''),
|
||
(4368, 3705, '_wp_page_template', 'full-width.php'),
|
||
(4369, 3705, 'pyre_page_title_bg_parallax', 'default'),
|
||
(4370, 3705, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(4371, 3705, 'pyre_page_bg_layout', 'default'),
|
||
(4372, 3705, 'pyre_wide_page_bg', ''),
|
||
(4373, 3705, 'pyre_wide_page_bg_color', ''),
|
||
(4374, 3705, 'pyre_wide_page_bg_full', 'no'),
|
||
(4375, 3705, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(4376, 3705, 'pyre_header_bg', ''),
|
||
(4377, 3705, 'pyre_header_bg_color', ''),
|
||
(4378, 3705, 'pyre_header_bg_full', 'no'),
|
||
(4379, 3705, 'pyre_header_bg_repeat', 'repeat'),
|
||
(4380, 3705, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(4381, 3705, 'avada_post_views_count', '0'),
|
||
(4382, 3705, 'pyre_page_title', 'yes'),
|
||
(4383, 3705, 'pyre_page_title_text', 'yes'),
|
||
(4384, 3705, 'pyre_slider_type', 'no'),
|
||
(4385, 3705, 'pyre_slider', '0'),
|
||
(4386, 3705, 'pyre_wooslider', '0'),
|
||
(4387, 3705, 'pyre_flexslider', '0'),
|
||
(4388, 3705, 'pyre_revslider', '0'),
|
||
(4389, 3705, 'pyre_elasticslider', '0'),
|
||
(4390, 3705, 'pyre_fallback', ''),
|
||
(4391, 3705, 'pyre_full_width', 'no'),
|
||
(4392, 3705, 'pyre_sidebar_position', 'default'),
|
||
(4393, 3705, 'pyre_portfolio_excerpt', ''),
|
||
(4394, 3705, 'pyre_portfolio_full_width', 'yes'),
|
||
(4395, 3705, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(4396, 3705, 'pyre_portfolio_filters', 'yes'),
|
||
(4397, 3705, 'pyre_page_bg_color', ''),
|
||
(4398, 3705, 'pyre_page_bg', ''),
|
||
(4399, 3705, 'pyre_page_bg_full', 'no'),
|
||
(4400, 3705, 'pyre_page_bg_repeat', 'repeat'),
|
||
(4401, 3705, 'pyre_page_title_bar_bg', ''),
|
||
(4402, 3705, 'pyre_page_title_bar_bg_retina', ''),
|
||
(4403, 3705, 'pyre_page_title_bar_bg_color', ''),
|
||
(4404, 3705, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(4405, 3705, 'pyre_link_icon_url', ''),
|
||
(4406, 3705, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(4407, 3705, '_wp_page_template', 'full-width.php'),
|
||
(4408, 3705, 'pyre_page_title_height', ''),
|
||
(4409, 3713, 'pyre_page_title', 'no'),
|
||
(4410, 3713, 'pyre_page_title_text', 'yes'),
|
||
(4411, 3713, 'pyre_slider_type', 'no'),
|
||
(4412, 3713, 'pyre_slider', '0'),
|
||
(4413, 3713, 'pyre_wooslider', '0'),
|
||
(4414, 3713, 'pyre_flexslider', '0'),
|
||
(4415, 3713, 'pyre_revslider', '0'),
|
||
(4416, 3713, 'pyre_elasticslider', '0'),
|
||
(4417, 3713, 'pyre_fallback', ''),
|
||
(4418, 3713, 'pyre_full_width', 'no'),
|
||
(4419, 3713, 'pyre_sidebar_position', 'default'),
|
||
(4420, 3713, 'pyre_portfolio_excerpt', ''),
|
||
(4421, 3713, 'pyre_portfolio_full_width', 'yes'),
|
||
(4422, 3713, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(4423, 3713, 'pyre_portfolio_filters', 'yes'),
|
||
(4424, 3713, 'pyre_page_bg_color', ''),
|
||
(4425, 3713, 'pyre_page_bg', ''),
|
||
(4426, 3713, 'pyre_page_bg_full', 'no'),
|
||
(4427, 3713, 'pyre_page_bg_repeat', 'repeat'),
|
||
(4428, 3713, 'pyre_page_title_bar_bg', ''),
|
||
(4429, 3713, 'pyre_page_title_bar_bg_retina', ''),
|
||
(4430, 3713, 'pyre_page_title_bar_bg_color', ''),
|
||
(4431, 3713, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(4432, 3713, 'pyre_link_icon_url', ''),
|
||
(4433, 3713, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(4434, 3713, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(4435, 3713, '_wp_page_template', '100-width.php'),
|
||
(4436, 3713, 'avada_post_views_count', '51'),
|
||
(4437, 3713, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(4438, 3713, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(4439, 3713, 'pyre_page_bg_layout', 'default'),
|
||
(4440, 3713, 'pyre_wide_page_bg', ''),
|
||
(4441, 3713, 'pyre_wide_page_bg_color', ''),
|
||
(4442, 3713, 'pyre_wide_page_bg_full', 'no'),
|
||
(4443, 3713, 'pyre_header_bg_repeat', 'repeat'),
|
||
(4444, 3713, 'pyre_header_bg_full', 'no'),
|
||
(4445, 3713, 'pyre_header_bg_color', ''),
|
||
(4446, 3713, 'pyre_header_bg', ''),
|
||
(4447, 3713, 'pyre_page_title', 'yes'),
|
||
(4448, 3713, 'pyre_page_title_text', 'yes'),
|
||
(4449, 3713, 'pyre_slider_type', 'no'),
|
||
(4450, 3713, 'pyre_slider', '0'),
|
||
(4451, 3713, 'pyre_wooslider', '0'),
|
||
(4452, 3713, 'pyre_flexslider', '0'),
|
||
(4453, 3713, 'pyre_revslider', '0'),
|
||
(4454, 3713, 'pyre_elasticslider', '0'),
|
||
(4455, 3713, 'pyre_fallback', ''),
|
||
(4456, 3713, 'pyre_full_width', 'no'),
|
||
(4457, 3713, 'pyre_sidebar_position', 'default'),
|
||
(4458, 3713, 'pyre_portfolio_excerpt', ''),
|
||
(4459, 3713, 'pyre_portfolio_full_width', 'yes'),
|
||
(4460, 3713, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(4461, 3713, 'pyre_portfolio_filters', 'yes'),
|
||
(4462, 3713, 'pyre_page_bg_color', ''),
|
||
(4463, 3713, 'pyre_page_bg', ''),
|
||
(4464, 3713, 'pyre_page_bg_full', 'no'),
|
||
(4465, 3713, 'pyre_page_bg_repeat', 'repeat'),
|
||
(4466, 3713, 'pyre_page_title_bar_bg', ''),
|
||
(4467, 3713, 'pyre_page_title_bar_bg_retina', ''),
|
||
(4468, 3713, 'pyre_page_title_bar_bg_color', ''),
|
||
(4469, 3713, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(4470, 3713, 'pyre_link_icon_url', ''),
|
||
(4471, 3713, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(4472, 3713, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(4473, 3713, '_wp_page_template', '100-width.php'),
|
||
(4474, 3717, 'pyre_slider_type', 'no'),
|
||
(4475, 3717, 'pyre_page_title_text', 'yes'),
|
||
(4476, 3717, 'pyre_page_title', 'yes'),
|
||
(4477, 3717, 'avada_post_views_count', '103'),
|
||
(4478, 3717, 'pyre_wooslider', '0'),
|
||
(4479, 3717, 'pyre_flexslider', '0'),
|
||
(4480, 3717, 'pyre_revslider', '0'),
|
||
(4481, 3717, 'pyre_elasticslider', '0'),
|
||
(4482, 3717, 'pyre_fallback', ''),
|
||
(4483, 3717, 'pyre_full_width', 'no'),
|
||
(4484, 3717, 'pyre_sidebar_position', 'default'),
|
||
(4485, 3717, 'pyre_portfolio_excerpt', ''),
|
||
(4486, 3717, 'pyre_portfolio_full_width', 'yes'),
|
||
(4487, 3717, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(4488, 3717, 'pyre_portfolio_filters', 'yes'),
|
||
(4489, 3717, 'pyre_page_bg_color', ''),
|
||
(4490, 3717, 'pyre_page_bg', ''),
|
||
(4491, 3717, 'pyre_page_bg_full', 'no'),
|
||
(4492, 3717, 'pyre_page_bg_repeat', 'repeat'),
|
||
(4493, 3717, 'pyre_page_title_bar_bg', ''),
|
||
(4494, 3717, 'pyre_page_title_bar_bg_retina', ''),
|
||
(4495, 3717, 'pyre_page_title_bar_bg_color', ''),
|
||
(4496, 3717, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(4497, 3717, 'pyre_link_icon_url', ''),
|
||
(4498, 3717, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(4499, 3717, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(4500, 3717, '_wp_page_template', 'full-width.php'),
|
||
(4501, 3717, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(4502, 3717, 'pyre_page_bg_layout', 'default'),
|
||
(4503, 3717, 'pyre_wide_page_bg', ''),
|
||
(4504, 3717, 'pyre_wide_page_bg_color', ''),
|
||
(4505, 3717, 'pyre_wide_page_bg_full', 'no'),
|
||
(4506, 3717, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(4507, 3717, 'pyre_header_bg', ''),
|
||
(4508, 3717, 'pyre_header_bg_color', ''),
|
||
(4509, 3717, 'pyre_header_bg_full', 'no'),
|
||
(4510, 3717, 'pyre_header_bg_repeat', 'repeat'),
|
||
(4511, 3717, 'pyre_slider', '0'),
|
||
(4512, 3719, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(4513, 3719, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(4514, 3719, 'pyre_link_icon_url', ''),
|
||
(4515, 3719, '_wp_page_template', 'full-width.php'),
|
||
(4516, 3719, 'avada_post_views_count', '66'),
|
||
(4517, 3719, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(4518, 3719, 'pyre_page_title_bar_bg_color', ''),
|
||
(4519, 3719, 'pyre_page_bg_repeat', 'repeat'),
|
||
(4520, 3719, 'pyre_page_title_bar_bg', ''),
|
||
(4521, 3719, 'pyre_page_title_bar_bg_retina', ''),
|
||
(4522, 3719, 'pyre_page_bg_full', 'no'),
|
||
(4523, 3719, 'pyre_page_bg', ''),
|
||
(4524, 3719, 'pyre_page_bg_color', ''),
|
||
(4525, 3719, 'pyre_portfolio_filters', 'yes'),
|
||
(4526, 3719, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(4527, 3719, 'pyre_portfolio_full_width', 'yes'),
|
||
(4528, 3719, 'pyre_portfolio_excerpt', ''),
|
||
(4529, 3719, 'pyre_sidebar_position', 'default'),
|
||
(4530, 3719, 'pyre_page_title', 'yes'),
|
||
(4531, 3719, 'pyre_page_title_text', 'yes'),
|
||
(4532, 3719, 'pyre_slider_type', 'no'),
|
||
(4533, 3719, 'pyre_slider', '0'),
|
||
(4534, 3719, 'pyre_wooslider', '0'),
|
||
(4535, 3719, 'pyre_flexslider', '0'),
|
||
(4536, 3719, 'pyre_revslider', '0'),
|
||
(4537, 3719, 'pyre_elasticslider', '0'),
|
||
(4538, 3719, 'pyre_fallback', ''),
|
||
(4539, 3719, 'pyre_full_width', 'no'),
|
||
(4540, 3719, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(4541, 3719, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(4542, 3719, 'pyre_link_icon_url', ''),
|
||
(4543, 3719, '_wp_page_template', 'full-width.php'),
|
||
(4544, 3719, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(4545, 3719, 'pyre_page_title_bar_bg_color', ''),
|
||
(4546, 3719, 'pyre_page_bg_repeat', 'repeat'),
|
||
(4547, 3719, 'pyre_page_title_bar_bg', ''),
|
||
(4548, 3719, 'pyre_page_title_bar_bg_retina', ''),
|
||
(4549, 3719, 'pyre_page_bg_full', 'no'),
|
||
(4550, 3719, 'pyre_page_bg', ''),
|
||
(4551, 3719, 'pyre_page_bg_color', ''),
|
||
(4552, 3719, 'pyre_portfolio_filters', 'yes'),
|
||
(4553, 3719, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(4554, 3719, 'pyre_portfolio_full_width', 'yes'),
|
||
(4555, 3719, 'pyre_portfolio_excerpt', ''),
|
||
(4556, 3719, 'pyre_sidebar_position', 'default'),
|
||
(4557, 3719, 'pyre_page_title', 'yes'),
|
||
(4558, 3719, 'pyre_page_title_text', 'yes'),
|
||
(4559, 3719, 'pyre_slider_type', 'no'),
|
||
(4560, 3719, 'pyre_slider', '0'),
|
||
(4561, 3719, 'pyre_wooslider', '0'),
|
||
(4562, 3719, 'pyre_flexslider', '0'),
|
||
(4563, 3719, 'pyre_revslider', '0'),
|
||
(4564, 3719, 'pyre_elasticslider', '0'),
|
||
(4565, 3719, 'pyre_fallback', ''),
|
||
(4566, 3719, 'pyre_full_width', 'no'),
|
||
(4567, 3721, 'pyre_wooslider', '0'),
|
||
(4568, 3721, 'pyre_slider', '0'),
|
||
(4569, 3721, 'pyre_slider_type', 'no'),
|
||
(4570, 3721, 'pyre_page_title_text', 'yes'),
|
||
(4571, 3721, 'pyre_page_title', 'yes'),
|
||
(4572, 3721, 'pyre_fallback', ''),
|
||
(4573, 3721, 'pyre_full_width', 'no'),
|
||
(4574, 3721, 'pyre_sidebar_position', 'default'),
|
||
(4575, 3721, 'pyre_portfolio_excerpt', ''),
|
||
(4576, 3721, 'pyre_portfolio_full_width', 'yes'),
|
||
(4577, 3721, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(4578, 3721, 'pyre_portfolio_filters', 'yes'),
|
||
(4579, 3721, 'pyre_page_bg_color', ''),
|
||
(4580, 3721, 'pyre_page_bg', ''),
|
||
(4581, 3721, 'pyre_page_bg_full', 'no'),
|
||
(4582, 3721, 'pyre_page_bg_repeat', 'repeat'),
|
||
(4583, 3721, 'pyre_page_title_bar_bg', ''),
|
||
(4584, 3721, 'pyre_page_title_bar_bg_retina', ''),
|
||
(4585, 3721, 'pyre_page_title_bar_bg_color', ''),
|
||
(4586, 3721, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(4587, 3721, 'pyre_link_icon_url', ''),
|
||
(4588, 3721, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(4589, 3721, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(4590, 3721, '_wp_page_template', 'full-width.php'),
|
||
(4591, 3721, 'pyre_flexslider', '0'),
|
||
(4592, 3721, 'pyre_revslider', '0'),
|
||
(4593, 3721, 'pyre_elasticslider', '0');
|
||
INSERT INTO `drgrp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
|
||
(4594, 3721, 'avada_post_views_count', '104'),
|
||
(4595, 3721, 'pyre_wooslider', '0'),
|
||
(4596, 3721, 'pyre_slider', '0'),
|
||
(4597, 3721, 'pyre_slider_type', 'no'),
|
||
(4598, 3721, 'pyre_page_title_text', 'yes'),
|
||
(4599, 3721, 'pyre_page_title', 'yes'),
|
||
(4600, 3721, 'pyre_fallback', ''),
|
||
(4601, 3721, 'pyre_full_width', 'no'),
|
||
(4602, 3721, 'pyre_sidebar_position', 'default'),
|
||
(4603, 3721, 'pyre_portfolio_excerpt', ''),
|
||
(4604, 3721, 'pyre_portfolio_full_width', 'yes'),
|
||
(4605, 3721, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(4606, 3721, 'pyre_portfolio_filters', 'yes'),
|
||
(4607, 3721, 'pyre_page_bg_color', ''),
|
||
(4608, 3721, 'pyre_page_bg', ''),
|
||
(4609, 3721, 'pyre_page_bg_full', 'no'),
|
||
(4610, 3721, 'pyre_page_bg_repeat', 'repeat'),
|
||
(4611, 3721, 'pyre_page_title_bar_bg', ''),
|
||
(4612, 3721, 'pyre_page_title_bar_bg_retina', ''),
|
||
(4613, 3721, 'pyre_page_title_bar_bg_color', ''),
|
||
(4614, 3721, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(4615, 3721, 'pyre_link_icon_url', ''),
|
||
(4616, 3721, '_wp_page_template', 'full-width.php'),
|
||
(4617, 3721, 'pyre_flexslider', '0'),
|
||
(4618, 3721, 'pyre_revslider', '0'),
|
||
(4619, 3721, 'pyre_elasticslider', '0'),
|
||
(4620, 3721, 'pyre_page_title_bg_parallax', 'default'),
|
||
(4621, 3721, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(4622, 3721, 'pyre_page_title_height', ''),
|
||
(4623, 3721, 'pyre_page_title_custom_subheader', ''),
|
||
(4624, 3721, 'pyre_page_title_custom_text', ''),
|
||
(4625, 3721, 'pyre_header_bg_repeat', 'repeat'),
|
||
(4626, 3721, 'pyre_header_bg_full', 'no'),
|
||
(4627, 3721, 'pyre_header_bg_color', ''),
|
||
(4628, 3721, 'pyre_header_bg', ''),
|
||
(4629, 3721, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(4630, 3721, 'pyre_wide_page_bg_full', 'no'),
|
||
(4631, 3721, 'pyre_wide_page_bg_color', ''),
|
||
(4632, 3721, 'pyre_page_bg_layout', 'default'),
|
||
(4633, 3721, 'pyre_wide_page_bg', ''),
|
||
(4634, 3723, 'avada_post_views_count', '102'),
|
||
(4635, 3723, 'pyre_page_title', 'yes'),
|
||
(4636, 3723, 'pyre_page_title_text', 'yes'),
|
||
(4637, 3723, 'pyre_slider_type', 'no'),
|
||
(4638, 3723, 'pyre_slider', '0'),
|
||
(4639, 3723, 'pyre_wooslider', '0'),
|
||
(4640, 3723, 'pyre_flexslider', '0'),
|
||
(4641, 3723, 'pyre_revslider', '0'),
|
||
(4642, 3723, 'pyre_elasticslider', '0'),
|
||
(4643, 3723, 'pyre_fallback', ''),
|
||
(4644, 3723, 'pyre_full_width', 'no'),
|
||
(4645, 3723, 'pyre_sidebar_position', 'default'),
|
||
(4646, 3723, 'pyre_portfolio_excerpt', ''),
|
||
(4647, 3723, 'pyre_portfolio_full_width', 'yes'),
|
||
(4648, 3723, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(4649, 3723, 'pyre_portfolio_filters', 'yes'),
|
||
(4650, 3723, 'pyre_page_bg_color', ''),
|
||
(4651, 3723, 'pyre_page_bg', ''),
|
||
(4652, 3723, 'pyre_page_bg_full', 'no'),
|
||
(4653, 3723, 'pyre_page_bg_repeat', 'repeat'),
|
||
(4654, 3723, 'pyre_page_title_bar_bg', ''),
|
||
(4655, 3723, 'pyre_page_title_bar_bg_retina', ''),
|
||
(4656, 3723, 'pyre_page_title_bar_bg_color', ''),
|
||
(4657, 3723, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(4658, 3723, 'pyre_link_icon_url', ''),
|
||
(4659, 3723, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(4660, 3723, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(4661, 3723, '_wp_page_template', 'full-width.php'),
|
||
(4662, 3725, 'avada_post_views_count', '77'),
|
||
(4663, 3725, 'pyre_page_title', 'yes'),
|
||
(4664, 3725, 'pyre_page_title_text', 'yes'),
|
||
(4665, 3725, 'pyre_slider_type', 'no'),
|
||
(4666, 3725, 'pyre_slider', '0'),
|
||
(4667, 3725, 'pyre_wooslider', '0'),
|
||
(4668, 3725, 'pyre_flexslider', '0'),
|
||
(4669, 3725, 'pyre_revslider', '0'),
|
||
(4670, 3725, 'pyre_elasticslider', '0'),
|
||
(4671, 3725, 'pyre_fallback', ''),
|
||
(4672, 3725, 'pyre_full_width', 'no'),
|
||
(4673, 3725, 'pyre_sidebar_position', 'default'),
|
||
(4674, 3725, 'pyre_portfolio_excerpt', ''),
|
||
(4675, 3725, 'pyre_portfolio_full_width', 'yes'),
|
||
(4676, 3725, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(4677, 3725, 'pyre_portfolio_filters', 'yes'),
|
||
(4678, 3725, 'pyre_page_bg_color', ''),
|
||
(4679, 3725, 'pyre_page_bg', ''),
|
||
(4680, 3725, 'pyre_page_bg_full', 'no'),
|
||
(4681, 3725, 'pyre_page_bg_repeat', 'repeat'),
|
||
(4682, 3725, 'pyre_page_title_bar_bg', ''),
|
||
(4683, 3725, 'pyre_page_title_bar_bg_retina', ''),
|
||
(4684, 3725, 'pyre_page_title_bar_bg_color', ''),
|
||
(4685, 3725, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(4686, 3725, 'pyre_link_icon_url', ''),
|
||
(4687, 3725, 'pyre_page_title_custom_subheader', ''),
|
||
(4688, 3725, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(4689, 3725, '_wp_page_template', 'full-width.php'),
|
||
(4690, 3725, 'pyre_page_bg_layout', 'default'),
|
||
(4691, 3725, 'pyre_wide_page_bg', ''),
|
||
(4692, 3725, 'pyre_wide_page_bg_color', ''),
|
||
(4693, 3725, 'pyre_wide_page_bg_full', 'no'),
|
||
(4694, 3725, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(4695, 3725, 'pyre_header_bg', ''),
|
||
(4696, 3725, 'pyre_header_bg_color', ''),
|
||
(4697, 3725, 'pyre_header_bg_full', 'no'),
|
||
(4698, 3725, 'pyre_header_bg_repeat', 'repeat'),
|
||
(4699, 3725, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(4700, 3725, 'pyre_page_title_height', ''),
|
||
(4701, 3725, 'pyre_page_title', 'yes'),
|
||
(4702, 3725, 'pyre_page_title_text', 'yes'),
|
||
(4703, 3725, 'pyre_slider_type', 'no'),
|
||
(4704, 3725, 'pyre_slider', '0'),
|
||
(4705, 3725, 'pyre_wooslider', '0'),
|
||
(4706, 3725, 'pyre_flexslider', '0'),
|
||
(4707, 3725, 'pyre_revslider', '0'),
|
||
(4708, 3725, 'pyre_elasticslider', '0'),
|
||
(4709, 3725, 'pyre_fallback', ''),
|
||
(4710, 3725, 'pyre_full_width', 'no'),
|
||
(4711, 3725, 'pyre_sidebar_position', 'default'),
|
||
(4712, 3725, 'pyre_portfolio_excerpt', ''),
|
||
(4713, 3725, 'pyre_portfolio_full_width', 'yes'),
|
||
(4714, 3725, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(4715, 3725, 'pyre_portfolio_filters', 'yes'),
|
||
(4716, 3725, 'pyre_page_bg_color', ''),
|
||
(4717, 3725, 'pyre_page_bg', ''),
|
||
(4718, 3725, 'pyre_page_bg_full', 'no'),
|
||
(4719, 3725, 'pyre_page_bg_repeat', 'repeat'),
|
||
(4720, 3725, 'pyre_page_title_bar_bg', ''),
|
||
(4721, 3725, 'pyre_page_title_bar_bg_retina', ''),
|
||
(4722, 3725, 'pyre_page_title_bar_bg_color', ''),
|
||
(4723, 3725, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(4724, 3725, 'pyre_link_icon_url', ''),
|
||
(4725, 3725, 'pyre_page_title_custom_text', ''),
|
||
(4726, 3725, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(4727, 3725, '_wp_page_template', 'full-width.php'),
|
||
(4728, 3725, 'pyre_page_title_bg_parallax', 'default'),
|
||
(4729, 3727, 'pyre_page_title', 'yes'),
|
||
(4730, 3727, 'pyre_page_title_text', 'yes'),
|
||
(4731, 3727, 'pyre_slider_type', 'no'),
|
||
(4732, 3727, 'pyre_slider', '0'),
|
||
(4733, 3727, 'pyre_wooslider', '0'),
|
||
(4734, 3727, 'pyre_flexslider', '0'),
|
||
(4735, 3727, 'pyre_revslider', '0'),
|
||
(4736, 3727, 'pyre_elasticslider', '0'),
|
||
(4737, 3727, 'pyre_fallback', ''),
|
||
(4738, 3727, 'pyre_full_width', 'no'),
|
||
(4739, 3727, 'pyre_sidebar_position', 'default'),
|
||
(4740, 3727, 'pyre_portfolio_excerpt', ''),
|
||
(4741, 3727, 'pyre_portfolio_full_width', 'yes'),
|
||
(4742, 3727, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(4743, 3727, 'pyre_portfolio_filters', 'yes'),
|
||
(4744, 3727, 'pyre_page_bg_color', ''),
|
||
(4745, 3727, 'pyre_page_bg', ''),
|
||
(4746, 3727, 'pyre_page_bg_full', 'no'),
|
||
(4747, 3727, 'pyre_page_bg_repeat', 'repeat'),
|
||
(4748, 3727, 'pyre_page_title_bar_bg', ''),
|
||
(4749, 3727, 'pyre_page_title_bar_bg_retina', ''),
|
||
(4750, 3727, 'pyre_page_title_bar_bg_color', ''),
|
||
(4751, 3727, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(4752, 3727, 'pyre_link_icon_url', ''),
|
||
(4753, 3727, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(4754, 3727, '_wp_page_template', 'full-width.php'),
|
||
(4755, 3727, 'pyre_page_title_custom_text', ''),
|
||
(4756, 3727, 'pyre_header_bg_repeat', 'repeat'),
|
||
(4757, 3727, 'pyre_header_bg_full', 'no'),
|
||
(4758, 3727, 'pyre_header_bg_color', ''),
|
||
(4759, 3727, 'pyre_header_bg', ''),
|
||
(4760, 3727, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(4761, 3727, 'pyre_wide_page_bg_full', 'no'),
|
||
(4762, 3727, 'pyre_wide_page_bg_color', ''),
|
||
(4763, 3727, 'pyre_wide_page_bg', ''),
|
||
(4764, 3727, 'pyre_page_bg_layout', 'default'),
|
||
(4765, 3727, 'avada_post_views_count', '95'),
|
||
(4766, 3727, 'pyre_page_title_custom_subheader', ''),
|
||
(4767, 3727, 'pyre_page_title', 'yes'),
|
||
(4768, 3727, 'pyre_page_title_text', 'yes'),
|
||
(4769, 3727, 'pyre_slider_type', 'no'),
|
||
(4770, 3727, 'pyre_slider', '0'),
|
||
(4771, 3727, 'pyre_wooslider', '0'),
|
||
(4772, 3727, 'pyre_flexslider', '0'),
|
||
(4773, 3727, 'pyre_revslider', '0'),
|
||
(4774, 3727, 'pyre_elasticslider', '0'),
|
||
(4775, 3727, 'pyre_fallback', ''),
|
||
(4776, 3727, 'pyre_full_width', 'no'),
|
||
(4777, 3727, 'pyre_sidebar_position', 'default'),
|
||
(4778, 3727, 'pyre_portfolio_excerpt', ''),
|
||
(4779, 3727, 'pyre_portfolio_full_width', 'yes'),
|
||
(4780, 3727, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(4781, 3727, 'pyre_portfolio_filters', 'yes'),
|
||
(4782, 3727, 'pyre_page_bg_color', ''),
|
||
(4783, 3727, 'pyre_page_bg', ''),
|
||
(4784, 3727, 'pyre_page_bg_full', 'no'),
|
||
(4785, 3727, 'pyre_page_bg_repeat', 'repeat'),
|
||
(4786, 3727, 'pyre_page_title_bar_bg', ''),
|
||
(4787, 3727, 'pyre_page_title_bar_bg_retina', ''),
|
||
(4788, 3727, 'pyre_page_title_bar_bg_color', ''),
|
||
(4789, 3727, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(4790, 3727, 'pyre_link_icon_url', ''),
|
||
(4791, 3727, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(4792, 3727, '_wp_page_template', 'full-width.php'),
|
||
(4793, 3727, 'pyre_page_title_bg_parallax', 'default'),
|
||
(4794, 3727, 'pyre_page_title_height', ''),
|
||
(4795, 3727, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(4796, 3729, 'avada_post_views_count', '76'),
|
||
(4797, 3729, 'pyre_page_title', 'yes'),
|
||
(4798, 3729, 'pyre_page_title_text', 'yes'),
|
||
(4799, 3729, 'pyre_slider_type', 'no'),
|
||
(4800, 3729, 'pyre_slider', '0'),
|
||
(4801, 3729, 'pyre_wooslider', '0'),
|
||
(4802, 3729, 'pyre_flexslider', '0'),
|
||
(4803, 3729, 'pyre_revslider', '0'),
|
||
(4804, 3729, 'pyre_elasticslider', '0'),
|
||
(4805, 3729, 'pyre_fallback', ''),
|
||
(4806, 3729, 'pyre_full_width', 'no'),
|
||
(4807, 3729, 'pyre_sidebar_position', 'default'),
|
||
(4808, 3729, 'pyre_portfolio_excerpt', ''),
|
||
(4809, 3729, 'pyre_portfolio_full_width', 'yes'),
|
||
(4810, 3729, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(4811, 3729, 'pyre_portfolio_filters', 'yes'),
|
||
(4812, 3729, 'pyre_page_bg_color', ''),
|
||
(4813, 3729, 'pyre_page_bg', ''),
|
||
(4814, 3729, 'pyre_page_bg_full', 'no'),
|
||
(4815, 3729, 'pyre_page_bg_repeat', 'repeat'),
|
||
(4816, 3729, 'pyre_page_title_bar_bg', ''),
|
||
(4817, 3729, 'pyre_page_title_bar_bg_retina', ''),
|
||
(4818, 3729, 'pyre_page_title_bar_bg_color', ''),
|
||
(4819, 3729, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(4820, 3729, 'pyre_link_icon_url', ''),
|
||
(4821, 3729, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(4822, 3729, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(4823, 3729, '_wp_page_template', 'full-width.php'),
|
||
(4824, 3729, 'avada_post_views_count', '0'),
|
||
(4825, 3729, 'pyre_page_title', 'yes'),
|
||
(4826, 3729, 'pyre_page_title_text', 'yes'),
|
||
(4827, 3729, 'pyre_slider_type', 'no'),
|
||
(4828, 3729, 'pyre_slider', '0'),
|
||
(4829, 3729, 'pyre_wooslider', '0'),
|
||
(4830, 3729, 'pyre_flexslider', '0'),
|
||
(4831, 3729, 'pyre_revslider', '0'),
|
||
(4832, 3729, 'pyre_elasticslider', '0'),
|
||
(4833, 3729, 'pyre_fallback', ''),
|
||
(4834, 3729, 'pyre_full_width', 'no'),
|
||
(4835, 3729, 'pyre_sidebar_position', 'default'),
|
||
(4836, 3729, 'pyre_portfolio_excerpt', ''),
|
||
(4837, 3729, 'pyre_portfolio_full_width', 'yes'),
|
||
(4838, 3729, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(4839, 3729, 'pyre_portfolio_filters', 'yes'),
|
||
(4840, 3729, 'pyre_page_bg_color', ''),
|
||
(4841, 3729, 'pyre_page_bg', ''),
|
||
(4842, 3729, 'pyre_page_bg_full', 'no'),
|
||
(4843, 3729, 'pyre_page_bg_repeat', 'repeat'),
|
||
(4844, 3729, 'pyre_page_title_bar_bg', ''),
|
||
(4845, 3729, 'pyre_page_title_bar_bg_retina', ''),
|
||
(4846, 3729, 'pyre_page_title_bar_bg_color', ''),
|
||
(4847, 3729, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(4848, 3729, 'pyre_link_icon_url', ''),
|
||
(4849, 3729, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(4850, 3729, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(4851, 3729, '_wp_page_template', 'full-width.php'),
|
||
(4852, 3731, 'avada_post_views_count', '84'),
|
||
(4853, 3731, 'pyre_page_title', 'yes'),
|
||
(4854, 3731, 'pyre_page_title_text', 'yes'),
|
||
(4855, 3731, 'pyre_slider_type', 'no'),
|
||
(4856, 3731, 'pyre_slider', '0'),
|
||
(4857, 3731, 'pyre_wooslider', '0'),
|
||
(4858, 3731, 'pyre_flexslider', '0'),
|
||
(4859, 3731, 'pyre_revslider', '0'),
|
||
(4860, 3731, 'pyre_elasticslider', '0'),
|
||
(4861, 3731, 'pyre_fallback', ''),
|
||
(4862, 3731, 'pyre_full_width', 'no'),
|
||
(4863, 3731, 'pyre_sidebar_position', 'default'),
|
||
(4864, 3731, 'pyre_portfolio_excerpt', ''),
|
||
(4865, 3731, 'pyre_portfolio_full_width', 'yes'),
|
||
(4866, 3731, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(4867, 3731, 'pyre_portfolio_filters', 'yes'),
|
||
(4868, 3731, 'pyre_page_bg_color', ''),
|
||
(4869, 3731, 'pyre_page_bg', ''),
|
||
(4870, 3731, 'pyre_page_bg_full', 'no'),
|
||
(4871, 3731, 'pyre_page_bg_repeat', 'repeat'),
|
||
(4872, 3731, 'pyre_page_title_bar_bg', ''),
|
||
(4873, 3731, 'pyre_page_title_bar_bg_retina', ''),
|
||
(4874, 3731, 'pyre_page_title_bar_bg_color', ''),
|
||
(4875, 3731, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(4876, 3731, 'pyre_link_icon_url', ''),
|
||
(4877, 3731, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(4878, 3731, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(4879, 3731, '_wp_page_template', 'full-width.php'),
|
||
(4880, 3731, 'pyre_page_title', 'yes'),
|
||
(4881, 3731, 'pyre_page_title_text', 'yes'),
|
||
(4882, 3731, 'pyre_slider_type', 'no'),
|
||
(4883, 3731, 'pyre_slider', '0'),
|
||
(4884, 3731, 'pyre_wooslider', '0'),
|
||
(4885, 3731, 'pyre_flexslider', '0'),
|
||
(4886, 3731, 'pyre_revslider', '0'),
|
||
(4887, 3731, 'pyre_elasticslider', '0'),
|
||
(4888, 3731, 'pyre_fallback', ''),
|
||
(4889, 3731, 'pyre_full_width', 'no'),
|
||
(4890, 3731, 'pyre_sidebar_position', 'default'),
|
||
(4891, 3731, 'pyre_portfolio_excerpt', ''),
|
||
(4892, 3731, 'pyre_portfolio_full_width', 'yes'),
|
||
(4893, 3731, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(4894, 3731, 'pyre_portfolio_filters', 'yes'),
|
||
(4895, 3731, 'pyre_page_bg_color', ''),
|
||
(4896, 3731, 'pyre_page_bg', ''),
|
||
(4897, 3731, 'pyre_page_bg_full', 'no'),
|
||
(4898, 3731, 'pyre_page_bg_repeat', 'repeat'),
|
||
(4899, 3731, 'pyre_page_title_bar_bg', ''),
|
||
(4900, 3731, 'pyre_page_title_bar_bg_retina', ''),
|
||
(4901, 3731, 'pyre_page_title_bar_bg_color', ''),
|
||
(4902, 3731, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(4903, 3731, 'pyre_link_icon_url', ''),
|
||
(4904, 3731, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(4905, 3731, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(4906, 3731, '_wp_page_template', 'full-width.php'),
|
||
(4907, 3733, 'avada_post_views_count', '62'),
|
||
(4908, 3733, 'pyre_page_bg', ''),
|
||
(4909, 3733, 'pyre_page_bg_color', ''),
|
||
(4910, 3733, 'pyre_portfolio_filters', 'yes'),
|
||
(4911, 3733, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(4912, 3733, 'pyre_portfolio_full_width', 'yes'),
|
||
(4913, 3733, 'pyre_portfolio_excerpt', ''),
|
||
(4914, 3733, 'pyre_sidebar_position', 'default'),
|
||
(4915, 3733, 'pyre_full_width', 'no'),
|
||
(4916, 3733, 'pyre_page_title', 'yes'),
|
||
(4917, 3733, 'pyre_page_title_text', 'yes'),
|
||
(4918, 3733, 'pyre_slider_type', 'no'),
|
||
(4919, 3733, 'pyre_slider', '0'),
|
||
(4920, 3733, 'pyre_wooslider', '0'),
|
||
(4921, 3733, 'pyre_flexslider', '0'),
|
||
(4922, 3733, '_wp_page_template', '100-width.php'),
|
||
(4923, 3733, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(4924, 3733, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(4925, 3733, 'pyre_link_icon_url', ''),
|
||
(4926, 3733, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(4927, 3733, 'pyre_page_title_bar_bg_color', ''),
|
||
(4928, 3733, 'pyre_page_title_bar_bg_retina', ''),
|
||
(4929, 3733, 'pyre_page_title_bar_bg', ''),
|
||
(4930, 3733, 'pyre_page_bg_repeat', 'repeat'),
|
||
(4931, 3733, 'pyre_page_bg_full', 'no'),
|
||
(4932, 3733, 'pyre_fallback', ''),
|
||
(4933, 3733, 'pyre_elasticslider', '0'),
|
||
(4934, 3733, 'pyre_revslider', '0'),
|
||
(4935, 3733, 'pyre_page_bg_layout', 'default'),
|
||
(4936, 3733, 'pyre_wide_page_bg', ''),
|
||
(4937, 3733, 'pyre_wide_page_bg_color', ''),
|
||
(4938, 3733, 'pyre_wide_page_bg_full', 'no'),
|
||
(4939, 3733, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(4940, 3733, 'pyre_header_bg', ''),
|
||
(4941, 3733, 'pyre_header_bg_color', ''),
|
||
(4942, 3733, 'pyre_header_bg_full', 'no'),
|
||
(4943, 3733, 'pyre_header_bg_repeat', 'repeat'),
|
||
(4944, 3733, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(4945, 3733, 'pyre_page_bg', ''),
|
||
(4946, 3733, 'pyre_page_bg_color', ''),
|
||
(4947, 3733, 'pyre_portfolio_filters', 'yes'),
|
||
(4948, 3733, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(4949, 3733, 'pyre_portfolio_full_width', 'yes'),
|
||
(4950, 3733, 'pyre_portfolio_excerpt', ''),
|
||
(4951, 3733, 'pyre_sidebar_position', 'default'),
|
||
(4952, 3733, 'pyre_full_width', 'no'),
|
||
(4953, 3733, 'pyre_page_title', 'yes'),
|
||
(4954, 3733, 'pyre_page_title_text', 'yes'),
|
||
(4955, 3733, 'pyre_slider_type', 'no'),
|
||
(4956, 3733, 'pyre_slider', '0'),
|
||
(4957, 3733, 'pyre_wooslider', '0'),
|
||
(4958, 3733, 'pyre_flexslider', '0'),
|
||
(4959, 3733, '_wp_page_template', '100-width.php'),
|
||
(4960, 3733, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(4961, 3733, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(4962, 3733, 'pyre_link_icon_url', ''),
|
||
(4963, 3733, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(4964, 3733, 'pyre_page_title_bar_bg_color', ''),
|
||
(4965, 3733, 'pyre_page_title_bar_bg_retina', ''),
|
||
(4966, 3733, 'pyre_page_title_bar_bg', ''),
|
||
(4967, 3733, 'pyre_page_bg_repeat', 'repeat'),
|
||
(4968, 3733, 'pyre_page_bg_full', 'no'),
|
||
(4969, 3733, 'pyre_fallback', ''),
|
||
(4970, 3733, 'pyre_elasticslider', '0'),
|
||
(4971, 3733, 'pyre_revslider', '0'),
|
||
(4972, 3735, 'avada_post_views_count', '233'),
|
||
(4973, 3735, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(4974, 3735, 'pyre_link_icon_url', ''),
|
||
(4975, 3735, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(4976, 3735, 'pyre_page_title_bar_bg_color', ''),
|
||
(4977, 3735, 'pyre_page_title_bg_parallax', 'default'),
|
||
(4978, 3735, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(4979, 3735, 'pyre_page_title_height', ''),
|
||
(4980, 3735, 'pyre_page_title_custom_subheader', ''),
|
||
(4981, 3735, 'pyre_wide_page_bg', ''),
|
||
(4982, 3735, 'pyre_page_bg_repeat', 'repeat'),
|
||
(4983, 3735, 'pyre_page_bg_full', 'no'),
|
||
(4984, 3735, 'pyre_page_bg', ''),
|
||
(4985, 3735, 'pyre_page_bg_color', ''),
|
||
(4986, 3735, 'pyre_portfolio_filters', 'yes'),
|
||
(4987, 3735, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(4988, 3735, 'pyre_portfolio_full_width', 'yes'),
|
||
(4989, 3735, 'pyre_portfolio_excerpt', ''),
|
||
(4990, 3735, 'pyre_sidebar_position', 'default'),
|
||
(4991, 3735, 'pyre_wooslider', '0'),
|
||
(4992, 3735, 'pyre_flexslider', '0'),
|
||
(4993, 3735, 'pyre_revslider', '0'),
|
||
(4994, 3735, 'pyre_elasticslider', '0'),
|
||
(4995, 3735, 'pyre_fallback', ''),
|
||
(4996, 3735, 'pyre_full_width', 'no'),
|
||
(4997, 3735, 'pyre_slider', '0'),
|
||
(4998, 3735, 'pyre_slider_type', 'no'),
|
||
(4999, 3735, 'pyre_page_title_text', 'yes'),
|
||
(5000, 3735, 'pyre_page_title', 'yes'),
|
||
(5001, 3735, 'pyre_page_title_bar_bg_retina', ''),
|
||
(5002, 3735, 'pyre_page_title_bar_bg', ''),
|
||
(5003, 3735, '_wp_page_template', 'full-width.php'),
|
||
(5004, 3735, 'pyre_page_title_custom_text', ''),
|
||
(5005, 3735, 'pyre_header_bg_repeat', 'repeat'),
|
||
(5006, 3735, 'pyre_header_bg_full', 'no'),
|
||
(5007, 3735, 'pyre_header_bg_color', ''),
|
||
(5008, 3735, 'pyre_header_bg', ''),
|
||
(5009, 3735, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(5010, 3735, 'pyre_wide_page_bg_full', 'no'),
|
||
(5011, 3735, 'pyre_page_bg_layout', 'default'),
|
||
(5012, 3735, 'avada_post_views_count', '0'),
|
||
(5013, 3735, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(5014, 3735, 'pyre_link_icon_url', ''),
|
||
(5015, 3735, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(5016, 3735, 'pyre_page_title_bar_bg_color', ''),
|
||
(5017, 3735, 'pyre_page_bg_repeat', 'repeat'),
|
||
(5018, 3735, 'pyre_page_bg_full', 'no'),
|
||
(5019, 3735, 'pyre_page_bg', ''),
|
||
(5020, 3735, 'pyre_page_bg_color', ''),
|
||
(5021, 3735, 'pyre_portfolio_filters', 'yes'),
|
||
(5022, 3735, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(5023, 3735, 'pyre_portfolio_full_width', 'yes'),
|
||
(5024, 3735, 'pyre_portfolio_excerpt', ''),
|
||
(5025, 3735, 'pyre_sidebar_position', 'default'),
|
||
(5026, 3735, 'pyre_wooslider', '0'),
|
||
(5027, 3735, 'pyre_flexslider', '0'),
|
||
(5028, 3735, 'pyre_revslider', '0'),
|
||
(5029, 3735, 'pyre_elasticslider', '0'),
|
||
(5030, 3735, 'pyre_fallback', ''),
|
||
(5031, 3735, 'pyre_full_width', 'no'),
|
||
(5032, 3735, 'pyre_slider', '0'),
|
||
(5033, 3735, 'pyre_slider_type', 'no'),
|
||
(5034, 3735, 'pyre_page_title_text', 'yes'),
|
||
(5035, 3735, 'pyre_page_title', 'yes'),
|
||
(5036, 3735, 'pyre_page_title_bar_bg_retina', ''),
|
||
(5037, 3735, 'pyre_page_title_bar_bg', ''),
|
||
(5038, 3735, '_wp_page_template', 'full-width.php'),
|
||
(5039, 3735, 'pyre_wide_page_bg_color', ''),
|
||
(5040, 3737, 'pyre_elasticslider', '0'),
|
||
(5041, 3737, 'pyre_fallback', ''),
|
||
(5042, 3737, 'pyre_full_width', 'no'),
|
||
(5043, 3737, 'pyre_sidebar_position', 'default'),
|
||
(5044, 3737, 'pyre_portfolio_excerpt', ''),
|
||
(5045, 3737, 'pyre_portfolio_full_width', 'yes'),
|
||
(5046, 3737, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(5047, 3737, 'pyre_portfolio_filters', 'yes'),
|
||
(5048, 3737, 'pyre_page_bg_color', ''),
|
||
(5049, 3737, 'pyre_page_bg', ''),
|
||
(5050, 3737, 'pyre_page_bg_full', 'no'),
|
||
(5051, 3737, 'pyre_page_bg_repeat', 'repeat'),
|
||
(5052, 3737, 'pyre_page_title_bar_bg', ''),
|
||
(5053, 3737, 'pyre_page_title_bar_bg_retina', ''),
|
||
(5054, 3737, 'pyre_page_title_bar_bg_color', ''),
|
||
(5055, 3737, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(5056, 3737, 'pyre_link_icon_url', ''),
|
||
(5057, 3737, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(5058, 3737, '_wp_page_template', 'full-width.php'),
|
||
(5059, 3737, 'pyre_revslider', '0'),
|
||
(5060, 3737, 'pyre_flexslider', '0'),
|
||
(5061, 3737, 'pyre_wooslider', '0'),
|
||
(5062, 3737, 'pyre_slider', '0'),
|
||
(5063, 3737, 'pyre_slider_type', 'no'),
|
||
(5064, 3737, 'pyre_page_title_text', 'yes'),
|
||
(5065, 3737, 'pyre_page_title', 'yes'),
|
||
(5066, 3737, 'avada_post_views_count', '91'),
|
||
(5067, 3737, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(5068, 3737, 'pyre_page_bg_layout', 'default'),
|
||
(5069, 3737, 'pyre_wide_page_bg', ''),
|
||
(5070, 3737, 'pyre_wide_page_bg_color', ''),
|
||
(5071, 3737, 'pyre_wide_page_bg_full', 'no'),
|
||
(5072, 3737, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(5073, 3737, 'pyre_header_bg', ''),
|
||
(5074, 3737, 'pyre_header_bg_color', ''),
|
||
(5075, 3737, 'pyre_header_bg_full', 'no'),
|
||
(5076, 3737, 'pyre_header_bg_repeat', 'repeat'),
|
||
(5077, 3737, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(5078, 3739, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(5079, 3739, 'pyre_page_title_bar_bg_color', ''),
|
||
(5080, 3739, 'pyre_page_title_bar_bg_retina', ''),
|
||
(5081, 3739, 'pyre_link_icon_url', ''),
|
||
(5082, 3739, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(5083, 3739, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(5084, 3739, '_wp_page_template', 'full-width.php'),
|
||
(5085, 3739, 'avada_post_views_count', '60'),
|
||
(5086, 3739, 'pyre_page_title_bar_bg', ''),
|
||
(5087, 3739, 'pyre_page_bg_repeat', 'repeat'),
|
||
(5088, 3739, 'pyre_page_bg_full', 'no'),
|
||
(5089, 3739, 'pyre_page_bg', ''),
|
||
(5090, 3739, 'pyre_page_bg_color', ''),
|
||
(5091, 3739, 'pyre_page_title', 'yes'),
|
||
(5092, 3739, 'pyre_page_title_text', 'yes'),
|
||
(5093, 3739, 'pyre_slider_type', 'no'),
|
||
(5094, 3739, 'pyre_slider', '0'),
|
||
(5095, 3739, 'pyre_wooslider', '0'),
|
||
(5096, 3739, 'pyre_flexslider', '0'),
|
||
(5097, 3739, 'pyre_revslider', '0'),
|
||
(5098, 3739, 'pyre_elasticslider', '0'),
|
||
(5099, 3739, 'pyre_fallback', ''),
|
||
(5100, 3739, 'pyre_full_width', 'no'),
|
||
(5101, 3739, 'pyre_sidebar_position', 'default'),
|
||
(5102, 3739, 'pyre_portfolio_excerpt', ''),
|
||
(5103, 3739, 'pyre_portfolio_full_width', 'yes'),
|
||
(5104, 3739, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(5105, 3739, 'pyre_portfolio_filters', 'yes'),
|
||
(5106, 3739, 'pyre_page_bg_layout', 'default'),
|
||
(5107, 3739, 'pyre_wide_page_bg', ''),
|
||
(5108, 3739, 'pyre_wide_page_bg_color', ''),
|
||
(5109, 3739, 'pyre_wide_page_bg_full', 'no'),
|
||
(5110, 3739, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(5111, 3739, 'pyre_header_bg', ''),
|
||
(5112, 3739, 'pyre_header_bg_color', ''),
|
||
(5113, 3739, 'pyre_header_bg_full', 'no'),
|
||
(5114, 3739, 'pyre_header_bg_repeat', 'repeat'),
|
||
(5115, 3739, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(5116, 3739, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(5117, 3739, 'pyre_page_title_bar_bg_color', ''),
|
||
(5118, 3739, 'pyre_page_title_bar_bg_retina', ''),
|
||
(5119, 3739, 'pyre_link_icon_url', ''),
|
||
(5120, 3739, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(5121, 3739, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(5122, 3739, '_wp_page_template', 'full-width.php'),
|
||
(5123, 3739, 'pyre_page_title_bar_bg', ''),
|
||
(5124, 3739, 'pyre_page_bg_repeat', 'repeat'),
|
||
(5125, 3739, 'pyre_page_bg_full', 'no'),
|
||
(5126, 3739, 'pyre_page_bg', ''),
|
||
(5127, 3739, 'pyre_page_bg_color', ''),
|
||
(5128, 3739, 'pyre_page_title', 'yes'),
|
||
(5129, 3739, 'pyre_page_title_text', 'yes'),
|
||
(5130, 3739, 'pyre_slider_type', 'no'),
|
||
(5131, 3739, 'pyre_slider', '0'),
|
||
(5132, 3739, 'pyre_wooslider', '0'),
|
||
(5133, 3739, 'pyre_flexslider', '0'),
|
||
(5134, 3739, 'pyre_revslider', '0'),
|
||
(5135, 3739, 'pyre_elasticslider', '0'),
|
||
(5136, 3739, 'pyre_fallback', ''),
|
||
(5137, 3739, 'pyre_full_width', 'no'),
|
||
(5138, 3739, 'pyre_sidebar_position', 'default'),
|
||
(5139, 3739, 'pyre_portfolio_excerpt', ''),
|
||
(5140, 3739, 'pyre_portfolio_full_width', 'yes'),
|
||
(5141, 3739, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(5142, 3739, 'pyre_portfolio_filters', 'yes'),
|
||
(5143, 3741, 'pyre_page_title', 'yes'),
|
||
(5144, 3741, 'pyre_page_title_text', 'yes'),
|
||
(5145, 3741, 'pyre_slider_type', 'no'),
|
||
(5146, 3741, 'pyre_slider', '0'),
|
||
(5147, 3741, 'pyre_wooslider', '0'),
|
||
(5148, 3741, 'pyre_flexslider', '0'),
|
||
(5149, 3741, 'pyre_revslider', '0'),
|
||
(5150, 3741, 'pyre_elasticslider', '0'),
|
||
(5151, 3741, 'pyre_fallback', ''),
|
||
(5152, 3741, 'pyre_full_width', 'no'),
|
||
(5153, 3741, 'pyre_sidebar_position', 'default'),
|
||
(5154, 3741, 'pyre_portfolio_excerpt', ''),
|
||
(5155, 3741, 'pyre_portfolio_full_width', 'yes'),
|
||
(5156, 3741, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(5157, 3741, 'pyre_portfolio_filters', 'yes'),
|
||
(5158, 3741, 'pyre_page_bg_color', ''),
|
||
(5159, 3741, 'pyre_page_bg', ''),
|
||
(5160, 3741, 'pyre_page_bg_full', 'no'),
|
||
(5161, 3741, 'pyre_page_bg_repeat', 'repeat'),
|
||
(5162, 3741, 'pyre_page_title_bar_bg', ''),
|
||
(5163, 3741, 'pyre_page_title_bar_bg_retina', ''),
|
||
(5164, 3741, 'pyre_page_title_bar_bg_color', ''),
|
||
(5165, 3741, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(5166, 3741, 'pyre_link_icon_url', ''),
|
||
(5167, 3741, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(5168, 3741, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(5169, 3741, '_wp_page_template', 'full-width.php'),
|
||
(5170, 3741, 'avada_post_views_count', '49'),
|
||
(5171, 3741, 'pyre_wide_page_bg_full', 'no'),
|
||
(5172, 3741, 'pyre_page_bg_layout', 'default'),
|
||
(5173, 3741, 'pyre_wide_page_bg', ''),
|
||
(5174, 3741, 'pyre_wide_page_bg_color', ''),
|
||
(5175, 3741, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(5176, 3741, 'pyre_header_bg', ''),
|
||
(5177, 3741, 'pyre_header_bg_color', ''),
|
||
(5178, 3741, 'pyre_header_bg_full', 'no'),
|
||
(5179, 3741, 'pyre_header_bg_repeat', 'repeat'),
|
||
(5180, 3741, 'pyre_page_title_custom_text', ''),
|
||
(5181, 3741, 'pyre_page_title_custom_subheader', ''),
|
||
(5182, 3741, 'pyre_page_title_height', ''),
|
||
(5183, 3741, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(5184, 3741, 'pyre_page_title_bg_parallax', 'default'),
|
||
(5185, 3741, 'pyre_page_title', 'yes'),
|
||
(5186, 3741, 'pyre_page_title_text', 'yes'),
|
||
(5187, 3741, 'pyre_slider_type', 'no'),
|
||
(5188, 3741, 'pyre_slider', '0'),
|
||
(5189, 3741, 'pyre_wooslider', '0'),
|
||
(5190, 3741, 'pyre_flexslider', '0'),
|
||
(5191, 3741, 'pyre_revslider', '0'),
|
||
(5192, 3741, 'pyre_elasticslider', '0'),
|
||
(5193, 3741, 'pyre_fallback', ''),
|
||
(5194, 3741, 'pyre_full_width', 'no'),
|
||
(5195, 3741, 'pyre_sidebar_position', 'default'),
|
||
(5196, 3741, 'pyre_portfolio_excerpt', ''),
|
||
(5197, 3741, 'pyre_portfolio_full_width', 'yes'),
|
||
(5198, 3741, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(5199, 3741, 'pyre_portfolio_filters', 'yes'),
|
||
(5200, 3741, 'pyre_page_bg_color', ''),
|
||
(5201, 3741, 'pyre_page_bg', ''),
|
||
(5202, 3741, 'pyre_page_bg_full', 'no'),
|
||
(5203, 3741, 'pyre_page_bg_repeat', 'repeat'),
|
||
(5204, 3741, 'pyre_page_title_bar_bg', ''),
|
||
(5205, 3741, 'pyre_page_title_bar_bg_retina', ''),
|
||
(5206, 3741, 'pyre_page_title_bar_bg_color', ''),
|
||
(5207, 3741, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(5208, 3741, 'pyre_link_icon_url', ''),
|
||
(5209, 3741, '_wp_page_template', 'full-width.php'),
|
||
(5210, 3741, 'avada_post_views_count', '0'),
|
||
(5211, 3743, 'pyre_page_title', 'yes'),
|
||
(5212, 3743, 'pyre_page_title_text', 'yes'),
|
||
(5213, 3743, 'pyre_slider_type', 'no'),
|
||
(5214, 3743, 'pyre_slider', '0'),
|
||
(5215, 3743, 'pyre_wooslider', '0'),
|
||
(5216, 3743, 'pyre_flexslider', '0'),
|
||
(5217, 3743, 'pyre_revslider', '0'),
|
||
(5218, 3743, 'pyre_elasticslider', '0'),
|
||
(5219, 3743, 'pyre_fallback', ''),
|
||
(5220, 3743, 'pyre_full_width', 'no'),
|
||
(5221, 3743, 'pyre_sidebar_position', 'default'),
|
||
(5222, 3743, 'pyre_portfolio_excerpt', ''),
|
||
(5223, 3743, 'pyre_portfolio_full_width', 'yes'),
|
||
(5224, 3743, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(5225, 3743, 'pyre_portfolio_filters', 'yes'),
|
||
(5226, 3743, 'pyre_page_bg_color', ''),
|
||
(5227, 3743, 'pyre_page_bg', ''),
|
||
(5228, 3743, 'pyre_page_bg_full', 'no'),
|
||
(5229, 3743, 'pyre_page_bg_repeat', 'repeat'),
|
||
(5230, 3743, 'pyre_page_title_bar_bg', ''),
|
||
(5231, 3743, 'pyre_page_title_bar_bg_retina', ''),
|
||
(5232, 3743, 'pyre_page_title_bar_bg_color', ''),
|
||
(5233, 3743, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(5234, 3743, 'pyre_link_icon_url', ''),
|
||
(5235, 3743, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(5236, 3743, '_wp_page_template', 'full-width.php'),
|
||
(5237, 3743, 'pyre_wide_page_bg', ''),
|
||
(5238, 3743, 'avada_post_views_count', '71'),
|
||
(5239, 3743, 'pyre_page_title_bg_parallax', 'default'),
|
||
(5240, 3743, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(5241, 3743, 'pyre_page_title_height', ''),
|
||
(5242, 3743, 'pyre_page_title_custom_subheader', ''),
|
||
(5243, 3743, 'pyre_page_title_custom_text', ''),
|
||
(5244, 3743, 'pyre_header_bg_repeat', 'repeat'),
|
||
(5245, 3743, 'pyre_header_bg_full', 'no'),
|
||
(5246, 3743, 'pyre_header_bg_color', ''),
|
||
(5247, 3743, 'pyre_header_bg', ''),
|
||
(5248, 3743, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(5249, 3743, 'pyre_wide_page_bg_full', 'no'),
|
||
(5250, 3743, 'pyre_wide_page_bg_color', ''),
|
||
(5251, 3743, 'pyre_page_title', 'yes'),
|
||
(5252, 3743, 'pyre_page_title_text', 'yes'),
|
||
(5253, 3743, 'pyre_slider_type', 'no'),
|
||
(5254, 3743, 'pyre_slider', '0'),
|
||
(5255, 3743, 'pyre_wooslider', '0'),
|
||
(5256, 3743, 'pyre_flexslider', '0'),
|
||
(5257, 3743, 'pyre_revslider', '0'),
|
||
(5258, 3743, 'pyre_elasticslider', '0'),
|
||
(5259, 3743, 'pyre_fallback', ''),
|
||
(5260, 3743, 'pyre_full_width', 'no'),
|
||
(5261, 3743, 'pyre_sidebar_position', 'default'),
|
||
(5262, 3743, 'pyre_portfolio_excerpt', ''),
|
||
(5263, 3743, 'pyre_portfolio_full_width', 'yes'),
|
||
(5264, 3743, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(5265, 3743, 'pyre_portfolio_filters', 'yes'),
|
||
(5266, 3743, 'pyre_page_bg_color', ''),
|
||
(5267, 3743, 'pyre_page_bg', ''),
|
||
(5268, 3743, 'pyre_page_bg_full', 'no'),
|
||
(5269, 3743, 'pyre_page_bg_repeat', 'repeat'),
|
||
(5270, 3743, 'pyre_page_title_bar_bg', ''),
|
||
(5271, 3743, 'pyre_page_title_bar_bg_retina', ''),
|
||
(5272, 3743, 'pyre_page_title_bar_bg_color', ''),
|
||
(5273, 3743, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(5274, 3743, 'pyre_link_icon_url', ''),
|
||
(5275, 3743, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(5276, 3743, '_wp_page_template', 'full-width.php'),
|
||
(5277, 3743, 'pyre_page_bg_layout', 'default'),
|
||
(5278, 3745, 'pyre_page_title_custom_text', ''),
|
||
(5279, 3745, 'pyre_header_bg_repeat', 'repeat'),
|
||
(5280, 3745, 'pyre_header_bg_full', 'no'),
|
||
(5281, 3745, 'pyre_header_bg_color', ''),
|
||
(5282, 3745, 'pyre_header_bg', ''),
|
||
(5283, 3745, 'pyre_page_title_custom_subheader', ''),
|
||
(5284, 3745, 'pyre_page_title_height', ''),
|
||
(5285, 3745, 'pyre_page_title', 'yes'),
|
||
(5286, 3745, 'pyre_page_title_text', 'yes'),
|
||
(5287, 3745, 'pyre_slider_type', 'no'),
|
||
(5288, 3745, 'pyre_slider', '0'),
|
||
(5289, 3745, 'pyre_wooslider', '0'),
|
||
(5290, 3745, 'pyre_flexslider', '0'),
|
||
(5291, 3745, 'pyre_revslider', '0'),
|
||
(5292, 3745, 'pyre_elasticslider', '0'),
|
||
(5293, 3745, 'pyre_fallback', ''),
|
||
(5294, 3745, 'pyre_full_width', 'no'),
|
||
(5295, 3745, 'pyre_sidebar_position', 'default'),
|
||
(5296, 3745, 'pyre_portfolio_excerpt', ''),
|
||
(5297, 3745, 'pyre_portfolio_full_width', 'yes'),
|
||
(5298, 3745, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(5299, 3745, 'pyre_portfolio_filters', 'yes'),
|
||
(5300, 3745, 'pyre_page_bg_color', ''),
|
||
(5301, 3745, 'pyre_page_bg', ''),
|
||
(5302, 3745, 'pyre_page_bg_full', 'no'),
|
||
(5303, 3745, 'pyre_page_bg_repeat', 'repeat'),
|
||
(5304, 3745, 'pyre_page_title_bar_bg', ''),
|
||
(5305, 3745, 'pyre_page_title_bar_bg_retina', ''),
|
||
(5306, 3745, 'pyre_page_title_bar_bg_color', ''),
|
||
(5307, 3745, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(5308, 3745, 'pyre_link_icon_url', ''),
|
||
(5309, 3745, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(5310, 3745, '_wp_page_template', 'full-width.php'),
|
||
(5311, 3745, 'pyre_wide_page_bg', ''),
|
||
(5312, 3745, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(5313, 3745, 'pyre_wide_page_bg_full', 'no'),
|
||
(5314, 3745, 'pyre_wide_page_bg_color', ''),
|
||
(5315, 3745, 'avada_post_views_count', '51'),
|
||
(5316, 3745, 'pyre_page_title_bg_parallax', 'default'),
|
||
(5317, 3745, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(5318, 3745, 'pyre_page_title', 'yes'),
|
||
(5319, 3745, 'pyre_page_title_text', 'yes'),
|
||
(5320, 3745, 'pyre_slider_type', 'no'),
|
||
(5321, 3745, 'pyre_slider', '0'),
|
||
(5322, 3745, 'pyre_wooslider', '0'),
|
||
(5323, 3745, 'pyre_flexslider', '0'),
|
||
(5324, 3745, 'pyre_revslider', '0'),
|
||
(5325, 3745, 'pyre_elasticslider', '0'),
|
||
(5326, 3745, 'pyre_fallback', ''),
|
||
(5327, 3745, 'pyre_full_width', 'no'),
|
||
(5328, 3745, 'pyre_sidebar_position', 'default'),
|
||
(5329, 3745, 'pyre_portfolio_excerpt', ''),
|
||
(5330, 3745, 'pyre_portfolio_full_width', 'yes'),
|
||
(5331, 3745, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(5332, 3745, 'pyre_portfolio_filters', 'yes'),
|
||
(5333, 3745, 'pyre_page_bg_color', ''),
|
||
(5334, 3745, 'pyre_page_bg', ''),
|
||
(5335, 3745, 'pyre_page_bg_full', 'no'),
|
||
(5336, 3745, 'pyre_page_bg_repeat', 'repeat'),
|
||
(5337, 3745, 'pyre_page_title_bar_bg', ''),
|
||
(5338, 3745, 'pyre_page_title_bar_bg_retina', ''),
|
||
(5339, 3745, 'pyre_page_title_bar_bg_color', ''),
|
||
(5340, 3745, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(5341, 3745, 'pyre_link_icon_url', ''),
|
||
(5342, 3745, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(5343, 3745, '_wp_page_template', 'full-width.php'),
|
||
(5344, 3745, 'pyre_page_bg_layout', 'default'),
|
||
(5345, 3747, 'pyre_page_title', 'yes'),
|
||
(5346, 3747, 'pyre_page_title_text', 'yes'),
|
||
(5347, 3747, 'pyre_slider_type', 'no'),
|
||
(5348, 3747, 'pyre_slider', '0'),
|
||
(5349, 3747, 'pyre_wooslider', '0'),
|
||
(5350, 3747, 'pyre_flexslider', '0'),
|
||
(5351, 3747, 'pyre_revslider', '0'),
|
||
(5352, 3747, 'pyre_elasticslider', '0'),
|
||
(5353, 3747, 'pyre_fallback', ''),
|
||
(5354, 3747, 'pyre_full_width', 'no'),
|
||
(5355, 3747, 'pyre_sidebar_position', 'default'),
|
||
(5356, 3747, 'pyre_portfolio_excerpt', ''),
|
||
(5357, 3747, 'pyre_portfolio_full_width', 'yes'),
|
||
(5358, 3747, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(5359, 3747, 'pyre_portfolio_filters', 'yes'),
|
||
(5360, 3747, 'pyre_page_bg_color', ''),
|
||
(5361, 3747, 'pyre_page_bg', ''),
|
||
(5362, 3747, 'pyre_page_bg_full', 'no'),
|
||
(5363, 3747, 'pyre_page_bg_repeat', 'repeat'),
|
||
(5364, 3747, 'pyre_page_title_bar_bg', ''),
|
||
(5365, 3747, 'pyre_page_title_bar_bg_retina', ''),
|
||
(5366, 3747, 'pyre_page_title_bar_bg_color', ''),
|
||
(5367, 3747, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(5368, 3747, 'pyre_link_icon_url', ''),
|
||
(5369, 3747, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(5370, 3747, '_wp_page_template', 'full-width.php'),
|
||
(5371, 3747, 'pyre_page_title_bg_parallax', 'default'),
|
||
(5372, 3747, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(5373, 3747, 'pyre_page_title_height', ''),
|
||
(5374, 3747, 'pyre_page_title_custom_subheader', ''),
|
||
(5375, 3747, 'pyre_page_title_custom_text', ''),
|
||
(5376, 3747, 'pyre_header_bg_repeat', 'repeat'),
|
||
(5377, 3747, 'pyre_header_bg_full', 'no'),
|
||
(5378, 3747, 'avada_post_views_count', '39'),
|
||
(5379, 3747, 'pyre_header_bg_color', ''),
|
||
(5380, 3747, 'pyre_header_bg', ''),
|
||
(5381, 3747, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(5382, 3747, 'pyre_wide_page_bg_full', 'no'),
|
||
(5383, 3747, 'pyre_wide_page_bg_color', ''),
|
||
(5384, 3747, 'pyre_wide_page_bg', ''),
|
||
(5385, 3747, 'pyre_page_bg_layout', 'default'),
|
||
(5386, 3747, 'pyre_page_title', 'yes'),
|
||
(5387, 3747, 'pyre_page_title_text', 'yes'),
|
||
(5388, 3747, 'pyre_slider_type', 'no'),
|
||
(5389, 3747, 'pyre_slider', '0'),
|
||
(5390, 3747, 'pyre_wooslider', '0'),
|
||
(5391, 3747, 'pyre_flexslider', '0'),
|
||
(5392, 3747, 'pyre_revslider', '0'),
|
||
(5393, 3747, 'pyre_elasticslider', '0'),
|
||
(5394, 3747, 'pyre_fallback', ''),
|
||
(5395, 3747, 'pyre_full_width', 'no'),
|
||
(5396, 3747, 'pyre_sidebar_position', 'default'),
|
||
(5397, 3747, 'pyre_portfolio_excerpt', ''),
|
||
(5398, 3747, 'pyre_portfolio_full_width', 'yes'),
|
||
(5399, 3747, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(5400, 3747, 'pyre_portfolio_filters', 'yes'),
|
||
(5401, 3747, 'pyre_page_bg_color', ''),
|
||
(5402, 3747, 'pyre_page_bg', ''),
|
||
(5403, 3747, 'pyre_page_bg_full', 'no'),
|
||
(5404, 3747, 'pyre_page_bg_repeat', 'repeat'),
|
||
(5405, 3747, 'pyre_page_title_bar_bg', ''),
|
||
(5406, 3747, 'pyre_page_title_bar_bg_retina', ''),
|
||
(5407, 3747, 'pyre_page_title_bar_bg_color', ''),
|
||
(5408, 3747, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(5409, 3747, 'pyre_link_icon_url', ''),
|
||
(5410, 3747, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(5411, 3747, '_wp_page_template', 'full-width.php'),
|
||
(5412, 3749, 'pyre_header_bg_color', ''),
|
||
(5413, 3749, 'pyre_header_bg', ''),
|
||
(5414, 3749, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(5415, 3749, 'pyre_wide_page_bg_full', 'no'),
|
||
(5416, 3749, 'pyre_page_title', 'yes'),
|
||
(5417, 3749, 'pyre_page_title_text', 'yes'),
|
||
(5418, 3749, 'pyre_slider_type', 'no'),
|
||
(5419, 3749, 'pyre_slider', '0'),
|
||
(5420, 3749, 'pyre_wooslider', '0'),
|
||
(5421, 3749, 'pyre_flexslider', '0'),
|
||
(5422, 3749, 'pyre_revslider', '0'),
|
||
(5423, 3749, 'pyre_elasticslider', '0'),
|
||
(5424, 3749, 'pyre_fallback', ''),
|
||
(5425, 3749, 'pyre_full_width', 'no'),
|
||
(5426, 3749, 'pyre_sidebar_position', 'default'),
|
||
(5427, 3749, 'pyre_portfolio_excerpt', ''),
|
||
(5428, 3749, 'pyre_portfolio_full_width', 'yes'),
|
||
(5429, 3749, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(5430, 3749, 'pyre_portfolio_filters', 'yes'),
|
||
(5431, 3749, 'pyre_page_bg_color', ''),
|
||
(5432, 3749, 'pyre_page_bg', ''),
|
||
(5433, 3749, 'pyre_page_bg_full', 'no'),
|
||
(5434, 3749, 'pyre_page_bg_repeat', 'repeat'),
|
||
(5435, 3749, 'pyre_page_title_bar_bg', ''),
|
||
(5436, 3749, 'pyre_page_title_bar_bg_retina', ''),
|
||
(5437, 3749, 'pyre_page_title_bar_bg_color', ''),
|
||
(5438, 3749, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(5439, 3749, 'pyre_link_icon_url', ''),
|
||
(5440, 3749, 'pyre_page_bg_layout', 'default'),
|
||
(5441, 3749, '_wp_page_template', 'full-width.php'),
|
||
(5442, 3749, 'pyre_wide_page_bg_color', ''),
|
||
(5443, 3749, 'avada_post_views_count', '39'),
|
||
(5444, 3749, 'pyre_header_bg_full', 'no'),
|
||
(5445, 3749, 'pyre_header_bg_repeat', 'repeat'),
|
||
(5446, 3749, 'pyre_page_title_bg_parallax', 'default'),
|
||
(5447, 3749, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(5448, 3749, 'pyre_page_title_height', ''),
|
||
(5449, 3749, 'pyre_page_title_custom_subheader', ''),
|
||
(5450, 3749, 'pyre_page_title_custom_text', ''),
|
||
(5451, 3749, 'pyre_page_title', 'yes'),
|
||
(5452, 3749, 'pyre_page_title_text', 'yes'),
|
||
(5453, 3749, 'pyre_slider_type', 'no'),
|
||
(5454, 3749, 'pyre_slider', '0'),
|
||
(5455, 3749, 'pyre_wooslider', '0'),
|
||
(5456, 3749, 'pyre_flexslider', '0'),
|
||
(5457, 3749, 'pyre_revslider', '0'),
|
||
(5458, 3749, 'pyre_elasticslider', '0'),
|
||
(5459, 3749, 'pyre_fallback', ''),
|
||
(5460, 3749, 'pyre_full_width', 'no'),
|
||
(5461, 3749, 'pyre_sidebar_position', 'default'),
|
||
(5462, 3749, 'pyre_portfolio_excerpt', ''),
|
||
(5463, 3749, 'pyre_portfolio_full_width', 'yes'),
|
||
(5464, 3749, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(5465, 3749, 'pyre_portfolio_filters', 'yes'),
|
||
(5466, 3749, 'pyre_page_bg_color', ''),
|
||
(5467, 3749, 'pyre_page_bg', ''),
|
||
(5468, 3749, 'pyre_page_bg_full', 'no'),
|
||
(5469, 3749, 'pyre_page_bg_repeat', 'repeat'),
|
||
(5470, 3749, 'pyre_page_title_bar_bg', ''),
|
||
(5471, 3749, 'pyre_page_title_bar_bg_retina', ''),
|
||
(5472, 3749, 'pyre_page_title_bar_bg_color', ''),
|
||
(5473, 3749, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(5474, 3749, 'pyre_link_icon_url', ''),
|
||
(5475, 3749, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(5476, 3749, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(5477, 3749, '_wp_page_template', 'full-width.php'),
|
||
(5478, 3749, 'avada_post_views_count', '0'),
|
||
(5479, 3749, 'pyre_wide_page_bg', ''),
|
||
(5480, 3751, 'pyre_page_title', 'yes'),
|
||
(5481, 3751, 'pyre_page_title_text', 'yes'),
|
||
(5482, 3751, 'pyre_slider_type', 'no'),
|
||
(5483, 3751, 'pyre_slider', '0'),
|
||
(5484, 3751, 'pyre_wooslider', '0'),
|
||
(5485, 3751, 'pyre_flexslider', '0'),
|
||
(5486, 3751, 'pyre_revslider', '0'),
|
||
(5487, 3751, 'pyre_elasticslider', '0'),
|
||
(5488, 3751, 'pyre_fallback', ''),
|
||
(5489, 3751, 'pyre_full_width', 'no'),
|
||
(5490, 3751, 'pyre_sidebar_position', 'default'),
|
||
(5491, 3751, 'pyre_portfolio_excerpt', ''),
|
||
(5492, 3751, 'pyre_portfolio_full_width', 'yes'),
|
||
(5493, 3751, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(5494, 3751, 'pyre_portfolio_filters', 'yes'),
|
||
(5495, 3751, 'pyre_page_bg_color', ''),
|
||
(5496, 3751, 'pyre_page_bg', ''),
|
||
(5497, 3751, 'pyre_page_bg_full', 'no'),
|
||
(5498, 3751, 'pyre_page_bg_repeat', 'repeat'),
|
||
(5499, 3751, 'pyre_page_title_bar_bg', ''),
|
||
(5500, 3751, 'pyre_page_title_bar_bg_retina', ''),
|
||
(5501, 3751, 'pyre_page_title_bar_bg_color', ''),
|
||
(5502, 3751, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(5503, 3751, 'pyre_link_icon_url', ''),
|
||
(5504, 3751, 'pyre_page_title_custom_subheader', ''),
|
||
(5505, 3751, 'pyre_page_title_custom_text', ''),
|
||
(5506, 3751, '_wp_page_template', 'full-width.php'),
|
||
(5507, 3751, 'avada_post_views_count', '45'),
|
||
(5508, 3751, 'pyre_page_bg_layout', 'default'),
|
||
(5509, 3751, 'pyre_wide_page_bg', ''),
|
||
(5510, 3751, 'pyre_wide_page_bg_color', ''),
|
||
(5511, 3751, 'pyre_wide_page_bg_full', 'no'),
|
||
(5512, 3751, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(5513, 3751, 'pyre_header_bg', ''),
|
||
(5514, 3751, 'pyre_header_bg_color', ''),
|
||
(5515, 3751, 'pyre_header_bg_full', 'no'),
|
||
(5516, 3751, 'pyre_header_bg_repeat', 'repeat'),
|
||
(5517, 3751, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(5518, 3751, 'pyre_page_title_bg_parallax', 'default'),
|
||
(5519, 3751, 'pyre_page_title_height', ''),
|
||
(5520, 3751, 'pyre_page_title', 'yes'),
|
||
(5521, 3751, 'pyre_page_title_text', 'yes'),
|
||
(5522, 3751, 'pyre_slider_type', 'no'),
|
||
(5523, 3751, 'pyre_slider', '0'),
|
||
(5524, 3751, 'pyre_wooslider', '0'),
|
||
(5525, 3751, 'pyre_flexslider', '0'),
|
||
(5526, 3751, 'pyre_revslider', '0'),
|
||
(5527, 3751, 'pyre_elasticslider', '0'),
|
||
(5528, 3751, 'pyre_fallback', ''),
|
||
(5529, 3751, 'pyre_full_width', 'no'),
|
||
(5530, 3751, 'pyre_sidebar_position', 'default'),
|
||
(5531, 3751, 'pyre_portfolio_excerpt', ''),
|
||
(5532, 3751, 'pyre_portfolio_full_width', 'yes'),
|
||
(5533, 3751, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(5534, 3751, 'pyre_portfolio_filters', 'yes'),
|
||
(5535, 3751, 'pyre_page_bg_color', ''),
|
||
(5536, 3751, 'pyre_page_bg', ''),
|
||
(5537, 3751, 'pyre_page_bg_full', 'no'),
|
||
(5538, 3751, 'pyre_page_bg_repeat', 'repeat'),
|
||
(5539, 3751, 'pyre_page_title_bar_bg', ''),
|
||
(5540, 3751, 'pyre_page_title_bar_bg_retina', ''),
|
||
(5541, 3751, 'pyre_page_title_bar_bg_color', ''),
|
||
(5542, 3751, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(5543, 3751, 'pyre_link_icon_url', ''),
|
||
(5544, 3751, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(5545, 3751, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(5546, 3751, '_wp_page_template', 'full-width.php'),
|
||
(5547, 3754, 'pyre_page_title', 'yes'),
|
||
(5548, 3754, 'pyre_page_title_text', 'yes'),
|
||
(5549, 3754, 'pyre_slider_type', 'no'),
|
||
(5550, 3754, 'pyre_slider', '0'),
|
||
(5551, 3754, 'pyre_wooslider', '0'),
|
||
(5552, 3754, 'pyre_flexslider', '0'),
|
||
(5553, 3754, 'pyre_revslider', '0'),
|
||
(5554, 3754, 'pyre_elasticslider', '0'),
|
||
(5555, 3754, 'pyre_fallback', ''),
|
||
(5556, 3754, 'pyre_full_width', 'no'),
|
||
(5557, 3754, 'pyre_sidebar_position', 'default'),
|
||
(5558, 3754, 'pyre_portfolio_excerpt', ''),
|
||
(5559, 3754, 'pyre_portfolio_full_width', 'yes'),
|
||
(5560, 3754, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(5561, 3754, 'pyre_portfolio_filters', 'yes'),
|
||
(5562, 3754, 'pyre_page_bg_color', ''),
|
||
(5563, 3754, 'pyre_page_bg', ''),
|
||
(5564, 3754, 'pyre_page_bg_full', 'no'),
|
||
(5565, 3754, 'pyre_page_bg_repeat', 'repeat'),
|
||
(5566, 3754, 'pyre_page_title_bar_bg', ''),
|
||
(5567, 3754, 'pyre_page_title_bar_bg_retina', ''),
|
||
(5568, 3754, 'pyre_page_title_bar_bg_color', ''),
|
||
(5569, 3754, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(5570, 3754, 'pyre_link_icon_url', ''),
|
||
(5571, 3754, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(5572, 3754, '_wp_page_template', 'full-width.php'),
|
||
(5573, 3754, 'pyre_page_title_bg_parallax', 'default'),
|
||
(5574, 3754, 'pyre_page_title_height', ''),
|
||
(5575, 3754, 'pyre_page_title_custom_subheader', ''),
|
||
(5576, 3754, 'pyre_page_title_custom_text', ''),
|
||
(5577, 3754, 'pyre_header_bg_repeat', 'repeat'),
|
||
(5578, 3754, 'pyre_header_bg_full', 'no'),
|
||
(5579, 3754, 'pyre_header_bg', ''),
|
||
(5580, 3754, 'pyre_header_bg_color', ''),
|
||
(5581, 3754, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(5582, 3754, 'avada_post_views_count', '39'),
|
||
(5583, 3754, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(5584, 3754, 'pyre_page_bg_layout', 'default'),
|
||
(5585, 3754, 'pyre_wide_page_bg', ''),
|
||
(5586, 3754, 'pyre_wide_page_bg_color', ''),
|
||
(5587, 3754, 'pyre_wide_page_bg_full', 'no'),
|
||
(5588, 3754, 'pyre_page_title', 'yes'),
|
||
(5589, 3754, 'pyre_page_title_text', 'yes'),
|
||
(5590, 3754, 'pyre_slider_type', 'no'),
|
||
(5591, 3754, 'pyre_slider', '0'),
|
||
(5592, 3754, 'pyre_wooslider', '0'),
|
||
(5593, 3754, 'pyre_flexslider', '0'),
|
||
(5594, 3754, 'pyre_revslider', '0'),
|
||
(5595, 3754, 'pyre_elasticslider', '0'),
|
||
(5596, 3754, 'pyre_fallback', ''),
|
||
(5597, 3754, 'pyre_full_width', 'no'),
|
||
(5598, 3754, 'pyre_sidebar_position', 'default'),
|
||
(5599, 3754, 'pyre_portfolio_excerpt', ''),
|
||
(5600, 3754, 'pyre_portfolio_full_width', 'yes'),
|
||
(5601, 3754, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(5602, 3754, 'pyre_portfolio_filters', 'yes'),
|
||
(5603, 3754, 'pyre_page_bg_color', ''),
|
||
(5604, 3754, 'pyre_page_bg', ''),
|
||
(5605, 3754, 'pyre_page_bg_full', 'no'),
|
||
(5606, 3754, 'pyre_page_bg_repeat', 'repeat'),
|
||
(5607, 3754, 'pyre_page_title_bar_bg', ''),
|
||
(5608, 3754, 'pyre_page_title_bar_bg_retina', ''),
|
||
(5609, 3754, 'pyre_page_title_bar_bg_color', ''),
|
||
(5610, 3754, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(5611, 3754, 'pyre_link_icon_url', ''),
|
||
(5612, 3754, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(5613, 3754, '_wp_page_template', 'full-width.php'),
|
||
(5614, 3756, 'pyre_page_title', 'yes'),
|
||
(5615, 3756, 'pyre_page_title_text', 'yes'),
|
||
(5616, 3756, 'pyre_slider_type', 'no'),
|
||
(5617, 3756, 'pyre_slider', '0'),
|
||
(5618, 3756, 'pyre_wooslider', '0'),
|
||
(5619, 3756, 'pyre_flexslider', '0'),
|
||
(5620, 3756, 'pyre_revslider', '0'),
|
||
(5621, 3756, 'pyre_elasticslider', '0'),
|
||
(5622, 3756, 'pyre_fallback', ''),
|
||
(5623, 3756, 'pyre_full_width', 'no'),
|
||
(5624, 3756, 'pyre_sidebar_position', 'default'),
|
||
(5625, 3756, 'pyre_portfolio_excerpt', ''),
|
||
(5626, 3756, 'pyre_portfolio_full_width', 'yes'),
|
||
(5627, 3756, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(5628, 3756, 'pyre_portfolio_filters', 'yes'),
|
||
(5629, 3756, 'pyre_page_bg_color', ''),
|
||
(5630, 3756, 'pyre_page_bg', ''),
|
||
(5631, 3756, 'pyre_page_bg_full', 'no'),
|
||
(5632, 3756, 'pyre_page_bg_repeat', 'repeat'),
|
||
(5633, 3756, 'pyre_page_title_bar_bg', ''),
|
||
(5634, 3756, 'pyre_page_title_bar_bg_retina', ''),
|
||
(5635, 3756, 'pyre_page_title_bar_bg_color', ''),
|
||
(5636, 3756, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(5637, 3756, 'pyre_link_icon_url', ''),
|
||
(5638, 3756, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(5639, 3756, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(5640, 3756, '_wp_page_template', 'full-width.php'),
|
||
(5641, 3756, 'avada_post_views_count', '50'),
|
||
(5642, 3756, 'pyre_page_title', 'yes'),
|
||
(5643, 3756, 'pyre_page_title_text', 'yes'),
|
||
(5644, 3756, 'pyre_slider_type', 'no'),
|
||
(5645, 3756, 'pyre_slider', '0'),
|
||
(5646, 3756, 'pyre_wooslider', '0'),
|
||
(5647, 3756, 'pyre_flexslider', '0'),
|
||
(5648, 3756, 'pyre_revslider', '0'),
|
||
(5649, 3756, 'pyre_elasticslider', '0'),
|
||
(5650, 3756, 'pyre_fallback', ''),
|
||
(5651, 3756, 'pyre_full_width', 'no'),
|
||
(5652, 3756, 'pyre_sidebar_position', 'default'),
|
||
(5653, 3756, 'pyre_portfolio_excerpt', ''),
|
||
(5654, 3756, 'pyre_portfolio_full_width', 'yes'),
|
||
(5655, 3756, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(5656, 3756, 'pyre_portfolio_filters', 'yes'),
|
||
(5657, 3756, 'pyre_page_bg_color', ''),
|
||
(5658, 3756, 'pyre_page_bg', ''),
|
||
(5659, 3756, 'pyre_page_bg_full', 'no'),
|
||
(5660, 3756, 'pyre_page_bg_repeat', 'repeat'),
|
||
(5661, 3756, 'pyre_page_title_bar_bg', ''),
|
||
(5662, 3756, 'pyre_page_title_bar_bg_retina', ''),
|
||
(5663, 3756, 'pyre_page_title_bar_bg_color', ''),
|
||
(5664, 3756, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(5665, 3756, 'pyre_link_icon_url', ''),
|
||
(5666, 3756, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(5667, 3756, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(5668, 3756, '_wp_page_template', 'full-width.php'),
|
||
(5669, 3813, '_wp_page_template', '100-width.php'),
|
||
(7992, 3813, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(5671, 3813, 'pyre_slider_type', 'rev'),
|
||
(5672, 3813, 'pyre_slider', '0'),
|
||
(5673, 3813, 'pyre_wooslider', '0'),
|
||
(5674, 3813, 'pyre_flexslider', '0'),
|
||
(5675, 3813, 'pyre_revslider', 'Avada_Full_Width'),
|
||
(5676, 3813, 'pyre_elasticslider', '0'),
|
||
(5677, 3813, 'pyre_fallback', ''),
|
||
(5678, 3813, 'pyre_full_width', 'no'),
|
||
(5679, 3813, 'pyre_sidebar_position', 'default'),
|
||
(5680, 3813, 'pyre_portfolio_excerpt', ''),
|
||
(5681, 3813, 'pyre_portfolio_full_width', 'yes'),
|
||
(5682, 3813, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(5683, 3813, 'pyre_portfolio_filters', 'yes'),
|
||
(5684, 3813, 'pyre_page_bg_layout', 'default'),
|
||
(5685, 3813, 'pyre_page_bg', ''),
|
||
(5686, 3813, 'pyre_page_bg_color', ''),
|
||
(5687, 3813, 'pyre_page_bg_full', 'no'),
|
||
(5688, 3813, 'pyre_page_bg_repeat', 'repeat'),
|
||
(5689, 3813, 'pyre_wide_page_bg', ''),
|
||
(5690, 3813, 'pyre_wide_page_bg_color', ''),
|
||
(5691, 3813, 'pyre_wide_page_bg_full', 'no'),
|
||
(5692, 3813, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(5693, 3813, 'pyre_header_bg', ''),
|
||
(5694, 3813, 'pyre_header_bg_color', ''),
|
||
(5695, 3813, 'pyre_header_bg_full', 'no'),
|
||
(5696, 3813, 'pyre_header_bg_repeat', 'repeat'),
|
||
(5697, 3813, 'pyre_page_title', 'no'),
|
||
(5698, 3813, 'pyre_page_title_text', 'yes'),
|
||
(5699, 3813, 'pyre_page_title_bar_bg', ''),
|
||
(5700, 3813, 'pyre_page_title_bar_bg_retina', ''),
|
||
(5701, 3813, 'pyre_page_title_bar_bg_color', ''),
|
||
(5702, 3813, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(5703, 3813, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(5704, 3813, 'pyre_link_icon_url', ''),
|
||
(5705, 3813, 'avada_post_views_count', '67'),
|
||
(7993, 3813, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(5707, 3815, 'pyre_page_bg', ''),
|
||
(5708, 3815, 'pyre_sidebar_position', 'default'),
|
||
(5709, 3815, 'pyre_portfolio_excerpt', ''),
|
||
(5710, 3815, 'pyre_portfolio_full_width', 'yes'),
|
||
(5711, 3815, 'pyre_page_bg_layout', 'default'),
|
||
(5712, 3815, 'pyre_portfolio_filters', 'yes'),
|
||
(5713, 3815, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(5714, 3815, '_wp_page_template', '100-width.php'),
|
||
(5715, 3815, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(5716, 3815, 'pyre_slider_type', 'rev'),
|
||
(5717, 3815, 'pyre_slider', '0'),
|
||
(5718, 3815, 'pyre_wooslider', '0'),
|
||
(5719, 3815, 'pyre_flexslider', '0'),
|
||
(5720, 3815, 'pyre_revslider', 'Avada_Full_Width'),
|
||
(5721, 3815, 'pyre_elasticslider', '0'),
|
||
(5722, 3815, 'pyre_fallback', ''),
|
||
(5723, 3815, 'pyre_full_width', 'no'),
|
||
(5724, 3815, 'pyre_page_bg_color', ''),
|
||
(5725, 3815, 'pyre_page_bg_full', 'no'),
|
||
(5726, 3815, 'pyre_page_bg_repeat', 'repeat'),
|
||
(5727, 3815, 'pyre_wide_page_bg', ''),
|
||
(5728, 3815, 'pyre_wide_page_bg_color', ''),
|
||
(5729, 3815, 'pyre_wide_page_bg_full', 'no'),
|
||
(5730, 3815, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(5731, 3815, 'pyre_header_bg', ''),
|
||
(5732, 3815, 'pyre_header_bg_color', ''),
|
||
(5733, 3815, 'pyre_header_bg_full', 'no'),
|
||
(5734, 3815, 'pyre_header_bg_repeat', 'repeat'),
|
||
(5735, 3815, 'pyre_page_title', 'no'),
|
||
(5736, 3815, 'pyre_page_title_text', 'yes'),
|
||
(5737, 3815, 'pyre_page_title_bar_bg', ''),
|
||
(5738, 3815, 'pyre_page_title_bar_bg_retina', ''),
|
||
(5739, 3815, 'pyre_page_title_bar_bg_color', ''),
|
||
(5740, 3815, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(5741, 3815, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(5742, 3815, 'pyre_link_icon_url', ''),
|
||
(5743, 3815, '_post_restored_from', 'a:3:{s:20:"restored_revision_id";i:3843;s:16:"restored_by_user";i:1;s:13:"restored_time";i:1376934397;}'),
|
||
(5744, 3815, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(5745, 3815, 'avada_post_views_count', '88'),
|
||
(5746, 3815, 'pyre_page_bg', '');
|
||
INSERT INTO `drgrp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
|
||
(5747, 3815, 'pyre_sidebar_position', 'default'),
|
||
(5748, 3815, 'pyre_portfolio_excerpt', ''),
|
||
(5749, 3815, 'pyre_portfolio_full_width', 'yes'),
|
||
(5750, 3815, 'pyre_page_bg_layout', 'default'),
|
||
(5751, 3815, 'pyre_portfolio_filters', 'yes'),
|
||
(5752, 3815, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(5753, 3815, '_wp_page_template', '100-width.php'),
|
||
(5754, 3815, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(5755, 3815, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(5756, 3815, 'pyre_slider_type', 'no'),
|
||
(5757, 3815, 'pyre_slider', '0'),
|
||
(5758, 3815, 'pyre_wooslider', '0'),
|
||
(5759, 3815, 'pyre_flexslider', '0'),
|
||
(5760, 3815, 'pyre_revslider', '0'),
|
||
(5761, 3815, 'pyre_elasticslider', '0'),
|
||
(5762, 3815, 'pyre_fallback', ''),
|
||
(5763, 3815, 'pyre_full_width', 'no'),
|
||
(5764, 3815, 'pyre_page_bg_color', ''),
|
||
(5765, 3815, 'pyre_page_bg_full', 'no'),
|
||
(5766, 3815, 'pyre_page_bg_repeat', 'repeat'),
|
||
(5767, 3815, 'pyre_wide_page_bg', ''),
|
||
(5768, 3815, 'pyre_wide_page_bg_color', ''),
|
||
(5769, 3815, 'pyre_wide_page_bg_full', 'no'),
|
||
(5770, 3815, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(5771, 3815, 'pyre_header_bg', ''),
|
||
(5772, 3815, 'pyre_header_bg_color', ''),
|
||
(5773, 3815, 'pyre_header_bg_full', 'no'),
|
||
(5774, 3815, 'pyre_header_bg_repeat', 'repeat'),
|
||
(5775, 3815, 'pyre_page_title', 'no'),
|
||
(5776, 3815, 'pyre_page_title_text', 'yes'),
|
||
(5777, 3815, 'pyre_page_title_bar_bg', ''),
|
||
(5778, 3815, 'pyre_page_title_bar_bg_retina', ''),
|
||
(5779, 3815, 'pyre_page_title_bar_bg_color', ''),
|
||
(5780, 3815, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(5781, 3815, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(5782, 3815, 'pyre_link_icon_url', ''),
|
||
(5783, 3815, '_post_restored_from', 'a:3:{s:20:"restored_revision_id";i:3843;s:16:"restored_by_user";i:1;s:13:"restored_time";i:1376934397;}'),
|
||
(5784, 3815, 'avada_post_views_count', '5'),
|
||
(5785, 3846, '_wp_page_template', 'portfolio-grid.php'),
|
||
(5786, 3846, 'pyre_slider_type', 'no'),
|
||
(5787, 3846, 'pyre_slider', '0'),
|
||
(5788, 3846, 'pyre_wooslider', '0'),
|
||
(5789, 3846, 'pyre_flexslider', '0'),
|
||
(5790, 3846, 'pyre_revslider', '0'),
|
||
(5791, 3846, 'pyre_elasticslider', '0'),
|
||
(5792, 3846, 'pyre_fallback', ''),
|
||
(5793, 3846, 'pyre_full_width', 'no'),
|
||
(5794, 3846, 'pyre_sidebar_position', 'default'),
|
||
(5795, 3846, 'pyre_portfolio_excerpt', ''),
|
||
(5796, 3846, 'pyre_portfolio_full_width', 'yes'),
|
||
(5797, 3846, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(5798, 3846, 'pyre_portfolio_filters', 'yes'),
|
||
(5799, 3846, 'pyre_page_bg_layout', 'default'),
|
||
(5800, 3846, 'pyre_page_bg', ''),
|
||
(5801, 3846, 'pyre_page_bg_color', ''),
|
||
(5802, 3846, 'pyre_page_bg_full', 'no'),
|
||
(5803, 3846, 'pyre_page_bg_repeat', 'repeat'),
|
||
(5804, 3846, 'pyre_wide_page_bg', ''),
|
||
(5805, 3846, 'pyre_wide_page_bg_color', ''),
|
||
(5806, 3846, 'pyre_wide_page_bg_full', 'no'),
|
||
(5807, 3846, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(5808, 3846, 'pyre_header_bg', ''),
|
||
(5809, 3846, 'pyre_header_bg_color', ''),
|
||
(5810, 3846, 'pyre_header_bg_full', 'no'),
|
||
(5811, 3846, 'pyre_header_bg_repeat', 'repeat'),
|
||
(5812, 3846, 'pyre_page_title', 'yes'),
|
||
(5813, 3846, 'pyre_page_title_text', 'yes'),
|
||
(5814, 3846, 'pyre_page_title_bar_bg', ''),
|
||
(5815, 3846, 'pyre_page_title_bar_bg_retina', ''),
|
||
(5816, 3846, 'pyre_page_title_bar_bg_color', ''),
|
||
(5817, 3846, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(5818, 3846, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(5819, 3846, 'pyre_link_icon_url', ''),
|
||
(5820, 3846, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(5821, 3846, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(5822, 3846, 'avada_post_views_count', '219'),
|
||
(5823, 3846, '_wp_page_template', 'portfolio-grid.php'),
|
||
(5824, 3846, 'pyre_slider_type', 'no'),
|
||
(5825, 3846, 'pyre_slider', '0'),
|
||
(5826, 3846, 'pyre_wooslider', '0'),
|
||
(5827, 3846, 'pyre_flexslider', '0'),
|
||
(5828, 3846, 'pyre_revslider', '0'),
|
||
(5829, 3846, 'pyre_elasticslider', '0'),
|
||
(5830, 3846, 'pyre_fallback', ''),
|
||
(5831, 3846, 'pyre_full_width', 'no'),
|
||
(5832, 3846, 'pyre_sidebar_position', 'default'),
|
||
(5833, 3846, 'pyre_portfolio_excerpt', ''),
|
||
(5834, 3846, 'pyre_portfolio_full_width', 'yes'),
|
||
(5835, 3846, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(5836, 3846, 'pyre_portfolio_filters', 'yes'),
|
||
(5837, 3846, 'pyre_page_bg_layout', 'default'),
|
||
(5838, 3846, 'pyre_page_bg', ''),
|
||
(5839, 3846, 'pyre_page_bg_color', ''),
|
||
(5840, 3846, 'pyre_page_bg_full', 'no'),
|
||
(5841, 3846, 'pyre_page_bg_repeat', 'repeat'),
|
||
(5842, 3846, 'pyre_wide_page_bg', ''),
|
||
(5843, 3846, 'pyre_wide_page_bg_color', ''),
|
||
(5844, 3846, 'pyre_wide_page_bg_full', 'no'),
|
||
(5845, 3846, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(5846, 3846, 'pyre_header_bg', ''),
|
||
(5847, 3846, 'pyre_header_bg_color', ''),
|
||
(5848, 3846, 'pyre_header_bg_full', 'no'),
|
||
(5849, 3846, 'pyre_header_bg_repeat', 'repeat'),
|
||
(5850, 3846, 'pyre_page_title', 'yes'),
|
||
(5851, 3846, 'pyre_page_title_text', 'yes'),
|
||
(5852, 3846, 'pyre_page_title_bar_bg', ''),
|
||
(5853, 3846, 'pyre_page_title_bar_bg_retina', ''),
|
||
(5854, 3846, 'pyre_page_title_bar_bg_color', ''),
|
||
(5855, 3846, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(5856, 3846, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(5857, 3846, 'pyre_link_icon_url', ''),
|
||
(5858, 3846, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(5859, 3846, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(5860, 3846, 'avada_post_views_count', '1'),
|
||
(5861, 4097, '_wp_page_template', 'full-width.php'),
|
||
(5862, 4097, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(5863, 4097, 'pyre_slider_type', 'no'),
|
||
(5864, 4097, 'pyre_slider', '0'),
|
||
(5865, 4097, 'pyre_wooslider', '0'),
|
||
(5866, 4097, 'pyre_flexslider', '0'),
|
||
(5867, 4097, 'pyre_revslider', '0'),
|
||
(5868, 4097, 'pyre_elasticslider', '0'),
|
||
(5869, 4097, 'pyre_fallback', ''),
|
||
(5870, 4097, 'pyre_full_width', 'no'),
|
||
(5871, 4097, 'pyre_sidebar_position', 'default'),
|
||
(5872, 4097, 'pyre_portfolio_excerpt', ''),
|
||
(5873, 4097, 'pyre_portfolio_full_width', 'yes'),
|
||
(5874, 4097, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(5875, 4097, 'pyre_portfolio_filters', 'yes'),
|
||
(5876, 4097, 'pyre_page_bg_layout', 'default'),
|
||
(5877, 4097, 'pyre_page_bg', ''),
|
||
(5878, 4097, 'pyre_page_bg_color', ''),
|
||
(5879, 4097, 'pyre_page_bg_full', 'no'),
|
||
(5880, 4097, 'pyre_page_bg_repeat', 'repeat'),
|
||
(5881, 4097, 'pyre_wide_page_bg', ''),
|
||
(5882, 4097, 'pyre_wide_page_bg_color', ''),
|
||
(5883, 4097, 'pyre_wide_page_bg_full', 'no'),
|
||
(5884, 4097, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(5885, 4097, 'pyre_header_bg', ''),
|
||
(5886, 4097, 'pyre_header_bg_color', ''),
|
||
(5887, 4097, 'pyre_header_bg_full', 'no'),
|
||
(5888, 4097, 'pyre_header_bg_repeat', 'repeat'),
|
||
(5889, 4097, 'pyre_page_title', 'yes'),
|
||
(5890, 4097, 'pyre_page_title_text', 'yes'),
|
||
(5891, 4097, 'pyre_page_title_custom_text', ''),
|
||
(5892, 4097, 'pyre_page_title_custom_subheader', ''),
|
||
(5893, 4097, 'pyre_page_title_height', ''),
|
||
(5894, 4097, 'pyre_page_title_bar_bg', ''),
|
||
(5895, 4097, 'pyre_page_title_bar_bg_retina', ''),
|
||
(5896, 4097, 'pyre_page_title_bar_bg_color', ''),
|
||
(5897, 4097, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(5898, 4097, 'pyre_page_title_bg_parallax', 'default'),
|
||
(5899, 4097, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(5900, 4097, 'pyre_link_icon_url', ''),
|
||
(5901, 4097, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(5904, 202, 'pyre_video', ''),
|
||
(5905, 202, 'pyre_overall_score', '0'),
|
||
(5906, 202, 'pyre_page_title', 'yes'),
|
||
(5907, 202, 'pyre_sidebar_position', 'right'),
|
||
(5908, 202, 'pyre_slider_type', 'no'),
|
||
(5909, 202, 'pyre_slider', '0'),
|
||
(5910, 202, 'pyre_wooslider', '0'),
|
||
(5911, 202, 'pyre_flexslider', '0'),
|
||
(5912, 202, 'pyre_revslider', '0'),
|
||
(5913, 202, 'pyre_page_bg_color', ''),
|
||
(5914, 202, 'pyre_page_bg', ''),
|
||
(5915, 202, 'pyre_page_bg_full', 'no'),
|
||
(5916, 202, 'pyre_page_bg_repeat', 'repeat'),
|
||
(5917, 202, 'pyre_page_title_bar_bg', ''),
|
||
(5918, 202, 'pyre_fimg_width', ''),
|
||
(5919, 202, 'pyre_fimg_height', ''),
|
||
(5920, 202, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(5923, 202, 'pyre_full_width', 'no'),
|
||
(5924, 202, 'pyre_elasticslider', '0'),
|
||
(5925, 202, 'pyre_fallback', ''),
|
||
(5926, 202, 'pyre_page_title_bar_bg_color', ''),
|
||
(5927, 202, 'avada_post_views_count', '5'),
|
||
(5929, 202, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(5930, 202, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(5931, 202, 'pyre_link_icon_url', ''),
|
||
(5932, 202, 'pyre_related_posts', 'yes'),
|
||
(5933, 202, 'pyre_page_bg_layout', 'default'),
|
||
(5934, 202, 'pyre_wide_page_bg', ''),
|
||
(5935, 202, 'pyre_wide_page_bg_color', ''),
|
||
(5936, 202, 'pyre_wide_page_bg_full', 'no'),
|
||
(5937, 202, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(5938, 202, 'pyre_header_bg', ''),
|
||
(5939, 202, 'pyre_header_bg_color', ''),
|
||
(5940, 202, 'pyre_header_bg_full', 'no'),
|
||
(5941, 202, 'pyre_header_bg_repeat', 'repeat'),
|
||
(5942, 202, 'pyre_page_title_text', 'yes'),
|
||
(5943, 202, 'pyre_page_title_bar_bg_retina', ''),
|
||
(5944, 202, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(5948, 202, 'pyre_page_title_custom_text', ''),
|
||
(5949, 202, 'pyre_page_title_custom_subheader', ''),
|
||
(5950, 202, 'pyre_page_title_height', ''),
|
||
(5951, 202, 'pyre_page_title_bg_parallax', 'default'),
|
||
(5954, 207, 'pyre_video', ''),
|
||
(5955, 207, 'pyre_overall_score', '0'),
|
||
(5956, 207, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(5957, 207, 'pyre_page_title', 'yes'),
|
||
(5958, 207, 'pyre_sidebar_position', 'right'),
|
||
(5959, 207, 'pyre_slider_type', 'no'),
|
||
(5960, 207, 'pyre_slider', '0'),
|
||
(5961, 207, 'pyre_wooslider', '0'),
|
||
(5962, 207, 'pyre_flexslider', '0'),
|
||
(5963, 207, 'pyre_revslider', '0'),
|
||
(5964, 207, 'pyre_page_bg_color', ''),
|
||
(5965, 207, 'pyre_page_bg', ''),
|
||
(5966, 207, 'pyre_page_bg_full', 'no'),
|
||
(5967, 207, 'pyre_page_bg_repeat', 'repeat'),
|
||
(5968, 207, 'pyre_page_title_bar_bg', ''),
|
||
(5969, 207, 'pyre_fimg_width', ''),
|
||
(5970, 207, 'pyre_fimg_height', ''),
|
||
(5971, 207, 'pyre_full_width', 'no'),
|
||
(5972, 207, 'pyre_fallback', ''),
|
||
(5973, 207, 'pyre_page_title_bar_bg_color', ''),
|
||
(5974, 207, '_thumbnail_id', '3890'),
|
||
(5975, 207, 'pyre_elasticslider', '0'),
|
||
(5976, 207, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(5977, 207, 'avada_post_views_count', '8'),
|
||
(5978, 207, 'pyre_video', ''),
|
||
(5979, 207, 'pyre_overall_score', '0'),
|
||
(5980, 207, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(5981, 207, 'pyre_page_title', 'yes'),
|
||
(5982, 207, 'pyre_sidebar_position', 'right'),
|
||
(5983, 207, 'pyre_slider_type', 'no'),
|
||
(5984, 207, 'pyre_slider', '0'),
|
||
(5985, 207, 'pyre_wooslider', '0'),
|
||
(5986, 207, 'pyre_flexslider', '0'),
|
||
(5987, 207, 'pyre_revslider', '0'),
|
||
(5988, 207, 'pyre_page_bg_color', ''),
|
||
(5989, 207, 'pyre_page_bg', ''),
|
||
(5990, 207, 'pyre_page_bg_full', 'no'),
|
||
(5991, 207, 'pyre_page_bg_repeat', 'repeat'),
|
||
(5992, 207, 'pyre_page_title_bar_bg', ''),
|
||
(5993, 207, 'pyre_fimg_width', ''),
|
||
(5994, 207, 'pyre_fimg_height', ''),
|
||
(5995, 207, 'pyre_full_width', 'no'),
|
||
(5996, 207, 'pyre_fallback', ''),
|
||
(5997, 207, 'pyre_page_title_bar_bg_color', ''),
|
||
(5998, 207, '_thumbnail_id', '3508'),
|
||
(5999, 207, 'pyre_elasticslider', '0'),
|
||
(6000, 207, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(6003, 209, 'avada_post_views_count', '11'),
|
||
(6004, 209, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(6005, 209, 'pyre_link_icon_url', ''),
|
||
(6006, 209, 'pyre_related_posts', 'yes'),
|
||
(6007, 209, 'pyre_page_bg_layout', 'default'),
|
||
(6008, 209, 'pyre_wide_page_bg', ''),
|
||
(6009, 209, 'pyre_wide_page_bg_color', ''),
|
||
(6010, 209, 'pyre_wide_page_bg_full', 'no'),
|
||
(6011, 209, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(6012, 209, 'pyre_header_bg', ''),
|
||
(6013, 209, 'pyre_header_bg_color', ''),
|
||
(6014, 209, 'pyre_header_bg_full', 'no'),
|
||
(6015, 209, 'pyre_header_bg_repeat', 'repeat'),
|
||
(6016, 209, 'pyre_page_title_text', 'yes'),
|
||
(6017, 209, 'pyre_page_title_bar_bg_retina', ''),
|
||
(6018, 209, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(6020, 209, 'pyre_page_title_custom_subheader', ''),
|
||
(6021, 209, 'pyre_video', ''),
|
||
(6022, 209, 'pyre_overall_score', '0'),
|
||
(6023, 209, 'pyre_sidebar_position', 'right'),
|
||
(6024, 209, 'pyre_page_title', 'yes'),
|
||
(6025, 209, 'pyre_slider', '0'),
|
||
(6026, 209, 'pyre_slider_type', 'no'),
|
||
(6027, 209, 'pyre_wooslider', '0'),
|
||
(6028, 209, 'pyre_fallback', ''),
|
||
(6029, 209, 'pyre_flexslider', '0'),
|
||
(6030, 209, 'pyre_revslider', '0'),
|
||
(6031, 209, 'pyre_page_bg_color', ''),
|
||
(6032, 209, 'pyre_page_bg', ''),
|
||
(6033, 209, 'pyre_page_bg_full', 'no'),
|
||
(6034, 209, 'pyre_page_bg_repeat', 'repeat'),
|
||
(6035, 209, 'pyre_page_title_bar_bg', ''),
|
||
(6036, 209, 'pyre_fimg_width', ''),
|
||
(6037, 209, 'pyre_fimg_height', ''),
|
||
(6038, 209, 'pyre_full_width', 'no'),
|
||
(6039, 209, 'pyre_page_title_bar_bg_color', ''),
|
||
(6040, 209, 'pyre_page_title_custom_text', ''),
|
||
(12990, 5078, 'slide_template', ''),
|
||
(6042, 209, 'pyre_elasticslider', '0'),
|
||
(6044, 209, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(6045, 209, 'pyre_page_title_height', ''),
|
||
(6046, 209, 'pyre_page_title_bg_parallax', 'default'),
|
||
(6049, 209, 'avada_post_views_count', '11'),
|
||
(6050, 209, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(6051, 209, 'pyre_link_icon_url', ''),
|
||
(6052, 209, 'pyre_related_posts', 'yes'),
|
||
(6053, 209, 'pyre_page_bg_layout', 'default'),
|
||
(6054, 209, 'pyre_wide_page_bg', ''),
|
||
(6055, 209, 'pyre_wide_page_bg_color', ''),
|
||
(6056, 209, 'pyre_wide_page_bg_full', 'no'),
|
||
(6057, 209, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(6058, 209, 'pyre_header_bg', ''),
|
||
(6059, 209, 'pyre_header_bg_color', ''),
|
||
(6060, 209, 'pyre_header_bg_full', 'no'),
|
||
(6061, 209, 'pyre_header_bg_repeat', 'repeat'),
|
||
(6062, 209, 'pyre_page_title_text', 'yes'),
|
||
(6063, 209, 'pyre_page_title_bar_bg_retina', ''),
|
||
(6064, 209, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(6065, 209, 'pyre_video', ''),
|
||
(6066, 209, 'pyre_overall_score', '0'),
|
||
(6067, 209, 'slide_template', 'default'),
|
||
(6068, 209, 'pyre_sidebar_position', 'right'),
|
||
(6069, 209, 'pyre_page_title', 'yes'),
|
||
(6070, 209, 'pyre_slider', '0'),
|
||
(6071, 209, 'pyre_slider_type', 'no'),
|
||
(6072, 209, 'pyre_wooslider', '0'),
|
||
(6073, 209, 'pyre_fallback', ''),
|
||
(6074, 209, 'pyre_flexslider', '0'),
|
||
(6075, 209, 'pyre_revslider', '0'),
|
||
(6076, 209, 'pyre_page_bg_color', ''),
|
||
(6077, 209, 'pyre_page_bg', ''),
|
||
(6078, 209, 'pyre_page_bg_full', 'no'),
|
||
(6079, 209, 'pyre_page_bg_repeat', 'repeat'),
|
||
(6080, 209, 'pyre_page_title_bar_bg', ''),
|
||
(6081, 209, 'pyre_fimg_width', ''),
|
||
(6082, 209, 'pyre_fimg_height', ''),
|
||
(6083, 209, 'pyre_full_width', 'no'),
|
||
(6084, 209, 'pyre_page_title_bar_bg_color', ''),
|
||
(6085, 209, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(6088, 209, 'pyre_elasticslider', '0'),
|
||
(6091, 211, 'slide_template', ''),
|
||
(6093, 211, 'pyre_video', ''),
|
||
(6094, 211, 'pyre_overall_score', '0'),
|
||
(6095, 211, 'pyre_elasticslider', '0'),
|
||
(6096, 211, 'pyre_slider_type', 'no'),
|
||
(6097, 211, 'pyre_page_title', 'yes'),
|
||
(6098, 211, 'pyre_sidebar_position', 'right'),
|
||
(6099, 211, 'pyre_slider', '0'),
|
||
(6100, 211, 'pyre_wooslider', '0'),
|
||
(6101, 211, 'pyre_flexslider', '0'),
|
||
(6102, 211, 'pyre_revslider', '0'),
|
||
(6103, 211, 'pyre_page_bg_color', ''),
|
||
(6104, 211, 'pyre_page_bg', ''),
|
||
(6105, 211, 'pyre_page_bg_full', 'no'),
|
||
(6106, 211, 'pyre_page_bg_repeat', 'repeat'),
|
||
(6107, 211, 'pyre_page_title_bar_bg', ''),
|
||
(6108, 211, 'pyre_fimg_width', ''),
|
||
(6109, 211, 'pyre_fimg_height', ''),
|
||
(6110, 211, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(6111, 211, 'pyre_full_width', 'no'),
|
||
(6112, 211, 'pyre_fallback', ''),
|
||
(6113, 211, 'avada_post_views_count', '23'),
|
||
(6115, 211, 'pyre_page_title_bar_bg_color', ''),
|
||
(6116, 211, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(6117, 211, 'pyre_video', ''),
|
||
(6118, 211, 'pyre_overall_score', '0'),
|
||
(6119, 211, 'pyre_elasticslider', '0'),
|
||
(6120, 211, 'pyre_slider_type', 'no'),
|
||
(6121, 211, 'pyre_page_title', 'yes'),
|
||
(6122, 211, 'pyre_sidebar_position', 'right'),
|
||
(6123, 211, 'pyre_slider', '0'),
|
||
(6124, 211, 'pyre_wooslider', '0'),
|
||
(6125, 211, 'pyre_flexslider', '0'),
|
||
(6126, 211, 'pyre_revslider', '0'),
|
||
(6127, 211, 'pyre_page_bg_color', ''),
|
||
(6128, 211, 'pyre_page_bg', ''),
|
||
(6129, 211, 'pyre_page_bg_full', 'no'),
|
||
(6130, 211, 'pyre_page_bg_repeat', 'repeat'),
|
||
(6131, 211, 'pyre_page_title_bar_bg', ''),
|
||
(6132, 211, 'pyre_fimg_width', ''),
|
||
(6133, 211, 'pyre_fimg_height', ''),
|
||
(6134, 211, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(6135, 211, 'pyre_full_width', 'no'),
|
||
(6136, 211, 'pyre_fallback', ''),
|
||
(6137, 211, '_thumbnail_id', '3508'),
|
||
(6138, 211, 'pyre_page_title_bar_bg_color', ''),
|
||
(6139, 211, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(6142, 215, 'pyre_page_title_custom_subheader', ''),
|
||
(6144, 215, 'slide_template', 'default'),
|
||
(6145, 215, 'pyre_video', ''),
|
||
(6146, 215, 'pyre_page_title_bar_bg_color', ''),
|
||
(6147, 215, 'pyre_slider_type', 'no'),
|
||
(6148, 215, 'pyre_overall_score', '0'),
|
||
(6149, 215, 'pyre_page_title', 'yes'),
|
||
(6150, 215, 'pyre_sidebar_position', 'right'),
|
||
(6151, 215, 'pyre_fallback', ''),
|
||
(6152, 215, 'pyre_wooslider', '0'),
|
||
(6153, 215, 'pyre_slider', '0'),
|
||
(6154, 215, 'pyre_flexslider', '0'),
|
||
(6155, 215, 'pyre_revslider', '0'),
|
||
(6156, 215, 'pyre_page_bg_color', ''),
|
||
(6157, 215, 'pyre_page_bg', ''),
|
||
(6158, 215, 'pyre_page_bg_full', 'no'),
|
||
(6159, 215, 'pyre_page_bg_repeat', 'repeat'),
|
||
(6160, 215, 'pyre_page_title_bar_bg', ''),
|
||
(6161, 215, 'pyre_fimg_width', ''),
|
||
(6162, 215, 'pyre_fimg_height', ''),
|
||
(6163, 215, 'pyre_full_width', 'no'),
|
||
(6164, 215, 'avada_post_views_count', '46'),
|
||
(6165, 215, 'pyre_elasticslider', '0'),
|
||
(6168, 215, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(6169, 215, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(6170, 215, 'pyre_link_icon_url', ''),
|
||
(6171, 215, 'pyre_related_posts', 'yes'),
|
||
(6172, 215, 'pyre_page_bg_layout', 'default'),
|
||
(6173, 215, 'pyre_wide_page_bg', ''),
|
||
(6174, 215, 'pyre_wide_page_bg_color', ''),
|
||
(6175, 215, 'pyre_wide_page_bg_full', 'no'),
|
||
(6176, 215, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(6177, 215, 'pyre_header_bg', ''),
|
||
(6178, 215, 'pyre_header_bg_color', ''),
|
||
(6179, 215, 'pyre_header_bg_full', 'no'),
|
||
(6180, 215, 'pyre_header_bg_repeat', 'repeat'),
|
||
(6181, 215, 'pyre_page_title_text', 'yes'),
|
||
(6182, 215, 'pyre_page_title_bar_bg_retina', ''),
|
||
(6183, 215, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(6185, 215, 'pyre_page_title_height', ''),
|
||
(6186, 215, 'pyre_page_title_bg_parallax', 'default'),
|
||
(6187, 215, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(6188, 215, 'pyre_video', ''),
|
||
(6189, 215, 'pyre_page_title_custom_text', ''),
|
||
(6190, 215, 'pyre_page_title_bar_bg_color', ''),
|
||
(6191, 215, 'pyre_slider_type', 'no'),
|
||
(6192, 215, 'pyre_overall_score', '0'),
|
||
(6193, 215, 'pyre_page_title', 'yes'),
|
||
(6194, 215, 'pyre_sidebar_position', 'right'),
|
||
(6195, 215, 'pyre_fallback', ''),
|
||
(6196, 215, 'pyre_wooslider', '0'),
|
||
(6197, 215, 'pyre_slider', '0'),
|
||
(6198, 215, 'pyre_flexslider', '0'),
|
||
(6199, 215, 'pyre_revslider', '0'),
|
||
(6200, 215, 'pyre_page_bg_color', ''),
|
||
(6201, 215, 'pyre_page_bg', ''),
|
||
(6202, 215, 'pyre_page_bg_full', 'no'),
|
||
(6203, 215, 'pyre_page_bg_repeat', 'repeat'),
|
||
(6204, 215, 'pyre_page_title_bar_bg', ''),
|
||
(6205, 215, 'pyre_fimg_width', ''),
|
||
(6206, 215, 'pyre_fimg_height', ''),
|
||
(6207, 215, 'pyre_full_width', 'no'),
|
||
(6208, 215, 'avada_post_views_count', '46'),
|
||
(6209, 215, 'pyre_elasticslider', '0'),
|
||
(6210, 215, '_thumbnail_id', '3508'),
|
||
(6212, 4120, '_wp_page_template', '100-width.php'),
|
||
(6213, 4120, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(6214, 4120, 'pyre_slider_type', 'no'),
|
||
(6215, 4120, 'pyre_slider', '0'),
|
||
(6216, 4120, 'pyre_wooslider', '0'),
|
||
(6217, 4120, 'pyre_flexslider', '0'),
|
||
(6218, 4120, 'pyre_revslider', '0'),
|
||
(6219, 4120, 'pyre_elasticslider', '0'),
|
||
(6220, 4120, 'pyre_fallback', ''),
|
||
(6221, 4120, 'pyre_full_width', 'no'),
|
||
(6222, 4120, 'pyre_sidebar_position', 'default'),
|
||
(6223, 4120, 'pyre_portfolio_excerpt', ''),
|
||
(6224, 4120, 'pyre_portfolio_full_width', 'yes'),
|
||
(6225, 4120, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(6226, 4120, 'pyre_portfolio_filters', 'yes'),
|
||
(6227, 4120, 'pyre_page_bg_layout', 'default'),
|
||
(6228, 4120, 'pyre_page_bg', ''),
|
||
(6229, 4120, 'pyre_page_bg_color', ''),
|
||
(6230, 4120, 'pyre_page_bg_full', 'no'),
|
||
(6231, 4120, 'pyre_page_bg_repeat', 'repeat'),
|
||
(6232, 4120, 'pyre_wide_page_bg', ''),
|
||
(6233, 4120, 'pyre_wide_page_bg_color', ''),
|
||
(6234, 4120, 'pyre_wide_page_bg_full', 'no'),
|
||
(6235, 4120, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(6236, 4120, 'pyre_header_bg', ''),
|
||
(6237, 4120, 'pyre_header_bg_color', ''),
|
||
(6238, 4120, 'pyre_header_bg_full', 'no'),
|
||
(6239, 4120, 'pyre_header_bg_repeat', 'repeat'),
|
||
(6240, 4120, 'pyre_page_title', 'no'),
|
||
(6241, 4120, 'pyre_page_title_text', 'yes'),
|
||
(6242, 4120, 'pyre_page_title_custom_text', ''),
|
||
(6243, 4120, 'pyre_page_title_custom_subheader', ''),
|
||
(6244, 4120, 'pyre_page_title_height', ''),
|
||
(6245, 4120, 'pyre_page_title_bar_bg', ''),
|
||
(6246, 4120, 'pyre_page_title_bar_bg_retina', ''),
|
||
(6247, 4120, 'pyre_page_title_bar_bg_color', ''),
|
||
(6248, 4120, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(6249, 4120, 'pyre_page_title_bg_parallax', 'default'),
|
||
(6250, 4120, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(6251, 4120, 'pyre_link_icon_url', ''),
|
||
(6252, 4120, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(6253, 4126, '_wp_page_template', '100-width.php'),
|
||
(6254, 4126, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(6255, 4126, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(6256, 4126, 'pyre_slider_type', 'rev'),
|
||
(6257, 4126, 'pyre_slider', '0'),
|
||
(6258, 4126, 'pyre_wooslider', '0'),
|
||
(6259, 4126, 'pyre_flexslider', '0'),
|
||
(6260, 4126, 'pyre_revslider', 'Avada_Full_Width'),
|
||
(6261, 4126, 'pyre_elasticslider', '0'),
|
||
(6262, 4126, 'pyre_fallback', ''),
|
||
(6263, 4126, 'pyre_full_width', 'no'),
|
||
(6264, 4126, 'pyre_sidebar_position', 'default'),
|
||
(6265, 4126, 'pyre_portfolio_excerpt', ''),
|
||
(6266, 4126, 'pyre_portfolio_full_width', 'yes'),
|
||
(6267, 4126, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(6268, 4126, 'pyre_portfolio_filters', 'yes'),
|
||
(6269, 4126, 'pyre_page_bg_layout', 'default'),
|
||
(6270, 4126, 'pyre_page_bg', ''),
|
||
(6271, 4126, 'pyre_page_bg_color', ''),
|
||
(6272, 4126, 'pyre_page_bg_full', 'no'),
|
||
(6273, 4126, 'pyre_page_bg_repeat', 'repeat'),
|
||
(6274, 4126, 'pyre_wide_page_bg', ''),
|
||
(6275, 4126, 'pyre_wide_page_bg_color', ''),
|
||
(6276, 4126, 'pyre_wide_page_bg_full', 'no'),
|
||
(6277, 4126, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(6278, 4126, 'pyre_header_bg', ''),
|
||
(6279, 4126, 'pyre_header_bg_color', ''),
|
||
(6280, 4126, 'pyre_header_bg_full', 'no'),
|
||
(6281, 4126, 'pyre_header_bg_repeat', 'repeat'),
|
||
(6282, 4126, 'pyre_page_title', 'no'),
|
||
(6283, 4126, 'pyre_page_title_text', 'yes'),
|
||
(6284, 4126, 'pyre_page_title_custom_text', ''),
|
||
(6285, 4126, 'pyre_page_title_custom_subheader', ''),
|
||
(6286, 4126, 'pyre_page_title_height', ''),
|
||
(6287, 4126, 'pyre_page_title_bar_bg', ''),
|
||
(6288, 4126, 'pyre_page_title_bar_bg_retina', ''),
|
||
(6289, 4126, 'pyre_page_title_bar_bg_color', ''),
|
||
(6290, 4126, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(6291, 4126, 'pyre_page_title_bg_parallax', 'default'),
|
||
(6292, 4126, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(6293, 4126, 'pyre_link_icon_url', ''),
|
||
(6294, 4138, '_wp_page_template', '100-width.php'),
|
||
(6295, 4138, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(6296, 4138, 'pyre_slider_type', 'no'),
|
||
(6297, 4138, 'pyre_slider', '0'),
|
||
(6298, 4138, 'pyre_wooslider', '0'),
|
||
(6299, 4138, 'pyre_flexslider', '0'),
|
||
(6300, 4138, 'pyre_revslider', '0'),
|
||
(6301, 4138, 'pyre_elasticslider', '0'),
|
||
(6302, 4138, 'pyre_fallback', ''),
|
||
(6303, 4138, 'pyre_full_width', 'no'),
|
||
(6304, 4138, 'pyre_sidebar_position', 'default'),
|
||
(6305, 4138, 'pyre_portfolio_excerpt', ''),
|
||
(6306, 4138, 'pyre_portfolio_full_width', 'yes'),
|
||
(6307, 4138, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(6308, 4138, 'pyre_portfolio_filters', 'yes'),
|
||
(6309, 4138, 'pyre_page_bg_layout', 'default'),
|
||
(6310, 4138, 'pyre_page_bg', ''),
|
||
(6311, 4138, 'pyre_page_bg_color', ''),
|
||
(6312, 4138, 'pyre_page_bg_full', 'no'),
|
||
(6313, 4138, 'pyre_page_bg_repeat', 'repeat'),
|
||
(6314, 4138, 'pyre_wide_page_bg', ''),
|
||
(6315, 4138, 'pyre_wide_page_bg_color', ''),
|
||
(6316, 4138, 'pyre_wide_page_bg_full', 'no'),
|
||
(6317, 4138, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(6318, 4138, 'pyre_header_bg', ''),
|
||
(6319, 4138, 'pyre_header_bg_color', ''),
|
||
(6320, 4138, 'pyre_header_bg_full', 'no'),
|
||
(6321, 4138, 'pyre_header_bg_repeat', 'repeat'),
|
||
(6322, 4138, 'pyre_page_title', 'yes'),
|
||
(6323, 4138, 'pyre_page_title_text', 'yes'),
|
||
(6324, 4138, 'pyre_page_title_custom_text', ''),
|
||
(6325, 4138, 'pyre_page_title_custom_subheader', ''),
|
||
(6326, 4138, 'pyre_page_title_height', ''),
|
||
(6327, 4138, 'pyre_page_title_bar_bg', ''),
|
||
(6328, 4138, 'pyre_page_title_bar_bg_retina', ''),
|
||
(6329, 4138, 'pyre_page_title_bar_bg_color', ''),
|
||
(6330, 4138, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(6331, 4138, 'pyre_page_title_bg_parallax', 'default'),
|
||
(6332, 4138, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(6333, 4138, 'pyre_link_icon_url', ''),
|
||
(6334, 4138, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(6335, 4140, '_wp_page_template', 'full-width.php'),
|
||
(6336, 4140, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(6337, 4140, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(6338, 4140, 'pyre_slider_type', 'no'),
|
||
(6339, 4140, 'pyre_slider', '0'),
|
||
(6340, 4140, 'pyre_wooslider', '0'),
|
||
(6341, 4140, 'pyre_flexslider', '0'),
|
||
(6342, 4140, 'pyre_revslider', '0'),
|
||
(6343, 4140, 'pyre_elasticslider', '0'),
|
||
(6344, 4140, 'pyre_fallback', ''),
|
||
(6345, 4140, 'pyre_full_width', 'no'),
|
||
(6346, 4140, 'pyre_sidebar_position', 'default'),
|
||
(6347, 4140, 'pyre_portfolio_excerpt', ''),
|
||
(6348, 4140, 'pyre_portfolio_full_width', 'yes'),
|
||
(6349, 4140, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(6350, 4140, 'pyre_portfolio_filters', 'yes'),
|
||
(6351, 4140, 'pyre_page_bg_layout', 'default'),
|
||
(6352, 4140, 'pyre_page_bg', ''),
|
||
(6353, 4140, 'pyre_page_bg_color', ''),
|
||
(6354, 4140, 'pyre_page_bg_full', 'no'),
|
||
(6355, 4140, 'pyre_page_bg_repeat', 'repeat'),
|
||
(6356, 4140, 'pyre_wide_page_bg', ''),
|
||
(6357, 4140, 'pyre_wide_page_bg_color', ''),
|
||
(6358, 4140, 'pyre_wide_page_bg_full', 'no'),
|
||
(6359, 4140, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(6360, 4140, 'pyre_header_bg', ''),
|
||
(6361, 4140, 'pyre_header_bg_color', ''),
|
||
(6362, 4140, 'pyre_header_bg_full', 'no'),
|
||
(6363, 4140, 'pyre_header_bg_repeat', 'repeat'),
|
||
(6364, 4140, 'pyre_page_title', 'yes'),
|
||
(6365, 4140, 'pyre_page_title_text', 'yes'),
|
||
(6366, 4140, 'pyre_page_title_custom_text', ''),
|
||
(6367, 4140, 'pyre_page_title_custom_subheader', ''),
|
||
(6368, 4140, 'pyre_page_title_height', ''),
|
||
(6369, 4140, 'pyre_page_title_bar_bg', ''),
|
||
(6370, 4140, 'pyre_page_title_bar_bg_retina', ''),
|
||
(6371, 4140, 'pyre_page_title_bar_bg_color', ''),
|
||
(6372, 4140, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(6373, 4140, 'pyre_page_title_bg_parallax', 'default'),
|
||
(6374, 4140, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(6375, 4140, 'pyre_link_icon_url', ''),
|
||
(6376, 4142, '_wp_page_template', 'full-width.php'),
|
||
(6377, 4142, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(6378, 4142, 'pyre_slider_type', 'no'),
|
||
(6379, 4142, 'pyre_slider', '0'),
|
||
(6380, 4142, 'pyre_wooslider', '0'),
|
||
(6381, 4142, 'pyre_flexslider', '0'),
|
||
(6382, 4142, 'pyre_revslider', '0'),
|
||
(6383, 4142, 'pyre_elasticslider', '0'),
|
||
(6384, 4142, 'pyre_fallback', ''),
|
||
(6385, 4142, 'pyre_full_width', 'no'),
|
||
(6386, 4142, 'pyre_sidebar_position', 'default'),
|
||
(6387, 4142, 'pyre_portfolio_excerpt', ''),
|
||
(6388, 4142, 'pyre_portfolio_full_width', 'yes'),
|
||
(6389, 4142, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(6390, 4142, 'pyre_portfolio_filters', 'yes'),
|
||
(6391, 4142, 'pyre_page_bg_layout', 'default'),
|
||
(6392, 4142, 'pyre_page_bg', ''),
|
||
(6393, 4142, 'pyre_page_bg_color', ''),
|
||
(6394, 4142, 'pyre_page_bg_full', 'no'),
|
||
(6395, 4142, 'pyre_page_bg_repeat', 'repeat'),
|
||
(6396, 4142, 'pyre_wide_page_bg', ''),
|
||
(6397, 4142, 'pyre_wide_page_bg_color', ''),
|
||
(6398, 4142, 'pyre_wide_page_bg_full', 'no'),
|
||
(6399, 4142, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(6400, 4142, 'pyre_header_bg', ''),
|
||
(6401, 4142, 'pyre_header_bg_color', ''),
|
||
(6402, 4142, 'pyre_header_bg_full', 'no'),
|
||
(6403, 4142, 'pyre_header_bg_repeat', 'repeat'),
|
||
(6404, 4142, 'pyre_page_title', 'yes'),
|
||
(6405, 4142, 'pyre_page_title_text', 'yes'),
|
||
(6406, 4142, 'pyre_page_title_custom_text', ''),
|
||
(6407, 4142, 'pyre_page_title_custom_subheader', ''),
|
||
(6408, 4142, 'pyre_page_title_height', ''),
|
||
(6409, 4142, 'pyre_page_title_bar_bg', ''),
|
||
(6410, 4142, 'pyre_page_title_bar_bg_retina', ''),
|
||
(6411, 4142, 'pyre_page_title_bar_bg_color', ''),
|
||
(6412, 4142, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(6413, 4142, 'pyre_page_title_bg_parallax', 'default'),
|
||
(6414, 4142, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(6415, 4142, 'pyre_link_icon_url', ''),
|
||
(6416, 4142, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(6417, 4144, '_wp_page_template', 'full-width.php'),
|
||
(6418, 4144, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(6419, 4144, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(6420, 4144, 'pyre_slider_type', 'no'),
|
||
(6421, 4144, 'pyre_slider', '0'),
|
||
(6422, 4144, 'pyre_wooslider', '0'),
|
||
(6423, 4144, 'pyre_flexslider', '0'),
|
||
(6424, 4144, 'pyre_revslider', '0'),
|
||
(6425, 4144, 'pyre_elasticslider', '0'),
|
||
(6426, 4144, 'pyre_fallback', ''),
|
||
(6427, 4144, 'pyre_full_width', 'no'),
|
||
(6428, 4144, 'pyre_sidebar_position', 'default'),
|
||
(6429, 4144, 'pyre_portfolio_excerpt', ''),
|
||
(6430, 4144, 'pyre_portfolio_full_width', 'yes'),
|
||
(6431, 4144, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(6432, 4144, 'pyre_portfolio_filters', 'yes'),
|
||
(6433, 4144, 'pyre_page_bg_layout', 'default'),
|
||
(6434, 4144, 'pyre_page_bg', ''),
|
||
(6435, 4144, 'pyre_page_bg_color', ''),
|
||
(6436, 4144, 'pyre_page_bg_full', 'no'),
|
||
(6437, 4144, 'pyre_page_bg_repeat', 'repeat'),
|
||
(6438, 4144, 'pyre_wide_page_bg', ''),
|
||
(6439, 4144, 'pyre_wide_page_bg_color', ''),
|
||
(6440, 4144, 'pyre_wide_page_bg_full', 'no'),
|
||
(6441, 4144, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(6442, 4144, 'pyre_header_bg', ''),
|
||
(6443, 4144, 'pyre_header_bg_color', ''),
|
||
(6444, 4144, 'pyre_header_bg_full', 'no'),
|
||
(6445, 4144, 'pyre_header_bg_repeat', 'repeat'),
|
||
(6446, 4144, 'pyre_page_title', 'yes'),
|
||
(6447, 4144, 'pyre_page_title_text', 'yes'),
|
||
(6448, 4144, 'pyre_page_title_custom_text', ''),
|
||
(6449, 4144, 'pyre_page_title_custom_subheader', ''),
|
||
(6450, 4144, 'pyre_page_title_height', ''),
|
||
(6451, 4144, 'pyre_page_title_bar_bg', ''),
|
||
(6452, 4144, 'pyre_page_title_bar_bg_retina', ''),
|
||
(6453, 4144, 'pyre_page_title_bar_bg_color', ''),
|
||
(6454, 4144, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(6455, 4144, 'pyre_page_title_bg_parallax', 'default'),
|
||
(6456, 4144, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(6457, 4144, 'pyre_link_icon_url', ''),
|
||
(6458, 4146, '_wp_page_template', 'full-width.php'),
|
||
(6459, 4146, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(6460, 4146, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(6461, 4146, 'pyre_slider_type', 'no'),
|
||
(6462, 4146, 'pyre_slider', '0'),
|
||
(6463, 4146, 'pyre_wooslider', '0'),
|
||
(6464, 4146, 'pyre_flexslider', '0'),
|
||
(6465, 4146, 'pyre_revslider', '0'),
|
||
(6466, 4146, 'pyre_elasticslider', '0'),
|
||
(6467, 4146, 'pyre_fallback', ''),
|
||
(6468, 4146, 'pyre_full_width', 'no'),
|
||
(6469, 4146, 'pyre_sidebar_position', 'default'),
|
||
(6470, 4146, 'pyre_portfolio_excerpt', ''),
|
||
(6471, 4146, 'pyre_portfolio_full_width', 'yes'),
|
||
(6472, 4146, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(6473, 4146, 'pyre_portfolio_filters', 'yes'),
|
||
(6474, 4146, 'pyre_page_bg_layout', 'default'),
|
||
(6475, 4146, 'pyre_page_bg', ''),
|
||
(6476, 4146, 'pyre_page_bg_color', ''),
|
||
(6477, 4146, 'pyre_page_bg_full', 'no'),
|
||
(6478, 4146, 'pyre_page_bg_repeat', 'repeat'),
|
||
(6479, 4146, 'pyre_wide_page_bg', ''),
|
||
(6480, 4146, 'pyre_wide_page_bg_color', ''),
|
||
(6481, 4146, 'pyre_wide_page_bg_full', 'no'),
|
||
(6482, 4146, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(6483, 4146, 'pyre_header_bg', ''),
|
||
(6484, 4146, 'pyre_header_bg_color', ''),
|
||
(6485, 4146, 'pyre_header_bg_full', 'no'),
|
||
(6486, 4146, 'pyre_header_bg_repeat', 'repeat'),
|
||
(6487, 4146, 'pyre_page_title', 'yes'),
|
||
(6488, 4146, 'pyre_page_title_text', 'yes'),
|
||
(6489, 4146, 'pyre_page_title_custom_text', ''),
|
||
(6490, 4146, 'pyre_page_title_custom_subheader', ''),
|
||
(6491, 4146, 'pyre_page_title_height', ''),
|
||
(6492, 4146, 'pyre_page_title_bar_bg', ''),
|
||
(6493, 4146, 'pyre_page_title_bar_bg_retina', ''),
|
||
(6494, 4146, 'pyre_page_title_bar_bg_color', ''),
|
||
(6495, 4146, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(6496, 4146, 'pyre_page_title_bg_parallax', 'default'),
|
||
(6497, 4146, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(6498, 4146, 'pyre_link_icon_url', ''),
|
||
(6499, 4148, '_wp_page_template', 'full-width.php'),
|
||
(6500, 4148, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(6501, 4148, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(6502, 4148, 'pyre_slider_type', 'no'),
|
||
(6503, 4148, 'pyre_slider', '0'),
|
||
(6504, 4148, 'pyre_wooslider', '0'),
|
||
(6505, 4148, 'pyre_flexslider', '0'),
|
||
(6506, 4148, 'pyre_revslider', '0'),
|
||
(6507, 4148, 'pyre_elasticslider', '0'),
|
||
(6508, 4148, 'pyre_fallback', ''),
|
||
(6509, 4148, 'pyre_full_width', 'no'),
|
||
(6510, 4148, 'pyre_sidebar_position', 'default'),
|
||
(6511, 4148, 'pyre_portfolio_excerpt', ''),
|
||
(6512, 4148, 'pyre_portfolio_full_width', 'yes'),
|
||
(6513, 4148, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(6514, 4148, 'pyre_portfolio_filters', 'yes'),
|
||
(6515, 4148, 'pyre_page_bg_layout', 'default'),
|
||
(6516, 4148, 'pyre_page_bg', ''),
|
||
(6517, 4148, 'pyre_page_bg_color', ''),
|
||
(6518, 4148, 'pyre_page_bg_full', 'no'),
|
||
(6519, 4148, 'pyre_page_bg_repeat', 'repeat'),
|
||
(6520, 4148, 'pyre_wide_page_bg', ''),
|
||
(6521, 4148, 'pyre_wide_page_bg_color', ''),
|
||
(6522, 4148, 'pyre_wide_page_bg_full', 'no'),
|
||
(6523, 4148, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(6524, 4148, 'pyre_header_bg', ''),
|
||
(6525, 4148, 'pyre_header_bg_color', ''),
|
||
(6526, 4148, 'pyre_header_bg_full', 'no'),
|
||
(6527, 4148, 'pyre_header_bg_repeat', 'repeat'),
|
||
(6528, 4148, 'pyre_page_title', 'yes'),
|
||
(6529, 4148, 'pyre_page_title_text', 'yes'),
|
||
(6530, 4148, 'pyre_page_title_custom_text', ''),
|
||
(6531, 4148, 'pyre_page_title_custom_subheader', ''),
|
||
(6532, 4148, 'pyre_page_title_height', ''),
|
||
(6533, 4148, 'pyre_page_title_bar_bg', ''),
|
||
(6534, 4148, 'pyre_page_title_bar_bg_retina', ''),
|
||
(6535, 4148, 'pyre_page_title_bar_bg_color', ''),
|
||
(6536, 4148, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(6537, 4148, 'pyre_page_title_bg_parallax', 'default'),
|
||
(6538, 4148, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(6539, 4148, 'pyre_link_icon_url', ''),
|
||
(6540, 4150, '_wp_page_template', 'full-width.php'),
|
||
(6541, 4150, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(6542, 4150, 'pyre_slider_type', 'no'),
|
||
(6543, 4150, 'pyre_slider', '0'),
|
||
(6544, 4150, 'pyre_wooslider', '0'),
|
||
(6545, 4150, 'pyre_flexslider', '0'),
|
||
(6546, 4150, 'pyre_revslider', '0'),
|
||
(6547, 4150, 'pyre_elasticslider', '0'),
|
||
(6548, 4150, 'pyre_fallback', ''),
|
||
(6549, 4150, 'pyre_full_width', 'no'),
|
||
(6550, 4150, 'pyre_sidebar_position', 'default'),
|
||
(6551, 4150, 'pyre_portfolio_excerpt', ''),
|
||
(6552, 4150, 'pyre_portfolio_full_width', 'yes'),
|
||
(6553, 4150, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(6554, 4150, 'pyre_portfolio_filters', 'yes'),
|
||
(6555, 4150, 'pyre_page_bg_layout', 'default'),
|
||
(6556, 4150, 'pyre_page_bg', ''),
|
||
(6557, 4150, 'pyre_page_bg_color', ''),
|
||
(6558, 4150, 'pyre_page_bg_full', 'no'),
|
||
(6559, 4150, 'pyre_page_bg_repeat', 'repeat'),
|
||
(6560, 4150, 'pyre_wide_page_bg', ''),
|
||
(6561, 4150, 'pyre_wide_page_bg_color', ''),
|
||
(6562, 4150, 'pyre_wide_page_bg_full', 'no'),
|
||
(6563, 4150, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(6564, 4150, 'pyre_header_bg', ''),
|
||
(6565, 4150, 'pyre_header_bg_color', ''),
|
||
(6566, 4150, 'pyre_header_bg_full', 'no'),
|
||
(6567, 4150, 'pyre_header_bg_repeat', 'repeat'),
|
||
(6568, 4150, 'pyre_page_title', 'yes'),
|
||
(6569, 4150, 'pyre_page_title_text', 'yes'),
|
||
(6570, 4150, 'pyre_page_title_custom_text', ''),
|
||
(6571, 4150, 'pyre_page_title_custom_subheader', ''),
|
||
(6572, 4150, 'pyre_page_title_height', ''),
|
||
(6573, 4150, 'pyre_page_title_bar_bg', ''),
|
||
(6574, 4150, 'pyre_page_title_bar_bg_retina', ''),
|
||
(6575, 4150, 'pyre_page_title_bar_bg_color', ''),
|
||
(6576, 4150, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(6577, 4150, 'pyre_page_title_bg_parallax', 'default'),
|
||
(6578, 4150, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(6579, 4150, 'pyre_link_icon_url', ''),
|
||
(6580, 4150, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(6581, 4169, '_wp_page_template', 'blank.php'),
|
||
(6582, 4169, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(6583, 4169, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(6584, 4169, 'pyre_slider_type', 'no'),
|
||
(6585, 4169, 'pyre_slider', '0'),
|
||
(6586, 4169, 'pyre_wooslider', '0'),
|
||
(6587, 4169, 'pyre_flexslider', '0'),
|
||
(6588, 4169, 'pyre_revslider', '0'),
|
||
(6589, 4169, 'pyre_elasticslider', '0'),
|
||
(6590, 4169, 'pyre_fallback', ''),
|
||
(6591, 4169, 'pyre_full_width', 'no'),
|
||
(6592, 4169, 'pyre_sidebar_position', 'default'),
|
||
(6593, 4169, 'pyre_portfolio_excerpt', ''),
|
||
(6594, 4169, 'pyre_portfolio_full_width', 'yes'),
|
||
(6595, 4169, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(6596, 4169, 'pyre_portfolio_filters', 'yes'),
|
||
(6597, 4169, 'pyre_page_bg_layout', 'default'),
|
||
(6598, 4169, 'pyre_page_bg', ''),
|
||
(6599, 4169, 'pyre_page_bg_color', ''),
|
||
(6600, 4169, 'pyre_page_bg_full', 'no'),
|
||
(6601, 4169, 'pyre_page_bg_repeat', 'repeat'),
|
||
(6602, 4169, 'pyre_wide_page_bg', ''),
|
||
(6603, 4169, 'pyre_wide_page_bg_color', ''),
|
||
(6604, 4169, 'pyre_wide_page_bg_full', 'no'),
|
||
(6605, 4169, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(6606, 4169, 'pyre_header_bg', ''),
|
||
(6607, 4169, 'pyre_header_bg_color', ''),
|
||
(6608, 4169, 'pyre_header_bg_full', 'no'),
|
||
(6609, 4169, 'pyre_header_bg_repeat', 'repeat'),
|
||
(6610, 4169, 'pyre_page_title', 'no'),
|
||
(6611, 4169, 'pyre_page_title_text', 'yes'),
|
||
(6612, 4169, 'pyre_page_title_custom_text', ''),
|
||
(6613, 4169, 'pyre_page_title_custom_subheader', ''),
|
||
(6614, 4169, 'pyre_page_title_height', ''),
|
||
(6615, 4169, 'pyre_page_title_bar_bg', ''),
|
||
(6616, 4169, 'pyre_page_title_bar_bg_retina', ''),
|
||
(6617, 4169, 'pyre_page_title_bar_bg_color', ''),
|
||
(6618, 4169, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(6619, 4169, 'pyre_page_title_bg_parallax', 'default'),
|
||
(6620, 4169, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(6621, 4169, 'pyre_link_icon_url', ''),
|
||
(6622, 4172, '_wp_page_template', 'blank.php'),
|
||
(6623, 4172, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(6624, 4172, 'pyre_slider_type', 'no'),
|
||
(6625, 4172, 'pyre_slider', '0'),
|
||
(6626, 4172, 'pyre_wooslider', '0'),
|
||
(6627, 4172, 'pyre_flexslider', '0'),
|
||
(6628, 4172, 'pyre_revslider', '0'),
|
||
(6629, 4172, 'pyre_elasticslider', '0'),
|
||
(6630, 4172, 'pyre_fallback', ''),
|
||
(6631, 4172, 'pyre_full_width', 'no'),
|
||
(6632, 4172, 'pyre_sidebar_position', 'default'),
|
||
(6633, 4172, 'pyre_portfolio_excerpt', ''),
|
||
(6634, 4172, 'pyre_portfolio_full_width', 'yes'),
|
||
(6635, 4172, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(6636, 4172, 'pyre_portfolio_filters', 'yes'),
|
||
(6637, 4172, 'pyre_page_bg_layout', 'default'),
|
||
(6638, 4172, 'pyre_page_bg', ''),
|
||
(6639, 4172, 'pyre_page_bg_color', ''),
|
||
(6640, 4172, 'pyre_page_bg_full', 'no'),
|
||
(6641, 4172, 'pyre_page_bg_repeat', 'repeat'),
|
||
(6642, 4172, 'pyre_wide_page_bg', ''),
|
||
(6643, 4172, 'pyre_wide_page_bg_color', ''),
|
||
(6644, 4172, 'pyre_wide_page_bg_full', 'no'),
|
||
(6645, 4172, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(6646, 4172, 'pyre_header_bg', ''),
|
||
(6647, 4172, 'pyre_header_bg_color', ''),
|
||
(6648, 4172, 'pyre_header_bg_full', 'no'),
|
||
(6649, 4172, 'pyre_header_bg_repeat', 'repeat'),
|
||
(6650, 4172, 'pyre_page_title', 'no'),
|
||
(6651, 4172, 'pyre_page_title_text', 'yes'),
|
||
(6652, 4172, 'pyre_page_title_custom_text', ''),
|
||
(6653, 4172, 'pyre_page_title_custom_subheader', ''),
|
||
(6654, 4172, 'pyre_page_title_height', ''),
|
||
(6655, 4172, 'pyre_page_title_bar_bg', ''),
|
||
(6656, 4172, 'pyre_page_title_bar_bg_retina', ''),
|
||
(6657, 4172, 'pyre_page_title_bar_bg_color', ''),
|
||
(6658, 4172, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(6659, 4172, 'pyre_page_title_bg_parallax', 'default'),
|
||
(6660, 4172, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(6661, 4172, 'pyre_link_icon_url', ''),
|
||
(6662, 4172, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(6663, 4356, 'pyre_page_bg_repeat', 'repeat'),
|
||
(6664, 4356, 'pyre_page_bg_full', 'no'),
|
||
(6665, 4356, 'pyre_page_bg_color', ''),
|
||
(6666, 4356, 'pyre_page_bg', ''),
|
||
(6667, 4356, 'pyre_page_bg_layout', 'default'),
|
||
(6668, 4356, 'pyre_portfolio_filters', 'yes'),
|
||
(6669, 4356, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(6670, 4356, 'pyre_link_icon_url', ''),
|
||
(6671, 4356, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(6672, 4356, 'pyre_page_title_bg_parallax', 'default'),
|
||
(6673, 4356, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(6674, 4356, 'pyre_portfolio_full_width', 'no'),
|
||
(6675, 4356, 'pyre_page_title_bar_bg_color', ''),
|
||
(6676, 4356, 'pyre_wide_page_bg', ''),
|
||
(6677, 4356, 'pyre_wide_page_bg_color', ''),
|
||
(6678, 4356, 'pyre_wide_page_bg_full', 'no'),
|
||
(6679, 4356, 'pyre_page_title_bar_bg_retina', ''),
|
||
(6680, 4356, 'pyre_page_title_bar_bg', ''),
|
||
(6681, 4356, 'pyre_portfolio_excerpt', ''),
|
||
(6682, 4356, 'pyre_sidebar_position', 'default'),
|
||
(6683, 4356, 'pyre_page_title_custom_subheader', ''),
|
||
(6684, 4356, 'pyre_page_title_height', ''),
|
||
(6685, 4356, 'pyre_fallback', ''),
|
||
(6686, 4356, 'pyre_full_width', 'no'),
|
||
(6687, 4356, 'pyre_elasticslider', '0'),
|
||
(6688, 4356, 'pyre_revslider', '0'),
|
||
(6689, 4356, 'pyre_flexslider', '0'),
|
||
(6690, 4356, 'pyre_wooslider', '0'),
|
||
(6691, 4356, 'pyre_slider', '0'),
|
||
(6692, 4356, 'pyre_slider_type', 'no'),
|
||
(6693, 4356, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(6694, 4356, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:9:"Portfolio";}'),
|
||
(6695, 4356, '_wp_page_template', 'portfolio-two-column.php'),
|
||
(6696, 4356, 'pyre_page_title_custom_text', ''),
|
||
(6697, 4356, 'pyre_page_title_text', 'yes'),
|
||
(6698, 4356, 'pyre_page_title', 'yes'),
|
||
(6699, 4356, 'pyre_header_bg_repeat', 'repeat'),
|
||
(6700, 4356, 'pyre_header_bg_full', 'no'),
|
||
(6701, 4356, 'pyre_header_bg_color', ''),
|
||
(6702, 4356, 'pyre_header_bg', ''),
|
||
(6703, 4356, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(6704, 4427, 'pyre_wide_page_bg', ''),
|
||
(6705, 4427, 'pyre_page_bg_repeat', 'repeat'),
|
||
(6706, 4427, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(6707, 4427, 'pyre_page_bg_full', 'no'),
|
||
(6708, 4427, 'pyre_page_bg_color', ''),
|
||
(6709, 4427, 'pyre_page_bg', ''),
|
||
(6710, 4427, 'pyre_portfolio_filters', 'yes'),
|
||
(6711, 4427, 'pyre_page_bg_layout', 'default'),
|
||
(6712, 4427, 'pyre_page_title_bg_parallax', 'default'),
|
||
(6713, 4427, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(6714, 4427, 'pyre_page_title_bar_bg_color', ''),
|
||
(6715, 4427, 'pyre_page_title_bar_bg_retina', ''),
|
||
(6716, 4427, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(6717, 4427, 'pyre_portfolio_full_width', 'yes'),
|
||
(6718, 4427, 'pyre_portfolio_excerpt', ''),
|
||
(6719, 4427, 'pyre_page_title_bar_bg', ''),
|
||
(6720, 4427, 'pyre_page_title_height', ''),
|
||
(6721, 4427, 'pyre_page_title_custom_text', ''),
|
||
(6722, 4427, 'pyre_page_title_custom_subheader', ''),
|
||
(6723, 4427, 'pyre_page_title', 'no'),
|
||
(6724, 4427, 'pyre_page_title_text', 'yes'),
|
||
(6725, 4427, 'pyre_hundredp_padding', ''),
|
||
(6726, 4427, 'pyre_main_bottom_padding', ''),
|
||
(6727, 4427, 'pyre_main_top_padding', ''),
|
||
(6728, 4427, 'pyre_sidebar_position', 'default'),
|
||
(6729, 4427, 'pyre_full_width', 'no'),
|
||
(6730, 4427, 'pyre_fallback', ''),
|
||
(6731, 4427, 'pyre_revslider', '0'),
|
||
(6732, 4427, 'pyre_elasticslider', '0'),
|
||
(6733, 4427, '_wp_page_template', '100-width.php'),
|
||
(6734, 4427, 'pyre_header_bg_repeat', 'repeat'),
|
||
(6735, 4427, 'pyre_wooslider', '0'),
|
||
(6736, 4427, 'pyre_flexslider', '0'),
|
||
(6737, 4427, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(6738, 4427, 'pyre_header_bg_full', 'no'),
|
||
(6739, 4427, 'pyre_header_bg_color', ''),
|
||
(6740, 4427, 'pyre_header_bg', ''),
|
||
(6741, 4427, 'pyre_slider', '0'),
|
||
(6742, 4427, 'pyre_slider_type', 'no'),
|
||
(6743, 4427, 'slide_template', ''),
|
||
(6744, 4427, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(6745, 4427, 'pyre_wide_page_bg_full', 'no'),
|
||
(6746, 4427, 'pyre_wide_page_bg_color', ''),
|
||
(6747, 4442, '_wp_page_template', 'full-width.php'),
|
||
(6748, 4442, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(6749, 4442, 'pyre_portfolio_full_width', 'yes'),
|
||
(6750, 4442, 'pyre_portfolio_excerpt', ''),
|
||
(6751, 4442, 'pyre_hundredp_padding', ''),
|
||
(6752, 4442, 'pyre_main_bottom_padding', ''),
|
||
(6753, 4442, 'pyre_main_top_padding', ''),
|
||
(6754, 4442, 'pyre_sidebar_position', 'default'),
|
||
(6755, 4442, 'pyre_full_width', 'no'),
|
||
(6756, 4442, '_post_restored_from', 'a:3:{s:20:"restored_revision_id";i:4452;s:16:"restored_by_user";i:1;s:13:"restored_time";i:1387211734;}'),
|
||
(6757, 4442, 'pyre_fallback', ''),
|
||
(6758, 4442, 'pyre_elasticslider', '0'),
|
||
(6759, 4442, 'pyre_revslider', '0'),
|
||
(6760, 4442, 'pyre_flexslider', '0'),
|
||
(6761, 4442, 'pyre_wooslider', '0'),
|
||
(6762, 4442, 'pyre_slider', '0'),
|
||
(6763, 4442, 'pyre_slider_type', 'no'),
|
||
(6764, 4442, 'slide_template', ''),
|
||
(6765, 4442, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(6766, 4442, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(6767, 4442, 'pyre_page_title_height', ''),
|
||
(6768, 4442, 'pyre_page_title_custom_subheader', ''),
|
||
(6769, 4442, 'pyre_page_title_custom_text', ''),
|
||
(6770, 4442, 'pyre_page_title_text', 'yes'),
|
||
(6771, 4442, 'pyre_page_title', 'no'),
|
||
(6772, 4442, 'pyre_header_bg_repeat', 'repeat'),
|
||
(6773, 4442, 'pyre_header_bg_full', 'no'),
|
||
(6774, 4442, 'pyre_header_bg_color', ''),
|
||
(6775, 4442, 'pyre_header_bg', ''),
|
||
(6776, 4442, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(6777, 4442, 'pyre_wide_page_bg_full', 'no'),
|
||
(6778, 4442, 'pyre_wide_page_bg_color', ''),
|
||
(6779, 4442, 'pyre_wide_page_bg', ''),
|
||
(6780, 4442, 'pyre_page_bg_repeat', 'repeat'),
|
||
(6781, 4442, 'pyre_page_bg_color', ''),
|
||
(6782, 4442, 'pyre_page_bg_full', 'yes'),
|
||
(6783, 4442, 'pyre_page_title_bar_bg', ''),
|
||
(6784, 4442, 'pyre_page_title_bar_bg_retina', ''),
|
||
(6785, 4442, 'pyre_page_title_bar_bg_color', ''),
|
||
(6786, 4442, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(6787, 4442, 'pyre_page_title_bg_parallax', 'default'),
|
||
(6788, 4442, 'pyre_portfolio_filters', 'yes'),
|
||
(6789, 4442, 'pyre_page_bg_layout', 'boxed'),
|
||
(6790, 4442, 'pyre_page_bg', 'http://theme-fusion.com/avadaxml/wp-content/uploads/2013/10/bkgd1.jpg'),
|
||
(6791, 4476, 'pyre_slider_type', 'no'),
|
||
(6792, 4476, 'pyre_page_title_bg_parallax', 'default'),
|
||
(6793, 4476, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(6794, 4476, 'pyre_page_title_bar_bg_color', ''),
|
||
(6795, 4476, 'pyre_page_title_bar_bg_retina', ''),
|
||
(6796, 4476, 'pyre_page_title_bar_bg', ''),
|
||
(6797, 4476, 'pyre_page_title_height', ''),
|
||
(6798, 4476, 'pyre_page_title_custom_subheader', ''),
|
||
(6799, 4476, 'pyre_page_title_custom_text', ''),
|
||
(6800, 4476, 'pyre_page_title_text', 'yes'),
|
||
(6801, 4476, 'pyre_page_title', 'no'),
|
||
(6802, 4476, 'pyre_header_bg_repeat', 'repeat'),
|
||
(6803, 4476, 'pyre_header_bg_full', 'no'),
|
||
(6804, 4476, 'pyre_header_bg_color', ''),
|
||
(6805, 4476, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(6806, 4476, 'pyre_header_bg', ''),
|
||
(6807, 4476, 'pyre_wide_page_bg_full', 'no'),
|
||
(6808, 4476, 'pyre_wide_page_bg_color', ''),
|
||
(6809, 4476, 'pyre_wide_page_bg', ''),
|
||
(6810, 4476, 'pyre_page_bg_repeat', 'repeat'),
|
||
(6811, 4476, 'pyre_page_bg_full', 'no'),
|
||
(6812, 4476, 'pyre_page_bg_color', ''),
|
||
(6813, 4476, 'pyre_page_bg', ''),
|
||
(6814, 4476, 'pyre_page_bg_layout', 'default'),
|
||
(6815, 4476, 'pyre_portfolio_filters', 'yes'),
|
||
(6816, 4476, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(6817, 4476, 'pyre_portfolio_full_width', 'yes'),
|
||
(6818, 4476, 'pyre_portfolio_excerpt', ''),
|
||
(6819, 4476, 'pyre_hundredp_padding', ''),
|
||
(6820, 4476, 'pyre_main_bottom_padding', ''),
|
||
(6821, 4476, 'pyre_main_top_padding', ''),
|
||
(6822, 4476, 'pyre_sidebar_position', 'default'),
|
||
(6823, 4476, 'pyre_full_width', 'no'),
|
||
(6824, 4476, 'pyre_fallback', ''),
|
||
(6825, 4476, 'pyre_elasticslider', '0'),
|
||
(6826, 4476, 'pyre_revslider', '0'),
|
||
(6827, 4476, 'pyre_flexslider', '0'),
|
||
(6828, 4476, 'pyre_wooslider', '0'),
|
||
(6829, 4476, 'pyre_slider', '0'),
|
||
(6830, 4476, 'slide_template', ''),
|
||
(6831, 4476, '_wp_page_template', 'default'),
|
||
(6832, 4476, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(6833, 4476, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(6836, 213, 'avada_post_views_count', '476'),
|
||
(6837, 213, 'pyre_video', ''),
|
||
(6838, 213, 'pyre_overall_score', '0'),
|
||
(6839, 213, 'pyre_page_title_bar_bg_color', ''),
|
||
(6840, 213, 'pyre_page_title', 'yes'),
|
||
(6841, 213, 'pyre_sidebar_position', 'right'),
|
||
(6842, 213, 'pyre_slider_type', 'no'),
|
||
(6843, 213, 'pyre_slider', '0'),
|
||
(6844, 213, 'pyre_wooslider', '0'),
|
||
(6845, 213, 'pyre_flexslider', '0'),
|
||
(6846, 213, 'pyre_revslider', '0'),
|
||
(6847, 213, 'pyre_page_bg_color', ''),
|
||
(6848, 213, 'pyre_page_bg', ''),
|
||
(6849, 213, 'pyre_page_bg_full', 'no'),
|
||
(6850, 213, 'pyre_page_bg_repeat', 'repeat'),
|
||
(6851, 213, 'pyre_page_title_bar_bg', ''),
|
||
(6852, 213, 'pyre_fimg_width', ''),
|
||
(6853, 213, 'pyre_fimg_height', ''),
|
||
(6854, 213, 'pyre_full_width', 'no'),
|
||
(6855, 213, 'pyre_fallback', ''),
|
||
(6856, 213, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(6857, 213, 'pyre_elasticslider', '0'),
|
||
(6861, 213, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(6862, 213, 'pyre_link_icon_url', ''),
|
||
(6863, 213, 'pyre_related_posts', 'yes'),
|
||
(6864, 213, 'pyre_page_bg_layout', 'default'),
|
||
(6865, 213, 'pyre_wide_page_bg', ''),
|
||
(6866, 213, 'pyre_wide_page_bg_color', ''),
|
||
(6867, 213, 'pyre_wide_page_bg_full', 'no'),
|
||
(6868, 213, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(6869, 213, 'pyre_header_bg', ''),
|
||
(6870, 213, 'pyre_header_bg_color', ''),
|
||
(6871, 213, 'pyre_header_bg_full', 'no'),
|
||
(6872, 213, 'pyre_header_bg_repeat', 'repeat'),
|
||
(6873, 213, 'pyre_page_title_text', 'yes'),
|
||
(6874, 213, 'pyre_page_title_bar_bg_retina', ''),
|
||
(6875, 213, 'pyre_page_title_bar_bg_full', 'no'),
|
||
(6879, 213, 'pyre_page_title_custom_text', ''),
|
||
(6880, 213, 'pyre_page_title_custom_subheader', ''),
|
||
(6881, 213, 'pyre_page_title_height', ''),
|
||
(6882, 213, 'pyre_page_title_bg_parallax', 'default'),
|
||
(6886, 213, 'avada_post_views_count', '476'),
|
||
(6887, 213, 'pyre_video', ''),
|
||
(6888, 213, 'pyre_overall_score', '0'),
|
||
(6889, 213, 'pyre_page_title_bar_bg_color', ''),
|
||
(6890, 213, 'pyre_page_title', 'yes'),
|
||
(6891, 213, 'pyre_sidebar_position', 'right'),
|
||
(6892, 213, 'pyre_slider_type', 'no'),
|
||
(6893, 213, 'pyre_slider', '0'),
|
||
(6894, 213, 'pyre_wooslider', '0'),
|
||
(6895, 213, 'pyre_flexslider', '0'),
|
||
(6896, 213, 'pyre_revslider', '0'),
|
||
(6897, 213, 'pyre_page_bg_color', ''),
|
||
(6898, 213, 'pyre_page_bg', ''),
|
||
(6899, 213, 'pyre_page_bg_full', 'no'),
|
||
(6900, 213, 'pyre_page_bg_repeat', 'repeat'),
|
||
(6901, 213, 'pyre_page_title_bar_bg', ''),
|
||
(6902, 213, 'pyre_fimg_width', ''),
|
||
(6903, 213, 'pyre_fimg_height', ''),
|
||
(6904, 213, 'pyre_full_width', 'no'),
|
||
(6905, 213, 'pyre_fallback', ''),
|
||
(6906, 213, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(6907, 213, 'pyre_elasticslider', '0'),
|
||
(6908, 213, 'slide_template', 'default'),
|
||
(6909, 213, '_thumbnail_id', '3508'),
|
||
(6910, 213, 'kd_featured-image-2_post_id', '3508'),
|
||
(6912, 3876, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(6913, 3876, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(6914, 3877, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(6915, 3877, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(6916, 3878, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(6917, 3878, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(6918, 4052, '_thumbnail_id', '4054'),
|
||
(6919, 4052, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(6920, 4052, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(6921, 4052, 'pyre_caption_1', 'Elastic Slider'),
|
||
(6922, 4052, 'pyre_caption_2', 'Simple. Elegant. Beautiful.'),
|
||
(6923, 4055, '_thumbnail_id', '4053'),
|
||
(6924, 4055, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(6925, 4055, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(6926, 4055, 'pyre_caption_1', 'Elastic Slider'),
|
||
(6927, 4055, 'pyre_caption_2', 'Simple. Elegant. Beautiful.'),
|
||
(6928, 4477, '_menu_item_type', 'post_type'),
|
||
(6929, 4477, '_menu_item_menu_item_parent', '4469'),
|
||
(6930, 4477, '_menu_item_object_id', '4474'),
|
||
(6931, 4477, '_menu_item_object', 'page'),
|
||
(6932, 4477, '_menu_item_target', ''),
|
||
(6933, 4477, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(6934, 4477, '_menu_item_xfn', ''),
|
||
(6935, 4477, '_menu_item_url', ''),
|
||
(6936, 4478, '_menu_item_type', 'post_type'),
|
||
(6937, 4478, '_menu_item_menu_item_parent', '4469'),
|
||
(6938, 4478, '_menu_item_object_id', '35'),
|
||
(6939, 4478, '_menu_item_object', 'page'),
|
||
(6940, 4478, '_menu_item_target', ''),
|
||
(6941, 4478, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(6942, 4478, '_menu_item_xfn', ''),
|
||
(6943, 4478, '_menu_item_url', ''),
|
||
(6944, 4479, '_menu_item_type', 'post_type'),
|
||
(6945, 4479, '_menu_item_menu_item_parent', '4461'),
|
||
(6946, 4479, '_menu_item_object_id', '54');
|
||
INSERT INTO `drgrp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
|
||
(6947, 4479, '_menu_item_object', 'page'),
|
||
(6948, 4479, '_menu_item_target', ''),
|
||
(6949, 4479, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(6950, 4479, '_menu_item_xfn', ''),
|
||
(6951, 4479, '_menu_item_url', ''),
|
||
(11618, 4977, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3830;s:6:"height";i:2724;s:14:"hwstring_small";s:23:"height=''91'' width=''128''";s:4:"file";s:38:"2014/02/DSC9548CarthanoIISprung_01.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"DSC9548CarthanoIISprung_01-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:38:"DSC9548CarthanoIISprung_01-300x213.jpg";s:5:"width";i:300;s:6:"height";i:213;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:39:"DSC9548CarthanoIISprung_01-1024x728.jpg";s:5:"width";i:1024;s:6:"height";i:728;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:38:"DSC9548CarthanoIISprung_01-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:38:"DSC9548CarthanoIISprung_01-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:38:"DSC9548CarthanoIISprung_01-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:38:"DSC9548CarthanoIISprung_01-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:36:"DSC9548CarthanoIISprung_01-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:38:"DSC9548CarthanoIISprung_01-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:38:"DSC9548CarthanoIISprung_01-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:38:"DSC9548CarthanoIISprung_01-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:38:"DSC9548CarthanoIISprung_01-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:38:"DSC9548CarthanoIISprung_01-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:38:"DSC9548CarthanoIISprung_01-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:38:"DSC9548CarthanoIISprung_01-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:36:"DSC9548CarthanoIISprung_01-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:10:"Picasa 2.7";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(11617, 4977, '_wp_attached_file', '2014/02/DSC9548CarthanoIISprung_01.jpg'),
|
||
(7008, 4487, '_menu_item_type', 'post_type'),
|
||
(7009, 4487, '_menu_item_menu_item_parent', '4469'),
|
||
(7010, 4487, '_menu_item_object_id', '1345'),
|
||
(7011, 4487, '_menu_item_object', 'page'),
|
||
(7012, 4487, '_menu_item_target', ''),
|
||
(7013, 4487, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7014, 4487, '_menu_item_xfn', ''),
|
||
(7015, 4487, '_menu_item_url', ''),
|
||
(7048, 4492, '_menu_item_type', 'post_type'),
|
||
(7049, 4492, '_menu_item_menu_item_parent', '4469'),
|
||
(7050, 4492, '_menu_item_object_id', '2300'),
|
||
(7051, 4492, '_menu_item_object', 'page'),
|
||
(7052, 4492, '_menu_item_target', ''),
|
||
(7053, 4492, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7054, 4492, '_menu_item_xfn', ''),
|
||
(7055, 4492, '_menu_item_url', ''),
|
||
(7056, 4493, '_menu_item_type', 'post_type'),
|
||
(7057, 4493, '_menu_item_menu_item_parent', '4469'),
|
||
(7058, 4493, '_menu_item_object_id', '2318'),
|
||
(7059, 4493, '_menu_item_object', 'page'),
|
||
(7060, 4493, '_menu_item_target', ''),
|
||
(7061, 4493, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7062, 4493, '_menu_item_xfn', ''),
|
||
(7063, 4493, '_menu_item_url', ''),
|
||
(7064, 4494, '_menu_item_type', 'post_type'),
|
||
(7065, 4494, '_menu_item_menu_item_parent', '4469'),
|
||
(7066, 4494, '_menu_item_object_id', '2367'),
|
||
(7067, 4494, '_menu_item_object', 'page'),
|
||
(7068, 4494, '_menu_item_target', ''),
|
||
(7069, 4494, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7070, 4494, '_menu_item_xfn', ''),
|
||
(7071, 4494, '_menu_item_url', ''),
|
||
(7072, 4495, '_menu_item_type', 'post_type'),
|
||
(7073, 4495, '_menu_item_menu_item_parent', '4469'),
|
||
(7074, 4495, '_menu_item_object_id', '2398'),
|
||
(7075, 4495, '_menu_item_object', 'page'),
|
||
(7076, 4495, '_menu_item_target', ''),
|
||
(7077, 4495, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7078, 4495, '_menu_item_xfn', ''),
|
||
(7079, 4495, '_menu_item_url', ''),
|
||
(7088, 4497, '_menu_item_type', 'post_type'),
|
||
(7089, 4497, '_menu_item_menu_item_parent', '4469'),
|
||
(7090, 4497, '_menu_item_object_id', '2660'),
|
||
(7091, 4497, '_menu_item_object', 'page'),
|
||
(7092, 4497, '_menu_item_target', ''),
|
||
(7093, 4497, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7094, 4497, '_menu_item_xfn', ''),
|
||
(7095, 4497, '_menu_item_url', ''),
|
||
(11616, 4976, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3361;s:6:"height";i:2396;s:14:"hwstring_small";s:23:"height=''91'' width=''128''";s:4:"file";s:34:"2014/02/DSC8891CarthanoTrab_01.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"DSC8891CarthanoTrab_01-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"DSC8891CarthanoTrab_01-300x213.jpg";s:5:"width";i:300;s:6:"height";i:213;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"DSC8891CarthanoTrab_01-1024x729.jpg";s:5:"width";i:1024;s:6:"height";i:729;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:34:"DSC8891CarthanoTrab_01-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:34:"DSC8891CarthanoTrab_01-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:34:"DSC8891CarthanoTrab_01-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:34:"DSC8891CarthanoTrab_01-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:32:"DSC8891CarthanoTrab_01-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:34:"DSC8891CarthanoTrab_01-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:34:"DSC8891CarthanoTrab_01-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:34:"DSC8891CarthanoTrab_01-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:34:"DSC8891CarthanoTrab_01-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:34:"DSC8891CarthanoTrab_01-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:34:"DSC8891CarthanoTrab_01-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:34:"DSC8891CarthanoTrab_01-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:32:"DSC8891CarthanoTrab_01-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:10:"Picasa 2.7";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(11615, 4976, '_wp_attached_file', '2014/02/DSC8891CarthanoTrab_01.jpg'),
|
||
(11614, 4970, '_wp_old_slug', 'black-jack-2'),
|
||
(14259, 4971, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(7104, 4499, '_menu_item_type', 'post_type'),
|
||
(7105, 4499, '_menu_item_menu_item_parent', '4469'),
|
||
(7106, 4499, '_menu_item_object_id', '2745'),
|
||
(7107, 4499, '_menu_item_object', 'page'),
|
||
(7108, 4499, '_menu_item_target', ''),
|
||
(7109, 4499, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7110, 4499, '_menu_item_xfn', ''),
|
||
(7111, 4499, '_menu_item_url', ''),
|
||
(14258, 4971, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(11611, 4971, 'kd_featured-image-5_drg_horse_id', '4988'),
|
||
(11610, 4971, 'kd_featured-image-4_drg_horse_id', '4987'),
|
||
(11609, 4971, 'kd_featured-image-3_drg_horse_id', '4986'),
|
||
(11608, 4971, 'kd_featured-image-2_drg_horse_id', '4985'),
|
||
(11607, 4971, '_thumbnail_id', '4984'),
|
||
(11606, 4971, 'pyre_page_title_bg_parallax', 'default'),
|
||
(11605, 4971, 'pyre_page_title_bar_bg_color', ''),
|
||
(11604, 4971, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(7128, 4502, '_menu_item_type', 'post_type'),
|
||
(7129, 4502, '_menu_item_menu_item_parent', '0'),
|
||
(7130, 4502, '_menu_item_object_id', '69'),
|
||
(7131, 4502, '_menu_item_object', 'page'),
|
||
(7132, 4502, '_menu_item_target', ''),
|
||
(7133, 4502, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7134, 4502, '_menu_item_xfn', ''),
|
||
(7135, 4502, '_menu_item_url', ''),
|
||
(7136, 4503, '_menu_item_type', 'post_type'),
|
||
(7137, 4503, '_menu_item_menu_item_parent', '0'),
|
||
(7138, 4503, '_menu_item_object_id', '86'),
|
||
(7139, 4503, '_menu_item_object', 'page'),
|
||
(7140, 4503, '_menu_item_target', ''),
|
||
(7141, 4503, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7142, 4503, '_menu_item_xfn', ''),
|
||
(7143, 4503, '_menu_item_url', ''),
|
||
(7144, 4504, '_menu_item_type', 'post_type'),
|
||
(7145, 4504, '_menu_item_menu_item_parent', '0'),
|
||
(7146, 4504, '_menu_item_object_id', '2466'),
|
||
(7147, 4504, '_menu_item_object', 'page'),
|
||
(7148, 4504, '_menu_item_target', ''),
|
||
(7149, 4504, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7150, 4504, '_menu_item_xfn', ''),
|
||
(7151, 4504, '_menu_item_url', ''),
|
||
(7152, 4505, '_menu_item_type', 'post_type'),
|
||
(7153, 4505, '_menu_item_menu_item_parent', '0'),
|
||
(7154, 4505, '_menu_item_object_id', '72'),
|
||
(7155, 4505, '_menu_item_object', 'page'),
|
||
(7156, 4505, '_menu_item_target', ''),
|
||
(7157, 4505, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7158, 4505, '_menu_item_xfn', ''),
|
||
(7159, 4505, '_menu_item_url', ''),
|
||
(7160, 4506, '_menu_item_type', 'post_type'),
|
||
(7161, 4506, '_menu_item_menu_item_parent', '4469'),
|
||
(7162, 4506, '_menu_item_object_id', '3073'),
|
||
(7163, 4506, '_menu_item_object', 'page'),
|
||
(7164, 4506, '_menu_item_target', ''),
|
||
(7165, 4506, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7166, 4506, '_menu_item_xfn', ''),
|
||
(7167, 4506, '_menu_item_url', ''),
|
||
(11603, 4971, 'pyre_page_title_bar_bg_retina', ''),
|
||
(11602, 4971, 'pyre_page_title_bar_bg', ''),
|
||
(11601, 4971, 'pyre_page_title_height', ''),
|
||
(11600, 4971, 'pyre_page_title_custom_subheader', ''),
|
||
(11599, 4971, 'pyre_page_title_custom_text', ''),
|
||
(11598, 4971, 'pyre_page_title_text', 'yes'),
|
||
(11585, 4971, 'pyre_page_bg', ''),
|
||
(11584, 4971, 'pyre_page_bg_layout', 'default'),
|
||
(11583, 4971, 'pyre_fallback', ''),
|
||
(11582, 4971, 'pyre_elasticslider', '0'),
|
||
(11581, 4971, 'pyre_revslider', '0'),
|
||
(11580, 4971, 'pyre_flexslider', '0'),
|
||
(7184, 4509, '_menu_item_type', 'post_type'),
|
||
(7185, 4509, '_menu_item_menu_item_parent', '4469'),
|
||
(7186, 4509, '_menu_item_object_id', '3494'),
|
||
(7187, 4509, '_menu_item_object', 'page'),
|
||
(7188, 4509, '_menu_item_target', ''),
|
||
(7189, 4509, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7190, 4509, '_menu_item_xfn', ''),
|
||
(7191, 4509, '_menu_item_url', ''),
|
||
(7192, 4510, '_menu_item_type', 'post_type'),
|
||
(7193, 4510, '_menu_item_menu_item_parent', '4469'),
|
||
(7194, 4510, '_menu_item_object_id', '3492'),
|
||
(7195, 4510, '_menu_item_object', 'page'),
|
||
(7196, 4510, '_menu_item_target', ''),
|
||
(7197, 4510, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7198, 4510, '_menu_item_xfn', ''),
|
||
(7199, 4510, '_menu_item_url', ''),
|
||
(7200, 4511, '_menu_item_type', 'post_type'),
|
||
(7201, 4511, '_menu_item_menu_item_parent', '4461'),
|
||
(7202, 4511, '_menu_item_object_id', '3539'),
|
||
(7203, 4511, '_menu_item_object', 'page'),
|
||
(7204, 4511, '_menu_item_target', ''),
|
||
(7205, 4511, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7206, 4511, '_menu_item_xfn', ''),
|
||
(7207, 4511, '_menu_item_url', ''),
|
||
(7208, 4512, '_menu_item_type', 'post_type'),
|
||
(7209, 4512, '_menu_item_menu_item_parent', '4479'),
|
||
(7210, 4512, '_menu_item_object_id', '3474'),
|
||
(7211, 4512, '_menu_item_object', 'page'),
|
||
(7212, 4512, '_menu_item_target', ''),
|
||
(7213, 4512, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7214, 4512, '_menu_item_xfn', ''),
|
||
(7215, 4512, '_menu_item_url', ''),
|
||
(11579, 4971, 'pyre_wooslider', '0'),
|
||
(11578, 4971, 'pyre_slider', '0'),
|
||
(11577, 4971, 'pyre_slider_type', 'no'),
|
||
(11576, 4971, 'pyre_related_posts', 'yes'),
|
||
(11575, 4971, 'pyre_link_icon_url', ''),
|
||
(11574, 4971, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(11568, 4971, 'slide_template', ''),
|
||
(11567, 4971, '_edit_lock', '1394037292:1'),
|
||
(11566, 4971, '_edit_last', '1'),
|
||
(11565, 4971, '_alp_processed', '1394037393'),
|
||
(11564, 4971, '_alp_processed', '1394037393'),
|
||
(11642, 4984, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2056;s:6:"height";i:3074;s:14:"hwstring_small";s:22:"height=''96'' width=''64''";s:4:"file";s:47:"2014/02/Cristallo_II_Portrait_Recki_2011_04.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:47:"Cristallo_II_Portrait_Recki_2011_04-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:47:"Cristallo_II_Portrait_Recki_2011_04-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:48:"Cristallo_II_Portrait_Recki_2011_04-684x1024.jpg";s:5:"width";i:684;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:47:"Cristallo_II_Portrait_Recki_2011_04-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:47:"Cristallo_II_Portrait_Recki_2011_04-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:47:"Cristallo_II_Portrait_Recki_2011_04-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:47:"Cristallo_II_Portrait_Recki_2011_04-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:45:"Cristallo_II_Portrait_Recki_2011_04-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:47:"Cristallo_II_Portrait_Recki_2011_04-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:47:"Cristallo_II_Portrait_Recki_2011_04-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:47:"Cristallo_II_Portrait_Recki_2011_04-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:47:"Cristallo_II_Portrait_Recki_2011_04-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:47:"Cristallo_II_Portrait_Recki_2011_04-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:47:"Cristallo_II_Portrait_Recki_2011_04-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:47:"Cristallo_II_Portrait_Recki_2011_04-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:45:"Cristallo_II_Portrait_Recki_2011_04-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(11641, 4984, '_wp_attached_file', '2014/02/Cristallo_II_Portrait_Recki_2011_04.jpg'),
|
||
(14218, 4970, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(14217, 4970, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(11560, 4970, 'kd_featured-image-4_drg_horse_id', '4976'),
|
||
(11559, 4970, 'kd_featured-image-3_drg_horse_id', '4977'),
|
||
(11558, 4970, 'kd_featured-image-2_drg_horse_id', '4978'),
|
||
(11557, 4970, '_thumbnail_id', '4979'),
|
||
(11556, 4970, '_alp_processed', '1394037351'),
|
||
(7248, 4517, '_menu_item_type', 'post_type'),
|
||
(7249, 4517, '_menu_item_menu_item_parent', '4469'),
|
||
(7250, 4517, '_menu_item_object_id', '3638'),
|
||
(7251, 4517, '_menu_item_object', 'page'),
|
||
(7252, 4517, '_menu_item_target', ''),
|
||
(7253, 4517, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7254, 4517, '_menu_item_xfn', ''),
|
||
(7255, 4517, '_menu_item_url', ''),
|
||
(7256, 4518, '_menu_item_type', 'post_type'),
|
||
(7257, 4518, '_menu_item_menu_item_parent', '4469'),
|
||
(7258, 4518, '_menu_item_object_id', '3628'),
|
||
(7259, 4518, '_menu_item_object', 'page'),
|
||
(7260, 4518, '_menu_item_target', ''),
|
||
(7261, 4518, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7262, 4518, '_menu_item_xfn', ''),
|
||
(7263, 4518, '_menu_item_url', ''),
|
||
(7264, 4519, '_menu_item_type', 'post_type'),
|
||
(7265, 4519, '_menu_item_menu_item_parent', '4469'),
|
||
(7266, 4519, '_menu_item_object_id', '3610'),
|
||
(7267, 4519, '_menu_item_object', 'page'),
|
||
(7268, 4519, '_menu_item_target', ''),
|
||
(7269, 4519, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7270, 4519, '_menu_item_xfn', ''),
|
||
(7271, 4519, '_menu_item_url', ''),
|
||
(11548, 4970, 'pyre_page_title_custom_text', ''),
|
||
(11547, 4970, 'pyre_page_title_text', 'yes'),
|
||
(11546, 4970, 'pyre_page_title', 'yes'),
|
||
(11545, 4970, 'pyre_header_bg_repeat', 'repeat'),
|
||
(11544, 4970, 'pyre_header_bg_full', 'no'),
|
||
(11543, 4970, 'pyre_header_bg_color', ''),
|
||
(11352, 4964, '_menu_item_type', 'taxonomy'),
|
||
(11351, 4963, '_menu_item_orphaned', '1393404665'),
|
||
(11350, 4963, '_menu_item_url', ''),
|
||
(11349, 4963, '_menu_item_xfn', ''),
|
||
(11348, 4963, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(11347, 4963, '_menu_item_target', ''),
|
||
(7288, 4522, '_menu_item_type', 'post_type'),
|
||
(7289, 4522, '_menu_item_menu_item_parent', '4462'),
|
||
(7290, 4522, '_menu_item_object_id', '3745'),
|
||
(7291, 4522, '_menu_item_object', 'page'),
|
||
(7292, 4522, '_menu_item_target', ''),
|
||
(7293, 4522, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7294, 4522, '_menu_item_xfn', ''),
|
||
(7295, 4522, '_menu_item_url', ''),
|
||
(7296, 4523, '_menu_item_type', 'post_type'),
|
||
(7297, 4523, '_menu_item_menu_item_parent', '4462'),
|
||
(7298, 4523, '_menu_item_object_id', '3743'),
|
||
(7299, 4523, '_menu_item_object', 'page'),
|
||
(7300, 4523, '_menu_item_target', ''),
|
||
(7301, 4523, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7302, 4523, '_menu_item_xfn', ''),
|
||
(7303, 4523, '_menu_item_url', ''),
|
||
(7304, 4524, '_menu_item_type', 'post_type'),
|
||
(7305, 4524, '_menu_item_menu_item_parent', '4462'),
|
||
(7306, 4524, '_menu_item_object_id', '3741'),
|
||
(7307, 4524, '_menu_item_object', 'page'),
|
||
(7308, 4524, '_menu_item_target', ''),
|
||
(7309, 4524, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7310, 4524, '_menu_item_xfn', ''),
|
||
(7311, 4524, '_menu_item_url', ''),
|
||
(7312, 4525, '_menu_item_type', 'post_type'),
|
||
(7313, 4525, '_menu_item_menu_item_parent', '4462'),
|
||
(7314, 4525, '_menu_item_object_id', '3739'),
|
||
(7315, 4525, '_menu_item_object', 'page'),
|
||
(7316, 4525, '_menu_item_target', ''),
|
||
(7317, 4525, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7318, 4525, '_menu_item_xfn', ''),
|
||
(7319, 4525, '_menu_item_url', ''),
|
||
(7320, 4526, '_menu_item_type', 'post_type'),
|
||
(7321, 4526, '_menu_item_menu_item_parent', '4462'),
|
||
(7322, 4526, '_menu_item_object_id', '3737'),
|
||
(7323, 4526, '_menu_item_object', 'page'),
|
||
(7324, 4526, '_menu_item_target', ''),
|
||
(7325, 4526, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7326, 4526, '_menu_item_xfn', ''),
|
||
(7327, 4526, '_menu_item_url', ''),
|
||
(7328, 4527, '_menu_item_type', 'post_type'),
|
||
(7329, 4527, '_menu_item_menu_item_parent', '4462'),
|
||
(7330, 4527, '_menu_item_object_id', '3735'),
|
||
(7331, 4527, '_menu_item_object', 'page'),
|
||
(7332, 4527, '_menu_item_target', ''),
|
||
(7333, 4527, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7334, 4527, '_menu_item_xfn', ''),
|
||
(7335, 4527, '_menu_item_url', ''),
|
||
(7336, 4528, '_menu_item_type', 'post_type'),
|
||
(7337, 4528, '_menu_item_menu_item_parent', '4462'),
|
||
(7338, 4528, '_menu_item_object_id', '3733'),
|
||
(7339, 4528, '_menu_item_object', 'page'),
|
||
(7340, 4528, '_menu_item_target', ''),
|
||
(7341, 4528, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7342, 4528, '_menu_item_xfn', ''),
|
||
(7343, 4528, '_menu_item_url', ''),
|
||
(7344, 4529, '_menu_item_type', 'post_type'),
|
||
(7345, 4529, '_menu_item_menu_item_parent', '4462'),
|
||
(7346, 4529, '_menu_item_object_id', '3731'),
|
||
(7347, 4529, '_menu_item_object', 'page'),
|
||
(7348, 4529, '_menu_item_target', ''),
|
||
(7349, 4529, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7350, 4529, '_menu_item_xfn', ''),
|
||
(7351, 4529, '_menu_item_url', ''),
|
||
(7352, 4530, '_menu_item_type', 'post_type'),
|
||
(7353, 4530, '_menu_item_menu_item_parent', '4462'),
|
||
(7354, 4530, '_menu_item_object_id', '3729'),
|
||
(7355, 4530, '_menu_item_object', 'page'),
|
||
(7356, 4530, '_menu_item_target', ''),
|
||
(7357, 4530, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7358, 4530, '_menu_item_xfn', ''),
|
||
(7359, 4530, '_menu_item_url', ''),
|
||
(7360, 4531, '_menu_item_type', 'post_type'),
|
||
(7361, 4531, '_menu_item_menu_item_parent', '4462'),
|
||
(7362, 4531, '_menu_item_object_id', '3727'),
|
||
(7363, 4531, '_menu_item_object', 'page'),
|
||
(7364, 4531, '_menu_item_target', ''),
|
||
(7365, 4531, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7366, 4531, '_menu_item_xfn', ''),
|
||
(7367, 4531, '_menu_item_url', ''),
|
||
(7368, 4532, '_menu_item_type', 'post_type'),
|
||
(7369, 4532, '_menu_item_menu_item_parent', '4462'),
|
||
(7370, 4532, '_menu_item_object_id', '3717'),
|
||
(7371, 4532, '_menu_item_object', 'page'),
|
||
(7372, 4532, '_menu_item_target', ''),
|
||
(7373, 4532, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7374, 4532, '_menu_item_xfn', ''),
|
||
(7375, 4532, '_menu_item_url', ''),
|
||
(7376, 4533, '_menu_item_type', 'post_type'),
|
||
(7377, 4533, '_menu_item_menu_item_parent', '4462'),
|
||
(7378, 4533, '_menu_item_object_id', '3719'),
|
||
(7379, 4533, '_menu_item_object', 'page'),
|
||
(7380, 4533, '_menu_item_target', ''),
|
||
(7381, 4533, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7382, 4533, '_menu_item_xfn', ''),
|
||
(7383, 4533, '_menu_item_url', ''),
|
||
(11338, 4962, '_menu_item_target', ''),
|
||
(11337, 4962, '_menu_item_object', 'horse_breeds'),
|
||
(11336, 4962, '_menu_item_object_id', '35'),
|
||
(11335, 4962, '_menu_item_menu_item_parent', '0'),
|
||
(11334, 4962, '_menu_item_type', 'taxonomy'),
|
||
(11333, 4961, '_menu_item_orphaned', '1393404665'),
|
||
(7392, 4535, '_menu_item_type', 'post_type'),
|
||
(7393, 4535, '_menu_item_menu_item_parent', '4462'),
|
||
(7394, 4535, '_menu_item_object_id', '3754'),
|
||
(7395, 4535, '_menu_item_object', 'page'),
|
||
(7396, 4535, '_menu_item_target', ''),
|
||
(7397, 4535, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7398, 4535, '_menu_item_xfn', ''),
|
||
(7399, 4535, '_menu_item_url', ''),
|
||
(7400, 4536, '_menu_item_type', 'post_type'),
|
||
(7401, 4536, '_menu_item_menu_item_parent', '4462'),
|
||
(7402, 4536, '_menu_item_object_id', '3751'),
|
||
(7403, 4536, '_menu_item_object', 'page'),
|
||
(7404, 4536, '_menu_item_target', ''),
|
||
(7405, 4536, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7406, 4536, '_menu_item_xfn', ''),
|
||
(7407, 4536, '_menu_item_url', ''),
|
||
(7408, 4537, '_menu_item_type', 'post_type'),
|
||
(7409, 4537, '_menu_item_menu_item_parent', '4462'),
|
||
(7410, 4537, '_menu_item_object_id', '3749'),
|
||
(7411, 4537, '_menu_item_object', 'page'),
|
||
(7412, 4537, '_menu_item_target', ''),
|
||
(7413, 4537, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7414, 4537, '_menu_item_xfn', ''),
|
||
(7415, 4537, '_menu_item_url', ''),
|
||
(7416, 4538, '_menu_item_type', 'post_type'),
|
||
(7417, 4538, '_menu_item_menu_item_parent', '4462'),
|
||
(7418, 4538, '_menu_item_object_id', '3747'),
|
||
(7419, 4538, '_menu_item_object', 'page'),
|
||
(7420, 4538, '_menu_item_target', ''),
|
||
(7421, 4538, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7422, 4538, '_menu_item_xfn', ''),
|
||
(7423, 4538, '_menu_item_url', ''),
|
||
(7424, 4539, '_menu_item_type', 'post_type'),
|
||
(7425, 4539, '_menu_item_menu_item_parent', '4462'),
|
||
(7426, 4539, '_menu_item_object_id', '3721'),
|
||
(7427, 4539, '_menu_item_object', 'page'),
|
||
(7428, 4539, '_menu_item_target', ''),
|
||
(7429, 4539, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7430, 4539, '_menu_item_xfn', ''),
|
||
(7431, 4539, '_menu_item_url', ''),
|
||
(7432, 4540, '_menu_item_type', 'post_type'),
|
||
(7433, 4540, '_menu_item_menu_item_parent', '4462'),
|
||
(7434, 4540, '_menu_item_object_id', '3723'),
|
||
(7435, 4540, '_menu_item_object', 'page'),
|
||
(7436, 4540, '_menu_item_target', ''),
|
||
(7437, 4540, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7438, 4540, '_menu_item_xfn', ''),
|
||
(7439, 4540, '_menu_item_url', ''),
|
||
(7440, 4541, '_menu_item_type', 'post_type'),
|
||
(7441, 4541, '_menu_item_menu_item_parent', '4462'),
|
||
(7442, 4541, '_menu_item_object_id', '3725'),
|
||
(7443, 4541, '_menu_item_object', 'page'),
|
||
(7444, 4541, '_menu_item_target', ''),
|
||
(7445, 4541, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7446, 4541, '_menu_item_xfn', ''),
|
||
(7447, 4541, '_menu_item_url', ''),
|
||
(7448, 4542, '_menu_item_type', 'post_type'),
|
||
(7449, 4542, '_menu_item_menu_item_parent', '4462'),
|
||
(7450, 4542, '_menu_item_object_id', '3705'),
|
||
(7451, 4542, '_menu_item_object', 'page'),
|
||
(7452, 4542, '_menu_item_target', ''),
|
||
(7453, 4542, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7454, 4542, '_menu_item_xfn', ''),
|
||
(7455, 4542, '_menu_item_url', ''),
|
||
(7456, 4543, '_menu_item_type', 'post_type'),
|
||
(7457, 4543, '_menu_item_menu_item_parent', '4469'),
|
||
(7458, 4543, '_menu_item_object_id', '3815'),
|
||
(7459, 4543, '_menu_item_object', 'page'),
|
||
(7460, 4543, '_menu_item_target', ''),
|
||
(7461, 4543, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7462, 4543, '_menu_item_xfn', ''),
|
||
(7463, 4543, '_menu_item_url', ''),
|
||
(7464, 4544, '_menu_item_type', 'post_type'),
|
||
(7465, 4544, '_menu_item_menu_item_parent', '4469'),
|
||
(7466, 4544, '_menu_item_object_id', '3813'),
|
||
(7467, 4544, '_menu_item_object', 'page'),
|
||
(7468, 4544, '_menu_item_target', ''),
|
||
(7469, 4544, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7470, 4544, '_menu_item_xfn', ''),
|
||
(7471, 4544, '_menu_item_url', ''),
|
||
(7472, 4545, '_menu_item_type', 'post_type'),
|
||
(7473, 4545, '_menu_item_menu_item_parent', '0'),
|
||
(7474, 4545, '_menu_item_object_id', '69'),
|
||
(7475, 4545, '_menu_item_object', 'page'),
|
||
(7476, 4545, '_menu_item_target', ''),
|
||
(7477, 4545, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7478, 4545, '_menu_item_xfn', ''),
|
||
(7479, 4545, '_menu_item_url', ''),
|
||
(7480, 4546, '_menu_item_type', 'post_type'),
|
||
(7481, 4546, '_menu_item_menu_item_parent', '0'),
|
||
(7482, 4546, '_menu_item_object_id', '4475'),
|
||
(7483, 4546, '_menu_item_object', 'page'),
|
||
(7484, 4546, '_menu_item_target', ''),
|
||
(7485, 4546, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7486, 4546, '_menu_item_xfn', ''),
|
||
(7487, 4546, '_menu_item_url', ''),
|
||
(7488, 4547, '_menu_item_type', 'post_type'),
|
||
(7489, 4547, '_menu_item_menu_item_parent', '0'),
|
||
(7490, 4547, '_menu_item_object_id', '2466'),
|
||
(7491, 4547, '_menu_item_object', 'page'),
|
||
(7492, 4547, '_menu_item_target', ''),
|
||
(7493, 4547, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7494, 4547, '_menu_item_xfn', ''),
|
||
(7495, 4547, '_menu_item_url', ''),
|
||
(7496, 4548, '_menu_item_type', 'post_type'),
|
||
(7497, 4548, '_menu_item_menu_item_parent', '0'),
|
||
(7498, 4548, '_menu_item_object_id', '33'),
|
||
(7499, 4548, '_menu_item_object', 'page'),
|
||
(7500, 4548, '_menu_item_target', ''),
|
||
(7501, 4548, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7502, 4548, '_menu_item_xfn', ''),
|
||
(7503, 4548, '_menu_item_url', ''),
|
||
(7504, 4549, '_menu_item_type', 'post_type'),
|
||
(7505, 4549, '_menu_item_menu_item_parent', '4552'),
|
||
(7506, 4549, '_menu_item_object_id', '4100'),
|
||
(7507, 4549, '_menu_item_object', 'page'),
|
||
(7508, 4549, '_menu_item_target', ''),
|
||
(7509, 4549, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7510, 4549, '_menu_item_xfn', ''),
|
||
(7511, 4549, '_menu_item_url', ''),
|
||
(7512, 4550, '_menu_item_type', 'post_type'),
|
||
(7513, 4550, '_menu_item_menu_item_parent', '4552'),
|
||
(7514, 4550, '_menu_item_object_id', '4099'),
|
||
(7515, 4550, '_menu_item_object', 'page'),
|
||
(7516, 4550, '_menu_item_target', ''),
|
||
(7517, 4550, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7518, 4550, '_menu_item_xfn', ''),
|
||
(7519, 4550, '_menu_item_url', ''),
|
||
(7520, 4551, '_menu_item_type', 'post_type'),
|
||
(7521, 4551, '_menu_item_menu_item_parent', '4552'),
|
||
(7522, 4551, '_menu_item_object_id', '4098'),
|
||
(7523, 4551, '_menu_item_object', 'page'),
|
||
(7524, 4551, '_menu_item_target', ''),
|
||
(7525, 4551, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7526, 4551, '_menu_item_xfn', ''),
|
||
(7527, 4551, '_menu_item_url', ''),
|
||
(7528, 4552, '_menu_item_type', 'post_type'),
|
||
(7529, 4552, '_menu_item_menu_item_parent', '4461'),
|
||
(7530, 4552, '_menu_item_object_id', '4097'),
|
||
(7531, 4552, '_menu_item_object', 'page'),
|
||
(7532, 4552, '_menu_item_target', ''),
|
||
(7533, 4552, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7534, 4552, '_menu_item_xfn', ''),
|
||
(7535, 4552, '_menu_item_url', ''),
|
||
(7536, 4553, '_menu_item_type', 'post_type'),
|
||
(7537, 4553, '_menu_item_menu_item_parent', '4470'),
|
||
(7538, 4553, '_menu_item_object_id', '4126'),
|
||
(7539, 4553, '_menu_item_object', 'page'),
|
||
(7540, 4553, '_menu_item_target', ''),
|
||
(7541, 4553, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7542, 4553, '_menu_item_xfn', ''),
|
||
(7543, 4553, '_menu_item_url', ''),
|
||
(7544, 4554, '_menu_item_type', 'post_type'),
|
||
(7545, 4554, '_menu_item_menu_item_parent', '4470'),
|
||
(7546, 4554, '_menu_item_object_id', '4120'),
|
||
(7547, 4554, '_menu_item_object', 'page'),
|
||
(7548, 4554, '_menu_item_target', ''),
|
||
(7549, 4554, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7550, 4554, '_menu_item_xfn', ''),
|
||
(7551, 4554, '_menu_item_url', ''),
|
||
(7552, 4555, '_menu_item_type', 'post_type'),
|
||
(7553, 4555, '_menu_item_menu_item_parent', '4552'),
|
||
(7554, 4555, '_menu_item_object_id', '4097'),
|
||
(7555, 4555, '_menu_item_object', 'page'),
|
||
(7556, 4555, '_menu_item_target', ''),
|
||
(7557, 4555, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7558, 4555, '_menu_item_xfn', ''),
|
||
(7559, 4555, '_menu_item_url', ''),
|
||
(7560, 4556, '_menu_item_type', 'post_type'),
|
||
(7561, 4556, '_menu_item_menu_item_parent', '4552'),
|
||
(7562, 4556, '_menu_item_object_id', '4105'),
|
||
(7563, 4556, '_menu_item_object', 'page'),
|
||
(7564, 4556, '_menu_item_target', ''),
|
||
(7565, 4556, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7566, 4556, '_menu_item_xfn', ''),
|
||
(7567, 4556, '_menu_item_url', ''),
|
||
(7568, 4557, '_menu_item_type', 'post_type'),
|
||
(7569, 4557, '_menu_item_menu_item_parent', '4552'),
|
||
(7570, 4557, '_menu_item_object_id', '4103'),
|
||
(7571, 4557, '_menu_item_object', 'page'),
|
||
(7572, 4557, '_menu_item_target', ''),
|
||
(7573, 4557, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7574, 4557, '_menu_item_xfn', ''),
|
||
(7575, 4557, '_menu_item_url', ''),
|
||
(7576, 4558, '_menu_item_type', 'post_type'),
|
||
(7577, 4558, '_menu_item_menu_item_parent', '4466'),
|
||
(7578, 4558, '_menu_item_object_id', '4150'),
|
||
(7579, 4558, '_menu_item_object', 'page'),
|
||
(7580, 4558, '_menu_item_target', ''),
|
||
(7581, 4558, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7582, 4558, '_menu_item_xfn', ''),
|
||
(7583, 4558, '_menu_item_url', ''),
|
||
(7584, 4559, '_menu_item_type', 'post_type'),
|
||
(7585, 4559, '_menu_item_menu_item_parent', '4466'),
|
||
(7586, 4559, '_menu_item_object_id', '4148'),
|
||
(7587, 4559, '_menu_item_object', 'page'),
|
||
(7588, 4559, '_menu_item_target', ''),
|
||
(7589, 4559, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7590, 4559, '_menu_item_xfn', ''),
|
||
(7591, 4559, '_menu_item_url', ''),
|
||
(7592, 4560, '_menu_item_type', 'post_type'),
|
||
(7593, 4560, '_menu_item_menu_item_parent', '4466'),
|
||
(7594, 4560, '_menu_item_object_id', '4146'),
|
||
(7595, 4560, '_menu_item_object', 'page'),
|
||
(7596, 4560, '_menu_item_target', ''),
|
||
(7597, 4560, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7598, 4560, '_menu_item_xfn', ''),
|
||
(7599, 4560, '_menu_item_url', ''),
|
||
(7600, 4561, '_menu_item_type', 'post_type'),
|
||
(7601, 4561, '_menu_item_menu_item_parent', '4466'),
|
||
(7602, 4561, '_menu_item_object_id', '4144'),
|
||
(7603, 4561, '_menu_item_object', 'page'),
|
||
(7604, 4561, '_menu_item_target', ''),
|
||
(7605, 4561, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7606, 4561, '_menu_item_xfn', ''),
|
||
(7607, 4561, '_menu_item_url', ''),
|
||
(7608, 4562, '_menu_item_type', 'post_type'),
|
||
(7609, 4562, '_menu_item_menu_item_parent', '4466'),
|
||
(7610, 4562, '_menu_item_object_id', '4142'),
|
||
(7611, 4562, '_menu_item_object', 'page'),
|
||
(7612, 4562, '_menu_item_target', ''),
|
||
(7613, 4562, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7614, 4562, '_menu_item_xfn', ''),
|
||
(7615, 4562, '_menu_item_url', ''),
|
||
(7616, 4563, '_menu_item_type', 'post_type'),
|
||
(7617, 4563, '_menu_item_menu_item_parent', '4466'),
|
||
(7618, 4563, '_menu_item_object_id', '4140'),
|
||
(7619, 4563, '_menu_item_object', 'page'),
|
||
(7620, 4563, '_menu_item_target', ''),
|
||
(7621, 4563, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7622, 4563, '_menu_item_xfn', ''),
|
||
(7623, 4563, '_menu_item_url', ''),
|
||
(7624, 4564, '_menu_item_type', 'post_type'),
|
||
(7625, 4564, '_menu_item_menu_item_parent', '4466'),
|
||
(7626, 4564, '_menu_item_object_id', '4138'),
|
||
(7627, 4564, '_menu_item_object', 'page'),
|
||
(7628, 4564, '_menu_item_target', ''),
|
||
(7629, 4564, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7630, 4564, '_menu_item_xfn', ''),
|
||
(7631, 4564, '_menu_item_url', ''),
|
||
(7632, 4565, '_menu_item_type', 'post_type'),
|
||
(7633, 4565, '_menu_item_menu_item_parent', '4467'),
|
||
(7634, 4565, '_menu_item_object_id', '100'),
|
||
(7635, 4565, '_menu_item_object', 'page'),
|
||
(7636, 4565, '_menu_item_target', ''),
|
||
(7637, 4565, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7638, 4565, '_menu_item_xfn', ''),
|
||
(7639, 4565, '_menu_item_url', ''),
|
||
(7640, 4566, '_menu_item_type', 'post_type'),
|
||
(7641, 4566, '_menu_item_menu_item_parent', '4467'),
|
||
(7642, 4566, '_menu_item_object_id', '98'),
|
||
(7643, 4566, '_menu_item_object', 'page'),
|
||
(7644, 4566, '_menu_item_target', ''),
|
||
(7645, 4566, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7646, 4566, '_menu_item_xfn', ''),
|
||
(7647, 4566, '_menu_item_url', ''),
|
||
(7648, 4567, '_menu_item_type', 'post_type'),
|
||
(7649, 4567, '_menu_item_menu_item_parent', '4467'),
|
||
(7650, 4567, '_menu_item_object_id', '96'),
|
||
(7651, 4567, '_menu_item_object', 'page'),
|
||
(7652, 4567, '_menu_item_target', ''),
|
||
(7653, 4567, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7654, 4567, '_menu_item_xfn', ''),
|
||
(7655, 4567, '_menu_item_url', ''),
|
||
(7656, 4568, '_menu_item_type', 'post_type'),
|
||
(7657, 4568, '_menu_item_menu_item_parent', '4467'),
|
||
(7658, 4568, '_menu_item_object_id', '94'),
|
||
(7659, 4568, '_menu_item_object', 'page'),
|
||
(7660, 4568, '_menu_item_target', ''),
|
||
(7661, 4568, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7662, 4568, '_menu_item_xfn', ''),
|
||
(7663, 4568, '_menu_item_url', ''),
|
||
(10330, 4876, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1559;s:6:"height";i:2357;s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:34:"2014/02/BJ_Mauer_Ausschnitt_02.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"BJ_Mauer_Ausschnitt_02-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"BJ_Mauer_Ausschnitt_02-198x300.jpg";s:5:"width";i:198;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"BJ_Mauer_Ausschnitt_02-677x1024.jpg";s:5:"width";i:677;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:34:"BJ_Mauer_Ausschnitt_02-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:34:"BJ_Mauer_Ausschnitt_02-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:34:"BJ_Mauer_Ausschnitt_02-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:34:"BJ_Mauer_Ausschnitt_02-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:32:"BJ_Mauer_Ausschnitt_02-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:34:"BJ_Mauer_Ausschnitt_02-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:34:"BJ_Mauer_Ausschnitt_02-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:34:"BJ_Mauer_Ausschnitt_02-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:34:"BJ_Mauer_Ausschnitt_02-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:34:"BJ_Mauer_Ausschnitt_02-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:34:"BJ_Mauer_Ausschnitt_02-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:34:"BJ_Mauer_Ausschnitt_02-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:32:"BJ_Mauer_Ausschnitt_02-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10329, 4876, '_wp_attached_file', '2014/02/BJ_Mauer_Ausschnitt_02.jpg'),
|
||
(10280, 4869, '_alp_processed', '1393439319'),
|
||
(10275, 4869, 'pyre_page_title_bg_parallax', 'default'),
|
||
(10274, 4869, 'pyre_page_title_bar_bg_color', ''),
|
||
(10273, 4869, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(10272, 4869, 'pyre_page_title_bar_bg_retina', ''),
|
||
(10271, 4869, 'pyre_page_title_bar_bg', ''),
|
||
(10270, 4869, 'pyre_page_title_height', ''),
|
||
(10269, 4869, 'pyre_page_title_custom_subheader', ''),
|
||
(10268, 4869, 'pyre_page_title_custom_text', ''),
|
||
(10267, 4869, 'pyre_page_title_text', 'yes'),
|
||
(7688, 4572, '_menu_item_type', 'post_type'),
|
||
(7689, 4572, '_menu_item_menu_item_parent', '0'),
|
||
(7690, 4572, '_menu_item_object_id', '33'),
|
||
(7691, 4572, '_menu_item_object', 'page'),
|
||
(7692, 4572, '_menu_item_target', ''),
|
||
(7693, 4572, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7694, 4572, '_menu_item_xfn', ''),
|
||
(7695, 4572, '_menu_item_url', ''),
|
||
(7696, 4573, '_menu_item_type', 'post_type'),
|
||
(7697, 4573, '_menu_item_menu_item_parent', '4467'),
|
||
(7698, 4573, '_menu_item_object_id', '3530'),
|
||
(7699, 4573, '_menu_item_object', 'page'),
|
||
(7700, 4573, '_menu_item_target', ''),
|
||
(7701, 4573, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7702, 4573, '_menu_item_xfn', ''),
|
||
(7703, 4573, '_menu_item_url', ''),
|
||
(7704, 4574, '_menu_item_type', 'post_type'),
|
||
(7705, 4574, '_menu_item_menu_item_parent', '4467'),
|
||
(7706, 4574, '_menu_item_object_id', '3528'),
|
||
(7707, 4574, '_menu_item_object', 'page'),
|
||
(7708, 4574, '_menu_item_target', ''),
|
||
(7709, 4574, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7710, 4574, '_menu_item_xfn', ''),
|
||
(7711, 4574, '_menu_item_url', ''),
|
||
(7712, 4575, '_menu_item_type', 'post_type'),
|
||
(7713, 4575, '_menu_item_menu_item_parent', '4467'),
|
||
(7714, 4575, '_menu_item_object_id', '3526'),
|
||
(7715, 4575, '_menu_item_object', 'page'),
|
||
(7716, 4575, '_menu_item_target', ''),
|
||
(7717, 4575, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7718, 4575, '_menu_item_xfn', ''),
|
||
(7719, 4575, '_menu_item_url', ''),
|
||
(7720, 4576, '_menu_item_type', 'post_type'),
|
||
(7721, 4576, '_menu_item_menu_item_parent', '4467'),
|
||
(7722, 4576, '_menu_item_object_id', '3524'),
|
||
(7723, 4576, '_menu_item_object', 'page'),
|
||
(7724, 4576, '_menu_item_target', ''),
|
||
(7725, 4576, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7726, 4576, '_menu_item_xfn', ''),
|
||
(7727, 4576, '_menu_item_url', ''),
|
||
(7728, 4577, '_menu_item_type', 'post_type'),
|
||
(7729, 4577, '_menu_item_menu_item_parent', '4461'),
|
||
(7730, 4577, '_menu_item_object_id', '4204'),
|
||
(7731, 4577, '_menu_item_object', 'page'),
|
||
(7732, 4577, '_menu_item_target', ''),
|
||
(7733, 4577, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7734, 4577, '_menu_item_xfn', ''),
|
||
(7735, 4577, '_menu_item_url', ''),
|
||
(7736, 4578, '_menu_item_type', 'post_type'),
|
||
(7737, 4578, '_menu_item_menu_item_parent', '4471'),
|
||
(7738, 4578, '_menu_item_object_id', '3655'),
|
||
(7739, 4578, '_menu_item_object', 'page'),
|
||
(7740, 4578, '_menu_item_target', ''),
|
||
(7741, 4578, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7742, 4578, '_menu_item_xfn', ''),
|
||
(7743, 4578, '_menu_item_url', ''),
|
||
(7744, 4579, '_menu_item_type', 'post_type'),
|
||
(7745, 4579, '_menu_item_menu_item_parent', '4471'),
|
||
(7746, 4579, '_menu_item_object_id', '3652'),
|
||
(7747, 4579, '_menu_item_object', 'page'),
|
||
(7748, 4579, '_menu_item_target', ''),
|
||
(7749, 4579, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7750, 4579, '_menu_item_xfn', ''),
|
||
(7751, 4579, '_menu_item_url', ''),
|
||
(7752, 4580, '_menu_item_type', 'post_type'),
|
||
(7753, 4580, '_menu_item_menu_item_parent', '4472'),
|
||
(7754, 4580, '_menu_item_object_id', '3660'),
|
||
(7755, 4580, '_menu_item_object', 'page'),
|
||
(7756, 4580, '_menu_item_target', ''),
|
||
(7757, 4580, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7758, 4580, '_menu_item_xfn', ''),
|
||
(7759, 4580, '_menu_item_url', ''),
|
||
(7760, 4581, '_menu_item_type', 'post_type'),
|
||
(7761, 4581, '_menu_item_menu_item_parent', '4472'),
|
||
(7762, 4581, '_menu_item_object_id', '3658'),
|
||
(7763, 4581, '_menu_item_object', 'page'),
|
||
(7764, 4581, '_menu_item_target', ''),
|
||
(7765, 4581, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7766, 4581, '_menu_item_xfn', ''),
|
||
(7767, 4581, '_menu_item_url', ''),
|
||
(10266, 4869, 'pyre_page_title', 'yes'),
|
||
(10265, 4869, 'pyre_header_bg_repeat', 'repeat'),
|
||
(10264, 4869, 'pyre_header_bg_full', 'no'),
|
||
(10263, 4869, 'pyre_header_bg_color', ''),
|
||
(10262, 4869, 'pyre_header_bg', ''),
|
||
(10261, 4869, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(10260, 4869, 'pyre_wide_page_bg_full', 'no'),
|
||
(10259, 4869, 'pyre_wide_page_bg_color', ''),
|
||
(10258, 4869, 'pyre_wide_page_bg', ''),
|
||
(10257, 4869, 'pyre_page_bg_repeat', 'repeat'),
|
||
(10256, 4869, 'pyre_page_bg_full', 'no'),
|
||
(10255, 4869, 'pyre_page_bg_color', ''),
|
||
(10254, 4869, 'pyre_page_bg', ''),
|
||
(10253, 4869, 'pyre_page_bg_layout', 'default'),
|
||
(10252, 4869, 'pyre_fallback', ''),
|
||
(10251, 4869, 'pyre_elasticslider', '0'),
|
||
(10250, 4869, 'pyre_revslider', '0'),
|
||
(10249, 4869, 'pyre_flexslider', '0'),
|
||
(10248, 4869, 'pyre_wooslider', '0'),
|
||
(10247, 4869, 'pyre_slider', '0'),
|
||
(10246, 4869, 'pyre_slider_type', 'no'),
|
||
(10245, 4869, 'pyre_related_posts', 'yes'),
|
||
(10244, 4869, 'pyre_link_icon_target', 'no'),
|
||
(10243, 4869, 'pyre_link_icon_url', ''),
|
||
(10242, 4869, 'pyre_image_rollover_icons', 'no'),
|
||
(7800, 4586, '_menu_item_type', 'post_type'),
|
||
(7801, 4586, '_menu_item_menu_item_parent', '4467'),
|
||
(7802, 4586, '_menu_item_object_id', '3846'),
|
||
(7803, 4586, '_menu_item_object', 'page'),
|
||
(7804, 4586, '_menu_item_target', ''),
|
||
(7805, 4586, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7806, 4586, '_menu_item_xfn', ''),
|
||
(7807, 4586, '_menu_item_url', ''),
|
||
(7808, 4587, '_menu_item_type', 'post_type'),
|
||
(7809, 4587, '_menu_item_menu_item_parent', '4467'),
|
||
(7810, 4587, '_menu_item_object_id', '4356'),
|
||
(7811, 4587, '_menu_item_object', 'page'),
|
||
(7812, 4587, '_menu_item_target', ''),
|
||
(7813, 4587, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7814, 4587, '_menu_item_xfn', ''),
|
||
(7815, 4587, '_menu_item_url', ''),
|
||
(11329, 4961, '_menu_item_target', ''),
|
||
(11328, 4961, '_menu_item_object', 'horse_breeds'),
|
||
(11327, 4961, '_menu_item_object_id', '34'),
|
||
(11326, 4961, '_menu_item_menu_item_parent', '0'),
|
||
(11325, 4961, '_menu_item_type', 'taxonomy'),
|
||
(11324, 4960, '_menu_item_orphaned', '1393404665'),
|
||
(11320, 4960, '_menu_item_target', ''),
|
||
(11319, 4960, '_menu_item_object', 'horse_breeds'),
|
||
(11318, 4960, '_menu_item_object_id', '36'),
|
||
(11317, 4960, '_menu_item_menu_item_parent', '0'),
|
||
(11316, 4960, '_menu_item_type', 'taxonomy'),
|
||
(11315, 4959, '_menu_item_orphaned', '1393404655'),
|
||
(7832, 4590, '_menu_item_type', 'post_type'),
|
||
(7833, 4590, '_menu_item_menu_item_parent', '4545'),
|
||
(7834, 4590, '_menu_item_object_id', '2712'),
|
||
(7835, 4590, '_menu_item_object', 'page'),
|
||
(7836, 4590, '_menu_item_target', ''),
|
||
(7837, 4590, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7838, 4590, '_menu_item_xfn', ''),
|
||
(7839, 4590, '_menu_item_url', ''),
|
||
(7840, 4591, '_menu_item_type', 'post_type'),
|
||
(7841, 4591, '_menu_item_menu_item_parent', '4545'),
|
||
(7842, 4591, '_menu_item_object_id', '3496'),
|
||
(7843, 4591, '_menu_item_object', 'page'),
|
||
(7844, 4591, '_menu_item_target', ''),
|
||
(7845, 4591, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7846, 4591, '_menu_item_xfn', ''),
|
||
(7847, 4591, '_menu_item_url', ''),
|
||
(7848, 4592, '_menu_item_type', 'post_type'),
|
||
(7849, 4592, '_menu_item_menu_item_parent', '4473'),
|
||
(7850, 4592, '_menu_item_object_id', '4476'),
|
||
(7851, 4592, '_menu_item_object', 'page'),
|
||
(7852, 4592, '_menu_item_target', ''),
|
||
(7853, 4592, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7854, 4592, '_menu_item_xfn', ''),
|
||
(7855, 4592, '_menu_item_url', ''),
|
||
(7856, 4593, '_menu_item_type', 'post_type'),
|
||
(7857, 4593, '_menu_item_menu_item_parent', '4473'),
|
||
(7858, 4593, '_menu_item_object_id', '4442'),
|
||
(7859, 4593, '_menu_item_object', 'page'),
|
||
(7860, 4593, '_menu_item_target', ''),
|
||
(7861, 4593, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7862, 4593, '_menu_item_xfn', ''),
|
||
(7863, 4593, '_menu_item_url', ''),
|
||
(7864, 4594, '_menu_item_type', 'post_type'),
|
||
(7865, 4594, '_menu_item_menu_item_parent', '4473'),
|
||
(7866, 4594, '_menu_item_object_id', '4427'),
|
||
(7867, 4594, '_menu_item_object', 'page'),
|
||
(7868, 4594, '_menu_item_target', ''),
|
||
(7869, 4594, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(7870, 4594, '_menu_item_xfn', ''),
|
||
(7871, 4594, '_menu_item_url', ''),
|
||
(7872, 4595, '_wp_attached_file', 'revslider/Avada_Full_Width/slide_3.jpg'),
|
||
(7873, 4595, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1700;s:6:"height";i:400;s:14:"hwstring_small";s:23:"height=''30'' width=''128''";s:4:"file";s:38:"revslider/Avada_Full_Width/slide_3.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"slide_3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"slide_3-300x70.jpg";s:5:"width";i:300;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"slide_3-1024x240.jpg";s:5:"width";i:1024;s:6:"height";i:240;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:19:"slide_3-300x400.jpg";s:5:"width";i:300;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:19:"slide_3-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:19:"slide_3-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:19:"slide_3-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:17:"slide_3-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:19:"slide_3-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:19:"slide_3-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:19:"slide_3-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:19:"slide_3-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:19:"slide_3-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:19:"slide_3-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:19:"slide_3-700x400.jpg";s:5:"width";i:700;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:17:"slide_3-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:13:"Iakov Kalinin";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(7874, 4596, '_wp_attached_file', 'revslider/Avada_Full_Width/slide_4.jpg');
|
||
INSERT INTO `drgrp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
|
||
(7875, 4596, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:940;s:6:"height";i:450;s:14:"hwstring_small";s:23:"height=''61'' width=''128''";s:4:"file";s:38:"revslider/Avada_Full_Width/slide_4.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"slide_4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"slide_4-300x143.jpg";s:5:"width";i:300;s:6:"height";i:143;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:19:"slide_4-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:19:"slide_4-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:19:"slide_4-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:19:"slide_4-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:17:"slide_4-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:19:"slide_4-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:19:"slide_4-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:19:"slide_4-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:19:"slide_4-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:19:"slide_4-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:19:"slide_4-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:19:"slide_4-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:17:"slide_4-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(13051, 5079, 'pyre_fallback', ''),
|
||
(13000, 5078, 'pyre_slider', '0'),
|
||
(13001, 5078, 'pyre_wooslider', '0'),
|
||
(13002, 5078, 'pyre_flexslider', '0'),
|
||
(13003, 5078, 'pyre_revslider', '0'),
|
||
(13004, 5078, 'pyre_elasticslider', '0'),
|
||
(13005, 5078, 'pyre_fallback', ''),
|
||
(13006, 5078, 'pyre_page_bg_layout', 'default'),
|
||
(13007, 5078, 'pyre_page_bg', ''),
|
||
(13008, 5078, 'pyre_page_bg_color', ''),
|
||
(13009, 5078, 'pyre_page_bg_full', 'no'),
|
||
(13010, 5078, 'pyre_page_bg_repeat', 'repeat'),
|
||
(13011, 5078, 'pyre_wide_page_bg', ''),
|
||
(13012, 5078, 'pyre_wide_page_bg_color', ''),
|
||
(13013, 5078, 'pyre_wide_page_bg_full', 'no'),
|
||
(13014, 5078, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(13015, 5078, 'pyre_header_bg', ''),
|
||
(13016, 5078, 'pyre_header_bg_color', ''),
|
||
(13017, 5078, 'pyre_header_bg_full', 'no'),
|
||
(13018, 5078, 'pyre_header_bg_repeat', 'repeat'),
|
||
(13019, 5078, 'pyre_page_title', 'yes'),
|
||
(13020, 5078, 'pyre_page_title_text', 'yes'),
|
||
(13021, 5078, 'pyre_page_title_custom_text', ''),
|
||
(13022, 5078, 'pyre_page_title_custom_subheader', ''),
|
||
(13023, 5078, 'pyre_page_title_height', ''),
|
||
(13024, 5078, 'pyre_page_title_bar_bg', ''),
|
||
(13025, 5078, 'pyre_page_title_bar_bg_retina', ''),
|
||
(13026, 5078, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(13027, 5078, 'pyre_page_title_bar_bg_color', ''),
|
||
(13028, 5078, 'pyre_page_title_bg_parallax', 'default'),
|
||
(13029, 5079, '_alp_processed', '1394037528'),
|
||
(13030, 5079, '_icl_lang_duplicate_of', '4951'),
|
||
(13031, 5079, '_thumbnail_id', '4908'),
|
||
(13032, 5079, 'kd_featured-image-2_drg_horse_id', '4907'),
|
||
(13033, 5079, 'kd_featured-image-3_drg_horse_id', '4910'),
|
||
(13034, 5079, 'kd_featured-image-4_drg_horse_id', '4909'),
|
||
(14410, 5079, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(13036, 5079, 'slide_template', ''),
|
||
(13037, 5079, 'pyre_video', ''),
|
||
(13038, 5079, 'pyre_full_width', 'no'),
|
||
(13039, 5079, 'pyre_sidebar_position', 'default'),
|
||
(13040, 5079, 'pyre_fimg_width', ''),
|
||
(13041, 5079, 'pyre_fimg_height', ''),
|
||
(13042, 5079, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(13043, 5079, 'pyre_link_icon_url', ''),
|
||
(13044, 5079, 'pyre_related_posts', 'yes'),
|
||
(13045, 5079, 'pyre_slider_type', 'no'),
|
||
(13046, 5079, 'pyre_slider', '0'),
|
||
(13047, 5079, 'pyre_wooslider', '0'),
|
||
(13048, 5079, 'pyre_flexslider', '0'),
|
||
(13049, 5079, 'pyre_revslider', '0'),
|
||
(13050, 5079, 'pyre_elasticslider', '0'),
|
||
(13070, 5079, 'pyre_page_title_bar_bg', ''),
|
||
(13053, 5079, 'pyre_page_bg', ''),
|
||
(13054, 5079, 'pyre_page_bg_color', ''),
|
||
(13055, 5079, 'pyre_page_bg_full', 'no'),
|
||
(13056, 5079, 'pyre_page_bg_repeat', 'repeat'),
|
||
(13057, 5079, 'pyre_wide_page_bg', ''),
|
||
(13058, 5079, 'pyre_wide_page_bg_color', ''),
|
||
(13059, 5079, 'pyre_wide_page_bg_full', 'no'),
|
||
(13060, 5079, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(13061, 5079, 'pyre_header_bg', ''),
|
||
(13062, 5079, 'pyre_header_bg_color', ''),
|
||
(13063, 5079, 'pyre_header_bg_full', 'no'),
|
||
(13064, 5079, 'pyre_header_bg_repeat', 'repeat'),
|
||
(13065, 5079, 'pyre_page_title', 'yes'),
|
||
(13066, 5079, 'pyre_page_title_text', 'yes'),
|
||
(13067, 5079, 'pyre_page_title_custom_text', ''),
|
||
(13068, 5079, 'pyre_page_title_custom_subheader', ''),
|
||
(13069, 5079, 'pyre_page_title_height', ''),
|
||
(7882, 4600, '_wp_attached_file', 'revslider/Avada_Full_Width/slide_5.jpg'),
|
||
(7883, 4600, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1700;s:6:"height";i:400;s:14:"hwstring_small";s:23:"height=''30'' width=''128''";s:4:"file";s:38:"revslider/Avada_Full_Width/slide_5.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"slide_5-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"slide_5-300x70.jpg";s:5:"width";i:300;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"slide_5-1024x240.jpg";s:5:"width";i:1024;s:6:"height";i:240;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:19:"slide_5-300x400.jpg";s:5:"width";i:300;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:19:"slide_5-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:19:"slide_5-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:19:"slide_5-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:17:"slide_5-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:19:"slide_5-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:19:"slide_5-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:19:"slide_5-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:19:"slide_5-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:19:"slide_5-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:19:"slide_5-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:19:"slide_5-700x400.jpg";s:5:"width";i:700;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:17:"slide_5-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(13103, 5080, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(13073, 5079, 'pyre_page_title_bar_bg_color', ''),
|
||
(13074, 5079, 'pyre_page_title_bg_parallax', 'default'),
|
||
(14411, 5079, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(13076, 5080, '_alp_processed', '1394037500'),
|
||
(13077, 5080, '_icl_lang_duplicate_of', '4948'),
|
||
(14369, 5080, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(13079, 5080, 'slide_template', ''),
|
||
(13080, 5080, 'pyre_video', ''),
|
||
(13081, 5080, 'pyre_full_width', 'no'),
|
||
(13082, 5080, 'pyre_sidebar_position', 'default'),
|
||
(13083, 5080, 'pyre_fimg_width', ''),
|
||
(13084, 5080, 'pyre_fimg_height', ''),
|
||
(13085, 5080, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(13086, 5080, 'pyre_link_icon_url', ''),
|
||
(13087, 5080, 'pyre_related_posts', 'yes'),
|
||
(13088, 5080, 'pyre_slider_type', 'no'),
|
||
(13089, 5080, 'pyre_slider', '0'),
|
||
(13090, 5080, 'pyre_wooslider', '0'),
|
||
(13091, 5080, 'pyre_flexslider', '0'),
|
||
(13092, 5080, 'pyre_revslider', '0'),
|
||
(13093, 5080, 'pyre_elasticslider', '0'),
|
||
(13094, 5080, 'pyre_fallback', ''),
|
||
(13095, 5080, 'pyre_page_bg_layout', 'default'),
|
||
(13096, 5080, 'pyre_page_bg', ''),
|
||
(13097, 5080, 'pyre_page_bg_color', ''),
|
||
(13098, 5080, 'pyre_page_bg_full', 'no'),
|
||
(13099, 5080, 'pyre_page_bg_repeat', 'repeat'),
|
||
(13100, 5080, 'pyre_wide_page_bg', ''),
|
||
(13101, 5080, 'pyre_wide_page_bg_color', ''),
|
||
(13102, 5080, 'pyre_wide_page_bg_full', 'no'),
|
||
(7886, 4602, '_wp_attached_file', 'revslider/Avada_Page_Slider/slide_1.jpg'),
|
||
(7887, 4602, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:940;s:6:"height";i:434;s:14:"hwstring_small";s:23:"height=''59'' width=''128''";s:4:"file";s:39:"revslider/Avada_Page_Slider/slide_1.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"slide_1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"slide_1-300x138.jpg";s:5:"width";i:300;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:19:"slide_1-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:19:"slide_1-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:19:"slide_1-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:19:"slide_1-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:17:"slide_1-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:19:"slide_1-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:19:"slide_1-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:19:"slide_1-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:19:"slide_1-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:19:"slide_1-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:19:"slide_1-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:19:"slide_1-700x434.jpg";s:5:"width";i:700;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:17:"slide_1-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(7888, 4603, '_wp_attached_file', 'revslider/Avada_Page_Slider/slide_2.jpg'),
|
||
(7889, 4603, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:940;s:6:"height";i:434;s:14:"hwstring_small";s:23:"height=''59'' width=''128''";s:4:"file";s:39:"revslider/Avada_Page_Slider/slide_2.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"slide_2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"slide_2-300x138.jpg";s:5:"width";i:300;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:19:"slide_2-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:19:"slide_2-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:19:"slide_2-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:19:"slide_2-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:17:"slide_2-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:19:"slide_2-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:19:"slide_2-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:19:"slide_2-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:19:"slide_2-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:19:"slide_2-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:19:"slide_2-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:19:"slide_2-700x434.jpg";s:5:"width";i:700;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:17:"slide_2-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:34:"© Luke Beck - ALL RIGHTS RESERVED";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(7890, 4604, '_wp_attached_file', 'revslider/Avada_Small_Slider/slide_4.jpg'),
|
||
(7891, 4604, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:940;s:6:"height";i:450;s:14:"hwstring_small";s:23:"height=''61'' width=''128''";s:4:"file";s:40:"revslider/Avada_Small_Slider/slide_4.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"slide_4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"slide_4-300x143.jpg";s:5:"width";i:300;s:6:"height";i:143;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:19:"slide_4-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:19:"slide_4-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:19:"slide_4-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:19:"slide_4-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:17:"slide_4-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:19:"slide_4-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:19:"slide_4-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:19:"slide_4-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:19:"slide_4-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:19:"slide_4-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:19:"slide_4-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:19:"slide_4-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:17:"slide_4-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(13154, 5084, '_menu_item_xfn', ''),
|
||
(13104, 5080, 'pyre_header_bg', ''),
|
||
(13105, 5080, 'pyre_header_bg_color', ''),
|
||
(13106, 5080, 'pyre_header_bg_full', 'no'),
|
||
(13107, 5080, 'pyre_header_bg_repeat', 'repeat'),
|
||
(13108, 5080, 'pyre_page_title', 'yes'),
|
||
(13109, 5080, 'pyre_page_title_text', 'yes'),
|
||
(13110, 5080, 'pyre_page_title_custom_text', ''),
|
||
(13111, 5080, 'pyre_page_title_custom_subheader', ''),
|
||
(13112, 5080, 'pyre_page_title_height', ''),
|
||
(13113, 5080, 'pyre_page_title_bar_bg', ''),
|
||
(13114, 5080, 'pyre_page_title_bar_bg_retina', ''),
|
||
(13115, 5080, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(13116, 5080, 'pyre_page_title_bar_bg_color', ''),
|
||
(13117, 5080, 'pyre_page_title_bg_parallax', 'default'),
|
||
(14370, 5080, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(13119, 5080, '_thumbnail_id', '4919'),
|
||
(13120, 5080, 'kd_featured-image-2_drg_horse_id', '4924'),
|
||
(13121, 5080, 'kd_featured-image-3_drg_horse_id', '4923'),
|
||
(13122, 5080, 'kd_featured-image-4_drg_horse_id', '4925'),
|
||
(13123, 5080, 'kd_featured-image-5_drg_horse_id', '4920'),
|
||
(13124, 5081, '_menu_item_type', 'taxonomy'),
|
||
(13125, 5081, '_menu_item_menu_item_parent', '0'),
|
||
(13126, 5081, '_menu_item_object_id', '52'),
|
||
(13127, 5081, '_menu_item_object', 'horse_breeds'),
|
||
(13128, 5081, '_menu_item_target', ''),
|
||
(13129, 5081, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(13130, 5081, '_menu_item_xfn', ''),
|
||
(13131, 5081, '_menu_item_url', ''),
|
||
(13132, 5082, '_menu_item_type', 'taxonomy'),
|
||
(13133, 5082, '_menu_item_menu_item_parent', '0'),
|
||
(13134, 5082, '_menu_item_object_id', '53'),
|
||
(13135, 5082, '_menu_item_object', 'horse_breeds'),
|
||
(13136, 5082, '_menu_item_target', ''),
|
||
(13137, 5082, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(13138, 5082, '_menu_item_xfn', ''),
|
||
(13139, 5082, '_menu_item_url', ''),
|
||
(13140, 5083, '_menu_item_type', 'taxonomy'),
|
||
(13141, 5083, '_menu_item_menu_item_parent', '0'),
|
||
(13142, 5083, '_menu_item_object_id', '54'),
|
||
(13143, 5083, '_menu_item_object', 'horse_breeds'),
|
||
(13144, 5083, '_menu_item_target', ''),
|
||
(13145, 5083, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(13146, 5083, '_menu_item_xfn', ''),
|
||
(13147, 5083, '_menu_item_url', ''),
|
||
(13148, 5084, '_menu_item_type', 'taxonomy'),
|
||
(13149, 5084, '_menu_item_menu_item_parent', '0'),
|
||
(13150, 5084, '_menu_item_object_id', '55'),
|
||
(13151, 5084, '_menu_item_object', 'horse_breeds'),
|
||
(13152, 5084, '_menu_item_target', ''),
|
||
(13153, 5084, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(8011, 4618, '_wp_attached_file', '2014/02/Logo-RR.png'),
|
||
(8012, 4618, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:200;s:6:"height";i:35;s:14:"hwstring_small";s:23:"height=''22'' width=''128''";s:4:"file";s:19:"2014/02/Logo-RR.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"Logo-RR-150x35.png";s:5:"width";i:150;s:6:"height";i:35;s:9:"mime-type";s:9:"image/png";}s:20:"related-img-vertical";a:4:{s:4:"file";s:18:"Logo-RR-180x35.png";s:5:"width";i:180;s:6:"height";i:35;s:9:"mime-type";s:9:"image/png";}s:8:"tabs-img";a:4:{s:4:"file";s:17:"Logo-RR-52x35.png";s:5:"width";i:52;s:6:"height";i:35;s:9:"mime-type";s:9:"image/png";}s:11:"related-img";a:4:{s:4:"file";s:18:"Logo-RR-180x35.png";s:5:"width";i:180;s:6:"height";i:35;s:9:"mime-type";s:9:"image/png";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:17:"Logo-RR-66x35.png";s:5:"width";i:66;s:6:"height";i:35;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(8013, 4619, '_wp_attached_file', '2014/02/Logo-RR@2x.png'),
|
||
(8014, 4619, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:400;s:6:"height";i:69;s:14:"hwstring_small";s:23:"height=''22'' width=''128''";s:4:"file";s:22:"2014/02/Logo-RR@2x.png";s:5:"sizes";a:10:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"Logo-RR@2x-150x69.png";s:5:"width";i:150;s:6:"height";i:69;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:21:"Logo-RR@2x-300x51.png";s:5:"width";i:300;s:6:"height";i:51;s:9:"mime-type";s:9:"image/png";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:21:"Logo-RR@2x-300x69.png";s:5:"width";i:300;s:6:"height";i:69;s:9:"mime-type";s:9:"image/png";}s:20:"related-img-vertical";a:4:{s:4:"file";s:21:"Logo-RR@2x-180x69.png";s:5:"width";i:180;s:6:"height";i:69;s:9:"mime-type";s:9:"image/png";}s:11:"blog-medium";a:4:{s:4:"file";s:21:"Logo-RR@2x-320x69.png";s:5:"width";i:320;s:6:"height";i:69;s:9:"mime-type";s:9:"image/png";}s:8:"tabs-img";a:4:{s:4:"file";s:20:"Logo-RR@2x-52x50.png";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"related-img";a:4:{s:4:"file";s:21:"Logo-RR@2x-180x69.png";s:5:"width";i:180;s:6:"height";i:69;s:9:"mime-type";s:9:"image/png";}s:15:"portfolio-three";a:4:{s:4:"file";s:21:"Logo-RR@2x-300x69.png";s:5:"width";i:300;s:6:"height";i:69;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-four";a:4:{s:4:"file";s:21:"Logo-RR@2x-220x69.png";s:5:"width";i:220;s:6:"height";i:69;s:9:"mime-type";s:9:"image/png";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:20:"Logo-RR@2x-66x66.png";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(7906, 3610, '_edit_lock', '1392909290:1'),
|
||
(7907, 2398, '_edit_lock', '1391037511:1'),
|
||
(7908, 4612, '_wp_attached_file', '2014/01/cropped-header-01.jpg'),
|
||
(7909, 4612, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1600;s:6:"height";i:500;s:14:"hwstring_small";s:23:"height=''40'' width=''128''";s:4:"file";s:29:"2014/01/cropped-header-01.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"cropped-header-01-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"cropped-header-01-300x93.jpg";s:5:"width";i:300;s:6:"height";i:93;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"cropped-header-01-1024x320.jpg";s:5:"width";i:1024;s:6:"height";i:320;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:29:"cropped-header-01-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:29:"cropped-header-01-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:29:"cropped-header-01-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:29:"cropped-header-01-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:27:"cropped-header-01-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:29:"cropped-header-01-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:29:"cropped-header-01-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:29:"cropped-header-01-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:29:"cropped-header-01-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:29:"cropped-header-01-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:29:"cropped-header-01-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:29:"cropped-header-01-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:27:"cropped-header-01-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(7910, 2398, '_edit_last', '1'),
|
||
(7914, 2398, 'pyre_main_top_padding', ''),
|
||
(7915, 2398, 'pyre_main_bottom_padding', ''),
|
||
(7916, 2398, 'pyre_hundredp_padding', ''),
|
||
(7917, 2398, 'pyre_page_title_custom_text', ''),
|
||
(7918, 2398, 'pyre_page_title_custom_subheader', ''),
|
||
(7919, 2398, 'pyre_page_title_height', ''),
|
||
(7920, 2398, 'pyre_page_title_bg_parallax', 'default'),
|
||
(7955, 3813, '_edit_lock', '1391773535:1'),
|
||
(7956, 3813, 'slide_template', ''),
|
||
(7957, 3813, 'pyre_main_top_padding', ''),
|
||
(7958, 3813, 'pyre_main_bottom_padding', ''),
|
||
(7959, 3813, 'pyre_hundredp_padding', ''),
|
||
(7960, 3813, 'pyre_page_title_custom_text', ''),
|
||
(7961, 3813, 'pyre_page_title_custom_subheader', ''),
|
||
(7962, 3813, 'pyre_page_title_height', ''),
|
||
(7963, 3813, 'pyre_page_title_bg_parallax', 'default'),
|
||
(8006, 3743, '_edit_lock', '1391037474:1'),
|
||
(8042, 4578, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8043, 4578, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8044, 4578, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8045, 4472, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8046, 4472, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8047, 4472, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8048, 4581, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8049, 4581, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8050, 4581, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8051, 4580, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8052, 4580, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8053, 4580, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8054, 4473, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8055, 4473, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8056, 4473, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8057, 4594, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8058, 4594, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8059, 4594, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8060, 4593, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8061, 4593, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8062, 4593, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8063, 4592, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8064, 4592, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8065, 4592, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8066, 4487, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8067, 4487, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8068, 4487, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8069, 4477, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8070, 4477, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8071, 4477, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8072, 4478, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8073, 4478, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8074, 4478, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8075, 4492, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8076, 4492, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8077, 4492, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8078, 4493, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8079, 4493, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8080, 4493, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8081, 4494, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8082, 4494, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8083, 4494, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8084, 4495, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8085, 4495, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8086, 4495, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8087, 4497, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8088, 4497, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8089, 4497, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8090, 4499, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8091, 4499, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8092, 4499, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8093, 4506, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8094, 4506, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8095, 4506, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8096, 4510, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8097, 4510, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8098, 4510, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8099, 4509, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8100, 4509, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8101, 4509, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8102, 4519, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8103, 4519, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8104, 4519, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8105, 4518, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8106, 4518, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8107, 4518, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8108, 4517, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8109, 4517, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8110, 4517, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8111, 4544, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8112, 4544, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8113, 4544, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8114, 4543, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8115, 4543, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8116, 4543, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(11597, 4971, 'pyre_page_title', 'yes'),
|
||
(11596, 4971, 'pyre_header_bg_repeat', 'repeat'),
|
||
(11589, 4971, 'pyre_wide_page_bg', ''),
|
||
(11590, 4971, 'pyre_wide_page_bg_color', ''),
|
||
(11591, 4971, 'pyre_wide_page_bg_full', 'no'),
|
||
(11592, 4971, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(11593, 4971, 'pyre_header_bg', ''),
|
||
(11594, 4971, 'pyre_header_bg_color', ''),
|
||
(11595, 4971, 'pyre_header_bg_full', 'no'),
|
||
(11542, 4970, 'pyre_header_bg', ''),
|
||
(11356, 4964, '_menu_item_target', ''),
|
||
(11357, 4964, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(11358, 4964, '_menu_item_xfn', ''),
|
||
(11359, 4964, '_menu_item_url', ''),
|
||
(11360, 4964, '_menu_item_orphaned', '1393404665'),
|
||
(11364, 4965, '_menu_item_object', 'page'),
|
||
(11365, 4965, '_menu_item_target', ''),
|
||
(11366, 4965, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(11367, 4965, '_menu_item_xfn', ''),
|
||
(11368, 4965, '_menu_item_url', ''),
|
||
(11400, 4965, '_menu_item_fusion_megamenu_columns', 'auto'),
|
||
(11370, 4966, '_menu_item_type', 'post_type'),
|
||
(11371, 4966, '_menu_item_menu_item_parent', '0'),
|
||
(11372, 4966, '_menu_item_object_id', '4897'),
|
||
(11373, 4966, '_menu_item_object', 'page'),
|
||
(11374, 4966, '_menu_item_target', ''),
|
||
(11375, 4966, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(11376, 4966, '_menu_item_xfn', ''),
|
||
(11377, 4966, '_menu_item_url', ''),
|
||
(11397, 4966, '_menu_item_fusion_megamenu_columns', 'auto'),
|
||
(11379, 4967, '_menu_item_type', 'post_type'),
|
||
(11380, 4967, '_menu_item_menu_item_parent', '0'),
|
||
(11381, 4967, '_menu_item_object_id', '4824'),
|
||
(11382, 4967, '_menu_item_object', 'page'),
|
||
(11383, 4967, '_menu_item_target', ''),
|
||
(11384, 4967, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(11385, 4967, '_menu_item_xfn', ''),
|
||
(11386, 4967, '_menu_item_url', ''),
|
||
(11403, 4967, '_menu_item_fusion_megamenu_columns', 'auto'),
|
||
(11388, 4968, '_menu_item_type', 'post_type'),
|
||
(11389, 4968, '_menu_item_menu_item_parent', '0'),
|
||
(11390, 4968, '_menu_item_object_id', '4705'),
|
||
(11391, 4968, '_menu_item_object', 'page'),
|
||
(11392, 4968, '_menu_item_target', ''),
|
||
(11393, 4968, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(11394, 4968, '_menu_item_xfn', ''),
|
||
(11395, 4968, '_menu_item_url', ''),
|
||
(11396, 4968, '_menu_item_orphaned', '1393405136'),
|
||
(11398, 4966, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(11399, 4966, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(11401, 4965, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(11402, 4965, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(11404, 4967, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(11405, 4967, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(11539, 4970, 'pyre_wide_page_bg_color', ''),
|
||
(11540, 4970, 'pyre_wide_page_bg_full', 'no'),
|
||
(11541, 4970, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(11346, 4963, '_menu_item_object', 'horse_breeds'),
|
||
(11345, 4963, '_menu_item_object_id', '37'),
|
||
(11341, 4962, '_menu_item_url', ''),
|
||
(11342, 4962, '_menu_item_orphaned', '1393404665'),
|
||
(11343, 4963, '_menu_item_type', 'taxonomy'),
|
||
(11344, 4963, '_menu_item_menu_item_parent', '0'),
|
||
(11323, 4960, '_menu_item_url', ''),
|
||
(11322, 4960, '_menu_item_xfn', ''),
|
||
(11314, 4959, '_menu_item_url', '#'),
|
||
(11313, 4959, '_menu_item_xfn', ''),
|
||
(11310, 4959, '_menu_item_object', 'custom'),
|
||
(11311, 4959, '_menu_item_target', ''),
|
||
(11312, 4959, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(8201, 4467, '_menu_item_fusion_megamenu_columns', 'auto'),
|
||
(8202, 4467, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8203, 4467, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8204, 4586, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8205, 4586, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8206, 4586, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8207, 4568, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8208, 4568, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8209, 4568, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8210, 4567, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8211, 4567, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8212, 4567, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8213, 4566, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8214, 4566, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8215, 4566, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8216, 4565, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8217, 4565, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8218, 4565, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8219, 4576, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8220, 4576, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8221, 4576, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8222, 4575, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8223, 4575, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8224, 4575, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8225, 4574, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8226, 4574, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8227, 4574, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8228, 4573, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8229, 4573, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8230, 4573, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8231, 4587, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8232, 4587, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8233, 4587, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(10241, 4869, 'pyre_fimg_height', 'auto'),
|
||
(10240, 4869, 'pyre_fimg_width', 'auto'),
|
||
(10215, 1, 'avada_post_views_count', '24'),
|
||
(10222, 4869, '_edit_last', '1'),
|
||
(10223, 4869, '_edit_lock', '1393346570:1'),
|
||
(11050, 4869, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(11049, 4869, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(10226, 4869, 'slide_template', ''),
|
||
(10227, 4869, 'pyre_width', 'full'),
|
||
(10228, 4869, 'pyre_portfolio_width_100', 'no'),
|
||
(10229, 4869, 'pyre_sidebar', 'no'),
|
||
(10230, 4869, 'pyre_sidebar_position', 'default'),
|
||
(10231, 4869, 'pyre_project_desc_title', 'yes'),
|
||
(10232, 4869, 'pyre_project_details', 'yes'),
|
||
(10233, 4869, 'pyre_show_first_featured_image', 'no'),
|
||
(10234, 4869, 'pyre_video', ''),
|
||
(10235, 4869, 'pyre_video_url', ''),
|
||
(10236, 4869, 'pyre_project_url', ''),
|
||
(10237, 4869, 'pyre_project_url_text', ''),
|
||
(10238, 4869, 'pyre_copy_url', ''),
|
||
(10239, 4869, 'pyre_copy_url_text', ''),
|
||
(8258, 4552, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8259, 4552, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8260, 4552, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8261, 4555, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8262, 4555, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8263, 4555, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8264, 4551, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8265, 4551, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8266, 4551, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8267, 4549, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8268, 4549, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8269, 4549, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8270, 4550, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8271, 4550, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8272, 4550, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8273, 4556, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8274, 4556, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8275, 4556, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8276, 4557, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8277, 4557, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8278, 4557, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8279, 4461, '_menu_item_fusion_megamenu_columns', 'auto'),
|
||
(8280, 4461, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8281, 4461, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8282, 4511, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8283, 4511, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8284, 4511, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8285, 4577, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8286, 4577, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8287, 4577, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8288, 4479, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8289, 4479, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8290, 4479, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8291, 4512, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8292, 4512, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8293, 4512, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8294, 4462, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8295, 4462, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8296, 4462, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8297, 4466, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8298, 4466, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8299, 4466, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8300, 4564, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8301, 4564, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8302, 4564, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8303, 4563, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8304, 4563, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8305, 4563, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8306, 4562, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8307, 4562, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8308, 4562, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8309, 4561, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8310, 4561, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8311, 4561, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8312, 4560, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8313, 4560, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8314, 4560, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8315, 4559, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8316, 4559, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8317, 4559, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8318, 4558, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8319, 4558, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8320, 4558, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8321, 4532, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8322, 4532, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8323, 4532, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8324, 4533, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8325, 4533, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8326, 4533, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8327, 4539, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8328, 4539, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8329, 4539, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8330, 4540, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8331, 4540, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8332, 4540, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8333, 4541, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8334, 4541, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8335, 4541, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8336, 4531, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8337, 4531, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8338, 4531, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8339, 4530, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8340, 4530, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8341, 4530, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8342, 4529, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8343, 4529, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8344, 4529, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8345, 4528, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8346, 4528, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8347, 4528, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8348, 4527, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8349, 4527, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8350, 4527, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8351, 4526, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8352, 4526, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8353, 4526, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8354, 4525, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8355, 4525, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8356, 4525, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8357, 4542, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8358, 4542, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8359, 4542, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8360, 4524, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8361, 4524, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8362, 4524, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8363, 4523, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8364, 4523, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8365, 4523, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8366, 4522, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8367, 4522, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8368, 4522, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8369, 4538, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8370, 4538, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8371, 4538, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8372, 4537, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8373, 4537, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8374, 4537, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8375, 4536, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8376, 4536, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8377, 4536, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8378, 4535, '_menu_item_fusion_megamenu_columns', ''),
|
||
(8379, 4535, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8380, 4535, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(11332, 4961, '_menu_item_url', ''),
|
||
(11331, 4961, '_menu_item_xfn', ''),
|
||
(11330, 4961, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(8387, 4621, '_wp_attached_file', '2014/01/page_title_bg.png'),
|
||
(8389, 4622, '_wp_attached_file', '2014/01/page_title_bg@2x.png'),
|
||
(8390, 4622, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2800;s:6:"height";i:174;s:14:"hwstring_small";s:22:"height=''7'' width=''128''";s:4:"file";s:28:"2014/01/page_title_bg@2x.png";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"page_title_bg@2x-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:27:"page_title_bg@2x-300x18.png";s:5:"width";i:300;s:6:"height";i:18;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:28:"page_title_bg@2x-1024x63.png";s:5:"width";i:1024;s:6:"height";i:63;s:9:"mime-type";s:9:"image/png";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:28:"page_title_bg@2x-300x174.png";s:5:"width";i:300;s:6:"height";i:174;s:9:"mime-type";s:9:"image/png";}s:20:"related-img-vertical";a:4:{s:4:"file";s:28:"page_title_bg@2x-180x174.png";s:5:"width";i:180;s:6:"height";i:174;s:9:"mime-type";s:9:"image/png";}s:10:"blog-large";a:4:{s:4:"file";s:28:"page_title_bg@2x-669x174.png";s:5:"width";i:669;s:6:"height";i:174;s:9:"mime-type";s:9:"image/png";}s:11:"blog-medium";a:4:{s:4:"file";s:28:"page_title_bg@2x-320x174.png";s:5:"width";i:320;s:6:"height";i:174;s:9:"mime-type";s:9:"image/png";}s:8:"tabs-img";a:4:{s:4:"file";s:26:"page_title_bg@2x-52x50.png";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"related-img";a:4:{s:4:"file";s:28:"page_title_bg@2x-180x138.png";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:9:"image/png";}s:13:"portfolio-one";a:4:{s:4:"file";s:28:"page_title_bg@2x-540x174.png";s:5:"width";i:540;s:6:"height";i:174;s:9:"mime-type";s:9:"image/png";}s:13:"portfolio-two";a:4:{s:4:"file";s:28:"page_title_bg@2x-460x174.png";s:5:"width";i:460;s:6:"height";i:174;s:9:"mime-type";s:9:"image/png";}s:15:"portfolio-three";a:4:{s:4:"file";s:28:"page_title_bg@2x-300x174.png";s:5:"width";i:300;s:6:"height";i:174;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-four";a:4:{s:4:"file";s:28:"page_title_bg@2x-220x161.png";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-full";a:4:{s:4:"file";s:28:"page_title_bg@2x-940x174.png";s:5:"width";i:940;s:6:"height";i:174;s:9:"mime-type";s:9:"image/png";}s:12:"recent-posts";a:4:{s:4:"file";s:28:"page_title_bg@2x-700x174.png";s:5:"width";i:700;s:6:"height";i:174;s:9:"mime-type";s:9:"image/png";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:26:"page_title_bg@2x-66x66.png";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(8391, 4623, '_edit_last', '1'),
|
||
(8392, 4623, '_edit_lock', '1393588243:1'),
|
||
(8393, 4623, '_wp_page_template', '100-width.php'),
|
||
(12741, 4623, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(12740, 4623, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(8396, 4623, 'slide_template', ''),
|
||
(8397, 4623, 'pyre_slider_type', 'no'),
|
||
(8398, 4623, 'pyre_slider', '0'),
|
||
(8399, 4623, 'pyre_wooslider', '0'),
|
||
(8400, 4623, 'pyre_flexslider', '0'),
|
||
(8401, 4623, 'pyre_revslider', '0'),
|
||
(8402, 4623, 'pyre_elasticslider', '0'),
|
||
(8403, 4623, 'pyre_fallback', ''),
|
||
(8404, 4623, 'pyre_full_width', 'yes'),
|
||
(8405, 4623, 'pyre_sidebar_position', 'default'),
|
||
(8406, 4623, 'pyre_main_top_padding', ''),
|
||
(8407, 4623, 'pyre_main_bottom_padding', ''),
|
||
(8408, 4623, 'pyre_hundredp_padding', ''),
|
||
(8409, 4623, 'pyre_portfolio_excerpt', ''),
|
||
(8410, 4623, 'pyre_portfolio_full_width', 'yes'),
|
||
(8411, 4623, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(8412, 4623, 'pyre_portfolio_filters', 'yes'),
|
||
(8413, 4623, 'pyre_page_bg_layout', 'default'),
|
||
(8414, 4623, 'pyre_page_bg', ''),
|
||
(8415, 4623, 'pyre_page_bg_color', ''),
|
||
(8416, 4623, 'pyre_page_bg_full', 'no'),
|
||
(8417, 4623, 'pyre_page_bg_repeat', 'repeat'),
|
||
(8418, 4623, 'pyre_wide_page_bg', ''),
|
||
(8419, 4623, 'pyre_wide_page_bg_color', ''),
|
||
(8420, 4623, 'pyre_wide_page_bg_full', 'no'),
|
||
(8421, 4623, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(8422, 4623, 'pyre_header_bg', ''),
|
||
(8423, 4623, 'pyre_header_bg_color', ''),
|
||
(8424, 4623, 'pyre_header_bg_full', 'no'),
|
||
(8425, 4623, 'pyre_header_bg_repeat', 'repeat'),
|
||
(8426, 4623, 'pyre_page_title', 'yes'),
|
||
(8427, 4623, 'pyre_page_title_text', 'yes'),
|
||
(8428, 4623, 'pyre_page_title_custom_text', ''),
|
||
(8429, 4623, 'pyre_page_title_custom_subheader', ''),
|
||
(8430, 4623, 'pyre_page_title_height', ''),
|
||
(8431, 4623, 'pyre_page_title_bar_bg', ''),
|
||
(8432, 4623, 'pyre_page_title_bar_bg_retina', ''),
|
||
(8433, 4623, 'pyre_page_title_bar_bg_color', ''),
|
||
(8434, 4623, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(8435, 4623, 'pyre_page_title_bg_parallax', 'default'),
|
||
(8464, 4628, '_wp_attached_file', '2014/02/background_photo.jpg');
|
||
INSERT INTO `drgrp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
|
||
(8465, 4628, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1920;s:6:"height";i:1080;s:14:"hwstring_small";s:23:"height=''72'' width=''128''";s:4:"file";s:28:"2014/02/background_photo.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"background_photo-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"background_photo-300x168.jpg";s:5:"width";i:300;s:6:"height";i:168;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"background_photo-1024x576.jpg";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:28:"background_photo-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:28:"background_photo-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:28:"background_photo-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:28:"background_photo-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:26:"background_photo-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:28:"background_photo-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:28:"background_photo-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:28:"background_photo-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:28:"background_photo-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:28:"background_photo-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:28:"background_photo-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:28:"background_photo-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:26:"background_photo-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(8466, 4628, '_edit_lock', '1391773728:1'),
|
||
(8627, 4655, '_wp_attached_file', '2014/02/background_photo1.jpg'),
|
||
(8628, 4655, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1920;s:6:"height";i:1080;s:14:"hwstring_small";s:23:"height=''72'' width=''128''";s:4:"file";s:29:"2014/02/background_photo1.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"background_photo1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"background_photo1-300x168.jpg";s:5:"width";i:300;s:6:"height";i:168;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"background_photo1-1024x576.jpg";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:29:"background_photo1-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:29:"background_photo1-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:29:"background_photo1-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:29:"background_photo1-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:27:"background_photo1-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:29:"background_photo1-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:29:"background_photo1-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:29:"background_photo1-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:29:"background_photo1-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:29:"background_photo1-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:29:"background_photo1-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:29:"background_photo1-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:27:"background_photo1-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(8629, 4655, '_edit_lock', '1391774791:1'),
|
||
(8654, 69, '_edit_lock', '1391793017:1'),
|
||
(8721, 4671, '_edit_last', '1'),
|
||
(8722, 4671, '_edit_lock', '1393433955:1'),
|
||
(8723, 4671, '_wp_page_template', 'full-width.php'),
|
||
(10221, 4671, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(8726, 4671, 'slide_template', ''),
|
||
(8727, 4671, 'pyre_slider_type', 'no'),
|
||
(8728, 4671, 'pyre_slider', '0'),
|
||
(8729, 4671, 'pyre_wooslider', '0'),
|
||
(8730, 4671, 'pyre_flexslider', '0'),
|
||
(8731, 4671, 'pyre_revslider', '0'),
|
||
(8732, 4671, 'pyre_elasticslider', '0'),
|
||
(8733, 4671, 'pyre_fallback', ''),
|
||
(8734, 4671, 'pyre_full_width', 'no'),
|
||
(8735, 4671, 'pyre_sidebar_position', 'default'),
|
||
(8736, 4671, 'pyre_main_top_padding', ''),
|
||
(8737, 4671, 'pyre_main_bottom_padding', ''),
|
||
(8738, 4671, 'pyre_hundredp_padding', ''),
|
||
(8739, 4671, 'pyre_portfolio_excerpt', ''),
|
||
(8740, 4671, 'pyre_portfolio_full_width', 'yes'),
|
||
(8741, 4671, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(8742, 4671, 'pyre_portfolio_filters', 'yes'),
|
||
(8743, 4671, 'pyre_page_bg_layout', 'default'),
|
||
(8744, 4671, 'pyre_page_bg', ''),
|
||
(8745, 4671, 'pyre_page_bg_color', ''),
|
||
(8746, 4671, 'pyre_page_bg_full', 'no'),
|
||
(8747, 4671, 'pyre_page_bg_repeat', 'repeat'),
|
||
(8748, 4671, 'pyre_wide_page_bg', ''),
|
||
(8749, 4671, 'pyre_wide_page_bg_color', ''),
|
||
(8750, 4671, 'pyre_wide_page_bg_full', 'no'),
|
||
(8751, 4671, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(8752, 4671, 'pyre_header_bg', ''),
|
||
(8753, 4671, 'pyre_header_bg_color', ''),
|
||
(8754, 4671, 'pyre_header_bg_full', 'no'),
|
||
(8755, 4671, 'pyre_header_bg_repeat', 'repeat'),
|
||
(8756, 4671, 'pyre_page_title', 'yes'),
|
||
(8757, 4671, 'pyre_page_title_text', 'yes'),
|
||
(8758, 4671, 'pyre_page_title_custom_text', ''),
|
||
(8759, 4671, 'pyre_page_title_custom_subheader', ''),
|
||
(8760, 4671, 'pyre_page_title_height', ''),
|
||
(8761, 4671, 'pyre_page_title_bar_bg', ''),
|
||
(8762, 4671, 'pyre_page_title_bar_bg_retina', ''),
|
||
(8763, 4671, 'pyre_page_title_bar_bg_color', ''),
|
||
(8764, 4671, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(8765, 4671, 'pyre_page_title_bg_parallax', 'default'),
|
||
(10220, 4671, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(8788, 3731, '_edit_lock', '1391777587:1'),
|
||
(9878, 4671, '_alp_processed', '1392983417'),
|
||
(8833, 3749, '_edit_lock', '1391795703:1'),
|
||
(8858, 4686, '_wp_attached_file', '2014/01/footer.png'),
|
||
(8859, 4686, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:500;s:6:"height";i:998;s:14:"hwstring_small";s:22:"height=''96'' width=''48''";s:4:"file";s:18:"2014/01/footer.png";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"footer-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:18:"footer-150x300.png";s:5:"width";i:150;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:18:"footer-300x421.png";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:9:"image/png";}s:20:"related-img-vertical";a:4:{s:4:"file";s:18:"footer-180x235.png";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:9:"image/png";}s:10:"blog-large";a:4:{s:4:"file";s:18:"footer-500x272.png";s:5:"width";i:500;s:6:"height";i:272;s:9:"mime-type";s:9:"image/png";}s:11:"blog-medium";a:4:{s:4:"file";s:18:"footer-320x202.png";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:9:"image/png";}s:8:"tabs-img";a:4:{s:4:"file";s:16:"footer-52x50.png";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"related-img";a:4:{s:4:"file";s:18:"footer-180x138.png";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:9:"image/png";}s:13:"portfolio-one";a:4:{s:4:"file";s:18:"footer-500x272.png";s:5:"width";i:500;s:6:"height";i:272;s:9:"mime-type";s:9:"image/png";}s:13:"portfolio-two";a:4:{s:4:"file";s:18:"footer-460x295.png";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:9:"image/png";}s:15:"portfolio-three";a:4:{s:4:"file";s:18:"footer-300x214.png";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-four";a:4:{s:4:"file";s:18:"footer-220x161.png";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-full";a:4:{s:4:"file";s:18:"footer-500x400.png";s:5:"width";i:500;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}s:12:"recent-posts";a:4:{s:4:"file";s:18:"footer-500x441.png";s:5:"width";i:500;s:6:"height";i:441;s:9:"mime-type";s:9:"image/png";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:16:"footer-66x66.png";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(8860, 4687, '_wp_attached_file', '2014/02/Logo-RR-footer.png'),
|
||
(8861, 4687, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:156;s:6:"height";i:27;s:14:"hwstring_small";s:23:"height=''22'' width=''128''";s:4:"file";s:26:"2014/02/Logo-RR-footer.png";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"Logo-RR-footer-150x27.png";s:5:"width";i:150;s:6:"height";i:27;s:9:"mime-type";s:9:"image/png";}s:8:"tabs-img";a:4:{s:4:"file";s:24:"Logo-RR-footer-52x27.png";s:5:"width";i:52;s:6:"height";i:27;s:9:"mime-type";s:9:"image/png";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:24:"Logo-RR-footer-66x27.png";s:5:"width";i:66;s:6:"height";i:27;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(8862, 4688, '_wp_attached_file', '2014/02/Logo-RR-footer@2x.png'),
|
||
(8863, 4688, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:312;s:6:"height";i:54;s:14:"hwstring_small";s:23:"height=''22'' width=''128''";s:4:"file";s:29:"2014/02/Logo-RR-footer@2x.png";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"Logo-RR-footer@2x-150x54.png";s:5:"width";i:150;s:6:"height";i:54;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:28:"Logo-RR-footer@2x-300x51.png";s:5:"width";i:300;s:6:"height";i:51;s:9:"mime-type";s:9:"image/png";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:28:"Logo-RR-footer@2x-300x54.png";s:5:"width";i:300;s:6:"height";i:54;s:9:"mime-type";s:9:"image/png";}s:20:"related-img-vertical";a:4:{s:4:"file";s:28:"Logo-RR-footer@2x-180x54.png";s:5:"width";i:180;s:6:"height";i:54;s:9:"mime-type";s:9:"image/png";}s:8:"tabs-img";a:4:{s:4:"file";s:27:"Logo-RR-footer@2x-52x50.png";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"related-img";a:4:{s:4:"file";s:28:"Logo-RR-footer@2x-180x54.png";s:5:"width";i:180;s:6:"height";i:54;s:9:"mime-type";s:9:"image/png";}s:15:"portfolio-three";a:4:{s:4:"file";s:28:"Logo-RR-footer@2x-300x54.png";s:5:"width";i:300;s:6:"height";i:54;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-four";a:4:{s:4:"file";s:28:"Logo-RR-footer@2x-220x54.png";s:5:"width";i:220;s:6:"height";i:54;s:9:"mime-type";s:9:"image/png";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:27:"Logo-RR-footer@2x-66x54.png";s:5:"width";i:66;s:6:"height";i:54;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(8864, 4687, '_edit_lock', '1391793870:1'),
|
||
(8883, 4693, '_menu_item_type', 'post_type'),
|
||
(8884, 4693, '_menu_item_menu_item_parent', '0'),
|
||
(8885, 4693, '_menu_item_object_id', '4671'),
|
||
(8886, 4693, '_menu_item_object', 'page'),
|
||
(8887, 4693, '_menu_item_target', ''),
|
||
(8888, 4693, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(8889, 4693, '_menu_item_xfn', ''),
|
||
(8890, 4693, '_menu_item_url', ''),
|
||
(8963, 4693, '_menu_item_fusion_megamenu_columns', 'auto'),
|
||
(8892, 4694, '_menu_item_type', 'post_type'),
|
||
(8893, 4694, '_menu_item_menu_item_parent', '0'),
|
||
(8894, 4694, '_menu_item_object_id', '4623'),
|
||
(8895, 4694, '_menu_item_object', 'page'),
|
||
(8896, 4694, '_menu_item_target', ''),
|
||
(8897, 4694, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(8898, 4694, '_menu_item_xfn', ''),
|
||
(8899, 4694, '_menu_item_url', ''),
|
||
(8948, 4694, '_menu_item_fusion_megamenu_columns', 'auto'),
|
||
(11538, 4970, 'pyre_wide_page_bg', ''),
|
||
(11537, 4970, 'pyre_page_bg_repeat', 'repeat'),
|
||
(11536, 4970, 'pyre_page_bg_full', 'no'),
|
||
(11535, 4970, 'pyre_page_bg_color', ''),
|
||
(11534, 4970, 'pyre_page_bg', ''),
|
||
(11533, 4970, 'pyre_page_bg_layout', 'default'),
|
||
(11532, 4970, 'pyre_fallback', ''),
|
||
(11528, 4970, 'pyre_wooslider', '0'),
|
||
(11527, 4970, 'pyre_slider', '0'),
|
||
(11526, 4970, 'pyre_slider_type', 'no'),
|
||
(11525, 4970, 'pyre_related_posts', 'yes'),
|
||
(11524, 4970, 'pyre_link_icon_url', ''),
|
||
(11523, 4970, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(8919, 4697, '_menu_item_type', 'custom'),
|
||
(8920, 4697, '_menu_item_menu_item_parent', '0'),
|
||
(8921, 4697, '_menu_item_object_id', '4697'),
|
||
(8922, 4697, '_menu_item_object', 'custom'),
|
||
(8923, 4697, '_menu_item_target', ''),
|
||
(8924, 4697, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(8925, 4697, '_menu_item_xfn', ''),
|
||
(8926, 4697, '_menu_item_url', '#'),
|
||
(8927, 4697, '_menu_item_orphaned', '1392051759'),
|
||
(8928, 4698, '_edit_last', '1'),
|
||
(8929, 4698, '_edit_lock', '1393433427:1'),
|
||
(8930, 4699, '_menu_item_type', 'post_type'),
|
||
(8931, 4699, '_menu_item_menu_item_parent', '0'),
|
||
(8932, 4699, '_menu_item_object_id', '4698'),
|
||
(8933, 4699, '_menu_item_object', 'page'),
|
||
(8934, 4699, '_menu_item_target', ''),
|
||
(8935, 4699, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(8936, 4699, '_menu_item_xfn', ''),
|
||
(8937, 4699, '_menu_item_url', ''),
|
||
(8957, 4699, '_menu_item_fusion_megamenu_columns', 'auto'),
|
||
(11519, 4970, 'pyre_full_width', 'no'),
|
||
(11518, 4970, 'pyre_video', ''),
|
||
(11517, 4970, 'slide_template', ''),
|
||
(11516, 4970, '_edit_lock', '1394037291:1'),
|
||
(11515, 4970, '_edit_last', '1'),
|
||
(11514, 4970, '_alp_processed', '1394037351'),
|
||
(8949, 4694, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8950, 4694, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(11531, 4970, 'pyre_elasticslider', '0'),
|
||
(11530, 4970, 'pyre_revslider', '0'),
|
||
(11529, 4970, 'pyre_flexslider', '0'),
|
||
(11522, 4970, 'pyre_fimg_height', ''),
|
||
(11521, 4970, 'pyre_fimg_width', ''),
|
||
(11520, 4970, 'pyre_sidebar_position', 'default'),
|
||
(8958, 4699, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8959, 4699, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(11512, 4899, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(11503, 4897, 'drg_horse_category', 'a:1:{i:0;s:2:"39";}'),
|
||
(8964, 4693, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(8965, 4693, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(8966, 730, '_edit_lock', '1392114747:1'),
|
||
(8967, 4698, '_wp_page_template', 'default'),
|
||
(11996, 4698, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(11924, 4698, '_alp_processed', '1393433521'),
|
||
(8970, 4698, 'slide_template', ''),
|
||
(8971, 4698, 'pyre_slider_type', 'no'),
|
||
(8972, 4698, 'pyre_slider', '0'),
|
||
(8973, 4698, 'pyre_wooslider', '0'),
|
||
(8974, 4698, 'pyre_flexslider', '0'),
|
||
(8975, 4698, 'pyre_revslider', '0'),
|
||
(8976, 4698, 'pyre_elasticslider', '0'),
|
||
(8977, 4698, 'pyre_fallback', ''),
|
||
(8978, 4698, 'pyre_full_width', 'no'),
|
||
(8979, 4698, 'pyre_sidebar_position', 'default'),
|
||
(8980, 4698, 'pyre_main_top_padding', ''),
|
||
(8981, 4698, 'pyre_main_bottom_padding', ''),
|
||
(8982, 4698, 'pyre_hundredp_padding', ''),
|
||
(8983, 4698, 'pyre_portfolio_excerpt', ''),
|
||
(8984, 4698, 'pyre_portfolio_full_width', 'yes'),
|
||
(8985, 4698, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(8986, 4698, 'pyre_portfolio_filters', 'yes'),
|
||
(8987, 4698, 'pyre_page_bg_layout', 'default'),
|
||
(8988, 4698, 'pyre_page_bg', ''),
|
||
(8989, 4698, 'pyre_page_bg_color', ''),
|
||
(8990, 4698, 'pyre_page_bg_full', 'no'),
|
||
(8991, 4698, 'pyre_page_bg_repeat', 'repeat'),
|
||
(8992, 4698, 'pyre_wide_page_bg', ''),
|
||
(8993, 4698, 'pyre_wide_page_bg_color', ''),
|
||
(8994, 4698, 'pyre_wide_page_bg_full', 'no'),
|
||
(8995, 4698, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(8996, 4698, 'pyre_header_bg', ''),
|
||
(8997, 4698, 'pyre_header_bg_color', ''),
|
||
(8998, 4698, 'pyre_header_bg_full', 'no'),
|
||
(8999, 4698, 'pyre_header_bg_repeat', 'repeat'),
|
||
(9000, 4698, 'pyre_page_title', 'yes'),
|
||
(9001, 4698, 'pyre_page_title_text', 'yes'),
|
||
(9002, 4698, 'pyre_page_title_custom_text', ''),
|
||
(9003, 4698, 'pyre_page_title_custom_subheader', ''),
|
||
(9004, 4698, 'pyre_page_title_height', ''),
|
||
(9005, 4698, 'pyre_page_title_bar_bg', ''),
|
||
(9006, 4698, 'pyre_page_title_bar_bg_retina', ''),
|
||
(9007, 4698, 'pyre_page_title_bar_bg_color', ''),
|
||
(9008, 4698, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(9009, 4698, 'pyre_page_title_bg_parallax', 'default'),
|
||
(11997, 4698, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:12:"Blog Sidebar";}'),
|
||
(9018, 33, '_edit_lock', '1392652078:1'),
|
||
(9019, 33, '_edit_last', '1'),
|
||
(9023, 33, 'pyre_main_top_padding', ''),
|
||
(9024, 33, 'pyre_main_bottom_padding', ''),
|
||
(9025, 33, 'pyre_hundredp_padding', ''),
|
||
(9026, 33, 'pyre_page_title_custom_text', ''),
|
||
(9027, 33, 'pyre_page_title_custom_subheader', ''),
|
||
(9028, 33, 'pyre_page_title_height', ''),
|
||
(9029, 33, 'pyre_page_title_bg_parallax', 'default'),
|
||
(9034, 35, '_edit_lock', '1392812309:1'),
|
||
(9035, 4705, '_edit_last', '1'),
|
||
(9036, 4705, '_edit_lock', '1393855463:1'),
|
||
(9037, 4705, '_wp_page_template', '100-width.php'),
|
||
(13947, 4705, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(13946, 4705, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(9040, 4705, 'slide_template', ''),
|
||
(9041, 4705, 'pyre_slider_type', 'layer'),
|
||
(9042, 4705, 'pyre_slider', '3'),
|
||
(9043, 4705, 'pyre_wooslider', '0'),
|
||
(9044, 4705, 'pyre_flexslider', '0'),
|
||
(9045, 4705, 'pyre_revslider', '0'),
|
||
(9046, 4705, 'pyre_elasticslider', '0'),
|
||
(9047, 4705, 'pyre_fallback', ''),
|
||
(9048, 4705, 'pyre_full_width', 'no'),
|
||
(9049, 4705, 'pyre_sidebar_position', 'default'),
|
||
(9050, 4705, 'pyre_main_top_padding', ''),
|
||
(9051, 4705, 'pyre_main_bottom_padding', ''),
|
||
(9052, 4705, 'pyre_hundredp_padding', ''),
|
||
(9053, 4705, 'pyre_portfolio_excerpt', ''),
|
||
(9054, 4705, 'pyre_portfolio_full_width', 'yes'),
|
||
(9055, 4705, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(9056, 4705, 'pyre_portfolio_filters', 'yes'),
|
||
(9057, 4705, 'pyre_page_bg_layout', 'default'),
|
||
(9058, 4705, 'pyre_page_bg', ''),
|
||
(9059, 4705, 'pyre_page_bg_color', ''),
|
||
(9060, 4705, 'pyre_page_bg_full', 'no'),
|
||
(9061, 4705, 'pyre_page_bg_repeat', 'repeat'),
|
||
(9062, 4705, 'pyre_wide_page_bg', ''),
|
||
(9063, 4705, 'pyre_wide_page_bg_color', ''),
|
||
(9064, 4705, 'pyre_wide_page_bg_full', 'no'),
|
||
(9065, 4705, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(9066, 4705, 'pyre_header_bg', ''),
|
||
(9067, 4705, 'pyre_header_bg_color', ''),
|
||
(9068, 4705, 'pyre_header_bg_full', 'no'),
|
||
(9069, 4705, 'pyre_header_bg_repeat', 'repeat'),
|
||
(9070, 4705, 'pyre_page_title', 'no'),
|
||
(9071, 4705, 'pyre_page_title_text', 'no'),
|
||
(9072, 4705, 'pyre_page_title_custom_text', ''),
|
||
(9073, 4705, 'pyre_page_title_custom_subheader', ''),
|
||
(9074, 4705, 'pyre_page_title_height', ''),
|
||
(9075, 4705, 'pyre_page_title_bar_bg', ''),
|
||
(9076, 4705, 'pyre_page_title_bar_bg_retina', ''),
|
||
(9077, 4705, 'pyre_page_title_bar_bg_color', ''),
|
||
(9078, 4705, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(9079, 4705, 'pyre_page_title_bg_parallax', 'default'),
|
||
(9082, 4705, '_wpml_media_duplicate', '1'),
|
||
(9083, 4705, '_wpml_media_featured', '1'),
|
||
(9086, 4705, '_alp_processed', '1393855094'),
|
||
(9466, 3678, '_edit_lock', '1392909085:1'),
|
||
(9165, 4715, '_wp_attached_file', '2014/02/horse-03-1024x654.jpg'),
|
||
(9166, 4715, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1024;s:6:"height";i:654;s:14:"hwstring_small";s:23:"height=''81'' width=''128''";s:4:"file";s:29:"2014/02/horse-03-1024x654.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"horse-03-1024x654-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"horse-03-1024x654-300x191.jpg";s:5:"width";i:300;s:6:"height";i:191;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:29:"horse-03-1024x654-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:29:"horse-03-1024x654-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:29:"horse-03-1024x654-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:29:"horse-03-1024x654-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:27:"horse-03-1024x654-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:29:"horse-03-1024x654-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:29:"horse-03-1024x654-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:29:"horse-03-1024x654-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:29:"horse-03-1024x654-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:29:"horse-03-1024x654-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:29:"horse-03-1024x654-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:29:"horse-03-1024x654-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:27:"horse-03-1024x654-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(9167, 4716, '_wp_attached_file', '2014/02/horse-011-1024x654.jpg'),
|
||
(9129, 4708, '_wp_attached_file', '2014/02/texto-banner-portada1.png'),
|
||
(9130, 4708, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2600;s:6:"height";i:158;s:14:"hwstring_small";s:22:"height=''7'' width=''128''";s:4:"file";s:33:"2014/02/texto-banner-portada1.png";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"texto-banner-portada1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:32:"texto-banner-portada1-300x18.png";s:5:"width";i:300;s:6:"height";i:18;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:33:"texto-banner-portada1-1024x62.png";s:5:"width";i:1024;s:6:"height";i:62;s:9:"mime-type";s:9:"image/png";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:33:"texto-banner-portada1-300x158.png";s:5:"width";i:300;s:6:"height";i:158;s:9:"mime-type";s:9:"image/png";}s:20:"related-img-vertical";a:4:{s:4:"file";s:33:"texto-banner-portada1-180x158.png";s:5:"width";i:180;s:6:"height";i:158;s:9:"mime-type";s:9:"image/png";}s:10:"blog-large";a:4:{s:4:"file";s:33:"texto-banner-portada1-669x158.png";s:5:"width";i:669;s:6:"height";i:158;s:9:"mime-type";s:9:"image/png";}s:11:"blog-medium";a:4:{s:4:"file";s:33:"texto-banner-portada1-320x158.png";s:5:"width";i:320;s:6:"height";i:158;s:9:"mime-type";s:9:"image/png";}s:8:"tabs-img";a:4:{s:4:"file";s:31:"texto-banner-portada1-52x50.png";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:11:"related-img";a:4:{s:4:"file";s:33:"texto-banner-portada1-180x138.png";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:9:"image/png";}s:13:"portfolio-one";a:4:{s:4:"file";s:33:"texto-banner-portada1-540x158.png";s:5:"width";i:540;s:6:"height";i:158;s:9:"mime-type";s:9:"image/png";}s:13:"portfolio-two";a:4:{s:4:"file";s:33:"texto-banner-portada1-460x158.png";s:5:"width";i:460;s:6:"height";i:158;s:9:"mime-type";s:9:"image/png";}s:15:"portfolio-three";a:4:{s:4:"file";s:33:"texto-banner-portada1-300x158.png";s:5:"width";i:300;s:6:"height";i:158;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-four";a:4:{s:4:"file";s:33:"texto-banner-portada1-220x158.png";s:5:"width";i:220;s:6:"height";i:158;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-full";a:4:{s:4:"file";s:33:"texto-banner-portada1-940x158.png";s:5:"width";i:940;s:6:"height";i:158;s:9:"mime-type";s:9:"image/png";}s:12:"recent-posts";a:4:{s:4:"file";s:33:"texto-banner-portada1-700x158.png";s:5:"width";i:700;s:6:"height";i:158;s:9:"mime-type";s:9:"image/png";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:31:"texto-banner-portada1-66x66.png";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(9168, 4716, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1024;s:6:"height";i:654;s:14:"hwstring_small";s:23:"height=''81'' width=''128''";s:4:"file";s:30:"2014/02/horse-011-1024x654.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"horse-011-1024x654-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:30:"horse-011-1024x654-300x191.jpg";s:5:"width";i:300;s:6:"height";i:191;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:30:"horse-011-1024x654-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:30:"horse-011-1024x654-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:30:"horse-011-1024x654-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:30:"horse-011-1024x654-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:28:"horse-011-1024x654-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:30:"horse-011-1024x654-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:30:"horse-011-1024x654-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:30:"horse-011-1024x654-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:30:"horse-011-1024x654-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:30:"horse-011-1024x654-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:30:"horse-011-1024x654-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:30:"horse-011-1024x654-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:28:"horse-011-1024x654-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(9169, 4717, '_wp_attached_file', '2014/02/horse-021-1024x654.jpg'),
|
||
(9170, 4717, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1024;s:6:"height";i:654;s:14:"hwstring_small";s:23:"height=''81'' width=''128''";s:4:"file";s:30:"2014/02/horse-021-1024x654.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"horse-021-1024x654-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:30:"horse-021-1024x654-300x191.jpg";s:5:"width";i:300;s:6:"height";i:191;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:30:"horse-021-1024x654-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:30:"horse-021-1024x654-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:30:"horse-021-1024x654-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:30:"horse-021-1024x654-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:28:"horse-021-1024x654-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:30:"horse-021-1024x654-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:30:"horse-021-1024x654-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:30:"horse-021-1024x654-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:30:"horse-021-1024x654-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:30:"horse-021-1024x654-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:30:"horse-021-1024x654-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:30:"horse-021-1024x654-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:28:"horse-021-1024x654-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(9171, 4718, '_wp_attached_file', '2014/02/stables1.jpg'),
|
||
(9172, 4718, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1024;s:6:"height";i:654;s:14:"hwstring_small";s:23:"height=''81'' width=''128''";s:4:"file";s:20:"2014/02/stables1.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"stables1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"stables1-300x191.jpg";s:5:"width";i:300;s:6:"height";i:191;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:20:"stables1-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:20:"stables1-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:20:"stables1-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:20:"stables1-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:18:"stables1-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:20:"stables1-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:20:"stables1-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:20:"stables1-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:20:"stables1-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:20:"stables1-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:20:"stables1-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:20:"stables1-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:18:"stables1-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(9173, 4718, '_edit_lock', '1392740802:1'),
|
||
(9174, 4715, '_edit_lock', '1392910320:1'),
|
||
(9175, 4717, '_edit_lock', '1392740848:1'),
|
||
(9348, 198, '_edit_lock', '1393320494:1'),
|
||
(9349, 3745, '_edit_lock', '1392909087:1'),
|
||
(9563, 2776, '_edit_lock', '1392911641:1'),
|
||
(11880, 5007, 'pyre_page_bg_layout', 'default'),
|
||
(11879, 5007, 'pyre_portfolio_filters', 'yes'),
|
||
(11844, 5005, 'pyre_page_title_custom_text', ''),
|
||
(11845, 5005, 'pyre_page_title_custom_subheader', ''),
|
||
(11846, 5005, 'pyre_page_title_height', ''),
|
||
(11878, 5007, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(11877, 5007, 'pyre_portfolio_full_width', 'yes'),
|
||
(11876, 5007, 'pyre_portfolio_excerpt', ''),
|
||
(11875, 5007, 'pyre_hundredp_padding', ''),
|
||
(11874, 5007, 'pyre_main_bottom_padding', ''),
|
||
(11873, 5007, 'pyre_main_top_padding', ''),
|
||
(11872, 5007, 'pyre_sidebar_position', 'default'),
|
||
(11871, 5007, 'pyre_full_width', 'no'),
|
||
(11870, 5007, 'pyre_fallback', ''),
|
||
(11869, 5007, 'pyre_elasticslider', '0'),
|
||
(11868, 5007, 'pyre_revslider', '0'),
|
||
(11867, 5007, 'pyre_flexslider', '0'),
|
||
(11866, 5007, 'pyre_wooslider', '0'),
|
||
(11865, 5007, 'pyre_slider', '0'),
|
||
(11864, 5007, 'pyre_slider_type', 'no'),
|
||
(11863, 5007, 'slide_template', ''),
|
||
(11905, 5007, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(11906, 5007, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(11860, 5007, '_wp_page_template', 'full-width.php'),
|
||
(11859, 5007, '_edit_lock', '1393434009:1'),
|
||
(11858, 5007, '_edit_last', '1'),
|
||
(11857, 5005, '_edit_lock', '1393525382:1'),
|
||
(11851, 5005, 'pyre_page_title_bg_parallax', 'default'),
|
||
(11850, 5005, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(11849, 5005, 'pyre_page_title_bar_bg_color', ''),
|
||
(11848, 5005, 'pyre_page_title_bar_bg_retina', ''),
|
||
(11847, 5005, 'pyre_page_title_bar_bg', ''),
|
||
(11843, 5005, 'pyre_page_title_text', 'yes'),
|
||
(11882, 5007, 'pyre_page_bg_color', ''),
|
||
(11881, 5007, 'pyre_page_bg', ''),
|
||
(9630, 4623, '_alp_processed', '1393514557'),
|
||
(9631, 4779, '_wp_attached_file', '2014/02/f_equipo.jpg'),
|
||
(9632, 4779, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:600;s:6:"height";i:338;s:14:"hwstring_small";s:23:"height=''72'' width=''128''";s:4:"file";s:20:"2014/02/f_equipo.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"f_equipo-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"f_equipo-300x169.jpg";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:20:"f_equipo-300x338.jpg";s:5:"width";i:300;s:6:"height";i:338;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:20:"f_equipo-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:20:"f_equipo-600x272.jpg";s:5:"width";i:600;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:20:"f_equipo-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:18:"f_equipo-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:20:"f_equipo-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:20:"f_equipo-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:20:"f_equipo-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:20:"f_equipo-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:20:"f_equipo-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:18:"f_equipo-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(9685, 4716, '_edit_lock', '1392910359:1'),
|
||
(9716, 3662, '_edit_lock', '1392978180:1'),
|
||
(9811, 4808, '_wp_attached_file', '2014/01/page_bkgd31.jpg'),
|
||
(9812, 4808, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:940;s:6:"height";i:451;s:14:"hwstring_small";s:23:"height=''61'' width=''128''";s:4:"file";s:23:"2014/01/page_bkgd31.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"page_bkgd31-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:23:"page_bkgd31-300x143.jpg";s:5:"width";i:300;s:6:"height";i:143;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:23:"page_bkgd31-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:23:"page_bkgd31-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:23:"page_bkgd31-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:23:"page_bkgd31-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:21:"page_bkgd31-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:23:"page_bkgd31-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:23:"page_bkgd31-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:23:"page_bkgd31-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:23:"page_bkgd31-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:23:"page_bkgd31-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:23:"page_bkgd31-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:23:"page_bkgd31-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:21:"page_bkgd31-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(11886, 5007, 'pyre_wide_page_bg_color', ''),
|
||
(11885, 5007, 'pyre_wide_page_bg', ''),
|
||
(11884, 5007, 'pyre_page_bg_repeat', 'repeat'),
|
||
(11883, 5007, 'pyre_page_bg_full', 'no'),
|
||
(11969, 5009, 'pyre_page_title_bg_parallax', 'default'),
|
||
(9915, 4824, '_edit_last', '1'),
|
||
(9916, 4824, '_edit_lock', '1393601904:1'),
|
||
(9917, 4824, '_wp_page_template', 'full-width.php'),
|
||
(13275, 4824, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(9920, 4824, 'slide_template', ''),
|
||
(9921, 4824, 'pyre_slider_type', 'no'),
|
||
(9922, 4824, 'pyre_slider', '0'),
|
||
(9923, 4824, 'pyre_wooslider', '0'),
|
||
(9924, 4824, 'pyre_flexslider', '0'),
|
||
(9925, 4824, 'pyre_revslider', '0'),
|
||
(9926, 4824, 'pyre_elasticslider', '0'),
|
||
(9927, 4824, 'pyre_fallback', ''),
|
||
(9928, 4824, 'pyre_full_width', 'no'),
|
||
(9929, 4824, 'pyre_sidebar_position', 'default'),
|
||
(9930, 4824, 'pyre_main_top_padding', ''),
|
||
(9931, 4824, 'pyre_main_bottom_padding', ''),
|
||
(9932, 4824, 'pyre_hundredp_padding', ''),
|
||
(9933, 4824, 'pyre_portfolio_excerpt', ''),
|
||
(9934, 4824, 'pyre_portfolio_full_width', 'yes'),
|
||
(9935, 4824, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(9936, 4824, 'pyre_portfolio_filters', 'yes'),
|
||
(9937, 4824, 'pyre_page_bg_layout', 'default'),
|
||
(9938, 4824, 'pyre_page_bg', ''),
|
||
(9939, 4824, 'pyre_page_bg_color', ''),
|
||
(9940, 4824, 'pyre_page_bg_full', 'no'),
|
||
(9941, 4824, 'pyre_page_bg_repeat', 'repeat'),
|
||
(9942, 4824, 'pyre_wide_page_bg', ''),
|
||
(9943, 4824, 'pyre_wide_page_bg_color', ''),
|
||
(9944, 4824, 'pyre_wide_page_bg_full', 'no'),
|
||
(9945, 4824, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(9946, 4824, 'pyre_header_bg', ''),
|
||
(9947, 4824, 'pyre_header_bg_color', ''),
|
||
(9948, 4824, 'pyre_header_bg_full', 'no'),
|
||
(9949, 4824, 'pyre_header_bg_repeat', 'repeat'),
|
||
(9950, 4824, 'pyre_page_title', 'yes'),
|
||
(9951, 4824, 'pyre_page_title_text', 'yes'),
|
||
(9952, 4824, 'pyre_page_title_custom_text', ''),
|
||
(9953, 4824, 'pyre_page_title_custom_subheader', ''),
|
||
(9954, 4824, 'pyre_page_title_height', ''),
|
||
(9955, 4824, 'pyre_page_title_bar_bg', ''),
|
||
(9956, 4824, 'pyre_page_title_bar_bg_retina', ''),
|
||
(9957, 4824, 'pyre_page_title_bar_bg_color', ''),
|
||
(9958, 4824, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(9959, 4824, 'pyre_page_title_bg_parallax', 'default'),
|
||
(13274, 4824, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(9964, 4824, '_alp_processed', '1393599309'),
|
||
(9977, 3496, '_edit_lock', '1392914624:1'),
|
||
(10056, 4842, '_wp_attached_file', '2014/02/1.jpg'),
|
||
(10057, 4842, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:650;s:6:"height";i:488;s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:13:"2014/02/1.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:13:"1-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:13:"1-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:13:"1-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:13:"1-650x272.jpg";s:5:"width";i:650;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:13:"1-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:11:"1-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:13:"1-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:13:"1-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:13:"1-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:13:"1-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:13:"1-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:13:"1-650x400.jpg";s:5:"width";i:650;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:13:"1-650x441.jpg";s:5:"width";i:650;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:11:"1-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10058, 4843, '_wp_attached_file', '2014/02/2.jpg'),
|
||
(10059, 4843, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:650;s:6:"height";i:434;s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:13:"2014/02/2.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:13:"2-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:13:"2-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:13:"2-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:13:"2-650x272.jpg";s:5:"width";i:650;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:13:"2-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:11:"2-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:13:"2-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:13:"2-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:13:"2-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:13:"2-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:13:"2-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:13:"2-650x400.jpg";s:5:"width";i:650;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:11:"2-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10060, 4844, '_wp_attached_file', '2014/02/3.jpg');
|
||
INSERT INTO `drgrp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
|
||
(10061, 4844, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:650;s:6:"height";i:450;s:14:"hwstring_small";s:23:"height=''88'' width=''128''";s:4:"file";s:13:"2014/02/3.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:13:"3-300x207.jpg";s:5:"width";i:300;s:6:"height";i:207;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:13:"3-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:13:"3-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:13:"3-650x272.jpg";s:5:"width";i:650;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:13:"3-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:11:"3-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:13:"3-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:13:"3-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:13:"3-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:13:"3-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:13:"3-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:13:"3-650x400.jpg";s:5:"width";i:650;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:13:"3-650x441.jpg";s:5:"width";i:650;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:11:"3-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10062, 4845, '_wp_attached_file', '2014/02/4.jpg'),
|
||
(10063, 4845, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:650;s:6:"height";i:488;s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:13:"2014/02/4.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:13:"4-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:13:"4-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:13:"4-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:13:"4-650x272.jpg";s:5:"width";i:650;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:13:"4-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:11:"4-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:13:"4-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:13:"4-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:13:"4-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:13:"4-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:13:"4-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:13:"4-650x400.jpg";s:5:"width";i:650;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:13:"4-650x441.jpg";s:5:"width";i:650;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:11:"4-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10064, 4846, '_wp_attached_file', '2014/02/5.jpg'),
|
||
(10065, 4846, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:650;s:6:"height";i:434;s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:13:"2014/02/5.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"5-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:13:"5-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:13:"5-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:13:"5-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:13:"5-650x272.jpg";s:5:"width";i:650;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:13:"5-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:11:"5-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:13:"5-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:13:"5-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:13:"5-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:13:"5-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:13:"5-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:13:"5-650x400.jpg";s:5:"width";i:650;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:11:"5-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10066, 4847, '_wp_attached_file', '2014/02/6.jpg'),
|
||
(10067, 4847, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:650;s:6:"height";i:434;s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:13:"2014/02/6.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"6-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:13:"6-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:13:"6-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:13:"6-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:13:"6-650x272.jpg";s:5:"width";i:650;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:13:"6-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:11:"6-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:13:"6-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:13:"6-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:13:"6-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:13:"6-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:13:"6-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:13:"6-650x400.jpg";s:5:"width";i:650;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:11:"6-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10068, 4848, '_wp_attached_file', '2014/02/7.jpg'),
|
||
(10069, 4848, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:650;s:6:"height";i:407;s:14:"hwstring_small";s:23:"height=''80'' width=''128''";s:4:"file";s:13:"2014/02/7.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"7-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:13:"7-300x187.jpg";s:5:"width";i:300;s:6:"height";i:187;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:13:"7-300x407.jpg";s:5:"width";i:300;s:6:"height";i:407;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:13:"7-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:13:"7-650x272.jpg";s:5:"width";i:650;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:13:"7-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:11:"7-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:13:"7-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:13:"7-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:13:"7-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:13:"7-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:13:"7-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:13:"7-650x400.jpg";s:5:"width";i:650;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:11:"7-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10070, 4849, '_wp_attached_file', '2014/02/8.jpg'),
|
||
(10071, 4849, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:650;s:6:"height";i:427;s:14:"hwstring_small";s:23:"height=''84'' width=''128''";s:4:"file";s:13:"2014/02/8.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"8-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:13:"8-300x197.jpg";s:5:"width";i:300;s:6:"height";i:197;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:13:"8-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:13:"8-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:13:"8-650x272.jpg";s:5:"width";i:650;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:13:"8-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:11:"8-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:13:"8-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:13:"8-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:13:"8-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:13:"8-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:13:"8-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:13:"8-650x400.jpg";s:5:"width";i:650;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:11:"8-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10072, 4850, '_wp_attached_file', '2014/02/9.jpg'),
|
||
(10073, 4850, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:650;s:6:"height";i:435;s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:13:"2014/02/9.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"9-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:13:"9-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:13:"9-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:13:"9-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:13:"9-650x272.jpg";s:5:"width";i:650;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:13:"9-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:11:"9-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:13:"9-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:13:"9-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:13:"9-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:13:"9-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:13:"9-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:13:"9-650x400.jpg";s:5:"width";i:650;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:11:"9-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10138, 4861, '_wp_attached_file', '2014/02/Santaynez.jpg'),
|
||
(10139, 4861, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:950;s:6:"height";i:450;s:14:"hwstring_small";s:23:"height=''60'' width=''128''";s:4:"file";s:21:"2014/02/Santaynez.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"Santaynez-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"Santaynez-300x142.jpg";s:5:"width";i:300;s:6:"height";i:142;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:21:"Santaynez-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:21:"Santaynez-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:21:"Santaynez-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:21:"Santaynez-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:19:"Santaynez-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:21:"Santaynez-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:21:"Santaynez-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:21:"Santaynez-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:21:"Santaynez-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:21:"Santaynez-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:21:"Santaynez-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:21:"Santaynez-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:19:"Santaynez-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10140, 4862, '_wp_attached_file', '2014/02/03_bannerhome_allotjament_2.jpg'),
|
||
(10141, 4862, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:950;s:6:"height";i:450;s:14:"hwstring_small";s:23:"height=''60'' width=''128''";s:4:"file";s:39:"2014/02/03_bannerhome_allotjament_2.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"03_bannerhome_allotjament_2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"03_bannerhome_allotjament_2-300x142.jpg";s:5:"width";i:300;s:6:"height";i:142;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:39:"03_bannerhome_allotjament_2-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:39:"03_bannerhome_allotjament_2-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:39:"03_bannerhome_allotjament_2-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:39:"03_bannerhome_allotjament_2-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:37:"03_bannerhome_allotjament_2-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:39:"03_bannerhome_allotjament_2-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:39:"03_bannerhome_allotjament_2-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:39:"03_bannerhome_allotjament_2-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:39:"03_bannerhome_allotjament_2-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:39:"03_bannerhome_allotjament_2-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:39:"03_bannerhome_allotjament_2-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:39:"03_bannerhome_allotjament_2-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:37:"03_bannerhome_allotjament_2-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10142, 4863, '_wp_attached_file', '2014/02/09_bannerhome_caballo_1.jpg'),
|
||
(10143, 4863, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:950;s:6:"height";i:450;s:14:"hwstring_small";s:23:"height=''60'' width=''128''";s:4:"file";s:35:"2014/02/09_bannerhome_caballo_1.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"09_bannerhome_caballo_1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"09_bannerhome_caballo_1-300x142.jpg";s:5:"width";i:300;s:6:"height";i:142;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:35:"09_bannerhome_caballo_1-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:35:"09_bannerhome_caballo_1-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:35:"09_bannerhome_caballo_1-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:35:"09_bannerhome_caballo_1-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:33:"09_bannerhome_caballo_1-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:35:"09_bannerhome_caballo_1-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:35:"09_bannerhome_caballo_1-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:35:"09_bannerhome_caballo_1-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:35:"09_bannerhome_caballo_1-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:35:"09_bannerhome_caballo_1-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:35:"09_bannerhome_caballo_1-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:35:"09_bannerhome_caballo_1-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:33:"09_bannerhome_caballo_1-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(11841, 5005, 'pyre_header_bg_repeat', 'repeat'),
|
||
(11840, 5005, 'pyre_header_bg_full', 'no'),
|
||
(11839, 5005, 'pyre_header_bg_color', ''),
|
||
(11809, 5005, '_wp_page_template', '100-width.php'),
|
||
(12747, 5005, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(11838, 5005, 'pyre_header_bg', ''),
|
||
(11837, 5005, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(11836, 5005, 'pyre_wide_page_bg_full', 'no'),
|
||
(11835, 5005, 'pyre_wide_page_bg_color', ''),
|
||
(11834, 5005, 'pyre_wide_page_bg', ''),
|
||
(11833, 5005, 'pyre_page_bg_repeat', 'repeat'),
|
||
(11832, 5005, 'pyre_page_bg_full', 'no'),
|
||
(11831, 5005, 'pyre_page_bg_color', ''),
|
||
(11830, 5005, 'pyre_page_bg', ''),
|
||
(11829, 5005, 'pyre_page_bg_layout', 'default'),
|
||
(11828, 5005, 'pyre_portfolio_filters', 'yes'),
|
||
(11827, 5005, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(11826, 5005, 'pyre_portfolio_full_width', 'yes'),
|
||
(11825, 5005, 'pyre_portfolio_excerpt', ''),
|
||
(11824, 5005, 'pyre_hundredp_padding', ''),
|
||
(11823, 5005, 'pyre_main_bottom_padding', ''),
|
||
(11822, 5005, 'pyre_main_top_padding', ''),
|
||
(11821, 5005, 'pyre_sidebar_position', 'default'),
|
||
(11820, 5005, 'pyre_full_width', 'no'),
|
||
(11819, 5005, 'pyre_fallback', ''),
|
||
(11818, 5005, 'pyre_elasticslider', '0'),
|
||
(11817, 5005, 'pyre_revslider', '0'),
|
||
(11816, 5005, 'pyre_flexslider', '0'),
|
||
(11815, 5005, 'pyre_wooslider', '0'),
|
||
(11814, 5005, 'pyre_slider', '0'),
|
||
(11813, 5005, 'pyre_slider_type', 'no'),
|
||
(11856, 5005, '_alp_processed', '1393514755'),
|
||
(11812, 5005, 'slide_template', ''),
|
||
(12746, 5005, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(11808, 5005, '_edit_last', '1'),
|
||
(10200, 3699, '_edit_lock', '1392983670:1'),
|
||
(11842, 5005, 'pyre_page_title', 'yes'),
|
||
(10203, 4867, '_menu_item_type', 'post_type'),
|
||
(10204, 4867, '_menu_item_menu_item_parent', '0'),
|
||
(10205, 4867, '_menu_item_object_id', '4698'),
|
||
(10206, 4867, '_menu_item_object', 'page'),
|
||
(10207, 4867, '_menu_item_target', ''),
|
||
(10208, 4867, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(10209, 4867, '_menu_item_xfn', ''),
|
||
(10210, 4867, '_menu_item_url', ''),
|
||
(10212, 4867, '_menu_item_fusion_megamenu_columns', 'auto'),
|
||
(10213, 4867, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(10214, 4867, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(10331, 4877, '_wp_attached_file', '2014/02/Black_Jack_2012_Portrait_Hagemeister_08.jpg'),
|
||
(10332, 4877, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3212;s:6:"height";i:4787;s:14:"hwstring_small";s:22:"height=''96'' width=''64''";s:4:"file";s:51:"2014/02/Black_Jack_2012_Portrait_Hagemeister_08.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:51:"Black_Jack_2012_Portrait_Hagemeister_08-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:51:"Black_Jack_2012_Portrait_Hagemeister_08-201x300.jpg";s:5:"width";i:201;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:52:"Black_Jack_2012_Portrait_Hagemeister_08-687x1024.jpg";s:5:"width";i:687;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:51:"Black_Jack_2012_Portrait_Hagemeister_08-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:51:"Black_Jack_2012_Portrait_Hagemeister_08-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:51:"Black_Jack_2012_Portrait_Hagemeister_08-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:51:"Black_Jack_2012_Portrait_Hagemeister_08-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:49:"Black_Jack_2012_Portrait_Hagemeister_08-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:51:"Black_Jack_2012_Portrait_Hagemeister_08-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:51:"Black_Jack_2012_Portrait_Hagemeister_08-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:51:"Black_Jack_2012_Portrait_Hagemeister_08-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:51:"Black_Jack_2012_Portrait_Hagemeister_08-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:51:"Black_Jack_2012_Portrait_Hagemeister_08-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:51:"Black_Jack_2012_Portrait_Hagemeister_08-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:51:"Black_Jack_2012_Portrait_Hagemeister_08-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:49:"Black_Jack_2012_Portrait_Hagemeister_08-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10333, 4878, '_wp_attached_file', '2014/02/Black_Jack_Freispringen_01.jpg'),
|
||
(10334, 4878, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2362;s:6:"height";i:1575;s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:38:"2014/02/Black_Jack_Freispringen_01.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"Black_Jack_Freispringen_01-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:38:"Black_Jack_Freispringen_01-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:39:"Black_Jack_Freispringen_01-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:38:"Black_Jack_Freispringen_01-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:38:"Black_Jack_Freispringen_01-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:38:"Black_Jack_Freispringen_01-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:38:"Black_Jack_Freispringen_01-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:36:"Black_Jack_Freispringen_01-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:38:"Black_Jack_Freispringen_01-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:38:"Black_Jack_Freispringen_01-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:38:"Black_Jack_Freispringen_01-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:38:"Black_Jack_Freispringen_01-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:38:"Black_Jack_Freispringen_01-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:38:"Black_Jack_Freispringen_01-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:38:"Black_Jack_Freispringen_01-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:36:"Black_Jack_Freispringen_01-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:104:"@ Guido Recki\rErler Str. 14\r46286 Dorsten\rTel. 02866-188780\rFax 02866-18878-18\remail reckiwa@t-online.de";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:21:"NRW Hauptkörung 2008";}}'),
|
||
(10335, 4879, '_wp_attached_file', '2014/02/Black_Jack_Gelaende_1a_klein_01.jpg'),
|
||
(10336, 4879, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:429;s:6:"height";i:640;s:14:"hwstring_small";s:22:"height=''96'' width=''64''";s:4:"file";s:43:"2014/02/Black_Jack_Gelaende_1a_klein_01.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:43:"Black_Jack_Gelaende_1a_klein_01-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:43:"Black_Jack_Gelaende_1a_klein_01-201x300.jpg";s:5:"width";i:201;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:43:"Black_Jack_Gelaende_1a_klein_01-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:43:"Black_Jack_Gelaende_1a_klein_01-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:43:"Black_Jack_Gelaende_1a_klein_01-429x272.jpg";s:5:"width";i:429;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:43:"Black_Jack_Gelaende_1a_klein_01-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:41:"Black_Jack_Gelaende_1a_klein_01-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:43:"Black_Jack_Gelaende_1a_klein_01-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:43:"Black_Jack_Gelaende_1a_klein_01-429x272.jpg";s:5:"width";i:429;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:43:"Black_Jack_Gelaende_1a_klein_01-429x295.jpg";s:5:"width";i:429;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:43:"Black_Jack_Gelaende_1a_klein_01-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:43:"Black_Jack_Gelaende_1a_klein_01-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:43:"Black_Jack_Gelaende_1a_klein_01-429x400.jpg";s:5:"width";i:429;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:43:"Black_Jack_Gelaende_1a_klein_01-429x441.jpg";s:5:"width";i:429;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:41:"Black_Jack_Gelaende_1a_klein_01-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10337, 4880, '_wp_attached_file', '2014/02/Black_Jack_Riesenbeck_Hagemeister_01.jpg'),
|
||
(10338, 4880, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3651;s:6:"height";i:2434;s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:48:"2014/02/Black_Jack_Riesenbeck_Hagemeister_01.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:48:"Black_Jack_Riesenbeck_Hagemeister_01-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:48:"Black_Jack_Riesenbeck_Hagemeister_01-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:49:"Black_Jack_Riesenbeck_Hagemeister_01-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:48:"Black_Jack_Riesenbeck_Hagemeister_01-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:48:"Black_Jack_Riesenbeck_Hagemeister_01-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:48:"Black_Jack_Riesenbeck_Hagemeister_01-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:48:"Black_Jack_Riesenbeck_Hagemeister_01-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:46:"Black_Jack_Riesenbeck_Hagemeister_01-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:48:"Black_Jack_Riesenbeck_Hagemeister_01-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:48:"Black_Jack_Riesenbeck_Hagemeister_01-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:48:"Black_Jack_Riesenbeck_Hagemeister_01-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:48:"Black_Jack_Riesenbeck_Hagemeister_01-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:48:"Black_Jack_Riesenbeck_Hagemeister_01-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:48:"Black_Jack_Riesenbeck_Hagemeister_01-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:48:"Black_Jack_Riesenbeck_Hagemeister_01-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:46:"Black_Jack_Riesenbeck_Hagemeister_01-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10339, 4881, '_wp_attached_file', '2014/02/Black_Jack_Seite_01.jpg'),
|
||
(10340, 4881, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:576;s:6:"height";i:420;s:14:"hwstring_small";s:23:"height=''93'' width=''128''";s:4:"file";s:31:"2014/02/Black_Jack_Seite_01.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"Black_Jack_Seite_01-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"Black_Jack_Seite_01-300x218.jpg";s:5:"width";i:300;s:6:"height";i:218;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:31:"Black_Jack_Seite_01-300x420.jpg";s:5:"width";i:300;s:6:"height";i:420;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:31:"Black_Jack_Seite_01-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:31:"Black_Jack_Seite_01-576x272.jpg";s:5:"width";i:576;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:31:"Black_Jack_Seite_01-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:29:"Black_Jack_Seite_01-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:31:"Black_Jack_Seite_01-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:31:"Black_Jack_Seite_01-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:31:"Black_Jack_Seite_01-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:31:"Black_Jack_Seite_01-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:31:"Black_Jack_Seite_01-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:31:"Black_Jack_Seite_01-576x400.jpg";s:5:"width";i:576;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:29:"Black_Jack_Seite_01-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10341, 4882, '_wp_attached_file', '2014/02/Black_Jack_Standbild_2011_V_Hagemeister_01.jpg'),
|
||
(10342, 4882, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4498;s:6:"height";i:3004;s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:54:"2014/02/Black_Jack_Standbild_2011_V_Hagemeister_01.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:54:"Black_Jack_Standbild_2011_V_Hagemeister_01-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:54:"Black_Jack_Standbild_2011_V_Hagemeister_01-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:55:"Black_Jack_Standbild_2011_V_Hagemeister_01-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:54:"Black_Jack_Standbild_2011_V_Hagemeister_01-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:54:"Black_Jack_Standbild_2011_V_Hagemeister_01-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:54:"Black_Jack_Standbild_2011_V_Hagemeister_01-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:54:"Black_Jack_Standbild_2011_V_Hagemeister_01-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:52:"Black_Jack_Standbild_2011_V_Hagemeister_01-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:54:"Black_Jack_Standbild_2011_V_Hagemeister_01-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:54:"Black_Jack_Standbild_2011_V_Hagemeister_01-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:54:"Black_Jack_Standbild_2011_V_Hagemeister_01-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:54:"Black_Jack_Standbild_2011_V_Hagemeister_01-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:54:"Black_Jack_Standbild_2011_V_Hagemeister_01-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:54:"Black_Jack_Standbild_2011_V_Hagemeister_01-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:54:"Black_Jack_Standbild_2011_V_Hagemeister_01-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:52:"Black_Jack_Standbild_2011_V_Hagemeister_01-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10343, 4883, '_wp_attached_file', '2014/02/Black_Jack_Turnier_2011_2_Ausschnitt_01.jpg'),
|
||
(10344, 4883, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1727;s:6:"height";i:2608;s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:51:"2014/02/Black_Jack_Turnier_2011_2_Ausschnitt_01.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:51:"Black_Jack_Turnier_2011_2_Ausschnitt_01-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:51:"Black_Jack_Turnier_2011_2_Ausschnitt_01-198x300.jpg";s:5:"width";i:198;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:52:"Black_Jack_Turnier_2011_2_Ausschnitt_01-678x1024.jpg";s:5:"width";i:678;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:51:"Black_Jack_Turnier_2011_2_Ausschnitt_01-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:51:"Black_Jack_Turnier_2011_2_Ausschnitt_01-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:51:"Black_Jack_Turnier_2011_2_Ausschnitt_01-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:51:"Black_Jack_Turnier_2011_2_Ausschnitt_01-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:49:"Black_Jack_Turnier_2011_2_Ausschnitt_01-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:51:"Black_Jack_Turnier_2011_2_Ausschnitt_01-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:51:"Black_Jack_Turnier_2011_2_Ausschnitt_01-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:51:"Black_Jack_Turnier_2011_2_Ausschnitt_01-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:51:"Black_Jack_Turnier_2011_2_Ausschnitt_01-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:51:"Black_Jack_Turnier_2011_2_Ausschnitt_01-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:51:"Black_Jack_Turnier_2011_2_Ausschnitt_01-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:51:"Black_Jack_Turnier_2011_2_Ausschnitt_01-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:49:"Black_Jack_Turnier_2011_2_Ausschnitt_01-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10345, 4884, '_wp_attached_file', '2014/02/BlackJack_K1G9469_Recki_01.jpg');
|
||
INSERT INTO `drgrp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
|
||
(10346, 4884, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2128;s:6:"height";i:3246;s:14:"hwstring_small";s:22:"height=''96'' width=''62''";s:4:"file";s:38:"2014/02/BlackJack_K1G9469_Recki_01.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"BlackJack_K1G9469_Recki_01-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:38:"BlackJack_K1G9469_Recki_01-196x300.jpg";s:5:"width";i:196;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:39:"BlackJack_K1G9469_Recki_01-671x1024.jpg";s:5:"width";i:671;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:38:"BlackJack_K1G9469_Recki_01-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:38:"BlackJack_K1G9469_Recki_01-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:38:"BlackJack_K1G9469_Recki_01-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:38:"BlackJack_K1G9469_Recki_01-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:36:"BlackJack_K1G9469_Recki_01-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:38:"BlackJack_K1G9469_Recki_01-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:38:"BlackJack_K1G9469_Recki_01-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:38:"BlackJack_K1G9469_Recki_01-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:38:"BlackJack_K1G9469_Recki_01-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:38:"BlackJack_K1G9469_Recki_01-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:38:"BlackJack_K1G9469_Recki_01-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:38:"BlackJack_K1G9469_Recki_01-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:36:"BlackJack_K1G9469_Recki_01-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10376, 4869, '_thumbnail_id', '4877'),
|
||
(10348, 4869, 'kd_featured-image-2_avada_portfolio_id', '4882'),
|
||
(10349, 4869, 'kd_featured-image-3_avada_portfolio_id', '4881'),
|
||
(10350, 4869, 'kd_featured-image-4_avada_portfolio_id', '4879'),
|
||
(10351, 4869, 'kd_featured-image-5_avada_portfolio_id', '4878'),
|
||
(11935, 5009, 'pyre_revslider', '0'),
|
||
(11934, 5009, 'pyre_flexslider', '0'),
|
||
(11931, 5009, 'pyre_slider_type', 'no'),
|
||
(10385, 4887, '_edit_last', '1'),
|
||
(10386, 4887, '_edit_lock', '1393332746:1'),
|
||
(10387, 4888, '_wp_attached_file', '2014/02/Carrico_Portrait_2012_Hagemeister_07.jpg'),
|
||
(10388, 4888, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3160;s:6:"height";i:4692;s:14:"hwstring_small";s:22:"height=''96'' width=''64''";s:4:"file";s:48:"2014/02/Carrico_Portrait_2012_Hagemeister_07.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:48:"Carrico_Portrait_2012_Hagemeister_07-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:48:"Carrico_Portrait_2012_Hagemeister_07-202x300.jpg";s:5:"width";i:202;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:49:"Carrico_Portrait_2012_Hagemeister_07-689x1024.jpg";s:5:"width";i:689;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:48:"Carrico_Portrait_2012_Hagemeister_07-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:48:"Carrico_Portrait_2012_Hagemeister_07-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:48:"Carrico_Portrait_2012_Hagemeister_07-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:48:"Carrico_Portrait_2012_Hagemeister_07-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:46:"Carrico_Portrait_2012_Hagemeister_07-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:48:"Carrico_Portrait_2012_Hagemeister_07-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:48:"Carrico_Portrait_2012_Hagemeister_07-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:48:"Carrico_Portrait_2012_Hagemeister_07-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:48:"Carrico_Portrait_2012_Hagemeister_07-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:48:"Carrico_Portrait_2012_Hagemeister_07-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:48:"Carrico_Portrait_2012_Hagemeister_07-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:48:"Carrico_Portrait_2012_Hagemeister_07-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:46:"Carrico_Portrait_2012_Hagemeister_07-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10497, 3737, '_edit_lock', '1393263316:1'),
|
||
(11012, 4887, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(11011, 4887, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(10392, 4887, 'slide_template', ''),
|
||
(10393, 4887, 'pyre_width', 'full'),
|
||
(10394, 4887, 'pyre_portfolio_width_100', 'no'),
|
||
(10395, 4887, 'pyre_sidebar', 'no'),
|
||
(10396, 4887, 'pyre_sidebar_position', 'default'),
|
||
(10397, 4887, 'pyre_project_desc_title', 'yes'),
|
||
(10398, 4887, 'pyre_project_details', 'yes'),
|
||
(10399, 4887, 'pyre_show_first_featured_image', 'no'),
|
||
(10400, 4887, 'pyre_video', ''),
|
||
(10401, 4887, 'pyre_video_url', ''),
|
||
(10402, 4887, 'pyre_project_url', ''),
|
||
(10403, 4887, 'pyre_project_url_text', ''),
|
||
(10404, 4887, 'pyre_copy_url', ''),
|
||
(10405, 4887, 'pyre_copy_url_text', ''),
|
||
(10406, 4887, 'pyre_fimg_width', ''),
|
||
(10407, 4887, 'pyre_fimg_height', ''),
|
||
(10408, 4887, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(10409, 4887, 'pyre_link_icon_url', ''),
|
||
(10410, 4887, 'pyre_link_icon_target', 'no'),
|
||
(10411, 4887, 'pyre_related_posts', 'yes'),
|
||
(10412, 4887, 'pyre_slider_type', 'no'),
|
||
(10413, 4887, 'pyre_slider', '0'),
|
||
(10414, 4887, 'pyre_wooslider', '0'),
|
||
(10415, 4887, 'pyre_flexslider', '0'),
|
||
(10416, 4887, 'pyre_revslider', '0'),
|
||
(10417, 4887, 'pyre_elasticslider', '0'),
|
||
(10418, 4887, 'pyre_fallback', ''),
|
||
(10419, 4887, 'pyre_page_bg_layout', 'default'),
|
||
(10420, 4887, 'pyre_page_bg', ''),
|
||
(10421, 4887, 'pyre_page_bg_color', ''),
|
||
(10422, 4887, 'pyre_page_bg_full', 'no'),
|
||
(10423, 4887, 'pyre_page_bg_repeat', 'repeat'),
|
||
(10424, 4887, 'pyre_wide_page_bg', ''),
|
||
(10425, 4887, 'pyre_wide_page_bg_color', ''),
|
||
(10426, 4887, 'pyre_wide_page_bg_full', 'no'),
|
||
(10427, 4887, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(10428, 4887, 'pyre_header_bg', ''),
|
||
(10429, 4887, 'pyre_header_bg_color', ''),
|
||
(10430, 4887, 'pyre_header_bg_full', 'no'),
|
||
(10431, 4887, 'pyre_header_bg_repeat', 'repeat'),
|
||
(10432, 4887, 'pyre_page_title', 'yes'),
|
||
(10433, 4887, 'pyre_page_title_text', 'yes'),
|
||
(10434, 4887, 'pyre_page_title_custom_text', ''),
|
||
(10435, 4887, 'pyre_page_title_custom_subheader', ''),
|
||
(10436, 4887, 'pyre_page_title_height', ''),
|
||
(10437, 4887, 'pyre_page_title_bar_bg', ''),
|
||
(10438, 4887, 'pyre_page_title_bar_bg_retina', ''),
|
||
(10439, 4887, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(10440, 4887, 'pyre_page_title_bar_bg_color', ''),
|
||
(10441, 4887, 'pyre_page_title_bg_parallax', 'default'),
|
||
(10446, 4887, '_alp_processed', '1393439319'),
|
||
(10498, 3725, '_edit_lock', '1393263320:1'),
|
||
(10499, 3739, '_edit_lock', '1393263317:1'),
|
||
(10500, 3530, '_edit_lock', '1393264046:1'),
|
||
(10501, 4897, '_edit_last', '1'),
|
||
(10502, 4897, '_edit_lock', '1393433852:1'),
|
||
(10503, 4897, '_wp_page_template', 'template-caballos-cria.php'),
|
||
(11797, 4897, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:14:"Horses Sidebar";}'),
|
||
(10506, 4897, 'slide_template', ''),
|
||
(10507, 4897, 'pyre_slider_type', 'no'),
|
||
(10508, 4897, 'pyre_slider', '0'),
|
||
(10509, 4897, 'pyre_wooslider', '0'),
|
||
(10510, 4897, 'pyre_flexslider', '0'),
|
||
(10511, 4897, 'pyre_revslider', '0'),
|
||
(10512, 4897, 'pyre_elasticslider', '0'),
|
||
(10513, 4897, 'pyre_fallback', ''),
|
||
(10514, 4897, 'pyre_full_width', 'no'),
|
||
(10515, 4897, 'pyre_sidebar_position', 'default'),
|
||
(10516, 4897, 'pyre_main_top_padding', ''),
|
||
(10517, 4897, 'pyre_main_bottom_padding', ''),
|
||
(10518, 4897, 'pyre_hundredp_padding', ''),
|
||
(10519, 4897, 'pyre_portfolio_excerpt', ''),
|
||
(10520, 4897, 'pyre_portfolio_full_width', 'no'),
|
||
(10521, 4897, 'pyre_portfolio_sidebar_position', 'right'),
|
||
(10522, 4897, 'pyre_portfolio_category', 'a:1:{i:0;s:2:"39";}'),
|
||
(10523, 4897, 'pyre_portfolio_filters', 'yes'),
|
||
(10524, 4897, 'pyre_page_bg_layout', 'default'),
|
||
(10525, 4897, 'pyre_page_bg', ''),
|
||
(10526, 4897, 'pyre_page_bg_color', ''),
|
||
(10527, 4897, 'pyre_page_bg_full', 'no'),
|
||
(10528, 4897, 'pyre_page_bg_repeat', 'repeat'),
|
||
(10529, 4897, 'pyre_wide_page_bg', ''),
|
||
(10530, 4897, 'pyre_wide_page_bg_color', ''),
|
||
(10531, 4897, 'pyre_wide_page_bg_full', 'no'),
|
||
(10532, 4897, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(10533, 4897, 'pyre_header_bg', ''),
|
||
(10534, 4897, 'pyre_header_bg_color', ''),
|
||
(10535, 4897, 'pyre_header_bg_full', 'no'),
|
||
(10536, 4897, 'pyre_header_bg_repeat', 'repeat'),
|
||
(10537, 4897, 'pyre_page_title', 'yes'),
|
||
(10538, 4897, 'pyre_page_title_text', 'yes'),
|
||
(10539, 4897, 'pyre_page_title_custom_text', ''),
|
||
(10540, 4897, 'pyre_page_title_custom_subheader', ''),
|
||
(10541, 4897, 'pyre_page_title_height', ''),
|
||
(10542, 4897, 'pyre_page_title_bar_bg', ''),
|
||
(10543, 4897, 'pyre_page_title_bar_bg_retina', ''),
|
||
(10544, 4897, 'pyre_page_title_bar_bg_color', ''),
|
||
(10545, 4897, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(10546, 4897, 'pyre_page_title_bg_parallax', 'default'),
|
||
(10551, 4897, '_alp_processed', '1393431616'),
|
||
(10552, 4469, '_menu_item_fusion_megamenu_width', ''),
|
||
(10553, 4470, '_menu_item_fusion_megamenu_width', ''),
|
||
(10554, 4554, '_menu_item_fusion_megamenu_width', ''),
|
||
(10555, 4553, '_menu_item_fusion_megamenu_width', ''),
|
||
(10556, 4471, '_menu_item_fusion_megamenu_width', ''),
|
||
(10557, 4579, '_menu_item_fusion_megamenu_width', ''),
|
||
(10558, 4578, '_menu_item_fusion_megamenu_width', ''),
|
||
(10559, 4472, '_menu_item_fusion_megamenu_width', ''),
|
||
(10560, 4581, '_menu_item_fusion_megamenu_width', ''),
|
||
(10561, 4580, '_menu_item_fusion_megamenu_width', ''),
|
||
(10562, 4473, '_menu_item_fusion_megamenu_width', ''),
|
||
(10563, 4594, '_menu_item_fusion_megamenu_width', ''),
|
||
(10564, 4593, '_menu_item_fusion_megamenu_width', ''),
|
||
(10565, 4592, '_menu_item_fusion_megamenu_width', ''),
|
||
(10566, 4487, '_menu_item_fusion_megamenu_width', ''),
|
||
(10567, 4477, '_menu_item_fusion_megamenu_width', ''),
|
||
(10568, 4478, '_menu_item_fusion_megamenu_width', ''),
|
||
(10569, 4492, '_menu_item_fusion_megamenu_width', ''),
|
||
(10570, 4493, '_menu_item_fusion_megamenu_width', ''),
|
||
(10571, 4494, '_menu_item_fusion_megamenu_width', ''),
|
||
(10572, 4495, '_menu_item_fusion_megamenu_width', ''),
|
||
(10573, 4497, '_menu_item_fusion_megamenu_width', ''),
|
||
(10574, 4499, '_menu_item_fusion_megamenu_width', ''),
|
||
(10575, 4506, '_menu_item_fusion_megamenu_width', ''),
|
||
(10576, 4510, '_menu_item_fusion_megamenu_width', ''),
|
||
(10577, 4509, '_menu_item_fusion_megamenu_width', ''),
|
||
(10578, 4519, '_menu_item_fusion_megamenu_width', ''),
|
||
(10579, 4518, '_menu_item_fusion_megamenu_width', ''),
|
||
(10580, 4517, '_menu_item_fusion_megamenu_width', ''),
|
||
(10581, 4544, '_menu_item_fusion_megamenu_width', ''),
|
||
(10582, 4543, '_menu_item_fusion_megamenu_width', ''),
|
||
(10665, 4899, '_edit_last', '1'),
|
||
(11586, 4971, 'pyre_page_bg_color', ''),
|
||
(11587, 4971, 'pyre_page_bg_full', 'no'),
|
||
(11588, 4971, 'pyre_page_bg_repeat', 'repeat'),
|
||
(11353, 4964, '_menu_item_menu_item_parent', '0'),
|
||
(11354, 4964, '_menu_item_object_id', '33'),
|
||
(11355, 4964, '_menu_item_object', 'horse_breeds'),
|
||
(11569, 4971, 'pyre_video', ''),
|
||
(11570, 4971, 'pyre_full_width', 'no'),
|
||
(11571, 4971, 'pyre_sidebar_position', 'default'),
|
||
(11572, 4971, 'pyre_fimg_width', ''),
|
||
(11573, 4971, 'pyre_fimg_height', ''),
|
||
(11549, 4970, 'pyre_page_title_custom_subheader', ''),
|
||
(11550, 4970, 'pyre_page_title_height', ''),
|
||
(11551, 4970, 'pyre_page_title_bar_bg', ''),
|
||
(11552, 4970, 'pyre_page_title_bar_bg_retina', ''),
|
||
(11553, 4970, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(11554, 4970, 'pyre_page_title_bar_bg_color', ''),
|
||
(11555, 4970, 'pyre_page_title_bg_parallax', 'default'),
|
||
(11339, 4962, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(11340, 4962, '_menu_item_xfn', ''),
|
||
(11321, 4960, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(11307, 4959, '_menu_item_type', 'custom'),
|
||
(11308, 4959, '_menu_item_menu_item_parent', '0'),
|
||
(11309, 4959, '_menu_item_object_id', '4959'),
|
||
(10612, 4867, '_menu_item_fusion_megamenu_width', ''),
|
||
(10613, 4467, '_menu_item_fusion_megamenu_width', ''),
|
||
(10614, 4586, '_menu_item_fusion_megamenu_width', ''),
|
||
(10615, 4568, '_menu_item_fusion_megamenu_width', ''),
|
||
(10616, 4567, '_menu_item_fusion_megamenu_width', ''),
|
||
(10617, 4566, '_menu_item_fusion_megamenu_width', ''),
|
||
(10618, 4565, '_menu_item_fusion_megamenu_width', ''),
|
||
(10619, 4576, '_menu_item_fusion_megamenu_width', ''),
|
||
(10620, 4575, '_menu_item_fusion_megamenu_width', ''),
|
||
(10621, 4574, '_menu_item_fusion_megamenu_width', ''),
|
||
(10622, 4573, '_menu_item_fusion_megamenu_width', ''),
|
||
(10623, 4587, '_menu_item_fusion_megamenu_width', ''),
|
||
(10624, 4461, '_menu_item_fusion_megamenu_width', ''),
|
||
(10625, 4552, '_menu_item_fusion_megamenu_width', ''),
|
||
(10626, 4555, '_menu_item_fusion_megamenu_width', ''),
|
||
(10627, 4551, '_menu_item_fusion_megamenu_width', ''),
|
||
(10628, 4549, '_menu_item_fusion_megamenu_width', ''),
|
||
(10629, 4550, '_menu_item_fusion_megamenu_width', ''),
|
||
(10630, 4556, '_menu_item_fusion_megamenu_width', ''),
|
||
(10631, 4557, '_menu_item_fusion_megamenu_width', ''),
|
||
(10632, 4511, '_menu_item_fusion_megamenu_width', ''),
|
||
(10633, 4577, '_menu_item_fusion_megamenu_width', ''),
|
||
(10634, 4479, '_menu_item_fusion_megamenu_width', ''),
|
||
(10635, 4512, '_menu_item_fusion_megamenu_width', ''),
|
||
(10636, 4462, '_menu_item_fusion_megamenu_width', ''),
|
||
(10637, 4466, '_menu_item_fusion_megamenu_width', ''),
|
||
(10638, 4564, '_menu_item_fusion_megamenu_width', ''),
|
||
(10639, 4563, '_menu_item_fusion_megamenu_width', ''),
|
||
(10640, 4562, '_menu_item_fusion_megamenu_width', ''),
|
||
(10641, 4561, '_menu_item_fusion_megamenu_width', ''),
|
||
(10642, 4560, '_menu_item_fusion_megamenu_width', ''),
|
||
(10643, 4559, '_menu_item_fusion_megamenu_width', ''),
|
||
(10644, 4558, '_menu_item_fusion_megamenu_width', ''),
|
||
(10645, 4532, '_menu_item_fusion_megamenu_width', ''),
|
||
(10646, 4533, '_menu_item_fusion_megamenu_width', ''),
|
||
(10647, 4539, '_menu_item_fusion_megamenu_width', ''),
|
||
(10648, 4540, '_menu_item_fusion_megamenu_width', ''),
|
||
(10649, 4541, '_menu_item_fusion_megamenu_width', ''),
|
||
(10650, 4531, '_menu_item_fusion_megamenu_width', ''),
|
||
(10651, 4530, '_menu_item_fusion_megamenu_width', ''),
|
||
(10652, 4529, '_menu_item_fusion_megamenu_width', ''),
|
||
(10653, 4528, '_menu_item_fusion_megamenu_width', ''),
|
||
(10654, 4527, '_menu_item_fusion_megamenu_width', ''),
|
||
(10655, 4526, '_menu_item_fusion_megamenu_width', ''),
|
||
(10656, 4525, '_menu_item_fusion_megamenu_width', ''),
|
||
(10657, 4542, '_menu_item_fusion_megamenu_width', ''),
|
||
(10658, 4524, '_menu_item_fusion_megamenu_width', ''),
|
||
(10659, 4523, '_menu_item_fusion_megamenu_width', ''),
|
||
(10660, 4522, '_menu_item_fusion_megamenu_width', ''),
|
||
(10661, 4538, '_menu_item_fusion_megamenu_width', ''),
|
||
(10662, 4537, '_menu_item_fusion_megamenu_width', ''),
|
||
(10663, 4536, '_menu_item_fusion_megamenu_width', ''),
|
||
(10664, 4535, '_menu_item_fusion_megamenu_width', ''),
|
||
(10666, 4899, '_edit_lock', '1393433890:1'),
|
||
(10667, 4899, '_wp_page_template', 'template-caballos-competicion.php'),
|
||
(11513, 4899, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:14:"Horses Sidebar";}'),
|
||
(10670, 4899, 'slide_template', ''),
|
||
(10671, 4899, 'pyre_slider_type', 'no'),
|
||
(10672, 4899, 'pyre_slider', '0'),
|
||
(10673, 4899, 'pyre_wooslider', '0'),
|
||
(10674, 4899, 'pyre_flexslider', '0'),
|
||
(10675, 4899, 'pyre_revslider', '0'),
|
||
(10676, 4899, 'pyre_elasticslider', '0'),
|
||
(10677, 4899, 'pyre_fallback', ''),
|
||
(10678, 4899, 'pyre_full_width', 'no'),
|
||
(10679, 4899, 'pyre_sidebar_position', 'default'),
|
||
(10680, 4899, 'pyre_main_top_padding', ''),
|
||
(10681, 4899, 'pyre_main_bottom_padding', ''),
|
||
(10682, 4899, 'pyre_hundredp_padding', ''),
|
||
(10683, 4899, 'pyre_portfolio_excerpt', ''),
|
||
(10684, 4899, 'pyre_portfolio_full_width', 'no'),
|
||
(10685, 4899, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(10686, 4899, 'pyre_portfolio_filters', 'yes'),
|
||
(10687, 4899, 'pyre_page_bg_layout', 'default'),
|
||
(10688, 4899, 'pyre_page_bg', ''),
|
||
(10689, 4899, 'pyre_page_bg_color', ''),
|
||
(10690, 4899, 'pyre_page_bg_full', 'no'),
|
||
(10691, 4899, 'pyre_page_bg_repeat', 'repeat'),
|
||
(10692, 4899, 'pyre_wide_page_bg', ''),
|
||
(10693, 4899, 'pyre_wide_page_bg_color', ''),
|
||
(10694, 4899, 'pyre_wide_page_bg_full', 'no'),
|
||
(10695, 4899, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(10696, 4899, 'pyre_header_bg', ''),
|
||
(10697, 4899, 'pyre_header_bg_color', ''),
|
||
(10698, 4899, 'pyre_header_bg_full', 'no'),
|
||
(10699, 4899, 'pyre_header_bg_repeat', 'repeat'),
|
||
(10700, 4899, 'pyre_page_title', 'yes'),
|
||
(10701, 4899, 'pyre_page_title_text', 'yes'),
|
||
(10702, 4899, 'pyre_page_title_custom_text', ''),
|
||
(10703, 4899, 'pyre_page_title_custom_subheader', ''),
|
||
(10704, 4899, 'pyre_page_title_height', ''),
|
||
(10705, 4899, 'pyre_page_title_bar_bg', ''),
|
||
(10706, 4899, 'pyre_page_title_bar_bg_retina', ''),
|
||
(10707, 4899, 'pyre_page_title_bar_bg_color', ''),
|
||
(10708, 4899, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(10709, 4899, 'pyre_page_title_bg_parallax', 'default'),
|
||
(10714, 4899, '_alp_processed', '1393411132'),
|
||
(10717, 4899, 'pyre_portfolio_category', 'a:1:{i:0;s:2:"38";}'),
|
||
(10720, 198, '_edit_last', '1'),
|
||
(10721, 198, 'slide_template', ''),
|
||
(10722, 198, '_alp_processed', '1393327475'),
|
||
(10723, 191, '_edit_last', '1'),
|
||
(10724, 191, 'slide_template', ''),
|
||
(10725, 191, '_alp_processed', '1393327475'),
|
||
(10726, 191, '_edit_lock', '1393320536:1'),
|
||
(10727, 192, '_edit_last', '1'),
|
||
(10728, 192, 'slide_template', ''),
|
||
(10729, 192, '_alp_processed', '1393327476'),
|
||
(10730, 192, '_edit_lock', '1393320546:1'),
|
||
(10731, 193, '_edit_last', '1'),
|
||
(10732, 193, 'slide_template', ''),
|
||
(10733, 193, '_alp_processed', '1393327476'),
|
||
(10734, 193, '_edit_lock', '1393320556:1'),
|
||
(10735, 196, '_edit_last', '1'),
|
||
(10736, 196, 'slide_template', ''),
|
||
(10737, 196, '_alp_processed', '1393327476'),
|
||
(10738, 196, '_edit_lock', '1393320563:1'),
|
||
(10747, 4877, '_edit_lock', '1393322161:1'),
|
||
(13158, 5085, '_menu_item_object_id', '56'),
|
||
(13159, 5085, '_menu_item_object', 'horse_breeds'),
|
||
(13160, 5085, '_menu_item_target', ''),
|
||
(13161, 5085, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(13162, 5085, '_menu_item_xfn', ''),
|
||
(12982, 5077, 'kd_featured-image-2_drg_horse_id', '4878'),
|
||
(12983, 5077, 'kd_featured-image-3_drg_horse_id', '4881'),
|
||
(12984, 5077, 'kd_featured-image-4_drg_horse_id', '4884'),
|
||
(12985, 5077, 'kd_featured-image-5_drg_horse_id', '4883'),
|
||
(12986, 5078, '_alp_processed', '1394037460'),
|
||
(12999, 5078, 'pyre_slider_type', 'no'),
|
||
(13157, 5085, '_menu_item_menu_item_parent', '0'),
|
||
(13377, 5119, '_edit_lock', '1393843147:1'),
|
||
(12718, 5068, '_wp_attached_file', '2014/02/caballo-yegua-con-su-cria-o-potro-bebe-equinos.jpg'),
|
||
(14198, 5077, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(12981, 5077, '_thumbnail_id', '4877'),
|
||
(12987, 5078, '_icl_lang_duplicate_of', '4953'),
|
||
(14328, 5078, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(14329, 5078, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(12991, 5078, 'pyre_video', ''),
|
||
(12992, 5078, 'pyre_full_width', 'no'),
|
||
(12993, 5078, 'pyre_sidebar_position', 'default'),
|
||
(12994, 5078, 'pyre_fimg_width', ''),
|
||
(12995, 5078, 'pyre_fimg_height', ''),
|
||
(12996, 5078, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(12997, 5078, 'pyre_link_icon_url', ''),
|
||
(12998, 5078, 'pyre_related_posts', 'yes'),
|
||
(13052, 5079, 'pyre_page_bg_layout', 'default'),
|
||
(13071, 5079, 'pyre_page_title_bar_bg_retina', ''),
|
||
(13072, 5079, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(13155, 5084, '_menu_item_url', ''),
|
||
(13156, 5085, '_menu_item_type', 'taxonomy'),
|
||
(10779, 4907, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:783;s:14:"hwstring_small";s:23:"height=''96'' width=''122''";s:4:"file";s:43:"2014/02/galante_vibrante_alcame_DSC9490.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:43:"galante_vibrante_alcame_DSC9490-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:43:"galante_vibrante_alcame_DSC9490-300x234.jpg";s:5:"width";i:300;s:6:"height";i:234;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:43:"galante_vibrante_alcame_DSC9490-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:43:"galante_vibrante_alcame_DSC9490-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:43:"galante_vibrante_alcame_DSC9490-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:43:"galante_vibrante_alcame_DSC9490-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:41:"galante_vibrante_alcame_DSC9490-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:43:"galante_vibrante_alcame_DSC9490-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:43:"galante_vibrante_alcame_DSC9490-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:43:"galante_vibrante_alcame_DSC9490-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:43:"galante_vibrante_alcame_DSC9490-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:43:"galante_vibrante_alcame_DSC9490-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:43:"galante_vibrante_alcame_DSC9490-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:43:"galante_vibrante_alcame_DSC9490-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:41:"galante_vibrante_alcame_DSC9490-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10778, 4907, '_wp_attached_file', '2014/02/galante_vibrante_alcame_DSC9490.jpg'),
|
||
(10777, 4906, '_edit_lock', '1393346419:1'),
|
||
(10776, 4906, '_edit_last', '1'),
|
||
(10781, 4906, '_thumbnail_id', '4907'),
|
||
(10782, 4908, '_wp_attached_file', '2014/02/GALANTE_39_VIBRANTE_ALCAME_DSC9191_.jpg'),
|
||
(10783, 4908, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:664;s:14:"hwstring_small";s:23:"height=''84'' width=''128''";s:4:"file";s:47:"2014/02/GALANTE_39_VIBRANTE_ALCAME_DSC9191_.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:47:"GALANTE_39_VIBRANTE_ALCAME_DSC9191_-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:47:"GALANTE_39_VIBRANTE_ALCAME_DSC9191_-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:47:"GALANTE_39_VIBRANTE_ALCAME_DSC9191_-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:47:"GALANTE_39_VIBRANTE_ALCAME_DSC9191_-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:47:"GALANTE_39_VIBRANTE_ALCAME_DSC9191_-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:47:"GALANTE_39_VIBRANTE_ALCAME_DSC9191_-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:45:"GALANTE_39_VIBRANTE_ALCAME_DSC9191_-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:47:"GALANTE_39_VIBRANTE_ALCAME_DSC9191_-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:47:"GALANTE_39_VIBRANTE_ALCAME_DSC9191_-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:47:"GALANTE_39_VIBRANTE_ALCAME_DSC9191_-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:47:"GALANTE_39_VIBRANTE_ALCAME_DSC9191_-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:47:"GALANTE_39_VIBRANTE_ALCAME_DSC9191_-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:47:"GALANTE_39_VIBRANTE_ALCAME_DSC9191_-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:47:"GALANTE_39_VIBRANTE_ALCAME_DSC9191_-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:45:"GALANTE_39_VIBRANTE_ALCAME_DSC9191_-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10784, 4906, 'kd_featured-image-2_avada_portfolio_id', '4908'),
|
||
(10785, 4909, '_wp_attached_file', '2014/02/galante_vibrante_alcame_DSC9402.jpg'),
|
||
(10786, 4909, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:761;s:14:"hwstring_small";s:23:"height=''96'' width=''126''";s:4:"file";s:43:"2014/02/galante_vibrante_alcame_DSC9402.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:43:"galante_vibrante_alcame_DSC9402-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:43:"galante_vibrante_alcame_DSC9402-300x228.jpg";s:5:"width";i:300;s:6:"height";i:228;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:43:"galante_vibrante_alcame_DSC9402-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:43:"galante_vibrante_alcame_DSC9402-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:43:"galante_vibrante_alcame_DSC9402-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:43:"galante_vibrante_alcame_DSC9402-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:41:"galante_vibrante_alcame_DSC9402-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:43:"galante_vibrante_alcame_DSC9402-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:43:"galante_vibrante_alcame_DSC9402-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:43:"galante_vibrante_alcame_DSC9402-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:43:"galante_vibrante_alcame_DSC9402-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:43:"galante_vibrante_alcame_DSC9402-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:43:"galante_vibrante_alcame_DSC9402-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:43:"galante_vibrante_alcame_DSC9402-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:41:"galante_vibrante_alcame_DSC9402-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10787, 4910, '_wp_attached_file', '2014/02/YEGUADA_LA_PERLA_39_GALANTE_X_VIBRANTE_ALCAME_DSC5959.jpg'),
|
||
(10788, 4910, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:622;s:14:"hwstring_small";s:23:"height=''79'' width=''128''";s:4:"file";s:65:"2014/02/YEGUADA_LA_PERLA_39_GALANTE_X_VIBRANTE_ALCAME_DSC5959.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:65:"YEGUADA_LA_PERLA_39_GALANTE_X_VIBRANTE_ALCAME_DSC5959-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:65:"YEGUADA_LA_PERLA_39_GALANTE_X_VIBRANTE_ALCAME_DSC5959-300x186.jpg";s:5:"width";i:300;s:6:"height";i:186;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:65:"YEGUADA_LA_PERLA_39_GALANTE_X_VIBRANTE_ALCAME_DSC5959-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:65:"YEGUADA_LA_PERLA_39_GALANTE_X_VIBRANTE_ALCAME_DSC5959-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:65:"YEGUADA_LA_PERLA_39_GALANTE_X_VIBRANTE_ALCAME_DSC5959-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:65:"YEGUADA_LA_PERLA_39_GALANTE_X_VIBRANTE_ALCAME_DSC5959-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:63:"YEGUADA_LA_PERLA_39_GALANTE_X_VIBRANTE_ALCAME_DSC5959-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:65:"YEGUADA_LA_PERLA_39_GALANTE_X_VIBRANTE_ALCAME_DSC5959-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:65:"YEGUADA_LA_PERLA_39_GALANTE_X_VIBRANTE_ALCAME_DSC5959-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:65:"YEGUADA_LA_PERLA_39_GALANTE_X_VIBRANTE_ALCAME_DSC5959-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:65:"YEGUADA_LA_PERLA_39_GALANTE_X_VIBRANTE_ALCAME_DSC5959-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:65:"YEGUADA_LA_PERLA_39_GALANTE_X_VIBRANTE_ALCAME_DSC5959-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:65:"YEGUADA_LA_PERLA_39_GALANTE_X_VIBRANTE_ALCAME_DSC5959-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:65:"YEGUADA_LA_PERLA_39_GALANTE_X_VIBRANTE_ALCAME_DSC5959-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:63:"YEGUADA_LA_PERLA_39_GALANTE_X_VIBRANTE_ALCAME_DSC5959-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10789, 4906, 'kd_featured-image-3_avada_portfolio_id', '4909'),
|
||
(10790, 4906, 'kd_featured-image-4_avada_portfolio_id', '4910'),
|
||
(10998, 4906, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(10997, 4906, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(10793, 4906, 'slide_template', ''),
|
||
(10794, 4906, 'pyre_width', 'full'),
|
||
(10795, 4906, 'pyre_portfolio_width_100', 'no'),
|
||
(10796, 4906, 'pyre_sidebar', 'no'),
|
||
(10797, 4906, 'pyre_sidebar_position', 'default'),
|
||
(10798, 4906, 'pyre_project_desc_title', 'yes'),
|
||
(10799, 4906, 'pyre_project_details', 'yes'),
|
||
(10800, 4906, 'pyre_show_first_featured_image', 'no'),
|
||
(10801, 4906, 'pyre_video', ''),
|
||
(11930, 5009, 'slide_template', ''),
|
||
(10802, 4906, 'pyre_video_url', ''),
|
||
(11027, 213, '_alp_processed', '1393432984'),
|
||
(10803, 4906, 'pyre_project_url', ''),
|
||
(10804, 4906, 'pyre_project_url_text', ''),
|
||
(10805, 4906, 'pyre_copy_url', ''),
|
||
(10806, 4906, 'pyre_copy_url_text', ''),
|
||
(10807, 4906, 'pyre_fimg_width', ''),
|
||
(10808, 4906, 'pyre_fimg_height', ''),
|
||
(10809, 4906, 'pyre_image_rollover_icons', 'no'),
|
||
(10810, 4906, 'pyre_link_icon_url', ''),
|
||
(10811, 4906, 'pyre_link_icon_target', 'no'),
|
||
(10812, 4906, 'pyre_related_posts', 'yes'),
|
||
(10813, 4906, 'pyre_slider_type', 'no'),
|
||
(10814, 4906, 'pyre_slider', '0'),
|
||
(10815, 4906, 'pyre_wooslider', '0'),
|
||
(10816, 4906, 'pyre_flexslider', '0'),
|
||
(10817, 4906, 'pyre_revslider', '0'),
|
||
(10818, 4906, 'pyre_elasticslider', '0'),
|
||
(10819, 4906, 'pyre_fallback', ''),
|
||
(10820, 4906, 'pyre_page_bg_layout', 'default'),
|
||
(10821, 4906, 'pyre_page_bg', ''),
|
||
(10822, 4906, 'pyre_page_bg_color', ''),
|
||
(10823, 4906, 'pyre_page_bg_full', 'no'),
|
||
(10824, 4906, 'pyre_page_bg_repeat', 'repeat'),
|
||
(10825, 4906, 'pyre_wide_page_bg', ''),
|
||
(10826, 4906, 'pyre_wide_page_bg_color', ''),
|
||
(10827, 4906, 'pyre_wide_page_bg_full', 'no'),
|
||
(10828, 4906, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(10829, 4906, 'pyre_header_bg', ''),
|
||
(10830, 4906, 'pyre_header_bg_color', ''),
|
||
(10831, 4906, 'pyre_header_bg_full', 'no'),
|
||
(10832, 4906, 'pyre_header_bg_repeat', 'repeat'),
|
||
(10833, 4906, 'pyre_page_title', 'yes'),
|
||
(10834, 4906, 'pyre_page_title_text', 'yes'),
|
||
(10835, 4906, 'pyre_page_title_custom_text', ''),
|
||
(10836, 4906, 'pyre_page_title_custom_subheader', ''),
|
||
(10837, 4906, 'pyre_page_title_height', ''),
|
||
(10838, 4906, 'pyre_page_title_bar_bg', ''),
|
||
(10839, 4906, 'pyre_page_title_bar_bg_retina', ''),
|
||
(10840, 4906, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(10841, 4906, 'pyre_page_title_bar_bg_color', ''),
|
||
(10842, 4906, 'pyre_page_title_bg_parallax', 'default'),
|
||
(10847, 4906, '_alp_processed', '1393439319'),
|
||
(10880, 4917, '_edit_last', '1'),
|
||
(10881, 4917, '_edit_lock', '1393410820:1'),
|
||
(10988, 4917, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(10987, 4917, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(10884, 4917, 'slide_template', ''),
|
||
(10885, 4917, 'pyre_width', 'full'),
|
||
(10886, 4917, 'pyre_portfolio_width_100', 'no'),
|
||
(10887, 4917, 'pyre_sidebar', 'no'),
|
||
(10888, 4917, 'pyre_sidebar_position', 'default'),
|
||
(10889, 4917, 'pyre_project_desc_title', 'yes'),
|
||
(10890, 4917, 'pyre_project_details', 'yes'),
|
||
(10891, 4917, 'pyre_show_first_featured_image', 'no'),
|
||
(10892, 4917, 'pyre_video', ''),
|
||
(11030, 215, '_alp_processed', '1393432984'),
|
||
(10893, 4917, 'pyre_video_url', ''),
|
||
(11933, 5009, 'pyre_wooslider', '0'),
|
||
(10894, 4917, 'pyre_project_url', ''),
|
||
(10895, 4917, 'pyre_project_url_text', ''),
|
||
(10896, 4917, 'pyre_copy_url', ''),
|
||
(10897, 4917, 'pyre_copy_url_text', ''),
|
||
(10898, 4917, 'pyre_fimg_width', ''),
|
||
(10899, 4917, 'pyre_fimg_height', ''),
|
||
(10900, 4917, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(10901, 4917, 'pyre_link_icon_url', ''),
|
||
(10902, 4917, 'pyre_link_icon_target', 'no'),
|
||
(10903, 4917, 'pyre_related_posts', 'yes'),
|
||
(10904, 4917, 'pyre_slider_type', 'no'),
|
||
(10905, 4917, 'pyre_slider', '0'),
|
||
(10906, 4917, 'pyre_wooslider', '0'),
|
||
(10907, 4917, 'pyre_flexslider', '0'),
|
||
(10908, 4917, 'pyre_revslider', '0'),
|
||
(10909, 4917, 'pyre_elasticslider', '0'),
|
||
(10910, 4917, 'pyre_fallback', ''),
|
||
(10911, 4917, 'pyre_page_bg_layout', 'default'),
|
||
(10912, 4917, 'pyre_page_bg', ''),
|
||
(10913, 4917, 'pyre_page_bg_color', ''),
|
||
(10914, 4917, 'pyre_page_bg_full', 'no'),
|
||
(10915, 4917, 'pyre_page_bg_repeat', 'repeat'),
|
||
(10916, 4917, 'pyre_wide_page_bg', ''),
|
||
(10917, 4917, 'pyre_wide_page_bg_color', ''),
|
||
(10918, 4917, 'pyre_wide_page_bg_full', 'no'),
|
||
(10919, 4917, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(10920, 4917, 'pyre_header_bg', ''),
|
||
(10921, 4917, 'pyre_header_bg_color', ''),
|
||
(10922, 4917, 'pyre_header_bg_full', 'no'),
|
||
(10923, 4917, 'pyre_header_bg_repeat', 'repeat'),
|
||
(10924, 4917, 'pyre_page_title', 'yes'),
|
||
(10925, 4917, 'pyre_page_title_text', 'yes'),
|
||
(10926, 4917, 'pyre_page_title_custom_text', ''),
|
||
(10927, 4917, 'pyre_page_title_custom_subheader', ''),
|
||
(10928, 4917, 'pyre_page_title_height', ''),
|
||
(10929, 4917, 'pyre_page_title_bar_bg', ''),
|
||
(10930, 4917, 'pyre_page_title_bar_bg_retina', ''),
|
||
(10931, 4917, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(10932, 4917, 'pyre_page_title_bar_bg_color', ''),
|
||
(10933, 4917, 'pyre_page_title_bg_parallax', 'default'),
|
||
(10938, 4917, '_alp_processed', '1393439319'),
|
||
(10939, 4919, '_wp_attached_file', '2014/02/hercules_DSC9326.jpg'),
|
||
(10940, 4919, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:841;s:14:"hwstring_small";s:23:"height=''96'' width=''114''";s:4:"file";s:28:"2014/02/hercules_DSC9326.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"hercules_DSC9326-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"hercules_DSC9326-300x252.jpg";s:5:"width";i:300;s:6:"height";i:252;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:28:"hercules_DSC9326-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:28:"hercules_DSC9326-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:28:"hercules_DSC9326-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:28:"hercules_DSC9326-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:26:"hercules_DSC9326-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:28:"hercules_DSC9326-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:28:"hercules_DSC9326-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:28:"hercules_DSC9326-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:28:"hercules_DSC9326-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:28:"hercules_DSC9326-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:28:"hercules_DSC9326-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:28:"hercules_DSC9326-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:26:"hercules_DSC9326-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10941, 4917, '_thumbnail_id', '4919'),
|
||
(10942, 4920, '_wp_attached_file', '2014/02/HERCULES_72_DSC9793_.jpg'),
|
||
(10943, 4920, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:866;s:6:"height";i:611;s:14:"hwstring_small";s:23:"height=''90'' width=''128''";s:4:"file";s:32:"2014/02/HERCULES_72_DSC9793_.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9793_-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9793_-300x211.jpg";s:5:"width";i:300;s:6:"height";i:211;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9793_-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9793_-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9793_-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9793_-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:30:"HERCULES_72_DSC9793_-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9793_-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9793_-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9793_-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9793_-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9793_-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9793_-866x400.jpg";s:5:"width";i:866;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9793_-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:30:"HERCULES_72_DSC9793_-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10944, 4921, '_wp_attached_file', '2014/02/HERCULES_72_DSC9822_.jpg'),
|
||
(10945, 4921, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:942;s:6:"height";i:584;s:14:"hwstring_small";s:23:"height=''79'' width=''128''";s:4:"file";s:32:"2014/02/HERCULES_72_DSC9822_.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9822_-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9822_-300x185.jpg";s:5:"width";i:300;s:6:"height";i:185;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9822_-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9822_-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9822_-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9822_-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:30:"HERCULES_72_DSC9822_-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9822_-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9822_-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9822_-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9822_-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9822_-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9822_-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9822_-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:30:"HERCULES_72_DSC9822_-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10946, 4922, '_wp_attached_file', '2014/02/HERCULES_72_DSC9826_.jpg'),
|
||
(10947, 4917, 'kd_featured-image-2_avada_portfolio_id', '4920'),
|
||
(10948, 4922, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:582;s:6:"height";i:543;s:14:"hwstring_small";s:23:"height=''96'' width=''102''";s:4:"file";s:32:"2014/02/HERCULES_72_DSC9826_.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9826_-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9826_-300x279.jpg";s:5:"width";i:300;s:6:"height";i:279;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9826_-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9826_-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9826_-582x272.jpg";s:5:"width";i:582;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9826_-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:30:"HERCULES_72_DSC9826_-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9826_-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9826_-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9826_-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9826_-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9826_-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9826_-582x400.jpg";s:5:"width";i:582;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:32:"HERCULES_72_DSC9826_-582x441.jpg";s:5:"width";i:582;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:30:"HERCULES_72_DSC9826_-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10949, 4923, '_wp_attached_file', '2014/02/hercules_DSC9303.jpg'),
|
||
(10950, 4917, 'kd_featured-image-3_avada_portfolio_id', '4921');
|
||
INSERT INTO `drgrp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
|
||
(10951, 4923, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:659;s:14:"hwstring_small";s:23:"height=''84'' width=''128''";s:4:"file";s:28:"2014/02/hercules_DSC9303.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"hercules_DSC9303-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"hercules_DSC9303-300x197.jpg";s:5:"width";i:300;s:6:"height";i:197;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:28:"hercules_DSC9303-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:28:"hercules_DSC9303-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:28:"hercules_DSC9303-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:28:"hercules_DSC9303-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:26:"hercules_DSC9303-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:28:"hercules_DSC9303-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:28:"hercules_DSC9303-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:28:"hercules_DSC9303-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:28:"hercules_DSC9303-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:28:"hercules_DSC9303-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:28:"hercules_DSC9303-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:28:"hercules_DSC9303-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:26:"hercules_DSC9303-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10952, 4924, '_wp_attached_file', '2014/02/hercules_DSC9350.jpg'),
|
||
(10953, 4917, 'kd_featured-image-4_avada_portfolio_id', '4922'),
|
||
(10954, 4924, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:672;s:14:"hwstring_small";s:23:"height=''86'' width=''128''";s:4:"file";s:28:"2014/02/hercules_DSC9350.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"hercules_DSC9350-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"hercules_DSC9350-300x201.jpg";s:5:"width";i:300;s:6:"height";i:201;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:28:"hercules_DSC9350-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:28:"hercules_DSC9350-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:28:"hercules_DSC9350-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:28:"hercules_DSC9350-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:26:"hercules_DSC9350-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:28:"hercules_DSC9350-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:28:"hercules_DSC9350-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:28:"hercules_DSC9350-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:28:"hercules_DSC9350-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:28:"hercules_DSC9350-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:28:"hercules_DSC9350-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:28:"hercules_DSC9350-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:26:"hercules_DSC9350-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10955, 4925, '_wp_attached_file', '2014/02/YEGUADA_LA_PERLA_72_HERCULES_2012_DSC6466.jpg'),
|
||
(10956, 4925, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:702;s:14:"hwstring_small";s:23:"height=''89'' width=''128''";s:4:"file";s:53:"2014/02/YEGUADA_LA_PERLA_72_HERCULES_2012_DSC6466.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:53:"YEGUADA_LA_PERLA_72_HERCULES_2012_DSC6466-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:53:"YEGUADA_LA_PERLA_72_HERCULES_2012_DSC6466-300x210.jpg";s:5:"width";i:300;s:6:"height";i:210;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:53:"YEGUADA_LA_PERLA_72_HERCULES_2012_DSC6466-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:53:"YEGUADA_LA_PERLA_72_HERCULES_2012_DSC6466-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:53:"YEGUADA_LA_PERLA_72_HERCULES_2012_DSC6466-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:53:"YEGUADA_LA_PERLA_72_HERCULES_2012_DSC6466-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:51:"YEGUADA_LA_PERLA_72_HERCULES_2012_DSC6466-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:53:"YEGUADA_LA_PERLA_72_HERCULES_2012_DSC6466-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:53:"YEGUADA_LA_PERLA_72_HERCULES_2012_DSC6466-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:53:"YEGUADA_LA_PERLA_72_HERCULES_2012_DSC6466-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:53:"YEGUADA_LA_PERLA_72_HERCULES_2012_DSC6466-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:53:"YEGUADA_LA_PERLA_72_HERCULES_2012_DSC6466-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:53:"YEGUADA_LA_PERLA_72_HERCULES_2012_DSC6466-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:53:"YEGUADA_LA_PERLA_72_HERCULES_2012_DSC6466-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:51:"YEGUADA_LA_PERLA_72_HERCULES_2012_DSC6466-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(10957, 4917, 'kd_featured-image-5_avada_portfolio_id', '4924'),
|
||
(10962, 198, '_wp_trash_meta_status', 'publish'),
|
||
(10963, 198, '_wp_trash_meta_time', '1393327475'),
|
||
(10964, 191, '_wp_trash_meta_status', 'publish'),
|
||
(10965, 191, '_wp_trash_meta_time', '1393327475'),
|
||
(10966, 195, '_wp_trash_meta_status', 'publish'),
|
||
(10967, 195, '_wp_trash_meta_time', '1393327475'),
|
||
(10968, 195, '_alp_processed', '1393327476'),
|
||
(10969, 196, '_wp_trash_meta_status', 'publish'),
|
||
(10970, 196, '_wp_trash_meta_time', '1393327476'),
|
||
(10971, 193, '_wp_trash_meta_status', 'publish'),
|
||
(10972, 193, '_wp_trash_meta_time', '1393327476'),
|
||
(10973, 192, '_wp_trash_meta_status', 'publish'),
|
||
(10974, 192, '_wp_trash_meta_time', '1393327476'),
|
||
(11466, 4899, 'drg_horse_category', 'a:1:{i:0;s:2:"38";}'),
|
||
(11932, 5009, 'pyre_slider', '0'),
|
||
(11033, 202, '_alp_processed', '1393432984'),
|
||
(12013, 5009, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:12:"Blog Sidebar";}'),
|
||
(11036, 211, '_alp_processed', '1393432984'),
|
||
(11926, 5009, '_edit_lock', '1393434006:1'),
|
||
(11927, 5009, '_wp_page_template', 'default'),
|
||
(11039, 209, '_alp_processed', '1393432984'),
|
||
(11925, 5009, '_edit_last', '1'),
|
||
(11042, 207, '_alp_processed', '1393432984'),
|
||
(11051, 4948, '_edit_last', '1'),
|
||
(11052, 4948, '_edit_lock', '1394037416:1'),
|
||
(14349, 4948, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(14348, 4948, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(11055, 4948, 'slide_template', ''),
|
||
(11056, 4948, 'pyre_video', ''),
|
||
(11057, 4948, 'pyre_full_width', 'no'),
|
||
(11058, 4948, 'pyre_sidebar_position', 'default'),
|
||
(11059, 4948, 'pyre_fimg_width', ''),
|
||
(11060, 4948, 'pyre_fimg_height', ''),
|
||
(11061, 4948, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(11062, 4948, 'pyre_link_icon_url', ''),
|
||
(11063, 4948, 'pyre_related_posts', 'yes'),
|
||
(11064, 4948, 'pyre_slider_type', 'no'),
|
||
(11065, 4948, 'pyre_slider', '0'),
|
||
(11066, 4948, 'pyre_wooslider', '0'),
|
||
(11067, 4948, 'pyre_flexslider', '0'),
|
||
(11068, 4948, 'pyre_revslider', '0'),
|
||
(11069, 4948, 'pyre_elasticslider', '0'),
|
||
(11070, 4948, 'pyre_fallback', ''),
|
||
(11071, 4948, 'pyre_page_bg_layout', 'default'),
|
||
(11072, 4948, 'pyre_page_bg', ''),
|
||
(11073, 4948, 'pyre_page_bg_color', ''),
|
||
(11074, 4948, 'pyre_page_bg_full', 'no'),
|
||
(11075, 4948, 'pyre_page_bg_repeat', 'repeat'),
|
||
(11076, 4948, 'pyre_wide_page_bg', ''),
|
||
(11077, 4948, 'pyre_wide_page_bg_color', ''),
|
||
(11078, 4948, 'pyre_wide_page_bg_full', 'no'),
|
||
(11079, 4948, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(11080, 4948, 'pyre_header_bg', ''),
|
||
(11081, 4948, 'pyre_header_bg_color', ''),
|
||
(11082, 4948, 'pyre_header_bg_full', 'no'),
|
||
(11083, 4948, 'pyre_header_bg_repeat', 'repeat'),
|
||
(11084, 4948, 'pyre_page_title', 'yes'),
|
||
(11085, 4948, 'pyre_page_title_text', 'yes'),
|
||
(11086, 4948, 'pyre_page_title_custom_text', ''),
|
||
(11087, 4948, 'pyre_page_title_custom_subheader', ''),
|
||
(11088, 4948, 'pyre_page_title_height', ''),
|
||
(11089, 4948, 'pyre_page_title_bar_bg', ''),
|
||
(11090, 4948, 'pyre_page_title_bar_bg_retina', ''),
|
||
(11091, 4948, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(11092, 4948, 'pyre_page_title_bar_bg_color', ''),
|
||
(11093, 4948, 'pyre_page_title_bg_parallax', 'default'),
|
||
(11098, 4948, '_alp_processed', '1394037500'),
|
||
(11099, 4948, '_thumbnail_id', '4919'),
|
||
(11100, 4948, 'kd_featured-image-2_drg_horse_id', '4924'),
|
||
(11101, 4948, 'kd_featured-image-3_drg_horse_id', '4923'),
|
||
(11102, 4948, 'kd_featured-image-4_drg_horse_id', '4925'),
|
||
(11103, 4948, 'kd_featured-image-5_drg_horse_id', '4920'),
|
||
(11108, 4951, '_edit_last', '1'),
|
||
(11109, 4951, '_edit_lock', '1394037419:1'),
|
||
(11110, 4951, '_thumbnail_id', '4908'),
|
||
(11111, 4951, 'kd_featured-image-2_drg_horse_id', '4907'),
|
||
(11112, 4951, 'kd_featured-image-3_drg_horse_id', '4910'),
|
||
(11113, 4951, 'kd_featured-image-4_drg_horse_id', '4909'),
|
||
(14390, 4951, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(14389, 4951, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(11116, 4951, 'slide_template', ''),
|
||
(11117, 4951, 'pyre_video', ''),
|
||
(11118, 4951, 'pyre_full_width', 'no'),
|
||
(11119, 4951, 'pyre_sidebar_position', 'default'),
|
||
(11120, 4951, 'pyre_fimg_width', ''),
|
||
(11121, 4951, 'pyre_fimg_height', ''),
|
||
(11122, 4951, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(11123, 4951, 'pyre_link_icon_url', ''),
|
||
(11124, 4951, 'pyre_related_posts', 'yes'),
|
||
(11125, 4951, 'pyre_slider_type', 'no'),
|
||
(11126, 4951, 'pyre_slider', '0'),
|
||
(11127, 4951, 'pyre_wooslider', '0'),
|
||
(11128, 4951, 'pyre_flexslider', '0'),
|
||
(11129, 4951, 'pyre_revslider', '0'),
|
||
(11130, 4951, 'pyre_elasticslider', '0'),
|
||
(11131, 4951, 'pyre_fallback', ''),
|
||
(11132, 4951, 'pyre_page_bg_layout', 'default'),
|
||
(11133, 4951, 'pyre_page_bg', ''),
|
||
(11134, 4951, 'pyre_page_bg_color', ''),
|
||
(11135, 4951, 'pyre_page_bg_full', 'no'),
|
||
(11136, 4951, 'pyre_page_bg_repeat', 'repeat'),
|
||
(11137, 4951, 'pyre_wide_page_bg', ''),
|
||
(11138, 4951, 'pyre_wide_page_bg_color', ''),
|
||
(11139, 4951, 'pyre_wide_page_bg_full', 'no'),
|
||
(11140, 4951, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(11141, 4951, 'pyre_header_bg', ''),
|
||
(11142, 4951, 'pyre_header_bg_color', ''),
|
||
(11143, 4951, 'pyre_header_bg_full', 'no'),
|
||
(11144, 4951, 'pyre_header_bg_repeat', 'repeat'),
|
||
(11145, 4951, 'pyre_page_title', 'yes'),
|
||
(11146, 4951, 'pyre_page_title_text', 'yes'),
|
||
(11147, 4951, 'pyre_page_title_custom_text', ''),
|
||
(11148, 4951, 'pyre_page_title_custom_subheader', ''),
|
||
(11149, 4951, 'pyre_page_title_height', ''),
|
||
(11150, 4951, 'pyre_page_title_bar_bg', ''),
|
||
(11151, 4951, 'pyre_page_title_bar_bg_retina', ''),
|
||
(11152, 4951, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(11153, 4951, 'pyre_page_title_bar_bg_color', ''),
|
||
(11154, 4951, 'pyre_page_title_bg_parallax', 'default'),
|
||
(11159, 4951, '_alp_processed', '1394037528'),
|
||
(11160, 4953, '_edit_last', '1'),
|
||
(11161, 4953, '_edit_lock', '1394037416:1'),
|
||
(14325, 4953, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(11164, 4953, 'slide_template', ''),
|
||
(11165, 4953, 'pyre_video', ''),
|
||
(11166, 4953, 'pyre_full_width', 'no'),
|
||
(11167, 4953, 'pyre_sidebar_position', 'default'),
|
||
(11168, 4953, 'pyre_fimg_width', ''),
|
||
(11169, 4953, 'pyre_fimg_height', ''),
|
||
(11170, 4953, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(11171, 4953, 'pyre_link_icon_url', ''),
|
||
(11172, 4953, 'pyre_related_posts', 'yes'),
|
||
(11173, 4953, 'pyre_slider_type', 'no'),
|
||
(11174, 4953, 'pyre_slider', '0'),
|
||
(11175, 4953, 'pyre_wooslider', '0'),
|
||
(11176, 4953, 'pyre_flexslider', '0'),
|
||
(11177, 4953, 'pyre_revslider', '0'),
|
||
(11178, 4953, 'pyre_elasticslider', '0'),
|
||
(11179, 4953, 'pyre_fallback', ''),
|
||
(11180, 4953, 'pyre_page_bg_layout', 'default'),
|
||
(11181, 4953, 'pyre_page_bg', ''),
|
||
(11182, 4953, 'pyre_page_bg_color', ''),
|
||
(11183, 4953, 'pyre_page_bg_full', 'no'),
|
||
(11184, 4953, 'pyre_page_bg_repeat', 'repeat'),
|
||
(11185, 4953, 'pyre_wide_page_bg', ''),
|
||
(11186, 4953, 'pyre_wide_page_bg_color', ''),
|
||
(11187, 4953, 'pyre_wide_page_bg_full', 'no'),
|
||
(11188, 4953, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(11189, 4953, 'pyre_header_bg', ''),
|
||
(11190, 4953, 'pyre_header_bg_color', ''),
|
||
(11191, 4953, 'pyre_header_bg_full', 'no'),
|
||
(11192, 4953, 'pyre_header_bg_repeat', 'repeat'),
|
||
(11193, 4953, 'pyre_page_title', 'yes'),
|
||
(11194, 4953, 'pyre_page_title_text', 'yes'),
|
||
(11195, 4953, 'pyre_page_title_custom_text', ''),
|
||
(11196, 4953, 'pyre_page_title_custom_subheader', ''),
|
||
(11197, 4953, 'pyre_page_title_height', ''),
|
||
(11198, 4953, 'pyre_page_title_bar_bg', ''),
|
||
(11199, 4953, 'pyre_page_title_bar_bg_retina', ''),
|
||
(11200, 4953, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(11201, 4953, 'pyre_page_title_bar_bg_color', ''),
|
||
(11202, 4953, 'pyre_page_title_bg_parallax', 'default'),
|
||
(14324, 4953, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(11207, 4953, '_alp_processed', '1394037460'),
|
||
(11216, 4955, '_edit_last', '1'),
|
||
(11217, 4955, '_edit_lock', '1394037290:1'),
|
||
(14177, 4955, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(14176, 4955, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(11220, 4955, 'slide_template', ''),
|
||
(11221, 4955, 'pyre_video', ''),
|
||
(11222, 4955, 'pyre_full_width', 'no'),
|
||
(11223, 4955, 'pyre_sidebar_position', 'default'),
|
||
(11224, 4955, 'pyre_fimg_width', ''),
|
||
(11225, 4955, 'pyre_fimg_height', ''),
|
||
(11226, 4955, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(11227, 4955, 'pyre_link_icon_url', ''),
|
||
(11228, 4955, 'pyre_related_posts', 'yes'),
|
||
(11229, 4955, 'pyre_slider_type', 'no'),
|
||
(11230, 4955, 'pyre_slider', '0'),
|
||
(11231, 4955, 'pyre_wooslider', '0'),
|
||
(11232, 4955, 'pyre_flexslider', '0'),
|
||
(11233, 4955, 'pyre_revslider', '0'),
|
||
(11234, 4955, 'pyre_elasticslider', '0'),
|
||
(11235, 4955, 'pyre_fallback', ''),
|
||
(11236, 4955, 'pyre_page_bg_layout', 'default'),
|
||
(11237, 4955, 'pyre_page_bg', ''),
|
||
(11238, 4955, 'pyre_page_bg_color', ''),
|
||
(11239, 4955, 'pyre_page_bg_full', 'no'),
|
||
(11240, 4955, 'pyre_page_bg_repeat', 'repeat'),
|
||
(11241, 4955, 'pyre_wide_page_bg', ''),
|
||
(11242, 4955, 'pyre_wide_page_bg_color', ''),
|
||
(11243, 4955, 'pyre_wide_page_bg_full', 'no'),
|
||
(11244, 4955, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(11245, 4955, 'pyre_header_bg', ''),
|
||
(11246, 4955, 'pyre_header_bg_color', ''),
|
||
(11247, 4955, 'pyre_header_bg_full', 'no'),
|
||
(11248, 4955, 'pyre_header_bg_repeat', 'repeat'),
|
||
(11249, 4955, 'pyre_page_title', 'yes'),
|
||
(11250, 4955, 'pyre_page_title_text', 'yes'),
|
||
(11251, 4955, 'pyre_page_title_custom_text', ''),
|
||
(11252, 4955, 'pyre_page_title_custom_subheader', ''),
|
||
(11253, 4955, 'pyre_page_title_height', ''),
|
||
(11254, 4955, 'pyre_page_title_bar_bg', ''),
|
||
(11255, 4955, 'pyre_page_title_bar_bg_retina', ''),
|
||
(11256, 4955, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(11257, 4955, 'pyre_page_title_bar_bg_color', ''),
|
||
(11258, 4955, 'pyre_page_title_bg_parallax', 'default'),
|
||
(11263, 4955, '_alp_processed', '1394037165'),
|
||
(11268, 4955, '_thumbnail_id', '4877'),
|
||
(11269, 4955, 'kd_featured-image-2_drg_horse_id', '4878'),
|
||
(11270, 4955, 'kd_featured-image-3_drg_horse_id', '4881'),
|
||
(11271, 4955, 'kd_featured-image-4_drg_horse_id', '4884'),
|
||
(11272, 4955, 'kd_featured-image-5_drg_horse_id', '4883'),
|
||
(11277, 4957, '_menu_item_type', 'taxonomy'),
|
||
(11278, 4957, '_menu_item_menu_item_parent', '0'),
|
||
(11279, 4957, '_menu_item_object_id', '39'),
|
||
(11280, 4957, '_menu_item_object', 'horse_categories'),
|
||
(11281, 4957, '_menu_item_target', ''),
|
||
(11282, 4957, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(11283, 4957, '_menu_item_xfn', ''),
|
||
(11284, 4957, '_menu_item_url', ''),
|
||
(11295, 4957, '_menu_item_fusion_megamenu_width', ''),
|
||
(11286, 4958, '_menu_item_type', 'taxonomy'),
|
||
(11287, 4958, '_menu_item_menu_item_parent', '0'),
|
||
(11288, 4958, '_menu_item_object_id', '38'),
|
||
(11289, 4958, '_menu_item_object', 'horse_categories'),
|
||
(11290, 4958, '_menu_item_target', ''),
|
||
(11291, 4958, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(11292, 4958, '_menu_item_xfn', ''),
|
||
(11293, 4958, '_menu_item_url', ''),
|
||
(11299, 4958, '_menu_item_fusion_megamenu_width', ''),
|
||
(11296, 4957, '_menu_item_fusion_megamenu_columns', 'auto'),
|
||
(11297, 4957, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(11298, 4957, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(11300, 4958, '_menu_item_fusion_megamenu_columns', 'auto'),
|
||
(11301, 4958, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(11302, 4958, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(11361, 4965, '_menu_item_type', 'post_type'),
|
||
(11362, 4965, '_menu_item_menu_item_parent', '0'),
|
||
(11363, 4965, '_menu_item_object_id', '4899'),
|
||
(11619, 4978, '_wp_attached_file', '2014/02/Carthano_K1G9342_B4_01.jpg'),
|
||
(11620, 4978, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2126;s:6:"height";i:1535;s:14:"hwstring_small";s:23:"height=''92'' width=''128''";s:4:"file";s:34:"2014/02/Carthano_K1G9342_B4_01.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"Carthano_K1G9342_B4_01-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"Carthano_K1G9342_B4_01-300x216.jpg";s:5:"width";i:300;s:6:"height";i:216;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"Carthano_K1G9342_B4_01-1024x739.jpg";s:5:"width";i:1024;s:6:"height";i:739;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:34:"Carthano_K1G9342_B4_01-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:34:"Carthano_K1G9342_B4_01-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:34:"Carthano_K1G9342_B4_01-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:34:"Carthano_K1G9342_B4_01-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:32:"Carthano_K1G9342_B4_01-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:34:"Carthano_K1G9342_B4_01-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:34:"Carthano_K1G9342_B4_01-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:34:"Carthano_K1G9342_B4_01-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:34:"Carthano_K1G9342_B4_01-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:34:"Carthano_K1G9342_B4_01-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:34:"Carthano_K1G9342_B4_01-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:34:"Carthano_K1G9342_B4_01-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:32:"Carthano_K1G9342_B4_01-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:11:"Guido Recki";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:128:"@ Guido Recki, Erler Str. 14, 46286 Dorsten, Tel. 02866-188780, Fax 02866-1887818, Bankverbindung: Deutsche Bank Essen, Konto 52";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(11621, 4979, '_wp_attached_file', '2014/02/Carthano_K1G9347_B2_05.jpg'),
|
||
(11622, 4979, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1535;s:6:"height";i:1950;s:14:"hwstring_small";s:22:"height=''96'' width=''75''";s:4:"file";s:34:"2014/02/Carthano_K1G9347_B2_05.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"Carthano_K1G9347_B2_05-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"Carthano_K1G9347_B2_05-236x300.jpg";s:5:"width";i:236;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"Carthano_K1G9347_B2_05-806x1024.jpg";s:5:"width";i:806;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:34:"Carthano_K1G9347_B2_05-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:34:"Carthano_K1G9347_B2_05-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:34:"Carthano_K1G9347_B2_05-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:34:"Carthano_K1G9347_B2_05-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:32:"Carthano_K1G9347_B2_05-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:34:"Carthano_K1G9347_B2_05-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:34:"Carthano_K1G9347_B2_05-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:34:"Carthano_K1G9347_B2_05-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:34:"Carthano_K1G9347_B2_05-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:34:"Carthano_K1G9347_B2_05-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:34:"Carthano_K1G9347_B2_05-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:34:"Carthano_K1G9347_B2_05-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:32:"Carthano_K1G9347_B2_05-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(11643, 4985, '_wp_attached_file', '2014/02/Cristallo_II_BuCha2013.jpg'),
|
||
(11644, 4985, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4256;s:6:"height";i:2832;s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:34:"2014/02/Cristallo_II_BuCha2013.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"Cristallo_II_BuCha2013-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"Cristallo_II_BuCha2013-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"Cristallo_II_BuCha2013-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:34:"Cristallo_II_BuCha2013-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:34:"Cristallo_II_BuCha2013-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:34:"Cristallo_II_BuCha2013-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:34:"Cristallo_II_BuCha2013-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:32:"Cristallo_II_BuCha2013-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:34:"Cristallo_II_BuCha2013-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:34:"Cristallo_II_BuCha2013-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:34:"Cristallo_II_BuCha2013-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:34:"Cristallo_II_BuCha2013-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:34:"Cristallo_II_BuCha2013-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:34:"Cristallo_II_BuCha2013-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:34:"Cristallo_II_BuCha2013-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:32:"Cristallo_II_BuCha2013-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(11645, 4986, '_wp_attached_file', '2014/02/Cristallo_II_Freispringen_01.jpg'),
|
||
(11646, 4986, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3543;s:6:"height";i:2357;s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:40:"2014/02/Cristallo_II_Freispringen_01.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:40:"Cristallo_II_Freispringen_01-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:40:"Cristallo_II_Freispringen_01-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:41:"Cristallo_II_Freispringen_01-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:40:"Cristallo_II_Freispringen_01-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:40:"Cristallo_II_Freispringen_01-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:40:"Cristallo_II_Freispringen_01-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:40:"Cristallo_II_Freispringen_01-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:38:"Cristallo_II_Freispringen_01-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:40:"Cristallo_II_Freispringen_01-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:40:"Cristallo_II_Freispringen_01-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:40:"Cristallo_II_Freispringen_01-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:40:"Cristallo_II_Freispringen_01-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:40:"Cristallo_II_Freispringen_01-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:40:"Cristallo_II_Freispringen_01-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:40:"Cristallo_II_Freispringen_01-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:38:"Cristallo_II_Freispringen_01-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:12:"KIKI BEELITZ";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:15:"kiki-beelitz.de";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(11647, 4987, '_wp_attached_file', '2014/02/Cristallo_II_Galopp_Recki_01.jpg'),
|
||
(11648, 4987, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4896;s:6:"height";i:3264;s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:40:"2014/02/Cristallo_II_Galopp_Recki_01.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:40:"Cristallo_II_Galopp_Recki_01-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:40:"Cristallo_II_Galopp_Recki_01-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:41:"Cristallo_II_Galopp_Recki_01-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:40:"Cristallo_II_Galopp_Recki_01-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:40:"Cristallo_II_Galopp_Recki_01-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:40:"Cristallo_II_Galopp_Recki_01-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:40:"Cristallo_II_Galopp_Recki_01-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:38:"Cristallo_II_Galopp_Recki_01-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:40:"Cristallo_II_Galopp_Recki_01-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:40:"Cristallo_II_Galopp_Recki_01-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:40:"Cristallo_II_Galopp_Recki_01-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:40:"Cristallo_II_Galopp_Recki_01-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:40:"Cristallo_II_Galopp_Recki_01-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:40:"Cristallo_II_Galopp_Recki_01-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:40:"Cristallo_II_Galopp_Recki_01-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:38:"Cristallo_II_Galopp_Recki_01-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(11649, 4988, '_wp_attached_file', '2014/02/CristalloII_Trab_4_01.jpg'),
|
||
(11650, 4988, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:849;s:6:"height";i:566;s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:33:"2014/02/CristalloII_Trab_4_01.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"CristalloII_Trab_4_01-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"CristalloII_Trab_4_01-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:33:"CristalloII_Trab_4_01-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:33:"CristalloII_Trab_4_01-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:33:"CristalloII_Trab_4_01-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:33:"CristalloII_Trab_4_01-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:31:"CristalloII_Trab_4_01-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:33:"CristalloII_Trab_4_01-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:33:"CristalloII_Trab_4_01-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:33:"CristalloII_Trab_4_01-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:33:"CristalloII_Trab_4_01-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:33:"CristalloII_Trab_4_01-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:33:"CristalloII_Trab_4_01-849x400.jpg";s:5:"width";i:849;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:33:"CristalloII_Trab_4_01-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:31:"CristalloII_Trab_4_01-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:11:"Guido Recki";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:128:"@ Guido Recki, Erler Str. 14, 46286 Dorsten, Tel. 02866-188780, Fax 02866-1887818, Bankverbindung: Deutsche Bank Essen, Konto 52";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(11657, 4990, '_edit_last', '1'),
|
||
(11658, 4990, '_edit_lock', '1394037290:1'),
|
||
(14137, 4990, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(14136, 4990, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(11661, 4990, 'slide_template', ''),
|
||
(11662, 4990, 'pyre_video', ''),
|
||
(11663, 4990, 'pyre_full_width', 'no'),
|
||
(11664, 4990, 'pyre_sidebar_position', 'default'),
|
||
(11665, 4990, 'pyre_fimg_width', ''),
|
||
(11666, 4990, 'pyre_fimg_height', ''),
|
||
(11667, 4990, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(11668, 4990, 'pyre_link_icon_url', ''),
|
||
(11669, 4990, 'pyre_related_posts', 'yes'),
|
||
(11670, 4990, 'pyre_slider_type', 'no'),
|
||
(11671, 4990, 'pyre_slider', '0'),
|
||
(11672, 4990, 'pyre_wooslider', '0'),
|
||
(11673, 4990, 'pyre_flexslider', '0'),
|
||
(11674, 4990, 'pyre_revslider', '0'),
|
||
(11675, 4990, 'pyre_elasticslider', '0'),
|
||
(11676, 4990, 'pyre_fallback', ''),
|
||
(11677, 4990, 'pyre_page_bg_layout', 'default'),
|
||
(11678, 4990, 'pyre_page_bg', ''),
|
||
(11679, 4990, 'pyre_page_bg_color', ''),
|
||
(11680, 4990, 'pyre_page_bg_full', 'no'),
|
||
(11681, 4990, 'pyre_page_bg_repeat', 'repeat'),
|
||
(11682, 4990, 'pyre_wide_page_bg', ''),
|
||
(11683, 4990, 'pyre_wide_page_bg_color', ''),
|
||
(11684, 4990, 'pyre_wide_page_bg_full', 'no'),
|
||
(11685, 4990, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(11686, 4990, 'pyre_header_bg', ''),
|
||
(11687, 4990, 'pyre_header_bg_color', ''),
|
||
(11688, 4990, 'pyre_header_bg_full', 'no'),
|
||
(11689, 4990, 'pyre_header_bg_repeat', 'repeat'),
|
||
(11690, 4990, 'pyre_page_title', 'yes'),
|
||
(11691, 4990, 'pyre_page_title_text', 'yes'),
|
||
(11692, 4990, 'pyre_page_title_custom_text', ''),
|
||
(11693, 4990, 'pyre_page_title_custom_subheader', ''),
|
||
(11694, 4990, 'pyre_page_title_height', ''),
|
||
(11695, 4990, 'pyre_page_title_bar_bg', ''),
|
||
(11696, 4990, 'pyre_page_title_bar_bg_retina', ''),
|
||
(11697, 4990, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(11698, 4990, 'pyre_page_title_bar_bg_color', ''),
|
||
(11699, 4990, 'pyre_page_title_bg_parallax', 'default'),
|
||
(11704, 4990, '_alp_processed', '1394037129'),
|
||
(11705, 4992, '_wp_attached_file', '2014/02/Florenciano_Burger_Trabbild_1_01.jpg'),
|
||
(11706, 4992, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2241;s:6:"height";i:1557;s:14:"hwstring_small";s:23:"height=''88'' width=''128''";s:4:"file";s:44:"2014/02/Florenciano_Burger_Trabbild_1_01.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:44:"Florenciano_Burger_Trabbild_1_01-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:44:"Florenciano_Burger_Trabbild_1_01-300x208.jpg";s:5:"width";i:300;s:6:"height";i:208;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:45:"Florenciano_Burger_Trabbild_1_01-1024x711.jpg";s:5:"width";i:1024;s:6:"height";i:711;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:44:"Florenciano_Burger_Trabbild_1_01-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:44:"Florenciano_Burger_Trabbild_1_01-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:44:"Florenciano_Burger_Trabbild_1_01-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:44:"Florenciano_Burger_Trabbild_1_01-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:42:"Florenciano_Burger_Trabbild_1_01-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:44:"Florenciano_Burger_Trabbild_1_01-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:44:"Florenciano_Burger_Trabbild_1_01-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:44:"Florenciano_Burger_Trabbild_1_01-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:44:"Florenciano_Burger_Trabbild_1_01-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:44:"Florenciano_Burger_Trabbild_1_01-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:44:"Florenciano_Burger_Trabbild_1_01-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:44:"Florenciano_Burger_Trabbild_1_01-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:42:"Florenciano_Burger_Trabbild_1_01-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(11707, 4993, '_wp_attached_file', '2014/02/Florenciano_Kampmann_Galopp_01.jpg'),
|
||
(11708, 4990, 'kd_featured-image-2_drg_horse_id', '4992'),
|
||
(11709, 4994, '_edit_last', '1'),
|
||
(11710, 4994, '_edit_lock', '1394037636:1'),
|
||
(11711, 4993, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:4458;s:6:"height";i:2972;s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:42:"2014/02/Florenciano_Kampmann_Galopp_01.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:42:"Florenciano_Kampmann_Galopp_01-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:42:"Florenciano_Kampmann_Galopp_01-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:43:"Florenciano_Kampmann_Galopp_01-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:42:"Florenciano_Kampmann_Galopp_01-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:42:"Florenciano_Kampmann_Galopp_01-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:42:"Florenciano_Kampmann_Galopp_01-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:42:"Florenciano_Kampmann_Galopp_01-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:40:"Florenciano_Kampmann_Galopp_01-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:42:"Florenciano_Kampmann_Galopp_01-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:42:"Florenciano_Kampmann_Galopp_01-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:42:"Florenciano_Kampmann_Galopp_01-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:42:"Florenciano_Kampmann_Galopp_01-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:42:"Florenciano_Kampmann_Galopp_01-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:42:"Florenciano_Kampmann_Galopp_01-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:42:"Florenciano_Kampmann_Galopp_01-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:40:"Florenciano_Kampmann_Galopp_01-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(11712, 4995, '_wp_attached_file', '2014/02/Florenciano_Portrait_Recki_05.jpg'),
|
||
(11713, 4995, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2122;s:6:"height";i:3237;s:14:"hwstring_small";s:22:"height=''96'' width=''62''";s:4:"file";s:41:"2014/02/Florenciano_Portrait_Recki_05.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:41:"Florenciano_Portrait_Recki_05-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:41:"Florenciano_Portrait_Recki_05-196x300.jpg";s:5:"width";i:196;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:42:"Florenciano_Portrait_Recki_05-671x1024.jpg";s:5:"width";i:671;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:41:"Florenciano_Portrait_Recki_05-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:41:"Florenciano_Portrait_Recki_05-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:41:"Florenciano_Portrait_Recki_05-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:41:"Florenciano_Portrait_Recki_05-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:39:"Florenciano_Portrait_Recki_05-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:41:"Florenciano_Portrait_Recki_05-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:41:"Florenciano_Portrait_Recki_05-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:41:"Florenciano_Portrait_Recki_05-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:41:"Florenciano_Portrait_Recki_05-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:41:"Florenciano_Portrait_Recki_05-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:41:"Florenciano_Portrait_Recki_05-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:41:"Florenciano_Portrait_Recki_05-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:39:"Florenciano_Portrait_Recki_05-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(11714, 4996, '_wp_attached_file', '2014/02/Florenciano_Standbild_Recki_01.jpg');
|
||
INSERT INTO `drgrp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
|
||
(11715, 4996, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:3543;s:6:"height";i:2371;s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:42:"2014/02/Florenciano_Standbild_Recki_01.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:42:"Florenciano_Standbild_Recki_01-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:42:"Florenciano_Standbild_Recki_01-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:43:"Florenciano_Standbild_Recki_01-1024x685.jpg";s:5:"width";i:1024;s:6:"height";i:685;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:42:"Florenciano_Standbild_Recki_01-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:42:"Florenciano_Standbild_Recki_01-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:42:"Florenciano_Standbild_Recki_01-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:42:"Florenciano_Standbild_Recki_01-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:40:"Florenciano_Standbild_Recki_01-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:42:"Florenciano_Standbild_Recki_01-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:42:"Florenciano_Standbild_Recki_01-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:42:"Florenciano_Standbild_Recki_01-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:42:"Florenciano_Standbild_Recki_01-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:42:"Florenciano_Standbild_Recki_01-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:42:"Florenciano_Standbild_Recki_01-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:42:"Florenciano_Standbild_Recki_01-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:40:"Florenciano_Standbild_Recki_01-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(11716, 4997, '_wp_attached_file', '2014/02/Galopp_07.jpg'),
|
||
(11717, 4997, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:800;s:6:"height";i:1200;s:14:"hwstring_small";s:22:"height=''96'' width=''64''";s:4:"file";s:21:"2014/02/Galopp_07.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"Galopp_07-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"Galopp_07-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"Galopp_07-682x1024.jpg";s:5:"width";i:682;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:21:"Galopp_07-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:21:"Galopp_07-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:21:"Galopp_07-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:21:"Galopp_07-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:19:"Galopp_07-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:21:"Galopp_07-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:21:"Galopp_07-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:21:"Galopp_07-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:21:"Galopp_07-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:21:"Galopp_07-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:21:"Galopp_07-800x400.jpg";s:5:"width";i:800;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:21:"Galopp_07-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:19:"Galopp_07-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(11718, 4998, '_wp_attached_file', '2014/02/Starparade_Koerung_Galopp2_01.jpg'),
|
||
(11719, 4998, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:800;s:6:"height";i:533;s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:41:"2014/02/Starparade_Koerung_Galopp2_01.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:41:"Starparade_Koerung_Galopp2_01-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:41:"Starparade_Koerung_Galopp2_01-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:41:"Starparade_Koerung_Galopp2_01-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:41:"Starparade_Koerung_Galopp2_01-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:41:"Starparade_Koerung_Galopp2_01-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:41:"Starparade_Koerung_Galopp2_01-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:39:"Starparade_Koerung_Galopp2_01-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:41:"Starparade_Koerung_Galopp2_01-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:41:"Starparade_Koerung_Galopp2_01-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:41:"Starparade_Koerung_Galopp2_01-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:41:"Starparade_Koerung_Galopp2_01-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:41:"Starparade_Koerung_Galopp2_01-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:41:"Starparade_Koerung_Galopp2_01-800x400.jpg";s:5:"width";i:800;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:41:"Starparade_Koerung_Galopp2_01-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:39:"Starparade_Koerung_Galopp2_01-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(11720, 4990, '_thumbnail_id', '4995'),
|
||
(11721, 4990, 'kd_featured-image-3_drg_horse_id', '4996'),
|
||
(11722, 4990, 'kd_featured-image-4_drg_horse_id', '4993'),
|
||
(11723, 4990, 'kd_featured-image-5_drg_horse_id', '4997'),
|
||
(14111, 4994, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(14110, 4994, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(11730, 4994, 'slide_template', ''),
|
||
(11731, 4994, 'pyre_video', ''),
|
||
(11732, 4994, 'pyre_full_width', 'no'),
|
||
(11733, 4994, 'pyre_sidebar_position', 'default'),
|
||
(11734, 4994, 'pyre_fimg_width', ''),
|
||
(11735, 4994, 'pyre_fimg_height', ''),
|
||
(11736, 4994, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(11737, 4994, 'pyre_link_icon_url', ''),
|
||
(11738, 4994, 'pyre_related_posts', 'yes'),
|
||
(11739, 4994, 'pyre_slider_type', 'no'),
|
||
(11740, 4994, 'pyre_slider', '0'),
|
||
(11741, 4994, 'pyre_wooslider', '0'),
|
||
(11742, 4994, 'pyre_flexslider', '0'),
|
||
(11743, 4994, 'pyre_revslider', '0'),
|
||
(11744, 4994, 'pyre_elasticslider', '0'),
|
||
(11745, 4994, 'pyre_fallback', ''),
|
||
(11746, 4994, 'pyre_page_bg_layout', 'default'),
|
||
(11747, 4994, 'pyre_page_bg', ''),
|
||
(11748, 4994, 'pyre_page_bg_color', ''),
|
||
(11749, 4994, 'pyre_page_bg_full', 'no'),
|
||
(11750, 4994, 'pyre_page_bg_repeat', 'repeat'),
|
||
(11751, 4994, 'pyre_wide_page_bg', ''),
|
||
(11752, 4994, 'pyre_wide_page_bg_color', ''),
|
||
(11753, 4994, 'pyre_wide_page_bg_full', 'no'),
|
||
(11754, 4994, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(11755, 4994, 'pyre_header_bg', ''),
|
||
(11756, 4994, 'pyre_header_bg_color', ''),
|
||
(11757, 4994, 'pyre_header_bg_full', 'no'),
|
||
(11758, 4994, 'pyre_header_bg_repeat', 'repeat'),
|
||
(11759, 4994, 'pyre_page_title', 'yes'),
|
||
(11760, 4994, 'pyre_page_title_text', 'yes'),
|
||
(11761, 4994, 'pyre_page_title_custom_text', ''),
|
||
(11762, 4994, 'pyre_page_title_custom_subheader', ''),
|
||
(11763, 4994, 'pyre_page_title_height', ''),
|
||
(11764, 4994, 'pyre_page_title_bar_bg', ''),
|
||
(11765, 4994, 'pyre_page_title_bar_bg_retina', ''),
|
||
(11766, 4994, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(11767, 4994, 'pyre_page_title_bar_bg_color', ''),
|
||
(11768, 4994, 'pyre_page_title_bg_parallax', 'default'),
|
||
(11773, 4994, '_alp_processed', '1394037103'),
|
||
(11774, 5000, '_wp_attached_file', '2014/02/Hannover_jr_271012_0187_02.jpg'),
|
||
(11775, 5000, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:800;s:6:"height";i:773;s:14:"hwstring_small";s:22:"height=''96'' width=''99''";s:4:"file";s:38:"2014/02/Hannover_jr_271012_0187_02.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"Hannover_jr_271012_0187_02-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:38:"Hannover_jr_271012_0187_02-300x289.jpg";s:5:"width";i:300;s:6:"height";i:289;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:38:"Hannover_jr_271012_0187_02-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:38:"Hannover_jr_271012_0187_02-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:38:"Hannover_jr_271012_0187_02-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:38:"Hannover_jr_271012_0187_02-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:36:"Hannover_jr_271012_0187_02-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:38:"Hannover_jr_271012_0187_02-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:38:"Hannover_jr_271012_0187_02-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:38:"Hannover_jr_271012_0187_02-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:38:"Hannover_jr_271012_0187_02-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:38:"Hannover_jr_271012_0187_02-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:38:"Hannover_jr_271012_0187_02-800x400.jpg";s:5:"width";i:800;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:38:"Hannover_jr_271012_0187_02-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:36:"Hannover_jr_271012_0187_02-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:11:"©Julia Rau";s:6:"camera";s:0:"";s:7:"caption";s:347:"Hannover Messehallen 27.10.2012 Reitturnier German Classics hier Youngster-Springen mit Stechen: Ludger Beerbaum (GER) und Zinedine Foto: Julia Rau Am Schinnergraben 57 55129 Mainz Tel.: 06131-507751 Mobil: 0171-9517199 Rüsselsheimer Volksbank BLZ 500 930 00 Kto.: 6514006 Es gelten ausschliesslich meine Allgemeinen Geschäftsbedingungen";s:17:"created_timestamp";i:1351333323;s:9:"copyright";s:11:"©Julia Rau";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(11776, 5001, '_wp_attached_file', '2014/02/Stuttgart_jr_151112_0852_01.jpg'),
|
||
(11777, 5001, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:571;s:6:"height";i:800;s:14:"hwstring_small";s:22:"height=''96'' width=''68''";s:4:"file";s:39:"2014/02/Stuttgart_jr_151112_0852_01.jpg";s:5:"sizes";a:15:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"Stuttgart_jr_151112_0852_01-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"Stuttgart_jr_151112_0852_01-214x300.jpg";s:5:"width";i:214;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:39:"Stuttgart_jr_151112_0852_01-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:39:"Stuttgart_jr_151112_0852_01-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:39:"Stuttgart_jr_151112_0852_01-571x272.jpg";s:5:"width";i:571;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:39:"Stuttgart_jr_151112_0852_01-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:37:"Stuttgart_jr_151112_0852_01-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:39:"Stuttgart_jr_151112_0852_01-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:39:"Stuttgart_jr_151112_0852_01-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:39:"Stuttgart_jr_151112_0852_01-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:39:"Stuttgart_jr_151112_0852_01-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:39:"Stuttgart_jr_151112_0852_01-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:39:"Stuttgart_jr_151112_0852_01-571x400.jpg";s:5:"width";i:571;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:39:"Stuttgart_jr_151112_0852_01-571x441.jpg";s:5:"width";i:571;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:37:"Stuttgart_jr_151112_0852_01-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:11:"©Julia Rau";s:6:"camera";s:0:"";s:7:"caption";s:383:"Stuttgart Schleyerhalle 14.11.2012 Internat. Reitturnier Stuttgart German Masters hier Erˆffnungsspringen (deutsche Reiter): Ludger Beerbaum (GER) und Zinedine Foto: ©Julia Rau Am Schinnergraben 57 55129 Mainz Tel.: 06131-507751 Mobil: 0171-9517199 R¸sselsheimer Volksbank BLZ 500 930 00 Kto.: 6514006 Es gelten ausschliesslich meine Allgemeinen Gesch‰ftsbedingungen";s:17:"created_timestamp";i:1352983562;s:9:"copyright";s:11:"©Julia Rau";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(11778, 5002, '_wp_attached_file', '2014/02/Zinedine_Kopf_Riesenbeck_12_BECKER_10.jpg'),
|
||
(11779, 5002, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1357;s:6:"height";i:2000;s:14:"hwstring_small";s:22:"height=''96'' width=''65''";s:4:"file";s:49:"2014/02/Zinedine_Kopf_Riesenbeck_12_BECKER_10.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:49:"Zinedine_Kopf_Riesenbeck_12_BECKER_10-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:49:"Zinedine_Kopf_Riesenbeck_12_BECKER_10-203x300.jpg";s:5:"width";i:203;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:50:"Zinedine_Kopf_Riesenbeck_12_BECKER_10-694x1024.jpg";s:5:"width";i:694;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:49:"Zinedine_Kopf_Riesenbeck_12_BECKER_10-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:49:"Zinedine_Kopf_Riesenbeck_12_BECKER_10-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:49:"Zinedine_Kopf_Riesenbeck_12_BECKER_10-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:49:"Zinedine_Kopf_Riesenbeck_12_BECKER_10-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:47:"Zinedine_Kopf_Riesenbeck_12_BECKER_10-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:49:"Zinedine_Kopf_Riesenbeck_12_BECKER_10-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:49:"Zinedine_Kopf_Riesenbeck_12_BECKER_10-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:49:"Zinedine_Kopf_Riesenbeck_12_BECKER_10-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:49:"Zinedine_Kopf_Riesenbeck_12_BECKER_10-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:49:"Zinedine_Kopf_Riesenbeck_12_BECKER_10-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:49:"Zinedine_Kopf_Riesenbeck_12_BECKER_10-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:49:"Zinedine_Kopf_Riesenbeck_12_BECKER_10-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:47:"Zinedine_Kopf_Riesenbeck_12_BECKER_10-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(11780, 4994, 'kd_featured-image-2_drg_horse_id', '5000'),
|
||
(11781, 5003, '_wp_attached_file', '2014/02/Zinedine_Stand_2_Riesenbeck_12_BECKER_01.jpg'),
|
||
(11782, 4994, 'kd_featured-image-3_drg_horse_id', '5001'),
|
||
(11783, 5003, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1588;s:6:"height";i:1280;s:14:"hwstring_small";s:23:"height=''96'' width=''119''";s:4:"file";s:52:"2014/02/Zinedine_Stand_2_Riesenbeck_12_BECKER_01.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:52:"Zinedine_Stand_2_Riesenbeck_12_BECKER_01-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:52:"Zinedine_Stand_2_Riesenbeck_12_BECKER_01-300x241.jpg";s:5:"width";i:300;s:6:"height";i:241;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:53:"Zinedine_Stand_2_Riesenbeck_12_BECKER_01-1024x825.jpg";s:5:"width";i:1024;s:6:"height";i:825;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:52:"Zinedine_Stand_2_Riesenbeck_12_BECKER_01-300x421.jpg";s:5:"width";i:300;s:6:"height";i:421;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:52:"Zinedine_Stand_2_Riesenbeck_12_BECKER_01-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:52:"Zinedine_Stand_2_Riesenbeck_12_BECKER_01-669x272.jpg";s:5:"width";i:669;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:52:"Zinedine_Stand_2_Riesenbeck_12_BECKER_01-320x202.jpg";s:5:"width";i:320;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:50:"Zinedine_Stand_2_Riesenbeck_12_BECKER_01-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:52:"Zinedine_Stand_2_Riesenbeck_12_BECKER_01-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:52:"Zinedine_Stand_2_Riesenbeck_12_BECKER_01-540x272.jpg";s:5:"width";i:540;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:52:"Zinedine_Stand_2_Riesenbeck_12_BECKER_01-460x295.jpg";s:5:"width";i:460;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:52:"Zinedine_Stand_2_Riesenbeck_12_BECKER_01-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:52:"Zinedine_Stand_2_Riesenbeck_12_BECKER_01-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-full";a:4:{s:4:"file";s:52:"Zinedine_Stand_2_Riesenbeck_12_BECKER_01-940x400.jpg";s:5:"width";i:940;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:12:"recent-posts";a:4:{s:4:"file";s:52:"Zinedine_Stand_2_Riesenbeck_12_BECKER_01-700x441.jpg";s:5:"width";i:700;s:6:"height";i:441;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:50:"Zinedine_Stand_2_Riesenbeck_12_BECKER_01-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:30:"DR. TANJA BECKER, EQUITARIS.DE";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:30:"DR. TANJA BECKER, EQUITARIS.DE";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(11784, 4994, '_thumbnail_id', '5002'),
|
||
(11785, 4994, 'kd_featured-image-4_drg_horse_id', '5003'),
|
||
(11796, 4897, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(11974, 5009, '_alp_processed', '1393433565'),
|
||
(11975, 5009, '_icl_lang_duplicate_of', '4698'),
|
||
(12012, 5009, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(12133, 5023, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:14:"Horses Sidebar";}'),
|
||
(12072, 5023, '_wp_page_template', 'template-caballos-cria.php'),
|
||
(12071, 5023, '_edit_last', '1'),
|
||
(12070, 5022, '_menu_item_url', ''),
|
||
(12069, 5022, '_menu_item_xfn', ''),
|
||
(12068, 5022, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(12067, 5022, '_menu_item_target', ''),
|
||
(12066, 5022, '_menu_item_object', 'page'),
|
||
(12065, 5022, '_menu_item_object_id', '5007'),
|
||
(12064, 5022, '_menu_item_menu_item_parent', '0'),
|
||
(12063, 5022, '_menu_item_type', 'post_type'),
|
||
(12062, 5021, '_menu_item_url', ''),
|
||
(12061, 5021, '_menu_item_xfn', ''),
|
||
(12060, 5021, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(12059, 5021, '_menu_item_target', ''),
|
||
(12058, 5021, '_menu_item_object', 'page'),
|
||
(12057, 5021, '_menu_item_object_id', '5009'),
|
||
(12050, 5020, '_menu_item_object', 'page'),
|
||
(12051, 5020, '_menu_item_target', ''),
|
||
(12052, 5020, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(12053, 5020, '_menu_item_xfn', ''),
|
||
(12054, 5020, '_menu_item_url', ''),
|
||
(12055, 5021, '_menu_item_type', 'post_type'),
|
||
(12056, 5021, '_menu_item_menu_item_parent', '0'),
|
||
(12049, 5020, '_menu_item_object_id', '5005'),
|
||
(12048, 5020, '_menu_item_menu_item_parent', '0'),
|
||
(12047, 5020, '_menu_item_type', 'post_type'),
|
||
(12132, 5023, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(12075, 5023, 'slide_template', ''),
|
||
(12076, 5023, 'pyre_slider_type', 'no'),
|
||
(12077, 5023, 'pyre_slider', '0'),
|
||
(12078, 5023, 'pyre_wooslider', '0'),
|
||
(12079, 5023, 'pyre_flexslider', '0'),
|
||
(12080, 5023, 'pyre_revslider', '0'),
|
||
(12081, 5023, 'pyre_elasticslider', '0'),
|
||
(12082, 5023, 'pyre_fallback', ''),
|
||
(12083, 5023, 'pyre_full_width', 'no'),
|
||
(12084, 5023, 'pyre_sidebar_position', 'default'),
|
||
(12085, 5023, 'pyre_main_top_padding', ''),
|
||
(12086, 5023, 'pyre_main_bottom_padding', ''),
|
||
(12087, 5023, 'pyre_hundredp_padding', ''),
|
||
(12088, 5023, 'pyre_portfolio_excerpt', ''),
|
||
(12089, 5023, 'pyre_portfolio_full_width', 'no'),
|
||
(12090, 5023, 'pyre_portfolio_sidebar_position', 'right'),
|
||
(12091, 5023, 'pyre_portfolio_filters', 'yes'),
|
||
(12092, 5023, 'pyre_page_bg_layout', 'default'),
|
||
(12093, 5023, 'pyre_page_bg', ''),
|
||
(12094, 5023, 'pyre_page_bg_color', ''),
|
||
(12095, 5023, 'pyre_page_bg_full', 'no'),
|
||
(12096, 5023, 'pyre_page_bg_repeat', 'repeat'),
|
||
(12097, 5023, 'pyre_wide_page_bg', ''),
|
||
(12098, 5023, 'pyre_wide_page_bg_color', ''),
|
||
(12099, 5023, 'pyre_wide_page_bg_full', 'no'),
|
||
(12100, 5023, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(12101, 5023, 'pyre_header_bg', ''),
|
||
(12102, 5023, 'pyre_header_bg_color', ''),
|
||
(12103, 5023, 'pyre_header_bg_full', 'no'),
|
||
(12104, 5023, 'pyre_header_bg_repeat', 'repeat'),
|
||
(12105, 5023, 'pyre_page_title', 'yes'),
|
||
(12106, 5023, 'pyre_page_title_text', 'yes'),
|
||
(12107, 5023, 'pyre_page_title_custom_text', ''),
|
||
(12108, 5023, 'pyre_page_title_custom_subheader', ''),
|
||
(12109, 5023, 'pyre_page_title_height', ''),
|
||
(12110, 5023, 'pyre_page_title_bar_bg', ''),
|
||
(12111, 5023, 'pyre_page_title_bar_bg_retina', ''),
|
||
(12112, 5023, 'pyre_page_title_bar_bg_color', ''),
|
||
(12113, 5023, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(12114, 5023, 'pyre_page_title_bg_parallax', 'default'),
|
||
(12119, 5023, '_alp_processed', '1393434011'),
|
||
(12120, 5023, '_edit_lock', '1393433935:1'),
|
||
(12121, 5023, '_icl_lang_duplicate_of', '4897'),
|
||
(12122, 5023, 'drg_horse_category', 'a:1:{i:0;s:2:"39";}'),
|
||
(12123, 5023, 'pyre_portfolio_category', 'a:1:{i:0;s:2:"39";}'),
|
||
(12134, 5027, '_edit_last', '1'),
|
||
(12135, 5027, '_wp_page_template', 'template-caballos-competicion.php'),
|
||
(12192, 5027, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:14:"Horses Sidebar";}'),
|
||
(12138, 5027, 'slide_template', ''),
|
||
(12139, 5027, 'pyre_slider_type', 'no'),
|
||
(12140, 5027, 'pyre_slider', '0'),
|
||
(12141, 5027, 'pyre_wooslider', '0'),
|
||
(12142, 5027, 'pyre_flexslider', '0'),
|
||
(12143, 5027, 'pyre_revslider', '0'),
|
||
(12144, 5027, 'pyre_elasticslider', '0'),
|
||
(12145, 5027, 'pyre_fallback', ''),
|
||
(12146, 5027, 'pyre_full_width', 'no'),
|
||
(12147, 5027, 'pyre_sidebar_position', 'default'),
|
||
(12148, 5027, 'pyre_main_top_padding', ''),
|
||
(12149, 5027, 'pyre_main_bottom_padding', ''),
|
||
(12150, 5027, 'pyre_hundredp_padding', ''),
|
||
(12151, 5027, 'pyre_portfolio_excerpt', ''),
|
||
(12152, 5027, 'pyre_portfolio_full_width', 'no'),
|
||
(12153, 5027, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(12154, 5027, 'pyre_portfolio_filters', 'yes'),
|
||
(12155, 5027, 'pyre_page_bg_layout', 'default'),
|
||
(12156, 5027, 'pyre_page_bg', ''),
|
||
(12157, 5027, 'pyre_page_bg_color', ''),
|
||
(12158, 5027, 'pyre_page_bg_full', 'no'),
|
||
(12159, 5027, 'pyre_page_bg_repeat', 'repeat'),
|
||
(12160, 5027, 'pyre_wide_page_bg', ''),
|
||
(12161, 5027, 'pyre_wide_page_bg_color', ''),
|
||
(12162, 5027, 'pyre_wide_page_bg_full', 'no'),
|
||
(12163, 5027, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(12164, 5027, 'pyre_header_bg', ''),
|
||
(12165, 5027, 'pyre_header_bg_color', ''),
|
||
(12166, 5027, 'pyre_header_bg_full', 'no'),
|
||
(12167, 5027, 'pyre_header_bg_repeat', 'repeat'),
|
||
(12168, 5027, 'pyre_page_title', 'yes'),
|
||
(12169, 5027, 'pyre_page_title_text', 'yes'),
|
||
(12170, 5027, 'pyre_page_title_custom_text', ''),
|
||
(12171, 5027, 'pyre_page_title_custom_subheader', ''),
|
||
(12172, 5027, 'pyre_page_title_height', ''),
|
||
(12173, 5027, 'pyre_page_title_bar_bg', ''),
|
||
(12174, 5027, 'pyre_page_title_bar_bg_retina', ''),
|
||
(12175, 5027, 'pyre_page_title_bar_bg_color', ''),
|
||
(12176, 5027, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(12177, 5027, 'pyre_page_title_bg_parallax', 'default'),
|
||
(12182, 5027, '_alp_processed', '1393434039'),
|
||
(12183, 5027, '_edit_lock', '1393433943:1'),
|
||
(12184, 5027, '_icl_lang_duplicate_of', '4899'),
|
||
(12185, 5027, 'pyre_portfolio_category', 'a:1:{i:0;s:2:"38";}'),
|
||
(12186, 5027, 'drg_horse_category', 'a:1:{i:0;s:2:"38";}'),
|
||
(12191, 5027, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(12193, 5031, '_edit_last', '1'),
|
||
(12194, 5031, '_edit_lock', '1393434005:1'),
|
||
(12195, 5031, '_wp_page_template', 'full-width.php'),
|
||
(12248, 5031, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(12247, 5031, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(12198, 5031, 'slide_template', ''),
|
||
(12199, 5031, 'pyre_slider_type', 'no'),
|
||
(12200, 5031, 'pyre_slider', '0'),
|
||
(12201, 5031, 'pyre_wooslider', '0'),
|
||
(12202, 5031, 'pyre_flexslider', '0'),
|
||
(12203, 5031, 'pyre_revslider', '0'),
|
||
(12204, 5031, 'pyre_elasticslider', '0'),
|
||
(12205, 5031, 'pyre_fallback', ''),
|
||
(12206, 5031, 'pyre_full_width', 'no'),
|
||
(12207, 5031, 'pyre_sidebar_position', 'default'),
|
||
(12208, 5031, 'pyre_main_top_padding', ''),
|
||
(12209, 5031, 'pyre_main_bottom_padding', ''),
|
||
(12210, 5031, 'pyre_hundredp_padding', ''),
|
||
(12211, 5031, 'pyre_portfolio_excerpt', ''),
|
||
(12212, 5031, 'pyre_portfolio_full_width', 'yes'),
|
||
(12213, 5031, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(12214, 5031, 'pyre_portfolio_filters', 'yes'),
|
||
(12215, 5031, 'pyre_page_bg_layout', 'default'),
|
||
(12216, 5031, 'pyre_page_bg', ''),
|
||
(12217, 5031, 'pyre_page_bg_color', ''),
|
||
(12218, 5031, 'pyre_page_bg_full', 'no'),
|
||
(12219, 5031, 'pyre_page_bg_repeat', 'repeat'),
|
||
(12220, 5031, 'pyre_wide_page_bg', ''),
|
||
(12221, 5031, 'pyre_wide_page_bg_color', ''),
|
||
(12222, 5031, 'pyre_wide_page_bg_full', 'no'),
|
||
(12223, 5031, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(12224, 5031, 'pyre_header_bg', ''),
|
||
(12225, 5031, 'pyre_header_bg_color', ''),
|
||
(12226, 5031, 'pyre_header_bg_full', 'no'),
|
||
(12227, 5031, 'pyre_header_bg_repeat', 'repeat'),
|
||
(12228, 5031, 'pyre_page_title', 'yes'),
|
||
(12229, 5031, 'pyre_page_title_text', 'yes'),
|
||
(12230, 5031, 'pyre_page_title_custom_text', ''),
|
||
(12231, 5031, 'pyre_page_title_custom_subheader', ''),
|
||
(12232, 5031, 'pyre_page_title_height', ''),
|
||
(12233, 5031, 'pyre_page_title_bar_bg', ''),
|
||
(12234, 5031, 'pyre_page_title_bar_bg_retina', ''),
|
||
(12235, 5031, 'pyre_page_title_bar_bg_color', ''),
|
||
(12236, 5031, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(12237, 5031, 'pyre_page_title_bg_parallax', 'default'),
|
||
(12242, 5031, '_alp_processed', '1393434105'),
|
||
(12249, 5034, '_menu_item_type', 'post_type'),
|
||
(12250, 5034, '_menu_item_menu_item_parent', '0'),
|
||
(12251, 5034, '_menu_item_object_id', '5023'),
|
||
(12252, 5034, '_menu_item_object', 'page'),
|
||
(12253, 5034, '_menu_item_target', ''),
|
||
(12254, 5034, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(12255, 5034, '_menu_item_xfn', ''),
|
||
(12256, 5034, '_menu_item_url', ''),
|
||
(12257, 5035, '_menu_item_type', 'post_type'),
|
||
(12258, 5035, '_menu_item_menu_item_parent', '0'),
|
||
(12259, 5035, '_menu_item_object_id', '5027'),
|
||
(12260, 5035, '_menu_item_object', 'page'),
|
||
(12261, 5035, '_menu_item_target', ''),
|
||
(12262, 5035, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(12263, 5035, '_menu_item_xfn', ''),
|
||
(12264, 5035, '_menu_item_url', ''),
|
||
(12265, 5036, '_menu_item_type', 'post_type'),
|
||
(12266, 5036, '_menu_item_menu_item_parent', '0'),
|
||
(12267, 5036, '_menu_item_object_id', '5031'),
|
||
(12268, 5036, '_menu_item_object', 'page'),
|
||
(12269, 5036, '_menu_item_target', ''),
|
||
(12270, 5036, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(12271, 5036, '_menu_item_xfn', ''),
|
||
(12272, 5036, '_menu_item_url', ''),
|
||
(12273, 5037, '_alp_processed', '1393855094'),
|
||
(12274, 5037, '_icl_lang_duplicate_of', '4705'),
|
||
(12275, 5037, '_wp_page_template', '100-width.php'),
|
||
(13952, 5037, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(12277, 5037, 'slide_template', ''),
|
||
(12278, 5037, 'pyre_slider_type', 'layer'),
|
||
(12279, 5037, 'pyre_slider', '3'),
|
||
(12280, 5037, 'pyre_wooslider', '0'),
|
||
(12281, 5037, 'pyre_flexslider', '0'),
|
||
(12282, 5037, 'pyre_revslider', '0'),
|
||
(12283, 5037, 'pyre_elasticslider', '0'),
|
||
(12284, 5037, 'pyre_fallback', ''),
|
||
(12285, 5037, 'pyre_full_width', 'no'),
|
||
(12286, 5037, 'pyre_sidebar_position', 'default'),
|
||
(12287, 5037, 'pyre_main_top_padding', ''),
|
||
(12288, 5037, 'pyre_main_bottom_padding', ''),
|
||
(12289, 5037, 'pyre_hundredp_padding', ''),
|
||
(12290, 5037, 'pyre_portfolio_excerpt', ''),
|
||
(12291, 5037, 'pyre_portfolio_full_width', 'yes'),
|
||
(12292, 5037, 'pyre_portfolio_sidebar_position', 'default'),
|
||
(12293, 5037, 'pyre_portfolio_filters', 'yes'),
|
||
(12294, 5037, 'pyre_page_bg_layout', 'default'),
|
||
(12295, 5037, 'pyre_page_bg', ''),
|
||
(12296, 5037, 'pyre_page_bg_color', ''),
|
||
(12297, 5037, 'pyre_page_bg_full', 'no'),
|
||
(12298, 5037, 'pyre_page_bg_repeat', 'repeat'),
|
||
(12299, 5037, 'pyre_wide_page_bg', ''),
|
||
(12300, 5037, 'pyre_wide_page_bg_color', ''),
|
||
(12301, 5037, 'pyre_wide_page_bg_full', 'no'),
|
||
(12302, 5037, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(12303, 5037, 'pyre_header_bg', ''),
|
||
(12304, 5037, 'pyre_header_bg_color', ''),
|
||
(12305, 5037, 'pyre_header_bg_full', 'no'),
|
||
(12306, 5037, 'pyre_header_bg_repeat', 'repeat'),
|
||
(12307, 5037, 'pyre_page_title', 'no'),
|
||
(12308, 5037, 'pyre_page_title_text', 'no'),
|
||
(12309, 5037, 'pyre_page_title_custom_text', ''),
|
||
(12310, 5037, 'pyre_page_title_custom_subheader', ''),
|
||
(12311, 5037, 'pyre_page_title_height', ''),
|
||
(12312, 5037, 'pyre_page_title_bar_bg', ''),
|
||
(12313, 5037, 'pyre_page_title_bar_bg_retina', ''),
|
||
(12314, 5037, 'pyre_page_title_bar_bg_color', ''),
|
||
(12315, 5037, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(12316, 5037, 'pyre_page_title_bg_parallax', 'default'),
|
||
(13953, 5037, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(12318, 5037, '_wpml_media_duplicate', '1'),
|
||
(12319, 5037, '_wpml_media_featured', '1'),
|
||
(12320, 5037, '_edit_lock', '1393436119:1'),
|
||
(12321, 5037, '_edit_last', '1'),
|
||
(12334, 5040, '_menu_item_type', 'taxonomy'),
|
||
(12335, 5040, '_menu_item_menu_item_parent', '0'),
|
||
(12336, 5040, '_menu_item_object_id', '36'),
|
||
(12337, 5040, '_menu_item_object', 'horse_breeds'),
|
||
(12338, 5040, '_menu_item_target', ''),
|
||
(12339, 5040, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(12340, 5040, '_menu_item_xfn', ''),
|
||
(12341, 5040, '_menu_item_url', ''),
|
||
(12379, 5040, '_menu_item_fusion_megamenu_columns', 'auto'),
|
||
(12343, 5041, '_menu_item_type', 'taxonomy'),
|
||
(12344, 5041, '_menu_item_menu_item_parent', '0'),
|
||
(12345, 5041, '_menu_item_object_id', '34'),
|
||
(12346, 5041, '_menu_item_object', 'horse_breeds'),
|
||
(12347, 5041, '_menu_item_target', ''),
|
||
(12348, 5041, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(12349, 5041, '_menu_item_xfn', ''),
|
||
(12350, 5041, '_menu_item_url', ''),
|
||
(12382, 5041, '_menu_item_fusion_megamenu_columns', 'auto'),
|
||
(12352, 5042, '_menu_item_type', 'taxonomy'),
|
||
(12353, 5042, '_menu_item_menu_item_parent', '0'),
|
||
(12354, 5042, '_menu_item_object_id', '35'),
|
||
(12355, 5042, '_menu_item_object', 'horse_breeds'),
|
||
(12356, 5042, '_menu_item_target', ''),
|
||
(12357, 5042, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(12358, 5042, '_menu_item_xfn', ''),
|
||
(12359, 5042, '_menu_item_url', ''),
|
||
(12385, 5042, '_menu_item_fusion_megamenu_columns', 'auto'),
|
||
(12361, 5043, '_menu_item_type', 'taxonomy'),
|
||
(12362, 5043, '_menu_item_menu_item_parent', '0'),
|
||
(12363, 5043, '_menu_item_object_id', '37'),
|
||
(12364, 5043, '_menu_item_object', 'horse_breeds'),
|
||
(12365, 5043, '_menu_item_target', ''),
|
||
(12366, 5043, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(12367, 5043, '_menu_item_xfn', ''),
|
||
(12368, 5043, '_menu_item_url', ''),
|
||
(12388, 5043, '_menu_item_fusion_megamenu_columns', 'auto'),
|
||
(12370, 5044, '_menu_item_type', 'taxonomy'),
|
||
(12371, 5044, '_menu_item_menu_item_parent', '0'),
|
||
(12372, 5044, '_menu_item_object_id', '33'),
|
||
(12373, 5044, '_menu_item_object', 'horse_breeds'),
|
||
(12374, 5044, '_menu_item_target', ''),
|
||
(12375, 5044, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
|
||
(12376, 5044, '_menu_item_xfn', ''),
|
||
(12377, 5044, '_menu_item_url', ''),
|
||
(12391, 5044, '_menu_item_fusion_megamenu_columns', 'auto'),
|
||
(12380, 5040, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(12381, 5040, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(12383, 5041, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(12384, 5041, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(12386, 5042, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(12387, 5042, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(12389, 5043, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(12390, 5043, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(12392, 5044, '_menu_item_fusion_megamenu_widget_area', '0'),
|
||
(12393, 5044, '_menu_item_fusion_megamenu_thumbnail', ''),
|
||
(12394, 4917, '_wp_trash_meta_status', 'publish'),
|
||
(12395, 4917, '_wp_trash_meta_time', '1393439319'),
|
||
(12396, 4906, '_wp_trash_meta_status', 'publish'),
|
||
(12397, 4906, '_wp_trash_meta_time', '1393439319'),
|
||
(12398, 4887, '_wp_trash_meta_status', 'publish'),
|
||
(12399, 4887, '_wp_trash_meta_time', '1393439319'),
|
||
(12400, 4869, '_wp_trash_meta_status', 'publish'),
|
||
(12401, 4869, '_wp_trash_meta_time', '1393439319'),
|
||
(12402, 5045, '_edit_last', '1'),
|
||
(12403, 5045, '_edit_lock', '1393441148:1'),
|
||
(12454, 5047, '_wp_attached_file', '2014/01/fondo.jpg'),
|
||
(12465, 5045, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(12410, 5045, 'slide_template', ''),
|
||
(12411, 5045, 'pyre_video', ''),
|
||
(12412, 5045, 'pyre_full_width', 'no'),
|
||
(12413, 5045, 'pyre_sidebar_position', 'default'),
|
||
(12414, 5045, 'pyre_fimg_width', ''),
|
||
(12415, 5045, 'pyre_fimg_height', ''),
|
||
(12416, 5045, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(12417, 5045, 'pyre_link_icon_url', ''),
|
||
(12418, 5045, 'pyre_related_posts', 'yes'),
|
||
(12419, 5045, 'pyre_slider_type', 'no'),
|
||
(12420, 5045, 'pyre_slider', '0'),
|
||
(12421, 5045, 'pyre_wooslider', '0'),
|
||
(12422, 5045, 'pyre_flexslider', '0'),
|
||
(12423, 5045, 'pyre_revslider', '0'),
|
||
(12424, 5045, 'pyre_elasticslider', '0'),
|
||
(12425, 5045, 'pyre_fallback', ''),
|
||
(12426, 5045, 'pyre_page_bg_layout', 'default'),
|
||
(12427, 5045, 'pyre_page_bg', ''),
|
||
(12428, 5045, 'pyre_page_bg_color', ''),
|
||
(12429, 5045, 'pyre_page_bg_full', 'no'),
|
||
(12430, 5045, 'pyre_page_bg_repeat', 'repeat'),
|
||
(12431, 5045, 'pyre_wide_page_bg', ''),
|
||
(12432, 5045, 'pyre_wide_page_bg_color', ''),
|
||
(12433, 5045, 'pyre_wide_page_bg_full', 'no'),
|
||
(12434, 5045, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(12435, 5045, 'pyre_header_bg', ''),
|
||
(12436, 5045, 'pyre_header_bg_color', ''),
|
||
(12437, 5045, 'pyre_header_bg_full', 'no'),
|
||
(12438, 5045, 'pyre_header_bg_repeat', 'repeat'),
|
||
(12439, 5045, 'pyre_page_title', 'yes'),
|
||
(12440, 5045, 'pyre_page_title_text', 'yes'),
|
||
(12441, 5045, 'pyre_page_title_custom_text', ''),
|
||
(12442, 5045, 'pyre_page_title_custom_subheader', ''),
|
||
(12443, 5045, 'pyre_page_title_height', ''),
|
||
(12444, 5045, 'pyre_page_title_bar_bg', ''),
|
||
(12445, 5045, 'pyre_page_title_bar_bg_retina', ''),
|
||
(12446, 5045, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(12447, 5045, 'pyre_page_title_bar_bg_color', ''),
|
||
(12448, 5045, 'pyre_page_title_bg_parallax', 'default'),
|
||
(12464, 5045, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(12453, 5045, '_alp_processed', '1393441148'),
|
||
(12455, 5047, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:304;s:6:"height";i:306;s:14:"hwstring_small";s:22:"height=''96'' width=''95''";s:4:"file";s:17:"2014/01/fondo.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"fondo-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"fondo-298x300.jpg";s:5:"width";i:298;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:24:"portfolio-three-vertical";a:4:{s:4:"file";s:17:"fondo-300x306.jpg";s:5:"width";i:300;s:6:"height";i:306;s:9:"mime-type";s:10:"image/jpeg";}s:20:"related-img-vertical";a:4:{s:4:"file";s:17:"fondo-180x235.jpg";s:5:"width";i:180;s:6:"height";i:235;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:17:"fondo-304x272.jpg";s:5:"width";i:304;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-medium";a:4:{s:4:"file";s:17:"fondo-304x202.jpg";s:5:"width";i:304;s:6:"height";i:202;s:9:"mime-type";s:10:"image/jpeg";}s:8:"tabs-img";a:4:{s:4:"file";s:15:"fondo-52x50.jpg";s:5:"width";i:52;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:11:"related-img";a:4:{s:4:"file";s:17:"fondo-180x138.jpg";s:5:"width";i:180;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-one";a:4:{s:4:"file";s:17:"fondo-304x272.jpg";s:5:"width";i:304;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:17:"fondo-304x295.jpg";s:5:"width";i:304;s:6:"height";i:295;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:17:"fondo-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:17:"fondo-220x161.jpg";s:5:"width";i:220;s:6:"height";i:161;s:9:"mime-type";s:10:"image/jpeg";}s:22:"recent-works-thumbnail";a:4:{s:4:"file";s:15:"fondo-66x66.jpg";s:5:"width";i:66;s:6:"height";i:66;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
|
||
(12456, 5045, 'avada_post_views_count', '17'),
|
||
(12457, 5045, '_thumbnail_id', '5000'),
|
||
(12467, 5048, '_edit_lock', '1393441015:1'),
|
||
(12466, 5048, '_edit_last', '1'),
|
||
(12468, 5048, '_thumbnail_id', '4976'),
|
||
(12526, 5048, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(12475, 5048, 'slide_template', 'default'),
|
||
(12476, 5048, 'pyre_video', ''),
|
||
(12477, 5048, 'pyre_full_width', 'no'),
|
||
(12478, 5048, 'pyre_sidebar_position', 'default'),
|
||
(12479, 5048, 'pyre_fimg_width', ''),
|
||
(12480, 5048, 'pyre_fimg_height', ''),
|
||
(12481, 5048, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(12482, 5048, 'pyre_link_icon_url', ''),
|
||
(12483, 5048, 'pyre_related_posts', 'yes'),
|
||
(12484, 5048, 'pyre_slider_type', 'no'),
|
||
(12485, 5048, 'pyre_slider', '0'),
|
||
(12486, 5048, 'pyre_wooslider', '0'),
|
||
(12487, 5048, 'pyre_flexslider', '0'),
|
||
(12488, 5048, 'pyre_revslider', '0'),
|
||
(12489, 5048, 'pyre_elasticslider', '0'),
|
||
(12490, 5048, 'pyre_fallback', ''),
|
||
(12491, 5048, 'pyre_page_bg_layout', 'default'),
|
||
(12492, 5048, 'pyre_page_bg', ''),
|
||
(12493, 5048, 'pyre_page_bg_color', ''),
|
||
(12494, 5048, 'pyre_page_bg_full', 'no'),
|
||
(12495, 5048, 'pyre_page_bg_repeat', 'repeat'),
|
||
(12496, 5048, 'pyre_wide_page_bg', ''),
|
||
(12497, 5048, 'pyre_wide_page_bg_color', ''),
|
||
(12498, 5048, 'pyre_wide_page_bg_full', 'no'),
|
||
(12499, 5048, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(12500, 5048, 'pyre_header_bg', ''),
|
||
(12501, 5048, 'pyre_header_bg_color', ''),
|
||
(12502, 5048, 'pyre_header_bg_full', 'no'),
|
||
(12503, 5048, 'pyre_header_bg_repeat', 'repeat'),
|
||
(12504, 5048, 'pyre_page_title', 'yes'),
|
||
(12505, 5048, 'pyre_page_title_text', 'yes'),
|
||
(12506, 5048, 'pyre_page_title_custom_text', ''),
|
||
(12507, 5048, 'pyre_page_title_custom_subheader', ''),
|
||
(12508, 5048, 'pyre_page_title_height', ''),
|
||
(12509, 5048, 'pyre_page_title_bar_bg', ''),
|
||
(12510, 5048, 'pyre_page_title_bar_bg_retina', ''),
|
||
(12511, 5048, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(12512, 5048, 'pyre_page_title_bar_bg_color', ''),
|
||
(12513, 5048, 'pyre_page_title_bg_parallax', 'default'),
|
||
(12525, 5048, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(12518, 5048, '_alp_processed', '1393441122'),
|
||
(12527, 1, '_wp_trash_meta_status', 'publish'),
|
||
(12528, 1, '_wp_trash_meta_time', '1393441135'),
|
||
(12529, 1, '_alp_processed', '1393441135'),
|
||
(12533, 5051, '_edit_lock', '1393441114:1'),
|
||
(12532, 5051, '_edit_last', '1'),
|
||
(12534, 5051, '_thumbnail_id', '4880'),
|
||
(12586, 5053, '_edit_lock', '1393861677:1'),
|
||
(12585, 5053, '_edit_last', '1'),
|
||
(12583, 5051, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(12582, 5051, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(12541, 5051, 'slide_template', 'default'),
|
||
(12542, 5051, 'pyre_video', ''),
|
||
(12543, 5051, 'pyre_full_width', 'no'),
|
||
(12544, 5051, 'pyre_sidebar_position', 'default'),
|
||
(12545, 5051, 'pyre_fimg_width', ''),
|
||
(12546, 5051, 'pyre_fimg_height', ''),
|
||
(12547, 5051, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(12548, 5051, 'pyre_link_icon_url', ''),
|
||
(12549, 5051, 'pyre_related_posts', 'yes'),
|
||
(12550, 5051, 'pyre_slider_type', 'no'),
|
||
(12551, 5051, 'pyre_slider', '0'),
|
||
(12552, 5051, 'pyre_wooslider', '0'),
|
||
(12553, 5051, 'pyre_flexslider', '0'),
|
||
(12554, 5051, 'pyre_revslider', '0'),
|
||
(12555, 5051, 'pyre_elasticslider', '0'),
|
||
(12556, 5051, 'pyre_fallback', ''),
|
||
(12557, 5051, 'pyre_page_bg_layout', 'default'),
|
||
(12558, 5051, 'pyre_page_bg', ''),
|
||
(12559, 5051, 'pyre_page_bg_color', ''),
|
||
(12560, 5051, 'pyre_page_bg_full', 'no'),
|
||
(12561, 5051, 'pyre_page_bg_repeat', 'repeat'),
|
||
(12562, 5051, 'pyre_wide_page_bg', ''),
|
||
(12563, 5051, 'pyre_wide_page_bg_color', ''),
|
||
(12564, 5051, 'pyre_wide_page_bg_full', 'no'),
|
||
(12565, 5051, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(12566, 5051, 'pyre_header_bg', ''),
|
||
(12567, 5051, 'pyre_header_bg_color', ''),
|
||
(12568, 5051, 'pyre_header_bg_full', 'no'),
|
||
(12569, 5051, 'pyre_header_bg_repeat', 'repeat'),
|
||
(12570, 5051, 'pyre_page_title', 'yes'),
|
||
(12571, 5051, 'pyre_page_title_text', 'yes'),
|
||
(12572, 5051, 'pyre_page_title_custom_text', ''),
|
||
(12573, 5051, 'pyre_page_title_custom_subheader', ''),
|
||
(12574, 5051, 'pyre_page_title_height', ''),
|
||
(12575, 5051, 'pyre_page_title_bar_bg', ''),
|
||
(12576, 5051, 'pyre_page_title_bar_bg_retina', ''),
|
||
(12577, 5051, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(12578, 5051, 'pyre_page_title_bar_bg_color', ''),
|
||
(12579, 5051, 'pyre_page_title_bg_parallax', 'default'),
|
||
(12584, 5051, '_alp_processed', '1393441219'),
|
||
(12587, 5053, '_thumbnail_id', '5000'),
|
||
(12638, 5053, 'avada_post_views_count', '0'),
|
||
(12636, 5053, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:1:"0";}'),
|
||
(12635, 5053, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:"0";}'),
|
||
(12594, 5053, 'slide_template', 'default'),
|
||
(12595, 5053, 'pyre_video', ''),
|
||
(12596, 5053, 'pyre_full_width', 'no'),
|
||
(12597, 5053, 'pyre_sidebar_position', 'default'),
|
||
(12598, 5053, 'pyre_fimg_width', ''),
|
||
(12599, 5053, 'pyre_fimg_height', ''),
|
||
(12600, 5053, 'pyre_image_rollover_icons', 'linkzoom'),
|
||
(12601, 5053, 'pyre_link_icon_url', ''),
|
||
(12602, 5053, 'pyre_related_posts', 'yes'),
|
||
(12603, 5053, 'pyre_slider_type', 'no'),
|
||
(12604, 5053, 'pyre_slider', '0'),
|
||
(12605, 5053, 'pyre_wooslider', '0'),
|
||
(12606, 5053, 'pyre_flexslider', '0'),
|
||
(12607, 5053, 'pyre_revslider', '0'),
|
||
(12608, 5053, 'pyre_elasticslider', '0'),
|
||
(12609, 5053, 'pyre_fallback', ''),
|
||
(12610, 5053, 'pyre_page_bg_layout', 'default'),
|
||
(12611, 5053, 'pyre_page_bg', ''),
|
||
(12612, 5053, 'pyre_page_bg_color', ''),
|
||
(12613, 5053, 'pyre_page_bg_full', 'no'),
|
||
(12614, 5053, 'pyre_page_bg_repeat', 'repeat'),
|
||
(12615, 5053, 'pyre_wide_page_bg', ''),
|
||
(12616, 5053, 'pyre_wide_page_bg_color', ''),
|
||
(12617, 5053, 'pyre_wide_page_bg_full', 'no'),
|
||
(12618, 5053, 'pyre_wide_page_bg_repeat', 'repeat'),
|
||
(12619, 5053, 'pyre_header_bg', ''),
|
||
(12620, 5053, 'pyre_header_bg_color', ''),
|
||
(12621, 5053, 'pyre_header_bg_full', 'no'),
|
||
(12622, 5053, 'pyre_header_bg_repeat', 'repeat'),
|
||
(12623, 5053, 'pyre_page_title', 'yes'),
|
||
(12624, 5053, 'pyre_page_title_text', 'yes'),
|
||
(12625, 5053, 'pyre_page_title_custom_text', ''),
|
||
(12626, 5053, 'pyre_page_title_custom_subheader', ''),
|
||
(12627, 5053, 'pyre_page_title_height', ''),
|
||
(12628, 5053, 'pyre_page_title_bar_bg', ''),
|
||
(12629, 5053, 'pyre_page_title_bar_bg_retina', ''),
|
||
(12630, 5053, 'pyre_page_title_bar_bg_full', 'default'),
|
||
(12631, 5053, 'pyre_page_title_bar_bg_color', ''),
|
||
(12632, 5053, 'pyre_page_title_bg_parallax', 'default'),
|
||
(12637, 5053, '_alp_processed', '1393441288'),
|
||
(12693, 5003, '_edit_lock', '1393514027:1'),
|
||
(13966, 5074, '_wp_old_slug', 'florenciano'),
|
||
(13977, 5073, '_wp_old_slug', 'zinedine'),
|
||
(14076, 4994, 'drg_horse_paternal_great_grandfather_1', 'Bisabuelo paterno 1'),
|
||
(14034, 4994, 'drg_horse_father', 'Padre'),
|
||
(14035, 4994, 'drg_horse_mother', 'Madre'),
|
||
(14077, 4994, 'drg_horse_paternal_great_grandmother_1', 'Bisabuela paterna 1'),
|
||
(13992, 5073, 'drg_horse_father', 'Padre'),
|
||
(13993, 5073, 'drg_horse_mother', 'Madre'),
|
||
(14053, 4994, 'drg_horse_paternal_grandmother', 'Abuela paterna'),
|
||
(14052, 4994, 'drg_horse_paternal_grandfather', 'Abuelo paterno'),
|
||
(14056, 4994, 'drg_horse_maternal_grandfather', 'Abuelo materno'),
|
||
(14057, 4994, 'drg_horse_maternal_grandmother', 'Abuela materna'),
|
||
(14079, 4994, 'drg_horse_paternal_great_grandmother_2', 'Bisabuela paterna 2'),
|
||
(14078, 4994, 'drg_horse_paternal_great_grandfather_2', 'Bisabuelo paterno 2'),
|
||
(14064, 5073, 'drg_horse_paternal_grandfather', 'Abuelo paterno'),
|
||
(14065, 5073, 'drg_horse_paternal_grandmother', 'Abuela paterna'),
|
||
(14093, 4994, 'drg_horse_maternal_great_grandmother_1', 'Bisabuela materna 1'),
|
||
(14092, 4994, 'drg_horse_maternal_great_grandfather_1', 'Bisabuelo materno 1'),
|
||
(14068, 5073, 'drg_horse_maternal_grandfather', 'Abuelo materno'),
|
||
(14069, 5073, 'drg_horse_maternal_grandmother', 'Abuela materna'),
|
||
(14094, 4994, 'drg_horse_maternal_great_grandfather_2', 'Bisabuelo materno 2'),
|
||
(14084, 5073, 'drg_horse_paternal_great_grandfather_1', 'Bisabuelo paterno 1'),
|
||
(14085, 5073, 'drg_horse_paternal_great_grandmother_1', 'Bisabuela paterna 1'),
|
||
(14086, 5073, 'drg_horse_paternal_great_grandfather_2', 'Bisabuelo paterno 2'),
|
||
(14087, 5073, 'drg_horse_paternal_great_grandmother_2', 'Bisabuela paterna 2'),
|
||
(14095, 4994, 'drg_horse_maternal_great_grandmother_2', 'Bisabuela materna 2'),
|
||
(14100, 5073, 'drg_horse_maternal_great_grandfather_1', 'Bisabuelo materno 1');
|
||
INSERT INTO `drgrp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
|
||
(14101, 5073, 'drg_horse_maternal_great_grandmother_1', 'Bisabuela materna 1'),
|
||
(14102, 5073, 'drg_horse_maternal_great_grandfather_2', 'Bisabuelo materno 2'),
|
||
(14103, 5073, 'drg_horse_maternal_great_grandmother_2', 'Bisabuela materna 2'),
|
||
(14120, 4990, 'drg_horse_father', 'Padre'),
|
||
(14121, 4990, 'drg_horse_paternal_grandfather', 'Abuelo paterno'),
|
||
(14122, 4990, 'drg_horse_paternal_grandmother', 'Abuela paterna'),
|
||
(14123, 4990, 'drg_horse_paternal_great_grandfather_1', 'Bisabuelo paterno 1'),
|
||
(14124, 4990, 'drg_horse_paternal_great_grandmother_1', 'Bisabuela paterna 1'),
|
||
(14125, 4990, 'drg_horse_paternal_great_grandfather_2', 'Bisabuelo paterno 2'),
|
||
(14126, 4990, 'drg_horse_paternal_great_grandmother_2', 'Bisabuela paterna 2'),
|
||
(14127, 4990, 'drg_horse_mother', 'Madre'),
|
||
(14128, 4990, 'drg_horse_maternal_grandfather', 'Abuelo materno'),
|
||
(14129, 4990, 'drg_horse_maternal_grandmother', 'Abuela materna'),
|
||
(14130, 4990, 'drg_horse_maternal_great_grandfather_1', 'Bisabuelo materno 1'),
|
||
(14131, 4990, 'drg_horse_maternal_great_grandmother_1', 'Bisabuela materna 1'),
|
||
(14132, 4990, 'drg_horse_maternal_great_grandfather_2', 'Bisabuelo materno 2'),
|
||
(14133, 4990, 'drg_horse_maternal_great_grandmother_2', 'Bisabuela materna 2'),
|
||
(14140, 5074, 'drg_horse_father', 'Padre'),
|
||
(14141, 5074, 'drg_horse_paternal_grandfather', 'Abuelo paterno'),
|
||
(14142, 5074, 'drg_horse_paternal_grandmother', 'Abuela paterna'),
|
||
(14143, 5074, 'drg_horse_paternal_great_grandfather_1', 'Bisabuelo paterno 1'),
|
||
(14144, 5074, 'drg_horse_paternal_great_grandmother_1', 'Bisabuela paterna 1'),
|
||
(14145, 5074, 'drg_horse_paternal_great_grandfather_2', 'Bisabuelo paterno 2'),
|
||
(14146, 5074, 'drg_horse_paternal_great_grandmother_2', 'Bisabuela paterna 2'),
|
||
(14147, 5074, 'drg_horse_mother', 'Madre'),
|
||
(14148, 5074, 'drg_horse_maternal_grandfather', 'Abuelo materno'),
|
||
(14149, 5074, 'drg_horse_maternal_grandmother', 'Abuela materna'),
|
||
(14150, 5074, 'drg_horse_maternal_great_grandfather_1', 'Bisabuelo materno 1'),
|
||
(14151, 5074, 'drg_horse_maternal_great_grandmother_1', 'Bisabuela materna 1'),
|
||
(14152, 5074, 'drg_horse_maternal_great_grandfather_2', 'Bisabuelo materno 2'),
|
||
(14153, 5074, 'drg_horse_maternal_great_grandmother_2', 'Bisabuela materna 2'),
|
||
(14160, 4955, 'drg_horse_father', 'Padre'),
|
||
(14161, 4955, 'drg_horse_paternal_grandfather', 'Abuelo paterno'),
|
||
(14162, 4955, 'drg_horse_paternal_grandmother', 'Abuela paterna'),
|
||
(14163, 4955, 'drg_horse_paternal_great_grandfather_1', 'Bisabuelo paterno 1'),
|
||
(14164, 4955, 'drg_horse_paternal_great_grandmother_1', 'Bisabuela paterna 1'),
|
||
(14165, 4955, 'drg_horse_paternal_great_grandfather_2', 'Bisabuelo paterno 2'),
|
||
(14166, 4955, 'drg_horse_paternal_great_grandmother_2', 'Bisabuela paterna 2'),
|
||
(14167, 4955, 'drg_horse_mother', 'Madre'),
|
||
(14168, 4955, 'drg_horse_maternal_grandfather', 'Abuelo materno'),
|
||
(14169, 4955, 'drg_horse_maternal_grandmother', 'Abuela materna'),
|
||
(14170, 4955, 'drg_horse_maternal_great_grandfather_1', 'Bisabuelo materno 1'),
|
||
(14171, 4955, 'drg_horse_maternal_great_grandmother_1', 'Bisabuela materna 1'),
|
||
(14172, 4955, 'drg_horse_maternal_great_grandfather_2', 'Bisabuelo materno 2'),
|
||
(14173, 4955, 'drg_horse_maternal_great_grandmother_2', 'Bisabuela materna 2'),
|
||
(14180, 5077, 'drg_horse_father', 'Padre'),
|
||
(14181, 5077, 'drg_horse_paternal_grandfather', 'Abuelo paterno'),
|
||
(14182, 5077, 'drg_horse_paternal_grandmother', 'Abuela paterna'),
|
||
(14183, 5077, 'drg_horse_paternal_great_grandfather_1', 'Bisabuelo paterno 1'),
|
||
(14184, 5077, 'drg_horse_paternal_great_grandmother_1', 'Bisabuela paterna 1'),
|
||
(14185, 5077, 'drg_horse_paternal_great_grandfather_2', 'Bisabuelo paterno 2'),
|
||
(14186, 5077, 'drg_horse_paternal_great_grandmother_2', 'Bisabuela paterna 2'),
|
||
(14187, 5077, 'drg_horse_mother', 'Madre'),
|
||
(14188, 5077, 'drg_horse_maternal_grandfather', 'Abuelo materno'),
|
||
(14189, 5077, 'drg_horse_maternal_grandmother', 'Abuela materna'),
|
||
(14190, 5077, 'drg_horse_maternal_great_grandfather_1', 'Bisabuelo materno 1'),
|
||
(14191, 5077, 'drg_horse_maternal_great_grandmother_1', 'Bisabuela materna 1'),
|
||
(14192, 5077, 'drg_horse_maternal_great_grandfather_2', 'Bisabuelo materno 2'),
|
||
(14193, 5077, 'drg_horse_maternal_great_grandmother_2', 'Bisabuela materna 2'),
|
||
(14196, 5077, '_wp_old_slug', 'black-jack'),
|
||
(14201, 4970, 'drg_horse_father', 'Padre'),
|
||
(14202, 4970, 'drg_horse_paternal_grandfather', 'Abuelo paterno'),
|
||
(14203, 4970, 'drg_horse_paternal_grandmother', 'Abuela paterna'),
|
||
(14204, 4970, 'drg_horse_paternal_great_grandfather_1', 'Bisabuelo paterno 1'),
|
||
(14205, 4970, 'drg_horse_paternal_great_grandmother_1', 'Bisabuela paterna 1'),
|
||
(14206, 4970, 'drg_horse_paternal_great_grandfather_2', 'Bisabuelo paterno 2'),
|
||
(14207, 4970, 'drg_horse_paternal_great_grandmother_2', 'Bisabuela paterna 2'),
|
||
(14208, 4970, 'drg_horse_mother', 'Madre'),
|
||
(14209, 4970, 'drg_horse_maternal_grandfather', 'Abuelo materno'),
|
||
(14210, 4970, 'drg_horse_maternal_grandmother', 'Abuela materna'),
|
||
(14211, 4970, 'drg_horse_maternal_great_grandfather_1', 'Bisabuelo materno 1'),
|
||
(14212, 4970, 'drg_horse_maternal_great_grandmother_1', 'Bisabuela materna 1'),
|
||
(14213, 4970, 'drg_horse_maternal_great_grandfather_2', 'Bisabuelo materno 2'),
|
||
(14214, 4970, 'drg_horse_maternal_great_grandmother_2', 'Bisabuela materna 2'),
|
||
(14221, 5076, 'drg_horse_father', 'Padre'),
|
||
(14222, 5076, 'drg_horse_paternal_grandfather', 'Abuelo paterno'),
|
||
(14223, 5076, 'drg_horse_paternal_grandmother', 'Abuela paterna'),
|
||
(14224, 5076, 'drg_horse_paternal_great_grandfather_1', 'Bisabuelo paterno 1'),
|
||
(14225, 5076, 'drg_horse_paternal_great_grandmother_1', 'Bisabuela paterna 1'),
|
||
(14226, 5076, 'drg_horse_paternal_great_grandfather_2', 'Bisabuelo paterno 2'),
|
||
(14227, 5076, 'drg_horse_paternal_great_grandmother_2', 'Bisabuela paterna 2'),
|
||
(14228, 5076, 'drg_horse_mother', 'Madre'),
|
||
(14229, 5076, 'drg_horse_maternal_grandfather', 'Abuelo materno'),
|
||
(14230, 5076, 'drg_horse_maternal_grandmother', 'Abuela materna'),
|
||
(14231, 5076, 'drg_horse_maternal_great_grandfather_1', 'Bisabuelo materno 1'),
|
||
(14232, 5076, 'drg_horse_maternal_great_grandmother_1', 'Bisabuela materna 1'),
|
||
(14233, 5076, 'drg_horse_maternal_great_grandfather_2', 'Bisabuelo materno 2'),
|
||
(14234, 5076, 'drg_horse_maternal_great_grandmother_2', 'Bisabuela materna 2'),
|
||
(14237, 5076, '_wp_old_slug', '4970'),
|
||
(14242, 4971, 'drg_horse_father', 'Padre'),
|
||
(14243, 4971, 'drg_horse_paternal_grandfather', 'Abuelo paterno'),
|
||
(14244, 4971, 'drg_horse_paternal_grandmother', 'Abuela paterna'),
|
||
(14245, 4971, 'drg_horse_paternal_great_grandfather_1', 'Bisabuelo paterno 1'),
|
||
(14246, 4971, 'drg_horse_paternal_great_grandmother_1', 'Bisabuela paterna 1'),
|
||
(14247, 4971, 'drg_horse_paternal_great_grandfather_2', 'Bisabuelo paterno 2'),
|
||
(14248, 4971, 'drg_horse_paternal_great_grandmother_2', 'Bisabuela paterna 2'),
|
||
(14249, 4971, 'drg_horse_mother', 'Madre'),
|
||
(14250, 4971, 'drg_horse_maternal_grandfather', 'Abuelo materno'),
|
||
(14251, 4971, 'drg_horse_maternal_grandmother', 'Abuela materna'),
|
||
(14252, 4971, 'drg_horse_maternal_great_grandfather_1', 'Bisabuelo materno 1'),
|
||
(14253, 4971, 'drg_horse_maternal_great_grandmother_1', 'Bisabuela materna 1'),
|
||
(14254, 4971, 'drg_horse_maternal_great_grandfather_2', 'Bisabuelo materno 2'),
|
||
(14255, 4971, 'drg_horse_maternal_great_grandmother_2', 'Bisabuela materna 2'),
|
||
(14262, 5075, 'drg_horse_father', 'Padre'),
|
||
(14263, 5075, 'drg_horse_paternal_grandfather', 'Abuelo paterno'),
|
||
(14264, 5075, 'drg_horse_paternal_grandmother', 'Abuela paterna'),
|
||
(14265, 5075, 'drg_horse_paternal_great_grandfather_1', 'Bisabuelo paterno 1'),
|
||
(14266, 5075, 'drg_horse_paternal_great_grandmother_1', 'Bisabuela paterna 1'),
|
||
(14267, 5075, 'drg_horse_paternal_great_grandfather_2', 'Bisabuelo paterno 2'),
|
||
(14268, 5075, 'drg_horse_paternal_great_grandmother_2', 'Bisabuela paterna 2'),
|
||
(14269, 5075, 'drg_horse_mother', 'Madre'),
|
||
(14270, 5075, 'drg_horse_maternal_grandfather', 'Abuelo materno'),
|
||
(14271, 5075, 'drg_horse_maternal_grandmother', 'Abuela materna'),
|
||
(14272, 5075, 'drg_horse_maternal_great_grandfather_1', 'Bisabuelo materno 1'),
|
||
(14273, 5075, 'drg_horse_maternal_great_grandmother_1', 'Bisabuela materna 1'),
|
||
(14274, 5075, 'drg_horse_maternal_great_grandfather_2', 'Bisabuelo materno 2'),
|
||
(14275, 5075, 'drg_horse_maternal_great_grandmother_2', 'Bisabuela materna 2'),
|
||
(14278, 5075, '_wp_old_slug', 'cristallo'),
|
||
(14283, 4953, 'drg_horse_father', 'Padre'),
|
||
(14284, 4953, 'drg_horse_paternal_grandfather', 'Abuelo paterno'),
|
||
(14285, 4953, 'drg_horse_paternal_grandmother', 'Abuela paterna'),
|
||
(14286, 4953, 'drg_horse_paternal_great_grandfather_1', 'Bisabuelo paterno 1'),
|
||
(14287, 4953, 'drg_horse_paternal_great_grandmother_1', 'Bisabuela paterna 1'),
|
||
(14288, 4953, 'drg_horse_paternal_great_grandfather_2', 'Bisabuelo paterno 2'),
|
||
(14289, 4953, 'drg_horse_paternal_great_grandmother_2', 'Bisabuela paterna 2'),
|
||
(14290, 4953, 'drg_horse_mother', 'Madre'),
|
||
(14291, 4953, 'drg_horse_maternal_grandfather', 'Abuelo materno'),
|
||
(14292, 4953, 'drg_horse_maternal_grandmother', 'Abuela materna'),
|
||
(14293, 4953, 'drg_horse_maternal_great_grandfather_1', 'Bisabuelo materno 1'),
|
||
(14294, 4953, 'drg_horse_maternal_great_grandmother_1', 'Bisabuela materna 1'),
|
||
(14295, 4953, 'drg_horse_maternal_great_grandfather_2', 'Bisabuelo materno 2'),
|
||
(14296, 4953, 'drg_horse_maternal_great_grandmother_2', 'Bisabuela materna 2'),
|
||
(14303, 5078, 'drg_horse_father', 'Padre'),
|
||
(14304, 5078, 'drg_horse_paternal_grandfather', 'Abuelo paterno'),
|
||
(14305, 5078, 'drg_horse_paternal_grandmother', 'Abuela paterna'),
|
||
(14306, 5078, 'drg_horse_paternal_great_grandfather_1', 'Bisabuelo paterno 1'),
|
||
(14307, 5078, 'drg_horse_paternal_great_grandmother_1', 'Bisabuela paterna 1'),
|
||
(14308, 5078, 'drg_horse_paternal_great_grandfather_2', 'Bisabuelo paterno 2'),
|
||
(14309, 5078, 'drg_horse_paternal_great_grandmother_2', 'Bisabuela paterna 2'),
|
||
(14310, 5078, 'drg_horse_mother', 'Madre'),
|
||
(14311, 5078, 'drg_horse_maternal_grandfather', 'Abuelo materno'),
|
||
(14312, 5078, 'drg_horse_maternal_grandmother', 'Abuela materna'),
|
||
(14313, 5078, 'drg_horse_maternal_great_grandfather_1', 'Bisabuelo materno 1'),
|
||
(14314, 5078, 'drg_horse_maternal_great_grandmother_1', 'Bisabuela materna 1'),
|
||
(14315, 5078, 'drg_horse_maternal_great_grandfather_2', 'Bisabuelo materno 2'),
|
||
(14316, 5078, 'drg_horse_maternal_great_grandmother_2', 'Bisabuela materna 2'),
|
||
(14319, 5078, '_wp_old_slug', 'carrico'),
|
||
(14332, 4948, 'drg_horse_father', 'Padre'),
|
||
(14333, 4948, 'drg_horse_paternal_grandfather', 'Abuelo paterno'),
|
||
(14334, 4948, 'drg_horse_paternal_grandmother', 'Abuela paterna'),
|
||
(14335, 4948, 'drg_horse_paternal_great_grandfather_1', 'Bisabuelo paterno 1'),
|
||
(14336, 4948, 'drg_horse_paternal_great_grandmother_1', 'Bisabuela paterna 1'),
|
||
(14337, 4948, 'drg_horse_paternal_great_grandfather_2', 'Bisabuelo paterno 2'),
|
||
(14338, 4948, 'drg_horse_paternal_great_grandmother_2', 'Bisabuela paterna 2'),
|
||
(14339, 4948, 'drg_horse_mother', 'Madre'),
|
||
(14340, 4948, 'drg_horse_maternal_grandfather', 'Abuelo materno'),
|
||
(14341, 4948, 'drg_horse_maternal_grandmother', 'Abuela materna'),
|
||
(14342, 4948, 'drg_horse_maternal_great_grandfather_1', 'Bisabuelo materno 1'),
|
||
(14343, 4948, 'drg_horse_maternal_great_grandmother_1', 'Bisabuela materna 1'),
|
||
(14344, 4948, 'drg_horse_maternal_great_grandfather_2', 'Bisabuelo materno 2'),
|
||
(14345, 4948, 'drg_horse_maternal_great_grandmother_2', 'Bisabuela materna 2'),
|
||
(14352, 5080, 'drg_horse_father', 'Padre'),
|
||
(14353, 5080, 'drg_horse_paternal_grandfather', 'Abuelo paterno'),
|
||
(14354, 5080, 'drg_horse_paternal_grandmother', 'Abuela paterna'),
|
||
(14355, 5080, 'drg_horse_paternal_great_grandfather_1', 'Bisabuelo paterno 1'),
|
||
(14356, 5080, 'drg_horse_paternal_great_grandmother_1', 'Bisabuela paterna 1'),
|
||
(14357, 5080, 'drg_horse_paternal_great_grandfather_2', 'Bisabuelo paterno 2'),
|
||
(14358, 5080, 'drg_horse_paternal_great_grandmother_2', 'Bisabuela paterna 2'),
|
||
(14359, 5080, 'drg_horse_mother', 'Madre'),
|
||
(14360, 5080, 'drg_horse_maternal_grandfather', 'Abuelo materno'),
|
||
(14361, 5080, 'drg_horse_maternal_grandmother', 'Abuela materna'),
|
||
(14362, 5080, 'drg_horse_maternal_great_grandfather_1', 'Bisabuelo materno 1'),
|
||
(14363, 5080, 'drg_horse_maternal_great_grandmother_1', 'Bisabuela materna 1'),
|
||
(14364, 5080, 'drg_horse_maternal_great_grandfather_2', 'Bisabuelo materno 2'),
|
||
(14365, 5080, 'drg_horse_maternal_great_grandmother_2', 'Bisabuela materna 2'),
|
||
(14368, 5080, '_wp_old_slug', 'hercules'),
|
||
(14373, 4951, 'drg_horse_father', 'Padre'),
|
||
(14374, 4951, 'drg_horse_paternal_grandfather', 'Abuelo paterno'),
|
||
(14375, 4951, 'drg_horse_paternal_grandmother', 'Abuela paterna'),
|
||
(14376, 4951, 'drg_horse_paternal_great_grandfather_1', 'Bisabuelo paterno 1'),
|
||
(14377, 4951, 'drg_horse_paternal_great_grandmother_1', 'Bisabuela paterna 1'),
|
||
(14378, 4951, 'drg_horse_paternal_great_grandfather_2', 'Bisabuelo paterno 2'),
|
||
(14379, 4951, 'drg_horse_paternal_great_grandmother_2', 'Bisabuela paterna 2'),
|
||
(14380, 4951, 'drg_horse_mother', 'Madre'),
|
||
(14381, 4951, 'drg_horse_maternal_grandfather', 'Abuelo materno'),
|
||
(14382, 4951, 'drg_horse_maternal_grandmother', 'Abuela materna'),
|
||
(14383, 4951, 'drg_horse_maternal_great_grandfather_1', 'Bisabuelo materno 1'),
|
||
(14384, 4951, 'drg_horse_maternal_great_grandmother_1', 'Bisabuela materna 1'),
|
||
(14385, 4951, 'drg_horse_maternal_great_grandfather_2', 'Bisabuelo materno 2'),
|
||
(14386, 4951, 'drg_horse_maternal_great_grandmother_2', 'Bisabuela materna 2'),
|
||
(14393, 5079, 'drg_horse_father', 'Padre'),
|
||
(14394, 5079, 'drg_horse_paternal_grandfather', 'Abuelo paterno'),
|
||
(14395, 5079, 'drg_horse_paternal_grandmother', 'Abuela paterna'),
|
||
(14396, 5079, 'drg_horse_paternal_great_grandfather_1', 'Bisabuelo paterno 1'),
|
||
(14397, 5079, 'drg_horse_paternal_great_grandmother_1', 'Bisabuela paterna 1'),
|
||
(14398, 5079, 'drg_horse_paternal_great_grandfather_2', 'Bisabuelo paterno 2'),
|
||
(14399, 5079, 'drg_horse_paternal_great_grandmother_2', 'Bisabuela paterna 2'),
|
||
(14400, 5079, 'drg_horse_mother', 'Madre'),
|
||
(14401, 5079, 'drg_horse_maternal_grandfather', 'Abuelo materno'),
|
||
(14402, 5079, 'drg_horse_maternal_grandmother', 'Abuela materna'),
|
||
(14403, 5079, 'drg_horse_maternal_great_grandfather_1', 'Bisabuelo materno 1'),
|
||
(14404, 5079, 'drg_horse_maternal_great_grandmother_1', 'Bisabuela materna 1'),
|
||
(14405, 5079, 'drg_horse_maternal_great_grandfather_2', 'Bisabuelo materno 2'),
|
||
(14406, 5079, 'drg_horse_maternal_great_grandmother_2', 'Bisabuela materna 2'),
|
||
(14409, 5079, '_wp_old_slug', 'galante');
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_posts`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_posts` (
|
||
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`post_content` longtext NOT NULL,
|
||
`post_title` text NOT NULL,
|
||
`post_excerpt` text NOT NULL,
|
||
`post_status` varchar(20) NOT NULL DEFAULT 'publish',
|
||
`comment_status` varchar(20) NOT NULL DEFAULT 'open',
|
||
`ping_status` varchar(20) NOT NULL DEFAULT 'open',
|
||
`post_password` varchar(20) NOT NULL DEFAULT '',
|
||
`post_name` varchar(200) NOT NULL DEFAULT '',
|
||
`to_ping` text NOT NULL,
|
||
`pinged` text NOT NULL,
|
||
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`post_content_filtered` longtext NOT NULL,
|
||
`post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||
`guid` varchar(255) NOT NULL DEFAULT '',
|
||
`menu_order` int(11) NOT NULL DEFAULT '0',
|
||
`post_type` varchar(20) NOT NULL DEFAULT 'post',
|
||
`post_mime_type` varchar(100) NOT NULL DEFAULT '',
|
||
`comment_count` bigint(20) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`ID`),
|
||
KEY `post_name` (`post_name`),
|
||
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
|
||
KEY `post_parent` (`post_parent`),
|
||
KEY `post_author` (`post_author`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=5237 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_posts`
|
||
--
|
||
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(1, 1, '2014-01-29 21:04:51', '2014-01-29 21:04:51', 'Bienvenido a WordPress. Esta es tu primera entrada. Edítala o bórrala, ¡y comienza a publicar!.', '¡Hola mundo!', '', 'trash', 'open', 'open', '', 'hola-mundo', '', '', '2014-02-26 19:58:55', '2014-02-26 18:58:55', '', 0, 'http://127.0.0.1:4001/wordpress/?p=1', 0, 'post', '', 0),
|
||
(2, 1, '2014-01-29 21:04:51', '2014-01-29 21:04:51', 'Esto es una página de ejemplo. Es diferente a una entrada porque permanece fija en un lugar y se mostrará en la navegación de tu sitio (en la mayoría de los temas). La mayoría de la gente empieza con una página de Acerca de, que les presenta a los potenciales visitantes del sitio. Podría ser algo como esto:\n\n<blockquote>¡Hola! Soy mensajero por el día, aspirante a actor por la noche, y este es mi blog. Vivo en Madrid, tengo un perrazo llamado Duque y me gustan las piñas coladas (y que me pille un chaparrón)</blockquote>\n\n...o algo así:\n\n<blockquote>La empresa XYZ se fundó en 1971 y ha estado ofreciendo "cosas" de calidad al público desde entonces. Situada en Madrid, XYZ emplea a más de 2.000 personas y hace todo tipo de cosas sorprendentes para la comunidad de Madrid.</blockquote>\n\nSi eres nuevo en WordPress deberías ir a <a href="http://127.0.0.1:4001/wordpress/wp-admin/">tu escritorio</a> para borrar esta páginay crear páginas nuevas con tu propio contenido. ¡Pásalo bien!', 'Página de ejemplo', '', 'publish', 'open', 'open', '', 'pagina-ejemplo', '', '', '2014-01-29 21:04:51', '2014-01-29 21:04:51', '', 0, 'http://127.0.0.1:4001/wordpress/?page_id=2', 0, 'page', '', 0),
|
||
(4624, 1, '2014-02-07 11:40:03', '2014-02-07 11:40:03', '', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 11:40:03', '2014-02-07 11:40:03', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4624', 0, 'revision', '', 0),
|
||
(4, 1, '2014-01-29 21:05:06', '0000-00-00 00:00:00', '', 'Header Bg Image', '', 'draft', 'closed', 'closed', '', 'of-header_bg_image', '', '', '2014-01-29 21:05:06', '0000-00-00 00:00:00', '', 0, 'http://127.0.0.1:4001/wordpress/?post_type=options&p=4', 0, 'options', '', 0),
|
||
(5, 1, '2014-01-29 21:05:06', '0000-00-00 00:00:00', '', 'Logo', '', 'draft', 'closed', 'closed', '', 'of-logo', '', '', '2014-01-29 21:05:06', '0000-00-00 00:00:00', '', 0, 'http://127.0.0.1:4001/wordpress/?post_type=options&p=5', 0, 'options', '', 0),
|
||
(6, 1, '2014-01-29 21:05:06', '0000-00-00 00:00:00', '', 'Logo Retina', '', 'draft', 'closed', 'closed', '', 'of-logo_retina', '', '', '2014-01-29 21:05:06', '0000-00-00 00:00:00', '', 0, 'http://127.0.0.1:4001/wordpress/?post_type=options&p=6', 0, 'options', '', 0),
|
||
(7, 1, '2014-01-29 21:05:06', '0000-00-00 00:00:00', '', 'Page Title Bg', '', 'draft', 'closed', 'closed', '', 'of-page_title_bg', '', '', '2014-01-29 21:05:06', '0000-00-00 00:00:00', '', 0, 'http://127.0.0.1:4001/wordpress/?post_type=options&p=7', 0, 'options', '', 0),
|
||
(8, 1, '2014-01-29 21:05:06', '0000-00-00 00:00:00', '', 'Page Title Bg Retina', '', 'draft', 'closed', 'closed', '', 'of-page_title_bg_retina', '', '', '2014-01-29 21:05:06', '0000-00-00 00:00:00', '', 0, 'http://127.0.0.1:4001/wordpress/?post_type=options&p=8', 0, 'options', '', 0),
|
||
(9, 1, '2014-01-29 21:05:06', '0000-00-00 00:00:00', '', 'Footerw Bg Image', '', 'draft', 'closed', 'closed', '', 'of-footerw_bg_image', '', '', '2014-01-29 21:05:06', '0000-00-00 00:00:00', '', 0, 'http://127.0.0.1:4001/wordpress/?post_type=options&p=9', 0, 'options', '', 0),
|
||
(10, 1, '2014-01-29 21:05:06', '0000-00-00 00:00:00', '', 'Bg Image', '', 'draft', 'closed', 'closed', '', 'of-bg_image', '', '', '2014-01-29 21:05:06', '0000-00-00 00:00:00', '', 0, 'http://127.0.0.1:4001/wordpress/?post_type=options&p=10', 0, 'options', '', 0),
|
||
(11, 1, '2014-01-29 21:05:06', '0000-00-00 00:00:00', '', 'Content Bg Image', '', 'draft', 'closed', 'closed', '', 'of-content_bg_image', '', '', '2014-01-29 21:05:06', '0000-00-00 00:00:00', '', 0, 'http://127.0.0.1:4001/wordpress/?post_type=options&p=11', 0, 'options', '', 0),
|
||
(12, 1, '2014-01-29 21:05:06', '0000-00-00 00:00:00', '', 'Custom Icon Image', '', 'draft', 'closed', 'closed', '', 'of-custom_icon_image', '', '', '2014-01-29 21:05:06', '0000-00-00 00:00:00', '', 0, 'http://127.0.0.1:4001/wordpress/?post_type=options&p=12', 0, 'options', '', 0),
|
||
(13, 1, '2014-01-29 21:05:06', '0000-00-00 00:00:00', '', 'Custom Icon Image Retina', '', 'draft', 'closed', 'closed', '', 'of-custom_icon_image_retina', '', '', '2014-01-29 21:05:06', '0000-00-00 00:00:00', '', 0, 'http://127.0.0.1:4001/wordpress/?post_type=options&p=13', 0, 'options', '', 0),
|
||
(14, 1, '2014-01-29 21:05:10', '0000-00-00 00:00:00', '', 'Flexslider 1', '', 'draft', 'closed', 'closed', '', 'of-flexslider_1', '', '', '2014-01-29 21:05:10', '0000-00-00 00:00:00', '', 0, 'http://127.0.0.1:4001/wordpress/?post_type=options&p=14', 0, 'options', '', 0),
|
||
(3873, 1, '2013-10-14 14:52:19', '2013-10-14 14:52:19', '', 'slide_2', '', 'inherit', 'closed', 'closed', '', 'slide_2', '', '', '2013-10-14 14:52:19', '2013-10-14 14:52:19', '', 1394, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/11/slide_21.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(3875, 1, '2013-10-14 14:54:12', '2013-10-14 14:54:12', '', 'slide_1', '', 'inherit', 'closed', 'closed', '', 'slide_1', '', '', '2013-10-14 14:54:12', '2013-10-14 14:54:12', '', 1394, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/slide_11.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(3890, 1, '2013-10-14 15:39:01', '2013-10-14 15:39:01', '', 'blog_6', '', 'inherit', 'closed', 'closed', '', 'blog_6', '', '', '2013-10-14 15:39:01', '2013-10-14 15:39:01', '', 207, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/blog_61.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(3936, 1, '2013-10-14 16:48:57', '2013-10-14 16:48:57', '', 'portfolio_6', '', 'inherit', 'closed', 'closed', '', 'portfolio_6', '', '', '2013-10-14 16:48:57', '2013-10-14 16:48:57', '', 0, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(3978, 1, '2013-10-14 17:25:44', '2013-10-14 17:25:44', '', 'bkgd1', '', 'inherit', 'closed', 'closed', '', 'bkgd1', '', '', '2013-10-14 17:25:44', '2013-10-14 17:25:44', '', 0, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4010, 1, '2013-10-14 17:54:54', '2013-10-14 17:54:54', '', 'person', '', 'inherit', 'closed', 'closed', '', 'person', '', '', '2013-10-14 17:54:54', '2013-10-14 17:54:54', '', 0, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/person1.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(1876, 1, '2012-11-27 14:42:55', '2012-11-27 14:42:55', 'Vestibulum egestas pharetra felis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Suspendisse dignissim bibendum lectus, quis ornare tortor elementum quis. Aenean semper vehicula elementum. Nulla massa est, faucibus non semper quis, laoreet et sapien. Suspendisse massa odio, aliquet nec commodo et, venenatis ut velit. Pellentesque mauris lorem, dictum vitae feugiat quis, placerat vitae eros. Vestibulum quis purus vel urna convallis faucibus. Etiam vel mauris nisi, non vehicula est. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Aliquam leo lorem, tincidunt sed molestie id, egestas feugiat quam. Aliquam sed ipsum non nulla tempus mollis elementum ac dolor. Curabitur ac metus et enim pellentesque pellentesque. Nunc ultrices, felis elementum iaculis semper, libero turpis semper erat, in dapibus nisi urna vel mi. Nulla sed nibh libero. Maecenas a libero mauris, sed malesuada dui.\n\nNunc euismod lobortis massa, id sollicitudin augue auctor vel. Integer ornare sollicitudin turpis vitae vestibulum. Curabitur faucibus ullamcorper lorem sed egestas. Pellentesque laoreet auctor eros, et consectetur eros auctor eget. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum tortor nisi, egestas eget molestie tincidunt, tempus sed justo. Vestibulum ultricies auctor varius. Fusce consequat tincidunt dui, ac adipiscing turpis adipiscing pulvinar. Aliquam erat volutpat. Vivamus eleifend rhoncus nulla in laoreet.', ' Class aptent taciti sociosqu ad litora torquent per conubia nostra pers.', '', 'publish', 'open', 'closed', '', 'class-aptent-taciti-sociosqu-ad-litora-torquent-per-conubia-nostra-pers', '', '', '2012-11-27 14:42:55', '2012-11-27 14:42:55', '', 0, 'http://theme-fusion.com/avadatest/?post_type=avada_faq&p=1876', 0, 'avada_faq', '', 0),
|
||
(1877, 1, '2012-11-27 14:43:24', '2012-11-27 14:43:24', '<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/blog_51.jpg"><img class="alignleft size-medium wp-image-3889" style="padding-bottom: 10px;" alt="blog_5" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/blog_51-300x171.jpg" width="300" height="171" class="alignleft size-full wp-image-1662" style="padding-bottom: 10px;" /></a>Nunc euismod lobortis massa, id sollicitudin augue auctor vel. Integer ornare sollicitudin turpis vitae vestibulum. Curabitur faucibus ullamcorper lorem sed egestas. Pellentesque laoreet auctor eros, et consectetur eros auctor eget. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum tortor nisi, egestas eget molestie tincidunt, tempus sed justo. Vestibulum ultricies auctor varius. Fusce consequat tincidunt dui, ac adipiscing turpis adipiscing pulvinar. Aliquam erat volutpat. Vivamus eleifend rhoncus nulla in laoreet.\n\nAliquam commodo gravida magna eget tincidunt. Fusce nisi augue, malesuada in commodo quis, euismod quis orci. Integer vitae nisl non augue ullamcorper blandit. Donec vitae nibh ipsum, vitae semper orci. Nunc sed elit in nulla auctor imperdiet. Ut a nisl sit amet odio accumsan laoreet. Sed pharetra lectus in arcu pellentesque et iaculis justo pellentesque. Etiam laoreet sodales sapien, id congue magna malesuada ut. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Vestibulum tortor nisi, egestas eget molestie tincidunt, tempus sed justo. Vestibulum ultricies auctor varius. Fusce consequat tincidunt dui, ac adipiscing turpis adipiscing pulvinar. Aliquam erat volutpat. Vivamus eleifend rhoncus nulla in laoreet.', 'Fusce nisi augue, malesuada in commodo quis, euismod quis orci integer vitae nisl non.', '', 'publish', 'open', 'closed', '', 'fusce-nisi-augue-malesuada-in-commodo-quis-euismod-quis-orci-integer-vitae-nisl-non', '', '', '2012-11-27 14:43:24', '2012-11-27 14:43:24', '', 0, 'http://theme-fusion.com/avadatest/?post_type=avada_faq&p=1877', 0, 'avada_faq', '', 0),
|
||
(1878, 1, '2012-11-27 14:43:43', '2012-11-27 14:43:43', 'Nunc euismod lobortis massa, id sollicitudin augue auctor vel. Integer ornare sollicitudin turpis vitae vestibulum. Curabitur faucibus ullamcorper lorem sed egestas. Pellentesque laoreet auctor eros, et consectetur eros auctor eget. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum tortor nisi, egestas eget molestie tincidunt, tempus sed justo. Vestibulum ultricies auctor varius. Fusce consequat tincidunt dui, ac adipiscing turpis adipiscing pulvinar. Aliquam erat volutpat. Vivamus eleifend rhoncus nulla in laoreet.\n\nAliquam commodo gravida magna eget tincidunt. Fusce nisi augue, malesuada in commodo quis, euismod quis orci. Integer vitae nisl non augue ullamcorper blandit. Donec vitae nibh ipsum, vitae semper orci. Nunc sed elit in nulla auctor imperdiet. Ut a nisl sit amet odio accumsan laoreet. Sed pharetra lectus in arcu pellentesque et iaculis justo pellentesque. Etiam laoreet sodales sapien, id congue magna malesuada ut. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n', ' Integer vitae nisl non augue ullamcorper blandit donec vitae nibh ipsums.', '', 'publish', 'open', 'closed', '', 'integer-vitae-nisl-non-augue-ullamcorper-blandit-donec-vitae-nibh-ipsums', '', '', '2012-11-27 14:43:43', '2012-11-27 14:43:43', '', 0, 'http://theme-fusion.com/avadatest/?post_type=avada_faq&p=1878', 0, 'avada_faq', '', 0),
|
||
(1879, 1, '2012-11-27 14:44:05', '2012-11-27 14:44:05', '<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/blog_51.jpg"><img class="alignleft size-medium wp-image-3889" style="padding-bottom: 10px;" alt="blog_5" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/blog_51-300x171.jpg" width="300" height="171" class="alignleft size-full wp-image-1662" style="padding-bottom: 10px;" /></a>Nunc euismod lobortis massa, id sollicitudin augue auctor vel. Integer ornare sollicitudin turpis vitae vestibulum. Curabitur faucibus ullamcorper lorem sed egestas. Pellentesque laoreet auctor eros, et consectetur eros auctor eget. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum tortor nisi, egestas eget molestie tincidunt, tempus sed justo. Vestibulum ultricies auctor varius. Fusce consequat tincidunt dui, ac adipiscing turpis adipiscing pulvinar. Aliquam erat volutpat. Vivamus eleifend rhoncus nulla in laoreet.\n\nAliquam commodo gravida magna eget tincidunt. Fusce nisi augue, malesuada in commodo quis, euismod quis orci. Integer vitae nisl non augue ullamcorper blandit. Donec vitae nibh ipsum, vitae semper orci. Nunc sed elit in nulla auctor imperdiet. Ut a nisl sit amet odio accumsan laoreet. Sed pharetra lectus in arcu pellentesque et iaculis justo pellentesque. Etiam laoreet sodales sapien, id congue magna malesuada ut. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Vestibulum tortor nisi, egestas eget molestie tincidunt, tempus sed justo. Vestibulum ultricies auctor varius. Fusce consequat tincidunt dui, ac adipiscing turpis adipiscing pulvinar. Aliquam erat volutpat. Vivamus eleifend rhoncus nulla in laoreet.', 'Vivamus ullamcorper nim sit amet consequat laoreet tortor tortor dictum egestas urna.', '', 'publish', 'open', 'closed', '', 'vivamus-ullamcorper-nim-sit-amet-consequat-laoreet-tortor-tortor-dictum-egestas-urna', '', '', '2012-11-27 14:44:05', '2012-11-27 14:44:05', '', 0, 'http://theme-fusion.com/avadatest/?post_type=avada_faq&p=1879', 0, 'avada_faq', '', 0),
|
||
(4053, 1, '2013-10-14 18:33:09', '2013-10-14 18:33:09', '', 'elastic1', '', 'inherit', 'closed', 'closed', '', 'elastic1', '', '', '2013-10-14 18:33:09', '2013-10-14 18:33:09', '', 4052, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/elastic11.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4054, 1, '2013-10-14 18:33:10', '2013-10-14 18:33:10', '', 'elastic2', '', 'inherit', 'closed', 'closed', '', 'elastic2', '', '', '2013-10-14 18:33:10', '2013-10-14 18:33:10', '', 4052, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/elastic21.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4069, 1, '2013-10-14 19:18:59', '2013-10-14 19:18:59', '', 'ipad', '', 'inherit', 'closed', 'closed', '', 'ipad', '', '', '2013-10-14 19:18:59', '2013-10-14 19:18:59', '', 0, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/ipad1.png', 0, 'attachment', 'image/png', 0),
|
||
(4073, 1, '2013-10-14 21:35:42', '2013-10-14 21:35:42', '', 'slide_5', '', 'inherit', 'closed', 'closed', '', 'slide_5', '', '', '2013-10-14 21:35:42', '2013-10-14 21:35:42', '', 0, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/slide_51.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4074, 1, '2013-10-15 15:07:22', '2013-10-15 15:07:22', '', 'slide_3', '', 'inherit', 'closed', 'closed', '', 'slide_3', '', '', '2013-10-15 15:07:22', '2013-10-15 15:07:22', '', 0, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/slide_31.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4076, 1, '2013-10-15 15:37:30', '2013-10-15 15:37:30', '', 'slide_4', '', 'inherit', 'closed', 'closed', '', 'slide_4', '', '', '2013-10-15 15:37:30', '2013-10-15 15:37:30', '', 0, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/slide_41.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(5065, 1, '2014-02-27 16:16:12', '2014-02-27 15:16:12', '[separator top="-55" style="none"]\r\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px" backgroundcolor="#f8f8f8" bordersize="1px" bordercolor="#e5e4e4"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n[separator top="20"]\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0" bordercolor="#e5e4e4" paddingTop="0px" paddingBottom="0px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[separator top="55"]\r\n\r\n[/fullwidth]\r\n\r\n\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654-300x191.jpg" alt="horse-021-1024x654" width="300" height="191" class="alignnone size-medium wp-image-4717" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="3"]Nuestros sementales[/title]\r\nNuestro objetivo es tener un grupo de sementales competitivos en la competición e interesante para la cría. Intentamos que el semental sea lo más completo posible para los criadores. Hemos buscado los sementales entre los mejores orígenes, siempre con un buen físico y buenos movimientos que permitan que el semental tenga una gran capacidad para saltar.\r\nDurante la temporada de cubriciones, los sementales combinan sus tareas de reproducción con la competición, e intentamos ofrecer un buen servicio a los criadores. Para la extracción y manipulación del semen, la Yeguada Campos posee las últimas tecnologías que nos permiten enviar semen fresco y congelado a cualquier punto de Europa en menos de 24 horas.\r\n[/one_half]\r\n[separator top="55"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" class="alignnone size-medium wp-image-4715" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="3"]Nuestras yeguas[/title]\r\nPara poder cumplir nuestro objetivo, todas las yeguas han sido seleccionadas muy cuidadosamente entre las mejores familias maternas para producir potros que serán destinados a competir en el máximo nivel internacional.\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'closed', 'open', '', '4623-revision-v1', '', '', '2014-02-27 16:16:12', '2014-02-27 15:16:12', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(5064, 1, '2014-02-27 16:15:32', '2014-02-27 15:15:32', '[separator top="-55" style="none"]\r\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px" backgroundcolor="#f8f8f8" bordersize="1px" bordercolor="#e5e4e4"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n[separator top="20"]\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0" bordercolor="#e5e4e4" paddingTop="0px" paddingBottom="0px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[separator top="55"]\r\n\r\n[/fullwidth]\r\n\r\n\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654-300x191.jpg" alt="horse-021-1024x654" width="300" height="191" class="alignnone size-medium wp-image-4717" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="3"]Nuestros sementales[/title]\r\nNuestro objetivo es tener un grupo de sementales competitivos en la competición e interesante para la cría. Intentamos que el semental sea lo más completo posible para los criadores. Hemos buscado los sementales entre los mejores orígenes, siempre con un buen físico y buenos movimientos que permitan que el semental tenga una gran capacidad para saltar.\r\nDurante la temporada de cubriciones, los sementales combinan sus tareas de reproducción con la competición, e intentamos ofrecer un buen servicio a los criadores. Para la extracción y manipulación del semen, la Yeguada Campos posee las últimas tecnologías que nos permiten enviar semen fresco y congelado a cualquier punto de Europa en menos de 24 horas.\r\n[/one_half]\r\n[separator top="55"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654-300x191.jpg" alt="horse-03-1024x654" width="300" height="191" class="alignnone size-medium wp-image-4715" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="3"]Nuestras yeguas[/title]\r\nPara poder cumplir nuestro objetivo, todas las yeguas han sido seleccionadas muy cuidadosamente entre las mejores familias maternas para producir potros que serán destinados a competir en el máximo nivel internacional.\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'closed', 'open', '', '4623-revision-v1', '', '', '2014-02-27 16:15:32', '2014-02-27 15:15:32', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(4461, 1, '2014-01-29 21:07:00', '2014-01-29 21:07:00', '', 'Contacto', '', 'publish', 'open', 'open', '', 'features', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4461', 46, 'nav_menu_item', '', 0),
|
||
(4633, 1, '2014-02-07 11:54:14', '2014-02-07 11:54:14', '[separator top="-55"]\r\n[fullwidth backgroundcolor="#eaeaea" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Cría y alta competición de caballos</h1>\r\n<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo.jpg" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="100px" paddingBottom="100px"]\r\n\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.\r\n\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 11:54:14', '2014-02-07 11:54:14', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4633', 0, 'revision', '', 0),
|
||
(4632, 1, '2014-02-07 11:52:31', '2014-02-07 11:52:31', '[separator top="-55"]\r\n[fullwidth backgroundcolor="#eaeaea" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Cría y alta competición de caballos</h1>\r\n<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo.jpg" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="100px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n<img class="aligncenter" alt="" src="http://theme-fusion.com/avada/wp-content/uploads/2013/08/text.png" />\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.\r\n\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 11:52:31', '2014-02-07 11:52:31', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4632', 0, 'revision', '', 0),
|
||
(4631, 1, '2014-02-07 11:50:47', '2014-02-07 11:50:47', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo.jpg" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="100px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n\r\n<img class="aligncenter" alt="" src="http://theme-fusion.com/avada/wp-content/uploads/2013/08/text.png" />\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</p>\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 11:50:47', '2014-02-07 11:50:47', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4631', 0, 'revision', '', 0),
|
||
(4621, 1, '2014-02-07 11:37:03', '2014-02-07 11:37:03', '', 'page_title_bg', '', 'inherit', 'open', 'open', '', 'page_title_bg', '', '', '2014-02-07 11:37:03', '2014-02-07 11:37:03', '', 7, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/01/page_title_bg.png', 0, 'attachment', 'image/png', 0),
|
||
(4622, 1, '2014-02-07 11:37:04', '2014-02-07 11:37:04', '', 'page_title_bg@2x', '', 'inherit', 'open', 'open', '', 'page_title_bg2x', '', '', '2014-02-07 11:37:04', '2014-02-07 11:37:04', '', 7, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/01/page_title_bg@2x.png', 0, 'attachment', 'image/png', 0),
|
||
(4623, 1, '2014-02-07 11:40:03', '2014-02-07 11:40:03', '[separator top="-55" style="none"]\r\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px" backgroundcolor="#f8f8f8" bordersize="1px" bordercolor="#e5e4e4"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n[separator top="20"]\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0" bordercolor="#e5e4e4" paddingTop="0px" paddingBottom="0px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/1.jpg" image_width="300" image_height="200" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="200" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="200" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[separator top="55"]\r\n[/fullwidth]\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_third last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="alignnone size-medium wp-image-4717" alt="horse-021-1024x654" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654-300x191.jpg" width="300" height="191" /></div>\r\n[/one_third]\r\n[two_third last="yes"]\r\n[title size="3"]Nuestros sementales[/title]\r\nNuestro objetivo es tener un grupo de sementales competitivos en la competición e interesante para la cría. Intentamos que el semental sea lo más completo posible para los criadores. Hemos buscado los sementales entre los mejores orígenes, siempre con un buen físico y buenos movimientos que permitan que el semental tenga una gran capacidad para saltar.\r\nDurante la temporada de cubriciones, los sementales combinan sus tareas de reproducción con la competición, e intentamos ofrecer un buen servicio a los criadores. Para la extracción y manipulación del semen, la Yeguada Campos posee las últimas tecnologías que nos permiten enviar semen fresco y congelado a cualquier punto de Europa en menos de 24 horas.\r\n[/two_third] \r\n[separator top="55"]\r\n[one_third last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/caballo-yegua-con-su-cria-o-potro-bebe-equinos-300x187.jpg" alt="Yegua" width="300" height="187" class="alignnone size-medium wp-image-5068" /></div>\r\n[/one_third]\r\n[two_third last="yes"]\r\n[title size="3"]Nuestras yeguas[/title]\r\nPara poder cumplir nuestro objetivo, todas las yeguas han sido seleccionadas muy cuidadosamente entre las mejores familias maternas para producir potros que serán destinados a competir en el máximo nivel internacional.\r\n[/two_third]\r\n\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'publish', 'open', 'open', '', 'nosotros', '', '', '2014-02-27 16:22:36', '2014-02-27 15:22:36', '', 0, 'http://127.0.0.1:4001/wordpress/?page_id=4623', 0, 'page', '', 0),
|
||
(4625, 1, '2014-02-26 20:09:22', '2014-02-26 19:09:22', '[separator top="-55" style="none"]\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px" backgroundcolor="#f8f8f8" bordersize="1px" bordercolor="#e5e4e4"]\n[one_half last="no"]\n[separator top="50"]\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\n[/one_half]\n[one_half last="yes"]\n[title size="2"]Filosofía[/title]\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\n[/one_half]\n[/fullwidth]\n\n[separator top="20"]\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0" bordercolor="#e5e4e4" paddingTop="0px" paddingBottom="0px"]\n[separator top="10"]\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\n\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\n\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\n\n[/content_boxes]\n[separator top="55"]\n\n[/fullwidth]\n\n\n\n[separator top="10"]\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\n[one_half last="no"]\n[separator top="50"]\n<div class="photo-frame"></div>\n[/one_half]\n[one_half last="yes"]\n[title size="3"]Nuestros sementales[/title]\nNuestro objetivo es tener un grupo de sementales competitivos en la competición e interesante para la cría. Intentamos que el semental sea lo más completo posible para los criadores. Hemos buscado los sementales entre los mejores orígenes, siempre con un buen físico y buenos movimientos que permitan que el semental tenga una gran capacidad para saltar.\nDurante la temporada de cubriciones, los sementales combinan sus tareas de reproducción con la competición, e intentamos ofrecer un buen servicio a los criadores. Para la extracción y manipulación del semen, la Yeguada Campos posee las últimas tecnologías que nos permiten enviar semen fresco y congelado a cualquier punto de Europa en menos de 24 horas.\n[/one_half]\n[/fullwidth]\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-autosave-v1', '', '', '2014-02-26 20:09:22', '2014-02-26 19:09:22', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4625', 0, 'revision', '', 0),
|
||
(191, 1, '2012-07-31 16:54:02', '2012-07-31 16:54:02', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae. Sed dui lorem, adipiscing in adipiscing et, interdum nec metus. Mauris ultricie est justos.', 'Mauris Fringilla Voluts', '', 'trash', 'closed', 'closed', '', 'mauris-fringilla-voluts', '', '', '2014-02-25 11:24:35', '2014-02-25 11:24:35', '', 0, 'http://theme-fusion.com/avada/?post_type=avada_portfolio&p=191', 0, 'avada_portfolio', '', 0),
|
||
(192, 1, '2012-07-31 16:43:55', '2012-07-31 16:43:55', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae. Sed dui lorem, adipiscing in adipiscing et, interdum nec metus. Mauris ultricies, justo eu convallis placerat, felis enim ornare nisi, vitae mattis nulla ante id dui. Ut lectus purus, commodo et tincidunt vel, interdum sed lectus. Vestibulum adipiscing tempor nisi id elementu sadips ipsums dolores uns fugiats gravida nam elit vols nulla dolores amet untras sitsers.\n\nUt porttitor euismod cursus. Mauris suscipit, turpis ut dapibus rhoncus, odio erat egestas orci, in sollicitudin enim erat id est. Sed auctor gravida arcu, nec fringilla orci aliquet ut. Nullam eu pretium purus. Maecenas fermentum posuere sem vel posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi ornare convallis lectus a faucibus. Praesent et urna turpis. Fusce tincidunt augue in velit tincidunt sed tempor felis porta. Nunc sodales, metus ut vestibulum ornare, est magna laoreet lectus, ut adipiscing massa odio sed turpis. In nec lorem porttitor urna consequat sagittis. Nullam eget elit ante. Pellentesque justo urna, semper nec faucibus sit amet, aliquam at mi. Maecenas eget diam nec mi dignissim pharetra.', 'Suspendisse Pharetra Urna', '', 'trash', 'closed', 'closed', '', 'suspendisse-pharetra-urna', '', '', '2014-02-25 11:24:36', '2014-02-25 11:24:36', '', 0, 'http://theme-fusion.com/avada/?post_type=avada_portfolio&p=192', 0, 'avada_portfolio', '', 0),
|
||
(193, 1, '2012-07-31 16:44:55', '2012-07-31 16:44:55', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae. Sed dui lorem, adipiscing in adipiscing et, interdum nec metus. Mauris ultricies, justo eu convallis placerat, felis enim ornare nisi, vitae mattis nulla ante id dui. Ut lectus purus, commodo et tincidunt vel, interdum sed lectus. Vestibulum adipiscing tempor nisi id elementu sadips ipsums dolores uns fugiats gravida nam elit vols nulla dolores amet untras sitsers.\n\nDonec volutpat nibh sit amet libero ornare non laoreet arcu luctus. Donec id arcu quis mauris euismod placerat sit amet ut metus. Sed imperdiet fringilla sem eget euismod. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque adipiscing, neque ut pulvinar tincidunt, est sem euismod odio, eu ullamcorper turpis nisl sit amet velit. Nullam vitae nibh odio, non scelerisque nibh. Vestibulum ut est augue, in varius purus.\n\nProin dictum lobortis justo at pretium. Nunc malesuada ante sit amet purus ornare pulvinar. Donec suscipit dignissim ipsum at euismod. Curabitur malesuada lorem sed metus adipiscing in vehicula quam commodo. Sed porttitor elementum elementum. Proin eu ligula eget leo consectetur sodales et non mauris. Lorem ipsum dolor sit amet, consectetur adipiscing elit.', 'Curabitur Malesuada Lorem', '', 'trash', 'closed', 'closed', '', 'curabitur-malesuada-lorem', '', '', '2014-02-25 11:24:36', '2014-02-25 11:24:36', '', 0, 'http://theme-fusion.com/avada/?post_type=avada_portfolio&p=193', 0, 'avada_portfolio', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(195, 1, '2012-07-31 16:53:51', '2012-07-31 16:53:51', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae. Sed dui lorem, adipiscing in adipiscing et, interdum nec metus. Mauris ultricies, justo eu convallis placerat, felis enim ornare nisi, vitae mattis nulla ante id dui. Ut lectus purus, commodo et tincidunt vel, interdum sed lectus. Vestibulum adipiscing tempor nisi id elementu sadips ipsums dolores uns fugiats gravida nam elit vols nulla dolores amet untras sitsers.\n\nDonec volutpat nibh sit amet libero ornare non laoreet arcu luctus. Donec id arcu quis mauris euismod placerat sit amet ut metus. Sed imperdiet fringilla sem eget euismod. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque adipiscing, neque ut pulvinar tincidunt, est sem euismod odio, eu ullamcorper turpis nisl sit amet velit. Nullam vitae nibh odio, non scelerisque nibh. Vestibulum ut est augue, in varius purus. Proin dictum lobortis justo at pretium. Nunc malesuada ante sit amet purus ornare pulvinar. Donec suscipit dignissim ipsum at euismod. Curabitur malesuada lorems metus adipiscing in vehicula quam commodo. Sed porttitor elementum elementum.', 'Proin Sodales Quam', '', 'trash', 'open', 'open', '', 'proin-sodales-quam', '', '', '2014-02-25 11:24:35', '2014-02-25 11:24:35', '', 0, 'http://theme-fusion.com/avada/?post_type=avada_portfolio&p=195', 0, 'avada_portfolio', '', 0),
|
||
(196, 1, '2012-07-31 16:53:09', '2012-07-31 16:53:09', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae. Sed dui lorem, adipiscing in adipiscing et, interdum nec metus. Mauris ultricies, justo eu convallis placerat, felis enim ornare nisi, vitae mattis nulla ante id dui. Ut lectus purus, commodo et tincidunt vel, interdum sed lectus. Vestibulum adipiscing tempor gravida pellentesque urna varius vitae. Sed dui lorem, adipiscing in adipiscing et.', 'Nam Viverra Euismod', '', 'trash', 'closed', 'closed', '', 'nam-viverra-euismod', '', '', '2014-02-25 11:24:36', '2014-02-25 11:24:36', '', 0, 'http://theme-fusion.com/avada/?post_type=avada_portfolio&p=196', 0, 'avada_portfolio', '', 0),
|
||
(198, 1, '2012-07-31 17:00:15', '2012-07-31 17:00:15', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae. Sed dui lorem, adipiscing in adipiscing et, interdum nec metus. Mauris ultricies, justo eu convallis placerat, felis enim ornare nisi, vitae mattis nulla ante id dui. Ut lectus purus, commodo et tincidunt vel, interdum sed lectus. Vestibulum adipiscing tempor nisi id elementu sadips ipsums dolores uns fugiats gravida nam elit vols nulla dolores amet untras sitsers.\n\nCras id erat arcu. Suspendisse nec lacinia eros. Morbi in nisl ut quam vulputate elementum. Donec ornare, turpis eget rhoncus pharetra, nunc augue porta orci, eu volutpat enim nisi ac risus. Proin a tortor id orci fermentum sollicitudin tincidunt in magna. Quisque semper, leo a malesuada dictum, orci massa blandit diam, nec porttitor quam nunc laoreet odio. Maecenas sed felis ante, non cursus justo. Vivamus semper euismod vulputate. Praesent a hendrerit sapien. Sed dapibus leo rutrum lorem convallis et commodo urna tempus. Quisque hendrerit imperdiet erat id fringilla. Vivamus vitae odio nisi, sit amet pellentesque justo. Pellentesque enim enim, ultricies sit amet blandit a, sagittis vel dolor. Cras lorem purus, posuere sed hendrerit ac, varius vel eros. Quisque nisl ante, posuere pulvinar bibendum a, malesuada sed mi.', 'Donec Ornare Turpis Eget', '', 'trash', 'open', 'closed', '', 'donec-ornare-turpis-eget', '', '', '2014-02-25 11:24:35', '2014-02-25 11:24:35', '', 0, 'http://theme-fusion.com/avada/?post_type=avada_portfolio&p=198', 0, 'avada_portfolio', '', 0),
|
||
(1880, 1, '2012-11-27 14:44:31', '2012-11-27 14:44:31', 'Nunc euismod lobortis massa, id sollicitudin augue auctor vel. Integer ornare sollicitudin turpis vitae vestibulum. Curabitur faucibus ullamcorper lorem sed egestas. Pellentesque laoreet auctor eros, et consectetur eros auctor eget. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum tortor nisi, egestas eget molestie tincidunt, tempus sed justo. Vestibulum ultricies auctor varius. Fusce consequat tincidunt dui, ac adipiscing turpis adipiscing pulvinar. Aliquam erat volutpat. Vivamus eleifend rhoncus nulla in laoreet.\n\nAliquam commodo gravida magna eget tincidunt. Fusce nisi augue, malesuada in commodo quis, euismod quis orci. Integer vitae nisl non augue ullamcorper blandit. Donec vitae nibh ipsum, vitae semper orci. Nunc sed elit in nulla auctor imperdiet. Ut a nisl sit amet odio accumsan laoreet. Sed pharetra lectus in arcu pellentesque et iaculis justo pellentesque. Etiam laoreet sodales sapien, id congue magna malesuada ut. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.', 'Fusce nisi malesuada in commodo quis, euismod quis orci on augue ullamcorpers.', '', 'publish', 'open', 'closed', '', 'fusce-nisi-malesuada-in-commodo-quis-euismod-quis-orci-onteger-vitae-nisl-non-augue-ullamcorpers', '', '', '2012-11-27 14:44:31', '2012-11-27 14:44:31', '', 0, 'http://theme-fusion.com/avadatest/?post_type=avada_faq&p=1880', 0, 'avada_faq', '', 0),
|
||
(1881, 1, '2012-11-27 14:44:54', '2012-11-27 14:44:54', '<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/blog_51.jpg"><img class="alignleft size-medium wp-image-3889" style="padding-bottom: 10px;" alt="blog_5" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/blog_51-300x171.jpg" width="300" height="171" class="alignleft size-full wp-image-1662" style="padding-bottom: 10px;" /></a>Nunc euismod lobortis massa, id sollicitudin augue auctor vel. Integer ornare sollicitudin turpis vitae vestibulum. Curabitur faucibus ullamcorper lorem sed egestas. Pellentesque laoreet auctor eros, et consectetur eros auctor eget. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum tortor nisi, egestas eget molestie tincidunt, tempus sed justo. Vestibulum ultricies auctor varius. Fusce consequat tincidunt dui, ac adipiscing turpis adipiscing pulvinar. Aliquam erat volutpat. Vivamus eleifend rhoncus nulla in laoreet.\n\nAliquam commodo gravida magna eget tincidunt. Fusce nisi augue, malesuada in commodo quis, euismod quis orci. Integer vitae nisl non augue ullamcorper blandit. Donec vitae nibh ipsum, vitae semper orci. Nunc sed elit in nulla auctor imperdiet. Ut a nisl sit amet odio accumsan laoreet. Sed pharetra lectus in arcu pellentesque et iaculis justo pellentesque. Etiam laoreet sodales sapien, id congue magna malesuada ut. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.Vestibulum tortor nisi, egestas eget molestie tincidunt, tempus sed justo. Vestibulum ultricies auctor varius. Fusce consequat tincidunt dui, ac adipiscing turpis adipiscing pulvinar. Aliquam erat volutpat. Vivamus eleifend rhoncus nulla in laoreet.', 'Curabitur eget leo at velit imperdiet varius eu ipsum vitae velit congue iaculis vitaes.', '', 'publish', 'open', 'closed', '', 'curabitur-eget-leo-at-velit-imperdiet-varius-eu-ipsum-vitae-velit-congue-iaculis-vitaes', '', '', '2012-11-27 14:44:54', '2012-11-27 14:44:54', '', 0, 'http://theme-fusion.com/avadatest/?post_type=avada_faq&p=1881', 0, 'avada_faq', '', 0),
|
||
(4462, 1, '2014-01-29 21:07:01', '2014-01-29 21:07:01', '', 'Shortcodes', '', 'publish', 'open', 'open', '', 'shortcodes', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4462', 58, 'nav_menu_item', '', 0),
|
||
(4466, 1, '2014-01-29 21:07:01', '2014-01-29 21:07:01', '', 'Shop Shortcodes', '', 'publish', 'open', 'open', '', 'shop-shortcodes', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4466', 59, 'nav_menu_item', '', 0),
|
||
(4467, 1, '2014-01-29 21:07:01', '2014-01-29 21:07:01', '', 'Instalaciones', '', 'publish', 'open', 'open', '', 'portfolio', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4467', 35, 'nav_menu_item', '', 0),
|
||
(4469, 1, '2014-01-29 21:07:01', '2014-01-29 21:07:01', '', 'Nosotros', '', 'publish', 'open', 'open', '', 'home', '', '', '2014-02-25 18:34:17', '2014-02-25 18:34:17', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4469', 1, 'nav_menu_item', '', 0),
|
||
(1348, 1, '2012-11-11 07:39:32', '0000-00-00 00:00:00', '', 'Logo', '', 'draft', 'closed', 'closed', '', 'of-logo', '', '', '2012-11-11 07:39:32', '0000-00-00 00:00:00', '', 0, 'http://theme-fusion.com/avadatest/?post_type=options&p=1348', 0, 'options', '', 0),
|
||
(1394, 1, '2012-11-15 00:59:08', '0000-00-00 00:00:00', '', 'Flexslider 1', '', 'draft', 'closed', 'closed', '', 'of-flexslider_1', '', '', '2012-11-15 00:59:08', '0000-00-00 00:00:00', '', 0, 'http://theme-fusion.com/avadatest/?post_type=options&p=1394', 0, 'options', '', 0),
|
||
(1395, 1, '2012-11-15 00:59:08', '0000-00-00 00:00:00', '', 'Flexslider 2', '', 'draft', 'closed', 'closed', '', 'of-flexslider_2', '', '', '2012-11-15 00:59:08', '0000-00-00 00:00:00', '', 0, 'http://theme-fusion.com/avadatest/?post_type=options&p=1395', 0, 'options', '', 0),
|
||
(1396, 1, '2012-11-15 00:59:08', '0000-00-00 00:00:00', '', 'Flexslider 3', '', 'draft', 'closed', 'closed', '', 'of-flexslider_3', '', '', '2012-11-15 00:59:08', '0000-00-00 00:00:00', '', 0, 'http://theme-fusion.com/avadatest/?post_type=options&p=1396', 0, 'options', '', 0),
|
||
(1397, 1, '2012-11-15 00:59:08', '0000-00-00 00:00:00', '', 'Flexslider 4', '', 'draft', 'closed', 'closed', '', 'of-flexslider_4', '', '', '2012-11-15 00:59:08', '0000-00-00 00:00:00', '', 0, 'http://theme-fusion.com/avadatest/?post_type=options&p=1397', 0, 'options', '', 0),
|
||
(1398, 1, '2012-11-15 00:59:08', '0000-00-00 00:00:00', '', 'Flexslider 5', '', 'draft', 'closed', 'closed', '', 'of-flexslider_5', '', '', '2012-11-15 00:59:08', '0000-00-00 00:00:00', '', 0, 'http://theme-fusion.com/avadatest/?post_type=options&p=1398', 0, 'options', '', 0),
|
||
(3088, 1, '2013-02-09 20:01:48', '0000-00-00 00:00:00', '', 'Logo Retina', '', 'draft', 'closed', 'closed', '', 'of-logo_retina', '', '', '2013-02-09 20:01:48', '0000-00-00 00:00:00', '', 0, 'http://theme-fusion.com/avada2/?post_type=options&p=3088', 0, 'options', '', 0),
|
||
(3522, 1, '2013-04-08 23:12:45', '0000-00-00 00:00:00', '', 'Page Title Bg', '', 'draft', 'closed', 'closed', '', 'of-page_title_bg', '', '', '2013-04-08 23:12:45', '0000-00-00 00:00:00', '', 0, 'http://theme-fusion.com/avadaxml/?post_type=options&p=3522', 0, 'options', '', 0),
|
||
(3523, 1, '2013-04-08 23:12:45', '0000-00-00 00:00:00', '', 'Page Title Bg Retina', '', 'draft', 'closed', 'closed', '', 'of-page_title_bg_retina', '', '', '2013-04-08 23:12:45', '0000-00-00 00:00:00', '', 0, 'http://theme-fusion.com/avadaxml/?post_type=options&p=3523', 0, 'options', '', 0),
|
||
(3605, 1, '2013-05-24 19:12:06', '0000-00-00 00:00:00', '', 'Header Bg Image', '', 'draft', 'closed', 'closed', '', 'of-header_bg_image', '', '', '2013-05-24 19:12:06', '0000-00-00 00:00:00', '', 0, 'http://theme-fusion.com/avadaxml/?post_type=options&p=3605', 0, 'options', '', 0),
|
||
(3606, 1, '2013-05-24 19:12:06', '0000-00-00 00:00:00', '', 'Bg Image', '', 'draft', 'closed', 'closed', '', 'of-bg_image', '', '', '2013-05-24 19:12:06', '0000-00-00 00:00:00', '', 0, 'http://theme-fusion.com/avadaxml/?post_type=options&p=3606', 0, 'options', '', 0),
|
||
(4470, 1, '2014-01-29 21:07:01', '2014-01-29 21:07:01', '', 'Shop Style', '', 'publish', 'open', 'open', '', 'shop-style', '', '', '2014-02-25 18:34:17', '2014-02-25 18:34:17', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4470', 2, 'nav_menu_item', '', 0),
|
||
(4471, 1, '2014-01-29 21:07:01', '2014-01-29 21:07:01', '', 'Portfolio Style', '', 'publish', 'open', 'open', '', 'portfolio-style', '', '', '2014-02-25 18:34:17', '2014-02-25 18:34:17', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4471', 5, 'nav_menu_item', '', 0),
|
||
(4472, 1, '2014-01-29 21:07:01', '2014-01-29 21:07:01', '', 'Blog Style', '', 'publish', 'open', 'open', '', 'blog-style', '', '', '2014-02-25 18:34:17', '2014-02-25 18:34:17', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4472', 8, 'nav_menu_item', '', 0),
|
||
(4473, 1, '2014-01-29 21:07:01', '2014-01-29 21:07:01', '', 'Magazine Style', '', 'publish', 'open', 'open', '', 'magazine-style', '', '', '2014-02-25 18:34:17', '2014-02-25 18:34:17', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4473', 11, 'nav_menu_item', '', 0),
|
||
(4474, 1, '2012-07-30 23:32:32', '2012-07-30 23:32:32', '[content_boxes]\n[content_box title="Responsive Design" image="" icon="tablet" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada is fully responsive and can adapt to any screen size, its incredibly flexible. Try resizing your browser window to see the adaptation in action.[/content_box]\n[content_box title="Awesome Sliders" image="" icon="random" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada includes the awesome Layer Parallax Slider as well as the popular FlexSlider2. Both of the sliders have awesome plugins making it super easy to use.[/content_box]\n[content_box last="yes" title="Unlimited Colors" image="" icon="tint" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]We included a backend color picker for unlimited color options. Any of the elements can be changed, including the super awesome CSS3 gradients![/content_box]\n[/content_boxes]\n\n[title size="2"]Recent Work[/title]\n[recent_works][/recent_works]\n\n[separator top="80"]\n\n[one_half last="no"]\n[title size="2"]Why Choose Us[/title]\n<ul class="arrow">\n <li>Fully responsive so your content will always look good on any screen size</li>\n <li>Awesome sliders give you the opportunity to showcase important content</li>\n <li>Unlimited color options with a backed color picker, including the gradients</li>\n <li>Multiple layout options for home pages, portfolio section & blog section</li>\n <li>We offer free support because we care about your site as much as you do.</li>\n</ul>\n[/one_half]\n\n[one_half last="yes"]\n[title size="2"]What Clients Say[/title]\n[testimonials]\n[testimonial name="BlueOrchard" company="Crucio Theme"]To anybody thinking of buying this theme – buy it! The theme itself is amazing, and on top of that, the support is outstanding! I wanted some features put in, and the theme developer was more than willing to help me out![/testimonial]\n[testimonial name="Flygirly" company="Imperio Theme"]I would like to extend a special thank you for your excellent support. Is has been a great experience. I love this template and more so because you provided excellent support and feedback.Thank you for such a great template! A must have![/testimonial]\n[testimonial name="FWN" company="Crucio Theme"]Thank You for the speedy reply and the addition to the next update ThemeFusion, now purchased![/testimonial]\n[testimonial name="Utcrayons" company="Imperio Theme"]It’s my first time buying on here and I’m very please, so easy to customize! Cheers for your help again, very satisfied customer!!!![/testimonial]\n[testimonial name="isaed" company="Imperio Theme"]Themes like yours make people want to upgrade their business quality to fit in such beauty … really thanks and all the best luck in sales.[/testimonial]\n[/testimonials]\n[/one_half]', 'Home Version 2', '', 'publish', 'open', 'open', '', 'home', '', '', '2012-07-30 23:32:32', '2012-07-30 23:32:32', '', 0, 'http://theme-fusion.com/avada/?page_id=6', 0, 'page', '', 0),
|
||
(4475, 1, '2012-07-30 23:33:19', '2012-07-30 23:33:19', '[blog number_posts="6" cat_slug="" title="yes" thumbnail="yes" excerpt="yes" excerpt_words="35" meta_all="yes" meta_author="yes" meta_categories="yes" meta_comments="yes" meta_date="yes" meta_link="yes" paging="no" scrolling="pagination" strip_html="yes" layout="large"][/blog]', 'Blog Large', '', 'publish', 'open', 'open', '', 'blog', '', '', '2012-07-30 23:33:19', '2012-07-30 23:33:19', '', 0, 'http://theme-fusion.com/avada/?page_id=9', 0, 'page', '', 0),
|
||
(33, 1, '2012-07-31 02:06:41', '2012-07-31 02:06:41', '[tagline_box link="http://themeforest.net/user/ThemeFusion" button="Purchase Now" title="Avada is incredibly responsive, with a refreshingly clean design" description="And it has some awesome features, premium sliders, unlimited colors, advanced theme options and so much more!"][/tagline_box]\r\n\r\n[content_boxes]\r\n[content_box title="Responsive Design" image="" icon="tablet" link="http://themeforest.net/user/ThemeFusionhttp://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada is fully responsive and can adapt to any screen size. Try resizing your browser window to see it happen.[/content_box]\r\n[content_box title="Awesome Sliders" image="" icon="random" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada includes the awesome Layer Parallax Slider as well as the popular FlexSlider2. Both are easy to use![/content_box]\r\n[content_box title="Unlimited Colors" image="" icon="tint" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]We included a backend color picker for unlimited color options. Anything can be changed, including the gradients![/content_box]\r\n[content_box last="yes" title="500+ Google Fonts" image="" icon="text-width" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada loves fonts, choose from over 500+ Google Fonts. You can change all headings and body copy with ease![/content_box]\r\n[/content_boxes]\r\n\r\n[three_fourth last="no"]\r\n[title size="2"]Latest From The Blog[/title]\r\n[recent_posts columns="3" number_posts="3" cat_id="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="15"][/recent_posts]\r\n[/three_fourth]\r\n\r\n[one_fourth last="yes"]\r\n[title size="2"]What Client''s Say[/title]\r\n[testimonials]\r\n[testimonial name="Borchard" gender="male" company="Crucio Theme"]To anybody thinking of buying this theme – buy it! The theme itself is amazing, and on top of that, the support is outstanding! I wanted some features put in, and the theme developer was more than willing to help me out![/testimonial]\r\n[testimonial name="Flygirly" gender="female" company="Imperio Theme"]I would like to extend a special thank you for your excellent support. Is has been a great experience. I love this template and more so because you provided excellent support and feedback.Thank you for such a great template! A must have![/testimonial]\r\n[testimonial name="FWN" gender="female" company="Crucio Theme"]Thank You for the speedy reply and the addition to the next update ThemeFusion, now purchased![/testimonial]\r\n[testimonial name="Utcrayons" gender="male" company="Imperio Theme"]It’s my first time buying on here and I’m very please, so easy to customize! Cheers for your help again, very satisfied customer!!!![/testimonial]\r\n[testimonial name="isaed" gender="male" company="Imperio Theme"]Themes like yours make people want to upgrade their business quality to fit in such beauty … really thanks and all the best luck in sales.[/testimonial]\r\n[/testimonials]\r\n[/one_fourth]', 'Home', '', 'publish', 'open', 'closed', '', 'home-2', '', '', '2014-02-14 15:37:58', '2014-02-14 15:37:58', '', 0, 'http://theme-fusion.com/avada/?page_id=33', 0, 'page', '', 0),
|
||
(35, 1, '2012-07-31 02:06:57', '2012-07-31 02:06:57', '[one_third last="no"]\n<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" />\n<h2>Ultra-Responsive Design</h2>\nAvada is fully responsive and can adapt to any screen size, its incredibly fast and flexible. Try resizing your browser window to see the adaptation in action.\n[/one_third]\n\n[one_third last="no"]\n<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" />\n<h2>Awesome Powerful Sliders</h2>\nAvada includes the awesome Layer Parallax Slider as well as the popular FlexSlider2. Both of the sliders have awesome plugins making it super easy to use.\n[/one_third]\n\n[one_third last="yes"]\n<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" />\n<h2>Loaded With Options</h2>\nThis theme is loaded, unlimited color options, 500+ google fonts, 4 post types, advanced theme options, 3 home page layouts, boxed & wide to name a few.\n[/one_third]\n\n[separator top="40"]\n\n[one_half last="no"]\n[tabs tab1="Tab Data #1" tab2="Tab Data #2" tab3="Tab Data #3"]\n\n[tab id=1]\n[fontawesome icon="random" circle="yes" size="large"]Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips ameet quasi architecto beatae vitae dicta sunt explicabo.\n[/tab]\n[tab id=2]Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips ameet quasi architecto beatae vitae dicta sunt explicabo. amets dolores.[/tab]\n[tab id=3]Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips ameet quasi architecto beatae vitae dicta sunt explicabo. amets dolores.[/tab]\n[/tabs]\n[/one_half]\n\n[one_half last="yes"]\n[title size="2"]Why Choose Us[/title]\n<ul class="arrow">\n<ul class="arrow">\n<ul class="arrow">\n <li>Fully responsive so your content will always look good on any screen size</li>\n <li>Awesome sliders give you the opportunity to showcase your content</li>\n <li>Unlimited color options with a backed color picker, including the gradients</li>\n <li>Multiple layout options for home pages, portfolio and blog section</li>\n <li>We offer free support because we care about your site as much as you.</li>\n</ul>\n</ul>\n</ul>\n[/one_half]\n\n[separator top="10"]\n\n[title size="2"]Our Happy Clients[/title]\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]', 'Home Version 3', '', 'publish', 'open', 'open', '', 'home-version-3', '', '', '2012-07-31 02:06:57', '2012-07-31 02:06:57', '', 0, 'http://theme-fusion.com/avada/?page_id=35', 0, 'page', '', 0),
|
||
(54, 1, '2012-07-31 02:10:38', '2012-07-31 02:10:38', '<img class="alignnone wp-image-180" title="full_width" alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/features1.jpg" width="700" height="300" />\n[separator top="50"]\n[title size="2"]Sample Feature Page[/title]\nThis is s sample feature page from our live demo. You will notice that there are a lot more on our live demo, but they are all the exact same page, just with a different image and text. For size purpsoes, we only included a few of these, including this sample page.', 'Sample Feature Page', '', 'publish', 'open', 'open', '', 'great-support', '', '', '2012-07-31 02:10:38', '2012-07-31 02:10:38', '', 80, 'http://theme-fusion.com/avada/?page_id=54', 0, 'page', '', 0),
|
||
(69, 1, '2012-07-31 02:15:48', '2012-07-31 02:15:48', '[one_half last="no"]\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\n[/one_half]\n\n[one_half last="yes"]\n[title size="2"]Welcome To Avada[/title]\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\n[/one_half]\n\n[one_half last="no"]\n[title size="2"]Who Is Avada[/title]\n[accordian]\n[toggle title="Our Company Mission"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\n[toggle title="The Avada Philosophy"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\n[toggle title="The Avada Promise"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\n[toggle title="We Can Deliver On Projects"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\n[/accordian]\n[/one_half]\n\n[one_half last="yes"]\n[title size="2"]Our Crazy Skills[/title]\n[progress percentage="90"]Web Design[/progress][progress percentage="95"]HTML/CSS[/progress][progress percentage="85"]Graphic Design[/progress]\n[progress percentage="75"]WordPress[/progress]\n[/one_half]\n\n[separator top="30"]\n\n[title size="2"]Meet Our Team[/title]\n[one_third last="no"]\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo inventore veritatis et quasi architectos beatae vitae dicta sunt explicabo. Nemo enims sadips ipsums un.[/person]\n[/one_third]\n\n[one_third last="no"]\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo inventore veritatis et quasi architectos beatae vitae dicta sunt explicabo. Nemo enims sadips ipsums un.[/person]\n[/one_third]\n\n[one_third last="yes"]\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo inventore veritatis et quasi architectos beatae vitae dicta sunt explicabo. Nemo enims sadips ipsums un.[/person]\n[/one_third]\n\n[separator top="60"]\n[title size="2"]Our Happy Clients[/title]\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]', 'About Us Page 1', '', 'publish', 'open', 'open', '', 'about-us', '', '', '2012-07-31 02:15:48', '2012-07-31 02:15:48', '', 0, 'http://theme-fusion.com/avada/?page_id=69', 0, 'page', '', 0),
|
||
(72, 1, '2012-07-31 02:16:22', '2012-07-31 02:16:22', '[one_half last="no"]\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\n[/one_half]\n\n[one_half last="yes"]\n[title size="2"]Avada’s Four Areas of Expertise[/title]\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnam aliuam quaerat voluptatem.\n[/one_half]\n\n[content_boxes]\n[content_box title="Responsive Design" image="" icon="tablet" link="http://themeforest.net/user/ThemeFusionhttp://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada is fully responsive and can adapt to any screen size. Try resizing your browser window to see it happen.[/content_box]\n[content_box title="Awesome Sliders" image="" icon="random" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada includes the awesome Layer Parallax Slider as well as the popular FlexSlider2. Both are easy to use![/content_box]\n[content_box title="Unlimited Colors" image="" icon="tint" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]We included a backend color picker for unlimited color options. Anything can be changed, including the gradients![/content_box]\n[content_box last="yes" title="500+ Google Fonts" image="" icon="text-width" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada loves fonts, choose from over 500+ Google Fonts. You can change all headings and body copy with ease![/content_box]\n[/content_boxes]\n\n\n[title size="2"]Avada’s Other Services[/title]\n<p style="margin-bottom: 30px;">Lid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores tium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi archgit, magnam aliquam quaerat voluptatem. Asunt in anim uis aute irure dolor ins. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes ser.</p>\n[tabs tab1="Service #1" tab2="Service #2" tab3="Service #3" tab4="Service #4" tab5="Service #5" tab6="Service #6"]\n\n[tab id=1]\n[fontawesome icon="random" circle="yes" size="large"] Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Etharums ser quidem rerum. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud neque porro quisquam est. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats voluptas amet uns.\n<ul class="arrow">\n <li>Cras rutrum leo at odio volutpat donec fermentum porttitor nunc maecenas quis Etharums ser quidem rerum facilis</li>\n <li>Aenean faucibus sapien a odios suspendisse venenatis euismod cras dolores amets unsers fugiats.</li>\n</ul>\n\n[/tab]\n[tab id=2][fontawesome icon="magic" circle="yes" size="large"] Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerums facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud neque porro quisquam Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats voluptas amet uns.Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud neque porro quisquam est. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats voluptas amet quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni uns.\n[/tab]\n\n[tab id=3][fontawesome icon="desktop" circle="yes" size="large"] Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Etharums ser quidem rerum. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud neque porro quisquam est. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats voluptas amet uns.\n<ul class="arrow">\n <li>Cras rutrum leo at odio volutpat donec fermentum porttitor nunc maecenas quis Etharums ser quidem rerum facilis</li>\n <li>Aenean faucibus sapien a odios suspendisse venenatis euismod cras dolores amets unsers fugiats.</li>\n</ul>\n[/tab]\n\n[tab id=4][fontawesome icon="magic" circle="yes" size="large"] Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerums facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud neque porro quisquam Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats voluptas amet uns.Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud neque porro quisquam est. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats voluptas amet quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni uns.\n[/tab]\n\n[tab id=5]\n[fontawesome icon="tint" circle="yes" size="large"] Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Etharums ser quidem rerum. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud neque porro quisquam est. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats voluptas amet uns.\n<ul class="arrow">\n <li>Cras rutrum leo at odio volutpat donec fermentum porttitor nunc maecenas quis Etharums ser quidem rerum facilis</li>\n <li>Aenean faucibus sapien a odios suspendisse venenatis euismod cras dolores amets unsers fugiats.</li>\n</ul>\n[/tab]\n\n[tab id=6][fontawesome icon="thumbs-up" circle="yes" size="large"]Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerums facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud neque porro quisquam Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats voluptas amet uns.Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud neque porro quisquam est. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats voluptas amet quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni uns.\n[/tab]\n[/tabs]\n\n[separator top="80"]\n\n[one_half last="no"]\n[title size="2"]Why Choose Us[/title]\n<ul class="arrow">\n<ul class="arrow">\n<ul class="arrow">\n <li>Fully responsive so your content will always look good on any screen size</li>\n <li>Awesome sliders give you the opportunity to showcase important content</li>\n <li>Unlimited color options with a backed color picker, including the gradients</li>\n <li>Multiple layout options for home pages, portfolio section & blog section</li>\n <li>We offer free support because we care about your site as much as you do.</li>\n</ul>\n</ul>\n</ul>\n[/one_half]\n\n[one_half last="yes"]\n[title size="2"]What Client''s Say[/title]\n[testimonials]\n[testimonial name="BlueOrchard" company="Crucio Theme"]To anybody thinking of buying this theme – buy it! The theme itself is amazing, and on top of that, the support is outstanding! I wanted some features put in, and the theme developer was more than willing to help me out![/testimonial]\n[testimonial name="Flygirly" company="Imperio Theme"]I would like to extend a special thank you for your excellent support. Is has been a great experience. I love this template and more so because you provided excellent support and feedback.Thank you for such a great template! A must have![/testimonial]\n[testimonial name="FWN" company="Crucio Theme"]Thank You for the speedy reply and the addition to the next update ThemeFusion, now purchased![/testimonial]\n[testimonial name="Utcrayons" company="Imperio Theme"]It’s my first time buying on here and I’m very please, so easy to customize! Cheers for your help again, very satisfied customer!!!![/testimonial]\n[testimonial name="isaed" company="Imperio Theme"]Themes like yours make people want to upgrade their business quality to fit in such beauty … really thanks and all the best luck in sales.[/testimonial]\n[/testimonials]\n[/one_half]', 'Services Page 1', '', 'publish', 'open', 'open', '', 'services', '', '', '2012-07-31 02:16:22', '2012-07-31 02:16:22', '', 0, 'http://theme-fusion.com/avada/?page_id=72', 0, 'page', '', 0),
|
||
(80, 1, '2012-07-31 02:20:18', '2012-07-31 02:20:18', '<img class="alignnone wp-image-180" title="full_width" alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/features1.jpg" width="700" height="300" />\n\n[separator top="50"]\n[title size="2"]Avada Includes A Side Navigation Template[/title]\nWith Avada''s side navigation template, you can add even more content to your site. With the page template, its very easy to set up and use and it can be positioned on the left or right. Check out all other features listed in the side navigation menu!', 'Side Navigation', '', 'publish', 'open', 'open', '', 'side-navigation', '', '', '2012-07-31 02:20:18', '2012-07-31 02:20:18', '', 0, 'http://theme-fusion.com/avada/?page_id=80', 0, 'page', '', 0),
|
||
(84, 1, '2012-07-31 02:17:47', '2012-07-31 02:17:47', '<img class="alignnone size-full wp-image-180" title="full_width" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/11/slide_21.jpg" alt="" />\n\n[separator top="50"]\n[title size="2"]This is Avada’s Full Width Page Option[/title]\nAt vero eos et accusamus et iusto odios un dignissimos ducimus qui blan ditiis prasixer esentium voluptatum un deleniti atqueste sites excep turiitate non providentsimils. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, consequunturser magni dolores eos qui ratione voluptatem sequi nesciunt. Lorem ipsum dolor sit amet consect adipiscing elit, sed diam non ummy nibh euismod tincidunt ut laoreet, dolore magna aliquam.\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique eleifend ipsum non facilisis. Donec elementum auctor orci in dictum. Donec non tortor mauris, in iaculis leo. Aenean orci arcu, fringilla adipiscing posuere vitae, congue id nunc. Phasellus nisl dolor, blandit a varius sit amet, dictum in libero. Integer ultricies tempor ornare. Mauris vitae tortor quis lorem feugiat varius non sed turpis. Suspendisse potenti. Vestibulum non lectus tincidunt magna euismod imperdiet sit amet eu lectus. In hac habitasse platea dictumst. Vestibulum vestibulum, turpis quis malesuada molestie, quam ante aliquet lacus, quis molestie urna sapien at lectus. Integer id semper elit. Cras neque nulla, convallis non commodo et, euismod non tortor. Mauris eu facilisis nisl. Ut eu tincidunt mauris.\n<blockquote>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper susci. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quirs.</blockquote>\nNam semper, ligula id mattis varius, ligula tortor tempus elit, a hendrerit nisi dui et velit. Ut rhoncus porta sapien euismod dictum. Fusce dictum eleifend dignissim. Quisque vel condimentum nisl. Pellentesque aliquet felis eget massa elementum suscipit. Vivamus ut ultricies nibh. Duis vitae sapien arcu. aPellentesque nisi ligula, facilisis sed rutrum sit amet, lobortis at justo. Suspendisse accumsan elementum suscipit. Pellentesque pharetra pretium neque, a tincidunt enim faucibus non. Fusce ultrices accumsan ultrices. Cras malesuada eros et nibh laoreet dictum. Duis metus turpis, sit amet, consequat vel arcu. Vestibulum rhoncus velit eget augue adipiscing vitae imperdiet turpis is sed rutrum sit amet, lobortis at justo. Suspendisse accumsan eleme eleifend.\n\nPhasellus quis ligula in odio aliquet pellentesque. Sed nec nunc quis mauris pretium commodo et cursus velit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris eu nunc a erat egestas dignissim. Vivamus eget orci dui. Cras varius arcu vitae dolor posuere facilisis. Nunc sit amet nisi metus. Morbi pellentesque venenatis rhoncus. Cras sed sapien purus, eu dignissim ipsum. Duis quam sapien, interdum nec consequat nec, pellentesque vitae erat. Praesent sollicitudin tellus ac nisl tincidunt ac tincidunt nulla ultricis sed rutrum sit amet, lobortis at justo. Suspendisse accumsan eleme dolores fugiats voluptas amets sadips ies.', 'Full Width', '', 'publish', 'open', 'open', '', 'full-width', '', '', '2012-07-31 02:17:47', '2012-07-31 02:17:47', '', 0, 'http://theme-fusion.com/avada/?page_id=84', 0, 'page', '', 0),
|
||
(5030, 1, '2014-02-26 18:00:39', '2014-02-26 17:00:39', '', 'Competition', '', 'inherit', 'closed', 'open', '', '5027-revision-v1', '', '', '2014-02-26 18:00:39', '2014-02-26 17:00:39', '', 5027, 'http://127.0.0.1:4001/wordpress/5027-revision-v1/', 0, 'revision', '', 0),
|
||
(5031, 1, '2014-02-26 18:01:27', '2014-02-26 17:01:27', '[two_third last="no"]\r\n[title size="3"]Contact form[/title]\r\n[gravityform id="1" name="Contacto" ajax="true" title="false"]\r\n[/two_third]\r\n[one_third last="yes"]\r\n[title size="3"]Double R Group[/title]\r\n<p>[fontawesome icon="map-marker" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"] Calle de Almagro, 21, 28010 Madrid</p>\r\n<p>[fontawesome icon="phone" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]+34 619 686 633</p>\r\n<p>[fontawesome icon="envelope" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]info@doublergroup.com</p>\r\n<p>[fontawesome icon="globe" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]www.doublergroup.com</p>\r\n[/one_third]\r\n', 'Contact', '', 'publish', 'open', 'open', '', 'contact', '', '', '2014-02-26 18:01:45', '2014-02-26 17:01:45', '', 0, 'http://127.0.0.1:4001/wordpress/?page_id=5031', 0, 'page', '', 0),
|
||
(94, 1, '2012-07-31 02:20:13', '2012-07-31 02:20:13', '', '1 Column Classic', '', 'publish', 'open', 'open', '', '1-column', '', '', '2012-07-31 02:20:13', '2012-07-31 02:20:13', '', 0, 'http://theme-fusion.com/avada/?page_id=94', 0, 'page', '', 0),
|
||
(96, 1, '2012-07-31 02:20:24', '2012-07-31 02:20:24', '', '2 Column Classic', '', 'publish', 'open', 'open', '', '2-column', '', '', '2012-07-31 02:20:24', '2012-07-31 02:20:24', '', 0, 'http://theme-fusion.com/avada/?page_id=96', 0, 'page', '', 0),
|
||
(98, 1, '2012-07-31 02:20:35', '2012-07-31 02:20:35', '', '3 Column Classic', '', 'publish', 'open', 'open', '', '3-column', '', '', '2012-07-31 02:20:35', '2012-07-31 02:20:35', '', 0, 'http://theme-fusion.com/avada/?page_id=98', 0, 'page', '', 0),
|
||
(100, 1, '2012-07-31 02:20:47', '2012-07-31 02:20:47', '', '4 Column Classic', '', 'publish', 'open', 'open', '', '4-column', '', '', '2012-07-31 02:20:47', '2012-07-31 02:20:47', '', 0, 'http://theme-fusion.com/avada/?page_id=100', 0, 'page', '', 0),
|
||
(730, 1, '2012-08-08 02:54:23', '2012-08-08 02:54:23', '[blog number_posts="6" cat_slug="" title="yes" thumbnail="yes" excerpt="yes" excerpt_words="55" meta_all="yes" meta_author="yes" meta_categories="yes" meta_comments="yes" meta_date="yes" meta_link="yes" paging="yes" scrolling="pagination" strip_html="yes" layout="medium"][/blog]', 'Blog Medium Image', '', 'publish', 'open', 'open', '', 'blog-medium', '', '', '2012-08-08 02:54:23', '2012-08-08 02:54:23', '', 0, 'http://theme-fusion.com/avada/?page_id=730', 0, 'page', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(923, 1, '2012-08-09 13:55:00', '2012-08-09 13:55:00', '[tagline_box link="http://themeforest.net/user/ThemeFusion" button="Purchase Now" title="Need a simple slider? Avada includes the FlexSlider 2 with awesome plugin!" description="FlexSlider is fully responsive, you can use images & videos and organize many slides into groups and adjust control settings."][/tagline_box]\n\n[content_boxes]\n[content_box title="Fully Responsive" image="" icon="tablet" link="http://themeforest.net/user/ThemeFusionhttp://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada is fully responsive and can adapt to any screen size. Try resizing your browser window to see it adapt![/content_box]\n[content_box title="Awesome Sliders" image="" icon="random" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada includes the awesome Layer Parallax Slider as well as the popular FlexSlider2. Both are easy to use![/content_box]\n[content_box title="Unlimited Colors" image="" icon="tint" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]We included a backend color picker for unlimited color options. Anything can be changed, including gradients![/content_box]\n[content_box last="yes" title="Google Fonts" image="" icon="text-width" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada loves fonts, choose from over 500+ Google Fonts. You can change all headings & body copy with ease![/content_box]\n[/content_boxes]\n\n[one_half last="no"]\n[title size="2"]Why Choose Avada?[/title]\nThe FlexSlider can easily be used as the large slider at the top of the page, or you can use it as a shortcode inside page content. For the large slider at the top of the page, users can use the WooSlider plugin, or use it via Theme Options. Avada 2.0 now has it integrated into our Theme Options for use with captions.\n<ul class="arrow">\n <li>Fully responsive so your content will always look good on any screen size</li>\n <li>Awesome sliders give you the opportunity to showcase important content</li>\n <li>Unlimited color options with a backed color picker, including the gradients</li>\n <li>Multiple layout options for home pages, portfolio section & blog section</li>\n <li>We offer free support because we care about your site as much as you do.</li>\n</ul>\n[/one_half]\n\n[one_half last="yes"]\n[title size="2"]Use Our Flexslider Anywhere With Shortcodes![/title]\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\n[/one_half]', 'FlexSlider', '', 'publish', 'open', 'open', '', 'flexslider', '', '', '2012-08-09 13:55:00', '2012-08-09 13:55:00', '', 0, 'http://theme-fusion.com/avada/?page_id=923', 0, 'page', '', 0),
|
||
(3607, 1, '2013-05-24 19:12:06', '0000-00-00 00:00:00', '', 'Content Bg Image', '', 'draft', 'closed', 'closed', '', 'of-content_bg_image', '', '', '2013-05-24 19:12:06', '0000-00-00 00:00:00', '', 0, 'http://theme-fusion.com/avadaxml/?post_type=options&p=3607', 0, 'options', '', 0),
|
||
(3806, 1, '2013-08-19 17:04:37', '0000-00-00 00:00:00', '', 'Footerw Bg Image', '', 'draft', 'closed', 'closed', '', 'of-footerw_bg_image', '', '', '2013-08-19 17:04:37', '0000-00-00 00:00:00', '', 0, 'http://theme-fusion.com/avadaxml/?post_type=options&p=3806', 0, 'options', '', 0),
|
||
(3807, 1, '2013-08-19 17:04:37', '0000-00-00 00:00:00', '', 'Custom Icon Image', '', 'draft', 'closed', 'closed', '', 'of-custom_icon_image', '', '', '2013-08-19 17:04:37', '0000-00-00 00:00:00', '', 0, 'http://theme-fusion.com/avadaxml/?post_type=options&p=3807', 0, 'options', '', 0),
|
||
(3808, 1, '2013-08-19 17:04:37', '0000-00-00 00:00:00', '', 'Custom Icon Image Retina', '', 'draft', 'closed', 'closed', '', 'of-custom_icon_image_retina', '', '', '2013-08-19 17:04:37', '0000-00-00 00:00:00', '', 0, 'http://theme-fusion.com/avadaxml/?post_type=options&p=3808', 0, 'options', '', 0),
|
||
(1290, 1, '2012-11-08 15:19:54', '2012-11-08 15:19:54', '[separator top="30"]\n\n[tagline_box link="http://themeforest.net/user/ThemeFusion" button="Purchase Now" title="Need a cool slider? Avada Includes The Amazingly Cool Layer Slider!" description="Now its fully responsive with an entirely new graphical user interface, new skins and lots of options. Its absolutely awesome!"][/tagline_box]\n\n[one_half last="no"]\n[title size="2"]Why Choose Avada?[/title]\n<ul class="arrow">\n <li>Fully responsive so your content will always look good on any screen size</li>\n <li>Awesome sliders give you the opportunity to showcase important content</li>\n <li>Unlimited color options with a backed color picker, including the gradients</li>\n <li>Multiple layout options for home pages, portfolio section & blog section</li>\n <li>We offer free support because we care about your site as much as you do</li>\n <li>Avada will constantly be updated with brand new features and additions</li>\n <li>Advanced Theme options makes it easy for you to customize the theme</li>\n</ul>\n[/one_half]\n\n[one_half last="yes"]\n[title size="2"]Use The Slider Anywhere With Shortcodes[/title]\n[layerslider id="2"]\n[/one_half]', 'Layer Slider', '', 'publish', 'open', 'closed', '', 'layer-slider-3-0', '', '', '2012-11-08 15:19:54', '2012-11-08 15:19:54', '', 0, 'http://theme-fusion.com/avadatest/?page_id=1290', 0, 'page', '', 0),
|
||
(1298, 1, '2012-11-08 15:43:23', '2012-11-08 15:43:23', '[separator top="20"]\n\n[tagline_box link="http://themeforest.net/user/ThemeFusion" button="Purchase Now" title="Avada includes the popular Revolution Slider for even more slider options" description="This slider is fully responsive, can be any size, used with any content and has a very intuitive user interface that is easy to use!"][/tagline_box]\n\n[one_half last="no"]\n[title size="2"]Why Choose Avada?[/title]\n<ul class="arrow">\n <li>Fully responsive so your content will always look good on any screen size</li>\n <li>Awesome sliders give you the opportunity to showcase important content</li>\n <li>Unlimited color options with a backed color picker, including the gradients</li>\n <li>Multiple layout options for home pages, portfolio section & blog section</li>\n <li>We offer free support because we care about your site as much as you do.</li>\n <li>Avada will constantly be updated with brand new features and additions</li>\n <li>Advanced Theme Options makes it easy for you to customize your settings</li>\n</ul>\n[/one_half]\n\n[one_half last="yes"]\n[title size="2"]Use The Slider Anywhere With Shortcodes[/title]\n[rev_slider Avada_Small_Slider]\n[/one_half]', 'Revolution Slider ', '', 'publish', 'open', 'closed', '', 'slider-revolution', '', '', '2012-11-08 15:43:23', '2012-11-08 15:43:23', '', 0, 'http://theme-fusion.com/avadatest/?page_id=1298', 0, 'page', '', 0),
|
||
(1345, 1, '2012-11-10 03:12:49', '2012-11-10 03:12:49', '[tagline_box link="http://themeforest.net/user/ThemeFusion" button="Purchase Now" title="Avada is incredibly responsive, with a refreshingly clean design" description="And it has some awesome features, premium sliders, unlimited colors, advanced theme options and so much more!"][/tagline_box]\n\n[content_boxes]\n[content_box title="Responsive Design" image="" icon="tablet" link="http://themeforest.net/user/ThemeFusionhttp://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada is fully responsive and can adapt to any screen size. Try resizing your browser window to see it happen.[/content_box]\n[content_box title="Awesome Sliders" image="" icon="random" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada includes the awesome Layer Parallax Slider as well as the popular FlexSlider2. Both are easy to use![/content_box]\n[content_box title="Unlimited Colors" image="" icon="tint" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]We included a backend color picker for unlimited color options. Anything can be changed, including the gradients![/content_box]\n[content_box last="yes" title="500+ Google Fonts" image="" icon="text-width" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada loves fonts, choose from over 500+ Google Fonts. You can change all headings and body copy with ease![/content_box]\n[/content_boxes]\n\n[three_fourth last="no"]\n[title size="2"]Latest From The Blog[/title]\n[recent_posts columns="3" number_posts="3" cat_id="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="15"][/recent_posts]\n[/three_fourth]\n\n[one_fourth last="yes"]\n[title size="2"]What Client''s Say[/title]\n[testimonials]\n[testimonial name="Borchard" gender="male" company="Crucio Theme"]To anybody thinking of buying this theme – buy it! The theme itself is amazing, and on top of that, the support is outstanding! I wanted some features put in, and the theme developer was more than willing to help me out![/testimonial]\n[testimonial name="Flygirly" gender="female" company="Imperio Theme"]I would like to extend a special thank you for your excellent support. Is has been a great experience. I love this template and more so because you provided excellent support and feedback.Thank you for such a great template! A must have![/testimonial]\n[testimonial name="FWN" gender="female" company="Crucio Theme"]Thank You for the speedy reply and the addition to the next update ThemeFusion, now purchased![/testimonial]\n[testimonial name="Utcrayons" gender="male" company="Imperio Theme"]It’s my first time buying on here and I’m very please, so easy to customize! Cheers for your help again, very satisfied customer!!!![/testimonial]\n[testimonial name="isaed" gender="male" company="Imperio Theme"]Themes like yours make people want to upgrade their business quality to fit in such beauty … really thanks and all the best luck in sales.[/testimonial]\n[/testimonials]\n[/one_fourth]', 'Home Version 1', '', 'publish', 'open', 'closed', '', 'home-version-1', '', '', '2012-11-10 03:12:49', '2012-11-10 03:12:49', '', 0, 'http://theme-fusion.com/avadatest/?page_id=1345', 0, 'page', '', 0),
|
||
(1522, 1, '2012-11-16 15:47:45', '2012-11-16 15:47:45', '[blog number_posts="6" cat_slug="" title="yes" thumbnail="yes" excerpt="yes" excerpt_words="65" meta_all="yes" meta_author="yes" meta_categories="yes" meta_comments="yes" meta_date="yes" meta_link="yes" paging="no" scrolling="pagination" strip_html="yes" layout="large"][/blog]', 'Blog Full Width', '', 'publish', 'open', 'closed', '', 'blog-2', '', '', '2012-11-16 15:47:45', '2012-11-16 15:47:45', '', 0, 'http://theme-fusion.com/avadatest/?page_id=1522', 0, 'page', '', 0),
|
||
(1693, 1, '2012-11-21 20:50:59', '2012-11-21 20:50:59', '[title size="2"]Avada Has The Right Pricing For You With These Responsive Pricing Tables![/title]\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nec eros eget nisl fringilla commodo. Maecenas ornare, augue ut ultricies tristique, enim lectus pretium quam, quis bibendum metus tellus sed magna. Donec eu dolor lacus. Mauris sit amet augue in odio venenatis interdum. Cras auctor hendrerit velit, non feugiat dolor semper non. Proin quis felis gravida justo vehicula congue. Etiam pellentesque faucibus justo, vitae ornare magna elementum nec. Vestibulum sed magna lorem. Etiam non felis magna. Cras tristique viverra lorem, ac congue odio pharetra sollicitudin. Integer elementum mollis nisl, ac placerat ante consequat congue. Fusce scelerisque adipiscing euismod. Donec pharetra pellentesque ligula, id elementum mi aliquet nec. Vivamus arcu mauris, condimentum sed rutrum vitae, tincidunt viverra.\n\n[separator top="60"]\n\n[pricing_table type="1"]\n[pricing_column title="Standard"]\n[pricing_price currency="$" price="19.99" time="monthly"][/pricing_price]\n[pricing_row]5 Projects[/pricing_row]\n[pricing_row]5 GB Storage[/pricing_row]\n[pricing_row]Unlimited Users[/pricing_row]\n[pricing_row]10 GB Bandwith[/pricing_row]\n[pricing_row]Enhanced Security[/pricing_row]\n[pricing_footer][button color="" size="small" link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226" target=""]Sign Up Now![/button][/pricing_footer]\n[/pricing_column]\n[pricing_column title="Premium"]\n[pricing_price currency="$" price="29.99" time="monthly"][/pricing_price]\n[pricing_row]10 Projects[/pricing_row]\n[pricing_row]15 GB Storage[/pricing_row]\n[pricing_row]Unlimited Users[/pricing_row]\n[pricing_row]20 GB Bandwith[/pricing_row]\n[pricing_row]Enhanced Security[/pricing_row]\n[pricing_footer][button color="" size="small" link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226" target=""]Sign Up Now![/button][/pricing_footer]\n[/pricing_column]\n[pricing_column title="Professional"]\n[pricing_price currency="$" price="39.99" time="monthly"][/pricing_price]\n[pricing_row]15 Projects[/pricing_row]\n[pricing_row]30 GB Storage[/pricing_row]\n[pricing_row]Unlimited Users[/pricing_row]\n[pricing_row]50 GB Bandwith[/pricing_row]\n[pricing_row]Enhanced Security[/pricing_row]\n[pricing_footer][button color="" size="small" link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226" target=""]Sign Up Now![/button][/pricing_footer]\n[/pricing_column]\n[pricing_column title="Maximum"]\n[pricing_price currency="$" price="49.99" time="monthly"][/pricing_price]\n[pricing_row]30 Projects[/pricing_row]\n[pricing_row]100 GB Storage[/pricing_row]\n[pricing_row]Unlimited Users[/pricing_row]\n[pricing_row]150 GB Bandwith[/pricing_row]\n[pricing_row]Enhanced Security[/pricing_row]\n[pricing_footer][button color="" size="small" link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226" target=""]Sign Up Now![/button][/pricing_footer]\n[/pricing_column]\n[pricing_column title="Extreme"]\n[pricing_price currency="$" price="59.99" time="monthly"][/pricing_price]\n[pricing_row]Unlimited Projects[/pricing_row]\n[pricing_row]Unlimited Storage[/pricing_row]\n[pricing_row]Unlimited Users[/pricing_row]\n[pricing_row]Unlimited Bandwith[/pricing_row]\n[pricing_row]Enhanced Security[/pricing_row]\n[pricing_footer][button color="" size="small" link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226" target=""]Sign Up Now![/button][/pricing_footer]\n[/pricing_column]\n[/pricing_table]\n\n[separator top="60"]\n\n[pricing_table type="2"]\n[pricing_column title="Premium"]\n[pricing_price currency="$" price="19.99" time="mo"][/pricing_price]\n[pricing_row]5 Projects[/pricing_row]\n[pricing_row]5 GB Storage[/pricing_row]\n[pricing_row]Unlimited Users[/pricing_row]\n[pricing_row]10 GB Bandwith[/pricing_row]\n[pricing_row]Enhanced Security[/pricing_row]\n[pricing_footer][button color="" size="small" link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226" target=""]Sign Up Now![/button][/pricing_footer]\n[/pricing_column]\n[pricing_column title="Premium"]\n[pricing_price currency="$" price="29.99" time="mo"][/pricing_price]\n[pricing_row]20 Projects[/pricing_row]\n[pricing_row]40 GB Storage[/pricing_row]\n[pricing_row]Unlimited Users[/pricing_row]\n[pricing_row]50 GB Bandwith[/pricing_row]\n[pricing_row]Enhanced Security[/pricing_row]\n[pricing_footer][button color="" size="small" link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226" target=""]Sign Up Now![/button][/pricing_footer]\n[/pricing_column]\n[pricing_column title="Premium"]\n[pricing_price currency="$" price="39.99" time="mo"][/pricing_price]\n[pricing_row]65 Projects[/pricing_row]\n[pricing_row]100 GB Storage[/pricing_row]\n[pricing_row]Unlimited Users[/pricing_row]\n[pricing_row]150 GB Bandwith[/pricing_row]\n[pricing_row]Enhanced Security[/pricing_row]\n[pricing_footer][button color="" size="small" link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226" target=""]Sign Up Now![/button][/pricing_footer]\n[/pricing_column]\n[/pricing_table]', 'Pricing Options', '', 'publish', 'open', 'closed', '', 'pricing-options', '', '', '2012-11-21 20:50:59', '2012-11-21 20:50:59', '', 0, 'http://theme-fusion.com/avadatest/?page_id=1693', 0, 'page', '', 0),
|
||
(1862, 1, '2012-11-27 14:26:31', '2012-11-27 14:26:31', '[tagline_box link="http://themeforest.net/user/ThemeFusion" button="Purchase Now" title="Avada also includes the ThemeFusion Slider powered by FlexSlider 2!" description="Themefusion Slider is fully responsive and its perfect for creating slides with beautiful images and videos with captions."][/tagline_box]\n\n[content_boxes]\n[content_box title="Responsive Design" image="" icon="tablet" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada is fully responsive and can adapt to any screen size, its incredibly flexible. Try resizing your browser window to see the adaptation in action.[/content_box]\n[content_box title="Awesome Sliders" image="" icon="random" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada includes the awesome Layer Parallax Slider as well as the popular FlexSlider2. Both of the sliders have awesome plugins making it super easy to use.[/content_box]\n[content_box last="yes" title="Unlimited Colors" image="" icon="tint" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]We included a backend color picker for unlimited color options. Any of the elements can be changed, including the super awesome CSS3 gradients![/content_box]\n[/content_boxes]\n\n[one_half last="no"]\n[title size="2"]Why Choose Avada?[/title]\nThe FlexSlider can easily be used as the large slider at the top of the page, or you can use it as a shortcode inside page content. For the large slider at the top of the page, users can use the WooSlider plugin, or use it via Theme Options. Avada 2.0 now has it integrated into our Theme Options for use with captions.\n<ul class="arrow">\n <li>Fully responsive so your content will always look good on any screen size</li>\n <li>Awesome sliders give you the opportunity to showcase important content</li>\n <li>Unlimited color options with a backed color picker, including the gradients</li>\n <li>Multiple layout options for home pages, portfolio section & blog section</li>\n <li>We offer free support because we care about your site as much as you do.</li>\n</ul>\n[/one_half]\n\n[one_half last="yes"]\n[title size="2"]Use Our Flexslider Anywhere With Shortcodes![/title]\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\n[/one_half]', 'ThemeFusion Slider', '', 'publish', 'open', 'closed', '', 'themefusion-slider', '', '', '2012-11-27 14:26:31', '2012-11-27 14:26:31', '', 0, 'http://theme-fusion.com/avadatest/?page_id=1862', 0, 'page', '', 0),
|
||
(2291, 1, '2012-12-03 02:56:42', '2012-12-03 02:56:42', '<img class="alignnone wp-image-180" title="full_width" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/blog_51.jpg" />\n\n[separator top="50"]\n[title size="2"]This Is An Example Of Our Sidebar Page[/title]\nQuisque ligulas ipsum, euismod atras vulputate iltricies etri elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nulla nunc dui, tristique in semper vel, congue sed ligula. Nam dolor ligula, faucibus id sodales in, auctor fringilla libero. Pellentesque pellentesque tempor tellus eget hendrerit. Morbi id aliquam ligula. Aliquam id dui sem. Proin rhoncus consequat nisl, eu ornare mauris tincidunt vitae.\n\nVestibulum sodales ante a purus volutpat euismod. Proin sodales quam nec ante sollicitudin lacinia. Ut egestas bibendum tempor. Morbi non nibh sit amet ligula blandit ullamcorper in nec risus. Pellentesque fringilla diam faucibus tortor bibendum vulputate. Etiam turpis urna, rhoncus et mattis ut, dapibus eu nunc. Nunc sed aliquet nisi. Nullam ut magna non lacus adipiscing volutpat. Aenean odio mauris, consectetur quis consequat quis, blandit a nunc. Sed orci erat, placerat ac interdum ut, suscipit eu augue. Nunc vitae mi tortor. Ut vel justo quis lectus elementum ullamcorper volutpat vel libero.\n<blockquote>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exercitation.Sed tincidunt semper lorem. Etiam in libero felis, at blandit felis. Integer in est ultrices sapien ultrices condimentum at porttitor arcu. Nam congue nunc ac leo pretium sit amet fermentum leo feugiat. Donec erat magna, lobortis in pretium vitae, sollicitudin ac ante. Maecenas ullamcorper augue pretium lacus lacinia in accumsan lorem auctor. Quisque massa sem, faucibus sit amet porttitor ac, feugiat id tortor. Integer mattis elit sit amet enim eleifend mattis sagittis ante dapibus. Nunc erat dui, tincidunt vel pharetra.</blockquote>\nDonec volutpat nibh sit amet libero ornare non laoreet arcu luctus. Donec id arcu quis mauris euismod placerat sit amet ut metus. Sed imperdiet fringilla sem eget euismod. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque adipiscing, neque ut pulvinar tincidunt, est sem euismod odio, eu ullamcorper turpis nisl sit amet velit. Nullam vitae nibh odio, non scelerisque nibh. Vestibulum ut est augue, in varius purus.\n\nProin dictum lobortis justo at pretium. Nunc malesuada ante sit amet purus ornare pulvinar. Donec suscipit dignissim ipsum at euismod. Curabitur malesuada lorem sed metus adipiscing in vehicula quam commodo. Sed porttitor elementum elementum. Proin eu ligula eget leo consectetur sodales et non mauris. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\nNunc tincidunt, elit non cursus euismod, lacus augue ornare metus, egestas imperdiet nulla nisl quis mauris. Suspendisse a pharetra urna. Morbi dui lectus, pharetra nec elementum eget, vulputate ut nisi. Aliquam accumsan, nulla sed feugiat vehicula, lacus justo semper libero, quis porttitor turpis odio sit amet ligula. Duis dapibus fermentum orci, nec malesuada libero vehicula ut. Integer sodales, urna eget interdum eleifend, nulla nibh laoreet nisl, quis dignissim mauris dolor eget mi. Donec at mauris enim. Duis nisi tellus, adipiscing a convallis quis, tristique vitae risus. Nullam molestie gravida lobortis. Proin ut nibh quis felis auctor ornare. Cras ultricies, nibh at mollis faucibus, justo eros porttitor mi, quis auctor lectus arcu sit amet nunc. Vivamus gravida vehicula arcu, vitae vulputate augue lacinia faucibus.\n\nUt porttitor euismod cursus. Mauris suscipit, turpis ut dapibus rhoncus, odio erat egestas orci, in sollicitudin enim erat id est. Sed auctor gravida arcu, nec fringilla orci aliquet ut. Nullam eu pretium purus. Maecenas fermentum posuere sem vel posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi ornare convallis lectus a faucibus. Praesent et urna turpis. Fusce tincidunt augue in velit tincidunt sed tempor felis porta. Nunc sodales, metus ut vestibulum ornare, est magna laoreet lectus, ut adipiscing massa odio sed turpis. In nec lorem porttitor urna consequat sagittis. Nullam eget elit ante. Pellentesque justo urna, semper nec faucibus sit amet, aliquam at mi. Maecenas eget diam nec mi dignissim pharetra.\n\nSed tincidunt semper lorem. Etiam in libero felis, at blandit felis. Integer in est ultrices sapien ultrices condimentum at porttitor arcu. Nam congue nunc ac leo pretium sit amet fermentum leo feugiat. Donec erat magna, lobortis in pretium vitae, sollicitudin ac ante. Maecenas ullamcorper augue pretium lacus lacinia in accumsan lorem auctor. Quisque massa sem, faucibus sit amet porttitor ac, feugiat id tortor. Integer mattis elit sit amet enim eleifend mattis sagittis ante dapibus. Nunc erat dui, tincidunt vel pharetra ac, egestas ut mi. Mauris ut nunc vel nunc malesuada facilisis ac quis augue.\n\nNunc tincidunt, elit non cursus euismod, lacus augue ornare metus, egestas imperdiet nulla nisl quis mauris. Suspendisse a pharetra urna. Morbi dui lectus, pharetra nec elementum eget, vulputate ut nisi. Aliquam accumsan, nulla sed feugiat vehicula, lacus justo semper libero, quis porttitor turpis odio sit amet ligula. Duis dapibus fermentum orci, nec malesuada libero vehicula ut. Integer sodales, urna eget interdum eleifend, nulla nibh laoreet nisl, quis dignissim mauris dolor eget mi. Donec at mauris enim. Duis nisi tellus, adipiscing a convallis quis, tristique vitae risus. Nullam molestie gravida lobortis. Proin ut nibh quis felis auctor ornare. Cras ultricies, nibh at mollis faucibus, justo eros porttitor mi, quis auctor lectus arcu sit amet nunc. Vivamus gravida vehicula arcu, vitae vulputate augue lacinia faucibus.', 'Sidebar Page', '', 'publish', 'open', 'closed', '', 'sidebar-left', '', '', '2012-12-03 02:56:42', '2012-12-03 02:56:42', '', 0, 'http://theme-fusion.com/avada/?page_id=2291', 0, 'page', '', 0),
|
||
(2300, 1, '2012-12-04 15:19:54', '2012-12-04 15:19:54', '[separator top="10"]\n\n[tagline_box link="http://themeforest.net/user/ThemeFusion" button="Purchase Now" title="Avada makes is so easy to build pages with tons of shortcodes!" description="And it has some awesome features, premium sliders, unlimited colors, advanced theme options and so much more!"][/tagline_box]\n\n[one_half last="no"]\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\n[/one_half]\n\n[one_half last="yes"]\n[accordian]\n[toggle title="Our Company Mission" open="yes"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\n[toggle title="The Avada Philosophy"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\n[toggle title="The Avada Promise"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\n[toggle title="We Can Deliver On Projects"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\n[/accordian]\n[/one_half]\n\n[title size="2"]Latest From The Blog[/title]\n[recent_posts columns="4" number_posts="4" cat_id="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="15"][/recent_posts]', 'Home Version 4', '', 'publish', 'open', 'closed', '', 'home-version-4', '', '', '2012-12-04 15:19:54', '2012-12-04 15:19:54', '', 0, 'http://theme-fusion.com/avada/?page_id=2300', 0, 'page', '', 0),
|
||
(2318, 1, '2012-12-04 15:53:01', '2012-12-04 15:53:01', '[tagline_box link="http://themeforest.net/user/ThemeFusion" button="Purchase Now" title="Avada is very versatile with multiple layouts" description="And its so easy to make your own layouts with our numerous shortcodes!"][/tagline_box]\n[separator top="-30"]\n\n[title size="2"]Latest From The Blog[/title]\n[recent_posts columns="3" number_posts="3" cat_id="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="15"][/recent_posts]\n\n[tabs tab1="Tab #1" tab2="Tab #2" tab3="Tab #3"]\n[tab id=1]\n[fontawesome icon="random" circle="yes" size="large"]Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerums facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud neque porro quisquam Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums.\n[/tab]\n[tab id=2][fontawesome icon="thumbs-up" circle="yes" size="large"]Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerums facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud neque porro quisquam Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums.\n[/tab]\n[tab id=3][fontawesome icon="magic" circle="yes" size="large"]Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerums facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud neque porro quisquam Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums.\n[/tab]\n[/tabs]\n\n[separator top="30"]\n\n[one_half last="no"]\n[title size="2"]Meet Our Gurus[/title]\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\n[/one_half]\n\n[one_half last="yes"]\n[title size="2"]Crazy Skills[/title]\n<div id="progress-bars">[progress percentage="90"]Web Design[/progress][progress percentage="95"]HTML/CSS[/progress][progress percentage="85"]Graphic Design[/progress][progress percentage="75"]WordPress[/progress]</div>\n[/one_half]', 'Home Version 5', '', 'publish', 'open', 'closed', '', 'home-version-5', '', '', '2012-12-04 15:53:01', '2012-12-04 15:53:01', '', 0, 'http://theme-fusion.com/avada/?page_id=2318', 0, 'page', '', 0),
|
||
(2367, 1, '2012-12-04 17:27:32', '2012-12-04 17:27:32', '[tagline_box link="http://themeforest.net/user/ThemeFusion" button="Purchase Now" title="Avada is incredibly responsive, with a refreshingly clean design" description="And it has some awesome features, premium sliders, unlimited colors, advanced theme options and so much more!"][/tagline_box]\n\n[separator top="-20"]\n[one_half last="no"]\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\n[/one_half]\n\n[one_half last="yes"]\n[title size="2"]Welcome To Avada![/title]\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Asunt in anim uis aute irure dolor in reprehenderit in volupte velit esse cillum.\n[/one_half]\n\n[three_fourth last="no"]\n[title size="2"]Latest From The Blog[/title]\n[recent_posts columns="3" number_posts="3" cat_id="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="15"][/recent_posts]\n[/three_fourth]\n[one_fourth last="yes"]\n\n[title size="2"]Our Happy Clients[/title]\n[testimonials]\n[testimonial name="John Die" gender="female" company="My Company"]Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consec tetur, adipisci velit, sed quia non numquam eius modi tempora incidunt utis labore et dolore magnam aliquam quaerat voluptatem.[/testimonial]\n[testimonial name="John Die" gender="male" company="My Company"]Dolorem ipsum quia dolor sit amet, consec tetur, adipisci velit, sed quia non numquam eius modi tempora incidunt utis labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minimas veniam, quis nostrum exerc.[/testimonial]\n[/testimonials]\n[/one_fourth]', 'Home Version 6', '', 'publish', 'open', 'closed', '', 'home-version-6', '', '', '2012-12-04 17:27:32', '2012-12-04 17:27:32', '', 0, 'http://theme-fusion.com/avada/?page_id=2367', 0, 'page', '', 0),
|
||
(2398, 1, '2012-12-04 17:53:50', '2012-12-04 17:53:50', '[separator top="-55"]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/slide_41-300x143.jpg" backgroundrepeat="no-repeat" backgroundposition="center top" backgroundattachment="fixed" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Avada: Themeforest''s #1 Selling Wordpress Theme of All Time</h1>\r\nWith over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.\r\n\r\n[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]\r\n\r\n \r\n\r\n \r\n\r\n[content_boxes]\r\n[content_box title="Responsive Design" image="" icon="tablet" link="http://themeforest.net/user/ThemeFusionhttp://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada is fully responsive and can adapt to any screen size. Try resizing your browser window to see it happen.[/content_box]\r\n[content_box title="Awesome Sliders" image="" icon="random" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada includes the awesome Layer Parallax Slider as well as the popular FlexSlider2. Both are easy to use![/content_box]\r\n[content_box title="Unlimited Colors" image="" icon="tint" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]We included a backend color picker for unlimited color options. Anything can be changed, including the gradients![/content_box]\r\n[content_box last="yes" title="500+ Google Fonts" image="" icon="text-width" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada loves fonts, choose from over 500+ Google Fonts. You can change all headings and body copy with ease![/content_box]\r\n[/content_boxes]\r\n\r\n[/fullwidth]\r\n\r\n[separator top="-10"]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Latest From The Blog[/title]\r\n[recent_posts columns="3" number_posts="3" cat_id="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="20"][/recent_posts]\r\n\r\n[tagline_box link="http://themeforest.net/user/ThemeFusion" button="Purchase Now" title="Avada is incredibly responsive, with a refreshingly clean design" description="And it has some awesome features, premium sliders, unlimited colors, advanced theme options and so much more!"][/tagline_box]\r\n\r\n[/fullwidth]\r\n\r\n[separator top="30"]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n[title size="2"]Our Recent Work[/title][recent_works cat_id=""][/recent_works]\r\n\r\n[/fullwidth]', 'Home Version 7', '', 'publish', 'open', 'closed', '', 'home-version-7', '', '', '2014-01-29 23:14:00', '2014-01-29 23:14:00', '', 0, 'http://theme-fusion.com/avada/?page_id=2398', 0, 'page', '', 0),
|
||
(2466, 1, '2012-12-05 17:20:13', '2012-12-05 17:20:13', '', 'FAQ Page', '', 'publish', 'open', 'closed', '', 'faq-page-1', '', '', '2012-12-05 17:20:13', '2012-12-05 17:20:13', '', 0, 'http://theme-fusion.com/avadatest/?page_id=2466', 0, 'page', '', 0),
|
||
(2660, 1, '2013-01-14 19:44:32', '2013-01-14 19:44:32', '[separator top="30"]\n\n[one_fourth last="no"]\n<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" />\n<h2>100% Ultra Responsive</h2>\nAvada is fully responsive and can adapt to any screen size, its incredibly fast and super flexible.\n[/one_fourth]\n\n[one_fourth last="no"]\n<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" />\n<h2>Amazingly Cool Sliders</h2>\nAvada includes the awesome Layer Slider, Revolution Slider as well as the ever popular FlexSlider2.\n[/one_fourth]\n\n[one_fourth last="no"]\n<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" />\n<h2>Advanced Admin Area</h2>\nAvada includes an advanced admin panel making it fun and very easy to customize your theme.\n[/one_fourth]\n\n[one_fourth last="yes"]\n<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" />\n<h2>Loaded With Options</h2>\nThis theme is loaded with options and we are constantly updating Avada with new features.\n[/one_fourth]\n\n[separator top="20"]\n\n[tagline_box link="http://themeforest.net/user/ThemeFusion" button="Purchase Now" title="Avada is incredibly responsive, with a refreshingly clean design" description="And it has some awesome features, premium sliders, unlimited colors, advanced theme options and so much more!"][/tagline_box]\n\n[separator top="-15"]\n\n[one_half last="no"]\n[accordian]\n[toggle title="Our Company Mission" open="yes"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\n[toggle title="The Avada Philosophy"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\n[toggle title="The Avada Promise"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\n[/accordian]\n[/one_half]\n\n[one_half last="yes"]\n[tabs tab1="Tab Data #1" tab2="Tab Data #2" tab3="Tab Data #3"]\n[tab id=1]\n[fontawesome icon="random" circle="yes" size="large"]Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerums facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud Neque porro quisquam.Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet.\n[/tab]\n[tab id=2]Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips ameet quasi architecto beatae vitae dicta sunt explicabo. amets dolores.[/tab]\n[tab id=3]Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips ameet quasi architecto beatae vitae dicta sunt explicabo. amets dolores.[/tab]\n[/tabs]\n[/one_half]\n\n[separator top="20"]\n\n[title size="2"]Stay In Touch With Us![/title]\n[social_links rss="#" facebook="#" twitter="#" dribbble="#" google="#" linkedin="#" blogger="#" tumblr="#" reddit="#" yahoo="#" deviantart="#" vimeo="#" youtube="#" pinterest="#" digg="#" flickr="#" forrst="#" myspace="#" skype="#"]', 'Home Version 8', '', 'publish', 'open', 'closed', '', 'home-version-8', '', '', '2013-01-14 19:44:32', '2013-01-14 19:44:32', '', 0, 'http://theme-fusion.com/avada/?page_id=2660', 0, 'page', '', 0),
|
||
(2712, 1, '2013-01-19 20:28:10', '2013-01-19 20:28:10', '[one_half last="no"]\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/person1.jpg" title="President & Founder" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo inventore veritatis et quasi architectos beatae vitae dicta sunt explicabo. Nemo enim.[/person]\n[/one_half]\n\n[one_half last="yes"]\n[person name="Jane Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/person1.jpg" title="CEO" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo inventore veritatis et quasi architectos beatae vitae dicta sunt explicabo. Nemo enim.[/person]\n[/one_half]\n\n[separator top="30"]\n\n[tagline_box link="http://themeforest.net/user/ThemeFusion" button="Purchase Now" title="Avada includes multiple page layouts ready to use, just insert your content!" description="And it has some awesome features, premium sliders, unlimited colors, advanced theme options and so much more!"][/tagline_box]\n\n[separator top="-10"]\n\n[title size="2"]Our Valuable Team Members[/title]\n[one_third last="no"]\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/person1.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo inventore veritatis et quasi architectos beatae vitae dicta sunt explicabo. Nemo enims sadips ipsums un.[/person]\n[/one_third]\n\n[one_third last="no"]\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/person1.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo inventore veritatis et quasi architectos beatae vitae dicta sunt explicabo. Nemo enims sadips ipsums un.[/person]\n[/one_third]\n\n[one_third last="yes"]\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/person1.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo inventore veritatis et quasi architectos beatae vitae dicta sunt explicabo. Nemo enims sadips ipsums un.[/person]\n[/one_third]\n\n[separator top="40"]\n\n[one_third last="no"]\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/person1.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo inventore veritatis et quasi architectos beatae vitae dicta sunt explicabo. Nemo enims sadips ipsums un.[/person]\n[/one_third]\n\n[one_third last="no"]\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/person1.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo inventore veritatis et quasi architectos beatae vitae dicta sunt explicabo. Nemo enims sadips ipsums un.[/person]\n[/one_third]\n\n[one_third last="yes"]\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/person1.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo inventore veritatis et quasi architectos beatae vitae dicta sunt explicabo. Nemo enims sadips ipsums un.[/person]\n[/one_third]', 'Meet The Team', '', 'publish', 'open', 'closed', '', 'meet-the-team', '', '', '2013-01-19 20:28:10', '2013-01-19 20:28:10', '', 0, 'http://theme-fusion.com/avada/?page_id=2712', 0, 'page', '', 0),
|
||
(2745, 1, '2013-01-21 17:11:03', '2013-01-21 17:11:03', '[one_third last="no"]\n<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" />\n<h2>Responsive Design</h2>\nAvada is fully responsive and can adapt to any screen size, its incredibly fast and flexible. Try resizing your browser window to see the adaptation in action.\n[/one_third]\n\n[one_third last="no"]\n<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" />\n<h2>Awesome Sliders</h2>\nAvada includes the awesome Layer Parallax Slider as well as the popular FlexSlider2. Both of the sliders have awesome plugins making it super easy to use.\n[/one_third]\n\n[one_third last="yes"]\n<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" />\n<h2>Loaded With Options</h2>\nThis theme is loaded, unlimited color options, 500+ google fonts, 4 post types, advanced theme options, 3 home page layouts, boxed & wide to name a few.\n[/one_third]\n\n[tagline_box link="http://themeforest.net/user/ThemeFusion" button="Purchase Now" title="Avada is very versatile with multiple layouts" description="And its so easy to make your own layouts with our numerous shortcodes!"][/tagline_box][separator top="-20"]\n\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\n\n[title size="2"]Keep In Touch! Choose Your Platform![/title]\n[social_links rss="#" facebook="#" twitter="#" dribbble="#" google="#" linkedin="#" blogger="#" tumblr="#" reddit="#" yahoo="#" deviantart="#" vimeo="#" pinterest="#"]', 'Home Version 9', '', 'publish', 'open', 'closed', '', 'home-version-9', '', '', '2013-01-21 17:11:03', '2013-01-21 17:11:03', '', 0, 'http://theme-fusion.com/avada/?page_id=2745', 0, 'page', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(2776, 1, '2013-01-21 19:10:06', '2013-01-21 19:10:06', '[rev_slider Avada_Page_Slider]\n\n[separator top="60"]\n\n[three_fourth last="no"]\n[title size="2"]We Are Here To Serve You[/title]\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui.\n\nRatione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla.\n[/three_fourth]\n\n[one_fourth last="yes"]\n[title size="2"]Our Crazy Skills[/title]\n<div id="progress-bars">[progress percentage="90"]Web Design[/progress][progress percentage="95"]HTML/CSS[/progress][progress percentage="85"]Graphic Design[/progress][progress percentage="75"]WordPress[/progress]</div>\n[/one_fourth]\n\n[separator top="10"]\n\n[title size="2"]Our Valuable Team Members[/title]\n[one_fourth last="no"]\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo. [/person]\n[/one_fourth]\n[one_fourth last="no"]\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo.[/person]\n[/one_fourth]\n[one_fourth last="no"]\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo.[/person]\n[/one_fourth]\n[one_fourth last="yes"]\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo.[/person]\n[/one_fourth]\n\n[separator top="30"]\n\n[title size="2"]Our Happy Clients[/title]\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]', 'About Us Page 2', '', 'publish', 'open', 'closed', '', 'about-us-page-2', '', '', '2013-01-21 19:10:06', '2013-01-21 19:10:06', '', 0, 'http://theme-fusion.com/avada/?page_id=2776', 0, 'page', '', 0),
|
||
(2803, 1, '2013-01-21 20:24:32', '2013-01-21 20:24:32', '[rev_slider Avada_Page_Slider]\n\n[separator top="60"]\n\n[two_third last="no"]\n[title size="2"]We Are Here To Serve You[/title]\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui.Ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius.\n[/two_third]\n\n[one_third last="yes"]\n[title size="2"]Why Are We The Best?[/title]\n[accordian]\n[toggle title="Our Company Mission"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem.[/toggle]\n[toggle title="The Avada Philosophy"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem.[/toggle]\n[toggle title="The Avada Promise"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem.[/toggle]\n[/accordian]\n[/one_third]\n\n[separator top="40"]\n\n[one_third last="no"]\n<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" />\n<h2>Ultra-Responsive Design</h2>\nAvada is fully responsive and can adapt to any screen size, its incredibly fast and flexible. Try resizing your browser window to see the adaptation in action.\n[/one_third]\n\n[one_third last="no"]\n<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" />\n<h2>Awesome Powerful Sliders</h2>\nAvada includes the awesome Layer Parallax Slider as well as the popular FlexSlider2. Both of the sliders have awesome plugins making it super easy to use.\n[/one_third]\n\n[one_third last="yes"]\n<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" />\n<h2>Loaded With Options</h2>\nThis theme is loaded, unlimited color options, 500+ google fonts, 4 post types, advanced theme options, 3 home page layouts, boxed & wide to name a few.\n[/one_third]\n\n[separator top="30"]\n[tagline_box link="http://themeforest.net/user/ThemeFusion" button="Purchase Now" title="Avada is incredibly responsive, with a refreshingly clean design" description="And it has some awesome features, premium sliders, unlimited colors, advanced theme options and so much more!"][/tagline_box]', 'Services Page 2', '', 'publish', 'open', 'closed', '', 'services-page-2', '', '', '2013-01-21 20:24:32', '2013-01-21 20:24:32', '', 0, 'http://theme-fusion.com/avada/?page_id=2803', 0, 'page', '', 0),
|
||
(3073, 1, '2013-02-05 21:19:50', '2013-02-05 21:19:50', '<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="attachment wp-att-3076"><img class="alignnone size-full wp-image-3076" alt="home_10_img" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\n\n[separator top="55"]\n\n[tagline_box link="http://themeforest.net/user/ThemeFusion" button="Purchase Now" title="We''ll tell you why you should buy Avada and join our ever growing user base!" description="We truly care about our users and our product. Which is why we are constantly improving Avada for our beloved users."][/tagline_box]\n\n[separator top="-12"]\n\n[content_boxes]\n[content_box title="Responsive Design" icon="tablet" ]Avada is fully responsive and can adapt to any screen size. Try resizing your browser window to see the adaptation![/content_box]\n[content_box title="Awesome Sliders" icon="random"]Avada includes the awesome Layer Slider, the amazing Revolution Slider, as well as the popular FlexSlider2! [/content_box]\n[content_box title="Unlimited Colors" icon="tint"]We included a backend color picker for unlimited color options. Anything can be changed, including the gradients![/content_box]\n[content_box last="yes" title="Advanced Fonts" icon="text-width"]Avada loves fonts, choose from over 500+ Google Fonts, Standard Fonts, or upload your own Custom Font![/content_box]\n[/content_boxes]\n\n[separator top="-40"]\n\n[content_boxes]\n[content_box title="Excellent Support" icon="thumbs-up" ]We truly care about our users and our product. You can rest assure that you will get the best after sale support![/content_box]\n[content_box title="Advanced Admin" icon="cog"]With Avada’s advanced theme options panel, you can customize just about any part of your site quickly and easily![/content_box]\n[content_box title="Elite Author" icon="trophy"]We have a proven history of quality products and buyer satisfaction. Trust in us and you will not be disappointed![/content_box]\n[content_box last="yes" title="Translation Ready" icon="globe"]We include the translation files to translate the theme, and we also provide 4 languages already translated![/content_box]\n[/content_boxes]\n\n[title size="2"]Our Happy Clients[/title]\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]', 'Home Version 10', '', 'publish', 'open', 'closed', '', 'home-version-10', '', '', '2013-02-05 21:19:50', '2013-02-05 21:19:50', '', 0, 'http://theme-fusion.com/avada/?page_id=3073', 0, 'page', '', 0),
|
||
(3089, 1, '2013-02-09 20:23:28', '2013-02-09 20:23:28', '[tagline_box link="http://themeforest.net/user/ThemeFusion" button="Purchase Now" title="Avada also includes the stylish Elastic Slider! Beautiful. Simple. Elegant" description="The Elastic Slider is fully responsive and perfect for a simply, beautiful slider. Customize sizes, captions, animation and more!"][/tagline_box]\n\n[content_boxes]\n[content_box title="Fully Responsive" image="" icon="tablet" link="http://themeforest.net/user/ThemeFusionhttp://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada is fully responsive and can adapt to any screen size. Try resizing your browser window to see it adapt![/content_box]\n[content_box title="Awesome Sliders" image="" icon="random" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada includes the awesome Layer Parallax Slider as well as the popular FlexSlider2. Both are easy to use![/content_box]\n[content_box title="Unlimited Colors" image="" icon="tint" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]We included a backend color picker for unlimited color options. Anything can be changed, including gradients![/content_box]\n[content_box last="yes" title="Google Fonts" image="" icon="text-width" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada loves fonts, choose from over 500+ Google Fonts. You can change all headings & body copy with ease![/content_box]\n[/content_boxes]\n\n[one_half last="no"]\n[title size="2"]Why Choose Avada[/title]\nThe FlexSlider can easily be used as the large slider at the top of the page, or you can use it as a shortcode inside page content. For the large slider at the top of the page, users can use the WooSlider plugin, or use it via Theme Options. Avada 2.0 now has it integrated into our Theme Options for use with captions.\n<ul class="arrow">\n <li>Fully responsive so your content will always look good on any screen size</li>\n <li>Awesome sliders give you the opportunity to showcase important content</li>\n <li>Unlimited color options with a backed color picker, including the gradients</li>\n <li>Multiple layout options for home pages, portfolio section & blog section</li>\n <li>We offer free support because we care about your site as much as you do.</li>\n</ul>\n[/one_half]\n\n[one_half last="yes"]\n[title size="2"]Use Our Flexslider Anywhere With Shortcodes![/title]\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\n[/one_half]', 'Elastic Slider', '', 'publish', 'open', 'closed', '', 'elastic-slider', '', '', '2013-02-09 20:23:28', '2013-02-09 20:23:28', '', 0, 'http://theme-fusion.com/avada2/?page_id=3089', 0, 'page', '', 0),
|
||
(3474, 1, '2013-02-13 17:51:22', '2013-02-13 17:51:22', '[gallery link="file" ids="3895,3894,3892,3891,3904,3888"]', 'Featured Child Page', '', 'publish', 'open', 'closed', '', 'gallery-of-screenshots', '', '', '2013-02-13 17:51:22', '2013-02-13 17:51:22', '', 54, 'http://theme-fusion.com/avadaxml/?page_id=3474', 0, 'page', '', 0),
|
||
(3492, 1, '2013-04-04 15:17:18', '2013-04-04 15:17:18', '<!-- this is meet the team -->\n\n[title size="2"]Meet Your New Best Friends[/title]\n[one_fourth last="no"]\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo. [/person]\n[/one_fourth]\n[one_fourth last="no"]\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo.[/person]\n[/one_fourth]\n[one_fourth last="no"]\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo.[/person]\n[/one_fourth]\n[one_fourth last="yes"]\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo.[/person]\n[/one_fourth]\n\n<!-- this is intro text and bullet list -->\n\n[separator top="40"]\n[one_half last="no"]\n[title size="2"]We Are Here To Serve You[/title]\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia.\n\n[checklist]\n<ul>\n <li>Fully responsive so your content will always look good on any screen size</li>\n <li>Awesome sliders give you the opportunity to showcase important content</li>\n <li>Unlimited color options with a backed color picker, including the gradients</li>\n <li>We offer free support because we care about your site as much as you do.</li>\n</ul>\n[/checklist]\n[/one_half]\n\n<!-- this is the map -->\n\n[one_half last="yes"]\n[title size="2"]Our Workplace[/title]\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="235" width="425" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\n<small><a style="color: #0000ff; text-align: left;" href="https://maps.google.com/maps?f=q&source=embed&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935">View Larger Map</a></small>\n[/one_half]\n\n<!-- this is the client slider -->\n\n[separator top="40"]\n\n[title size="2"]Our Happy Clients[/title]\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]', 'Home Version 11', '', 'publish', 'open', 'closed', '', 'home-version-11', '', '', '2013-04-04 15:17:18', '2013-04-04 15:17:18', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3492', 0, 'page', '', 0),
|
||
(3494, 1, '2013-04-04 15:17:53', '2013-04-04 15:17:53', '<!-- this is the image with text -->\n\n[two_third last="no"]\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/11/slide_21.jpg" rel="prettyPhoto"><img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/11/slide_21.jpg" /></a>\n[separator top="25"]\n[title size="2"]Avada Includes So Many Different Pre-Built Page Layouts[/title]\n[separator top="-10"]\nAvada is fully responsive and can adapt to any screen size, its incredibly fast and flexible. Try resizing your browser window to see the adaptation in action. Avada is fully responsive and can adapt to any screen size, its incredibly fast and flexible. Try resizing your browser window to see the adaptation in action.Avada is fully responsive and can adapt to any screen size, its incredibly fast and flexible.\n[/two_third]\n\n<!-- this is the map -->\n\n[one_third last="yes"]\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="288" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\n<small></small>\n<h4>Located In Beautiful New York City</h4>\n[separator top="10"]\n12345 North Main Street,\nNew York, NY 555555\nPhone: 1.800.555.6789\nFax: 1.800.555.6789\nWeb: <a href="http://themeforest.net/user/ThemeFusion">www.yoursite.com</a>\n[/one_third]\n\n<!-- this is the tagline box -->\n\n[separator top="20"]\n[tagline_box link="http://themeforest.net/user/ThemeFusion" linktarget="" button="Purchase Now" title="Do you need a home page without a slider? No problem here!" description="Avada allows you to easily select any of our sliders and assign them to a page, or you can choose to not use one at all!"][/tagline_box]\n\n<!-- these are the tabs -->\n\n[separator top="-10"]\n[one_third last="no"]\n[tabs tab1="Tab Data #1" tab2="Tab Data #2"]\n[tab id=1]\n[fontawesome icon="random" circle="yes" size="large"]Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets unsers sit.\n[/tab]\n[tab id=2]Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Etharums ser quidem rerum facilis dolores.[/tab]\n[/tabs]\n[/one_third]\n\n<!-- this is the bullet list -->\n\n[one_third last="no"]\n[title size="2"]Why Choose Us[/title]\n<ul class="arrow">\n<ul class="arrow">\n<ul class="arrow">\n <li>Fully responsive so your content will always look good on any screen size</li>\n <li>Awesome sliders give you the opportunity to showcase your content</li>\n <li>Multiple layout options for home pages, portfolio and blog section</li>\n <li>We offer free support because we care about your site as much as you.</li>\n</ul>\n</ul>\n</ul>\n[/one_third]\n\n<!-- this is the slider -->\n\n[one_third last="yes"]\n[title size="2"]Slider Content[/title]\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\n\n[/one_third]', 'Home Version 12', '', 'publish', 'open', 'closed', '', 'home-version-12', '', '', '2013-04-04 15:17:53', '2013-04-04 15:17:53', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3494', 0, 'page', '', 0),
|
||
(3496, 1, '2013-04-04 15:18:43', '2013-04-04 15:18:43', '<!-- this is the slider -->\n\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\n\n\n<!-- this is the intro text -->\n\n[two_third last="no"]\n[title size="2"]We Love To Work & We Love Where We Work[/title]\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui.\n\nRatione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla.\n\n<strong><em> Avada is the perfect choice for your business. It''s loaded with features, options & page layouts. Plus we have the best customer support around, but dont take our word for it, ask any of our 15,000+ users!</em></strong>\n[/two_third]\n\n<!-- this is the map -->\n\n[one_third last="yes"]\n[title size="2"]Our Location[/title]\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="150" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\n<small></small>\n<h4>Located In Beautiful New York City</h4>\n12345 Main Street, New York, NY 02781\nPhone: 1.800.555.6789\nWeb: <a href="http://themeforest.net/user/ThemeFusion">www.yoursite.com</a>\n[/one_third]\n\n<!-- this is the row of images with lightbox -->\n\n[separator top="15"]\n[title size="2"]Images Of Our Workplace[/title]\n[one_fourth last="no"]\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\n[/one_fourth]\n[one_fourth last="no"]\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" /></a>\n[/one_fourth]\n[one_fourth last="no"]\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" /></a>\n[/one_fourth]\n[one_fourth last="yes"]\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\n[/one_fourth]', 'Our Office', '', 'publish', 'open', 'closed', '', 'our-office', '', '', '2013-04-04 15:18:43', '2013-04-04 15:18:43', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3496', 0, 'page', '', 0),
|
||
(3524, 1, '2013-04-08 23:13:00', '2013-04-08 23:13:00', '', '1 Column Text', '', 'publish', 'open', 'closed', '', '1-column-text', '', '', '2013-04-08 23:13:00', '2013-04-08 23:13:00', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3524', 0, 'page', '', 0),
|
||
(3526, 1, '2013-04-08 23:13:10', '2013-04-08 23:13:10', '', '2 Column Text', '', 'publish', 'open', 'closed', '', '2-column-text', '', '', '2013-04-08 23:13:10', '2013-04-08 23:13:10', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3526', 0, 'page', '', 0),
|
||
(3528, 1, '2013-04-08 23:13:22', '2013-04-08 23:13:22', '', '3 Column Text', '', 'publish', 'open', 'closed', '', '3-column-text', '', '', '2013-04-08 23:13:22', '2013-04-08 23:13:22', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3528', 0, 'page', '', 0),
|
||
(3530, 1, '2013-04-08 23:13:33', '2013-04-08 23:13:33', '', '4 Column Text', '', 'publish', 'open', 'closed', '', '4-column-text', '', '', '2013-04-08 23:13:33', '2013-04-08 23:13:33', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3530', 0, 'page', '', 0),
|
||
(3539, 1, '2013-04-08 23:17:45', '2013-04-08 23:17:45', '[tagline_box link="http://themeforest.net/user/ThemeFusion" button="Purchase Now" title="We''ll tell you why you should buy Avada and join our ever growing user base!" description="We truly care about our users and our product. Which is why we are constantly improving Avada for our beloved users."][/tagline_box]\n\n[separator top="-12"]\n\n[content_boxes]\n[content_box title="Responsive Design" icon="tablet" ]Avada is fully responsive and can adapt to any screen size. Try resizing your browser window to see the adaptation![/content_box]\n[content_box title="Awesome Sliders" icon="random"]Avada includes the Layer Slider, the Revolution Slider, the Elastic Slider as well as the popular FlexSlider2! [/content_box]\n[content_box title="Unlimited Colors" icon="tint"]We included a backend color picker for unlimited color options. Anything can be changed, including the gradients![/content_box]\n[content_box last="yes" title="Advanced Fonts" icon="text-width"]Avada loves fonts, choose from over 500+ Google Fonts, Standard Fonts, or upload your own Custom Font![/content_box]\n[/content_boxes]\n\n[separator top="-40"]\n\n[content_boxes]\n[content_box title="Retina Ready" icon="magic" ]Avada is now Retina Ready so everything looks amazingly sharp and crisp on high resolution screens![/content_box]\n[content_box title="Font Awesome" icon="flag"]Font Awesome icons are fully integratd into the theme. Use them in 3 sizes and with or without a circle![/content_box]\n[content_box title="5 Header Designs" icon="ok"]Choose from 5 different header designs that include icons, text, links and more. Easily select them via Theme Options![/content_box]\n[content_box last="yes" title="10 Home Pages" icon="home"]Avada includes 10 different home page layouts, and you can easily create your own using our shortcodes![/content_box]\n[/content_boxes]\n\n[separator top="-40"]\n\n[content_boxes]\n[content_box title="Excellent Support" icon="thumbs-up" ]We truly care about our users and our product. You can rest assure that you will get the best after sale support![/content_box]\n[content_box title="Advanced Admin" icon="cog"]With Avada’s advanced theme options panel, you can customize just about any part of your site quickly and easily![/content_box]\n[content_box title="Elite Author" icon="trophy"]We have a proven history of quality products and buyer satisfaction. Trust in us and you will not be disappointed![/content_box]\n[content_box last="yes" title="Translation Ready" icon="globe"]We include the translation files to translate the theme, and we also provide 4 languages already translated![/content_box]\n[/content_boxes]\n\n[separator top="-40"]\n\n[content_boxes]\n[content_box title="9 Page Layouts" icon="copy" ]Avada offers many different page layouts so you can quickly and easily create your pages with no hassle![/content_box]\n[content_box title="Custom Widgets" icon="beaker"]We offer many custom widgets that are all stylized and ready for use. Simply drag and drop into place to activate! [/content_box]\n[content_box title="Shortcodes" icon="check"]Users can quickly and easily built their own custom pages using all the various shortcodes that Avada includes! [/content_box]\n[content_box last="yes" title="Demo Content" icon="time"]Avada includes a complete set our demo pages so users can quickly set up their theme by importing the XML file![/content_box]\n[/content_boxes]\n\n[separator top="-40"]\n\n[content_boxes]\n[content_box title="Extensive Docs" icon="book" ]Our documentation is the best around with extremely detailed instructions that include screenshots and videos![/content_box]\n[content_box title="Alternate Layouts" icon="list"]9 home pages, 1-4 column portfolio, 3 blog layouts and multiple other alternate layouts for interior pages![/content_box]\n[content_box title="Multiple Portfolio" icon="list-alt"]Avada allows you to create an unlimited amount of portfolio pages & you can select custom categories![/content_box]\n[content_box last="yes" title="Multiple Sidebar" icon="columns"]Unlimited sidebars allow users to create custom sidebars for each page that match the style and layout![/content_box]\n[/content_boxes]\n\n[separator top="-40"]\n\n[content_boxes]\n[content_box title="Easy To Customize" icon="edit" ]With advanced theme options, page options & extensive docs, its never been easier to customize a theme![/content_box]\n[content_box title="Lots of Possibilities" icon="plus"]With all our various shortcodes and page layouts, users have endless possibilities to create beautiful layouts![/content_box]\n[content_box title="Video Support" icon="play"]We support both Vimeo and Youtube videos throughout the entire theme so they can be used on any page or post![/content_box]\n[content_box last="yes" title="Touch Enabled" icon="hand-up"]All of the sliders we use are touch enabled so your viewers on mobile devices can easily navigate your slides![/content_box]\n[/content_boxes]\n\n[separator top="-40"]\n\n[content_boxes]\n[content_box title="Google Maps" icon="map-marker" ]We have Goole Maps fully integrated into the theme and users can select custom sizes for the contact page map![/content_box]\n[content_box title="Social Media" icon="twitter"]Want your users to stay in touch? No problem, Avada has Social Media icons all throughout the theme for you![/content_box]\n[content_box title="SEO Optimized" icon="search"]Avada has been created with best SEO practices in mind which allows search engines to index your site content![/content_box]\n[content_box last="yes" title="Always Improving" icon="signal"]We love Avada, and so do our users which is why we our constantly adding new features requested by them.[/content_box]\n[/content_boxes]\n\n[one_half last="no"]\n[tagline_box title="We know you will love Avada as much as we do. We put so much time and effort into Avada, and our wonderful users who buy it. But dont take our word for it, see our testimonials from our dedicated users!"][/tagline_box]\n[/one_half]\n\n[one_half last="yes"]\n[testimonials]\n[testimonial name="William Genske" gender="male" company="Avada Theme"]Thank you for your very professional and prompt response. I went to look for answers to my own questions and quickly realized that the information I was requesting was very easy to find. As were the videos and the instructions. In fact everything has been perfect so far. This is by far the most well supported theme I have ever had the pleasure to work with. Lots of wonderful options. I wished I had found you before I spent money on a competitors theme. Thanks again for the great support and for a great product. [/testimonial]\n\n[testimonial name="Stuartyboy," gender="male" company="Avada Theme"]If I could give 100 stars for support and attention to detail I definitely would. I’ve purchased a good number of Wordpress themes from various developers that look good on Themeforest but after you buy them you find numerous problems, bugs, crazy admin and very very poor support. I purchased the Avada theme and there were a couple of problems too, but the guys from ThemeFusion were remarkable – I really mean this. The speed of support and attention to detail is quite phenomenal. If you are considering buying this theme at all then take it from me, you will be extremely pleased. Thanks very much to Luke & Muhammad! [/testimonial]\n\n[testimonial name="Tashigyaltsen" gender="male" company="Avada Theme"]Excellent template. One of the best theme I have ever used. Every minor detail has been taken care of. Awesome support as well. Not 5 but 10 Star Ratings. [/testimonial]\n\n[testimonial name="Lucasgriffin" gender="male" company="Avada Theme"]Amazing theme and top class support, as I’m a beginner, Luke helped me above and beyond and was more than patient, his responses were quick and he has a genuine care for you to enjoy and move forward with your theme!.. highly recommended theme and author! [/testimonial]\n\n[testimonial name="Sarumbear" gender="male" company="Avada Theme"]I bought a copy of this theme to test and I am impressed. Not only the theme is well thought out with good amount options and excellent customisation facilities but their support at their support forum is exemplary.\nI can thoroughly recommend the theme and the developer. I will be buying more licenses.[/testimonial]\n\n[testimonial name="Rel1961" gender="male" company="Avada Theme"]I have to echo sarumbear’s post on the previous page (82), I too can highly recomend this theme for it’s ease of use and support. Hell I manufacture cupboards for a living and have no previous experince with web design, so only use this to build our own company website and am finding it so easy, all the work is done for you. To the Avada team – thank you ALL for all the hard work especially after this huge update when you have released a further update the minute a problem was encountered.[/testimonial]\n\n[testimonial name="Strata1" gender="male" company="Avada Theme"]Hi, I just wanted to say thanks for the great theme. I’m finding new ways to improve it every day and find that it’s been the most user-friendly theme I’ve ever purchased. I am practically computer illiterate and know extremely little if anything at all about code, CSS, or any of the inner workings of a website. The Avada theme removes all the worry, hassle, frustration and angst that beginners (and novices) feel when designing websites. If you can read and follow directions, this theme is for you. I’ve tried a hundred plug-ins with other themes and the Avada theme makes almost all of them unnecessary and obsolete.[/testimonial]\n\n[testimonial name="Die_wonne" gender="male" company="Avada Theme"]Just wanna say THANK YOU! Avada is just great. It’s easy to use and has some really neat features. It’s a pleasure to work with it. My clients are happy and so am I. Go ahead![/testimonial]\n\n[testimonial name="Stephanvuuren" gender="male" company="Avada Theme"]Thanks so much for the quick support. You solved my problem. I can’t believe it was such a simple oversight from my side. I misunderstood the instructions, but makes complete sense in hindsight. You rock! Thanks so much for taking the time to help a novice like me. The theme is really great and easy to install, even for someone like me who comes predominantly from a print design and comms background. I’m really impressed with your service and support! [/testimonial]\n\n[testimonial name="Javed_iqbal" gender="male" company="Avada Theme"]I have to say the documentation must be the best I have come across with a theme, Thanks![/testimonial]\n\n[testimonial name="Gojcus" gender="male" company="Avada Theme"]Let me say something. You have an amazing theme and amazing/awesome support. They helped me on weekend. This is what I call an “extra mile” in customer relationship. So I gave 5 stars for the theme and if I could, I’d give 10 stars for support.[/testimonial]\n\n[testimonial name="eMKT" gender="male" company="Avada Theme"]This developer ISNT joking about customer service. If you are about to buy it, close your eyes and invest this 40 USD. That is nothing compare to the quality of this template.[/testimonial]\n\n[testimonial name="Martinitgirl" gender="male" company="Avada Theme"]I love this theme… it totally kicks ass[/testimonial]\n\n[testimonial name="Tobedoit" gender="male" company="Avada Theme"]u know what? u r so great that I want to buy whatever u wl make. After Service is tremendous :)[/testimonial]\n\n[testimonial name="Jwhosky1" gender="male" company="Avada Theme"]You guys really have the best user comment response I have seen. I have purchased nearly 45 themes in the last 2 years and I am really impressed with your service.[/testimonial]\n\n[testimonial name="Ferry" gender="male" company="Avada Theme"]Hey, I Love This Theme!! It’s amazing… Never had any issues with it! It works fine and is surely one of the top themes of this age![/testimonial]\n\n[testimonial name="jvgDesign" gender="male" company="Avada Theme"]Thank you so much for your quick and accurate responses. Your theme is really wonderful![/testimonial]\n\n[testimonial name="3elevenmedia" gender="male" company="Avada Theme"]Thank you so much! amazing support! amazing theme![/testimonial]\n\n[testimonial name="kdt784" gender="male" company="Avada Theme"]Awesome! Thank you. I seriously love this theme. The features are outstanding and the support rocks. Someone recommended it to me and I''m so glad they did. Good stuff. [/testimonial]\n\n[testimonial name="Aajami" gender="male" company="Avada Theme"]I bought this theme and i would like to recommend it to every one interested in building a website without knowledge of php or html. It is very convenient and the customer service is very reactive. I will say it in French “Bravo” for this work![/testimonial]\n\n[testimonial name="Christobar9" gender="male" company="Avada Theme"]Thanks. You guys are awesome! Your support is just as (if not more) ‘responsive’ as this amazing theme. [/testimonial]\n\n[testimonial name="Ross Sadler" gender="male" company="Avada Theme"]Awesome theme, awesome support! 5*Stars! [/testimonial]\n\n[/testimonials]\n[/one_half]', 'Why Avada?', '', 'publish', 'open', 'closed', '', 'why-avada', '', '', '2013-04-08 23:17:45', '2013-04-08 23:17:45', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3539', 0, 'page', '', 0),
|
||
(3610, 1, '2013-05-24 19:42:07', '2013-05-24 19:42:07', '[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="0px" bordercolor="#f6f6f6" paddingTop="0px" paddingBottom="0px"]\n[content_boxes layout="icon-with-title" iconcolor="#ffffff" circlecolor="#333333" circlebordercolor="#333333" backgroundcolor="transparent"]\n[content_box title="Beautifully Simplistic" icon="tablet" image="" link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion" linktarget="" linktext=""]If you''re a code nerd or a Word Press newbie, Avada is for you. It''s [tooltip title="That''s Right, It''s For You!"]<strong>simply built for everyone</strong>[/tooltip], and can be as simple or complex as you want it to be. [/content_box]\n[content_box title="Free Support & Updates" icon="magic" image="" link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion" linktarget="" linktext=""] We truly care about our users & end product which is why[tooltip title="Over 32,000 Users!"]<strong> our users love Avada!</strong>[/tooltip] You will too with free updates & the most incredible support around.[/content_box]\n[content_box title="Blissful Layout Options " icon="thumbs-up" image="" link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion" linktarget="" linktext=""]Avada includes so many different options and designs. Users can make [tooltip title="Like This Text Tooltip!"]<strong>amazingly cool layouts</strong>[/tooltip] with all the tools we provide. It doesn''t get any better.[/content_box]\n[/content_boxes]\n[separator top="-25"]\n[/fullwidth]\n\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="0px"]\n<h1 style="text-align: center; font-size: 30px !important;">Avada: Themeforest''s <a href="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion"><span style="color: #a0ce4e;">#1</span></a> Selling Wordpress Theme of All Time</h1>\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\n[separator top="40" style="double"]\n[imageframe lightbox="yes" style="none" bordercolor="" bordersize="0px" stylecolor="" align="left" animation_type="fade" animation_direction="up" animation_speed="1"]<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/browsers1.jpg" />[/imageframe]\n[/fullwidth]\n\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="0px" bordercolor="#f6f6f6" paddingTop="65px" paddingBottom="0px"]\n[one_half last="no"]\n<h2>What Else? We Have The Best Support Around</h2>\n[separator top="30" style="single"]\nAvada is [tooltip title="Everting You Need To Build A Website!"]<strong>loaded with useful, functional options</strong>[/tooltip] that allow users to quickly and easily create stunning websites. But that''s not all, when you buy Avada you will also get the [tooltip title="Support Forum, Online Docs & Videos!"]<strong>most amazing customer support around!</strong>[/tooltip]\n[separator top="28"]\n[checklist icon="star" iconcolor="dark" circle="no"]\n<ul>\n <li>Fully responsive so your content will always look good on any screen size</li>\n <li>Awesome sliders give you the opportunity to showcase your content</li>\n <li>Advanced theme options panel to easily customize your website</li>\n</ul>\n[/checklist]\n[separator top="35" style="single"]\n[button color="green" size="large" link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion" target="_self" animation_type="fade" animation_direction="right" animation_speed="1"]Purchase Avada Now![/button]\n[separator top="35"]\n[/one_half]\n\n[one_half last="yes"][separator top="10" style="none"]\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="12" strip_html="true" animation_type="fade" animation_direction="left" animation_speed="1"][/recent_posts]\n[/one_half]\n[/fullwidth]\n\n[separator top="-25"]\n\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="30px" paddingBottom="0px"]\n<h1 style="text-align: center; font-size: 30px !important;">More Ways Than Ever To Display Your Hard Work!</h1>\n<p style="text-align: center; margin-top: -10px;">We''ve added several [tooltip title="Lots of Them!"]<strong>useful shortcodes</strong>[/tooltip] and more [tooltip title="6 Total Layouts!"]<strong>amazing blog layouts</strong>[/tooltip] that allow you to build amazing pages for your website.</p>\n[separator top="40" style="double"]\n[recent_works layout="grid" filters="true or false" columns="3" cat_slug="" number_posts="6" excerpt_words="15"][/recent_works]\n[/fullwidth]\n\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="70px" paddingBottom="5px"]\n[one_half last="no"]\n[title size="2"]Amazing Tools To Build Awesome Websites[/title]\n[checklist icon="star" iconcolor="dark" circle="no"]\n<ul>\n <li>Fully responsive so your content will always look good on any screen size</li>\n <li>Awesome sliders give you the opportunity to showcase your content</li>\n <li>Advanced theme options panel to easily customize your website</li>\n <li>Multiple layout options for home pages, portfolio and blog section</li>\n <li>Amazing shortcodes loaded with meta options for easy customization</li>\n <li>We offer free support because we care about your site as much as you.</li>\n</ul>\n[/checklist]\n[/one_half]\n\n[one_half last="yes"]\n[imageframe lightbox="yes" style="none" bordercolor="" bordersize="0px" stylecolor="" align="left" animation_type="fade" animation_direction="right" animation_speed="1"]<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/mobile1.jpg" />[/imageframe]\n[/one_half]\n[/fullwidth]\n\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="http://theme-fusion.com/avada/wp-content/uploads/2013/07/bkgd13.jpg" backgroundrepeat="no-repeat" backgroundposition="center center" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="50px" paddingBottom="45px"]\n[tagline_box backgroundcolor="#ffffff" shadow="yes" border="1px" bordercolor="#e5e4e4" highlightposition="left" link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion" linktarget="" button="Purchase Now" title="Avada is the ultimate multi-purpose wordpress theme!" description="Loaded with awesome features, premium sliders, unlimited colors, advanced theme options & much more!"][/tagline_box]\n[/fullwidth]\n[separator top="-120"]', 'Home Version 13', '', 'publish', 'open', 'closed', '', 'home-page-13', '', '', '2013-05-24 19:42:07', '2013-05-24 19:42:07', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3610', 0, 'page', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(3628, 1, '2013-05-24 19:48:46', '2013-05-24 19:48:46', '[separator top="-25"]\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="0px" bordercolor="#f6f6f6" paddingTop="0px" paddingBottom="0px"]\n<h1 style="text-align: center; font-size: 30px !important;">Avada <span style="color: #a0ce4e;">3.0:</span> The Best Version Yet With over 100 New Features!</h1>\n<p style="text-align: center; margin-top: -10px;">Yes that''s right, we''ve added over <strong><span style="color: #84b231;">100 new features!</span></strong> New<span style="color: #84b231;"><strong> layouts</strong></span>, <strong><span style="color: #84b231;">short codes</span></strong>, <span style="color: #84b231;"><strong>theme options & more</strong></span>, along with <strong><span style="color: #84b231;">lots of love</span></strong> & a hefty sprinkle of pixie dust!!</p>\n[separator top="40" style="double"]\n[separator top="80"]\n[content_boxes layout="icon-boxed" iconcolor="#ffffff" circlecolor="#333333" circlebordercolor="#333333" backgroundcolor="#f6f6f6"]\n[content_box title="Beautifully Simplistic" icon="tablet" image="" link="http://themeforest.net/user/ThemeFusion" linktarget="" linktext=""]If you''re a code nerd or a Word Press newbie, Avada is for you.<strong><span style="color: #84b231;"> It''s built for everyone</span></strong>, and can be as simple or complex as you want. [/content_box]\n[content_box title="Free Support & Updates" icon="magic" image="" link="http://themeforest.net/user/ThemeFusion" linktarget="" linktext=""] We truly care about our users and our end product. <strong><span style="color: #84b231;">Our users love Avada</span></strong>, and you will too with free updates & incredible support.[/content_box]\n[content_box title="Blissful Layout Options " icon="thumbs-up" image="" link="http://themeforest.net/user/ThemeFusion" linktarget="" linktext=""]Avada includes so many different options and designs. Users are able to make <strong><span style="color: #84b231;">amazingly cool layouts</span></strong> with all the tools we provide.[/content_box]\n[/content_boxes]\n[/fullwidth]\n\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="45px" paddingBottom="25px"]\n[one_half last="no"]\n[flexslider layout="attachments"][/flexslider]\n[/one_half]\n[one_half last="yes"]\n[title size="2"]Over 20,000 Purchases, We Know You''ll Love Avada![/title]\n[separator top="25" style="single"]\nAvada 3.0 has over <strong><span style="color: #84b231;">100 new features!</span></strong> New<span style="color: #84b231;"><strong> layouts</strong></span>, <strong><span style="color: #84b231;">short codes</span></strong>, <span style="color: #84b231;"><strong>theme options and more</strong></span>. We''ve put <strong><span style="color: #84b231;">lots of love</span></strong> into this update!\n[separator top="23"]\n[checklist icon="star" iconcolor="dark" circle="no"]\n<ul>\n <li>Fully responsive so your content will always look good on any screen size</li>\n <li>Awesome sliders give you the opportunity to showcase your content</li>\n <li>Advanced theme options panel to easily customize your website</li>\n <li>Multiple layout options for home pages, portfolio and blog section</li>\n <li>Amazing shortcodes loaded with meta options for easy customization</li>\n</ul>\n[/checklist]\n[separator top="30" style="single"]\n[button color="green" size="large" link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226" target="_self"]Purchase Avada Now![/button][/one_half]\n[/fullwidth]\n\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="35px" paddingBottom="0px"]\n<h1 style="text-align: center; font-size: 30px !important;">More Ways Than Ever To Display Your Hard Work!</h1>\n<p style="text-align: center; margin-top: -10px;">We''ve added several new <strong><span style="color: #84b231;">shortcodes</span></strong> and more <span style="color: #84b231;"><strong> blog layouts</strong></span> that allow you to build amazing pages for your website.</p>\n[separator top="40" style="double"]\n[recent_works layout="grid" filters="false" columns="3" cat_slug="" number_posts="6"][/recent_works]\n[/fullwidth]\n\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="50px" paddingBottom="50px"]\n[title size="2"]So What Else Does Avada Include? We''ll Tell You![/title]\n[two_third last="no"]\nAvada is loaded with features and options that make it easy for you to build an online presence. We''ve put a lot of thought and care into making Avada user-friendly, and our 20,000+ sales are proof to that point. We know you will enjoy Avada as much as we do. It offers so many different options like multiple styles of portfolio layouts that allow you to choose text excerpts or not, sidebars or 1-4 columns. We also offer 7 different blog blog layouts that include new grid and timeline styles. And of course it includes all of our pre made demo pages. Include all of that with over 100 shortcodes and you have endless layout and design options to build your website. Avada also includes free support and future updates that will always include new features from user feedback, this can be the last theme you ever buy!\n[/two_third]\n[one_third last="yes"]\n[accordian]\n[toggle title="Our Company Mission"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\n[toggle title="The Avada Philosophy"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\n[toggle title="The Avada Promise"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\n[toggle title="The Avada Promise"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\n[/accordian]\n[/one_third]\n[separator top="20" style="none"]\n[counters_box][counter_box value="75"]Counter Title Goes Here[/counter_box][counter_box value="55"]Counter Title Goes Here[/counter_box][counter_box value="65"]Counter Title Goes Here[/counter_box][counter_box value="85"]Counter Title Goes Here[/counter_box][/counters_box]\n[/fullwidth]\n\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="65px" paddingBottom="0px"]\n[one_half last="no"]\n[title size="2"]Amazing Tools To Build Awesome Websites[/title]\n[checklist icon="star" iconcolor="dark" circle="no"]\n<ul>\n <li>Fully responsive so your content will always look good on any screen size</li>\n <li>Awesome sliders give you the opportunity to showcase your content</li>\n <li>Advanced theme options panel to easily customize your website</li>\n <li>Multiple layout options for home pages, portfolio and blog section</li>\n <li>Amazing shortcodes loaded with meta options for easy customization</li>\n <li>We offer free support because we care about your site as much as you.</li>\n</ul>\n[/checklist]\n[/one_half]\n\n[one_half last="yes"]\n<a title="lightbox description" href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/mobile1.jpg" rel="prettyPhoto"><img alt="lightbox title" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/mobile1.jpg" /></a>\n[/one_half]\n[/fullwidth]\n\n[separator top="-25" style="none"]', 'Home Version 14', '', 'publish', 'open', 'closed', '', 'home-version-14-2', '', '', '2013-05-24 19:48:46', '2013-05-24 19:48:46', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3628', 0, 'page', '', 0),
|
||
(3638, 1, '2013-05-24 19:50:44', '2013-05-24 19:50:44', '<!-- this is the first full width section, please ues your own layer & rev slider shortcodes -->\n\n[separator top="-56" style="none"]\n[fullwidth backgroundcolor="" backgroundimage="http://theme-fusion.com/avadatest4/wp-content/uploads/2013/05/page_bkgd1.jpg" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="0px" bordercolor="#f6f6f6" paddingTop="40px" paddingBottom="40px"]\n<a href="http://theme-fusion.com/avadaxml/home-version-15/image_2/" rel="attachment wp-att-3405"><img class="alignnone size-full wp-image-3405" alt="image_2" src="http://theme-fusion.com/avadaxml/wp-content/uploads/2013/02/image_2.jpg" width="940" height="450" /></a>\n[/fullwidth]\n[separator top="-25" style="none"]\n\n<!-- this is the second full width section -->\n\n[fullwidth backgroundcolor="#f6f6f6" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\n<h1 style="text-align: center; font-size: 30px !important;">Avada <span style="color: #a0ce4e;">3.0:</span> The Best Version Yet With over 100 New Features!</h1>\n<p style="text-align: center; margin-top: -10px;">Yes that''s right, we''ve added over <strong><span style="color: #84b231;">100 new features!</span></strong> New<span style="color: #84b231;"><strong> layouts</strong></span>, <strong><span style="color: #84b231;">short codes</span></strong>, <span style="color: #84b231;"><strong>theme options & more</strong></span>, along with <strong><span style="color: #84b231;">lots of love</span></strong> & a hefty sprinkle of pixie dust!!</p>\n[separator top="20" style="double"]\n[/fullwidth]\n\n<!-- this is the third full width section -->\n\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#f6f6f6" paddingTop="20px" paddingBottom="20"]\n[separator top="80" style="none"]\n[content_boxes layout="icon-boxed" iconcolor="#ffffff" circlecolor="#333333" circlebordercolor="#333333" backgroundcolor="#f6f6f6"]\n[content_box title="Beautifully Simplistic" icon="tablet" image="" link="http://themeforest.net/user/ThemeFusion" linktarget="" linktext=""]If you''re a code nerd or a Word Press newbie, Avada is for you.<strong><span style="color: #84b231;"> It''s built for everyone</span></strong>, and can be as simple or complex as you want. [/content_box]\n[content_box title="Free Support & Updates" icon="magic" image="" link="http://themeforest.net/user/ThemeFusion" linktarget="" linktext=""] We truly care about our users and our end product. <strong><span style="color: #84b231;">Our users love Avada</span></strong>, and you will too with free updates & incredible support.[/content_box]\n[content_box title="Blissful Layout Options " icon="thumbs-up" image="" link="http://themeforest.net/user/ThemeFusion" linktarget="" linktext=""]Avada includes so many different options and designs. Users are able to make <strong><span style="color: #84b231;">amazingly cool layouts</span></strong> with the tools we provide.[/content_box]\n[/content_boxes]\n[separator top="65" style="none"]\n[content_boxes layout="icon-boxed" iconcolor="#ffffff" circlecolor="#333333" circlebordercolor="#333333" backgroundcolor="#f6f6f6"]\n[content_box title="Beautifully Simplistic" icon="tablet" image="" link="http://themeforest.net/user/ThemeFusion" linktarget="" linktext=""]If you''re a code nerd or a Word Press newbie, Avada is for you.<strong><span style="color: #84b231;"> It''s built for everyone</span></strong>, and can be as simple or complex as you want. [/content_box]\n[content_box title="Free Support & Updates" icon="magic" image="" link="http://themeforest.net/user/ThemeFusion" linktarget="" linktext=""] We truly care about our users and our end product. <strong><span style="color: #84b231;">Our users love Avada</span></strong>, and you will too with free updates & incredible support.[/content_box]\n[content_box title="Blissful Layout Options " icon="thumbs-up" image="" link="http://themeforest.net/user/ThemeFusion" linktarget="" linktext=""]Avada includes so many different options and designs. Users are able to make <strong><span style="color: #84b231;">amazingly cool layouts</span></strong> with the tools we provide.[/content_box]\n[/content_boxes]\n[/fullwidth]\n\n<!-- this is the fourth full width section -->\n\n[fullwidth backgroundcolor="#f6f6f6" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="50px" paddingBottom="0px"]\n[one_half last="no"]\n<h2>What Else? Over 21,000 Users Choose Avada!</h2>\n[separator top="30" style="single"]\nAvada 3.0 has over <strong><span style="color: #84b231;">100 new features!</span></strong> New<span style="color: #84b231;"><strong> layouts</strong></span>, <strong><span style="color: #84b231;">short codes</span></strong>, <span style="color: #84b231;"><strong>theme options and more</strong></span>, along with a hefty sprinkle of pixie dust! We''ve put <strong><span style="color: #84b231;">lots of love</span></strong> into this update and have included something for everyone!\n[separator top="28"]\n[checklist icon="star" iconcolor="dark" circle="no"]\n<ul>\n <li>Fully responsive so your content will always look good on any screen size</li>\n <li>Awesome sliders give you the opportunity to showcase your content</li>\n <li>Advanced theme options panel to easily customize your website</li>\n</ul>\n[/checklist]\n[separator top="35" style="single"]\n[button color="green" size="large" link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226" target="_self"]Purchase Avada Now![/button]\n[/one_half]\n\n[one_half last="yes"][separator top="10" style="none"]\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="12" strip_html="true"][/recent_posts]\n[/one_half]\n[/fullwidth]\n[separator top="-40"]\n\n<!-- this is the fifth full width section -->\n\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="0px"]\n[title size="2"]Amazingly Versatile Shortcodes[/title]\n[one_third last="no"]\nLid est laborum dolo rumes fugats untras. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets.\n<ul class="arrow">\n <li>Fully responsive so your content looks great</li>\n <li>Loaded with lots of amazing shortcodes</li>\n <li>Unlimited color options via theme options</li>\n</ul>\n[/one_third]\n\n[two_third last="yes"]\n[tabs tab1="Tab Data #1" tab2="Tab Data #2" tab3="Tab Data #3" layout="vertical"]\n[tab id=1]\n[fontawesome icon="random" circle="yes" size="large"]Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips ameet quasi architecto beatae vitae dicta sunt explicabo.\n[/tab]\n[tab id=2]Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips ameet quasi architecto beatae vitae dicta sunt explicabo. amets dolores.[/tab]\n[tab id=3]Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips ameet quasi architecto beatae vitae dicta sunt explicabo. amets dolores.[/tab]\n[/tabs]\n[/two_third][/fullwidth]\n[separator top="-50" style="none"]', 'Home Version 15', '', 'publish', 'open', 'closed', '', 'home-version-15', '', '', '2013-05-24 19:50:44', '2013-05-24 19:50:44', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3638', 0, 'page', '', 0),
|
||
(3652, 1, '2013-05-24 19:55:33', '2013-05-24 19:55:33', '<!-- this is the opening text -->\n\n[separator top="-15"]\n<h1 style="text-align: center; font-size: 30px !important;">Hey, We''re <span style="color: #a0ce4e;">Avada</span> & We Make Beautiful Things! Check It Out!</h1>\n<p style="text-align: center; margin-top: -10px;">Yes that''s right, we''ve added over <strong><span style="color: #84b231;">100 new features!</span></strong> New<span style="color: #84b231;"><strong> layouts</strong></span>, <strong><span style="color: #84b231;">short codes</span></strong>, <span style="color: #84b231;"><strong>theme options & more</strong></span>, along with <strong><span style="color: #84b231;">lots of love</span></strong> & a hefty sprinkle of pixie dust!!</p>\n[separator top="65" style="none"]\n\n\n<!-- this is the recent work section -->\n\n[recent_works layout="grid" filters="true" columns="3" cat_slug="" number_posts="12"][/recent_works]\n\n\n<!-- this is the testimonial and text section -->\n\n[separator top="65" style="double"]\n[one_half last="no"][testimonials]\n[testimonial name="William Genske" gender="male" company="Avada Theme" link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226" target=""]"Thank you for your very professional and prompt response. I went to look for answers to my own questions and quickly realized tha the information I was requesting was very easy to find. As were the videos and the instructions. In fact everything has been perfect so far. This is by far the most well supported theme I have ever had the pleasure to work with. Yes, I have purchased it and it is working great. Lots of wonderful options. I wished I had found you before I spent money on a competitors theme. Thanks again for the great support and for a great product. "[/testimonial]\n\n[testimonial name="Stuartyboy" gender="female" company="Avada Theme" link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226" target=""]"If I could give 100 stars for support and attention to detail I definitely would. I''ve purchased a good number of Wordpress themes from various developers that look good on Themeforest but after you buy them you find numerous problems, bugs, crazy admin and very very poor support. I purchased the Avada theme and there were a couple of problems too, but the guys from ThemeFusion were remarkable – I really mean this. The speed of support and attention to detail is quite phenomenal. If you are considering buying this theme at all then take it from me, you will be extremely pleased. Thanks very much to Luke & Muhammad!"[/testimonial]\n\n\n[testimonial name="Rel1961" gender="male" company="Avada Theme" link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226" target=""]"I have to echo sarumbear''s post on the previous page (82), I too can highly recomend this theme for it''s ease of use and support. Hell I manufacture cupboards for a living and have no previous experince with web design, so only use this to build our own company website and am finding it so easy, all the work is done for you. To the Avada team – thank you ALL for all the hard work especially after this huge update when you have released a further update the minute a problem was encountered. PS:- Mell I often have a good laugh at your responses to difficult customers"[/testimonial]\n\n[testimonial name="Strata1" gender="male" company="Avada Theme" link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226" target=""]"Hi, I just wanted to say thanks for the great theme. I''m finding new ways to improve it every day and find that it''s been the most user-friendly theme I''ve ever purchased. I am practically computer illiterate and know extremely little if anything at all about code, CSS, or any of the inner workings of a website. The Avada theme removes all the worry, hassle, frustration and angst that beginners (and novices) feel when designing websites. If you can read and follow directions, this theme is for you. I''ve tried a hundred plug-ins with other themes and the Avada theme makes almost all of them unnecessary and obsolete."[/testimonial]\n[/testimonials]\n[/one_half]\n\n[one_half last="yes"]\n<h2>What Else? Over 21,000 Users Choose Avada!</h2>\n[separator top="30" style="single"]\nAvada 3.0 has over <strong><span style="color: #84b231;">100 new features!</span></strong> New<span style="color: #84b231;"><strong> layouts</strong></span>, <strong><span style="color: #84b231;">short codes</span></strong>, <span style="color: #84b231;"><strong>theme options and more</strong></span>, along with a hefty sprinkle of pixie dust! We''ve put <strong><span style="color: #84b231;">lots of love</span></strong> into this update and have included something for everyone!\n[separator top="28"]\n[checklist icon="star" iconcolor="dark" circle="no"]\n<ul>\n <li>Fully responsive so your content will always look good on any screen size</li>\n <li>Awesome sliders give you the opportunity to showcase your content</li>\n <li>Advanced theme options panel to easily customize your website</li>\n</ul>\n[/checklist][/one_half]\n', 'Home Portfolio Style 1', '', 'publish', 'open', 'closed', '', 'home-portfolio-style-1', '', '', '2013-05-24 19:55:33', '2013-05-24 19:55:33', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3652', 0, 'page', '', 0),
|
||
(3655, 1, '2013-05-24 19:56:24', '2013-05-24 19:56:24', '<!-- this is the first full width section, please ues your own layer & rev slider shortcodes -->\n\n[separator top="-56" style="none"]\n[fullwidth backgroundcolor="#f6f6f6" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\n<h1 style="text-align: center; font-size: 30px !important;">Hey, We''re <span style="color: #a0ce4e;">Avada</span> & We Make Beautiful Things! Check It Out!</h1>\n<p style="text-align: center; margin-top: -10px;">Yes that''s right, we''ve added over <strong><span style="color: #84b231;">100 new features!</span></strong> New<span style="color: #84b231;"><strong> layouts</strong></span>, <strong><span style="color: #84b231;">short codes</span></strong>, <span style="color: #84b231;"><strong>theme options & more</strong></span>, along with <strong><span style="color: #84b231;">lots of love</span></strong> & a hefty sprinkle of pixie dust!</p>\n[separator top="20" style="none"]\n[/fullwidth]\n\n\n<!-- this is the second full width section -->\n\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="0px" bordercolor="#e5e4e4" paddingTop="50px" paddingBottom="25px"]\n[recent_works layout="grid-with-excerpts" filters="true" columns="2" cat_slug="" number_posts="6" excerpt_words="22"][/recent_works]\n[/fullwidth]\n\n\n<!-- this is the third full width section -->\n\n[fullwidth backgroundcolor="#f6f6f6" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="50px" paddingBottom="20px"]\n[tagline_box backgroundcolor="#fff" shadow="yes" border="1px" bordercolor="#f6f6f6" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="Purchase Now" title="Avada is incredibly responsive, with a refreshingly clean design" description="And it has some awesome features, premium sliders, unlimited colors, advanced theme options and so much more!"][/tagline_box]\n[/fullwidth]\n[separator top="-100" style="none"]\n', 'Home Portfolio Style 2', '', 'publish', 'open', 'closed', '', 'home-portfolio-style-2', '', '', '2013-05-24 19:56:24', '2013-05-24 19:56:24', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3655', 0, 'page', '', 0),
|
||
(3658, 1, '2013-05-24 19:56:57', '2013-05-24 19:56:57', '<!-- this is the flexslider -->\n\n[flexslider layout="posts" excerpt="25" category="" limit="3" id=""][/flexslider][separator top="40" style="none"]\n\n<!-- this is the tagline box section -->\n\n[tagline_box backgroundcolor="#f6f6f6" shadow="no" border="1px" bordercolor="#f6f6f6" highlightposition="bottom" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="Avada includes a blog shortcode you can use anywhere on the site!" description="This blog shortcode was submitted by Markus, one of our 20,000+ Avada users! It just goes to show what an awesome community we have, everyone is willing to help & share ideas. Dont wait, be apart of it today!"][/tagline_box]\n\n<!-- this is the blog shortcode section -->\n\n[blog number_posts="6" cat_slug="" title="yes" thumbnail="yes" excerpt="yes" excerpt_words="35" meta_all="yes" meta_author="yes" meta_categories="yes" meta_comments="yes" meta_date="yes" meta_link="yes" paging="yes" scrolling="pagination" strip_html="yes" layout="grid"][/blog]', 'Home Blog Style 1', '', 'publish', 'open', 'closed', '', 'home-blog-style-1', '', '', '2013-05-24 19:56:57', '2013-05-24 19:56:57', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3658', 0, 'page', '', 0),
|
||
(3660, 1, '2013-05-24 19:57:49', '2013-05-24 19:57:49', '<!-- this is the tagline box -->\n\n[tagline_box backgroundcolor="#f6f6f6" shadow="no" border="1px" bordercolor="#f6f6f6" highlightposition="bottom" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="Avada includes a blog shortcode you can use anywhere on the site!" description="This blog shortcode was submitted by Markus, one of our 20,000+ Avada users! It just goes to show what an awesome community we have, everyone is willing to help and share ideas. Our first priority is to provide solutions to our users, and we are happy to do that. Dont wait, come be apart of it today!"][/tagline_box]\n\n\n<!-- this is the tagline box section -->\n\n[blog posts_per_page="3" author="" author_name="" category_name="" category="" order="DESC" orderby="date" post_status="publish" post_type="post" tag="" nopaging="false" blog_layout="large"][/blog]\n', 'Home Blog Style 2', '', 'publish', 'open', 'closed', '', 'home-blog-style-2', '', '', '2013-05-24 19:57:49', '2013-05-24 19:57:49', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3660', 0, 'page', '', 0),
|
||
(3662, 1, '2013-05-24 19:58:21', '2013-05-24 19:58:21', '<!-- this is the first full width section -->\n\n[separator top="-55" style="none"]\n[fullwidth backgroundcolor="#f6f6f6" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\n<h1 style="text-align: center; font-size: 30px !important;">Avada <span style="color: #a0ce4e;">3.0:</span> This Is An Example Page For A Product Launch</h1>\n<p style="text-align: center; margin-top: -10px;">Yes that''s right, we''ve added over <strong><span style="color: #84b231;">100 new features!</span></strong> New<span style="color: #84b231;"><strong> layouts</strong></span>, <strong><span style="color: #84b231;">short codes</span></strong>, <span style="color: #84b231;"><strong>theme options & more</strong></span>, along with <strong><span style="color: #84b231;">lots of love</span></strong> & a hefty sprinkle of pixie dust!!</p>\n[/fullwidth]\n\n\n<!-- this is the second full width section -->\n\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="px" bordercolor="" paddingTop="66px" paddingBottom="50px"]\n[one_half last="no"]\n<h2>What Else? Over 21,000 Users Choose Avada!</h2>\n[separator top="25" style="single"]\n<p style="text-align: left; margin-top: -10px;">This is where your <strong><span style="color: #a0ce4e;">amazing product promotion text</span></strong> can go so your <span style="color: #a0ce4e;"><strong>viewers</strong></span> can read about all the features and see awesome it is!</p>\n[separator top="15"]\n[checklist icon="star" iconcolor="dark" circle="no"]\n<ul>\n <li>Fully responsive so your content will always look good on any screen size</li>\n <li>Awesome sliders give you the opportunity to showcase your content</li>\n</ul>\n[/checklist]\n[separator top="25" style="single"]\n[button color="green" size="large" link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226" target="_self"]Purchase Avada Now![/button]\n[/one_half]\n[one_half last="yes"]\n<a title="lightbox description" href="http://theme-fusion.com/avada/wp-content/uploads/2013/05/ipad2up.png" rel="prettyPhoto"><img alt="lightbox title" src="http://theme-fusion.com/avada/wp-content/uploads/2013/05/ipad2up.png" /></a>\n[/one_half]\n[/fullwidth]\n\n\n<!-- this is the third full width section -->\n\n[fullwidth backgroundcolor="" backgroundimage="http://theme-fusion.com/avada/wp-content/uploads/2013/05/page_bkgd3.jpg" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#dadada" paddingTop="40px" paddingBottom="40px"]\n<h1 style="text-align:left; font-size: 30px !important;">Amazing <span style="color: #a0ce4e;">Product:</span> Get It Before Anyone Else!</h1>\n<p style="text-align: left; margin-top: -10px;">This is where your <strong><span style="color: #a0ce4e;">amazing product promotion text</span></strong> can go so your <span style="color: #a0ce4e;"><strong>viewers</strong></span> can read about how awesome it is!</p>\n[separator top="20" style="none"]\n<a title="lightbox description" href="http://theme-fusion.com/avada/wp-content/uploads/2013/05/iphones_small.png" rel="prettyPhoto"><img alt="lightbox title" src="http://theme-fusion.com/avada/wp-content/uploads/2013/05/iphones_small.png" /></a>\n[/fullwidth]\n\n\n<!-- this is the fourth full width section -->\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="px" bordercolor="" paddingTop="70px" paddingBottom="40px"]\n[one_half last="no"]\n[title size="2"]Amazing Tools To Build Awesome Websites[/title]\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolores.\n[separator top="30" style="none"]\n[checklist icon="star" iconcolor="dark" circle="no"]\n<ul>\n <li>Fully responsive so your content will always look good on any screen size</li>\n <li>Awesome sliders give you the opportunity to showcase your content</li>\n <li>Advanced theme options panel to easily customize your website</li>\n</ul>\n[/checklist]\n[/one_half]\n[one_half last="yes"]\n<a title="" href="http://theme-fusion.com/avada/wp-content/uploads/2013/05/laptop.png" rel="prettyPhoto"><img alt="" src="http://theme-fusion.com/avada/wp-content/uploads/2013/05/laptop.png" /></a>\n[/one_half]\n[/fullwidth]\n\n\n<!-- this is the fifth full width section -->\n[fullwidth backgroundcolor="" backgroundimage="http://theme-fusion.com/avada/wp-content/uploads/2013/05/page_bkgd3.jpg" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="0px" bordercolor="#f6f6f6" paddingTop="30px" paddingBottom="0px"]\n<h1 style="text-align: center; font-size: 30px !important;">Get This <span style="color: #a0ce4e;">Amazing Product</span> Now! See Details Below!</h1>\n<p style="text-align: center; margin-top: -10px;">This is where your <strong>amazing product promotion text</strong> can go so your <strong>viewers</strong> can read about all the features and see awesome it is!</p>\n[separator top="40" style="none"]\n<a title="lightbox description" href="http://theme-fusion.com/avada/wp-content/uploads/2013/05/ipads.png" rel="prettyPhoto"><img alt="lightbox title" src="http://theme-fusion.com/avada/wp-content/uploads/2013/05/ipads.png" /></a>\n[/fullwidth]\n\n\n<!-- this is the sixth full width section -->\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="0px" bordercolor="" paddingTop="65px" paddingBottom="0px"]\n[one_half last="no"]\n<a title="lightbox description" href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/mobile1.jpg" rel="prettyPhoto"><img alt="lightbox title" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/mobile1.jpg" /></a>\n[/one_half]\n[one_half last="yes"]\n<h2>What Else? Over 21,000 Users Choose Avada!</h2>\n[separator top="25" style="single"]\n<p style="text-align: left; margin-top: -10px;">This is where your <strong><span style="color: #a0ce4e;">amazing product promotion text</span></strong> can go so your <span style="color: #a0ce4e;"><strong>viewers</strong></span> can read about all the features and see awesome it is!</p>\n[separator top="15"]\n[checklist icon="star" iconcolor="dark" circle="no"]\n<ul>\n <li>Fully responsive so your content will always look good on any screen size</li>\n <li>Awesome sliders give you the opportunity to showcase your content</li>\n</ul>\n[/checklist]\n[separator top="25" style="single"]\n[button color="green" size="large" link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226" target="_self"]Purchase Avada Now![/button]\n[/one_half]\n[/fullwidth]\n[separator top="-25" style="none"]', 'Product Launch', '', 'publish', 'open', 'closed', '', 'product-launch', '', '', '2013-05-24 19:58:21', '2013-05-24 19:58:21', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3662', 0, 'page', '', 0),
|
||
(3664, 1, '2013-05-24 19:59:03', '2013-05-24 19:59:03', '<!-- this is the first full width section with rev and layer sliders, use your own slider shortcode numbers -->\n\n[separator top="-55" style="none"]\n[fullwidth backgroundcolor="#333333" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="0px" bordercolor="#e5e4e4" paddingTop="50px" paddingBottom="40px"]\n<a href="http://theme-fusion.com/avadaxml/home-version-15/image_2/" rel="attachment wp-att-3405"><img src="http://theme-fusion.com/avadaxml/wp-content/uploads/2013/02/image_2.jpg" alt="image_2" width="940" height="450" class="alignnone size-full wp-image-3405" /></a>\n[/fullwidth]\n\n\n<!-- this is the second full width section -->\n\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="60px" paddingBottom="0px"]\n[one_half last="no"]\n<h2>What Else? Over 21,000 Users Choose Avada!</h2>\n[separator top="30" style="single"]\nAvada 3.0 has over <strong><span style="color: #84b231;">100 new features!</span></strong> New<span style="color: #84b231;"><strong> layouts</strong></span>, <strong><span style="color: #84b231;">short codes</span></strong>, <span style="color: #84b231;"><strong>theme options and more</strong></span>, along with a hefty sprinkle of pixie dust! We''ve put <strong><span style="color: #84b231;">lots of love</span></strong> into this update and have included something for everyone!\n[separator top="28"]\n[checklist icon="star" iconcolor="dark" circle="no"]\n<ul>\n <li>Fully responsive so your content will always look good on any screen size</li>\n <li>Awesome sliders give you the opportunity to showcase your content</li>\n <li>Advanced theme options panel to easily customize your website</li>\n</ul>\n[/checklist]\n[separator top="35" style="single"]\n[button color="green" size="large" link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226" target="_self"]Purchase Avada Now![/button][/one_half]\n\n[one_half last="yes"][separator top="10" style="none"]\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="13" strip_html="true"][/recent_posts]\n[/one_half]\n[/fullwidth]\n\n\n<!-- this is the third full width section -->\n\n[separator top="-25" style="none"]\n[fullwidth backgroundcolor="" backgroundimage="http://theme-fusion.com/avada/wp-content/uploads/2013/05/page_bkgd1.jpg" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="0px" bordercolor="" paddingTop="40px" paddingBottom="8px"]\n[separator top="20" style="double"]\n<h1 style="text-align: center; font-size: 30px !important; color: #fff !important;">Full Width Sections Are Very Cool, Add Background Image With Fixed Scrolling, or Add Background Color With A Border</h1>\n[separator top="20" style="double"]\n[separator top="40" style="none"]\n[recent_works layout="grid" filters="true or false" columns="3" cat_slug="" number_posts="9" excerpt_words="15"][/recent_works]\n[/fullwidth]\n\n\n\n<!-- this is the fourth full width section -->\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\n[separator top="20" style="double"]\n<h1 style="text-align: center; font-size: 30px !important;">Avada <span style="color: #a0ce4e;">3.0:</span> The Best Version Yet With over 100 New Features!</h1>\n<p style="text-align: center; margin-top: -10px;">Yes that''s right, we''ve added over <strong><span style="color: #84b231;">100 new features!</span></strong> New<span style="color: #84b231;"><strong> layouts</strong></span>, <strong><span style="color: #84b231;">short codes</span></strong>, <span style="color: #84b231;"><strong>theme options & more</strong></span>, along with <strong><span style="color: #84b231;">lots of love</span></strong> & a hefty sprinkle of pixie dust!!</p>\n[separator top="20" style="double"]\n[/fullwidth]\n[separator top="-45" style="none"]\n', 'Example Page 1', '', 'publish', 'open', 'closed', '', 'example-page-1', '', '', '2013-05-24 19:59:03', '2013-05-24 19:59:03', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3664', 0, 'page', '', 0),
|
||
(3670, 1, '2013-05-24 20:00:14', '2013-05-24 20:00:14', '<!-- this is the entire example page code -->\n\n[separator top="-55" style="none"]\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11.jpg" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="0px"]\n<h1 style="text-align: center; font-size: 32px !important;">Avada <span style="color: #a0ce4e;">3.0:</span> Now With Full Width Page Templates & Sections</h1>\n<p style="text-align: center;">Yes that''s right, we''ve added over <strong><span style="color: #84b231;">100 new features!</span></strong> New<span style="color: #84b231;"><strong> layouts</strong></span>, <strong><span style="color: #84b231;">short codes</span></strong>, <span style="color: #84b231;"><strong>theme options & more</strong></span>, along with <strong><span style="color: #84b231;">lots of love</span></strong> & a hefty sprinkle of pixie dust!!</p>\n[separator top="50" style="double"]\n[separator top="80" style="none"]\n\n[content_boxes layout="icon-boxed" iconcolor="#ffffff" circlecolor="#333333" circlebordercolor="#333333" backgroundcolor="#f2f2f2"]\n[content_box title="Beautifully Simplistic" icon="tablet" image="" link="http://themeforest.net/user/ThemeFusion" linktarget="" linktext=""]If you''re a code nerd or a Word Press newbie, Avada is for you.<strong><span style="color: #84b231;"> It''s built for everyone</span></strong>, and can be as simple or complex as you want. [/content_box]\n[content_box title="Free Support & Updates" icon="magic" image="" link="http://themeforest.net/user/ThemeFusion" linktarget="" linktext=""] We truly care about our users and our end product. <strong><span style="color: #84b231;">Our users love Avada</span></strong>, and you will too with free updates & incredible support.[/content_box]\n[content_box title="Blissful Layout Options " icon="thumbs-up" image="" link="http://themeforest.net/user/ThemeFusion" linktarget="" linktext=""]Avada includes so many different options and designs. Users are able to make <strong><span style="color: #84b231;">amazingly cool layouts</span></strong> with the tools we provide.[/content_box]\n[/content_boxes]\n[separator top="65" style="none"]\n[content_boxes layout="icon-boxed" iconcolor="#ffffff" circlecolor="#333333" circlebordercolor="#333333" backgroundcolor="#f2f2f2"]\n[content_box title="Beautifully Simplistic" icon="tablet" image="" link="http://themeforest.net/user/ThemeFusion" linktarget="" linktext=""]If you''re a code nerd or a Word Press newbie, Avada is for you.<strong><span style="color: #84b231;"> It''s built for everyone</span></strong>, and can be as simple or complex as you want. [/content_box]\n[content_box title="Free Support & Updates" icon="magic" image="" link="http://themeforest.net/user/ThemeFusion" linktarget="" linktext=""] We truly care about our users and our end product. <strong><span style="color: #84b231;">Our users love Avada</span></strong>, and you will too with free updates & incredible support.[/content_box]\n[content_box title="Blissful Layout Options " icon="thumbs-up" image="" link="http://themeforest.net/user/ThemeFusion" linktarget="" linktext=""]Avada includes so many different options and designs. Users are able to make <strong><span style="color: #84b231;">amazingly cool layouts</span></strong> with the tools we provide.[/content_box]\n[/content_boxes]\n\n[separator top="75" style="double"]\n[one_half last="no"]\n[slider][slide]http://theme-fusion.com/avadaxml/wp-content/uploads/2013/05/blog_1.jpg[/slide][slide]http://theme-fusion.com/avadaxml/wp-content/uploads/2013/05/blog_2.jpg[/slide][/slider]\n[/one_half]\n[one_half last="yes"]\n[title size="2"]Over 20,000 Purchases, We Know You''ll Love Avada![/title]\n[separator top="30" style="single"]\nAvada 3.0 has over <strong><span style="color: #84b231;">100 new features!</span></strong> New<span style="color: #84b231;"><strong> layouts</strong></span>, <strong><span style="color: #84b231;">short codes</span></strong>, <span style="color: #84b231;"><strong>theme options and more</strong></span>, along with a hefty sprinkle of pixie dust!\n[separator top="28"]\n[checklist icon="star" iconcolor="dark" circle="no"]\n<ul>\n <li>Fully responsive so your content will always look good on any screen size</li>\n <li>Awesome sliders give you the opportunity to showcase your content</li>\n <li>Fully responsive so your content will always look good on any screen size</li>\n <li>Advanced theme options panel to easily customize your website</li>\n\n</ul>\n[/checklist]\n[separator top="35" style="single"]\n[button color="green" size="large" link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226" target="_self"]Purchase Avada Now![/button][/one_half]\n\n[separator top="-25" style="none"]\n[separator top="50" style="double"]\n\n[tagline_box backgroundcolor="" shadow="yes" border="0px" bordercolor="" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="Purchase Now" title="Avada is incredibly responsive, with a refreshingly clean design" description="And it has some awesome features, premium sliders, unlimited colors, advanced theme options and so much more!"][/tagline_box]\n\n[/fullwidth]\n[separator top="-45" style="none"]', 'Example Page 2', '', 'publish', 'open', 'closed', '', 'example-page-2', '', '', '2013-05-24 20:00:14', '2013-05-24 20:00:14', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3670', 0, 'page', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(3678, 1, '2013-05-24 20:01:55', '2013-05-24 20:01:55', '<!-- this is the layer slider shortcode, please insert your own shortcode number -->\n\n[two_third last="no"]<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/person1.jpg" rel="attachment wp-att-3673"><img src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/person1.jpg" alt="image_3b" class="alignnone size-full wp-image-3673" /></a>[/two_third]\n\n\n<!-- this is the intro text and checklist -->\n\n[one_third last="yes"][title size="2"]Who Am I?[/title]\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam vols.\n[separator top="40" style="single"]\n[checklist icon="plus" iconcolor="light" circle="yes"]\n<ul>\n <li>Fully responsive so content looks great</li>\n <li>Awesome sliders to showcase content</li>\n <li>Advanced theme options panel</li>\n <li>Amazing shortcodes loaded with options</li>\n</ul>\n[/checklist]\n[/one_third]\n\n<!-- these are the animated counters -->\n\n[separator top="0" style="double"]\n[separator top="50" style="none"]\n[counters_circle][counter_circle filledcolor="#a0ce4e" unfilledcolor="#e3edd1" value="95"]HTML[/counter_circle][counter_circle filledcolor="#a0ce4e" unfilledcolor="#e3edd1" value="85"]CSS[/counter_circle][counter_circle filledcolor="#a0ce4e" unfilledcolor="#e3edd1" value="90"]WP[/counter_circle][counter_circle filledcolor="#a0ce4e" unfilledcolor="#e3edd1" value="100"][fontawesome icon="thumbs-up" circle="no" size="large" iconcolor="##747474" circlecolor="#333333" circlebordercolor="#333333"][/counter_circle][/counters_circle]\n\n\n<!-- this is the profile picture -->\n\n[separator top="70" style="none"]\n[one_half last="no"]\n[title size="2"]Profile Picture[/title]\n[person name="Johnathan Dorian" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/person1.jpg" title="Front End Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo inventore veritatis et quasi architectos beatae vitae dicta sunt explicabo. Nemo enims sadip ipsums uns.[/person]\n[/one_half]\n\n\n<!-- these are the accordions -->\n\n[one_half last="yes"]\n[title size="2"]Some of my highlights[/title]\n[accordian]\n[toggle title="My Favorite Projects" open="yes"]Fugiat dapibus, tellus ac cursus commodo, mauris sit perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rers.\n[separator top="20" style="none"]\n[checklist icon="plus" iconcolor="light" circle="yes"]\n<ul>\n <li>Fully responsive so content looks great</li>\n <li>Awesome sliders to showcase content</li>\n <li>Amazing shortcodes loaded with options</li>\n</ul>\n[/checklist][/toggle]\n[toggle title="The Highest Accomplishment"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam vols.[/toggle]\n[toggle title="My Work Process"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un velit, sed quia nons. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enisi.[/toggle]\n[toggle title="Off Topic Favorite Things to Do"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam vols.[/toggle]\n[/accordian]\n[/one_half]\n\n\n<!-- this is the title text and recent work shortcode -->\n\n[separator top="55" style="double"]\n<h1 style="text-align: center; font-size: 30px !important;">Here''s The <span style="color: #a0ce4e;">Good Stuff</span>. Some of My Best <span style="color: #a0ce4e;">Work</span> Is Featured Below.</h1>\n<p style="text-align: center; margin-top: -15px;">Yes that''s right, we''ve added over <strong><span style="color: #84b231;">100 new features!</span></strong> New<span style="color: #84b231;"><strong> layouts</strong></span>, <strong><span style="color: #84b231;">short codes</span></strong>, <span style="color: #84b231;"><strong>theme options & more</strong></span>, along with <strong><span style="color: #84b231;">lots of love</span></strong> & a hefty sprinkle of pixie dust!!</p>\n[separator top="60" style="none"]\n\n[recent_works layout="grid" filters="false" columns="3" cat_slug="" number_posts="6" excerpt_words="15"][/recent_works]\n\n\n<!-- this is the tagline boxe -->\n\n[tagline_box backgroundcolor="" shadow="yes" border="1px" bordercolor="" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="Purchase Now" title="Avada is incredibly responsive, with a refreshingly clean design" description="And it has some awesome features, premium sliders, unlimited colors, advanced theme options and so much more!"][/tagline_box]', 'About Me', '', 'publish', 'open', 'closed', '', 'about-me', '', '', '2013-05-24 20:01:55', '2013-05-24 20:01:55', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3678', 0, 'page', '', 0),
|
||
(4204, 1, '2013-04-08 23:16:22', '2013-04-08 23:16:22', '[tagline_box title="We know you will love Avada as much as we do. We put so much time and effort into Avada, and our wonderful users who buy it. But dont take our word for it, just ask our users! Check below to read testimonials from our dedicated users!"][/tagline_box]\n\n[separator top="-15"]\n\n[one_half last="no"]\n[testimonial name="William Genske" gender="male" company="Avada Theme"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.[/testimonial]\n[/one_half]\n\n[one_half last="yes"]\n[testimonial name="Stuartyboy" gender="male" company="Avada Theme"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.[/testimonial]\n[/one_half]\n\n[separator top="10"]\n\n[one_third last="no"]\n[testimonial name="Aajami" gender="male" company="Avada Theme"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.[/testimonial]\n[/one_third]\n\n[one_third last="no"]\n[testimonial name="Lucasgriffin" gender="male" company="Avada Theme"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.[/testimonial]\n[/one_third]\n\n[one_third last="yes"]\n[testimonial name="Gojcus" gender="male" company="Avada Theme"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.[/testimonial]\n[/one_third]\n\n[separator top="20"]\n\n[testimonial name="Strata1" gender="male" company="Avada Theme"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.[/testimonial]\n\n[separator top="85"]\n\n[one_half last="no"]\n\n[testimonial name="Stephanvuuren" gender="male" company="Avada Theme"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.[/testimonial]\n[/one_half]\n\n[one_half last="yes"]\n[testimonial name="Rel1961" gender="male" company="Avada Theme"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.[/testimonial]\n[/one_half]\n\n[separator top="20"]\n\n[one_third last="no"]\n[testimonial name="Martinitgirl" gender="male" company="Avada Theme"]Sed ut perspiciatis unde omnis iste natus ers.[/testimonial]\n[/one_third]\n\n[two_third last="yes"]\n[testimonial name="eMKT" gender="male" company="Avada Theme"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore.[/testimonial]\n[/two_third]\n\n[separator top="20"]\n\n[two_third last="no"]\n[testimonial name="Sarumbear" gender="male" company="Avada Theme"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.[/testimonial]\n[/two_third]\n\n[one_third last="yes"]\n[testimonial name="Die_wonne" gender="male" company="Avada Theme"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.[/testimonial]\n[/one_third]\n\n[separator top="10"]\n\n[one_fourth last="no"]\n[testimonial name="Javed_iqbal" gender="male" company="Avada Theme"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.[/testimonial]\n[/one_fourth]\n\n[one_fourth last="no"]\n[testimonial name="Tobedoit" gender="male" company="Avada Theme"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.[/testimonial]\n[/one_fourth]\n\n[one_fourth last="no"]\n[testimonial name="jvgDesign" gender="male" company="Avada Theme"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.[/testimonial]\n[/one_fourth]\n\n[one_fourth last="yes"]\n[testimonial name="Christobar9" gender="male" company="Avada Theme"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.[/testimonial]\n[/one_fourth]\n\n[separator top="20"]\n\n[testimonial name="kdt784" gender="male" company="Avada Theme"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.[/testimonial]\n\n[separator top="85"]\n\n[one_half last="no"]\n[testimonial name="Jwhosky1" gender="male" company="Avada Theme"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.[/testimonial]\n[/one_half]\n\n[one_half last="yes"]\n[testimonial name="Tashigyaltsen" gender="male" company="Avada Theme"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.[/testimonial]\n[/one_half]\n\n[separator top="20"]\n\n[one_third last="no"]\n[testimonial name="Ferry" gender="male" company="Avada Theme"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.[/testimonial]\n[/one_third]\n\n[one_third last="no"]\n[testimonial name="3elevenmedia" gender="male" company="Avada Theme"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.[/testimonial]\n\n[/one_third]\n\n[one_third last="yes"]\n[testimonial name="Ross Sadler" gender="male" company="Avada Theme"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas. [/testimonial]\n\n[/one_third]\n\n[separator top="40"]\n\n[tagline_box link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226" button="Purchase Now" title="Want to join the club and experience these awesome results our users have had?" description="All you need to do is buy Avada! You will not be disappointed, our theme and service are top of the line! Buy now!"][/tagline_box]', 'User Reviews', '', 'publish', 'open', 'closed', '', 'user-reviews-2', '', '', '2013-04-08 23:16:22', '2013-04-08 23:16:22', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3537', 0, 'page', '', 0),
|
||
(3697, 1, '2013-05-24 20:06:34', '2013-05-24 20:06:34', '[blog number_posts="10" cat_slug="" title="yes" thumbnail="yes" excerpt="yes" excerpt_words="35" meta_all="yes" meta_author="yes" meta_categories="yes" meta_comments="yes" meta_date="yes" meta_link="yes" paging="yes" scrolling="pagination" strip_html="yes" layout="grid"][/blog]', 'Grid', '', 'publish', 'open', 'closed', '', 'grid', '', '', '2013-05-24 20:06:34', '2013-05-24 20:06:34', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3697', 0, 'page', '', 0),
|
||
(3698, 1, '2013-05-24 20:06:42', '2013-05-24 20:06:42', '[blog number_posts="6" cat_slug="" title="yes" thumbnail="yes" excerpt="yes" excerpt_words="35" meta_all="yes" meta_author="yes or no" meta_categories="yes or no" meta_comments="yes or no" meta_date="yes or no" meta_link="yes or no" paging="no" scrolling="infinite" strip_html="yes" layout="timeline"][/blog]', 'Timeline', '', 'publish', 'open', 'closed', '', 'timeline', '', '', '2013-05-24 20:06:42', '2013-05-24 20:06:42', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3698', 0, 'page', '', 0),
|
||
(3699, 1, '2013-05-24 20:06:48', '2013-05-24 20:06:48', '[blog number_posts="6" cat_slug="" title="yes" thumbnail="yes" excerpt="yes" excerpt_words="35" meta_all="yes" meta_author="yes" meta_categories="yes" meta_comments="yes" meta_date="yes" meta_link="yes" paging="no" scrolling="pagination" strip_html="yes" layout="large alternate"][/blog]', 'Large Alternate', '', 'publish', 'open', 'closed', '', 'large-alternate', '', '', '2013-05-24 20:06:48', '2013-05-24 20:06:48', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3699', 0, 'page', '', 0),
|
||
(3700, 1, '2013-05-24 20:06:54', '2013-05-24 20:06:54', '[blog number_posts="6" cat_slug="" title="yes" thumbnail="yes" excerpt="yes" excerpt_words="15" meta_all="yes" meta_author="yes" meta_categories="yes" meta_comments="yes" meta_date="yes" meta_link="yes" paging="yes" scrolling="pagination" strip_html="yes" layout="medium alternate"][/blog]', 'Medium Alternate', '', 'publish', 'open', 'closed', '', 'medium-alternate', '', '', '2013-05-24 20:06:54', '2013-05-24 20:06:54', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3700', 0, 'page', '', 0),
|
||
(3705, 1, '2013-05-24 20:18:58', '2013-05-24 20:18:58', '[tagline_box link="http://themeforest.net/user/ThemeFusion" button="Purchase Now" title="We have 4 different post/page sliders to choose from!" description="And it has some awesome features, premium sliders, unlimited colors, advanced theme options and so much more!"][/tagline_box]\n\n[separator top="20"]\n\n[two_third last="no"][flexslider layout="posts" category="audio"][/flexslider][/two_third]\n[one_third last="yes"]\n[title size="2"]Post Slider With Titles[/title]\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc ac nisl eget metus imperdiet venenatis non at nisi. Nam vitae risus neque, sed egestas sem. Suspendisse tristique, purus et ullamcorper tempor, purus enim scelerisque nisl, eget mollis turpis tellus ac augue. Proin aliquet lorem at magna eleifend molestie. Donec eu malesuada odio. Pellentesque euismod nulla eget lorem fringilla pharetra. In odio leo, interdum nec laoreet sed, tempus sit amet.\n\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>Unlimited use per page</li>\n <li>Auto pulls recent blog posts & titles</li>\n <li>Many parameters to control content & slide</li>\n</ul>\n[/checklist]\n[/one_third]\n\n[separator top="100" style="shadow"]\n[one_third last="no"]\n[title size="2"]Post Slider Excerpt & Titles[/title]\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc ac nisl eget metus imperdiet venenatis non at nisi. Nam vitae risus neque, sed egestas sem. Suspendisse tristique, purus et ullamcorper tempor, purus enim scelerisque nisl, eget mollis turpis tellus ac augue. Proin aliquet lorem at magna eleifend molestie. Donec eu malesuada odio. Pellentesque euismod nulla eget lorem fringilla pharetra. In odio leo, interdum nec laoreet sed, tempus sit amet.\nor.\n\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>Unlimited use per page</li>\n <li>Auto pulls recent blog posts, titles, excerpt</li>\n <li>Many parameters to control content & slide</li>\n</ul>\n[/checklist]\n[/one_third][two_third last="yes"][flexslider layout="posts-with-excerpt" category="audio" excerpt="20"][/flexslider][/two_third]\n\n[separator top="100" style="shadow"]\n[two_third last="no"][flexslider layout="attachments" limit="10"][/flexslider][/two_third]\n[one_third last="yes"]\n[title size="2"]Post Slider With Attachments[/title]\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc ac nisl eget metus imperdiet venenatis non at nisi. Nam vitae risus neque, sed egestas sem. Suspendisse tristique, purus et ullamcorper tempor, purus enim scelerisque nisl, eget mollis turpis tellus ac augue. Proin aliquet lorem at magna eleifend molestie. Donec eu malesuada odio. Pellentesque euismod nulla eget lorem fringilla pharetra.\n\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>Unlimited use per page</li>\n <li>Auto pulls recent blog posts, titles, excerpt</li>\n <li>Many parameters to control content & slide</li>\n</ul>\n[/checklist]\n[/one_third]\n\n[separator top="100" style="shadow"]\n[one_third last="no"]\n[title size="2"]Slider With Images or Videos[/title]\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc ac nisl eget metus imperdiet venenatis non at nisi. Nam vitae risus neque, sed egestas sem. Suspendisse tristique, purus et ullamcorper tempor, purus enim scelerisque nisl, eget mollis turpis tellus ac augue. Proin aliquet lorem at magna eleifend molestie. Donec eu malesuada odio. Pellentesque euismod nulla eget lorem fringilla pharetra.\n\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>Unlimited use per page</li>\n <li>Auto pulls recent blog posts, titles, excerpt</li>\n <li>Many parameters to control content & slide</li>\n</ul>\n[/checklist]\n[/one_third][two_third last="yes"][slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\n[/two_third]', 'Page Post Sliders', '', 'publish', 'open', 'closed', '', 'page-post-sliders', '', '', '2013-05-24 20:18:58', '2013-05-24 20:18:58', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3705', 0, 'page', '', 0),
|
||
(3713, 1, '2013-05-24 20:22:31', '2013-05-24 20:22:31', '[separator top="-55" style="none"]\n[fullwidth backgroundcolor="#f6f6f6" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="10px" paddingBottom="20px"]\n[separator top="0" style="none"]\n<h1 style="text-align: center; font-size: 30px !important;">Avada <span style="color: #a0ce4e;">3.0:</span> Now Includes The Ability For A 100% Width Page</h1>\n<p style="text-align: center; margin-top: -10px;">Yes that''s right, you can now have a <strong><span style="color: #84b231;">100& Full Width Page!</span></strong> Along with the new page template is a <span style="color: #84b231;"><strong>full width shortcode</strong></span> that you can use to contain content, insert background images or use a background color along with awesome scrolling effects. The new layout possibilities are absolutely stunning!</p>\n[/fullwidth]\n[separator top="50" style="none"]\n[one_fourth last="no"]\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\n[/one_fourth]\n[one_fourth last="no"]\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" /></a>\n[/one_fourth]\n[one_fourth last="no"]\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" /></a>\n[/one_fourth]\n[one_fourth last="yes"]\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\n[/one_fourth]', 'Full Width 100%', '', 'publish', 'open', 'closed', '', 'full-width-100', '', '', '2013-05-24 20:22:31', '2013-05-24 20:22:31', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3713', 0, 'page', '', 0),
|
||
(3717, 1, '2013-05-24 20:54:51', '2013-05-24 20:54:51', '[tagline_box backgroundcolor="#fff" shadow="yes" border="1px" bordercolor="#e8e6e6" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="" description="Accordions and Toggles are perfect for adding multiple sections of information with varying content and titles. Accordions are best to use when you want the reader to only see one section at a time, and toggles are best to use when you want the reader to be able to open multiple sections at a time."][/tagline_box]\n\n[one_half last="no"]\n[title size="2"]One Toggle Open At A Time[/title]\n[accordian]\n[toggle title="Our Company Mission"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\n[toggle title="The Avada Philosophy"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\n[toggle title="The Avada Promise"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\n[toggle title="We Can Deliver On Projects"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\n[/accordian]\n[/one_half]\n\n[one_half last="yes"]\n[title size="2"]Multiple Toggles Open At A Time[/title]\n[toggle title="Our Company Mission"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\n[toggle title="The Avada Philosophy"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\n[toggle title="The Avada Promise"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\n[toggle title="We Can Deliver On Projects"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\n[/one_half]\n\n[separator top="55" style="none"]\n\n[title size="2"]Specify A Toggle To Open By Default When The Page Loads[/title]\n[accordian]\n[toggle title="Our Company Mission" open="yes"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.[/toggle]\n[toggle title="The Avada Philosophy"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\n[toggle title="The Avada Promise"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\n[toggle title="We Can Deliver On Projects"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\n[/accordian]\n\n\n[separator top="55" style="none"]\n\n[title size="2"]Features and Customizations[/title]\n\n[one_half last="no"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>You can have unlimited accordions on one page</li>\n <li>Insert images, graphics, or other shortcodes in the text description area</li>\n</ul>\n[/checklist]\n[/one_half]\n\n[one_half last="yes"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>You can have unlimited accordion-items within each set</li>\n <li>You can set a specific toggle to be open by default when the page loads</li>\n</ul>\n[/checklist]\n[/one_half]', 'Accordions & Toggles', '', 'publish', 'open', 'closed', '', 'accordions-toggles', '', '', '2013-05-24 20:54:51', '2013-05-24 20:54:51', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3717', 0, 'page', '', 0),
|
||
(3719, 1, '2013-05-24 20:55:29', '2013-05-24 20:55:29', '[tagline_box backgroundcolor="#fff" shadow="yes" border="1px" bordercolor="#e8e6e6" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="" description="Alert messages can be used throughout the site. There are 4 styles; general, error, success and notice. The messages will close when the ''x'' is clicked. These messages are also integrated into the contact form for users when they submit the form. Use with column shortcodes to control the width."][/tagline_box]\n\n[alert type="general"]General Message. Your Message Goes Here.[/alert]\n[separator top="20" style="none"]\n[alert type="error"]Error Message. Your Message Goes Here.[/alert]\n[separator top="20" style="none"]\n[alert type="success"]Success Message. Your Message Goes Here.[/alert]\n[separator top="20" style="none"]\n[alert type="notice"]Notice Message. Your Message Goes Here.[/alert]\n\n[separator top="65" style=""]\n\n[title size="2"]Use Buttons And Other Shortcodes![/title]\n\n[one_half last="no"]\n[alert type="general"]You can insert buttons or any other shortcodes you wish into the message boxes.<div style="padding-top: 12px;">[button color="e.g. green, darkgreen, orange, blue, red, pink, darkgray, lightgray or leave blank" size="large or small" link="" target=""]Hey! I''m a button![/button]</div>\n\n[/alert]\n[/one_half]\n[one_half last="yes"]\n[alert type="general"]You can insert icons or any other shortcodes you wish into the message box for added content.\n<div style="padding-left: 32px;">[social_links colorscheme="dark" linktarget="" rss="#" facebook="#" twitter="#" dribbble="#" google="#" linkedin="#"]</div>\n[/alert]\n[/one_half]\n[separator top="45" style=""]\n[title size="2"]Features and Customizations[/title]\n\n[one_half last="no"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>Use four different message types; general, error, success, notice</li>\n <li>Can be inserted in any column width to control the size</li>\n</ul>\n[/checklist]\n[/one_half]\n\n[one_half last="yes"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>Use other shortcodes inside the message box</li>\n <li>Unlimited use on any page, and unlimited text message</li>\n</ul>\n[/checklist]\n[/one_half]', 'Alert Messages', '', 'publish', 'open', 'closed', '', 'alert-messages', '', '', '2013-05-24 20:55:29', '2013-05-24 20:55:29', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3719', 0, 'page', '', 0),
|
||
(3721, 1, '2013-05-24 20:55:45', '2013-05-24 20:55:45', '[tagline_box backgroundcolor="#fff" shadow="yes" border="1px" bordercolor="#e8e6e6" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="" description="Avada includes 3 different sets of animated counters; circles, boxes and bars. These are great for displaying varying types of data to your viewers, wether its sales percentages, skill levels, promotional levels or any other numbers."][/tagline_box]\n\n[separator top="20"]\n\n[title size="2"]Animated Counter Circles[/title]\n[counters_circle][counter_circle filledcolor="" unfilledcolor="" value="75"]75%[/counter_circle][counter_circle filledcolor="" unfilledcolor="" value="30"][fontawesome icon="adjust" circle="no" size="large"][/counter_circle][counter_circle filledcolor="" unfilledcolor="" value="70"]7/10[/counter_circle][counter_circle filledcolor="" unfilledcolor="" value="50"]Title[/counter_circle][/counters_circle]\n\n[separator top="70"]\n[title size="2"]Animated Counter Boxes[/title]\n[counters_box][counter_box value="75"]Counter Title Goes Here[/counter_box][counter_box value="55"]Counter Title Goes Here[/counter_box][counter_box value="65"]Counter Title Goes Here[/counter_box][counter_box value="85"]Counter Title Goes Here[/counter_box][/counters_box]\n\n[separator top="70"]\n[title size="2"]Animated Counter Progress Bars[/title]\n[progress percentage="95"]Your Title Here[/progress]\n[progress percentage="80"]Your Title Here[/progress]\n[progress percentage="75"]Your Title Here[/progress]\n[progress percentage="60"]Your Title Here[/progress]\n\n[separator top="70"]\n\n[title size="2"]Features and Customizations[/title]\n\n[one_half last="no"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>3 different styles with nice jQuery animation effects</li>\n <li>Insert custom titles and %''s per item, unlimited use per page</li>\n</ul>\n[/checklist]\n[/one_half]\n\n[one_half last="yes"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>Use %, Icon, Number Scale & Title with the counter circles</li>\n <li>Customize the filled and unfilled colors for circles and boxes</li>\n</ul>\n[/checklist]\n[/one_half]', 'Animated Counters', '', 'publish', 'open', 'closed', '', 'animated-counters', '', '', '2013-05-24 20:55:45', '2013-05-24 20:55:45', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3721', 0, 'page', '', 0),
|
||
(3723, 1, '2013-05-24 20:56:07', '2013-05-24 20:56:07', '[tagline_box backgroundcolor="#fff" shadow="yes" border="1px" bordercolor="#e8e6e6" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="" description="Accordions and Toggles are perfect for adding multiple sections of information with varying content and titles. Accordions are best to use when you want the reader to only see one section at a time, and toggles are best to use when you want the reader to be able to open multiple sections at a time."][/tagline_box]\n\n[title size="2"]Large And Small Buttons[/title]\n[one_fourth]\n[button color="green" size="large" gradient1="" gradient2="" link="" target=""]LARGE BUTTON[/button]\n[/one_fourth]\n\n[one_fourth]\n[button color="darkgreen" size="large" gradient1="" gradient2="" link="" target=""]LARGE BUTTON[/button]\n[/one_fourth]\n\n[one_fourth]\n[button color="orange" size="large" gradient1="" gradient2="" link="" target=""]LARGE BUTTON[/button]\n[/one_fourth]\n\n[one_fourth last="yes"]\n[button color="blue" size="large" gradient1="" gradient2="" link="" target=""]LARGE BUTTON[/button]\n[/one_fourth]\n\n[one_fourth]\n[button color="red" size="large" gradient1="" gradient2="" link="" target=""]LARGE BUTTON[/button]\n[/one_fourth]\n\n[one_fourth]\n[button color="pink" size="large" gradient1="" gradient2="" link="" target=""]LARGE BUTTON[/button]\n[/one_fourth]\n\n[one_fourth]\n[button color="darkgray" size="large" gradient1="" gradient2="" link="" target=""]LARGE BUTTON[/button]\n[/one_fourth]\n\n[one_fourth last="yes"]\n[button color="lightgray" size="large" gradient1="" gradient2="" link="" target=""]LARGE BUTTON[/button]\n[/one_fourth]\n\n[one_fourth]\n[button color="green" size="small" gradient1="" gradient2="" link="" target=""]small BUTTON[/button]\n[/one_fourth]\n\n[one_fourth]\n[button color="darkgreen" size="small" gradient1="" gradient2="" link="" target=""]small BUTTON[/button]\n[/one_fourth]\n\n[one_fourth]\n[button color="orange" size="small" gradient1="" gradient2="" link="" target=""]small BUTTON[/button]\n[/one_fourth]\n\n[one_fourth last="yes"]\n[button color="blue" size="small" gradient1="" gradient2="" link="" target=""]small BUTTON[/button]\n[/one_fourth]\n\n[one_fourth]\n[button color="red" size="small" gradient1="" gradient2="" link="" target=""]small BUTTON[/button]\n[/one_fourth]\n\n[one_fourth]\n[button color="pink" size="small" gradient1="" gradient2="" link="" target=""]small BUTTON[/button]\n[/one_fourth]\n\n[one_fourth]\n[button color="darkgray" size="small" gradient1="" gradient2="" link="" target=""]small BUTTON[/button]\n[/one_fourth]\n\n[one_fourth last="yes"]\n[button color="lightgray" size="small" gradient1="" gradient2="" link="" target=""]small BUTTON[/button]\n[/one_fourth]\n\n[separator top="55" style="none"]\n\n[title size="2"]Dark Social Icons[/title]\n\n[social_links colorscheme="dark" linktarget="#" rss="#" facebook="#" twitter="#" dribbble="#" google="#" linkedin="#" blogger="#" tumblr="#" reddit="#" yahoo="#" deviantart="#" vimeo="#" youtube="#" pinterest="#" digg="#" flickr="#" forrst="#" myspace="#" skype="#"]\n[separator top="55" style="none"]\n[title size="2"]Light Social Icons[/title]\n<div style="background-color: #333333; padding-top: 20px; padding-bottom: 15px; padding-left: 15px;">[social_links colorscheme="light" linktarget="#" rss="#" facebook="#" twitter="#" dribbble="#" google="#" linkedin="#" blogger="#" tumblr="#" reddit="#" yahoo="#" deviantart="#" vimeo="#" youtube="#" pinterest="#" digg="#" flickr="#" forrst="#" myspace="#" skype="#"]</div>\n\n[separator top="55" style="none"]\n\n[title size="2"]Social Share Box For Post Sharing[/title]\n[separator top="-25" style="none"]\n[sharing tagline="Share This Story, Choose Your Platform!" title="Title To Share" link="http://google.com" description="A small description of the page"][/sharing]\n\n\n\n[separator top="65" style="none"]\n\n[title size="2"]Features and Customizations[/title]\n\n[one_half last="no"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>Buttons: 8 Predefined color skins with nice hover effect</li>\n <li>Buttons: Use custom gradients per button, or global theme option</li>\n</ul>\n[/checklist]\n[/one_half]\n\n[one_half last="yes"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>Buttons & Social Icons: Set custom links and link target attribute</li>\n <li>Social Share Box: Customize tagline, insert title and link</li>\n</ul>\n[/checklist]\n[/one_half]', 'Buttons & Social Icons', '', 'publish', 'open', 'closed', '', 'buttons-social-icons', '', '', '2013-05-24 20:56:07', '2013-05-24 20:56:07', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3723', 0, 'page', '', 0),
|
||
(3725, 1, '2013-05-24 20:56:23', '2013-05-24 20:56:23', '[tagline_box backgroundcolor="#fff" shadow="yes" border="1px" bordercolor="#e8e6e6" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="" description="Avada comes with several carousel sliders to display your images. Recent Work works directly with your portfolio posts, Client Carousel is used to display client logos or images, and the Image Carousel is perfect for random images that need to be displayed on your site. "][/tagline_box]\n\n[separator top="20"]\n\n[title size="2"]Recent Work Carousel[/title]\n[recent_works][/recent_works]\n\n[separator top="30" style="single"]\n[one_third last="no"]\n<h3>Use Carousels With Columns</h3>\nThe recent work carousel can be used inside of column shortcodes to control the size. By default it will display all categories of portfolio posts. Users can specify that only a specific category is displayed instead of all categories, which gives you full control over what posts are seen by viewers.[/one_third]\n\n[two_third last="yes"][separator top="25" style="none"][recent_works][/recent_works][/two_third]\n\n[separator top="50"]\n\n[title size="2"]Client Carousel[/title]\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\n\n[separator top="30" style="single"]\n[one_third last="no"]\n<h3>Use Carousels With Columns</h3>\nThe client logo carousel can be used in column shortcodes. And its perfect to display client logos that link directly to projects on your site, or to an external page. There is also a "linktarget" attribute that allows you to select how the link will open.[/one_third]\n\n[two_third last="yes"][separator top="25" style="none"][clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients][/two_third]\n\n\n[separator top="50"]\n\n[title size="2"]Image Carousel[/title]\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg"][/clients]\n\n[separator top="30" style="single"]\n[one_third last="no"]\n<h3>Use Carousels With Columns</h3>\nThe client logo carousel can be used in column shortcodes. And its perfect to display client logos that link directly to projects on your site, or to an external page. There is also a "linktarget" attribute that allows you to select how the link will open.[/one_third]\n\n[two_third last="yes"][separator top="25" style="none"][clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg"][/clients]\n[/two_third]\n\n[separator top="40"]\n\n[title size="2"]Features and Customizations[/title]\n\n[one_half last="no"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>Unlimited use and items per carousel and per page</li>\n <li>Specify a specific category to display in recent work carousel</li>\n</ul>\n[/checklist]\n[/one_half]\n\n[one_half last="yes"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>Use with column shortcodes to control the width</li>\n <li>Set the link target attribute to control how the link opens</li>\n</ul>\n[/checklist]\n[/one_half]', 'Carousel Sliders', '', 'publish', 'open', 'closed', '', 'carousel-sliders', '', '', '2013-05-24 20:56:23', '2013-05-24 20:56:23', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3725', 0, 'page', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(3727, 1, '2013-05-24 20:56:37', '2013-05-24 20:56:37', '[tagline_box backgroundcolor="#fff" shadow="yes" border="1px" bordercolor="#e8e6e6" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="" description="Avada includes 4 design options for content boxes. Each one has been carefully designed and includes font awesome or image icon integration. You can use each set with either 1-4 column and it will adjust accordingly. You can set the icon color, circle color, circle border and background color for icon-boxed style."][/tagline_box]\n\n[separator top="20"]\n[title size="2"]Choose From 4 Different Design Styles[/title][separator top="80"]\n[content_boxes layout="icon-with-title" iconcolor="#ffffff" circlecolor="#333333" circlebordercolor="#333333" backgroundcolor="transparent"]\n[content_box title="Fully Responsive" image="" icon="tablet" link="http://themeforest.net/user/ThemeFusionhttp://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada is fully responsive and can adapt to any screen size. Try resizing your browser window to see it adapt![/content_box]\n[content_box title="Awesome Sliders" image="" icon="random" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada includes the awesome Layer Parallax Slider as well as the popular FlexSlider2. Both are easy to use![/content_box]\n[content_box title="Unlimited Colors" image="" icon="tint" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]We included a backend color picker for unlimited color options. Anything can be changed, including gradients![/content_box]\n[content_box last="yes" title="Google Fonts" image="" icon="text-width" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada loves fonts, choose from over 500+ Google Fonts. You can change all headings & body copy with ease![/content_box]\n[/content_boxes]\n\n[separator top="80" style="shadow"]\n[content_boxes layout="icon-on-top" iconcolor="#333333" circlecolor="#fff" circlebordercolor="#333333" backgroundcolor="transparent"]\n[content_box title="Fully Responsive" image="" icon="tablet" link="http://themeforest.net/user/ThemeFusionhttp://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada is fully responsive and can adapt to any screen size. Try resizing your browser window to see it adapt![/content_box]\n[content_box title="Awesome Sliders" image="" icon="random" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada includes the awesome Layer Parallax Slider as well as the popular FlexSlider2. Both are easy to use![/content_box]\n[content_box title="Unlimited Colors" image="" icon="tint" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]We included a backend color picker for unlimited color options. Anything can be changed, including gradients![/content_box]\n[content_box last="yes" title="Google Fonts" image="" icon="text-width" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada loves fonts, choose from over 500+ Google Fonts. You can change all headings & body copy with ease![/content_box]\n[/content_boxes]\n\n[separator top="80" style="shadow"]\n[content_boxes layout="icon-on-side" iconcolor="#ffffff" circlecolor="#333333" circlebordercolor="#333333" backgroundcolor="transparent"]\n[content_box title="Fully Responsive" image="" icon="tablet" link="http://themeforest.net/user/ThemeFusionhttp://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada is fully responsive and can adapt to any screen size. Try resizing your browser window to see it adapt![/content_box]\n[content_box title="Awesome Sliders" image="" icon="random" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada includes the awesome Layer Parallax Slider as well as the popular FlexSlider2. Both are easy to use![/content_box]\n[content_box title="Unlimited Colors" image="" icon="tint" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]We included a backend color picker for unlimited color options. Anything can be changed, including gradients![/content_box]\n[content_box last="yes" title="Google Fonts" image="" icon="text-width" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada loves fonts, choose from over 500+ Google Fonts. You can change all headings & body copy with ease![/content_box]\n[/content_boxes]\n\n[separator top="105" style="shadow"]\n[content_boxes layout="icon-boxed" iconcolor="#333333" circlecolor="#ffffff" circlebordercolor="#333333" backgroundcolor="#f6f6f6"]\n[content_box title="Fully Responsive" image="" icon="tablet" link="http://themeforest.net/user/ThemeFusionhttp://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada is fully responsive and can adapt to any screen size. Try resizing your browser window to see it adapt![/content_box]\n[content_box title="Awesome Sliders" image="" icon="random" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada includes the awesome Layer Parallax Slider as well as the popular FlexSlider2. Both are easy to use![/content_box]\n[content_box title="Unlimited Colors" image="" icon="tint" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]We included a backend color picker for unlimited color options. Anything can be changed, including gradients![/content_box]\n[content_box last="yes" title="Google Fonts" image="" icon="text-width" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada loves fonts, choose from over 500+ Google Fonts. You can change all headings & body copy with ease![/content_box]\n[/content_boxes]\n\n[separator top="60"]\n[title size="2"]Use Them With 1-4 Columns[/title][separator top="80"]\n[content_boxes layout="icon-boxed" iconcolor="#333333" circlecolor="#ffffff" circlebordercolor="#333333" backgroundcolor="#f6f6f6"]\n[content_box title="Fully Responsive" image="" icon="tablet" link="http://themeforest.net/user/ThemeFusionhttp://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada is fully responsive and can adapt to any screen size. Try resizing your browser window to see it adapt![/content_box]\n[content_box title="Awesome Sliders" image="" icon="random" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada includes the awesome Layer Parallax Slider as well as the popular FlexSlider2. Both are easy to use![/content_box]\n[content_box title="Unlimited Colors" image="" icon="tint" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]We included a backend color picker for unlimited color options. Anything can be changed, including gradients![/content_box]\n[content_box last="yes" title="Google Fonts" image="" icon="text-width" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada loves fonts, choose from over 500+ Google Fonts. You can change all headings & body copy with ease![/content_box]\n[/content_boxes]\n\n[separator top="40"]\n\n[content_boxes layout="icon-boxed" iconcolor="#333333" circlecolor="#ffffff" circlebordercolor="#333333" backgroundcolor="#f6f6f6"]\n[content_box title="Fully Responsive" image="" icon="tablet" link="http://themeforest.net/user/ThemeFusionhttp://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada is fully responsive and can adapt to any screen size. Try resizing your browser window to see it adapt![/content_box]\n[content_box title="Awesome Sliders" image="" icon="random" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada includes the awesome Layer Parallax Slider as well as the popular FlexSlider2. Both are easy to use![/content_box]\n[content_box title="Unlimited Colors" image="" icon="tint" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]We included a backend color picker for unlimited color options. Anything can be changed, including gradients![/content_box]\n[/content_boxes]\n\n[separator top="40"]\n[content_boxes layout="icon-boxed" iconcolor="#333333" circlecolor="#ffffff" circlebordercolor="#333333" backgroundcolor="#f6f6f6"]\n[content_box title="Fully Responsive" image="" icon="tablet" link="http://themeforest.net/user/ThemeFusionhttp://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada is fully responsive and can adapt to any screen size. Try resizing your browser window to see it adapt![/content_box]\n[content_box title="Awesome Sliders" image="" icon="random" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada includes the awesome Layer Parallax Slider as well as the popular FlexSlider2. Both are easy to use![/content_box]\n[/content_boxes]\n\n[separator top="40"]\n[content_boxes layout="icon-boxed" iconcolor="#333333" circlecolor="#ffffff" circlebordercolor="#333333" backgroundcolor="#f6f6f6"]\n[content_box title="Fully Responsive" image="" icon="tablet" link="http://themeforest.net/user/ThemeFusionhttp://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada is fully responsive and can adapt to any screen size. Try resizing your browser window to see it adapt![/content_box]\n[/content_boxes]\n\n[separator top="65"]\n\n[title size="2"]Features and Customizations[/title]\n\n[one_half last="no"]\n[checklist icon="check" iconcolor="" circle="yes"]\n<ul>\n <li>Four beautiful and clean designs to choose from</li>\n <li>Use each set with either 1-4 items per column</li>\n <li>Use font awesome icons or your own image icons with each style</li>\n</ul>\n[/checklist]\n[/one_half]\n\n[one_half last="yes"]\n[checklist icon="check" iconcolor="" circle="yes"]\n<ul>\n <li>Easily specify the icon color, circle color and circle border color</li>\n <li>Specify the background color for the icon-boxed style</li>\n <li>Custom link per item, custom link target, or remove the "Learn More" link</li>\n</ul>\n[/checklist]\n[/one_half]', 'Content Boxes', '', 'publish', 'open', 'closed', '', 'content-boxes', '', '', '2013-05-24 20:56:37', '2013-05-24 20:56:37', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3727', 0, 'page', '', 0),
|
||
(3729, 1, '2013-05-24 20:56:50', '2013-05-24 20:56:50', '[tagline_box backgroundcolor="#fff" shadow="yes" border="1px" bordercolor="#e8e6e6" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="" description="Avada includes five different divider lines; single, double, dotted, dashed and shadow. They are perfect to use to break up content and draw the users eye to the next section. Each divider short code also has a spacer element included that allows you to adjust the spacing to obtain more or less around the divider. "][/tagline_box]\n\n[title size="2"]5 Divider Styles[/title]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum eros ipsum, facilisis eget scelerisque non, fermentum at tellus. Etiam eleifend nibh quis eros gravida luctus. Vestibulum et velit tellus. Maecenas at fermentum dui. Nam metus nisl, volutpat id faucibus non, auctor at lectus. Nulla elementum, tortor non ornare feugiat, sapien nulla commodo velit, eget ultrices mauris nisi vitae ipsum. Ut vel dolor vel lacus venenatis egestas eget vel ante. Sed id mi turpis, sed ultrices orci ulla ids.\n\n[separator top="40" style="shadow"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum eros ipsum, facilisis eget scelerisque non, fermentum at tellus. Etiam eleifend nibh quis eros gravida luctus. Vestibulum et velit tellus. Maecenas at fermentum dui. Nam metus nisl, volutpat id faucibus non, auctor at lectus. Nulla elementum, tortor non ornare feugiat, sapien nulla commodo velit, eget ultrices mauris nisi vitae ipsum. Ut vel dolor vel lacus venenatis egestas eget vel ante. Sed id mi turpis, sed ultrices orci ulla ids.\n\n[separator top="40" style="double"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum eros ipsum, facilisis eget scelerisque non, fermentum at tellus. Etiam eleifend nibh quis eros gravida luctus. Vestibulum et velit tellus. Maecenas at fermentum dui. Nam metus nisl, volutpat id faucibus non, auctor at lectus. Nulla elementum, tortor non ornare feugiat, sapien nulla commodo velit, eget ultrices mauris nisi vitae ipsum. Ut vel dolor vel lacus venenatis egestas eget vel ante. Sed id mi turpis, sed ultrices orci ulla ids.\n\n[separator top="40" style="single"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum eros ipsum, facilisis eget scelerisque non, fermentum at tellus. Etiam eleifend nibh quis eros gravida luctus. Vestibulum et velit tellus. Maecenas at fermentum dui. Nam metus nisl, volutpat id faucibus non, auctor at lectus. Nulla elementum, tortor non ornare feugiat, sapien nulla commodo velit, eget ultrices mauris nisi vitae ipsum. Ut vel dolor vel lacus venenatis egestas eget vel ante. Sed id mi turpis, sed ultrices orci ulla ids.\n\n[separator top="40" style="dashed"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum eros ipsum, facilisis eget scelerisque non, fermentum at tellus. Etiam eleifend nibh quis eros gravida luctus. Vestibulum et velit tellus. Maecenas at fermentum dui. Nam metus nisl, volutpat id faucibus non, auctor at lectus. Nulla elementum, tortor non ornare feugiat, sapien nulla commodo velit, eget ultrices mauris nisi vitae ipsum. Ut vel dolor vel lacus venenatis egestas eget vel ante. Sed id mi turpis, sed ultrices orci ulla ids.\n\n[separator top="40" style="dotted"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum eros ipsum, facilisis eget scelerisque non, fermentum at tellus. Etiam eleifend nibh quis eros gravida luctus. Vestibulum et velit tellus. Maecenas at fermentum dui. Nam metus nisl, volutpat id faucibus non, auctor at lectus. Nulla elementum, tortor non ornare feugiat, sapien nulla commodo velit, eget ultrices mauris nisi vitae ipsum. Ut vel dolor vel lacus venenatis egestas eget vel ante. Sed id mi turpis, sed ultrices orci ulla ids.\n[separator top="65" style="none"]\n\n[title size="2"]Features and Customizations[/title]\n\n[one_half last="no"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>You can choose from five different divider styles</li>\n <li>Single, Double, Dotted, Dashed and Shadow</li>\n</ul>\n[/checklist]\n[/one_half]\n\n[one_half last="yes"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>Spacer element is included in the short code to obtain more or less space</li>\n <li>You can use "none" to not show a divider and only use it for spacing</li>\n</ul>\n[/checklist]\n[/one_half]', 'Dividers', '', 'publish', 'open', 'closed', '', 'dividers', '', '', '2013-05-24 20:56:50', '2013-05-24 20:56:50', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3729', 0, 'page', '', 0),
|
||
(3731, 1, '2013-05-24 20:57:15', '2013-05-24 20:57:15', '[tagline_box backgroundcolor="#fff" shadow="yes" border="1px" bordercolor="#e8e6e6" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="" description="Font Awesome Icons are incredibly awesome. Avada has them built right into the theme so you can use any of the 300+ icons. Each one comes in 3 sizes and can be used with or without a circle and every one is 100% full vector so they look incredibly sharp and are retina-ready!"][/tagline_box]\n\n[title size="2"]Avada Includes Font Awesome, 300+ Icon Set![/title]\n<div class="clearfix">[fontawesome icon="tablet" circle="yes" size="large"][fontawesome icon="beaker" circle="yes" size="large"][fontawesome icon="magic" circle="yes" size="large"][fontawesome icon="book" circle="yes" size="large"][fontawesome icon="cloud" circle="yes" size="large"][fontawesome icon="comments-alt" circle="yes" size="large"][fontawesome icon="random" circle="yes" size="large"][fontawesome icon="thumbs-up" circle="yes" size="large"][fontawesome icon="umbrella" circle="yes" size="large"][fontawesome icon="laptop" circle="yes" size="large"][fontawesome icon="key" circle="yes" size="large"]</div>\n[separator top="75" style="none"]\n\n[one_third last="no"]\n[title size="2"]Large Icons[/title]\n[fontawesome icon="stethoscope" circle="yes" size="large"][fontawesome icon="picture" circle="yes" size="large"][fontawesome icon="sitemap" circle="yes" size="large"]\n[/one_third]\n\n[one_third last="no"]\n[title size="2"]Medium Icons[/title]\n[fontawesome icon="magnet" circle="yes" size="medium"][fontawesome icon="asterisk" circle="yes" size="medium"][fontawesome icon="bar-chart" circle="yes" size="medium"][fontawesome icon="beer" circle="yes" size="medium"][fontawesome icon="bell" circle="yes" size="medium"][fontawesome icon="bookmark" circle="yes" size="medium"][fontawesome icon="fighter-jet" circle="yes" size="medium"][fontawesome icon="cloud-upload" circle="yes" size="medium"][fontawesome icon="credit-card" circle="yes" size="medium"][fontawesome icon="mobile-phone" circle="yes" size="medium"][fontawesome icon="edit" circle="yes" size="medium"][fontawesome icon="legal" circle="yes" size="medium"]\n[/one_third]\n\n[one_third last="yes"]\n[title size="2"]Small Icons[/title]\n[fontawesome icon="wrench" circle="yes" size="small"][fontawesome icon="save" circle="yes" size="small"][fontawesome icon="user" circle="yes" size="small"][fontawesome icon="columns" circle="yes" size="small"][fontawesome icon="upload" circle="yes" size="small"][fontawesome icon="file" circle="yes" size="small"][fontawesome icon="tint" circle="yes" size="small"][fontawesome icon="envelope" circle="yes" size="small"][fontawesome icon="link" circle="yes" size="small"][fontawesome icon="eye-open" circle="yes" size="small"][fontawesome icon="thumbs-up" circle="yes" size="small"][fontawesome icon="coffee" circle="yes" size="small"][fontawesome icon="tasks" circle="yes" size="small"][fontawesome icon="check-empty" circle="yes" size="small"][fontawesome icon="tag" circle="yes" size="small"][fontawesome icon="gift" circle="yes" size="small"][fontawesome icon="spinner" circle="yes" size="small"][fontawesome icon="pushpin" circle="yes" size="small"][fontawesome icon="move" circle="yes" size="small"][fontawesome icon="headphones" circle="yes" size="small"][fontawesome icon="music" circle="yes" size="small"][fontawesome icon="heart-empty" circle="yes" size="small"][fontawesome icon="ok" circle="yes" size="small"][fontawesome icon="remove" circle="yes" size="small"][fontawesome icon="pencil" circle="yes" size="small"][fontawesome icon="minus" circle="yes" size="small"][fontawesome icon="phone" circle="yes" size="small"][fontawesome icon="refresh" circle="yes" size="small"][fontawesome icon="plus" circle="yes" size="small"][fontawesome icon="font" circle="yes" size="small"][fontawesome icon="star-empty" circle="yes" size="small"][fontawesome icon="rocket" circle="yes" size="small"][fontawesome icon="bullseye" circle="yes" size="small"][fontawesome icon="smile" circle="yes" size="small"][fontawesome icon="code" circle="yes" size="small"][fontawesome icon="shield" circle="yes" size="small"]\n[/one_third]\n\n[separator top="45" style="none"]\n\n[title size="2"]Use them With or Without Circles[/title]\n<div class="clearfix">[fontawesome icon="desktop" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="fire" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="film" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="gift" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="check" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="cog" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="leaf" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="dashboard" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="lock" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="user" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="flag" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="bolt" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="smile" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="lightbulb" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="signal" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="truck" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="screenshot" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="time" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="camera-retro" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="print" circle="no" size="large" iconcolor="#9a9a9a"]</div>\n\n[separator top="80" style="none"]\n\n[title size="2"]Easily Control The Circle Color, Icon Color & Border Color[/title]\n<div class="clearfix">\n[fontawesome icon="tablet" circle="yes" size="large" iconcolor="#ffffff" circlecolor="#a0ce4e" circlebordercolor="#54770f"]\n[fontawesome icon="beaker" circle="yes" size="large" iconcolor="#ffffff" circlecolor="#398cd2" circlebordercolor="#398cd2"]\n[fontawesome icon="magic" circle="yes" size="large" iconcolor="#e27d3a" circlecolor="#ffffff" circlebordercolor="#e27d3a"]\n[fontawesome icon="cloud" circle="yes" size="large" iconcolor="#ffffff" circlecolor="#b83e2a" circlebordercolor="#b83e2a"]\n[fontawesome icon="book" circle="yes" size="large" iconcolor="#5c5d5c" circlecolor="#b1b1b1" circlebordercolor="#5c5d5c"]\n[fontawesome icon="comments-alt" circle="yes" size="large" iconcolor="#ffffff" circlecolor="#96947a" circlebordercolor="#96947a"]\n[fontawesome icon="random" circle="yes" size="large" iconcolor="#24469b" circlecolor="#ffffff" circlebordercolor="#24469b"]\n[fontawesome icon="thumbs-up" circle="yes" size="large" iconcolor="#ffffff" circlecolor="#6b5694" circlebordercolor="#6b5694"]\n[fontawesome icon="umbrella" circle="yes" size="large" iconcolor="#74a37b" circlecolor="#4f7a55" circlebordercolor="#4f7a55"]\n[fontawesome icon="laptop" circle="yes" size="large" iconcolor="#ffffff" circlecolor="#98a7c5" circlebordercolor="#98a7c5"]\n[fontawesome icon="key" circle="yes" size="large" iconcolor="#333333" circlecolor="#ffffff" circlebordercolor="#333333"]</div>', 'Font Awesome', '', 'publish', 'open', 'closed', '', 'font-awesome', '', '', '2013-05-24 20:57:15', '2013-05-24 20:57:15', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3731', 0, 'page', '', 0),
|
||
(3733, 1, '2013-05-24 20:57:42', '2013-05-24 20:57:42', '[fullwidth backgroundcolor="#ffffff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="0px" bordercolor="#f6f6f6" paddingTop="0px" paddingBottom="0px"]\n[tagline_box backgroundcolor="#fff" shadow="yes" border="1px" bordercolor="#e8e6e6" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="" description="Avada now includes a full width 100% page template. Using this you can use full width sections that span the entire width of your browser window, or keep content contained inside the 960px width. Use background images, borders, colors, padding, positioning and more with the shortcode"][/tagline_box]\n[/fullwidth]\n\n[separator top="-10" style="none"]\n\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11.jpg" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="0px" bordercolor="#f6f6f6" paddingTop="30px" paddingBottom="20px"]\n<h1 style="text-align: center; font-size: 32px !important;">Avada <span style="color: #a0ce4e;">3.0:</span> Now With Full Width Page Templates & Sections</h1>\n<p style="text-align: center;">Yes that''s right, we''ve added over <strong><span style="color: #84b231;">100 new features!</span></strong> New<span style="color: #84b231;"><strong> layouts</strong></span>, <strong><span style="color: #84b231;">short codes</span></strong>, <span style="color: #84b231;"><strong>theme options & more</strong></span>, along with <strong><span style="color: #84b231;">lots of love</span></strong> & a hefty sprinkle of pixie dust!</p>\n[separator top="50" style="shadow"]\n[separator top="80" style="none"]\n[content_boxes layout="icon-boxed" iconcolor="#ffffff" circlecolor="#333333" circlebordercolor="#333333" backgroundcolor="#f6f6f6"]\n[content_box title="Beautifully Simplistic" icon="tablet" image="" link="http://themeforest.net/user/ThemeFusion" linktarget="" linktext=""]If you''re a code nerd or a Word Press newbie, Avada is for you.<strong><span style="color: #84b231;"> It''s built for everyone</span></strong>, and can be as simple or complex as you want. [/content_box]\n[content_box title="Free Support & Updates" icon="magic" image="" link="http://themeforest.net/user/ThemeFusion" linktarget="" linktext=""] We truly care about our users and our end product. <strong><span style="color: #84b231;">Our users love Avada</span></strong>, and you will too with free updates & incredible support.[/content_box]\n[content_box title="Blissful Layout Options " icon="thumbs-up" image="" link="http://themeforest.net/user/ThemeFusion" linktarget="" linktext=""]Avada includes so many different options and designs. Users are able to make <strong><span style="color: #84b231;">amazingly cool layouts</span></strong> with the tools we provide.[/content_box]\n[/content_boxes]\n[separator top="65" style="none"]\n[content_boxes layout="icon-boxed" iconcolor="#ffffff" circlecolor="#333333" circlebordercolor="#333333" backgroundcolor="#f6f6f6"]\n[content_box title="Beautifully Simplistic" icon="tablet" image="" link="http://themeforest.net/user/ThemeFusion" linktarget="" linktext=""]If you''re a code nerd or a Word Press newbie, Avada is for you.<strong><span style="color: #84b231;"> It''s built for everyone</span></strong>, and can be as simple or complex as you want. [/content_box]\n[content_box title="Free Support & Updates" icon="magic" image="" link="http://themeforest.net/user/ThemeFusion" linktarget="" linktext=""] We truly care about our users and our end product. <strong><span style="color: #84b231;">Our users love Avada</span></strong>, and you will too with free updates & incredible support.[/content_box]\n[content_box title="Blissful Layout Options " icon="thumbs-up" image="" link="http://themeforest.net/user/ThemeFusion" linktarget="" linktext=""]Avada includes so many different options and designs. Users are able to make <strong><span style="color: #84b231;">amazingly cool layouts</span></strong> with the tools we provide.[/content_box]\n[/content_boxes]\n[/fullwidth]\n\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="50px" paddingBottom="20px"]\n[three_fourth last="no"]\n[title size="2"]We Are Here To Serve You[/title]\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui.\n\nRatione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla.\n[/three_fourth]\n\n[one_fourth last="yes"]\n[title size="2"]Our Crazy Skills[/title]\n<div id="progress-bars">[progress percentage="90"]Web Design[/progress][progress percentage="95"]HTML/CSS[/progress][progress percentage="85"]Graphic Design[/progress][progress percentage="75"]WordPress[/progress]</div>\n[/one_fourth]\n[/fullwidth]\n\n[fullwidth backgroundcolor="#f6f6f6" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#eae9e9" paddingTop="50px" paddingBottom="0px"]\n[one_half last="no"]\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\n[/one_half]\n[one_half last="yes"]\n[title size="2"]This Is A Full Width Section, Pretty Cool Heh?[/title]\n[checklist icon="star" iconcolor="dark" circle="no"]\n<ul>\n <li>Fully responsive so your content will always look good on any screen size</li>\n <li>Awesome sliders give you the opportunity to showcase your content</li>\n <li>Advanced theme options panel to easily customize your website</li>\n <li>Multiple layout options for home pages, portfolio and blog section</li>\n <li>Amazing shortcodes loaded with meta options for easy customization</li>\n <li>We offer free support because we care about your site as much as you.</li>\n</ul>\n[/checklist]\n[/one_half]\n[/fullwidth]\n\n[separator top="-15" style="none"]\n\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="50px" paddingBottom="0px"]\n[title size="2"]Features and Customizations[/title]\n\n[one_half last="no"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>Full With 100% page template and section</li>\n <li>Used in conjunction with one another to create beautiful layouts</li>\n</ul>\n[/checklist]\n[/one_half]\n\n[one_half last="yes"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>Use as many full width sections as you need on one page</li>\n <li>Change the background image, color, border-size & color, padding, postion</li>\n</ul>\n[/checklist]\n[/one_half]\n[/fullwidth]', 'Full Width Section', '', 'publish', 'open', 'closed', '', 'full-width-section', '', '', '2013-05-24 20:57:42', '2013-05-24 20:57:42', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3733', 0, 'page', '', 0),
|
||
(3735, 1, '2013-05-24 20:57:55', '2013-05-24 20:57:55', '[tagline_box backgroundcolor="#fff" shadow="yes" border="1px" bordercolor="#e8e6e6" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="" description="Avada''s google map shortocde is very versatile. Choose from 4 map styles; terrain, roadmap, hybrid, satellite. Use multiple map markers, insert custom width and height and also control many display/funtion options like zoom control, mouse wheel control, zoom level and scale"][/tagline_box]\n\n[separator top="20"]\n\n[map address="new york city, ny | 579 Allen Road Basking Ridge, NJ 07920 | Mount Arlington, NJ 07856" type="roadmap" width="100%" height="425px" zoom="8" scrollwheel="true" scale="true" zoom_pancontrol="true"][/map]\n\n[separator top="65"]\n\n[one_half last="no"]\n[title size="2"]Google Map Roadmap[/title]\n[map address="new york city, ny" type="roadmap" width="100%" height="300px" zoom="8" scrollwheel="true" scale="true" zoom_pancontrol="true"][/map]\n[/one_half]\n\n[one_half last="yes"]\n[title size="2"]Google Map Satellite[/title]\n[map address="new york city, ny" type="satellite" width="100%" height="300px" zoom="8" scrollwheel="true" scale="true" zoom_pancontrol="true"][/map]\n[/one_half]\n\n[separator top="40"]\n\n[one_half last="no"]\n[title size="2"]Google Map Hybrid[/title]\n[map address="new york city, ny" type="hybrid" width="100%" height="300px" zoom="8" scrollwheel="true" scale="true" zoom_pancontrol="true"][/map]\n[/one_half]\n\n[one_half last="yes"]\n[title size="2"]Google Map Terrain[/title]\n[map address="new york city, ny" type="terrain" width="100%" height="300px" zoom="8" scrollwheel="true" scale="true" zoom_pancontrol="true"][/map]\n[/one_half]\n\n[separator top="55"]\n\n[title size="2"]Features and Customizations[/title]\n\n[one_half last="no"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>4 different map styles; roadmap, terrain, satellite, hybrid</li>\n <li>Unlimited use per page, use with column shortcodes</li>\n</ul>\n[/checklist]\n[/one_half]\n\n[one_half last="yes"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>Multiple customizations available within the shortcode</li>\n <li>Set width, height, zoom level, scrollwheel, scale, zoom & pan & more</li>\n</ul>\n[/checklist]\n[/one_half]', 'Google Maps', '', 'publish', 'open', 'closed', '', 'google-maps', '', '', '2013-05-24 20:57:55', '2013-05-24 20:57:55', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3735', 0, 'page', '', 0),
|
||
(3737, 1, '2013-05-24 20:58:09', '2013-05-24 20:58:09', '[tagline_box backgroundcolor="#fff" shadow="yes" border="1px" bordercolor="#e8e6e6" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="" description="Avada includes four styles of image frames to help your images stand out. Choose from border, glow, dropshhdow and bottom shadow. Choose the border size and color, and style color for glow and dropshadow styles. These subtle effects will help your images look great!"][/tagline_box]\n\n[separator top="20"]\n[one_half last="no"]\n[imageframe style="border" bordercolor="#f6f6f6" bordersize="6px" stylecolor="#ffffff" align=""]<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/blog_51.jpg"><img class="alignnone size-full wp-image-3545" alt="blog_opt_3" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/blog_51.jpg" /></a>[/imageframe]\n[/one_half]\n\n[one_half last="yes"]\n[imageframe style="glow" bordercolor="#f6f6f6" bordersize="6px" stylecolor="#000" align=""]<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/blog_51.jpg"><img class="alignnone size-full wp-image-3545" alt="blog_opt_3" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/blog_51.jpg" /></a>[/imageframe]\n[/one_half]\n\n[separator top="40" style="none"]\n[one_half last="no"]\n[imageframe style="dropshadow" bordercolor="#3e3e3e" bordersize="0px" stylecolor="#000" align=""]<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/blog_51.jpg"><img class="alignnone size-full wp-image-3545" alt="blog_opt_3" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/blog_51.jpg" /></a>[/imageframe][/one_half]\n\n[one_half last="yes"]\n[imageframe style="bottomshadow" bordercolor="#d1d1d1" bordersize="0px" stylecolor="#ffffff" align=""]<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/blog_51.jpg"><img class="alignnone size-full wp-image-3545" alt="blog_opt_3" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/blog_51.jpg" /></a>[/imageframe][/one_half]\n\n[separator top="60"]\n[title size="2"]Image Frames Look Great Aligned With Content[/title]\n[imageframe style="bottomshadow" bordercolor="#ffffff" bordersize="10px" stylecolor="#ffffff" align="left"]<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/blog_51.jpg"><img class="alignnone size-full wp-image-3545" alt="blog_opt_3" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/blog_51.jpg" width="300 height="171" /></a>[/imageframe]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer ac augue est, non porta lectus. Aenean scelerisque tellus sit amet sem fringilla sed pellentesque purus dapibus. Phasellus elementum pharetra justo, ac iaculis mauris consectetur sit amet. Proin venenatis semper nulla vitae molestie. Praesent pharetra erat lorem, dignissim auctor mi. Vivamus fringilla ultrices luctus. Donec sit amet libero sit amet arcu laoreet lacinia. Aenean vitae est neque. Morbi tempus mauris ut nibh malesuada mattis. Suspendisse a tellus eget dolor ornare blandit. Phasellus porta dictum ligula ac porttitor. Nunc ut ante sit amet dolor rutrum feugiat non vel mi. Vivamus urna velit, convallis non porta vel, feugiat in urna. Praesent rutrum felis a turpis luctus ut accumsan sem facilisis. Mauris at mi in nibh posuere molestie. Vivamus quis ante nec dolor fermentum sagittis. Ut aliquet eleifend nunc, eu pretium magna eleifend non. Nullam et orci eros. Sed tempor lectus id arcu consequat faucibus. Fusce et quam eros. Mauris non nunc at orci.\n\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Phasellus sodales pulvinar gravida. Aenean egestas accumsan porttitor. Sed ante odio, tincidunt ultrices congue sit amet.\n\n[imageframe style="bottomshadow" bordercolor="#ffffff" bordersize="10px" stylecolor="#ffffff" align="right"]<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/blog_51.jpg"><img class="alignnone size-full wp-image-3545" alt="blog_opt_3" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/blog_51.jpg" width="300 height="171" /></a>[/imageframe]\n\nCurabitur lacinia faucibus est, quis consectetur nibh luctus non. Praesent condimentum sodales erat nec tristique. Suspendisse id tincidunt arcu. Nunc consequat ante vel nulla sodales porttitor. Morbi commodo nisl scelerisque mauris ornare nec fringilla lacus vulputate. Quisque scelerisque feugiat purus vitae bibendum. Etiam rutrum justo eget velit mollis suscipit. Aliquam vitae orci libero, eget sollicitudin eros. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer ac augue est, non porta lectus. Aenean scelerisque tellus sit amet sem fringilla sed pellentesque purus dapibus. Phasellus elementum pharetra justo, ac iaculis mauris consectetur sit amet. Proin venenatis semper nulla vitae molestie. Praesent pharetra erat lorem, dignissim auctor mi. Vivamus fringilla ultrices luctus. Donec sit amet libero sit amet arcu laoreet lacinia. Aenean vitae est neque. Morbi tempus mauris ut nibh malesuada mattis. Suspendisse a tellus eget dolor ornare blandit. Phasellus porta dictum ligula ac porttitor.\n\n[separator top="70"]\n\n[title size="2"]Features and Customizations[/title]\n\n[one_half last="no"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>4 Styles of Image frames, border, glow. dropshadow, bottomshadow</li>\n <li>Change the border size and color on all styles</li>\n</ul>\n[/checklist]\n[/one_half]\n\n[one_half last="yes"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>Change the style color for glow and dropshadow style</li>\n <li>Use with column shortcodes to control the width</li>\n</ul>\n[/checklist]\n[/one_half]\n\n', 'Image Frames', '', 'publish', 'open', 'closed', '', 'image-frames', '', '', '2013-05-24 20:58:09', '2013-05-24 20:58:09', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3737', 0, 'page', '', 0),
|
||
(3739, 1, '2013-05-24 20:58:53', '2013-05-24 20:58:53', '[tagline_box backgroundcolor="#fff" shadow="yes" border="1px" bordercolor="#e8e6e6" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="" description="Avada has several built in short codes to manage your media. Youtube and Vimeo videos can be used all throughout the sit and are fully responsive. Images and videos can open in a lightbox, and you can use Soundcloud for all your audio files. All of this is easily accessed via built-in short codes."][/tagline_box]\n\n[title size="2"]Lightbox Images / Videos[/title]\n[one_fourth last="no"]\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\n[/one_fourth]\n[one_fourth last="no"]\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" /></a>\n[/one_fourth]\n[one_fourth last="no"]\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" /></a>\n[/one_fourth]\n[one_fourth last="yes"]\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\n[/one_fourth]\n\n[separator top="80"]\n[title size="2"]Youtube Videos[/title]\n[youtube id="dSn72h_6I9Q" width="940" height="425"]\n\n[separator top="90"]\n[title size="2"]Vimeo Videos[/title]\n[vimeo id="32987274" width="940" height="529"]\n\n[separator top="90"]\n[title size="2"]Soundcloud Audio[/title]\n[soundcloud url="http://soundcloud.com/futuresounds-bgr/aaliyah-enough-said-feat-drake" comments="true" auto_play="false" color="ff7700" width="100%" height="81"]\n\n[separator top="80" style="none"]\n\n[title size="2"]Features and Customizations[/title]\n\n[one_half last="no"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>All media elements are fully responsive</li>\n <li>Lightbox: images and videos can be used in combination with any size column</li>\n</ul>\n[/checklist]\n[/one_half]\n\n[one_half last="yes"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>Soundcloud meta options; comments, auto play, color, width and height</li>\n <li>Youtube and Vimeo Videos only need video ID, width/height is adjustable</li>\n</ul>\n[/checklist]\n[/one_half]', 'Media', '', 'publish', 'open', 'closed', '', 'media', '', '', '2013-05-24 20:58:53', '2013-05-24 20:58:53', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3739', 0, 'page', '', 0),
|
||
(3741, 1, '2013-05-24 20:59:10', '2013-05-24 20:59:10', '[tagline_box backgroundcolor="#fff" shadow="yes" border="1px" bordercolor="#e8e6e6" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="" description="Avada includes two pricing tables and two regular tables, each with its own styles. You can use style 1 with 1-4 column, and style 2 with 1-3 column. Each column has its title, price, content rows and custom button. Users can specify the type of currency as well as the type of payment time, such as monthly or weekly."][/tagline_box]\n\n[separator top="20"]\n\n[title size="2"]Pricing Table Style 1[/title]\n[pricing_table type="1" backgroundcolor="" bordercolor="" dividercolor=""]\n[pricing_column title="Standard"]\n[pricing_price currency="$" price="19.99" time="monthly"][/pricing_price]\n[pricing_row]5 Projects[/pricing_row]\n[pricing_row]5 GB Storage[/pricing_row]\n[pricing_row]Unlimited Users[/pricing_row]\n[pricing_row]10 GB Bandwith[/pricing_row]\n[pricing_row]Enhanced Security[/pricing_row]\n[pricing_footer][button color="" size="small" link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226" target=""]Sign Up Now![/button][/pricing_footer]\n[/pricing_column]\n[pricing_column title="Premium"]\n[pricing_price currency="$" price="29.99" time="monthly"][/pricing_price]\n[pricing_row]10 Projects[/pricing_row]\n[pricing_row]15 GB Storage[/pricing_row]\n[pricing_row]Unlimited Users[/pricing_row]\n[pricing_row]20 GB Bandwith[/pricing_row]\n[pricing_row]Enhanced Security[/pricing_row]\n[pricing_footer][button color="" size="small" link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226" target=""]Sign Up Now![/button][/pricing_footer]\n[/pricing_column]\n[pricing_column title="Professional"]\n[pricing_price currency="$" price="39.99" time="monthly"][/pricing_price]\n[pricing_row]15 Projects[/pricing_row]\n[pricing_row]30 GB Storage[/pricing_row]\n[pricing_row]Unlimited Users[/pricing_row]\n[pricing_row]50 GB Bandwith[/pricing_row]\n[pricing_row]Enhanced Security[/pricing_row]\n[pricing_footer][button color="" size="small" link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226" target=""]Sign Up Now![/button][/pricing_footer]\n[/pricing_column]\n[pricing_column title="Maximum"]\n[pricing_price currency="$" price="49.99" time="monthly"][/pricing_price]\n[pricing_row]30 Projects[/pricing_row]\n[pricing_row]100 GB Storage[/pricing_row]\n[pricing_row]Unlimited Users[/pricing_row]\n[pricing_row]150 GB Bandwith[/pricing_row]\n[pricing_row]Enhanced Security[/pricing_row]\n[pricing_footer][button color="" size="small" link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226" target=""]Sign Up Now![/button][/pricing_footer]\n[/pricing_column]\n[pricing_column title="Extreme"]\n[pricing_price currency="$" price="59.99" time="monthly"][/pricing_price]\n[pricing_row]Unlimited Projects[/pricing_row]\n[pricing_row]Unlimited Storage[/pricing_row]\n[pricing_row]Unlimited Users[/pricing_row]\n[pricing_row]Unlimited Bandwith[/pricing_row]\n[pricing_row]Enhanced Security[/pricing_row]\n[pricing_footer][button color="" size="small" link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226" target=""]Sign Up Now![/button][/pricing_footer]\n[/pricing_column]\n[/pricing_table]\n\n[separator top="60"]\n[title size="2"]Pricing Table Style 2[/title]\n\n[pricing_table type="2" backgroundcolor="" bordercolor="" dividercolor=""]\n[pricing_column title="Premium"]\n[pricing_price currency="$" price="19.99" time="mo"][/pricing_price]\n[pricing_row]5 Projects[/pricing_row]\n[pricing_row]5 GB Storage[/pricing_row]\n[pricing_row]Unlimited Users[/pricing_row]\n[pricing_row]10 GB Bandwith[/pricing_row]\n[pricing_row]Enhanced Security[/pricing_row]\n[pricing_footer][button color="" size="small" link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226" target=""]Sign Up Now![/button][/pricing_footer]\n[/pricing_column]\n[pricing_column title="Premium"]\n[pricing_price currency="$" price="29.99" time="mo"][/pricing_price]\n[pricing_row]20 Projects[/pricing_row]\n[pricing_row]40 GB Storage[/pricing_row]\n[pricing_row]Unlimited Users[/pricing_row]\n[pricing_row]50 GB Bandwith[/pricing_row]\n[pricing_row]Enhanced Security[/pricing_row]\n[pricing_footer][button color="" size="small" link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226" target=""]Sign Up Now![/button][/pricing_footer]\n[/pricing_column]\n[pricing_column title="Premium"]\n[pricing_price currency="$" price="39.99" time="mo"][/pricing_price]\n[pricing_row]65 Projects[/pricing_row]\n[pricing_row]100 GB Storage[/pricing_row]\n[pricing_row]Unlimited Users[/pricing_row]\n[pricing_row]150 GB Bandwith[/pricing_row]\n[pricing_row]Enhanced Security[/pricing_row]\n[pricing_footer][button color="" size="small" link="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226" target=""]Sign Up Now![/button][/pricing_footer]\n[/pricing_column]\n[/pricing_table]\n\n[separator top="60"]\n[title size="2"]Data Table Style 1[/title]\n<div class="table-1">\n<table width="100%">\n<thead>\n<tr>\n<th>Column 1</th>\n<th>Column 2</th>\n<th>Column 3</th>\n<th>Column 4</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Item #1</td>\n<td>Description</td>\n<td>Subtotal:</td>\n<td>$1.00</td>\n</tr>\n<tr>\n<td>Item #2</td>\n<td>Description</td>\n<td>Discount:</td>\n<td>$2.00</td>\n</tr>\n<tr>\n<td>Item #3</td>\n<td>Description</td>\n<td>Shipping:</td>\n<td>$3.00</td>\n</tr>\n<tr>\n<td>Item #4</td>\n<td>Description</td>\n<td>Tax:</td>\n<td>$4.00</td>\n</tr>\n<tr>\n<td><strong>All Items</strong></td>\n<td><strong>Description</strong></td>\n<td><strong>Your Total:</strong></td>\n<td><strong>$10.00</strong></td>\n</tr>\n</tbody>\n</table>\n[separator top="40" style="none"]\n\n</div>\n[separator top="60"]\n[title size="2"]Data Table Style 2[/title]\n<div class="table-2">\n<table width="100%">\n<thead>\n<tr>\n<th>Column 1</th>\n<th>Column 2</th>\n<th>Column 3</th>\n<th>Column 4</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Item #1</td>\n<td>Description</td>\n<td>Subtotal:</td>\n<td>$1.00</td>\n</tr>\n<tr>\n<td>Item #2</td>\n<td>Description</td>\n<td>Discount:</td>\n<td>$2.00</td>\n</tr>\n<tr>\n<td>Item #3</td>\n<td>Description</td>\n<td>Shipping:</td>\n<td>$3.00</td>\n</tr>\n<tr>\n<td>Item #4</td>\n<td>Description</td>\n<td>Tax:</td>\n<td>$4.00</td>\n</tr>\n<tr>\n<td><strong>All Items</strong></td>\n<td><strong>Description</strong></td>\n<td><strong>Your Total:</strong></td>\n<td><strong>$10.00</strong></td>\n</tr>\n</tbody>\n</table>\n</div>\n[separator top="70"]\n\n[title size="2"]Features and Customizations[/title]\n\n[one_half last="no"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>Two responsive pricing table styles with 1-4 columns</li>\n <li>Select price, price currency, and payment time such as monthly or weekly</li>\n</ul>\n[/checklist]\n[/one_half]\n\n[one_half last="yes"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>Use with column shortcodes to control the width</li>\n <li>Unlimited tables and rows per page</li>\n</ul>\n[/checklist]\n[/one_half]', 'Pricing Tables', '', 'publish', 'open', 'closed', '', 'pricing-tables', '', '', '2013-05-24 20:59:10', '2013-05-24 20:59:10', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3741', 0, 'page', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(3743, 1, '2013-05-24 20:59:35', '2013-05-24 20:59:35', '[tagline_box backgroundcolor="#fff" shadow="yes" border="1px" bordercolor="#e8e6e6" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="" description="Avada''s promotion box is very versatile and has numerous meta options for easy customization. Insert a title, body copy and a button link for default, or customize it with adding a shadow, changing the background color, border size, border color and highlight position. Users can set custom links and link target for the button."][/tagline_box]\n\n[tagline_box backgroundcolor="#f6f6f6" shadow="no" border="0px" bordercolor="#f6f6f6" highlightposition="left" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="Purchase Now" title="These boxes are very customizable with numerous options to choose from!" description="And it has some awesome features, premium sliders, unlimited colors, advanced theme options and so much more!"][/tagline_box]\n\n[separator top="-20"]\n\n[one_half last="no"][tagline_box backgroundcolor="#fff" shadow="no" border="3px" bordercolor="#ededed" highlightposition="right, left, top or bottom" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="Purchase Now" title="Promo boxes also work with 1-4 columns" description="These promo boxes are very flexible and have several options that can be set to customize it for your needs! Avada has some awesome features, premium sliders, unlimited colors, advanced theme options, light and dark version, multiple blog and portfolio layouts, 5 header designs, custom post options, tons of shortcodes and so much more!"][/tagline_box][/one_half]\n[one_half last="yes"][tagline_box backgroundcolor="#f6f6f6" shadow="no" border="1px" bordercolor="#f6f6f6" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="This is a promo box in a one half column shortocde with no button displaying." description="These promo boxes are very flexible and have several options that can be set to customize it for your needs! Avada has some awesome features, premium sliders, unlimited colors, advanced theme options, light and dark version, multiple blog and portfolio layouts, 5 header designs, custom post options, tons of shortcodes and so much more!"][/tagline_box][/one_half]\n\n[separator top="-105"]\n\n[tagline_box backgroundcolor="#fff" shadow="yes" border="0px" bordercolor="#a0ce4e" highlightposition="left" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="This is a promo box with no shadow, no border, highlight position on left and with no description. But it has a very long title that keeps going and going. Good way to capture the viewers eye!" description=""][/tagline_box]\n\n[separator top="-20"]\n\n[tagline_box backgroundcolor="#f6f6f6" shadow="yes" border="0px" bordercolor="#f6f6f6" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="Purchase Now" title="This is a promo box with a shadow, no border, highlight position on top, and no description. But has a long title that keeps going. Good for capturing viewers eyes!" description=""][/tagline_box]\n\n[separator top="-20"]\n\n[tagline_box backgroundcolor="#f6f6f6" shadow="no" border="0px" bordercolor="#f6f6f6" highlightposition="bottom" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="" description="This is a promo box with no shadow or border, highlight position on the bottom and does not have a title but just a very long description that keeps going and going and going some more. These promo boxes are very flexible and have several options that can be set to customize it for your needs!"][/tagline_box]\n\n[separator top="-20"]\n\n[two_third last="no"][tagline_box backgroundcolor="#fff" shadow="no" border="1px" bordercolor="#ededed" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="Purchase!" title="This is a smaller promo box inside a column shortcode to control the width. And there is no description with it, just a headline and button!" description="And it has some awesome features, premium sliders, advanced theme options and much more!"][/tagline_box][/two_third]\n\n[one_third last="yes"][tagline_box backgroundcolor="#fff" shadow="no" border="1px" bordercolor="#ededed" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="This is a small promo box for your title and copy" description="And it has some awesome features so you can easily customize and stylize it!"][/tagline_box][/one_third]\n\n[separator top="-20"]\n\n[tagline_box backgroundcolor="#f6f6f6" shadow="yes" border="0px" bordercolor="#f6f6f6" highlightposition="right" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="Purchase Now" title="This is a promo box with a shadow, no border and highlight position on rightt" description="And it has some awesome features, premium sliders, unlimited colors, advanced theme options and so much more!"][/tagline_box]\n\n[separator top="-20"]\n\n[tagline_box backgroundcolor="#fff" shadow="no" border="3px" bordercolor="#a0ce4e" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="This is a promo box with no shadow and a 3px border all the way around with a white background color and a very, very long title that keeps going and going and can be as long as you''d like!" description="These promo boxes are very flexible and have several options that can be set to customize it for your needs! Avada has some awesome features, premium sliders, unlimited colors, advanced theme options, light and dark version, multiple blog and portfolio layouts, 5 header designs and so much more!"][/tagline_box]\n\n[separator top="-20"]\n\n[tagline_box backgroundcolor="#fff" shadow="no" border="1px" bordercolor="#ededed" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="If You Need A Longer Button, No Problem!" title="This is a promo box with no shadow and 1px gray border." description="And it has some awesome features, premium sliders, advanced theme options and much more!"][/tagline_box]\n\n[separator top="40"]\n\n[title size="2"]Features and Customizations[/title]\n\n[one_half last="no"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>Promo Box with several meta options to control</li>\n <li>Background color, border size & color, highlight position, shadow</li>\n</ul>\n[/checklist]\n[/one_half]\n\n[one_half last="yes"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>Use with column shortcodes to control the width</li>\n <li>Use with or without a button, custom links with link target attribute</li>\n</ul>\n[/checklist]\n[/one_half]', 'Promotion Boxes', '', 'publish', 'open', 'closed', '', 'promotion-boxes', '', '', '2013-05-24 20:59:35', '2013-05-24 20:59:35', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3743', 0, 'page', '', 0),
|
||
(3745, 1, '2013-05-24 20:59:46', '2013-05-24 20:59:46', '[tagline_box backgroundcolor="#fff" shadow="yes" border="1px" bordercolor="#e8e6e6" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="" description="Avada includes 3 different styles of recent work shortcodes that allow you to display your portfolio posts on any page you wish. Use a carousel, grid, or grid with excerpts. All styles can specify a certain category and number of posts. Both the grid and grid with excerpts can also use 1-4 columns and show filters."][/tagline_box]\n\n[separator top="20"]\n\n[title size="2"]Recent Work Carousel[/title][separator top="45"]\n[recent_works layout="carousel" filters="true" columns="4" cat_slug="" number_posts="10"][/recent_works]\n\n[separator top="110"]\n\n[title size="2"]Recent Work Grid[/title][separator top="45"]\n[recent_works layout="grid" filters="false" columns="3" cat_slug="" number_posts="6"][/recent_works]\n\n[separator top="110"]\n\n[title size="2"]Recent Work Grid With Filters[/title][separator top="45"]\n[recent_works layout="grid" filters="true" columns="4" cat_slug="" number_posts="8"][/recent_works]\n\n[separator top="110"]\n\n[title size="2"]Recent Work Grid With Excerpts[/title][separator top="45"]\n[recent_works layout="grid-with-excerpts" filters="false" columns="4" cat_slug="" number_posts="4"][/recent_works]\n\n[separator top="110"]\n\n[title size="2"]Recent Work Grid With Excerpts And Filters[/title][separator top="45"]\n[recent_works layout="grid-with-excerpts" filters="true" columns="3" cat_slug="" number_posts="3" excerpt_words="13"][/recent_works]\n\n[separator top="70"]\n\n[title size="2"]Features and Customizations[/title]\n\n[one_half last="no"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>3 design styles; carousel, grid, grid with excerpts</li>\n <li>Use filters and set 1-4 column width with grid and grid with excerpt style</li>\n</ul>\n[/checklist]\n[/one_half]\n\n[one_half last="yes"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>Specify the number of posts, and the category for all styles</li>\n <li>Unlimited use per page</li>\n</ul>\n[/checklist]\n[/one_half]', 'Recent Work', '', 'publish', 'open', 'closed', '', 'recent-work', '', '', '2013-05-24 20:59:46', '2013-05-24 20:59:46', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3745', 0, 'page', '', 0),
|
||
(3747, 1, '2013-05-24 21:00:04', '2013-05-24 21:00:04', '[tagline_box backgroundcolor="#fff" shadow="yes" border="1px" bordercolor="#e8e6e6" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="" description="Avada comes packaged with several shortcode designs to display your recent blog posts. And each style has several meta options that allow you to customize the shortcode; choose number of columns 1-4, number of posts, set a category, show or hide thumbnails, meta, excerpt, excerpt length and more! "][/tagline_box]\n\n[separator top="10"]\n\n[title size="2"]Recent News Default Style [/title]\n[recent_posts layout="default" columns="4" number_posts="4" cat_slug="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="15" strip_html="true"][/recent_posts]\n\n[separator top="60" style="none"]\n\n[title size="2"]Recent News Thumbnails On Side Style[/title]\n[recent_posts layout="thumbnails-on-side" columns="2" number_posts="4" cat_slug="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="13" strip_html="true"][/recent_posts]\n\n[separator top="60" style="none"]\n\n[title size="2"]Recent News Date On Side Style[/title]\n[recent_posts layout="date-on-side" columns="2" number_posts="4" cat_slug="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="27" strip_html="true"][/recent_posts]\n\n[separator top="60" style="none"]\n\n[title size="2"]Use Them In 1-4 Columns[/title]\n[recent_posts layout="default" columns="2" number_posts="2" cat_slug="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="35" strip_html="true"][/recent_posts]\n\n[title size="2"]Many Meta Options Like Excerpt Length, Category, Posts, Columns[/title]\n[one_half last="no"][recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="61" strip_html="true"][/recent_posts][/one_half]\n\n[one_half last="yes"][recent_posts layout="date-on-side" columns="1" number_posts="3" cat_slug="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="61" strip_html="true"][/recent_posts][/one_half]\n\n[separator top="10"]\n\n[title size="2"]Features and Customizations[/title]\n\n[one_half last="no"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>Three awesome designs to choose from</li>\n <li>Works with all column sizes and unlimited use and posts</li>\n</ul>\n[/checklist]\n[/one_half]\n\n[one_half last="yes"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>Set columns, posts, category, thumbnails, title, meta, excerpt & length</li>\n <li>Perfect for using on any page you need to highlight your blog posts</li>\n</ul>\n[/checklist]\n[/one_half]', 'Recent Posts', '', 'publish', 'open', 'closed', '', 'recent-posts', '', '', '2013-05-24 21:00:04', '2013-05-24 21:00:04', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3747', 0, 'page', '', 0),
|
||
(3749, 1, '2013-05-24 21:00:17', '2013-05-24 21:00:17', '[tagline_box backgroundcolor="#fff" shadow="yes" border="1px" bordercolor="#e8e6e6" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="" description="Avada includes 2 different styles of tabs; vertical or horizontal. Tabs are perfect for displaying a bunch of organized information in a small area. You can use any of the other shortcodes inside the tabs, insert images, icons, checklists and more, whatever you need to get your information to your viewer."][/tagline_box]\n\n[separator top="20"]\n\n[title size="2"]Horizontal Tabs[/title][separator top="45"]\n\n[tabs tab1="Service #1" tab2="Service #2" tab3="Service #3" tab4="Service #4" tab5="Service #5" tab6="Service #6" layout="horizontal"]\n[tab id=1]\n[fontawesome icon="random" circle="yes" size="large"] Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Etharums ser quidem rerum. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud neque porro quisquam est. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats voluptas amet uns.\n[/tab]\n\n[tab id=2][fontawesome icon="magic" circle="yes" size="large"] Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerums facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud neque porro quisquam Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats voluptas amet uns.Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud neque porro quisquam est. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats voluptas amet quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni uns.\n[/tab]\n\n[tab id=3][fontawesome icon="desktop" circle="yes" size="large"] Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Etharums ser quidem rerum. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud neque porro quisquam est. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats voluptas amet uns.\n<ul class="arrow">\n <li>Cras rutrum leo at odio volutpat donec fermentum porttitor nunc maecenas quis Etharums ser quidem rerum facilis</li>\n <li>Aenean faucibus sapien a odios suspendisse venenatis euismod cras dolores amets unsers fugiats.</li>\n</ul>\n[/tab]\n\n[tab id=4][fontawesome icon="magic" circle="yes" size="large"] Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerums facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud neque porro quisquam Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats voluptas amet uns.Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud neque porro quisquam est. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats voluptas amet quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni uns.\n[/tab]\n\n[tab id=5]\n[fontawesome icon="tint" circle="yes" size="large"] Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Etharums ser quidem rerum. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud neque porro quisquam est. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats voluptas amet uns.\n<ul class="arrow">\n <li>Cras rutrum leo at odio volutpat donec fermentum porttitor nunc maecenas quis Etharums ser quidem rerum facilis</li>\n <li>Aenean faucibus sapien a odios suspendisse venenatis euismod cras dolores amets unsers fugiats.</li>\n</ul>\n[/tab]\n\n[tab id=6][fontawesome icon="thumbs-up" circle="yes" size="large"]Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerums facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud neque porro quisquam Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats voluptas amet uns.Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud neque porro quisquam est. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats voluptas amet quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni uns.\n[/tab]\n[/tabs]\n\n[separator top="60"]\n\n[one_half last="no"]\n[title size="3"]Use Them With Columns[/title]\nLid est laborum dolo rumes fugats untras. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia.\n<ul class="arrow">\n <li>Fully responsive so your content will always look good on any screen size</li>\n <li>Loaded with shortcodes so you can build amazing pages for your site</li>\n <li>Unlimited color options with a backed color picker, including the gradients</li>\n</ul>\n[/one_half]\n\n[one_half last="yes"]\n[tabs tab1="Tab Data #1" tab2="Tab Data #2" tab3="Tab Data #3"]\n\n[tab id=1]\n[fontawesome icon="random" circle="yes" size="large"]Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips ameet quasi architecto beatae vitae dicta sunt explicabo.\n[/tab]\n[tab id=2]Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips ameet quasi architecto beatae vitae dicta sunt explicabo. amets dolores.[/tab]\n[tab id=3]Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips ameet quasi architecto beatae vitae dicta sunt explicabo. amets dolores.[/tab]\n[/tabs]\n[/one_half]\n\n[separator top="25"]\n\n[title size="2"]Vertical Tabs[/title][separator top="45"]\n\n[tabs tab1="Service #1" tab2="Service #2" tab3="Service #3" tab4="Service #4" tab5="Service #5" layout="vertical"]\n[tab id=1]\n[fontawesome icon="random" circle="yes" size="large"] Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Etharums ser quidem rerum. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud neque porro quisquam est. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats voluptas amet uns.\n[/tab]\n\n[tab id=2][fontawesome icon="magic" circle="yes" size="large"] Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerums facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud neque porro quisquam Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats voluptas amet uns.Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud neque porro quisquam est. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats voluptas amet quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni uns.\n[/tab]\n\n[tab id=3][fontawesome icon="desktop" circle="yes" size="large"] Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Etharums ser quidem rerum. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud neque porro quisquam est. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats voluptas amet uns.\n<ul class="arrow">\n <li>Cras rutrum leo at odio volutpat donec fermentum porttitor nunc maecenas quis Etharums ser quidem rerum facilis</li>\n <li>Aenean faucibus sapien a odios suspendisse venenatis euismod cras dolores amets unsers fugiats.</li>\n</ul>\n[/tab]\n\n[tab id=4][fontawesome icon="magic" circle="yes" size="large"] Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerums facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud neque porro quisquam Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats voluptas amet uns.Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud neque porro quisquam est. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats voluptas amet quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni uns.\n[/tab]\n\n[tab id=5]\n[fontawesome icon="tint" circle="yes" size="large"] Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Etharums ser quidem rerum. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud neque porro quisquam est. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla dolores ipsums fugiats voluptas amet uns.\n<ul class="arrow">\n <li>Cras rutrum leo at odio volutpat donec fermentum porttitor nunc maecenas quis Etharums ser quidem rerum facilis</li>\n <li>Aenean faucibus sapien a odios suspendisse venenatis euismod cras dolores amets unsers fugiats.</li>\n</ul>\n[/tab]\n\n[/tabs]\n\n[separator top="50"]\n\n[one_third last="no"]\n[title size="3"]Use Them With Columns[/title]\nLid est laborum dolo rumes fugats untras. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets.\n<ul class="arrow">\n <li>Fully responsive so your content looks great</li>\n <li>Loaded with lots of amazing shortcodes</li>\n <li>Unlimited color options via theme options</li>\n</ul>\n[/one_third]\n\n[two_third last="yes"]\n[tabs tab1="Tab Data #1" tab2="Tab Data #2" tab3="Tab Data #3" layout="vertical"]\n\n[tab id=1]\n[fontawesome icon="random" circle="yes" size="large"]Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips ameet quasi architecto beatae vitae dicta sunt explicabo.\n[/tab]\n[tab id=2]Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips ameet quasi architecto beatae vitae dicta sunt explicabo. amets dolores.[/tab]\n[tab id=3]Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets. Ut enim ad minim veniam, quis nostrud Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci amets uns. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips ameet quasi architecto beatae vitae dicta sunt explicabo. amets dolores.[/tab]\n[/tabs]\n[/two_third]\n\n[separator top="40"]\n\n[title size="2"]Features and Customizations[/title]\n\n[one_half last="no"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>3 design styles; carousel, grid, grid with excerpts</li>\n <li>Use filters and set column width with grid and grid with excerpt style</li>\n</ul>\n[/checklist]\n[/one_half]\n\n[one_half last="yes"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>Specify the number of posts, and the category for all styles</li>\n <li>Unlimited use per page</li>\n</ul>\n[/checklist]\n[/one_half]', 'Tabs', '', 'publish', 'open', 'closed', '', 'tabs', '', '', '2013-05-24 21:00:17', '2013-05-24 21:00:17', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3749', 0, 'page', '', 0),
|
||
(3751, 1, '2013-05-24 21:00:43', '2013-05-24 21:00:43', '[one_half last="no"]\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/person1.jpg" title="President & Founder" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo inventore veritatis et quasi architectos beatae vitae dicta sunt explicabo. Nemo enim.[/person]\n[/one_half]\n\n[one_half last="yes"]\n[person name="Jane Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/person1.jpg" title="CEO" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo inventore veritatis et quasi architectos beatae vitae dicta sunt explicabo. Nemo enim.[/person]\n[/one_half]\n\n[separator top="40"]\n\n[tagline_box link="http://themeforest.net/user/ThemeFusion" button="Purchase Now" title="Avada includes multiple page layouts ready to use, just insert your content!" description="And it has some awesome features, premium sliders, unlimited colors, advanced theme options and so much more!"][/tagline_box]\n\n[separator top="-10"]\n\n[title size="2"]Our Valuable Team Members[/title]\n[one_third last="no"]\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/person1.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo inventore veritatis et quasi architectos beatae vitae dicta sunt explicabo. Nemo enims sadips ipsums un.[/person]\n[/one_third]\n\n[one_third last="no"]\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/person1.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo inventore veritatis et quasi architectos beatae vitae dicta sunt explicabo. Nemo enims sadips ipsums un.[/person]\n[/one_third]\n\n[one_third last="yes"]\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/person1.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo inventore veritatis et quasi architectos beatae vitae dicta sunt explicabo. Nemo enims sadips ipsums un.[/person]\n[/one_third]\n\n[separator top="40"]\n\n[one_third last="no"]\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/person1.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo inventore veritatis et quasi architectos beatae vitae dicta sunt explicabo. Nemo enims sadips ipsums un.[/person]\n[/one_third]\n\n[one_third last="no"]\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/person1.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo inventore veritatis et quasi architectos beatae vitae dicta sunt explicabo. Nemo enims sadips ipsums un.[/person]\n[/one_third]\n\n[one_third last="yes"]\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/person1.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo inventore veritatis et quasi architectos beatae vitae dicta sunt explicabo. Nemo enims sadips ipsums un.[/person]\n[/one_third]', 'Team Members', '', 'publish', 'open', 'closed', '', 'meet-the-team-2', '', '', '2013-05-24 21:00:43', '2013-05-24 21:00:43', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3751', 0, 'page', '', 0),
|
||
(3754, 1, '2013-05-24 21:01:06', '2013-05-24 21:01:06', '[tagline_box backgroundcolor="#fff" shadow="yes" border="1px" bordercolor="#e8e6e6" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="" description="Testimonials are the perfect way to show your potential clients the kind of work you can provide. Avada allows you to use testimonial sliders or individual testimonial boxes. Choose a male or female icon, and also select the speed at which the slider rotates."][/tagline_box]\n\n[separator top="20"]\n\n[title size="2"]Testimonial Slider[/title]\n[testimonials]\n[testimonial name="William Genske" gender="male" company="My Company" link="#" target=""]"Thank you for your very professional and prompt response. I went to look for answers to my own questions and quickly realized that the information I was requesting was very easy to find. As were the videos and the instructions. In fact everything has been perfect so far. This is by far the most well supported theme I have ever had the pleasure to work with. Lots of wonderful options. I wished I had found you before I spent money on a competitors theme. Thanks again for the great support and for a great product."[/testimonial]\n\n[testimonial name="Stuartyboy" gender="male" company="Avada Theme" link="#" target=""]"If I could give 100 stars for support and attention to detail I definitely would. I’ve purchased a good number of WordPress themes from various developers that look good on Themeforest but after you buy them you find numerous problems, bugs, crazy admin and very very poor support. I purchased the Avada theme and there were a couple of problems too, but the guys from ThemeFusion were remarkable – I really mean this. The speed of support and attention to detail is quite phenomenal. If you are considering buying this theme at all then take it from me, you will be extremely pleased."[/testimonial]\n\n[testimonial name="Strata1" gender="male" company="Avada Theme" link="#" target=""]"Hi, I just wanted to say thanks for the great theme. I’m finding new ways to improve it every day and find that it’s been the most user-friendly theme I’ve ever purchased. I am practically computer illiterate and know extremely little if anything at all about code, CSS, or any of the inner workings of a website. The Avada theme removes all the worry, hassle, frustration and angst that beginners (and novices) feel when designing websites. If you can read and follow directions, this theme is for you. I’ve tried a hundred plug-ins with other themes and the Avada theme makes almost all of them unnecessary and obsolete."[/testimonial]\n[/testimonials]\n\n[separator top="60" style="none"]\n\n[title size="2"]Single Testimonials[/title]\n\n[one_third last="no"]\n[one_third last="no"]\n[testimonial name="Aajami" gender="male" company="Avada Theme" link="#" target=""]I bought this theme and i would like to recommend it to every one interested in building a website without knowledge of php or html. It is very convenient and the customer service is very reactive. I will say it in French “Bravo” for this work![/testimonial]\n[/one_third]\n\n[one_third last="no"]\n[testimonial name="Lucasgriffin" gender="male" company="Avada Theme" link="#" target=""]Amazing theme and top class support, as I’m a beginner, Luke helped me above and beyond and was more than patient, his responses were quick and he has a genuine care for you to enjoy and move forward with your theme!.. highly recommended theme and author! [/testimonial]\n[/one_third]\n\n[one_third last="yes"]\n[testimonial name="Gojcus" gender="male" company="Avada Theme" link="#" target=""]Let me say something. You have an amazing theme and amazing/awesome support. They helped me on weekend. This is what I call an “extra mile” in customer relationship. So I gave 5 stars for the theme and if I could, I’d give 10 stars for support.[/testimonial]\n[/one_third]\n\n[separator top="50" style="none"]\n\n[title size="2"]Use Them In Any Column Size[/title]\n\n[two_third last="no"]\n[testimonial name="Stiggandr1" gender="male" company="Avada Theme" link="#" target=""]Hey Theme Fusion. Just wanted to say thanks for the great videos. I''ve recently expanded from Joomla to Wordpress and am using your Avada theme. These videos have been a huge help in learning my way around WP as well as using the Avada theme to its full potential.[/testimonial]\n[/two_third]\n\n[one_third last="yes"]\n[testimonial name="Breakbeat" gender="male" company="Avada Theme" link="#" target=""]Avada is the best theme I’ve ever bought! Theme Fusion has the best support over the net! Keep it up![/testimonial]\n[/one_third]\n\n[separator top="40"]\n\n[title size="2"]Features and Customizations[/title]\n\n[one_half last="no"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>Unlimited use and testimonials per slider, per page</li>\n <li>Testimonial Slider speed can be controlled via theme options</li>\n</ul>\n[/checklist]\n[/one_half]\n\n[one_half last="yes"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>Use with column shortcodes to control the width</li>\n <li>Set a male or female icon, company name can be a link</li>\n</ul>\n[/checklist]\n[/one_half]', 'Testimonials', '', 'publish', 'open', 'closed', '', 'testimonials', '', '', '2013-05-24 21:01:06', '2013-05-24 21:01:06', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3754', 0, 'page', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(3756, 1, '2013-05-24 21:01:19', '2013-05-24 21:01:19', '[tagline_box backgroundcolor="#fff" shadow="yes" border="1px" bordercolor="#e8e6e6" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="" description="Avada includes several short codes to help you with typography on your site. THere are headings, dropcaps, highlights, underline, block quotes, and lists. With these options you can ensure that the typography on your site is stylized and looks sharp."][/tagline_box]\n\n[three_fourth last="no"]\n[separator top="15"]\n[title size="2"]All Heading Sizes Can Be Used With Double Lines[/title]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque diam sem, hendrerit ut faucibus sit amet, bibendum vel lacus. Nunc molestie magna sed sapien ornare tempus. Curabitur venenatis ipsum nec ligula placerat sollicitudin. Curabitur sit amet magna quam. Praesent in libero vel turpis pellentesque egestas sit amet vel nunc. Nunc lobortis dui neque, quis accumsan dolor. Aenean aliquet dignissim semper. Maecenas ullamcorper est vitae sem ornare interdum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer dolor diam, tincidunt ac euismod ac, sollicitudin varius ante. Pellentesque elementum commodo dolor sit amet semper. Nullam id massa a turpis bibendum tincidunt. Donec non augue id augue dignissim molestie elementum vitae velit. Quisque laoreet eleifend posuere. Mauris congue venenatis nisl ut varius. In posuere sem lorem, eu iaculis ante. Quisque eget turpis sem. Phasellus varius tempor tellus, imperdiet auctor urna commodo vel ger dolor diam, tincidunt ac euismod ac, sollicitudin varius ante sadips ipsums dolores sits.\n[/three_fourth]\n\n[one_fourth last="yes"]\n<h1>H1 Heading</h1>\n<h2>H2 Heading</h2>\n<h3>H3 Heading</h3>\n<h4>H4 Heading</h4>\n<h5>H5 Heading</h5>\n<h6>H6 Heading</h6>\n[/one_fourth]\n\n[separator top="50"]\n\n[title size="2"]Text Tooltips[/title]\nPraesent in libero vel turpis pellentesque egestas sit amet vel nunc. [tooltip title="This Is A Tooltip!"]Hover over this text for Tooltip![/tooltip] Nunc lobortis dui neque, quis accumsan dolor. Aenean aliquet dignissim semper. Maecenas ullamcorper est vitae sem ornare interdum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer dolor diam, tincidunt ac euismod ac, sollicitudin varius ante. Pellentesque elementum commodo dolor sit amet semper. Nullam id massa a turpis bibendum tincidunt. Donec non augue id augue dignissim molestie. [tooltip title="This Is A Tooltip That Keeps Going!"]Hey, here''s another text tooltip![/tooltip] Elementum vitae veli uisque laoreet eleifend posuere. Mauris congue venenatis nisl ut varius. In posuere sem lorem, eu iaculis ante. Quisque eget turpis sem. Phasellus varius tempor tellus, imperdiet auctor urna commodo vel ger dolor diam, tincidunt ac euismod ac, sollicits.\n\n[separator top="65"]\n\n[title size="2"]Highlights[/title]\nLorem ipsums sit [highlight color="black"]This is text highlighted in black[/highlight] diam molestie taciti sadips ipsumes dolores. Bibendum tas sadips [highlight color="yellow"]This is text highlighted in yellow[/highlight] Sollicitudin eros sapien, ultrices primis. Volutpat tempor tur duis mattis dapibus, felis amet faucibus. fames etiam sit enim fermentum etiam quam eros velit aptent netus faucibus. Duis lectus integer malesuada mattis tempus commodoiam molestie taciti eleifend donec fames platea molestie donec, bibendum vehicula nam turpis faucibus sadips ipsums dolores fugiats sits. [highlight color="#a0ce4e"]<span style="color: #ffffff;">You can also use any highlight color you want!</span>[/highlight] Quisque eget turpis sem. Phasellus varius tempor tellus, imperdiet auctor urna commodo vel ger dolor diam, tincidunt ac euismod ac, sollicits. Voluptas sadips ipsums amet untras.Sollicitudin eros sapien, ultrices primis sadips ipsums dolores voluptas sits vehicula nam turpis faucibus olup.\n\n[separator top="65"]\n\n[title size="2"]HTML Styles[/title]\n<a href="http://themeforest.net/user/ThemeFusion">This is a text link</a> tincidunt quisque tristique. <span style="text-decoration: underline;">This is underlined text</span>. Sollicitudin eros sapien, ultrices primis.<span style="color: #a0ce4e;"><strong><em> This is Bold Emphasized text</em></strong> </span>volutpat tempor tur duis mattis dapibus, felis amet faucibus. fames etiam sit enim fermentum etiam quam eros velit aptent netus faucibus duis lectus integer malesuada, mattis tempus commodos. Bibendum vehicula nam turpis faucibus. Voluptas sadips ipsums amet untras.Sollicitudin eros sapien, ultrices primis. <strong>This is Bold text</strong> volutpat tempor tur duis mattis dapibus, felis amet faucibus. fames etiam sit enim fermentum etiam quam eros velit aptent netus faucibus.Duis lectus integer malesuada mattis tempus commodoiam molestie taciti eleifend donec fames platea molestie donec, bibendum vehicula nam turpis faucibus. Quisque eget turpis sem. Phasellus varius tempor tellus, imperdiet auctor urna.\n[separator top="60"]\n\n[title size="2"]Dropcap[/title]\n[dropcap]D[/dropcap]Curabitur sit amet magna quam. Praesent in libero vel turpis pellentesque egestas sit amet vel nunc. Nunc lobortis dui neque, quis accumsan dolor. Aenean aliquet dignissim semper. Maecenas ullamcorper est vitae sem ornare interdum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer dolor diam, tincidunt ac euismod ac, sollicitudin varius ante. Pellentesque elementum commodo dolor sit amet semper. Nullam id massa a turpis bibendum tincidunt. Donec non augue id augue dignissim molestie elementum vitae velit. Quisque laoreet eleifend posuere. Mauris congue venenatis nisl ut varius. In posuere sem lorem, eu iaculis ante. Quisque eget turpis sem. Phasellus varius tempor tellus, imperdiet auctor urna commodo vel ger dolor diam, tincidunt ac euismod ac, sollicits.\n[separator top="65"]\n\n[title size="2"]Blockquote[/title]\nCurabitur sit amet magna quam. Praesent in libero vel turpis pellentesque egestas sit amet vel nunc. Nunc lobortis dui neque, quis accumsan dolor. Aenean aliquet dignissim semper. Maecenas ullamcorper est vitae sem ornare interdum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer dolor diam, tincidunt ac euismod ac, sollicitudin varius ante. Pellentesque elementum commodo dolor sit amet semper. Nullam id massa a turpis bibendum tincidunt.\n<blockquote>Sollicitudin eros sapien, ultrices primis. Volutpat tempor tur duis mattis dapibus, felis amet faucibus. fames etiam sit enim fermentum etiam quam eros velit aptent netus faucibus duis lectus integer malesuada, mattis tempus commodoiam molestie taciti eleifend donec fames platea molestie donec, bibendum vehicula nam turpis faucibus, Tncidunt quisque tristique. Sollicitudin eros sapien, ultrices primis. Folutpat tempor tur duis mattis dapibus, felis amet faucibus.</blockquote>\n \n\nCurabitur sit amet magna quam. Praesent in libero vel turpis pellentesque egestas sit amet vel nunc. Nunc lobortis dui neque, quis accumsan dolor. Aenean aliquet dignissim semper. Maecenas ullamcorper est vitae sem ornare interdum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer dolor diam, tincidunt ac euismod ac, sollicitudin varius ante. Pellentesque elementum commodo dolor sit amet semper. Nullam id massa a turpis bibendum tincidunt.\n[separator top="65"]\n[title size="2"]Checklists Have 6 Styles, Choose Light or Dark[/title]\n\n[one_third last="no"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>This is a checklist item where your copy can go</li>\n <li>This is a checklist item where your copy can go</li>\n <li>This is a checklist item where your copy can go</li>\n</ul>\n[/checklist]\n[/one_third]\n\n[one_third last="no"]\n[checklist icon="star" iconcolor="light" circle="yes"]\n<ul>\n <li>This is a checklist item where your copy can go</li>\n <li>This is a checklist item where your copy can go</li>\n <li>This is a checklist item where your copy can go</li>\n</ul>\n[/checklist]\n[/one_third]\n\n[one_third last="yes"]\n[checklist icon="arrow" iconcolor="light or dark" circle="yes or no"]\n<ul>\n <li>This is a checklist item where your copy can go</li>\n <li>This is a checklist item where your copy can go</li>\n <li>This is a checklist item where your copy can go</li>\n</ul>\n[/checklist]\n[/one_third]\n\n[one_third last="no"]\n[checklist icon="asterik" iconcolor="light" circle="yes"]\n<ul>\n <li>This is a checklist item where your copy can go</li>\n <li>This is a checklist item where your copy can go</li>\n <li>This is a checklist item where your copy can go</li>\n</ul>\n[/checklist]\n[/one_third]\n\n[one_third last="no"]\n[checklist icon="cross" iconcolor="light" circle="yes"]\n<ul>\n <li>This is a checklist item where your copy can go</li>\n <li>This is a checklist item where your copy can go</li>\n <li>This is a checklist item where your copy can go</li>\n</ul>\n[/checklist]\n[/one_third]\n\n[one_third last="yes"]\n[checklist icon="plus" iconcolor="light or dark" circle="yes or no"]\n<ul>\n <li>This is a checklist item where your copy can go</li>\n <li>This is a checklist item where your copy can go</li>\n <li>This is a checklist item where your copy can go</li>\n</ul>\n[/checklist]\n[/one_third]\n\n[separator top="65" style="none"][title size="2"]Use Them With or Without Circles[/title]\n\n[one_third last="no"]\n[checklist icon="check" iconcolor="dark" circle="no"]\n<ul>\n <li>This is a checklist item where your copy can go</li>\n <li>This is a checklist item where your copy can go</li>\n <li>This is a checklist item where your copy can go</li>\n</ul>\n[/checklist]\n[/one_third]\n\n[one_third last="no"]\n[checklist icon="star" iconcolor="dark" circle="no"]\n<ul>\n <li>This is a checklist item where your copy can go</li>\n <li>This is a checklist item where your copy can go</li>\n <li>This is a checklist item where your copy can go</li>\n</ul>\n[/checklist]\n[/one_third]\n\n[one_third last="yes"]\n[checklist icon="arrow" iconcolor="dark" circle="no"]\n<ul>\n <li>This is a checklist item where your copy can go</li>\n <li>This is a checklist item where your copy can go</li>\n <li>This is a checklist item where your copy can go</li>\n</ul>\n[/checklist]\n[/one_third]\n\n[one_third last="no"]\n[checklist icon="asterik" iconcolor="dark" circle="no"]\n<ul>\n <li>This is a checklist item where your copy can go</li>\n <li>This is a checklist item where your copy can go</li>\n <li>This is a checklist item where your copy can go</li>\n</ul>\n[/checklist]\n[/one_third]\n\n\n[one_third last="no"]\n[checklist icon="cross" iconcolor="dark" circle="no"]\n<ul>\n <li>This is a checklist item where your copy can go</li>\n <li>This is a checklist item where your copy can go</li>\n <li>This is a checklist item where your copy can go</li>\n</ul>\n[/checklist]\n[/one_third]\n\n[one_third last="yes"]\n[checklist icon="plus" iconcolor="dark" circle="no"]\n<ul>\n <li>This is a checklist item where your copy can go</li>\n <li>This is a checklist item where your copy can go</li>\n <li>This is a checklist item where your copy can go</li>\n</ul>\n[/checklist]\n[/one_third]\n\n[separator top="65" style="none"]\n[title size="2"]Ordered & Unordered Lists[/title]\n\n[one_half last="no"]\n<ol>\n <li>This is an item in an ordered bulleted list wrapped in a half column</li>\n <li>This is an item in an ordered bulleted list wrapped in a half column</li>\n <li>This is an item in an ordered bulleted list wrapped in a half column</li>\n</ol>\n[/one_half]\n\n[one_half last="yes"]\n<ul>\n <li>This is an item in an unordered bulleted list wrapped in a half column</li>\n <li>This is an item in an unordered bulleted list wrapped in a half column</li>\n <li>This is an item in an unordered bulleted list wrapped in a half column</li>\n</ul>\n[/one_half]\n[separator top="50"]\n\n[title size="2"]Columns[/title]\n[one_half last="no"]\n<h4>One Half</h4>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n[/one_half]\n\n[one_half last="yes"]\n<h4>One Half</h4>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n[/one_half]\n\n[one_third last="no"]\n<h4>One Third</h4>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui.\n[/one_third]\n\n[one_third last="no"]\n<h4>One Third</h4>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui.\n[/one_third]\n\n[one_third last="yes"]\n<h4>One Third</h4>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui.\n[/one_third]\n\n[one_third last="no"]\n<h4>One Third</h4>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui.\n[/one_third]\n\n[two_third last="yes"]\n<h4>Two Third</h4>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui. Ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliqunon proident, sunt in culpa qui.\n[/two_third]\n\n[one_fourth last="no"]\n<h4>One Fourth</h4>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud sitsers exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n[/one_fourth]\n\n[one_fourth last="no"]\n<h4>One Fourth</h4>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud sitsers exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n[/one_fourth]\n\n[one_fourth last="no"]\n<h4>One Fourth</h4>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud sitsers exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n[/one_fourth]\n\n[one_fourth last="yes"]\n<h4>One Fourth</h4>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud sitsers exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n[/one_fourth]\n\n[one_fourth last="no"]\n<h4>One Fourth</h4>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud sitsers exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n[/one_fourth]\n\n[three_fourth last="yes"]\n<h4>Three Fourth</h4>\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliqu enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip\n[/three_fourth]', 'Typography', '', 'publish', 'open', 'closed', '', 'typography', '', '', '2013-05-24 21:01:19', '2013-05-24 21:01:19', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3756', 0, 'page', '', 0),
|
||
(3813, 1, '2013-08-19 17:07:46', '2013-08-19 17:07:46', '[separator top="-55"]\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\n<h1 style="text-align: center; font-size: 30px !important;">Avada: Themeforest''s <span style="color: #a0ce4e;">#1</span> Selling Wordpress Theme of All Time</h1>\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\n[/fullwidth]\n\n[separator top="55"]\n\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="0px" bordercolor="#f6f6f6" paddingTop="0px" paddingBottom="0px"]\n[content_boxes layout="icon-on-top" iconcolor="#333333" circlecolor="#fff" circlebordercolor="#333333" backgroundcolor="transparent"]\n[content_box title="Beautifully Simplistic" icon="tablet" image="" link="http://themeforest.net/user/ThemeFusion" linktarget="" linktext=""]If you''re a code nerd or a Word Press newbie, Avada is for you. It''s [tooltip title="That''s Right, It''s For You!"]<strong>simply built for everyone</strong>[/tooltip], and can be as simple or complex as you want it to be. [/content_box]\n[content_box title="Free Support & Updates" icon="magic" image="" link="http://themeforest.net/user/ThemeFusion" linktarget="" linktext=""] We truly care about our users & end product which is why[tooltip title="Over 32,000 Users!"]<strong> our users love Avada!</strong>[/tooltip] You will too with free updates & the most incredible support around.[/content_box]\n[content_box title="Blissful Layout Options " icon="thumbs-up" image="" link="http://themeforest.net/user/ThemeFusion" linktarget="" linktext=""]Avada includes so many different options and designs. Users are able to make [tooltip title="Like This Text Tooltip!"]<strong>amazingly cool layouts</strong>[/tooltip] with all the tools we provide. It doesn''t get better than this.[/content_box]\n[/content_boxes]\n[/fullwidth]\n\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11.jpg" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="100px" paddingBottom="100px"]\n<img class="aligncenter" alt="" src="http://theme-fusion.com/avada/wp-content/uploads/2013/08/text.png" />\n[/fullwidth]\n\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="55px" paddingBottom="30px"]\n<img class="aligncenter" alt="" src="http://theme-fusion.com/avada/wp-content/uploads/2013/02/logo.gif" />\n<h1 style="text-align: center; font-size: 30px !important;">We Are Dedicated To Our Users & Product</h1>\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\n[separator top="40" style="double"]\n[one_third last="no"][dropcap]L[/dropcap]orem ipsum dolor sit amet, consectetur adipiscing elit. Nullam et elementum erat, ut luctus mi. Quisque consequat risus quis tincidunt fringilla. Ut sed rhoncus metus, in rhoncus dolor. Integer tempor ligula est, sed luctus metus tempus a. Pellentesque tempor libero et arcu bibendum mollis. Aliquam eu odio eget diam egestas euismod vel sed orci. Aenean placerat, massa sit amet malesuada ultris.\n[/one_third]\n[one_third last="no"]Quisque blandit dolor risus, sed dapibus dui facilisis sed. Donec eu porta elit. Aliquam porta sollicitudin ante, ac fermentum orci mattis et. Phasellus ac nibh eleifend, sagittis purus nec, elementum massa. Quisque tincidunt sapien a sem porttitor, id convallis dolor pharetra. Donec tempor cursus facilisis. Ut eu elementum arcu, vel hendrerit nisi. Cras sed euismod nibh, a adipiscing nunc. Nunc vitae puru.[/one_third]\n[one_third last="yes"]\n[accordian]\n[toggle title="Our Company Mission"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\n[toggle title="The Avada Philosophy"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\n[toggle title="The Avada Promise"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\n[toggle title="We Can Deliver On Projects"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia nons.[/toggle]\n[/accordian][/one_third]\n[/fullwidth]\n\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/11/slide_21.jpg" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="0px" bordercolor="" paddingTop="55px" paddingBottom="35px"]\n<h3 style="text-align: center;">Amazing Nature Full HD 1080p | <span style="color: #a0ce4e;">TheChokAAA</span></h3>\n[separator top="25" style=""]\n[youtube id="6v2L2UGZJAM" width="940" height="560"]\n[/fullwidth]\n\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="65px" paddingBottom="20px"]\n[one_half last="no"]\n[title size="2"]Amazing Tools To Build Awesome Websites[/title]\n[checklist icon="star" iconcolor="dark" circle="no"]\n<ul>\n <li>Fully responsive so your content will always look good on any screen size</li>\n <li>Awesome sliders give you the opportunity to showcase your content</li>\n <li>Advanced theme options panel to easily customize your website</li>\n <li>Multiple layout options for home pages, portfolio and blog section</li>\n <li>Amazing shortcodes loaded with meta options for easy customization</li>\n <li>We offer free support because we care about your site as much as you.</li>\n</ul>\n[/checklist]\n[/one_half]\n\n[one_half last="yes"]\n<a title="lightbox description" href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/mobile1.jpg" rel="prettyPhoto"><img alt="lightbox title" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/mobile1.jpg" /></a>\n[/one_half]\n[/fullwidth]\n\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/slide_11.jpg" backgroundrepeat="no-repeat" backgroundposition="center center" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="55px" paddingBottom="45px"]\n<h1 style="text-align: center; font-size: 30px !important;">Over 32,000 Users, Let''s See What Some Have To Say?</h1>\n<p style="text-align: center; margin-top: -15px;">We [tooltip title="Yep, we certainly do!"]<strong>love our users</strong>[/tooltip], and are fully dedicated to keeping their trust. When you buy Avada, [tooltip title="We strive to please our users"]<strong>you won''t ever have to worry </strong>[/tooltip]about customer support!</p>\n[separator top="45" style=""]\n[one_third last="no"]\n[testimonial name="Aajami" gender="male" company="Avada Theme"]I bought this theme and i would like to recommend it to every one interested in building a website without knowledge of php or html. It is very convenient and the customer service is very reactive. I will say it in French “Bravo” for this work![/testimonial]\n[/one_third]\n[one_third last="no"]\n[testimonial name="Lucasgriffin" gender="male" company="Avada Theme"]Amazing theme and top class support, as I’m a beginner, Luke helped me above and beyond and was more than patient, his responses were quick and he has a genuine care for you to enjoy and move forward with your theme!.. highly recommended theme and author! [/testimonial]\n[/one_third]\n[one_third last="yes"]\n[testimonial name="Gojcus" gender="male" company="Avada Theme"]Let me say something. You have an amazing theme and amazing/awesome support. They helped me on weekend. This is what I call an “extra mile” in customer relationship. So I gave 5 stars for the theme and if I could, I’d give 10 stars for support.[/testimonial]\n[/one_third]\n[/fullwidth]\n\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="center center" backgroundattachment="fixed" bordersize="0px" bordercolor="#e5e4e4" paddingTop="50px" paddingBottom="45px"]\n[tagline_box backgroundcolor="#ffffff" shadow="yes" border="1px" bordercolor="#e5e4e4" highlightposition="left" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="Purchase Now" title="Avada 3.1 is the ultimate multi-purpose wordpress theme!" description="Loaded with awesome features, premium sliders, unlimited colors, advanced theme options & much more!"][/tagline_box]\n[/fullwidth]\n[separator top="-120"]', 'Home Version 16', '', 'publish', 'open', 'closed', '', 'home-version-16', '', '', '2013-08-19 17:07:46', '2013-08-19 17:07:46', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3813', 0, 'page', '', 0),
|
||
(3815, 1, '2013-08-19 17:08:12', '2013-08-19 17:08:12', '[separator top="-30" style=""]\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="0px" bordercolor="" paddingTop="0px" paddingBottom="10px"]\n<h1 style="text-align: center; font-size: 30px !important;">Avada has Over <span style="color: #a0ce4e;">32,000</span> Users And Counting!</h1>\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\n[/fullwidth]\n[separator top="30" style="single"]\n\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="0px" bordercolor="" paddingTop="25px" paddingBottom="20px"]\n[one_half last="no"]\n<a title="" href="http://theme-fusion.com/avadaxml/wp-content/uploads/2013/05/blog_1.jpg" rel="prettyPhoto"><img alt="" src="http://theme-fusion.com/avadaxml/wp-content/uploads/2013/05/blog_1.jpg" /></a>\n[separator top="30" style="none"]\n<h2>All About Avada</h2>\nIf you''re a code nerd or a Word Press newbie, Avada is for you. It''s [tooltip title="That''s Right, It''s For You!"]<strong>simply built for everyone</strong>[/tooltip], and can be as simple or complex as you want it to be. We truly care about our users & end product which is why[tooltip title="Over 32,000 Users!"]<strong> our users love Avada!</strong>[/tooltip] You will too with free updates & the most incredible support around. Avada includes so many different options and designs. Users are able to make [tooltip title="Like This Text Tooltip!"]<strong>amazingly cool layouts</strong>[/tooltip] with all the tools we provide. It doesn''t get better than this.\n[/one_half]\n\n[one_half last="yes"]\n<a title="" href="http://theme-fusion.com/avadaxml/wp-content/uploads/2013/05/blog_2.jpg" rel="prettyPhoto"><img alt="" src="http://theme-fusion.com/avadaxml/wp-content/uploads/2013/05/blog_2.jpg" /></a>\n[separator top="40" style="none"]\n[checklist icon="star" iconcolor="#747474" circle="no"]\n<ul>\n <li>Fully responsive so your content will always look good on any screen size</li>\n <li>Awesome sliders give you the opportunity to showcase your content</li>\n <li>Unlimited color options with a backed color picker, including the gradients</li>\n <li>Multiple layout options for home pages, portfolio and blog section</li>\n <li>We offer free support because we care about your site as much as you.</li>\n</ul>\n[/checklist]\n[/one_half]\n[/fullwidth]\n\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11.jpg" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="70px"]\n<h1 style="text-align: center; font-size: 30px !important;">Come In And <span style="color: #a0ce4e;">Check Us Out,</span> We''d Love To Say Hello!</h1>\n[separator top="20" style="double"]\n[separator top="40" style="none"]\n[map address="new york city, ny | 579 Allen Road Basking Ridge, NJ 07920 | Mount Arlington, NJ 07856" type="terrain" width="100%" height="415px" zoom="8" scrollwheel="yes" scale="yes" zoom_pancontrol="no"][/map]\n[/fullwidth]\n\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="65px" paddingBottom="90px"]\n[counters_circle][counter_circle filledcolor="#a0ce4e" unfilledcolor="#e3edd1" value="95"]HTML[/counter_circle][counter_circle filledcolor="#a0ce4e" unfilledcolor="#e3edd1" value="85"]CSS[/counter_circle][counter_circle filledcolor="#a0ce4e" unfilledcolor="#e3edd1" value="90"]WP[/counter_circle][counter_circle filledcolor="#a0ce4e" unfilledcolor="#e3edd1" value="100"][fontawesome icon="thumbs-up" circle="no" size="large" iconcolor="#747474" circlecolor="#333333" circlebordercolor="#333333"][/counter_circle][/counters_circle]\n[/fullwidth]\n\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/slide_11.jpg" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="30px" paddingBottom="50px"]\n<h1 style="text-align: center; font-size: 30px !important;">Over 32,000 Users, Let''s See What Some Have To Say?</h1>\n<p style="text-align: center; margin-top: -15px;">We [tooltip title="Yep, we certainly do!"]<strong>love our users</strong>[/tooltip], and are fully dedicated to keeping their trust. When you buy Avada, [tooltip title="We strive to please our users"]<strong>you won''t ever have to worry </strong>[/tooltip]about customer support!</p>\n[separator top="45" style=""]\n[one_third last="no"]\n[testimonial name="Aajami" gender="male" company="Avada Theme"]I bought this theme and i would like to recommend it to every one interested in building a website without knowledge of php or html. It is very convenient and the customer service is very reactive. I will say it in French “Bravo” for this work![/testimonial]\n[/one_third]\n[one_third last="no"]\n[testimonial name="Lucasgriffin" gender="male" company="Avada Theme"]Amazing theme and top class support, as I’m a beginner, Luke helped me above and beyond and was more than patient, his responses were quick and he has a genuine care for you to enjoy and move forward with your theme!.. highly recommended theme and author! [/testimonial]\n[/one_third]\n[one_third last="yes"]\n[testimonial name="Gojcus" gender="male" company="Avada Theme"]Let me say something. You have an amazing theme and amazing/awesome support. They helped me on weekend. This is what I call an “extra mile” in customer relationship. So I gave 5 stars for the theme and if I could, I’d give 10 stars for support.[/testimonial]\n[/one_third]\n[/fullwidth]\n\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="0px" bordercolor="#e5e4e4" paddingTop="70px" paddingBottom="70px"]\n[two_third last="no"]<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/blog_51.jpg" />[/two_third]\n[one_third last="yes"][title size="2"]Who Are We?[/title]\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo.\n[separator top="40" style="single"]\n[checklist icon="plus" iconcolor="light" circle="yes"]\n<ul>\n <li>Fully responsive so content looks great</li>\n <li>Awesome sliders to showcase content</li>\n <li>Advanced theme options panel</li>\n</ul>\n[/checklist]\n[/one_third]\n[/fullwidth]\n\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/slide_11.jpg" backgroundrepeat="no-repeat" backgroundposition="center center" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="50px" paddingBottom="45px"]\n[tagline_box backgroundcolor="#ffffff" shadow="yes" border="1px" bordercolor="#e5e4e4" highlightposition="left" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="Purchase Now" title="Avada 3.1 is the ultimate multi-purpose wordpress theme!" description="Loaded with awesome features, premium sliders, unlimited colors, advanced theme options & much more!"][/tagline_box]\n[/fullwidth]\n[separator top="-120"]', 'Home Version 17', '', 'publish', 'open', 'closed', '', 'home-page-17', '', '', '2013-08-19 17:08:12', '2013-08-19 17:08:12', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3815', 0, 'page', '', 0),
|
||
(3846, 1, '2013-08-19 17:47:12', '2013-08-19 17:47:12', '', 'Portfolio Grid', '', 'publish', 'open', 'closed', '', 'portfolio-grid', '', '', '2013-08-19 17:47:12', '2013-08-19 17:47:12', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=3846', 0, 'page', '', 0),
|
||
(4097, 1, '2013-10-16 15:12:13', '2013-10-16 15:12:13', '', 'Shop', '', 'publish', 'closed', 'closed', '', 'shop', '', '', '2013-10-16 15:12:13', '2013-10-16 15:12:13', '', 0, 'http://theme-fusion.com/avadaxml/shop/', 0, 'page', '', 0),
|
||
(4098, 1, '2013-10-16 15:12:13', '2013-10-16 15:12:13', '[woocommerce_cart]', 'Cart', '', 'publish', 'closed', 'closed', '', 'cart', '', '', '2013-10-16 15:12:13', '2013-10-16 15:12:13', '', 0, 'http://theme-fusion.com/avadaxml/cart/', 0, 'page', '', 0),
|
||
(4099, 1, '2013-10-16 15:12:13', '2013-10-16 15:12:13', '[woocommerce_checkout]', 'Checkout', '', 'publish', 'closed', 'closed', '', 'checkout', '', '', '2013-10-16 15:12:13', '2013-10-16 15:12:13', '', 0, 'http://theme-fusion.com/avadaxml/checkout/', 0, 'page', '', 0),
|
||
(4100, 1, '2013-10-16 15:12:13', '2013-10-16 15:12:13', '[woocommerce_my_account]', 'My Account', '', 'publish', 'closed', 'closed', '', 'my-account', '', '', '2013-10-16 15:12:13', '2013-10-16 15:12:13', '', 0, 'http://theme-fusion.com/avadaxml/my-account/', 0, 'page', '', 0),
|
||
(4101, 1, '2013-10-16 15:12:13', '2013-10-16 15:12:13', '[woocommerce_lost_password]', 'Lost Password', '', 'publish', 'closed', 'closed', '', 'lost-password', '', '', '2013-10-16 15:12:13', '2013-10-16 15:12:13', '', 4100, 'http://theme-fusion.com/avadaxml/my-account/lost-password/', 0, 'page', '', 0),
|
||
(4102, 1, '2013-10-16 15:12:13', '2013-10-16 15:12:13', '[woocommerce_edit_address]', 'Edit My Address', '', 'publish', 'closed', 'closed', '', 'edit-address', '', '', '2013-10-16 15:12:13', '2013-10-16 15:12:13', '', 4100, 'http://theme-fusion.com/avadaxml/my-account/edit-address/', 0, 'page', '', 0),
|
||
(4103, 1, '2013-10-16 15:12:13', '2013-10-16 15:12:13', '[woocommerce_view_order]', 'View Order', '', 'publish', 'closed', 'closed', '', 'view-order', '', '', '2013-10-16 15:12:13', '2013-10-16 15:12:13', '', 4100, 'http://theme-fusion.com/avadaxml/my-account/view-order/', 0, 'page', '', 0),
|
||
(4104, 1, '2013-10-16 15:12:13', '2013-10-16 15:12:13', '[woocommerce_change_password]', 'Change Password', '', 'publish', 'closed', 'closed', '', 'change-password', '', '', '2013-10-16 15:12:13', '2013-10-16 15:12:13', '', 4100, 'http://theme-fusion.com/avadaxml/my-account/change-password/', 0, 'page', '', 0),
|
||
(4105, 1, '2013-10-16 15:12:13', '2013-10-16 15:12:13', '', 'Logout', '', 'publish', 'closed', 'closed', '', 'logout', '', '', '2013-10-16 15:12:13', '2013-10-16 15:12:13', '', 4100, 'http://theme-fusion.com/avadaxml/my-account/logout/', 0, 'page', '', 0),
|
||
(4106, 1, '2013-10-16 15:12:13', '2013-10-16 15:12:13', '[woocommerce_pay]', 'Checkout → Pay', '', 'publish', 'closed', 'closed', '', 'pay', '', '', '2013-10-16 15:12:13', '2013-10-16 15:12:13', '', 4099, 'http://theme-fusion.com/avadaxml/checkout/pay/', 0, 'page', '', 0),
|
||
(4107, 1, '2013-10-16 15:12:13', '2013-10-16 15:12:13', '[woocommerce_thankyou]', 'Order Received', '', 'publish', 'closed', 'closed', '', 'order-received', '', '', '2013-10-16 15:12:13', '2013-10-16 15:12:13', '', 4099, 'http://theme-fusion.com/avadaxml/checkout/order-received/', 0, 'page', '', 0),
|
||
(202, 1, '2012-07-31 17:24:55', '2012-07-31 17:24:55', 'Quisque ligula ipsum, euismod a vulputate a, ultricies et elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nulla nunc dui, tristique in semper vel, congue sed ligula. Nam dolor ligula, faucibus id sodales in, auctor fringilla libero. Pellentesque pellentesque tempor tellus eget hendrerit. Morbi id aliquam ligula. Aliquam id dui sem. Proin rhoncus consequat nisl, eu ornare mauris tincidunt vitae.\n\nVestibulum sodales ante a purus volutpat euismod. Proin sodales quam nec ante sollicitudin lacinia. Ut egestas bibendum tempor. Morbi non nibh sit amet ligula blandit ullamcorper in nec risus. Pellentesque fringilla diam faucibus tortor bibendum vulputate. Etiam turpis urna, rhoncus et mattis ut, dapibus eu nunc. Nunc sed aliquet nisi. Nullam ut magna non lacus adipiscing volutpat. Aenean odio mauris, consectetur quis consequat quis, blandit a nunc. Sed orci erat, placerat ac interdum ut, suscipit eu augue. Nunc vitae mi tortor. Ut vel justo quis lectus elementum ullamcorper volutpat vel libero.\n\nDonec volutpat nibh sit amet libero ornare non laoreet arcu luctus. Donec id arcu quis mauris euismod placerat sit amet ut metus. Sed imperdiet fringilla sem eget euismod. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque adipiscing, neque ut pulvinar tincidunt, est sem euismod odio, eu ullamcorper turpis nisl sit amet velit. Nullam vitae nibh odio, non scelerisque nibh. Vestibulum ut est augue, in varius purus.\n\nProin dictum lobortis justo at pretium. Nunc malesuada ante sit amet purus ornare pulvinar. Donec suscipit dignissim ipsum at euismod. Curabitur malesuada lorem sed metus adipiscing in vehicula quam commodo. Sed porttitor elementum elementum. Proin eu ligula eget leo consectetur sodales et non mauris. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\nNunc tincidunt, elit non cursus euismod, lacus augue ornare metus, egestas imperdiet nulla nisl quis mauris. Suspendisse a pharetra urna. Morbi dui lectus, pharetra nec elementum eget, vulputate ut nisi. Aliquam accumsan, nulla sed feugiat vehicula, lacus justo semper libero, quis porttitor turpis odio sit amet ligula. Duis dapibus fermentum orci, nec malesuada libero vehicula ut. Integer sodales, urna eget interdum eleifend, nulla nibh laoreet nisl, quis dignissim mauris dolor eget mi. Donec at mauris enim. Duis nisi tellus, adipiscing a convallis quis, tristique vitae risus. Nullam molestie gravida lobortis. Proin ut nibh quis felis auctor ornare. Cras ultricies, nibh at mollis faucibus, justo eros porttitor mi, quis auctor lectus arcu sit amet nunc. Vivamus gravida vehicula arcu, vitae vulputate augue lacinia faucibus.\n\nUt porttitor euismod cursus. Mauris suscipit, turpis ut dapibus rhoncus, odio erat egestas orci, in sollicitudin enim erat id est. Sed auctor gravida arcu, nec fringilla orci aliquet ut. Nullam eu pretium purus. Maecenas fermentum posuere sem vel posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi ornare convallis lectus a faucibus. Praesent et urna turpis. Fusce tincidunt augue in velit tincidunt sed tempor felis porta. Nunc sodales, metus ut vestibulum ornare, est magna laoreet lectus, ut adipiscing massa odio sed turpis. In nec lorem porttitor urna consequat sagittis. Nullam eget elit ante. Pellentesque justo urna, semper nec faucibus sit amet, aliquam at mi. Maecenas eget diam nec mi dignissim pharetra.', 'Class Aptent Taciti Soci Ad Litora', '', 'publish', 'open', 'open', '', 'class-aptent-taciti-sociosqu-ad-litora', '', '', '2014-02-26 17:43:04', '2014-02-26 16:43:04', '', 0, 'http://theme-fusion.com/avada/?p=202', 5, 'post', '', 0),
|
||
(207, 1, '2012-07-31 17:22:22', '2012-07-31 17:22:22', 'Quisque ligula ipsum, euismod a vulputate a, ultricies et elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nulla nunc dui, tristique in semper vel, congue sed ligula. Nam dolor ligula, faucibus id sodales in, auctor fringilla libero. Pellentesque pellentesque tempor tellus eget hendrerit. Morbi id aliquam ligula. Aliquam id dui sem. Proin rhoncus consequat nisl, eu ornare mauris tincidunt vitae.\n\nVestibulum sodales ante a purus volutpat euismod. Proin sodales quam nec ante sollicitudin lacinia. Ut egestas bibendum tempor. Morbi non nibh sit amet ligula blandit ullamcorper in nec risus. Pellentesque fringilla diam faucibus tortor bibendum vulputate. Etiam turpis urna, rhoncus et mattis ut, dapibus eu nunc. Nunc sed aliquet nisi. Nullam ut magna non lacus adipiscing volutpat. Aenean odio mauris, consectetur quis consequat quis, blandit a nunc. Sed orci erat, placerat ac interdum ut, suscipit eu augue. Nunc vitae mi tortor. Ut vel justo quis lectus elementum ullamcorper volutpat vel libero.\n\nDonec volutpat nibh sit amet libero ornare non laoreet arcu luctus. Donec id arcu quis mauris euismod placerat sit amet ut metus. Sed imperdiet fringilla sem eget euismod. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque adipiscing, neque ut pulvinar tincidunt, est sem euismod odio, eu ullamcorper turpis nisl sit amet velit. Nullam vitae nibh odio, non scelerisque nibh. Vestibulum ut est augue, in varius purus.\n\nProin dictum lobortis justo at pretium. Nunc malesuada ante sit amet purus ornare pulvinar. Donec suscipit dignissim ipsum at euismod. Curabitur malesuada lorem sed metus adipiscing in vehicula quam commodo. Sed porttitor elementum elementum. Proin eu ligula eget leo consectetur sodales et non mauris. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\nNunc tincidunt, elit non cursus euismod, lacus augue ornare metus, egestas imperdiet nulla nisl quis mauris. Suspendisse a pharetra urna. Morbi dui lectus, pharetra nec elementum eget, vulputate ut nisi. Aliquam accumsan, nulla sed feugiat vehicula, lacus justo semper libero, quis porttitor turpis odio sit amet ligula. Duis dapibus fermentum orci, nec malesuada libero vehicula ut. Integer sodales, urna eget interdum eleifend, nulla nibh laoreet nisl, quis dignissim mauris dolor eget mi. Donec at mauris enim. Duis nisi tellus, adipiscing a convallis quis, tristique vitae risus. Nullam molestie gravida lobortis. Proin ut nibh quis felis auctor ornare. Cras ultricies, nibh at mollis faucibus, justo eros porttitor mi, quis auctor lectus arcu sit amet nunc. Vivamus gravida vehicula arcu, vitae vulputate augue lacinia faucibus.\n\nUt porttitor euismod cursus. Mauris suscipit, turpis ut dapibus rhoncus, odio erat egestas orci, in sollicitudin enim erat id est. Sed auctor gravida arcu, nec fringilla orci aliquet ut. Nullam eu pretium purus. Maecenas fermentum posuere sem vel posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi ornare convallis lectus a faucibus. Praesent et urna turpis. Fusce tincidunt augue in velit tincidunt sed tempor felis porta. Nunc sodales, metus ut vestibulum ornare, est magna laoreet lectus, ut adipiscing massa odio sed turpis. In nec lorem porttitor urna consequat sagittis. Nullam eget elit ante. Pellentesque justo urna, semper nec faucibus sit amet, aliquam at mi. Maecenas eget diam nec mi dignissim pharetra.', 'Nunc Tincidunt Elit Cursus', '', 'publish', 'open', 'open', '', 'nunc-tincidunt-elit-non-cursus', '', '', '2014-02-26 17:43:04', '2014-02-26 16:43:04', '', 0, 'http://theme-fusion.com/avada/?p=207', 4, 'post', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(209, 1, '2012-07-31 17:23:05', '2012-07-31 17:23:05', 'Quisque ligula ipsum, euismod aturesit vulputate a, ultricies et elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nulla nunc dui, tristique in semper vel, congue sed ligula. Nam dolor ligula, faucibus id sodales in, auctor fringilla libero. Pellentesque pellentesque tempor tellus eget hendrerit. Morbi id aliquam ligula. Aliquam id dui sem. Proin rhoncus consequat nisl, eu ornare mauris tincidunt vitae.\n\nVestibulum sodales ante a purus volutpat euismod. Proin sodales quam nec ante sollicitudin lacinia. Ut egestas bibendum tempor. Morbi non nibh sit amet ligula blandit ullamcorper in nec risus. Pellentesque fringilla diam faucibus tortor bibendum vulputate. Etiam turpis urna, rhoncus et mattis ut, dapibus eu nunc. Nunc sed aliquet nisi. Nullam ut magna non lacus adipiscing volutpat. Aenean odio mauris, consectetur quis consequat quis, blandit a nunc. Sed orci erat, placerat ac interdum ut, suscipit eu augue. Nunc vitae mi tortor. Ut vel justo quis lectus elementum ullamcorper volutpat vel libero.\n\nDonec volutpat nibh sit amet libero ornare non laoreet arcu luctus. Donec id arcu quis mauris euismod placerat sit amet ut metus. Sed imperdiet fringilla sem eget euismod. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque adipiscing, neque ut pulvinar tincidunt, est sem euismod odio, eu ullamcorper turpis nisl sit amet velit. Nullam vitae nibh odio, non scelerisque nibh. Vestibulum ut est augue, in varius purus.\n\nProin dictum lobortis justo at pretium. Nunc malesuada ante sit amet purus ornare pulvinar. Donec suscipit dignissim ipsum at euismod. Curabitur malesuada lorem sed metus adipiscing in vehicula quam commodo. Sed porttitor elementum elementum. Proin eu ligula eget leo consectetur sodales et non mauris. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\nNunc tincidunt, elit non cursus euismod, lacus augue ornare metus, egestas imperdiet nulla nisl quis mauris. Suspendisse a pharetra urna. Morbi dui lectus, pharetra nec elementum eget, vulputate ut nisi. Aliquam accumsan, nulla sed feugiat vehicula, lacus justo semper libero, quis porttitor turpis odio sit amet ligula. Duis dapibus fermentum orci, nec malesuada libero vehicula ut. Integer sodales, urna eget interdum eleifend, nulla nibh laoreet nisl, quis dignissim mauris dolor eget mi. Donec at mauris enim. Duis nisi tellus, adipiscing a convallis quis, tristique vitae risus. Nullam molestie gravida lobortis. Proin ut nibh quis felis auctor ornare. Cras ultricies, nibh at mollis faucibus, justo eros porttitor mi, quis auctor lectus arcu sit amet nunc. Vivamus gravida vehicula arcu, vitae vulputate augue lacinia faucibus.\n\nUt porttitor euismod cursus. Mauris suscipit, turpis ut dapibus rhoncus, odio erat egestas orci, in sollicitudin enim erat id est. Sed auctor gravida arcu, nec fringilla orci aliquet ut. Nullam eu pretium purus. Maecenas fermentum posuere sem vel posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi ornare convallis lectus a faucibus. Praesent et urna turpis. Fusce tincidunt augue in velit tincidunt sed tempor felis porta. Nunc sodales, metus ut vestibulum ornare, est magna laoreet lectus, ut adipiscing massa odio sed turpis. In nec lorem porttitor urna consequat sagittis. Nullam eget elit ante. Pellentesque justo urna, semper nec faucibus sit amet, aliquam at mi. Maecenas eget diam nec mi dignissim pharetra.', 'Proin Sodales Quam Nec Sollicit', '', 'publish', 'open', 'open', '', 'proin-sodales-quam-nec-ante-sollicits', '', '', '2014-02-26 17:43:04', '2014-02-26 16:43:04', '', 0, 'http://theme-fusion.com/avada/?p=209', 3, 'post', '', 0),
|
||
(211, 1, '2012-07-31 17:23:43', '2012-07-31 17:23:43', 'Quisque ligulas ipsum, euismod atras vulputate iltricies etri elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nulla nunc dui, tristique in semper vel, congue sed ligula. Nam dolor ligula, faucibus id sodales in, auctor fringilla libero. Pellentesque pellentesque tempor tellus eget hendrerit. Morbi id aliquam ligula. Aliquam id dui sem. Proin rhoncus consequat nisl, eu ornare mauris tincidunt vitae.\n\nVestibulum sodales ante a purus volutpat euismod. Proin sodales quam nec ante sollicitudin lacinia. Ut egestas bibendum tempor. Morbi non nibh sit amet ligula blandit ullamcorper in nec risus. Pellentesque fringilla diam faucibus tortor bibendum vulputate. Etiam turpis urna, rhoncus et mattis ut, dapibus eu nunc. Nunc sed aliquet nisi. Nullam ut magna non lacus adipiscing volutpat. Aenean odio mauris, consectetur quis consequat quis, blandit a nunc. Sed orci erat, placerat ac interdum ut, suscipit eu augue. Nunc vitae mi tortor. Ut vel justo quis lectus elementum ullamcorper volutpat vel libero.\n\nDonec volutpat nibh sit amet libero ornare non laoreet arcu luctus. Donec id arcu quis mauris euismod placerat sit amet ut metus. Sed imperdiet fringilla sem eget euismod. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque adipiscing, neque ut pulvinar tincidunt, est sem euismod odio, eu ullamcorper turpis nisl sit amet velit. Nullam vitae nibh odio, non scelerisque nibh. Vestibulum ut est augue, in varius purus.\n\nProin dictum lobortis justo at pretium. Nunc malesuada ante sit amet purus ornare pulvinar. Donec suscipit dignissim ipsum at euismod. Curabitur malesuada lorem sed metus adipiscing in vehicula quam commodo. Sed porttitor elementum elementum. Proin eu ligula eget leo consectetur sodales et non mauris. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\nNunc tincidunt, elit non cursus euismod, lacus augue ornare metus, egestas imperdiet nulla nisl quis mauris. Suspendisse a pharetra urna. Morbi dui lectus, pharetra nec elementum eget, vulputate ut nisi. Aliquam accumsan, nulla sed feugiat vehicula, lacus justo semper libero, quis porttitor turpis odio sit amet ligula. Duis dapibus fermentum orci, nec malesuada libero vehicula ut. Integer sodales, urna eget interdum eleifend, nulla nibh laoreet nisl, quis dignissim mauris dolor eget mi. Donec at mauris enim. Duis nisi tellus, adipiscing a convallis quis, tristique vitae risus. Nullam molestie gravida lobortis. Proin ut nibh quis felis auctor ornare. Cras ultricies, nibh at mollis faucibus, justo eros porttitor mi, quis auctor lectus arcu sit amet nunc. Vivamus gravida vehicula arcu, vitae vulputate augue lacinia faucibus.\n\nUt porttitor euismod cursus. Mauris suscipit, turpis ut dapibus rhoncus, odio erat egestas orci, in sollicitudin enim erat id est. Sed auctor gravida arcu, nec fringilla orci aliquet ut. Nullam eu pretium purus. Maecenas fermentum posuere sem vel posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi ornare convallis lectus a faucibus. Praesent et urna turpis. Fusce tincidunt augue in velit tincidunt sed tempor felis porta. Nunc sodales, metus ut vestibulum ornare, est magna laoreet lectus, ut adipiscing massa odio sed turpis. In nec lorem porttitor urna consequat sagittis. Nullam eget elit ante. Pellentesque justo urna, semper nec faucibus sit amet, aliquam at mi. Maecenas eget diam nec mi dignissim pharetra.', 'Nullam Vitae Nibh Un Odiosters', '', 'publish', 'open', 'open', '', 'nullam-vitae-nibh-un-odio', '', '', '2014-02-26 17:43:04', '2014-02-26 16:43:04', '', 0, 'http://theme-fusion.com/avada/?p=211', 2, 'post', '', 0),
|
||
(215, 1, '2012-07-31 17:25:18', '2012-07-31 17:25:18', 'Quisque ligulas ipsum, euismod atras vulputate iltricies etri elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nulla nunc dui, tristique in semper vel, congue sed ligula. Nam dolor ligula, faucibus id sodales in, auctor fringilla libero. Pellentesque pellentesque tempor tellus eget hendrerit. Morbi id aliquam ligula. Aliquam id dui sem. Proin rhoncus consequat nisl, eu ornare mauris tincidunt vitae.\n\nVestibulum sodales ante a purus volutpat euismod. Proin sodales quam nec ante sollicitudin lacinia. Ut egestas bibendum tempor. Morbi non nibh sit amet ligula blandit ullamcorper in nec risus. Pellentesque fringilla diam faucibus tortor bibendum vulputate. Etiam turpis urna, rhoncus et mattis ut, dapibus eu nunc. Nunc sed aliquet nisi. Nullam ut magna non lacus adipiscing volutpat. Aenean odio mauris, consectetur quis consequat quis, blandit a nunc. Sed orci erat, placerat ac interdum ut, suscipit eu augue. Nunc vitae mi tortor. Ut vel justo quis lectus elementum ullamcorper volutpat vel libero.\n<blockquote>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exercitation.</blockquote>\nDonec volutpat nibh sit amet libero ornare non laoreet arcu luctus. Donec id arcu quis mauris euismod placerat sit amet ut metus. Sed imperdiet fringilla sem eget euismod. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque adipiscing, neque ut pulvinar tincidunt, est sem euismod odio, eu ullamcorper turpis nisl sit amet velit. Nullam vitae nibh odio, non scelerisque nibh. Vestibulum ut est augue, in varius purus.\n\nProin dictum lobortis justo at pretium. Nunc malesuada ante sit amet purus ornare pulvinar. Donec suscipit dignissim ipsum at euismod. Curabitur malesuada lorem sed metus adipiscing in vehicula quam commodo. Sed porttitor elementum elementum. Proin eu ligula eget leo consectetur sodales et non mauris. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\nNunc tincidunt, elit non cursus euismod, lacus augue ornare metus, egestas imperdiet nulla nisl quis mauris. Suspendisse a pharetra urna. Morbi dui lectus, pharetra nec elementum eget, vulputate ut nisi. Aliquam accumsan, nulla sed feugiat vehicula, lacus justo semper libero, quis porttitor turpis odio sit amet ligula. Duis dapibus fermentum orci, nec malesuada libero vehicula ut. Integer sodales, urna eget interdum eleifend, nulla nibh laoreet nisl, quis dignissim mauris dolor eget mi. Donec at mauris enim. Duis nisi tellus, adipiscing a convallis quis, tristique vitae risus. Nullam molestie gravida lobortis. Proin ut nibh quis felis auctor ornare. Cras ultricies, nibh at mollis faucibus, justo eros porttitor mi, quis auctor lectus arcu sit amet nunc. Vivamus gravida vehicula arcu, vitae vulputate augue lacinia faucibus.\n\nUt porttitor euismod cursus. Mauris suscipit, turpis ut dapibus rhoncus, odio erat egestas orci, in sollicitudin enim erat id est. Sed auctor gravida arcu, nec fringilla orci aliquet ut. Nullam eu pretium purus. Maecenas fermentum posuere sem vel posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi ornare convallis lectus a faucibus. Praesent et urna turpis. Fusce tincidunt augue in velit tincidunt sed tempor felis porta. Nunc sodales, metus ut vestibulum ornare, est magna laoreet lectus, ut adipiscing massa odio sed turpis. In nec lorem porttitor urna consequat sagittis. Nullam eget elit ante. Pellentesque justo urna, semper nec faucibus sit amet, aliquam at mi. Maecenas eget diam nec mi dignissim pharetra.\n\n ', 'Donec At Mauris Enims', '', 'publish', 'open', 'open', '', 'donec-at-mauris-enim-duis-nisi-tellus', '', '', '2014-02-26 17:43:04', '2014-02-26 16:43:04', '', 0, 'http://theme-fusion.com/avada/?p=215', 1, 'post', '', 0),
|
||
(4120, 1, '2013-10-16 15:51:29', '2013-10-16 15:51:29', '[separator top="-55" style="none"]\n[featured_products_slider]\n[separator top="-26" style="none"]\n\n[fullwidth backgroundcolor="#a0ce4e" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="10px" paddingBottom="20px"]\n<h1 style="text-align: center; color: #ffffff !important; font-size: 30px !important;">Avada: Themeforest''s <span style="color: #dfefb5;">#1</span> Selling Wordpress Theme of All Time</h1>\n<p style="text-align: center; margin-top: -15px; color: #ffffff !important;">With over [tooltip title="800+ Sales Per Week!"]<span style="color: #dfefb5;"><strong>32,000 Users and counting</strong></span>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<span style="color: #dfefb5;"><strong>most complete and trusted</strong></span>[/tooltip] wordpress theme on the market.</p>\n[/fullwidth]\n\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="0px" bordercolor="#e5e4e4" paddingTop="65px" paddingBottom="20px"]\n[product_category category="category-1" per_page="8" columns="4" orderby="date" order="desc"]\n[/fullwidth]\n\n[separator top="25"]\n\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="http://theme-fusion.com/avada/wp-content/uploads/2013/07/bkgd13.jpg" backgroundrepeat="no-repeat" backgroundposition="center center" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="45px"]\n[tagline_box backgroundcolor="#ffffff" shadow="yes" border="1px" bordercolor="#e5e4e4" highlightposition="left" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="Purchase Now" title="Avada is the ultimate multi-purpose wordpress theme!" description="Loaded with awesome features, premium sliders, unlimited colors, advanced theme options & much more!"][/tagline_box]\n[/fullwidth]\n[separator top="-120"]', 'Home Shop Style 1', '', 'publish', 'closed', 'closed', '', 'home-shop-style-1', '', '', '2013-10-16 15:51:29', '2013-10-16 15:51:29', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=4120', 0, 'page', '', 0),
|
||
(4126, 1, '2013-10-16 15:53:45', '2013-10-16 15:53:45', '[separator top="-55" style="none"]\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\n<h1 style="text-align: center; font-size: 30px !important;">Avada: Themeforest''s <span style="color: #a0ce4e;">#1</span> Selling Wordpress Theme of All Time</h1>\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\n[separator top="40" style=""]\n[featured_products per_page="4" columns="4" orderby="date" order="desc"]\n[/fullwidth]\n\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="70px" paddingBottom="20px"]\n\n[two_third last="no"]\n[title size="2"]Top Selling Products[/title]\n[recent_products per_page="6" columns="3" orderby="name" order="asc"]\n[/two_third]\n\n[one_third last="yes"]\n[title size="2"]Company Information[/title]\nAvada is [tooltip title="Everting You Need To Build A Website!"]<strong>loaded with useful, functional options</strong>[/tooltip] that allow users to quickly and easily create stunning websites. But that''s not all, when you buy Avada you will also get [tooltip title="Support Forum, Online Docs & Videos!"]<strong>amazing customer support around!</strong>[/tooltip] It simply doesn''t get better than this.\n[separator top="40" style=""]\n[accordian]\n[toggle title="Our Company Mission"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem.[/toggle]\n[toggle title="The Avada Philosophy"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem.[/toggle]\n[toggle title="The Avada Promise"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem.[/toggle]\n[toggle title="We Can Deliver On Projects"]Fugiat dapibus, tellus ac cursus commodo, mauris sit condim eser ntumsi nibh, uum a justo vitaes amet risus amets un. Posi sectetut amet fermntum orem.[/toggle]\n[/accordian]\n[separator top="50" style="none"]\n[youtube id="mcixldqDIEQ" width="288" height="169"]\n[separator top="50" style="none"]\n[testimonials]\n[testimonial name="MarketingMonsters" company="Theme Fusion"]WOW – I dont really know what else to say. This is the Best Theme I have ever seen. I am a full time web dev, and this theme blows me away. I wanted to thank you for all your hard work. I am really looking forward to building my new site! I think you thought of everything and then some. But thank you so much for this theme, Best $40 bucks I have ever spent in my entire life! WOW- AMAZING!. [/testimonial]\n[testimonial name="Agustin666" company="Theme Fusion"]Great theme, I had to build a site in a hurry , and could choose no better, in 10 hours I have the site up and running, the best part is that I never had to ask for support, all parameter change was made within the theme and with a little css customization (also within the theme). Best wordpress theme I ever used![/testimonial]\n[/testimonials]\n[/one_third]\n[/fullwidth]\n\n[fullwidth backgroundcolor="#fff" backgroundimage="http://theme-fusion.com/avada/wp-content/uploads/2013/05/page_bkgd6.jpg" backgroundrepeat="no-repeat" backgroundposition="center center" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="80px" paddingBottom="40px"]\n[content_boxes layout="icon-boxed" iconcolor="#ffffff" circlecolor="#333333" circlebordercolor="#333333" backgroundcolor="#f6f6f6"]\n[content_box title="Beautifully Simplistic" icon="tablet" image="" link="http://themeforest.net/user/ThemeFusion" linktarget="" linktext=""]If you''re a code nerd or a Word Press newbie, Avada is for you. It''s [tooltip title="That''s Right, It''s For You!"]<strong>built for everyone</strong>[/tooltip], and can be as simple or complex as you want.[/content_box]\n[content_box title="Free Support & Updates" icon="magic" image="" link="http://themeforest.net/user/ThemeFusion" linktarget="" linktext=""] We truly care about our users & end product which is why[tooltip title="Over 32,000 Users!"]<strong> our users love Avada!</strong>[/tooltip] You will too with free updates & amazing support.[/content_box]\n[content_box title="Blissful Layout Options " icon="thumbs-up" image="" link="http://themeforest.net/user/ThemeFusion" linktarget="" linktext=""]Avada includes so many different options and designs. Create [tooltip title="Like This Text Tooltip!"]<strong>amazingly cool layouts</strong>[/tooltip] with all the different tools we provide.[/content_box]\n[/content_boxes]\n[/fullwidth]\n[separator top="-120"]', 'Home Shop Style 2', '', 'publish', 'closed', 'closed', '', 'home-shop-style-2', '', '', '2013-10-16 15:53:45', '2013-10-16 15:53:45', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=4126', 0, 'page', '', 0),
|
||
(4138, 1, '2013-10-16 15:59:31', '2013-10-16 15:59:31', '[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"][tagline_box backgroundcolor="#fff" shadow="yes" border="1px" bordercolor="#e8e6e6" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="" description="Avada includes an awesome Flexsldier plugin that comes bundled with shortcodes. There are 4 different post sliders that can be used on any page. Two of them work directly with your blog posts, one is for image attachments, and the last is for any image or video. They are great for displaying images & videos on your site."][/tagline_box][/fullwidth]\n\n[separator top="-10"]\n\n[featured_products_slider]\n\n[separator top="70"]\n\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\n\n[one_half last="no"][featured_products_slider][/one_half]\n[one_half last="yes"]\n[title size="2"]WooCommerce Featured Product Slider[/title]\nThis is the WooCommerce Featured product slide. A beautiful design with nice large product images that will surely grab the viewers attention. Fully responsive and looks fantastic in any sized column or mobile device.\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc ac nisl eget metus imperdiet venenatis non at nisi. Nam vitae risus neque, sed egestas sem. Suspendisse tristique, purus et ullamcorper tempor, purus enim scelerisque nisl, eget mollis turpis tellus ac augue. Proin aliquet lorem at magna eleifend molestie. Donec eu malesuada odio. Pellentesque euismod nulla eget lorem fringilla pharetra. In odio leo, interdum nec laoreet sed, tempus sit amet tortor. Etiam non sem eleifend sapien auctor aliquet sit amet in est. Suspendisse sagittis congue tempor. Suspendisse tristique, purus et ullamcorper tempor, purus enim scelerisque nisl, eget mollis turpis tellus ac augue. Proin aliquet lorem at magna eleifend molestie. Donec eu malesuada odio. Pellentesque euismod nulla eget lorem fringilla pharetra. In odio leo, interdum nec laoreet sed, tempus sits.\n\n[checklist icon="check" iconcolor="" circle="yes"]\n<ul>\n <li>Beautiful design with large product images</li>\n <li>Automatically pulls your Featured products</li>\n <li>Use the shortcode in any sized column</li>\n <li>Full responsive and looks great on mobile devices</li>\n <li>Unlimited use per page</li>\n</ul>\n[/checklist]\n[/one_half]\n\n[/fullwidth]\n\n ', 'Featured Product Slider', '', 'publish', 'closed', 'closed', '', 'featured-product-slider', '', '', '2013-10-16 15:59:31', '2013-10-16 15:59:31', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=4138', 0, 'page', '', 0),
|
||
(4140, 1, '2013-10-16 16:00:02', '2013-10-16 16:00:02', '[tagline_box backgroundcolor="#fff" shadow="yes" border="1px" bordercolor="#e8e6e6" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="" description="Avada comes with a WooCommerce product carousel slider that can be isnerted on any page and automatically pull your product posts. Specify only one category to show, or a combination of them, or show all. Show or hide the rollover elements like categories, price and buttons. "][/tagline_box]\n\n[separator top="20"]\n[title size="2"]WooCommerce Product Carousel[/title]\n[products_slider cat_slug="" number_posts="5" show_cats="no" show_price="yes" show_buttons="no"]\n\n[separator top="30" style="single"]\n[one_third last="no"]\n<h3>Use Carousel With Columns</h3>\nThe recent work carousel can be used inside of column shortcodes to control the size. By default it will display all categories of portfolio posts. Users can specify that only a specific category is displayed instead of all categories, which gives you full control over what posts are seen by viewers.[/one_third]\n\n[two_third last="yes"][separator top="25" style="none"][products_slider cat_slug="" number_posts="5" show_cats="no" show_price="yes" show_buttons="no"][/two_third]\n\n[separator top="40"]\n\n[title size="2"]Features and Customizations[/title]\n\n[one_half last="no"]\n[checklist icon="check" iconcolor="" circle="yes"]\n<ul>\n <li>Unlimited use and items per carousel and per page</li>\n <li>Specify a specific category to display in recent work carousel</li>\n <li>Specify the number of posts that will be displayed</li>\n</ul>\n[/checklist]\n[/one_half]\n\n[one_half last="yes"]\n[checklist icon="check" iconcolor="" circle="yes"]\n<ul>\n <li>Show/hide categories, price and buttons on rollover</li>\n <li>Use with column shortcodes to control the width</li>\n <li>Set the link target attribute to control how the link opens</li>\n</ul>\n[/checklist]\n[/one_half]', 'Product Carousel', '', 'publish', 'closed', 'closed', '', 'product-carousel', '', '', '2013-10-16 16:00:02', '2013-10-16 16:00:02', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=4140', 0, 'page', '', 0),
|
||
(4142, 1, '2013-10-16 16:00:28', '2013-10-16 16:00:28', '[tagline_box backgroundcolor="#fff" shadow="yes" border="1px" bordercolor="#e8e6e6" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="" description="WooCommerce includes several built-in shortcodes for you to display your products. With Avada''s custom styles, they really help your products stand out. This is the Recent Products shortcode that allows you to insert your products by category on any page. Adjust column size, items per page, order by format."][/tagline_box]\n\n[separator top="20"]\n[title size="2"]WooCommerce Recent Products [/title]\n[recent_products per_page="4" columns="4" orderby="date" order="desc"]\n\n[separator top="70" style="none"]\n[title size="2"]Use Them In 1-4 Columns[/title]\n[recent_products per_page="3" columns="3" orderby="date" order="desc"]\n\n[separator top="50"]\n[title size="2"]Features and Customizations[/title]\n\n[one_half last="no"]\n[checklist icon="check" iconcolor="" circle="yes"]\n<ul>\n <li>Display products based on category</li>\n <li>Specify how many items will show in the short code</li>\n</ul>\n[/checklist]\n[/one_half]\n\n[one_half last="yes"]\n[checklist icon="check" iconcolor="" circle="yes"]\n<ul>\n <li>Specify the column layout, accepts 1-4 column</li>\n <li>Change the order by format and type</li>\n</ul>\n[/checklist]\n[/one_half]', 'Recent Products', '', 'publish', 'closed', 'closed', '', 'recent-products', '', '', '2013-10-16 16:00:28', '2013-10-16 16:00:28', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=4142', 0, 'page', '', 0),
|
||
(4144, 1, '2013-10-16 16:00:52', '2013-10-16 16:00:52', '[tagline_box backgroundcolor="#fff" shadow="yes" border="1px" bordercolor="#e8e6e6" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="" description="WooCommerce includes several built-in shortcodes for you to display your products. With Avada''s custom styles, they really help your products stand out. This is the Featured Products shortcode that allows you to insert your products by category on any page. Adjust column size, items per page, order by format."][/tagline_box]\n\n[separator top="20"]\n[title size="2"]WooCommerce Recent Products [/title]\n[featured_products per_page="4" columns="4" orderby="date" order="desc"]\n\n[separator top="70" style="none"]\n[title size="2"]Use Them In 1-4 Columns[/title]\n[featured_products per_page="3" columns="3" orderby="date" order="desc"]\n\n[separator top="60"]\n[title size="2"]Features and Customizations[/title]\n\n[one_half last="no"]\n[checklist icon="check" iconcolor="" circle="yes"]\n<ul>\n <li>Display featured products on any page</li>\n <li>Specify how many items will show in the short code</li>\n</ul>\n[/checklist]\n[/one_half]\n\n[one_half last="yes"]\n[checklist icon="check" iconcolor="" circle="yes"]\n<ul>\n <li>Specify the column layout, accepts 1-4 column</li>\n <li>Change the order by format and type</li>\n</ul>\n[/checklist]\n[/one_half]', 'Featured Products', '', 'publish', 'closed', 'closed', '', 'featured-products', '', '', '2013-10-16 16:00:52', '2013-10-16 16:00:52', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=4144', 0, 'page', '', 0),
|
||
(4146, 1, '2013-10-16 16:01:20', '2013-10-16 16:01:20', '[tagline_box backgroundcolor="#fff" shadow="yes" border="1px" bordercolor="#e8e6e6" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="" description="WooCommerce includes several built-in shortcodes for you to display your products. With Avada''s custom styles, they really help your products stand out. This is the Product Category short code that you can use to display a category box and a number that shows how many products are in that category."][/tagline_box]\n\n[separator top="20"]\n[title size="2"]WooCommerce Product Categories[/title]\n[product_categories number="8"]\n\n ', 'Product Categories', '', 'publish', 'closed', 'closed', '', 'product-categories', '', '', '2013-10-16 16:01:20', '2013-10-16 16:01:20', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=4146', 0, 'page', '', 0),
|
||
(4148, 1, '2013-10-16 16:02:09', '2013-10-16 16:02:09', '[tagline_box backgroundcolor="#fff" shadow="yes" border="1px" bordercolor="#e8e6e6" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="" description="WooCommerce includes several built-in shortcodes for you to display your products. With Avada''s custom styles, they really help your products stand out. This shortcode allows you to display products based on SKU or ID, and it can be used in any size column and the size will adapt."][/tagline_box]\n\n[separator top="20" style="none"]\n[title size="2"]WooCommerce Products By SKU/ID[/title]\n[products skus="003,005,007,004"]\n\n[separator top="70" style="none"]\n[title size="2"]Use Them In 1-4 Columns[/title]\n[one_third last="no"][product sku="015"][/one_third]\n[one_third last="no"][product sku="014"][/one_third]\n[one_third last="yes"][product sku="013"][/one_third]\n\n[separator top="50"]\n[title size="2"]Features and Customizations[/title]\n\n[one_half last="no"]\n[checklist icon="check" iconcolor="" circle="yes"]\n<ul>\n <li>Use with columns and unlimited use per page</li>\n <li>Specify a product ID or SKU</li>\n</ul>\n[/checklist]\n[/one_half]\n\n[one_half last="yes"]\n[checklist icon="check" iconcolor="" circle="yes"]\n<ul>\n <li>Use Product By SKU/ID for single product</li>\n <li>Use Products By SKU/ID for multiple products</li>\n</ul>\n[/checklist]\n[/one_half]', 'Products By SKU/ID', '', 'publish', 'closed', 'closed', '', 'products-by-skuid', '', '', '2013-10-16 16:02:09', '2013-10-16 16:02:09', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=4148', 0, 'page', '', 0),
|
||
(4150, 1, '2013-10-16 16:02:59', '2013-10-16 16:02:59', '[tagline_box backgroundcolor="#fff" shadow="yes" border="1px" bordercolor="#e8e6e6" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="" description="WooCommerce includes several built-in shortcodes for you to display your products. With Avada''s custom styles, they really help your products stand out. This is the Products By Category shortcode that allows you to insert your products by category on any page. Adjust column size, items per page, order by format."][/tagline_box]\n\n[separator top="20"]\n[title size="2"]WooCommerce Products By Category [/title]\n[product_category category="category-1" per_page="4" columns="4" orderby="date" order="desc"]\n\n[separator top="70" style="none"]\n[title size="2"]Use Them In 1-4 Columns[/title]\n[product_category category="category-1" per_page="3" columns="3" orderby="date" order="desc"]\n\n[separator top="50"]\n[title size="2"]Features and Customizations[/title]\n\n[one_half last="no"]\n[checklist icon="check" iconcolor="" circle="yes"]\n<ul>\n <li>Display products based on category</li>\n <li>Specify how many items will show in the short code</li>\n</ul>\n[/checklist]\n[/one_half]\n\n[one_half last="yes"]\n[checklist icon="check" iconcolor="" circle="yes"]\n<ul>\n <li>Specify the column layout, accepts 1-4 column</li>\n <li>Change the order by format and type</li>\n</ul>\n[/checklist]\n[/one_half]', 'Product By Category', '', 'publish', 'closed', 'closed', '', 'product-by-category', '', '', '2013-10-16 16:02:59', '2013-10-16 16:02:59', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=4150', 0, 'page', '', 0),
|
||
(4169, 1, '2013-10-16 17:59:24', '2013-10-16 17:59:24', '[fullwidth backgroundcolor="#f8f8f8" backgroundimage="http://theme-fusion.com/avada/wp-content/uploads/2013/05/page_bkgd3.jpg" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#c8c8c8" paddingTop="20px" paddingBottom="0px"]\n[content_boxes layout="icon-boxed" iconcolor="#ffffff" circlecolor="#333333" circlebordercolor="#333333" backgroundcolor="#f6f6f6"]\n<h1 style="text-align: center; font-size: 40px !important;">Maintenance Mode</h1>\n<p style="text-align: center; margin-top: -20px;">Avada includes <strong>blank pages</strong> so you can build all kinds of awesome stuff, like a maintenance mode page!</p>\n[separator top="80" style="none"]\n[content_box title="Beautifully Simplistic" icon="tablet" image="" link="http://themeforest.net/user/ThemeFusion" linktarget="" linktext=""]If you''re a code nerd or a Word Press newbie, Avada is for you. It''s [tooltip title="That''s Right, It''s For You!"]<strong>built for everyone</strong>[/tooltip], and can be as simple or complex as you want.[/content_box]\n[content_box title="Free Support & Updates" icon="magic" image="" link="http://themeforest.net/user/ThemeFusion" linktarget="" linktext=""] We truly care about our users & end product which is why[tooltip title="Over 32,000 Users!"]<strong> our users love Avada!</strong>[/tooltip] You will too with free updates & amazing support.[/content_box]\n[content_box title="Blissful Layout Options " icon="thumbs-up" image="" link="http://themeforest.net/user/ThemeFusion" linktarget="" linktext=""]Avada includes so many different options and designs. Create [tooltip title="Like This Text Tooltip!"]<strong>amazingly cool layouts</strong>[/tooltip] with all the different tools we provide.[/content_box]\n[/content_boxes]\n[/fullwidth]', 'Maintenance Mode', '', 'publish', 'closed', 'closed', '', 'maintenance-mode', '', '', '2013-10-16 17:59:24', '2013-10-16 17:59:24', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=4169', 0, 'page', '', 0),
|
||
(4172, 1, '2013-10-16 19:41:10', '2013-10-16 19:41:10', '[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="0px"]\n[content_boxes layout="icon-boxed" iconcolor="#ffffff" circlecolor="#333333" circlebordercolor="#333333" backgroundcolor="#f6f6f6"]\n<h1 style="text-align: center; font-size: 40px !important;">Coming Soon</h1>\n<p style="text-align: center; margin-top: -20px;">Avada includes <strong>blank pages</strong> so you can build all kinds of awesome stuff, like a coming soon page!</p>\n[separator top="40" style="none"]\n[counters_circle][counter_circle filledcolor="#a0ce4e" unfilledcolor="#e3edd1" value="90"]DESIGN[/counter_circle][counter_circle filledcolor="#a0ce4e" unfilledcolor="#e3edd1" value="85"]CODE[/counter_circle][counter_circle filledcolor="#a0ce4e" unfilledcolor="#e3edd1" value="90"]MISC[/counter_circle][counter_circle filledcolor="#a0ce4e" unfilledcolor="#e3edd1" value="100"][fontawesome icon="thumbs-up" circle="no" size="large" iconcolor="#747474" circlecolor="#333333" circlebordercolor="#333333"][/counter_circle][/counters_circle]\n[/content_boxes]\n[one_half last="no"]\n[title size="2"]Email Me When It''s Done[/title]\n[contact-form-7 id="7144" title="Contact form 1"]\n[/one_half]\n[one_half last="yes"][title size="2"]Our Top Priorities[/title]\n[checklist icon="check" iconcolor="#ffffff" circle="yes"]\n<ul>\n <li>Fully responsive so your content will always look good on any screen size</li>\n <li>Awesome sliders give you the opportunity to showcase your content</li>\n <li>Unlimited color options with a backed color picker, including the gradients</li>\n <li>Multiple layout options for home pages, portfolio and blog section</li>\n <li>We offer free support because we care about your site as much as you.</li>\n</ul>\n[/checklist]\n[/one_half]\n\n[/fullwidth]', 'Coming Soon', '', 'publish', 'closed', 'closed', '', 'coming-soon', '', '', '2013-10-16 19:41:10', '2013-10-16 19:41:10', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=4172', 0, 'page', '', 0),
|
||
(4356, 1, '2013-10-25 20:12:54', '2013-10-25 20:12:54', '', 'Portfolio Sidebar Page', '', 'publish', 'closed', 'closed', '', 'portfolio-sidebar-page', '', '', '2013-10-25 20:12:54', '2013-10-25 20:12:54', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=4356', 0, 'page', '', 0),
|
||
(4427, 1, '2013-12-16 16:05:11', '2013-12-16 16:05:11', '[separator top="-55" style="none"]\n\n[fullwidth backgroundcolor="" backgroundimage="http://theme-fusion.com/avada/wp-content/uploads/2013/12/page_bkgd14.jpg" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="40px" paddingBottom="20px"]\n[two_third last="no"]\n[flexslider layout="posts-with-excerpt" excerpt="45" category="design" limit="2" id="" lightbox="yes"][/flexslider]\n[/two_third]\n[one_third last="yes"]\n[flexslider layout="posts" excerpt="15" category="uncategorized" limit="2" id="" lightbox="yes"][/flexslider]\n[separator top="38" style="none"]\n<a href="http://theme-fusion.com/avada/blog-grid-full-width/"><img class="alignnone size-full wp-image-7662" alt="col_image_1" src="http://theme-fusion.com/avada/wp-content/uploads/2013/12/col_image_1.jpg" width="288" height="106" /></a>[/one_third]\n[/fullwidth]\n\n[fullwidth backgroundcolor="#6a6970" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="0px" bordercolor="#e5e4e4" paddingTop="0px" paddingBottom="0px"]\n[imageframe lightbox="no" style="none" bordercolor="" bordersize="0px" stylecolor="" align="left" animation_type="fade" animation_direction="right" animation_speed="1"]<a href="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion" target="_blank"><img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/12/col_image_21.jpg" /></a>[/imageframe]\n[/fullwidth]\n\n[fullwidth backgroundcolor="#f6f6f6" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="65px" paddingBottom="0px"]\n[title size="2"]Featured Posts of The Month[/title][separator top="50" style="none"]\n[recent_posts layout="default" columns="3" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="35" strip_html="yes" animation_type="0" animation_direction="down" animation_speed=""][/recent_posts]\n[/fullwidth]\n\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="0px" bordercolor="#e5e4e4" paddingTop="50px" paddingBottom="0px"]\n[two_third last="no"]\n[title size="2"]Creative News[/title]\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="design" exclude_cats="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="23" strip_html="yes" animation_type="0" animation_direction="down" animation_speed=""]\n[/two_third]\n[one_third last="yes"]\n[title size="2"]Photography News[/title]\n[flexslider layout="posts" excerpt="15" category="creative" limit="2" id="" lightbox="yes"][/flexslider]\n[separator top="15" style="none"]\n[/one_third]\n[/fullwidth]\n\n[separator top="-25" style="none"]\n\n[fullwidth backgroundcolor="#6a6970" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="0px" bordercolor="#e5e4e4" paddingTop="0px" paddingBottom="0px"]\n[imageframe lightbox="no" style="none" bordercolor="" bordersize="0px" stylecolor="" align="left" animation_type="fade" animation_direction="right" animation_speed="1"]<a href="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion" target="_blank"><img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/12/col_image_31.jpg" /></a>[/imageframe]\n[/fullwidth]\n\n[fullwidth backgroundcolor="#f6f6f6" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="0px" bordercolor="#e5e4e4" paddingTop="80px" paddingBottom="0px"]\n[one_half last="no"]\n[title size="2"]Video News[/title]\n[recent_posts layout="default" columns="1" number_posts="1" cat_slug="videos" exclude_cats="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="23" strip_html="yes" animation_type="0" animation_direction="down" animation_speed=""]\n[/one_half]\n[one_half last="yes"]\n[title size="2"]World News[/title]\n[recent_posts layout="date-on-side" columns="1" number_posts="3" cat_slug="design" exclude_cats="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="23" strip_html="yes" animation_type="0" animation_direction="down" animation_speed=""]\n[separator top="-25" style="none"]\n[/one_half]\n[/fullwidth]\n\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="0px" bordercolor="#e5e4e4" paddingTop="80px" paddingBottom="0px"]\n[title size="2"]Most Shared Posts[/title]\n[recent_posts layout="default" columns="4" number_posts="4" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="23" strip_html="yes" animation_type="0" animation_direction="down" animation_speed=""]\n[/fullwidth]\n\n[separator top="-45" style="none"]\n', 'Home Magazine Style 1', '', 'publish', 'closed', 'closed', '', 'home-magazine-style-1', '', '', '2013-12-16 16:05:11', '2013-12-16 16:05:11', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=4427', 0, 'page', '', 0),
|
||
(4442, 1, '2013-12-16 16:14:47', '2013-12-16 16:14:47', '[separator top="-55" style="none"]\n\n[two_third last="no"]\n[flexslider layout="posts-with-excerpt" excerpt="45" category="design" limit="2" id="" lightbox="yes"][/flexslider]\n[/two_third]\n[one_third last="yes"]\n[flexslider layout="posts" excerpt="15" category="uncategorized" limit="2" id="" lightbox="yes"][/flexslider]\n[separator top="38" style="none"]\n<a href="http://theme-fusion.com/avada/blog-grid-full-width/"><img class="alignnone size-full wp-image-7662" alt="col_image_1" src="http://theme-fusion.com/avada/wp-content/uploads/2013/12/col_image_1.jpg" width="288" height="106" /></a>\n[/one_third]\n\n[separator top="15" style="none"]\n\n[imageframe lightbox="no" style="none" bordercolor="" bordersize="0px" stylecolor="" align="left" animation_type="fade" animation_direction="right" animation_speed="1"]<a href="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion" target="_blank"><img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/12/col_image_31.jpg" /></a>[/imageframe]\n\n \n\n[separator top="10" style="double"][separator top="45" style="none"]\n[blog number_posts="3" cat_slug="wordpress" title="yes" thumbnail="yes" excerpt="yes" excerpt_words="23" meta_all="yes" meta_author="yes" meta_categories="yes" meta_comments="yes" meta_date="yes" meta_link="yes" paging="no" scrolling="pagination" strip_html="yes" layout="grid"][/blog]\n\n[title size="2"]Creative News[/title]\n[one_half last="no"]\n[flexslider layout="posts" excerpt="15" category="creative" limit="2" id="" lightbox="yes"][/flexslider]\n[separator top="45" style="none"]\n[imageframe lightbox="no" style="none" bordercolor="" bordersize="0px" stylecolor="" align="left" animation_type="fade" animation_direction="right" animation_speed="1"]<a href="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion" target="_blank"><img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/12/col_image_51.jpg" /></a>[/imageframe]\n[/one_half]\n[one_half last="yes"]\n[flexslider layout="posts" excerpt="" category="design" limit="3" id="" lightbox="yes"][/flexslider]\n[separator top="35" style="none"]\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="design" exclude_cats="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="0" animation_direction="down" animation_speed=""]\n[/one_half]\n\n\n[title size="2"]Wordpress News[/title]\n[blog number_posts="1" cat_slug="" title="yes" thumbnail="yes" excerpt="yes" excerpt_words="93" meta_all="no" meta_author="yes" meta_categories="yes" meta_comments="yes" meta_date="yes" meta_link="yes" paging="no" scrolling="pagination" strip_html="yes" layout="medium"][/blog]\n[separator top="-40" style="none"]\n[one_half last="no"]\n[recent_posts layout="date-on-side" columns="1" number_posts="2" cat_slug="design" exclude_cats="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="28" strip_html="yes" animation_type="0" animation_direction="down" animation_speed=""]\n[separator top="-45" style="none"]\n[/one_half]\n\n[one_half last="yes"]\n[recent_posts layout="date-on-side" columns="1" number_posts="2" cat_slug="design" exclude_cats="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="28" strip_html="yes" animation_type="0" animation_direction="down" animation_speed=""]\n[separator top="-45" style="none"]\n[/one_half]\n\n[title size="2"]Photography News[/title]\n[recent_posts layout="default" columns="4" number_posts="4" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="0" animation_direction="down" animation_speed=""]\n\n[separator top="20" style="none"]\n\n[imageframe lightbox="no" style="none" bordercolor="" bordersize="0px" stylecolor="" align="left" animation_type="fade" animation_direction="right" animation_speed="1"]<a href="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion" target="_blank"><img alt="" src="http://theme-fusion.com/avada/wp-content/uploads/2013/12/col_image_3.jpg" /></a>[/imageframe]', 'Home Magazine Style 2', '', 'publish', 'closed', 'closed', '', 'home-magazine-style-2', '', '', '2013-12-16 16:14:47', '2013-12-16 16:14:47', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=4442', 0, 'page', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(4476, 1, '2013-12-16 16:38:06', '2013-12-16 16:38:06', '[flexslider layout="posts-with-excerpt" excerpt="45" category="design" limit="2" id="" lightbox="yes"][/flexslider]\n\n[separator top="35" style="none"]\n\n[imageframe lightbox="no" style="none" bordercolor="" bordersize="0px" stylecolor="" align="left" animation_type="fade" animation_direction="right" animation_speed="1"]<a href="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion" target="_blank"><img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/12/col_image_31.jpg" /></a>[/imageframe]\n\n \n[separator top="15" style="double"]\n[separator top="48" style="none"]\n\n[blog number_posts="1" cat_slug="" title="yes" thumbnail="yes" excerpt="yes" excerpt_words="55" meta_all="no" meta_author="yes" meta_categories="yes" meta_comments="yes" meta_date="yes" meta_link="yes" paging="no" scrolling="pagination" strip_html="yes" layout="medium"][/blog]\n\n[separator top="-28" style="none"]\n[title size="2"]Wordpress News[/title]\n[recent_posts layout="default" columns="3" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="0" animation_direction="down" animation_speed=""][/recent_posts]\n\n\n\n[one_half last="no"][separator top="-10" style="none"]\n[title size="2"]Photography News[/title]\n[recent_posts layout="date-on-side" columns="1" number_posts="2" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="22" strip_html="yes" animation_type="0" animation_direction="down" animation_speed=""][/recent_posts]\n[separator top="-45" style="none"]\n[/one_half]\n\n[one_half last="yes"][separator top="-10" style="none"]\n[title size="2"]Creative News[/title]\n[recent_posts layout="date-on-side" columns="1" number_posts="2" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="22" strip_html="yes" animation_type="0" animation_direction="down" animation_speed=""][/recent_posts]\n[separator top="-45" style="none"]\n[/one_half]\n\n\n[imageframe lightbox="no" style="none" bordercolor="" bordersize="0px" stylecolor="" align="left" animation_type="fade" animation_direction="right" animation_speed="1"]<a href="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion" target="_blank"><img alt="" src="http://theme-fusion.com/avada/wp-content/uploads/2013/12/col_image_3.jpg" /></a>[/imageframe]\n\n [separator top="48" style="none"]\n\n[one_half last="no"]\n[title size="2"]Video News[/title]\n[recent_posts layout="default" columns="1" number_posts="1" cat_slug="videos" exclude_cats="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="0" animation_direction="down" animation_speed=""][/recent_posts]\n[separator top="-35" style="none"]\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="2" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="10" strip_html="yes" animation_type="0" animation_direction="down" animation_speed=""][/recent_posts]\n[separator top="-50" style="none"]\n[/one_half]\n\n[one_half last="yes"]\n[title size="2"]Off Beat News[/title]\n[recent_posts layout="default" columns="1" number_posts="1" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="0" animation_direction="down" animation_speed=""][/recent_posts]\n[separator top="-35" style="none"]\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="2" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="10" strip_html="yes" animation_type="0" animation_direction="down" animation_speed=""][/recent_posts]\n[separator top="-50" style="none"]\n[/one_half]\n', 'Home Magazine Style 3', '', 'publish', 'closed', 'closed', '', 'home-magazine-style-3', '', '', '2013-12-16 16:38:06', '2013-12-16 16:38:06', '', 0, 'http://theme-fusion.com/avadaxml/?page_id=4461', 0, 'page', '', 0),
|
||
(213, 1, '2012-07-31 17:26:20', '2012-07-31 17:26:20', 'Quisque ligulas ipsum, euismod atras vulputate iltricies etri elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nulla nunc dui, tristique in semper vel, congue sed ligula. Nam dolor ligula, faucibus id sodales in, auctor fringilla libero. Pellentesque pellentesque tempor tellus eget hendrerit. Morbi id aliquam ligula. Aliquam id dui sem. Proin rhoncus consequat nisl, eu ornare mauris tincidunt vitae.\n\nVestibulum sodales ante a purus volutpat euismod. Proin sodales quam nec ante sollicitudin lacinia. Ut egestas bibendum tempor. Morbi non nibh sit amet ligula blandit ullamcorper in nec risus. Pellentesque fringilla diam faucibus tortor bibendum vulputate. Etiam turpis urna, rhoncus et mattis ut, dapibus eu nunc. Nunc sed aliquet nisi. Nullam ut magna non lacus adipiscing volutpat. Aenean odio mauris, consectetur quis consequat quis, blandit a nunc. Sed orci erat, placerat ac interdum ut, suscipit eu augue. Nunc vitae mi tortor. Ut vel justo quis lectus elementum ullamcorper volutpat vel libero.\n\nDonec volutpat nibh sit amet libero ornare non laoreet arcu luctus. Donec id arcu quis mauris euismod placerat sit amet ut metus. Sed imperdiet fringilla sem eget euismod. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque adipiscing, neque ut pulvinar tincidunt, est sem euismod odio, eu ullamcorper turpis nisl sit amet velit. Nullam vitae nibh odio, non scelerisque nibh. Vestibulum ut est augue, in varius purus.\n\nProin dictum lobortis justo at pretium. Nunc malesuada ante sit amet purus ornare pulvinar. Donec suscipit dignissim ipsum at euismod. Curabitur malesuada lorem sed metus adipiscing in vehicula quam commodo. Sed porttitor elementum elementum. Proin eu ligula eget leo consectetur sodales et non mauris. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\nNunc tincidunt, elit non cursus euismod, lacus augue ornare metus, egestas imperdiet nulla nisl quis mauris. Suspendisse a pharetra urna. Morbi dui lectus, pharetra nec elementum eget, vulputate ut nisi. Aliquam accumsan, nulla sed feugiat vehicula, lacus justo semper libero, quis porttitor turpis odio sit amet ligula. Duis dapibus fermentum orci, nec malesuada libero vehicula ut. Integer sodales, urna eget interdum eleifend, nulla nibh laoreet nisl, quis dignissim mauris dolor eget mi. Donec at mauris enim. Duis nisi tellus, adipiscing a convallis quis, tristique vitae risus. Nullam molestie gravida lobortis. Proin ut nibh quis felis auctor ornare. Cras ultricies, nibh at mollis faucibus, justo eros porttitor mi, quis auctor lectus arcu sit amet nunc. Vivamus gravida vehicula arcu, vitae vulputate augue lacinia faucibus.\n\nUt porttitor euismod cursus. Mauris suscipit, turpis ut dapibus rhoncus, odio erat egestas orci, in sollicitudin enim erat id est. Sed auctor gravida arcu, nec fringilla orci aliquet ut. Nullam eu pretium purus. Maecenas fermentum posuere sem vel posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi ornare convallis lectus a faucibus. Praesent et urna turpis. Fusce tincidunt augue in velit tincidunt sed tempor felis porta. Nunc sodales, metus ut vestibulum ornare, est magna laoreet lectus, ut adipiscing massa odio sed turpis. In nec lorem porttitor urna consequat sagittis. Nullam eget elit ante. Pellentesque justo urna, semper nec faucibus sit amet, aliquam at mi. Maecenas eget diam nec mi dignissim pharetra.', 'Praesent Et Urna Turpis', '', 'publish', 'open', 'open', '', 'praesent-et-urna-turpis-sadips', '', '', '2014-02-26 17:43:04', '2014-02-26 16:43:04', '', 0, 'http://theme-fusion.com/avada/?p=213', 0, 'post', '', 0),
|
||
(3876, 1, '2013-10-14 14:55:14', '2013-10-14 14:55:14', '<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/11/slide_21.jpg"><img class="alignnone size-full wp-image-3873" alt="slide_2" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/11/slide_21.jpg" width="940" height="434" /></a>', 'Slide 1', '', 'publish', 'closed', 'closed', '', 'slide-1', '', '', '2013-10-14 14:55:14', '2013-10-14 14:55:14', '', 0, 'http://theme-fusion.com/avadaxml/?post_type=slide&p=3876', 0, 'slide', '', 0),
|
||
(3877, 1, '2013-10-14 14:55:48', '2013-10-14 14:55:48', '[youtube id="mcixldqDIEQ" width="940" height="560"]', 'Slide 2', '', 'publish', 'closed', 'closed', '', 'slide-2', '', '', '2013-10-14 14:55:48', '2013-10-14 14:55:48', '', 0, 'http://theme-fusion.com/avadaxml/?post_type=slide&p=3877', 0, 'slide', '', 0),
|
||
(3878, 1, '2013-10-14 14:56:01', '2013-10-14 14:56:01', '<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/slide_11.jpg"><img class="alignnone size-full wp-image-3875" alt="slide_1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/slide_11.jpg" width="940" height="434" /></a>', 'Slide 3', '', 'publish', 'closed', 'closed', '', 'slide-3', '', '', '2013-10-14 14:56:01', '2013-10-14 14:56:01', '', 0, 'http://theme-fusion.com/avadaxml/?post_type=slide&p=3878', 0, 'slide', '', 0),
|
||
(4052, 1, '2013-10-14 18:33:43', '2013-10-14 18:33:43', '', 'Slide 1', '', 'publish', 'closed', 'closed', '', 'slide-1', '', '', '2013-10-14 18:33:43', '2013-10-14 18:33:43', '', 0, 'http://theme-fusion.com/avadaxml/?post_type=themefusion_elastic&p=4052', 0, 'themefusion_elastic', '', 0),
|
||
(4055, 1, '2013-10-14 18:34:03', '2013-10-14 18:34:03', '', 'Slide 2', '', 'publish', 'closed', 'closed', '', 'slide-2', '', '', '2013-10-14 18:34:03', '2013-10-14 18:34:03', '', 0, 'http://theme-fusion.com/avadaxml/?post_type=themefusion_elastic&p=4055', 0, 'themefusion_elastic', '', 0),
|
||
(4477, 1, '2014-01-29 21:07:06', '2014-01-29 21:07:06', ' ', '', '', 'publish', 'open', 'open', '', '4477', '', '', '2014-02-25 18:34:17', '2014-02-25 18:34:17', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4477', 16, 'nav_menu_item', '', 0),
|
||
(4478, 1, '2014-01-29 21:07:06', '2014-01-29 21:07:06', ' ', '', '', 'publish', 'open', 'open', '', '4478', '', '', '2014-02-25 18:34:17', '2014-02-25 18:34:17', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4478', 17, 'nav_menu_item', '', 0),
|
||
(4479, 1, '2014-01-29 21:07:06', '2014-01-29 21:07:06', ' ', '', '', 'publish', 'open', 'open', '', '4479', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 80, 'http://127.0.0.1:4001/wordpress/?p=4479', 56, 'nav_menu_item', '', 0),
|
||
(4487, 1, '2014-01-29 21:07:07', '2014-01-29 21:07:07', ' ', '', '', 'publish', 'open', 'open', '', '4487', '', '', '2014-02-25 18:34:17', '2014-02-25 18:34:17', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4487', 15, 'nav_menu_item', '', 0),
|
||
(4492, 1, '2014-01-29 21:07:07', '2014-01-29 21:07:07', ' ', '', '', 'publish', 'open', 'open', '', '4492', '', '', '2014-02-25 18:34:17', '2014-02-25 18:34:17', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4492', 18, 'nav_menu_item', '', 0),
|
||
(4493, 1, '2014-01-29 21:07:07', '2014-01-29 21:07:07', ' ', '', '', 'publish', 'open', 'open', '', '4493', '', '', '2014-02-25 18:34:17', '2014-02-25 18:34:17', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4493', 19, 'nav_menu_item', '', 0),
|
||
(4494, 1, '2014-01-29 21:07:07', '2014-01-29 21:07:07', ' ', '', '', 'publish', 'open', 'open', '', '4494', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4494', 20, 'nav_menu_item', '', 0),
|
||
(4495, 1, '2014-01-29 21:07:07', '2014-01-29 21:07:07', ' ', '', '', 'publish', 'open', 'open', '', '4495', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4495', 21, 'nav_menu_item', '', 0),
|
||
(4497, 1, '2014-01-29 21:07:07', '2014-01-29 21:07:07', ' ', '', '', 'publish', 'open', 'open', '', '4497', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4497', 22, 'nav_menu_item', '', 0),
|
||
(4499, 1, '2014-01-29 21:07:07', '2014-01-29 21:07:07', ' ', '', '', 'publish', 'open', 'open', '', '4499', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4499', 23, 'nav_menu_item', '', 0),
|
||
(4502, 1, '2014-01-29 21:07:07', '2014-01-29 21:07:07', '', 'About Us ', '', 'publish', 'open', 'open', '', 'about-us', '', '', '2014-01-29 21:07:07', '2014-01-29 21:07:07', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4502', 2, 'nav_menu_item', '', 0),
|
||
(4503, 1, '2014-01-29 21:07:07', '2014-01-29 21:07:07', '', 'Contact ', '', 'publish', 'open', 'open', '', 'contact', '', '', '2014-01-29 21:07:07', '2014-01-29 21:07:07', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4503', 5, 'nav_menu_item', '', 0),
|
||
(4504, 1, '2014-01-29 21:07:07', '2014-01-29 21:07:07', '', 'FAQ ', '', 'publish', 'open', 'open', '', 'faq', '', '', '2014-01-29 21:07:07', '2014-01-29 21:07:07', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4504', 3, 'nav_menu_item', '', 0),
|
||
(4505, 1, '2014-01-29 21:07:07', '2014-01-29 21:07:07', '', 'Services', '', 'publish', 'open', 'open', '', 'services', '', '', '2014-01-29 21:07:07', '2014-01-29 21:07:07', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4505', 4, 'nav_menu_item', '', 0),
|
||
(4506, 1, '2014-01-29 21:07:07', '2014-01-29 21:07:07', ' ', '', '', 'publish', 'open', 'open', '', '4506', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4506', 24, 'nav_menu_item', '', 0),
|
||
(4968, 1, '2014-02-26 08:58:56', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'open', '', '', '', '', '2014-02-26 08:58:56', '0000-00-00 00:00:00', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4968', 1, 'nav_menu_item', '', 0),
|
||
(4509, 1, '2014-01-29 21:07:07', '2014-01-29 21:07:07', ' ', '', '', 'publish', 'open', 'open', '', '4509', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4509', 26, 'nav_menu_item', '', 0),
|
||
(4510, 1, '2014-01-29 21:07:07', '2014-01-29 21:07:07', ' ', '', '', 'publish', 'open', 'open', '', '4510', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4510', 25, 'nav_menu_item', '', 0),
|
||
(4511, 1, '2014-01-29 21:07:07', '2014-01-29 21:07:07', ' ', '', '', 'publish', 'open', 'open', '', '4511', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4511', 54, 'nav_menu_item', '', 0),
|
||
(4512, 1, '2014-01-29 21:07:07', '2014-01-29 21:07:07', ' ', '', '', 'publish', 'open', 'open', '', '4512', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 54, 'http://127.0.0.1:4001/wordpress/?p=4512', 57, 'nav_menu_item', '', 0),
|
||
(4967, 1, '2014-02-26 08:59:16', '2014-02-26 08:59:16', ' ', '', '', 'publish', 'closed', 'open', '', '4967', '', '', '2014-02-26 08:59:16', '2014-02-26 08:59:16', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4967', 5, 'nav_menu_item', '', 0),
|
||
(4966, 1, '2014-02-26 08:59:16', '2014-02-26 08:59:16', ' ', '', '', 'publish', 'closed', 'open', '', '4966', '', '', '2014-02-26 08:59:16', '2014-02-26 08:59:16', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4966', 2, 'nav_menu_item', '', 0),
|
||
(4965, 1, '2014-02-26 08:59:16', '2014-02-26 08:59:16', ' ', '', '', 'publish', 'closed', 'open', '', '4965', '', '', '2014-02-26 08:59:16', '2014-02-26 08:59:16', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4965', 3, 'nav_menu_item', '', 0),
|
||
(4964, 1, '2014-02-26 08:51:05', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'open', '', '', '', '', '2014-02-26 08:51:05', '0000-00-00 00:00:00', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4964', 1, 'nav_menu_item', '', 0),
|
||
(4517, 1, '2014-01-29 21:07:07', '2014-01-29 21:07:07', ' ', '', '', 'publish', 'open', 'open', '', '4517', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4517', 29, 'nav_menu_item', '', 0),
|
||
(4518, 1, '2014-01-29 21:07:07', '2014-01-29 21:07:07', ' ', '', '', 'publish', 'open', 'open', '', '4518', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4518', 28, 'nav_menu_item', '', 0),
|
||
(4519, 1, '2014-01-29 21:07:07', '2014-01-29 21:07:07', ' ', '', '', 'publish', 'open', 'open', '', '4519', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4519', 27, 'nav_menu_item', '', 0),
|
||
(4963, 1, '2014-02-26 08:51:05', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'open', '', '', '', '', '2014-02-26 08:51:05', '0000-00-00 00:00:00', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4963', 1, 'nav_menu_item', '', 0),
|
||
(4962, 1, '2014-02-26 08:51:05', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'open', '', '', '', '', '2014-02-26 08:51:05', '0000-00-00 00:00:00', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4962', 1, 'nav_menu_item', '', 0),
|
||
(4522, 1, '2014-01-29 21:07:07', '2014-01-29 21:07:07', ' ', '', '', 'publish', 'open', 'open', '', '4522', '', '', '2014-02-25 18:34:19', '2014-02-25 18:34:19', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4522', 82, 'nav_menu_item', '', 0),
|
||
(4523, 1, '2014-01-29 21:07:07', '2014-01-29 21:07:07', ' ', '', '', 'publish', 'open', 'open', '', '4523', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4523', 81, 'nav_menu_item', '', 0),
|
||
(4524, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', ' ', '', '', 'publish', 'open', 'open', '', '4524', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4524', 80, 'nav_menu_item', '', 0),
|
||
(4525, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', ' ', '', '', 'publish', 'open', 'open', '', '4525', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4525', 78, 'nav_menu_item', '', 0),
|
||
(4526, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', ' ', '', '', 'publish', 'open', 'open', '', '4526', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4526', 77, 'nav_menu_item', '', 0),
|
||
(4527, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', ' ', '', '', 'publish', 'open', 'open', '', '4527', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4527', 76, 'nav_menu_item', '', 0),
|
||
(4528, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', ' ', '', '', 'publish', 'open', 'open', '', '4528', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4528', 75, 'nav_menu_item', '', 0),
|
||
(4529, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', ' ', '', '', 'publish', 'open', 'open', '', '4529', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4529', 74, 'nav_menu_item', '', 0),
|
||
(4530, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', ' ', '', '', 'publish', 'open', 'open', '', '4530', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4530', 73, 'nav_menu_item', '', 0),
|
||
(4531, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', ' ', '', '', 'publish', 'open', 'open', '', '4531', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4531', 72, 'nav_menu_item', '', 0),
|
||
(4532, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', '', 'Accordions & Toggles', '', 'publish', 'open', 'open', '', '4532', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4532', 67, 'nav_menu_item', '', 0),
|
||
(4533, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', ' ', '', '', 'publish', 'open', 'open', '', '4533', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4533', 68, 'nav_menu_item', '', 0),
|
||
(4961, 1, '2014-02-26 08:51:05', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'open', '', '', '', '', '2014-02-26 08:51:05', '0000-00-00 00:00:00', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4961', 1, 'nav_menu_item', '', 0),
|
||
(4535, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', ' ', '', '', 'publish', 'open', 'open', '', '4535', '', '', '2014-02-25 18:34:19', '2014-02-25 18:34:19', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4535', 86, 'nav_menu_item', '', 0),
|
||
(4536, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', ' ', '', '', 'publish', 'open', 'open', '', '4536', '', '', '2014-02-25 18:34:19', '2014-02-25 18:34:19', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4536', 85, 'nav_menu_item', '', 0),
|
||
(4537, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', ' ', '', '', 'publish', 'open', 'open', '', '4537', '', '', '2014-02-25 18:34:19', '2014-02-25 18:34:19', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4537', 84, 'nav_menu_item', '', 0),
|
||
(4538, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', ' ', '', '', 'publish', 'open', 'open', '', '4538', '', '', '2014-02-25 18:34:19', '2014-02-25 18:34:19', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4538', 83, 'nav_menu_item', '', 0),
|
||
(4539, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', ' ', '', '', 'publish', 'open', 'open', '', '4539', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4539', 69, 'nav_menu_item', '', 0),
|
||
(4540, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', '', 'Buttons & Social Icons', '', 'publish', 'open', 'open', '', '4540', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4540', 70, 'nav_menu_item', '', 0),
|
||
(4541, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', ' ', '', '', 'publish', 'open', 'open', '', '4541', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4541', 71, 'nav_menu_item', '', 0),
|
||
(4542, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', ' ', '', '', 'publish', 'open', 'open', '', '4542', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4542', 79, 'nav_menu_item', '', 0),
|
||
(4543, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', ' ', '', '', 'publish', 'open', 'open', '', '4543', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4543', 31, 'nav_menu_item', '', 0),
|
||
(4544, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', ' ', '', '', 'publish', 'open', 'open', '', '4544', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4544', 30, 'nav_menu_item', '', 0),
|
||
(4545, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', '', 'About Us', '', 'publish', 'open', 'open', '', 'about-us-2', '', '', '2014-01-29 21:07:08', '2014-01-29 21:07:08', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4545', 2, 'nav_menu_item', '', 0),
|
||
(4546, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', '', 'Blog', '', 'publish', 'open', 'open', '', 'blog-2', '', '', '2014-01-29 21:07:08', '2014-01-29 21:07:08', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4546', 5, 'nav_menu_item', '', 0),
|
||
(4547, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', '', 'FAQ ', '', 'publish', 'open', 'open', '', 'faq-2', '', '', '2014-01-29 21:07:08', '2014-01-29 21:07:08', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4547', 6, 'nav_menu_item', '', 0),
|
||
(4548, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', ' ', '', '', 'publish', 'open', 'open', '', '4548', '', '', '2014-01-29 21:07:08', '2014-01-29 21:07:08', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4548', 1, 'nav_menu_item', '', 0),
|
||
(4549, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', ' ', '', '', 'publish', 'open', 'open', '', '4549', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4549', 50, 'nav_menu_item', '', 0),
|
||
(4550, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', ' ', '', '', 'publish', 'open', 'open', '', '4550', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4550', 51, 'nav_menu_item', '', 0),
|
||
(4551, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', '', 'Shopping Cart', '', 'publish', 'open', 'open', '', 'shopping-cart', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4551', 49, 'nav_menu_item', '', 0),
|
||
(4552, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', ' ', '', '', 'publish', 'open', 'open', '', '4552', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4552', 47, 'nav_menu_item', '', 0),
|
||
(4553, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', ' ', '', '', 'publish', 'open', 'open', '', '4553', '', '', '2014-02-25 18:34:17', '2014-02-25 18:34:17', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4553', 4, 'nav_menu_item', '', 0),
|
||
(4554, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', ' ', '', '', 'publish', 'open', 'open', '', '4554', '', '', '2014-02-25 18:34:17', '2014-02-25 18:34:17', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4554', 3, 'nav_menu_item', '', 0),
|
||
(4555, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', '', 'Shop Page Full Width', '', 'publish', 'open', 'open', '', 'shop-page-full-width', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4555', 48, 'nav_menu_item', '', 0),
|
||
(4556, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', ' ', '', '', 'publish', 'open', 'open', '', '4556', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 4100, 'http://127.0.0.1:4001/wordpress/?p=4556', 52, 'nav_menu_item', '', 0),
|
||
(4557, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', ' ', '', '', 'publish', 'open', 'open', '', '4557', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 4100, 'http://127.0.0.1:4001/wordpress/?p=4557', 53, 'nav_menu_item', '', 0),
|
||
(4558, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', ' ', '', '', 'publish', 'open', 'open', '', '4558', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4558', 66, 'nav_menu_item', '', 0),
|
||
(4559, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', ' ', '', '', 'publish', 'open', 'open', '', '4559', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4559', 65, 'nav_menu_item', '', 0),
|
||
(4560, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', ' ', '', '', 'publish', 'open', 'open', '', '4560', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4560', 64, 'nav_menu_item', '', 0),
|
||
(4561, 1, '2014-01-29 21:07:08', '2014-01-29 21:07:08', ' ', '', '', 'publish', 'open', 'open', '', '4561', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4561', 63, 'nav_menu_item', '', 0),
|
||
(4562, 1, '2014-01-29 21:07:09', '2014-01-29 21:07:09', ' ', '', '', 'publish', 'open', 'open', '', '4562', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4562', 62, 'nav_menu_item', '', 0),
|
||
(4563, 1, '2014-01-29 21:07:09', '2014-01-29 21:07:09', ' ', '', '', 'publish', 'open', 'open', '', '4563', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4563', 61, 'nav_menu_item', '', 0),
|
||
(4564, 1, '2014-01-29 21:07:09', '2014-01-29 21:07:09', ' ', '', '', 'publish', 'open', 'open', '', '4564', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4564', 60, 'nav_menu_item', '', 0),
|
||
(4565, 1, '2014-01-29 21:07:09', '2014-01-29 21:07:09', ' ', '', '', 'publish', 'open', 'open', '', '4565', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4565', 40, 'nav_menu_item', '', 0),
|
||
(4566, 1, '2014-01-29 21:07:09', '2014-01-29 21:07:09', ' ', '', '', 'publish', 'open', 'open', '', '4566', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4566', 39, 'nav_menu_item', '', 0),
|
||
(4567, 1, '2014-01-29 21:07:09', '2014-01-29 21:07:09', ' ', '', '', 'publish', 'open', 'open', '', '4567', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4567', 38, 'nav_menu_item', '', 0),
|
||
(4568, 1, '2014-01-29 21:07:09', '2014-01-29 21:07:09', ' ', '', '', 'publish', 'open', 'open', '', '4568', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4568', 37, 'nav_menu_item', '', 0),
|
||
(4572, 1, '2014-01-29 21:07:09', '2014-01-29 21:07:09', ' ', '', '', 'publish', 'open', 'open', '', '4572', '', '', '2014-01-29 21:07:09', '2014-01-29 21:07:09', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4572', 1, 'nav_menu_item', '', 0),
|
||
(4573, 1, '2014-01-29 21:07:09', '2014-01-29 21:07:09', ' ', '', '', 'publish', 'open', 'open', '', '4573', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4573', 44, 'nav_menu_item', '', 0),
|
||
(4574, 1, '2014-01-29 21:07:09', '2014-01-29 21:07:09', ' ', '', '', 'publish', 'open', 'open', '', '4574', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4574', 43, 'nav_menu_item', '', 0),
|
||
(4575, 1, '2014-01-29 21:07:09', '2014-01-29 21:07:09', ' ', '', '', 'publish', 'open', 'open', '', '4575', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4575', 42, 'nav_menu_item', '', 0),
|
||
(4576, 1, '2014-01-29 21:07:09', '2014-01-29 21:07:09', ' ', '', '', 'publish', 'open', 'open', '', '4576', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4576', 41, 'nav_menu_item', '', 0),
|
||
(4577, 1, '2014-01-29 21:07:09', '2014-01-29 21:07:09', ' ', '', '', 'publish', 'open', 'open', '', '4577', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4577', 55, 'nav_menu_item', '', 0),
|
||
(4578, 1, '2014-01-29 21:07:09', '2014-01-29 21:07:09', ' ', '', '', 'publish', 'open', 'open', '', '4578', '', '', '2014-02-25 18:34:17', '2014-02-25 18:34:17', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4578', 7, 'nav_menu_item', '', 0),
|
||
(4579, 1, '2014-01-29 21:07:09', '2014-01-29 21:07:09', ' ', '', '', 'publish', 'open', 'open', '', '4579', '', '', '2014-02-25 18:34:17', '2014-02-25 18:34:17', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4579', 6, 'nav_menu_item', '', 0),
|
||
(4580, 1, '2014-01-29 21:07:09', '2014-01-29 21:07:09', ' ', '', '', 'publish', 'open', 'open', '', '4580', '', '', '2014-02-25 18:34:17', '2014-02-25 18:34:17', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4580', 10, 'nav_menu_item', '', 0),
|
||
(4581, 1, '2014-01-29 21:07:09', '2014-01-29 21:07:09', ' ', '', '', 'publish', 'open', 'open', '', '4581', '', '', '2014-02-25 18:34:17', '2014-02-25 18:34:17', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4581', 9, 'nav_menu_item', '', 0),
|
||
(4868, 1, '2014-02-21 11:50:17', '2014-02-21 11:50:17', '[two_third last="no"]\r\n[title size="3"]Formulario de contacto[/title]\r\n[gravityform id="1" name="Contacto" ajax="true" title="false"]\r\n[/two_third]\r\n[one_third last="yes"]\r\n[title size="3"]Double R Group[/title]\r\n<p>[fontawesome icon="map-marker" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"] Calle de Almagro, 21, 28010 Madrid</p>\r\n<p>[fontawesome icon="phone" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]+34 619 686 633</p>\r\n<p>[fontawesome icon="envelope" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]info@doublergroup.com</p>\r\n<p>[fontawesome icon="globe" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]www.doublergroup.com</p>\r\n[/one_third]\r\n', 'Contacto', '', 'inherit', 'open', 'open', '', '4671-revision-v1', '', '', '2014-02-21 11:50:17', '2014-02-21 11:50:17', '', 4671, 'http://127.0.0.1:4001/wordpress/4671-revision-v1/', 0, 'revision', '', 0),
|
||
(4586, 1, '2014-01-29 21:07:09', '2014-01-29 21:07:09', ' ', '', '', 'publish', 'open', 'open', '', '4586', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4586', 36, 'nav_menu_item', '', 0),
|
||
(4587, 1, '2014-01-29 21:07:09', '2014-01-29 21:07:09', ' ', '', '', 'publish', 'open', 'open', '', '4587', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4587', 45, 'nav_menu_item', '', 0),
|
||
(4960, 1, '2014-02-26 08:51:05', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'open', '', '', '', '', '2014-02-26 08:51:05', '0000-00-00 00:00:00', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4960', 1, 'nav_menu_item', '', 0),
|
||
(4959, 1, '2014-02-26 08:50:55', '0000-00-00 00:00:00', '', 'Razas', '', 'draft', 'closed', 'open', '', '', '', '', '2014-02-26 08:50:55', '0000-00-00 00:00:00', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4959', 1, 'nav_menu_item', '', 0),
|
||
(4590, 1, '2014-01-29 21:07:09', '2014-01-29 21:07:09', ' ', '', '', 'publish', 'open', 'open', '', '4590', '', '', '2014-01-29 21:07:09', '2014-01-29 21:07:09', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4590', 3, 'nav_menu_item', '', 0),
|
||
(4591, 1, '2014-01-29 21:07:09', '2014-01-29 21:07:09', ' ', '', '', 'publish', 'open', 'open', '', '4591', '', '', '2014-01-29 21:07:09', '2014-01-29 21:07:09', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4591', 4, 'nav_menu_item', '', 0),
|
||
(4592, 1, '2014-01-29 21:07:09', '2014-01-29 21:07:09', ' ', '', '', 'publish', 'open', 'open', '', '4592', '', '', '2014-02-25 18:34:17', '2014-02-25 18:34:17', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4592', 14, 'nav_menu_item', '', 0),
|
||
(4593, 1, '2014-01-29 21:07:09', '2014-01-29 21:07:09', ' ', '', '', 'publish', 'open', 'open', '', '4593', '', '', '2014-02-25 18:34:17', '2014-02-25 18:34:17', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4593', 13, 'nav_menu_item', '', 0),
|
||
(4594, 1, '2014-01-29 21:07:09', '2014-01-29 21:07:09', ' ', '', '', 'publish', 'open', 'open', '', '4594', '', '', '2014-02-25 18:34:17', '2014-02-25 18:34:17', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4594', 12, 'nav_menu_item', '', 0),
|
||
(4595, 1, '2014-01-29 21:07:10', '2014-01-29 21:07:10', '', 'slide_3.jpg', '', 'inherit', 'closed', 'closed', '', 'slide-3-jpg', '', '', '2014-01-29 21:07:10', '2014-01-29 21:07:10', '', 0, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/revslider/Avada_Full_Width/slide_3.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4596, 1, '2014-01-29 21:07:13', '2014-01-29 21:07:13', '', 'slide_4.jpg', '', 'inherit', 'closed', 'closed', '', 'slide-4-jpg', '', '', '2014-01-29 21:07:13', '2014-01-29 21:07:13', '', 0, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/revslider/Avada_Full_Width/slide_4.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4600, 1, '2014-01-29 21:07:17', '2014-01-29 21:07:17', '', 'slide_5.jpg', '', 'inherit', 'closed', 'closed', '', 'slide-5-jpg', '', '', '2014-01-29 21:07:17', '2014-01-29 21:07:17', '', 0, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/revslider/Avada_Full_Width/slide_5.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4602, 1, '2014-01-29 21:07:20', '2014-01-29 21:07:20', '', 'slide_1.jpg', '', 'inherit', 'closed', 'closed', '', 'slide-1-jpg', '', '', '2014-01-29 21:07:20', '2014-01-29 21:07:20', '', 0, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/revslider/Avada_Page_Slider/slide_1.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4603, 1, '2014-01-29 21:07:23', '2014-01-29 21:07:23', '', 'slide_2.jpg', '', 'inherit', 'closed', 'closed', '', 'slide-2-jpg', '', '', '2014-01-29 21:07:23', '2014-01-29 21:07:23', '', 0, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/revslider/Avada_Page_Slider/slide_2.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4604, 1, '2014-01-29 21:07:25', '2014-01-29 21:07:25', '', 'slide_4.jpg', '', 'inherit', 'closed', 'closed', '', 'slide-4-jpg-2', '', '', '2014-01-29 21:07:25', '2014-01-29 21:07:25', '', 0, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/revslider/Avada_Small_Slider/slide_4.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4619, 1, '2014-02-06 17:13:41', '2014-02-06 17:13:41', '', 'Logo-RR@2x', '', 'inherit', 'open', 'open', '', 'logo-rr2x', '', '', '2014-02-06 17:13:41', '2014-02-06 17:13:41', '', 6, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Logo-RR@2x.png', 0, 'attachment', 'image/png', 0),
|
||
(4618, 1, '2014-02-06 17:13:41', '2014-02-06 17:13:41', '', 'Logo-RR', '', 'inherit', 'open', 'open', '', 'logo-rr', '', '', '2014-02-06 17:13:41', '2014-02-06 17:13:41', '', 5, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Logo-RR.png', 0, 'attachment', 'image/png', 0),
|
||
(4612, 1, '2014-01-29 22:43:11', '2014-01-29 22:43:11', '', 'cropped-header-01', '', 'inherit', 'open', 'open', '', 'cropped-header-01', '', '', '2014-01-29 22:43:11', '2014-01-29 22:43:11', '', 0, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/01/cropped-header-01.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4613, 1, '2014-01-29 22:43:44', '2014-01-29 22:43:44', '[separator top="40"]\r\n\r\n[content_boxes]\r\n[content_box title="Responsive Design" image="" icon="tablet" link="http://themeforest.net/user/ThemeFusionhttp://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada is fully responsive and can adapt to any screen size. Try resizing your browser window to see it happen.[/content_box]\r\n[content_box title="Awesome Sliders" image="" icon="random" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada includes the awesome Layer Parallax Slider as well as the popular FlexSlider2. Both are easy to use![/content_box]\r\n[content_box title="Unlimited Colors" image="" icon="tint" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]We included a backend color picker for unlimited color options. Anything can be changed, including the gradients![/content_box]\r\n[content_box last="yes" title="500+ Google Fonts" image="" icon="text-width" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada loves fonts, choose from over 500+ Google Fonts. You can change all headings and body copy with ease![/content_box]\r\n[/content_boxes]\r\n\r\n[separator top="-10"]\r\n\r\n[title size="2"]Latest From The Blog[/title]\r\n[recent_posts columns="3" number_posts="3" cat_id="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="20"][/recent_posts]\r\n\r\n[tagline_box link="http://themeforest.net/user/ThemeFusion" button="Purchase Now" title="Avada is incredibly responsive, with a refreshingly clean design" description="And it has some awesome features, premium sliders, unlimited colors, advanced theme options and so much more!"][/tagline_box]\r\n\r\n[separator top="30"]\r\n[title size="2"]Our Recent Work[/title][recent_works cat_id=""][/recent_works]', 'Home Version 7', '', 'inherit', 'open', 'open', '', '2398-revision-v1', '', '', '2014-01-29 22:43:44', '2014-01-29 22:43:44', '', 2398, 'http://127.0.0.1:4001/wordpress/?p=4613', 0, 'revision', '', 0),
|
||
(4614, 1, '2014-01-29 23:19:47', '2014-01-29 23:19:47', '[separator top="-55"]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/slide_41-300x143.jpg" backgroundrepeat="no-repeat" backgroundposition="center top" backgroundattachment="fixed" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Avada: Themeforest''s #1 Selling Wordpress Theme of All Time</h1>\r\nWith over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.\r\n\r\n[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]\r\n\r\n \r\n\r\n \r\n\r\n[content_boxes]\r\n[content_box title="Responsive Design" image="" icon="tablet" link="http://themeforest.net/user/ThemeFusionhttp://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada is fully responsive and can adapt to any screen size. Try resizing your browser window to see it happen.[/content_box]\r\n[content_box title="Awesome Sliders" image="" icon="random" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada includes the awesome Layer Parallax Slider as well as the popular FlexSlider2. Both are easy to use![/content_box]\r\n[content_box title="Unlimited Colors" image="" icon="tint" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]We included a backend color picker for unlimited color options. Anything can be changed, including the gradients![/content_box]\r\n[content_box last="yes" title="500+ Google Fonts" image="" icon="text-width" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada loves fonts, choose from over 500+ Google Fonts. You can change all headings and body copy with ease![/content_box]\r\n[/content_boxes]\r\n\r\n[tagline_box backgroundcolor="#1e73be" shadow="yes" shadowopacity="0.1" border="1px" bordercolor="" highlightposition="top" link="" linktarget="_self" buttoncolor="" button="" title="Title" description="TEXTO" animation_type="fade" animation_direction="up" animation_speed="0.1"][/tagline_box]\r\n\r\n[/fullwidth]\r\n\r\n[separator top="-10"]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Latest From The Blog[/title]\r\n[recent_posts columns="3" number_posts="3" cat_id="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="20"][/recent_posts]\r\n\r\n[tagline_box link="http://themeforest.net/user/ThemeFusion" button="Purchase Now" title="Avada is incredibly responsive, with a refreshingly clean design" description="And it has some awesome features, premium sliders, unlimited colors, advanced theme options and so much more!"][/tagline_box]\r\n\r\n[/fullwidth]\r\n\r\n[separator top="30"]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n[title size="2"]Our Recent Work[/title][recent_works cat_id=""][/recent_works]\r\n\r\n[/fullwidth]', 'Home Version 7', '', 'inherit', 'open', 'open', '', '2398-autosave-v1', '', '', '2014-01-29 23:19:47', '2014-01-29 23:19:47', '', 2398, 'http://127.0.0.1:4001/wordpress/?p=4614', 0, 'revision', '', 0),
|
||
(4626, 1, '2014-02-07 11:46:21', '2014-02-07 11:46:21', '[separator top="-55"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</p>\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 11:46:21', '2014-02-07 11:46:21', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4626', 0, 'revision', '', 0),
|
||
(4627, 1, '2014-02-07 11:48:00', '2014-02-07 11:48:00', '[separator top="-55"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11.jpg" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="100px" paddingBottom="100px"]\r\n<img class="aligncenter" alt="" src="http://theme-fusion.com/avada/wp-content/uploads/2013/08/text.png" />\r\n[/fullwidth]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</p>\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 11:48:00', '2014-02-07 11:48:00', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4627', 0, 'revision', '', 0),
|
||
(4628, 1, '2014-02-07 11:48:39', '2014-02-07 11:48:39', '', 'background_photo', '', 'inherit', 'open', 'open', '', 'background_photo', '', '', '2014-02-07 11:48:39', '2014-02-07 11:48:39', '', 0, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4629, 1, '2014-02-07 11:48:59', '2014-02-07 11:48:59', '[separator top="-55"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo.jpg" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="100px" paddingBottom="100px"]\r\n<img class="aligncenter" alt="" src="http://theme-fusion.com/avada/wp-content/uploads/2013/08/text.png" />\r\n[/fullwidth]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</p>\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 11:48:59', '2014-02-07 11:48:59', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4629', 0, 'revision', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(4630, 1, '2014-02-07 11:49:44', '2014-02-07 11:49:44', '[separator top="-55"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo.jpg" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="100px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n\r\n<img class="aligncenter" alt="" src="http://theme-fusion.com/avada/wp-content/uploads/2013/08/text.png" />\r\n[/fullwidth]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</p>\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 11:49:44', '2014-02-07 11:49:44', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4630', 0, 'revision', '', 0),
|
||
(4616, 1, '2014-01-29 23:13:09', '2014-01-29 23:13:09', '[separator top="-55"]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/slide_41-300x143.jpg" backgroundrepeat="no-repeat" backgroundposition="center top" backgroundattachment="fixed" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Avada: Themeforest''s #1 Selling Wordpress Theme of All Time</h1>\r\nWith over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.\r\n\r\n[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]\r\n\r\n \r\n\r\n \r\n\r\n[content_boxes]\r\n[content_box title="Responsive Design" image="" icon="tablet" link="http://themeforest.net/user/ThemeFusionhttp://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada is fully responsive and can adapt to any screen size. Try resizing your browser window to see it happen.[/content_box]\r\n[content_box title="Awesome Sliders" image="" icon="random" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada includes the awesome Layer Parallax Slider as well as the popular FlexSlider2. Both are easy to use![/content_box]\r\n[content_box title="Unlimited Colors" image="" icon="tint" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]We included a backend color picker for unlimited color options. Anything can be changed, including the gradients![/content_box]\r\n[content_box last="yes" title="500+ Google Fonts" image="" icon="text-width" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada loves fonts, choose from over 500+ Google Fonts. You can change all headings and body copy with ease![/content_box]\r\n[/content_boxes]\r\n\r\n[/fullwidth]\r\n\r\n[separator top="-10"]\r\n\r\n[title size="2"]Latest From The Blog[/title]\r\n[recent_posts columns="3" number_posts="3" cat_id="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="20"][/recent_posts]\r\n\r\n[tagline_box link="http://themeforest.net/user/ThemeFusion" button="Purchase Now" title="Avada is incredibly responsive, with a refreshingly clean design" description="And it has some awesome features, premium sliders, unlimited colors, advanced theme options and so much more!"][/tagline_box]\r\n\r\n[separator top="30"]\r\n[title size="2"]Our Recent Work[/title][recent_works cat_id=""][/recent_works]', 'Home Version 7', '', 'inherit', 'open', 'open', '', '2398-revision-v1', '', '', '2014-01-29 23:13:09', '2014-01-29 23:13:09', '', 2398, 'http://127.0.0.1:4001/wordpress/?p=4616', 0, 'revision', '', 0),
|
||
(4617, 1, '2014-01-29 23:14:00', '2014-01-29 23:14:00', '[separator top="-55"]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/slide_41-300x143.jpg" backgroundrepeat="no-repeat" backgroundposition="center top" backgroundattachment="fixed" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Avada: Themeforest''s #1 Selling Wordpress Theme of All Time</h1>\r\nWith over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.\r\n\r\n[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]\r\n\r\n \r\n\r\n \r\n\r\n[content_boxes]\r\n[content_box title="Responsive Design" image="" icon="tablet" link="http://themeforest.net/user/ThemeFusionhttp://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada is fully responsive and can adapt to any screen size. Try resizing your browser window to see it happen.[/content_box]\r\n[content_box title="Awesome Sliders" image="" icon="random" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada includes the awesome Layer Parallax Slider as well as the popular FlexSlider2. Both are easy to use![/content_box]\r\n[content_box title="Unlimited Colors" image="" icon="tint" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]We included a backend color picker for unlimited color options. Anything can be changed, including the gradients![/content_box]\r\n[content_box last="yes" title="500+ Google Fonts" image="" icon="text-width" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada loves fonts, choose from over 500+ Google Fonts. You can change all headings and body copy with ease![/content_box]\r\n[/content_boxes]\r\n\r\n[/fullwidth]\r\n\r\n[separator top="-10"]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Latest From The Blog[/title]\r\n[recent_posts columns="3" number_posts="3" cat_id="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="20"][/recent_posts]\r\n\r\n[tagline_box link="http://themeforest.net/user/ThemeFusion" button="Purchase Now" title="Avada is incredibly responsive, with a refreshingly clean design" description="And it has some awesome features, premium sliders, unlimited colors, advanced theme options and so much more!"][/tagline_box]\r\n\r\n[/fullwidth]\r\n\r\n[separator top="30"]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n[title size="2"]Our Recent Work[/title][recent_works cat_id=""][/recent_works]\r\n\r\n[/fullwidth]', 'Home Version 7', '', 'inherit', 'open', 'open', '', '2398-revision-v1', '', '', '2014-01-29 23:14:00', '2014-01-29 23:14:00', '', 2398, 'http://127.0.0.1:4001/wordpress/?p=4617', 0, 'revision', '', 0),
|
||
(4634, 1, '2014-02-07 11:54:27', '2014-02-07 11:54:27', '[separator top="-55"]\r\n[fullwidth backgroundcolor="#eaeaea" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Cría y alta competición de caballos</h1>\r\n<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo.jpg" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="100px" paddingBottom="100px"]\r\n\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.\r\n\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 11:54:27', '2014-02-07 11:54:27', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4634', 0, 'revision', '', 0),
|
||
(4635, 1, '2014-02-07 11:55:00', '2014-02-07 11:55:00', '[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo.jpg" backgroundrepeat="no-repeat" backgroundposition="center left" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="100px" paddingBottom="100px"]\r\n[/fullwidth]\r\n[separator top="-55"]\r\n[fullwidth backgroundcolor="#eaeaea" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Cría y alta competición de caballos</h1>\r\n<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.\r\n\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 11:55:00', '2014-02-07 11:55:00', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4635', 0, 'revision', '', 0),
|
||
(4636, 1, '2014-02-07 11:55:16', '2014-02-07 11:55:16', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo.jpg" backgroundrepeat="no-repeat" backgroundposition="center left" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="100px" paddingBottom="100px"]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#eaeaea" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Cría y alta competición de caballos</h1>\r\n<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.\r\n\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 11:55:16', '2014-02-07 11:55:16', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4636', 0, 'revision', '', 0),
|
||
(4637, 1, '2014-02-07 11:55:36', '2014-02-07 11:55:36', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo.jpg" backgroundrepeat="no-repeat" backgroundposition="center left" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="100px" paddingBottom="100px"]\r\n<h1>Cría y alta competición de caballos</h1>\r\n<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#eaeaea" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Cría y alta competición de caballos</h1>\r\n<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.\r\n\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 11:55:36', '2014-02-07 11:55:36', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4637', 0, 'revision', '', 0),
|
||
(4638, 1, '2014-02-07 11:55:48', '2014-02-07 11:55:48', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo.jpg" backgroundrepeat="no-repeat" backgroundposition="center left" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="50px" paddingBottom="50px"]\r\n<h1>Cría y alta competición de caballos</h1>\r\n<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#eaeaea" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Cría y alta competición de caballos</h1>\r\n<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.\r\n\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 11:55:48', '2014-02-07 11:55:48', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4638', 0, 'revision', '', 0),
|
||
(4639, 1, '2014-02-07 11:56:20', '2014-02-07 11:56:20', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo.jpg" backgroundrepeat="no-repeat" backgroundposition="center left" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="50px" paddingBottom="50px"]\r\n<h1 style="color: #a0ce4e;">Cría y alta competición de caballos</h1>\r\n<h2 style="color: #aaa;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#eaeaea" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Cría y alta competición de caballos</h1>\r\n<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.\r\n\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 11:56:20', '2014-02-07 11:56:20', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4639', 0, 'revision', '', 0),
|
||
(4640, 1, '2014-02-07 11:56:34', '2014-02-07 11:56:34', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo.jpg" backgroundrepeat="no-repeat" backgroundposition="center left" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="30px"]\r\n<h1 style="color: #a0ce4e;">Cría y alta competición de caballos</h1>\r\n<h2 style="color: #aaa;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#eaeaea" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Cría y alta competición de caballos</h1>\r\n<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.\r\n\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 11:56:34', '2014-02-07 11:56:34', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4640', 0, 'revision', '', 0),
|
||
(4641, 1, '2014-02-07 11:56:48', '2014-02-07 11:56:48', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo.jpg" backgroundrepeat="no-repeat" backgroundposition="center left" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="30px"]\r\n<h1><span style="color: #a0ce4e;">Cría y alta competición de caballos</span></h1>\r\n<h2 style="color: #aaa;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#eaeaea" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Cría y alta competición de caballos</h1>\r\n<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.\r\n\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 11:56:48', '2014-02-07 11:56:48', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4641', 0, 'revision', '', 0),
|
||
(4642, 1, '2014-02-07 11:57:06', '2014-02-07 11:57:06', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo.jpg" backgroundrepeat="no-repeat" backgroundposition="center left" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="30px"]\r\n<h1><span style="color: #a0ce4e;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #aaa;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#eaeaea" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Cría y alta competición de caballos</h1>\r\n<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.\r\n\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 11:57:06', '2014-02-07 11:57:06', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4642', 0, 'revision', '', 0),
|
||
(4643, 1, '2014-02-07 11:57:34', '2014-02-07 11:57:34', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo.jpg" backgroundrepeat="no-repeat" backgroundposition="center left" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="30px"]\r\n<h1><span style="color: #8ea1b4;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #ffffff;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#eaeaea" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Cría y alta competición de caballos</h1>\r\n<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.\r\n\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 11:57:34', '2014-02-07 11:57:34', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4643', 0, 'revision', '', 0),
|
||
(4644, 1, '2014-02-07 11:57:51', '2014-02-07 11:57:51', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo.jpg" backgroundrepeat="no-repeat" backgroundposition="bottom center" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="30px"]\r\n<h1><span style="color: #8ea1b4;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #ffffff;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#eaeaea" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Cría y alta competición de caballos</h1>\r\n<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.\r\n\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 11:57:51', '2014-02-07 11:57:51', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4644', 0, 'revision', '', 0),
|
||
(4646, 1, '2014-02-07 11:59:30', '2014-02-07 11:59:30', '[separator top="-55"]\r\n\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo.jpg" backgroundrepeat="no-repeat" backgroundposition="bottom center" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="30px"]\r\n<h1><span style="color: #8ea1b4;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #ffffff;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#eaeaea" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Cría y alta competición de caballos</h1>\r\n<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.\r\n\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 11:59:30', '2014-02-07 11:59:30', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4646', 0, 'revision', '', 0),
|
||
(4645, 1, '2014-02-07 11:59:08', '2014-02-07 11:59:08', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo.jpg" backgroundrepeat="no-repeat" backgroundposition="center bottom" backgroundattachment="fixed" bordersize="0px" bordercolor="" paddingTop="25px" paddingBottom="30px"]\r\n<h1><span style="color: #8ea1b4;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #ffffff;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n\r\n[/fullwidth]\r\n\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo.jpg" backgroundrepeat="no-repeat" backgroundposition="bottom center" backgroundattachment="fixed" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="30px"]\r\n<h1><span style="color: #8ea1b4;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #ffffff;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#eaeaea" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Cría y alta competición de caballos</h1>\r\n<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.\r\n\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 11:59:08', '2014-02-07 11:59:08', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4645', 0, 'revision', '', 0),
|
||
(4648, 1, '2014-02-07 12:00:36', '2014-02-07 12:00:36', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo.jpg" backgroundrepeat="no-repeat" backgroundposition="bottom center" backgroundattachment="" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="30px"]\r\n<h1><span style="color: #295e81;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #333;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#eaeaea" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Cría y alta competición de caballos</h1>\r\n<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.\r\n\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 12:00:36', '2014-02-07 12:00:36', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4648', 0, 'revision', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(4647, 1, '2014-02-07 11:59:48', '2014-02-07 11:59:48', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo.jpg" backgroundrepeat="no-repeat" backgroundposition="center bottom" backgroundattachment="fixed" bordersize="0px" bordercolor="" paddingTop="25px" paddingBottom="30px"]\r\n<h1><span style="color: #8ea1b4;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #ffffff;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo.jpg" backgroundrepeat="no-repeat" backgroundposition="bottom center" backgroundattachment="" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="30px"]\r\n<h1><span style="color: #8ea1b4;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #ffffff;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#eaeaea" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Cría y alta competición de caballos</h1>\r\n<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.\r\n\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 11:59:48', '2014-02-07 11:59:48', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4647', 0, 'revision', '', 0),
|
||
(4649, 1, '2014-02-07 12:00:52', '2014-02-07 12:00:52', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo.jpg" backgroundrepeat="no-repeat" backgroundposition="center center" backgroundattachment="" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="30px"]\r\n<h1><span style="color: #295e81;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #333;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#eaeaea" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Cría y alta competición de caballos</h1>\r\n<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.\r\n\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 12:00:52', '2014-02-07 12:00:52', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4649', 0, 'revision', '', 0),
|
||
(4650, 1, '2014-02-07 12:01:07', '2014-02-07 12:01:07', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo.jpg" backgroundrepeat="no-repeat" backgroundposition="-100px center" backgroundattachment="" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="30px"]\r\n<h1><span style="color: #295e81;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #333;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#eaeaea" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Cría y alta competición de caballos</h1>\r\n<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.\r\n\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 12:01:07', '2014-02-07 12:01:07', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4650', 0, 'revision', '', 0),
|
||
(4651, 1, '2014-02-07 12:02:26', '2014-02-07 12:02:26', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #295e81;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #333;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#eaeaea" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Cría y alta competición de caballos</h1>\r\n<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.\r\n\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 12:02:26', '2014-02-07 12:02:26', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4651', 0, 'revision', '', 0),
|
||
(4652, 1, '2014-02-07 12:02:44', '2014-02-07 12:02:44', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#eaeaea" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Cría y alta competición de caballos</h1>\r\n<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.\r\n\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 12:02:44', '2014-02-07 12:02:44', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4652', 0, 'revision', '', 0),
|
||
(4653, 1, '2014-02-07 12:03:12', '2014-02-07 12:03:12', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#000" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#eaeaea" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Cría y alta competición de caballos</h1>\r\n<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.\r\n\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 12:03:12', '2014-02-07 12:03:12', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4653', 0, 'revision', '', 0),
|
||
(4654, 1, '2014-02-07 12:03:24', '2014-02-07 12:03:24', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#333" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#eaeaea" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Cría y alta competición de caballos</h1>\r\n<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.\r\n\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 12:03:24', '2014-02-07 12:03:24', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4654', 0, 'revision', '', 0),
|
||
(4655, 1, '2014-02-07 12:06:23', '2014-02-07 12:06:23', '', 'background_photo', '', 'inherit', 'open', 'open', '', 'background_photo-2', '', '', '2014-02-07 12:06:23', '2014-02-07 12:06:23', '', 0, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4656, 1, '2014-02-07 12:06:44', '2014-02-07 12:06:44', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#333" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#eaeaea" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Cría y alta competición de caballos</h1>\r\n<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.\r\n\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 12:06:44', '2014-02-07 12:06:44', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4656', 0, 'revision', '', 0),
|
||
(4657, 1, '2014-02-07 12:07:29', '2014-02-07 12:07:29', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#333" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#eaeaea" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Cría y alta competición de caballos</h1>\r\n<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.\r\n\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 12:07:29', '2014-02-07 12:07:29', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4657', 0, 'revision', '', 0),
|
||
(4658, 1, '2014-02-07 12:07:45', '2014-02-07 12:07:45', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#333" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#eaeaea" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Cría y alta competición de caballos</h1>\r\n<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.\r\n\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 12:07:45', '2014-02-07 12:07:45', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4658', 0, 'revision', '', 0),
|
||
(4659, 1, '2014-02-07 12:08:05', '2014-02-07 12:08:05', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#666" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#eaeaea" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Cría y alta competición de caballos</h1>\r\n<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.\r\n\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 12:08:05', '2014-02-07 12:08:05', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4659', 0, 'revision', '', 0),
|
||
(4660, 1, '2014-02-07 12:13:52', '2014-02-07 12:13:52', '\r\n[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#666" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Welcome To Avada[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.\r\n\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 12:13:52', '2014-02-07 12:13:52', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4660', 0, 'revision', '', 0),
|
||
(4661, 1, '2014-02-07 12:14:15', '2014-02-07 12:14:15', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#666" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Welcome To Avada[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.\r\n\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 12:14:15', '2014-02-07 12:14:15', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4661', 0, 'revision', '', 0),
|
||
(4662, 1, '2014-02-07 12:14:30', '2014-02-07 12:14:30', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#a0a0a0" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Welcome To Avada[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.\r\n\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 12:14:30', '2014-02-07 12:14:30', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4662', 0, 'revision', '', 0),
|
||
(4663, 1, '2014-02-07 12:14:51', '2014-02-07 12:14:51', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#a0a0a0" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Nuestra misión[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n[separator top="55"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="15px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Why to ride at <span style="color: #a0ce4e;">The Equestrian Club</span>?</h1>\r\n<p style="text-align: center; margin-top: -10px;">With over [tooltip title="800+ Sales Per Week!"]<strong>32,000 Users and counting</strong>[/tooltip], Avada is the right choice for you! Simply put, its the [tooltip title="We Love Our Users!"]<strong>most complete and trusted</strong>[/tooltip] wordpress theme on the market.</p>\r\n<p style="text-align: center;">[button color="" size="large" link="" target="http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226"]Purchase Avada Now![/button]</p>\r\n[/fullwidth]\r\n[separator top="55"]\r\n<h2>Why to ride at The Equestrian Club?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.\r\n\r\n ', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 12:14:51', '2014-02-07 12:14:51', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4663', 0, 'revision', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(4664, 1, '2014-02-07 12:19:34', '2014-02-07 12:19:34', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#a0a0a0" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Nuestra misión[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[/fullwidth]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 12:19:34', '2014-02-07 12:19:34', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4664', 0, 'revision', '', 0),
|
||
(4665, 1, '2014-02-07 12:20:04', '2014-02-07 12:20:04', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#a0a0a0" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Nuestra misión[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="20px" paddingBottom="20px"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[/fullwidth]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 12:20:04', '2014-02-07 12:20:04', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4665', 0, 'revision', '', 0),
|
||
(4666, 1, '2014-02-07 12:33:42', '2014-02-07 12:33:42', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Nuestra misión[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[/fullwidth]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 12:33:42', '2014-02-07 12:33:42', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4666', 0, 'revision', '', 0),
|
||
(4667, 1, '2014-02-07 12:34:08', '2014-02-07 12:34:08', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Nuestra misión[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n[separator top="-55"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 12:34:08', '2014-02-07 12:34:08', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4667', 0, 'revision', '', 0),
|
||
(4668, 1, '2014-02-07 12:34:18', '2014-02-07 12:34:18', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Nuestra misión[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 12:34:18', '2014-02-07 12:34:18', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4668', 0, 'revision', '', 0),
|
||
(4669, 1, '2014-02-07 12:35:19', '2014-02-07 12:35:19', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Nuestra misión[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 12:35:19', '2014-02-07 12:35:19', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4669', 0, 'revision', '', 0),
|
||
(4670, 1, '2014-02-07 12:35:45', '2014-02-07 12:35:45', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Nuestra misión[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-07 12:35:45', '2014-02-07 12:35:45', '', 4623, 'http://127.0.0.1:4001/wordpress/?p=4670', 0, 'revision', '', 0),
|
||
(4671, 1, '2014-02-07 12:37:09', '2014-02-07 12:37:09', '[two_third last="no"]\r\n[title size="3"]Formulario de contacto[/title]\r\n[gravityform id="1" name="Contacto" ajax="true" title="false"]\r\n[/two_third]\r\n[one_third last="yes"]\r\n[title size="3"]Double R Group[/title]\r\n<p>[fontawesome icon="map-marker" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"] Calle de Almagro, 21, 28010 Madrid</p>\r\n<p>[fontawesome icon="phone" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]+34 619 686 633</p>\r\n<p>[fontawesome icon="envelope" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]info@doublergroup.com</p>\r\n<p>[fontawesome icon="globe" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]www.doublergroup.com</p>\r\n[/one_third]\r\n', 'Contacto', '', 'publish', 'open', 'open', '', 'contacto', '', '', '2014-02-21 11:50:17', '2014-02-21 11:50:17', '', 0, 'http://127.0.0.1:4001/wordpress/?page_id=4671', 0, 'page', '', 0),
|
||
(4672, 1, '2014-02-07 12:37:09', '2014-02-07 12:37:09', '', 'Contacto', '', 'inherit', 'open', 'open', '', '4671-revision-v1', '', '', '2014-02-07 12:37:09', '2014-02-07 12:37:09', '', 4671, 'http://127.0.0.1:4001/wordpress/?p=4672', 0, 'revision', '', 0),
|
||
(4673, 1, '2014-02-07 12:48:06', '2014-02-07 12:48:06', '[gravityform id="1" name="Contacto" ajax="true"]', 'Contacto', '', 'inherit', 'open', 'open', '', '4671-revision-v1', '', '', '2014-02-07 12:48:06', '2014-02-07 12:48:06', '', 4671, 'http://127.0.0.1:4001/wordpress/?p=4673', 0, 'revision', '', 0),
|
||
(4674, 1, '2014-02-20 16:32:24', '2014-02-20 16:32:24', '[two_third last="no"]\n[title size="2"]Formulario de contacto[/title]\n[gravityform id="1" name="Contacto" ajax="true" title="false"]\n[/two_third]\n[one_third last="yes"]\n[title size="2"]Double R Group[/title]\n[fontawesome icon="map-marker" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"] Calle de Almagro, 21, 28010 Madrid\n\n[fontawesome icon="phone" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]+34 619 686 633\n\n[fontawesome icon="envelope" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]info@doublergroup.com\n\n[fontawesome icon="globe" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]www.doublergroup.com\n\n \n\n[/one_third]\n\n ', 'Contacto', '', 'inherit', 'open', 'open', '', '4671-autosave-v1', '', '', '2014-02-20 16:32:24', '2014-02-20 16:32:24', '', 4671, 'http://127.0.0.1:4001/wordpress/?p=4674', 0, 'revision', '', 0),
|
||
(4675, 1, '2014-02-07 12:51:03', '2014-02-07 12:51:03', '[tagline_box backgroundcolor="#fff" shadow="yes" border="1px" bordercolor="#e8e6e6" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="" description="Font Awesome Icons are incredibly awesome. Avada has them built right into the theme so you can use any of the 300+ icons. Each one comes in 3 sizes and can be used with or without a circle and every one is 100% full vector so they look incredibly sharp and are retina-ready!"][/tagline_box]\n\n[title size="2"]Avada Includes Font Awesome, 300+ Icon Set![/title]\n<div class="clearfix">[fontawesome icon="tablet" circle="yes" size="large"][fontawesome icon="beaker" circle="yes" size="large"][fontawesome icon="magic" circle="yes" size="large"][fontawesome icon="book" circle="yes" size="large"][fontawesome icon="cloud" circle="yes" size="large"][fontawesome icon="comments-alt" circle="yes" size="large"][fontawesome icon="random" circle="yes" size="large"][fontawesome icon="thumbs-up" circle="yes" size="large"][fontawesome icon="umbrella" circle="yes" size="large"][fontawesome icon="laptop" circle="yes" size="large"][fontawesome icon="key" circle="yes" size="large"]</div>\n[separator top="75" style="none"]\n\n[one_third last="no"]\n[title size="2"]Large Icons[/title]\n[fontawesome icon="stethoscope" circle="yes" size="large"][fontawesome icon="picture" circle="yes" size="large"][fontawesome icon="sitemap" circle="yes" size="large"]\n[/one_third]\n\n[one_third last="no"]\n[title size="2"]Medium Icons[/title]\n[fontawesome icon="magnet" circle="yes" size="medium"][fontawesome icon="asterisk" circle="yes" size="medium"][fontawesome icon="bar-chart" circle="yes" size="medium"][fontawesome icon="beer" circle="yes" size="medium"][fontawesome icon="bell" circle="yes" size="medium"][fontawesome icon="bookmark" circle="yes" size="medium"][fontawesome icon="fighter-jet" circle="yes" size="medium"][fontawesome icon="cloud-upload" circle="yes" size="medium"][fontawesome icon="credit-card" circle="yes" size="medium"][fontawesome icon="mobile-phone" circle="yes" size="medium"][fontawesome icon="edit" circle="yes" size="medium"][fontawesome icon="legal" circle="yes" size="medium"]\n[/one_third]\n\n[one_third last="yes"]\n[title size="2"]Small Icons[/title]\n[fontawesome icon="wrench" circle="yes" size="small"][fontawesome icon="save" circle="yes" size="small"][fontawesome icon="user" circle="yes" size="small"][fontawesome icon="columns" circle="yes" size="small"][fontawesome icon="upload" circle="yes" size="small"][fontawesome icon="file" circle="yes" size="small"][fontawesome icon="tint" circle="yes" size="small"][fontawesome icon="envelope" circle="yes" size="small"][fontawesome icon="link" circle="yes" size="small"][fontawesome icon="eye-open" circle="yes" size="small"][fontawesome icon="thumbs-up" circle="yes" size="small"][fontawesome icon="coffee" circle="yes" size="small"][fontawesome icon="tasks" circle="yes" size="small"][fontawesome icon="check-empty" circle="yes" size="small"][fontawesome icon="tag" circle="yes" size="small"][fontawesome icon="gift" circle="yes" size="small"][fontawesome icon="spinner" circle="yes" size="small"][fontawesome icon="pushpin" circle="yes" size="small"][fontawesome icon="move" circle="yes" size="small"][fontawesome icon="headphones" circle="yes" size="small"][fontawesome icon="music" circle="yes" size="small"][fontawesome icon="heart-empty" circle="yes" size="small"][fontawesome icon="ok" circle="yes" size="small"][fontawesome icon="remove" circle="yes" size="small"][fontawesome icon="pencil" circle="yes" size="small"][fontawesome icon="minus" circle="yes" size="small"][fontawesome icon="phone" circle="yes" size="small"][fontawesome icon="refresh" circle="yes" size="small"][fontawesome icon="plus" circle="yes" size="small"][fontawesome icon="font" circle="yes" size="small"][fontawesome icon="star-empty" circle="yes" size="small"][fontawesome icon="rocket" circle="yes" size="small"][fontawesome icon="bullseye" circle="yes" size="small"][fontawesome icon="smile" circle="yes" size="small"][fontawesome icon="code" circle="yes" size="small"][fontawesome icon="shield" circle="yes" size="small"]\n[/one_third]\n\n[separator top="45" style="none"]\n\n[title size="2"]Use them With or Without Circles[/title]\n<div class="clearfix">[fontawesome icon="desktop" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="fire" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="film" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="gift" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="check" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="cog" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="leaf" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="dashboard" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="lock" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="user" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="flag" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="bolt" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="smile" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="lightbulb" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="signal" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="truck" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="screenshot" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="time" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="camera-retro" circle="no" size="large" iconcolor="#9a9a9a"][fontawesome icon="print" circle="no" size="large" iconcolor="#9a9a9a"]</div>\n[separator top="80" style="none"]\n\n[title size="2"]Easily Control The Circle Color, Icon Color & Border Color[/title]\n<div class="clearfix">[fontawesome icon="tablet" circle="yes" size="large" iconcolor="#ffffff" circlecolor="#a0ce4e" circlebordercolor="#54770f"]\n[fontawesome icon="beaker" circle="yes" size="large" iconcolor="#ffffff" circlecolor="#398cd2" circlebordercolor="#398cd2"]\n[fontawesome icon="magic" circle="yes" size="large" iconcolor="#e27d3a" circlecolor="#ffffff" circlebordercolor="#e27d3a"]\n[fontawesome icon="cloud" circle="yes" size="large" iconcolor="#ffffff" circlecolor="#b83e2a" circlebordercolor="#b83e2a"]\n[fontawesome icon="book" circle="yes" size="large" iconcolor="#5c5d5c" circlecolor="#b1b1b1" circlebordercolor="#5c5d5c"]\n[fontawesome icon="comments-alt" circle="yes" size="large" iconcolor="#ffffff" circlecolor="#96947a" circlebordercolor="#96947a"]\n[fontawesome icon="random" circle="yes" size="large" iconcolor="#24469b" circlecolor="#ffffff" circlebordercolor="#24469b"]\n[fontawesome icon="thumbs-up" circle="yes" size="large" iconcolor="#ffffff" circlecolor="#6b5694" circlebordercolor="#6b5694"]\n[fontawesome icon="umbrella" circle="yes" size="large" iconcolor="#74a37b" circlecolor="#4f7a55" circlebordercolor="#4f7a55"]\n[fontawesome icon="laptop" circle="yes" size="large" iconcolor="#ffffff" circlecolor="#98a7c5" circlebordercolor="#98a7c5"]\n[fontawesome icon="key" circle="yes" size="large" iconcolor="#333333" circlecolor="#ffffff" circlebordercolor="#333333"]</div>', 'Font Awesome', '', 'inherit', 'open', 'open', '', '3731-autosave-v1', '', '', '2014-02-07 12:51:03', '2014-02-07 12:51:03', '', 3731, 'http://127.0.0.1:4001/wordpress/?p=4675', 0, 'revision', '', 0),
|
||
(4676, 1, '2014-02-07 12:51:58', '2014-02-07 12:51:58', '[two_third last="no"][gravityform id="1" name="Contacto" ajax="true"][/two_third]\r\n[one_third last="yes"]\r\n<h5>DOUBLE R GROUP</h5>\r\n<ul>\r\n <li> [fontawesome icon="map-marker" circle="no" size="small" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"] 10th Manhattan Blvd, London, UK Theale, Reading, Berkshire</li>\r\n <li> +44 203 290 1502</li>\r\n <li> support@curlythemes.com</li>\r\n <li> www.curlythemes.com</li>\r\n</ul>\r\n \r\n\r\n[/one_third]\r\n\r\n ', 'Contacto', '', 'inherit', 'open', 'open', '', '4671-revision-v1', '', '', '2014-02-07 12:51:58', '2014-02-07 12:51:58', '', 4671, 'http://127.0.0.1:4001/wordpress/?p=4676', 0, 'revision', '', 0),
|
||
(4677, 1, '2014-02-07 12:52:37', '2014-02-07 12:52:37', '[two_third last="no"][gravityform id="1" name="Contacto" ajax="true"][/two_third]\r\n[one_third last="yes"]\r\n<h5>DOUBLE R GROUP</h5>\r\n[fontawesome icon="map-marker" circle="no" size="small" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"] 10th Manhattan Blvd, London, UK Theale, Reading, Berkshire<br/>\r\n+44 203 290 1502<br/>\r\nsupport@curlythemes.com<br/>\r\nwww.curlythemes.com<br/>\r\n\r\n \r\n\r\n[/one_third]\r\n\r\n ', 'Contacto', '', 'inherit', 'open', 'open', '', '4671-revision-v1', '', '', '2014-02-07 12:52:37', '2014-02-07 12:52:37', '', 4671, 'http://127.0.0.1:4001/wordpress/?p=4677', 0, 'revision', '', 0),
|
||
(4678, 1, '2014-02-07 12:52:50', '2014-02-07 12:52:50', '[two_third last="no"][gravityform id="1" name="Contacto" ajax="true"][/two_third]\r\n[one_third last="yes"]\r\n<h5>DOUBLE R GROUP</h5>\r\n[fontawesome icon="map-marker" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"] 10th Manhattan Blvd, London, UK Theale, Reading, Berkshire<br/>\r\n+44 203 290 1502<br/>\r\nsupport@curlythemes.com<br/>\r\nwww.curlythemes.com<br/>\r\n\r\n \r\n\r\n[/one_third]\r\n\r\n ', 'Contacto', '', 'inherit', 'open', 'open', '', '4671-revision-v1', '', '', '2014-02-07 12:52:50', '2014-02-07 12:52:50', '', 4671, 'http://127.0.0.1:4001/wordpress/?p=4678', 0, 'revision', '', 0),
|
||
(4679, 1, '2014-02-07 12:53:13', '2014-02-07 12:53:13', '[two_third last="no"][gravityform id="1" name="Contacto" ajax="true"][/two_third]\r\n[one_third last="yes"]\r\n<h4>DOUBLE R GROUP</h4>\r\n[fontawesome icon="map-marker" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"] 10th Manhattan Blvd, London, UK Theale, Reading, Berkshire<br/>\r\n+44 203 290 1502<br/>\r\nsupport@curlythemes.com<br/>\r\nwww.curlythemes.com<br/>\r\n\r\n \r\n\r\n[/one_third]\r\n\r\n ', 'Contacto', '', 'inherit', 'open', 'open', '', '4671-revision-v1', '', '', '2014-02-07 12:53:13', '2014-02-07 12:53:13', '', 4671, 'http://127.0.0.1:4001/wordpress/?p=4679', 0, 'revision', '', 0),
|
||
(4680, 1, '2014-02-07 12:56:37', '2014-02-07 12:56:37', '[two_third last="no"][gravityform id="1" name="Contacto" ajax="true"][/two_third]\r\n[one_third last="yes"]\r\n<h3>DOUBLE R GROUP</h3>\r\n[fontawesome icon="map-marker" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"] 10th Manhattan Blvd, London, UK Theale, Reading, Berkshire<br/>\r\n[fontawesome icon="map-phone" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]+34 619 686 633 <br/>\r\n[fontawesome icon="map-mail" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]info@doublergroup.com<br/>\r\n[fontawesome icon="map-globe" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]www.doublergroup.com<br/>\r\n\r\n \r\n\r\n[/one_third]\r\n\r\n ', 'Contacto', '', 'inherit', 'open', 'open', '', '4671-revision-v1', '', '', '2014-02-07 12:56:37', '2014-02-07 12:56:37', '', 4671, 'http://127.0.0.1:4001/wordpress/?p=4680', 0, 'revision', '', 0),
|
||
(4681, 1, '2014-02-07 12:57:05', '2014-02-07 12:57:05', '[two_third last="no"][gravityform id="1" name="Contacto" ajax="true"][/two_third]\r\n[one_third last="yes"]\r\n<h3>Double R Group</h3>\r\n[fontawesome icon="map-marker" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"] 10th Manhattan Blvd, London, UK Theale, Reading, Berkshire<br/>\r\n[fontawesome icon="map-phone" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]+34 619 686 633 <br/>\r\n[fontawesome icon="map-mail" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]info@doublergroup.com<br/>\r\n[fontawesome icon="map-globe" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]www.doublergroup.com<br/>\r\n\r\n \r\n\r\n[/one_third]\r\n\r\n ', 'Contacto', '', 'inherit', 'open', 'open', '', '4671-revision-v1', '', '', '2014-02-07 12:57:05', '2014-02-07 12:57:05', '', 4671, 'http://127.0.0.1:4001/wordpress/?p=4681', 0, 'revision', '', 0),
|
||
(4682, 1, '2014-02-07 12:58:26', '2014-02-07 12:58:26', '[two_third last="no"][gravityform id="1" name="Contacto" ajax="true"][/two_third]\r\n[one_third last="yes"]\r\n[title size="3"]Double R Group[/title]\r\n[fontawesome icon="map-marker" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"] 10th Manhattan Blvd, London, UK Theale, Reading, Berkshire<br/>\r\n[fontawesome icon="map-phone" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]+34 619 686 633 <br/>\r\n[fontawesome icon="map-mail" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]info@doublergroup.com<br/>\r\n[fontawesome icon="map-globe" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]www.doublergroup.com<br/>\r\n\r\n \r\n\r\n[/one_third]\r\n\r\n ', 'Contacto', '', 'inherit', 'open', 'open', '', '4671-revision-v1', '', '', '2014-02-07 12:58:26', '2014-02-07 12:58:26', '', 4671, 'http://127.0.0.1:4001/wordpress/?p=4682', 0, 'revision', '', 0),
|
||
(4683, 1, '2014-02-07 13:01:15', '2014-02-07 13:01:15', '[two_third last="no"][gravityform id="1" name="Contacto" ajax="true"][/two_third]\r\n[one_third last="yes"]\r\n[title size="3"]Double R Group[/title]\r\n[fontawesome icon="map-marker" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"] 10th Manhattan Blvd, London, UK Theale, Reading, Berkshire<br/>\r\n[fontawesome icon="phone" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]+34 619 686 633 <br/>\r\n[fontawesome icon="mail" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]info@doublergroup.com<br/>\r\n[fontawesome icon="globe" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]www.doublergroup.com<br/>\r\n\r\n \r\n\r\n[/one_third]\r\n\r\n ', 'Contacto', '', 'inherit', 'open', 'open', '', '4671-revision-v1', '', '', '2014-02-07 13:01:15', '2014-02-07 13:01:15', '', 4671, 'http://127.0.0.1:4001/wordpress/?p=4683', 0, 'revision', '', 0),
|
||
(4684, 1, '2014-02-07 13:01:54', '2014-02-07 13:01:54', '[two_third last="no"][gravityform id="1" name="Contacto" ajax="true"][/two_third]\r\n[one_third last="yes"]\r\n[title size="3"]Double R Group[/title]\r\n[fontawesome icon="map-marker" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"] 10th Manhattan Blvd, London, UK Theale, Reading, Berkshire<br/>\r\n[fontawesome icon="phone" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]+34 619 686 633 <br/>\r\n[fontawesome icon="envelope" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]info@doublergroup.com<br/>\r\n[fontawesome icon="globe" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]www.doublergroup.com<br/>\r\n\r\n \r\n\r\n[/one_third]\r\n\r\n ', 'Contacto', '', 'inherit', 'open', 'open', '', '4671-revision-v1', '', '', '2014-02-07 13:01:54', '2014-02-07 13:01:54', '', 4671, 'http://127.0.0.1:4001/wordpress/?p=4684', 0, 'revision', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(4685, 1, '2014-02-07 13:02:16', '2014-02-07 13:02:16', '[two_third last="no"][gravityform id="1" name="Contacto" ajax="true" title="no"][/two_third]\r\n[one_third last="yes"]\r\n[title size="3"]Double R Group[/title]\r\n[fontawesome icon="map-marker" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"] 10th Manhattan Blvd, London, UK Theale, Reading, Berkshire<br/>\r\n[fontawesome icon="phone" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]+34 619 686 633 <br/>\r\n[fontawesome icon="envelope" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]info@doublergroup.com<br/>\r\n[fontawesome icon="globe" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]www.doublergroup.com<br/>\r\n\r\n \r\n\r\n[/one_third]\r\n\r\n ', 'Contacto', '', 'inherit', 'open', 'open', '', '4671-revision-v1', '', '', '2014-02-07 13:02:16', '2014-02-07 13:02:16', '', 4671, 'http://127.0.0.1:4001/wordpress/?p=4685', 0, 'revision', '', 0),
|
||
(4686, 1, '2014-02-07 17:03:07', '2014-02-07 17:03:07', '', 'footer', '', 'inherit', 'open', 'open', '', 'footer', '', '', '2014-02-07 17:03:07', '2014-02-07 17:03:07', '', 9, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/01/footer.png', 0, 'attachment', 'image/png', 0),
|
||
(4687, 1, '2014-02-07 17:24:27', '2014-02-07 17:24:27', '', 'Logo-RR-footer', '', 'inherit', 'open', 'open', '', 'logo-rr-footer', '', '', '2014-02-07 17:24:27', '2014-02-07 17:24:27', '', 0, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Logo-RR-footer.png', 0, 'attachment', 'image/png', 0),
|
||
(4688, 1, '2014-02-07 17:24:28', '2014-02-07 17:24:28', '', 'Logo-RR-footer@2x', '', 'inherit', 'open', 'open', '', 'logo-rr-footer2x', '', '', '2014-02-07 17:24:28', '2014-02-07 17:24:28', '', 0, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Logo-RR-footer@2x.png', 0, 'attachment', 'image/png', 0),
|
||
(4689, 1, '2014-02-07 17:57:20', '2014-02-07 17:57:20', '[two_third last="no"]\r\n[title size="3"]Formulario de contacto[/title]\r\n[gravityform id="1" name="Contacto" ajax="true" title=""]\r\n[/two_third]\r\n[one_third last="yes"]\r\n[title size="3"]Double R Group[/title]\r\n[fontawesome icon="map-marker" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"] 10th Manhattan Blvd, London, UK Theale, Reading, Berkshire<br/>\r\n[fontawesome icon="phone" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]+34 619 686 633 <br/>\r\n[fontawesome icon="envelope" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]info@doublergroup.com<br/>\r\n[fontawesome icon="globe" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]www.doublergroup.com<br/>\r\n\r\n \r\n\r\n[/one_third]\r\n\r\n ', 'Contacto', '', 'inherit', 'open', 'open', '', '4671-revision-v1', '', '', '2014-02-07 17:57:20', '2014-02-07 17:57:20', '', 4671, 'http://127.0.0.1:4001/wordpress/?p=4689', 0, 'revision', '', 0),
|
||
(4690, 1, '2014-02-07 17:57:38', '2014-02-07 17:57:38', '[two_third last="no"]\r\n[title size="2"]Formulario de contacto[/title]\r\n[gravityform id="1" name="Contacto" ajax="true" title=""]\r\n[/two_third]\r\n[one_third last="yes"]\r\n[title size="2"]Double R Group[/title]\r\n[fontawesome icon="map-marker" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"] 10th Manhattan Blvd, London, UK Theale, Reading, Berkshire<br/>\r\n[fontawesome icon="phone" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]+34 619 686 633 <br/>\r\n[fontawesome icon="envelope" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]info@doublergroup.com<br/>\r\n[fontawesome icon="globe" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]www.doublergroup.com<br/>\r\n\r\n \r\n\r\n[/one_third]\r\n\r\n ', 'Contacto', '', 'inherit', 'open', 'open', '', '4671-revision-v1', '', '', '2014-02-07 17:57:38', '2014-02-07 17:57:38', '', 4671, 'http://127.0.0.1:4001/wordpress/?p=4690', 0, 'revision', '', 0),
|
||
(4819, 1, '2014-02-20 16:31:21', '2014-02-20 16:31:21', '[two_third last="no"]\r\n[title size="2"]Formulario de contacto[/title]\r\n[gravityform id="1" name="Contacto" ajax="true" title="false"]\r\n[/two_third]\r\n[one_third last="yes"]\r\n[title size="2"]Double R Group[/title]\r\n[fontawesome icon="map-marker" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"] 10th Manhattan Blvd, London, UK Theale, Reading, Berkshire\r\n\r\n[fontawesome icon="phone" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]+34 619 686 633\r\n\r\n[fontawesome icon="envelope" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]info@doublergroup.com\r\n\r\n[fontawesome icon="globe" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]www.doublergroup.com\r\n\r\n \r\n\r\n[/one_third]\r\n\r\n ', 'Contacto', '', 'inherit', 'open', 'open', '', '4671-revision-v1', '', '', '2014-02-20 16:31:21', '2014-02-20 16:31:21', '', 4671, 'http://127.0.0.1:4001/wordpress/4671-revision-v1/', 0, 'revision', '', 0),
|
||
(4691, 1, '2014-02-07 17:58:03', '2014-02-07 17:58:03', '[two_third last="no"]\r\n[title size="2"]Formulario de contacto[/title]\r\n[gravityform id="1" name="Contacto" ajax="true" title="false"]\r\n[/two_third]\r\n[one_third last="yes"]\r\n[title size="2"]Double R Group[/title]\r\n[fontawesome icon="map-marker" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"] 10th Manhattan Blvd, London, UK Theale, Reading, Berkshire<br/>\r\n[fontawesome icon="phone" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]+34 619 686 633 <br/>\r\n[fontawesome icon="envelope" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]info@doublergroup.com<br/>\r\n[fontawesome icon="globe" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]www.doublergroup.com<br/>\r\n\r\n \r\n\r\n[/one_third]\r\n\r\n ', 'Contacto', '', 'inherit', 'open', 'open', '', '4671-revision-v1', '', '', '2014-02-07 17:58:03', '2014-02-07 17:58:03', '', 4671, 'http://127.0.0.1:4001/wordpress/?p=4691', 0, 'revision', '', 0),
|
||
(4975, 1, '2014-02-26 11:40:17', '2014-02-26 11:40:17', '<h4>Holstein, bay, Born: 2008, 169cm</h4>\n\nInsemination fee: 700 €* (only frozen semen)\n\n \nAppproved for: Holstein, Oldenburg, Oldenburg-International, Westfalen and Rheinland. As well as all the South German Stud Books and the newly formed German States Stud Books.\n\n \n\nCarthano II was the celebrated premium sire at his approvals in Holstein in 2010, showing enormous ability in his paces, correct conformation, and an abundance of “stallion presence”. Carthano II also has an outstanding trot; this is due to his enormously powerful hind legs. He has a balanced consistent rhythm and large, flexible gaits. His jumping scope, good leg technique and quick reactions at the fence are eye-catching. With all these attributes, Carthano II is undisputedly one of the top stallions of his age group. \n\nIn 2011 Carthano II completed an excellent 30-day-test in Zweibrücken. He confirmed the high expectations by scoring 126 points in the “VA-Zuchtwert” for jumping. Also worth a mention was the deserved high points awarded for his well-tempered character and great attitude. \n\nCathano ll begins his preparation for the National Young Horse Championships in 2013 with his first show jumping events this coming season. \n\n[title size="3"]Progeny[/title]\n\nWe are looking forward with great expectation to Carthano’s first foals in 2012. \n\n[title size="3"]Pedigree[/title]\n\nCarthano II´s sire, Contender won his stallion performance test in Adelheidsdorf in 1987. Over the years, the son of Calypso II has developed into a valued and highly regarded breeding stallion with over one hundred of his approved sons actively serving around the world today. Contender himself was a living legend. Amongst others he sired Checkmate/M. Michaels-Beerbaum, two-time winner of the Riders Tour and team European champion, as well as Montender/M. Kutscher who won two Olympic bronze medals in 2004 and two gold medals at the European Championships in San Patrignano (ITA) in 2005.\n\n \n\n \n\nThe dam’s sire Carthago began his career at the HolsteinVerband, he went on to participate at two Olympic Games with his rider Jos Lansink. He has sired over thirty approved stallions and many international top sport horses such as Cash ridden by Marco Kutscher. Carthago was ranked second in 2010 on the WBFSH-Ranking of the world’s best show jumping sires thanks to his successful offspring.\n\nCarthano II’s dam G-Catania produced the two full-brothers and approved stallions Carthano I and II as well as two stud book premium mares and four sport horses. Two of which, Phyllis and Paula, both sired by Cambridge have been successful in 1.40 and higher jumping classes. The third maternal dam, Mechthild sired by Sacramento Song xx produced three successful sport horses: Leonardo by Landmeister, Cartouche by Cardinal und Lasso by Landmeister.\n\nThe following approved stallions all come from the Holstein lineage 2067: Aconito (by Acorado), Canterburry (by Caletto I), Canturano I and II (by Canturo), Carthano I and II (by Contender), Con Caletto (by Contender), Con Spirito (by Contender), Cosido (by Cosimo), Cristino (by Caretino), Jaquino (by Jayadevo de Mackinac), Landstreicher (by Landgraf I), Lordon (by Lord), Masetto (by Montanus), Octavio (by Oglio), Rando (by Romino) and Sympatico (by Sacramento Song xx).\n\nAmongst the 490 currently registered sport horses are Landstreicher (by Landgraf I), Cazaro (by Chambertin), Claim Collin (by Corrado I) and Cool Man (by Contender) all successful up to S-level. \n\n<iframe width="560" height="315" src="//www.youtube.com/embed/K708Q4zipEw" frameborder="0" allowfullscreen></iframe>', 'Carthano', '', 'inherit', 'closed', 'open', '', '4970-autosave-v1', '', '', '2014-02-26 11:40:17', '2014-02-26 11:40:17', '', 4970, 'http://127.0.0.1:4001/wordpress/4970-autosave-v1/', 0, 'revision', '', 0),
|
||
(4693, 1, '2014-02-10 17:04:06', '2014-02-10 17:04:06', ' ', '', '', 'publish', 'open', 'open', '', '4693', '', '', '2014-02-26 08:59:16', '2014-02-26 08:59:16', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4693', 6, 'nav_menu_item', '', 0),
|
||
(4694, 1, '2014-02-10 17:04:05', '2014-02-10 17:04:05', ' ', '', '', 'publish', 'open', 'open', '', '4694', '', '', '2014-02-26 08:59:16', '2014-02-26 08:59:16', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4694', 1, 'nav_menu_item', '', 0),
|
||
(4697, 1, '2014-02-10 17:02:39', '0000-00-00 00:00:00', '', 'Noticias', '', 'draft', 'open', 'open', '', '', '', '', '2014-02-10 17:02:39', '0000-00-00 00:00:00', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4697', 1, 'nav_menu_item', '', 0),
|
||
(4698, 1, '2014-02-10 17:04:51', '2014-02-10 17:04:51', '[blog number_posts="6" cat_slug="" title="yes" thumbnail="yes" excerpt="yes" excerpt_words="55" meta_all="yes" meta_author="no" meta_categories="yes" meta_comments="no" meta_date="yes" meta_link="yes" paging="yes" scrolling="pagination" strip_html="yes" layout="large-alternate"][/blog]', 'Noticias', '', 'publish', 'open', 'open', '', 'noticias', '', '', '2014-02-26 17:52:01', '2014-02-26 16:52:01', '', 0, 'http://127.0.0.1:4001/wordpress/?page_id=4698', 0, 'page', '', 0),
|
||
(4699, 1, '2014-02-10 17:04:05', '2014-02-10 17:04:05', ' ', '', '', 'publish', 'open', 'open', '', '4699', '', '', '2014-02-26 08:59:16', '2014-02-26 08:59:16', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4699', 4, 'nav_menu_item', '', 0),
|
||
(4970, 1, '2014-02-25 16:42:42', '2014-02-25 16:42:42', '<h4>Holstein, bay, Born: 2008, 169cm</h4>\r\n\r\nInsemination fee: 700 €* (only frozen semen)\r\n\r\n \r\nAppproved for: Holstein, Oldenburg, Oldenburg-International, Westfalen and Rheinland. As well as all the South German Stud Books and the newly formed German States Stud Books.\r\n\r\n \r\n\r\nCarthano II was the celebrated premium sire at his approvals in Holstein in 2010, showing enormous ability in his paces, correct conformation, and an abundance of “stallion presence”. Carthano II also has an outstanding trot; this is due to his enormously powerful hind legs. He has a balanced consistent rhythm and large, flexible gaits. His jumping scope, good leg technique and quick reactions at the fence are eye-catching. With all these attributes, Carthano II is undisputedly one of the top stallions of his age group. \r\n\r\nIn 2011 Carthano II completed an excellent 30-day-test in Zweibrücken. He confirmed the high expectations by scoring 126 points in the “VA-Zuchtwert” for jumping. Also worth a mention was the deserved high points awarded for his well-tempered character and great attitude. \r\n\r\nCathano ll begins his preparation for the National Young Horse Championships in 2013 with his first show jumping events this coming season. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nWe are looking forward with great expectation to Carthano’s first foals in 2012. \r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nCarthano II´s sire, Contender won his stallion performance test in Adelheidsdorf in 1987. Over the years, the son of Calypso II has developed into a valued and highly regarded breeding stallion with over one hundred of his approved sons actively serving around the world today. Contender himself was a living legend. Amongst others he sired Checkmate/M. Michaels-Beerbaum, two-time winner of the Riders Tour and team European champion, as well as Montender/M. Kutscher who won two Olympic bronze medals in 2004 and two gold medals at the European Championships in San Patrignano (ITA) in 2005.\r\n\r\n \r\n\r\n \r\n\r\nThe dam’s sire Carthago began his career at the HolsteinVerband, he went on to participate at two Olympic Games with his rider Jos Lansink. He has sired over thirty approved stallions and many international top sport horses such as Cash ridden by Marco Kutscher. Carthago was ranked second in 2010 on the WBFSH-Ranking of the world’s best show jumping sires thanks to his successful offspring.\r\n\r\nCarthano II’s dam G-Catania produced the two full-brothers and approved stallions Carthano I and II as well as two stud book premium mares and four sport horses. Two of which, Phyllis and Paula, both sired by Cambridge have been successful in 1.40 and higher jumping classes. The third maternal dam, Mechthild sired by Sacramento Song xx produced three successful sport horses: Leonardo by Landmeister, Cartouche by Cardinal und Lasso by Landmeister.\r\n\r\nThe following approved stallions all come from the Holstein lineage 2067: Aconito (by Acorado), Canterburry (by Caletto I), Canturano I and II (by Canturo), Carthano I and II (by Contender), Con Caletto (by Contender), Con Spirito (by Contender), Cosido (by Cosimo), Cristino (by Caretino), Jaquino (by Jayadevo de Mackinac), Landstreicher (by Landgraf I), Lordon (by Lord), Masetto (by Montanus), Octavio (by Oglio), Rando (by Romino) and Sympatico (by Sacramento Song xx).\r\n\r\nAmongst the 490 currently registered sport horses are Landstreicher (by Landgraf I), Cazaro (by Chambertin), Claim Collin (by Corrado I) and Cool Man (by Contender) all successful up to S-level. \r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/K708Q4zipEw" frameborder="0" allowfullscreen></iframe>', 'Carthano', '', 'publish', 'closed', 'closed', '', '4970', '', '', '2014-03-05 17:35:51', '2014-03-05 16:35:51', '', 0, 'http://127.0.0.1:4001/wordpress/horse/black-jack-2/', 0, 'drg_horse', '', 0),
|
||
(4701, 1, '2014-02-10 17:04:51', '2014-02-10 17:04:51', '[blog number_posts="6" cat_slug="" title="yes" thumbnail="yes" excerpt="yes" excerpt_words="55" meta_all="yes" meta_author="yes" meta_categories="yes" meta_comments="yes" meta_date="yes" meta_link="yes" paging="yes" scrolling="pagination" strip_html="yes" layout="medium"][/blog]', 'Noticias', '', 'inherit', 'open', 'open', '', '4698-revision-v1', '', '', '2014-02-10 17:04:51', '2014-02-10 17:04:51', '', 4698, 'http://127.0.0.1:4001/wordpress/?p=4701', 0, 'revision', '', 0),
|
||
(4702, 1, '2014-02-14 15:37:58', '2014-02-14 15:37:58', '[tagline_box link="http://themeforest.net/user/ThemeFusion" button="Purchase Now" title="Avada is incredibly responsive, with a refreshingly clean design" description="And it has some awesome features, premium sliders, unlimited colors, advanced theme options and so much more!"][/tagline_box]\r\n\r\n[content_boxes]\r\n[content_box title="Responsive Design" image="" icon="tablet" link="http://themeforest.net/user/ThemeFusionhttp://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada is fully responsive and can adapt to any screen size. Try resizing your browser window to see it happen.[/content_box]\r\n[content_box title="Awesome Sliders" image="" icon="random" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada includes the awesome Layer Parallax Slider as well as the popular FlexSlider2. Both are easy to use![/content_box]\r\n[content_box title="Unlimited Colors" image="" icon="tint" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]We included a backend color picker for unlimited color options. Anything can be changed, including the gradients![/content_box]\r\n[content_box last="yes" title="500+ Google Fonts" image="" icon="text-width" link="http://themeforest.net/user/ThemeFusion" linktext="Learn More"]Avada loves fonts, choose from over 500+ Google Fonts. You can change all headings and body copy with ease![/content_box]\r\n[/content_boxes]\r\n\r\n[three_fourth last="no"]\r\n[title size="2"]Latest From The Blog[/title]\r\n[recent_posts columns="3" number_posts="3" cat_id="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="15"][/recent_posts]\r\n[/three_fourth]\r\n\r\n[one_fourth last="yes"]\r\n[title size="2"]What Client''s Say[/title]\r\n[testimonials]\r\n[testimonial name="Borchard" gender="male" company="Crucio Theme"]To anybody thinking of buying this theme – buy it! The theme itself is amazing, and on top of that, the support is outstanding! I wanted some features put in, and the theme developer was more than willing to help me out![/testimonial]\r\n[testimonial name="Flygirly" gender="female" company="Imperio Theme"]I would like to extend a special thank you for your excellent support. Is has been a great experience. I love this template and more so because you provided excellent support and feedback.Thank you for such a great template! A must have![/testimonial]\r\n[testimonial name="FWN" gender="female" company="Crucio Theme"]Thank You for the speedy reply and the addition to the next update ThemeFusion, now purchased![/testimonial]\r\n[testimonial name="Utcrayons" gender="male" company="Imperio Theme"]It’s my first time buying on here and I’m very please, so easy to customize! Cheers for your help again, very satisfied customer!!!![/testimonial]\r\n[testimonial name="isaed" gender="male" company="Imperio Theme"]Themes like yours make people want to upgrade their business quality to fit in such beauty … really thanks and all the best luck in sales.[/testimonial]\r\n[/testimonials]\r\n[/one_fourth]', 'Home', '', 'inherit', 'open', 'open', '', '33-revision-v1', '', '', '2014-02-14 15:37:58', '2014-02-14 15:37:58', '', 33, 'http://127.0.0.1:4001/wordpress/?p=4702', 0, 'revision', '', 0),
|
||
(4705, 1, '2014-02-18 15:02:59', '2014-02-18 15:02:59', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" number_posts="8" excerpt_words="15" animation_type="slide" animation_direction="down" animation_speed="0.2"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="2" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n[button link="http://127.0.0.1:4001/wordpress/noticias/" color="default" size="small" target="_self" title="" animation_type="fade" animation_direction="down" animation_speed="0.1"]Ir a las noticias >[/button]\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n[gravityform id="2" name="Boletín de noticias" title="false" ajax="true"]\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'publish', 'open', 'open', '', 'inicio', '', '', '2014-03-03 14:58:14', '2014-03-03 13:58:14', '', 0, 'http://127.0.0.1:4001/wordpress/?page_id=4705', 0, 'page', '', 0),
|
||
(4706, 1, '2014-02-18 15:02:59', '2014-02-18 15:02:59', '[one_third last="no"]\r\n<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" />\r\n<h2>Ultra-Responsive Design</h2>\r\nAvada is fully responsive and can adapt to any screen size, its incredibly fast and flexible. Try resizing your browser window to see the adaptation in action.\r\n[/one_third]\r\n\r\n[one_third last="no"]\r\n<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" />\r\n<h2>Awesome Powerful Sliders</h2>\r\nAvada includes the awesome Layer Parallax Slider as well as the popular FlexSlider2. Both of the sliders have awesome plugins making it super easy to use.\r\n[/one_third]\r\n\r\n[one_third last="yes"]\r\n<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" />\r\n<h2>Loaded With Options</h2>\r\nThis theme is loaded, unlimited color options, 500+ google fonts, 4 post types, advanced theme options, 3 home page layouts, boxed & wide to name a few.\r\n[/one_third]\r\n\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-18 15:02:59', '2014-02-18 15:02:59', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4706', 0, 'revision', '', 0),
|
||
(4719, 1, '2014-02-18 16:27:50', '2014-02-18 16:27:50', '[one_third last="no"]\r\n<div class="photo-frame"><p><img alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" class="wp-image"/></p></div>\r\n<h2>Cría</h2>\r\n[/one_third]\r\n\r\n[one_third last="no"]\r\n<div class="photo-frame"><p><img alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" class="wp-image"/></p></div>\r\n<h2>Competición</h2>\r\n[/one_third]\r\n\r\n[one_third last="yes"]\r\n<div class="photo-frame"><p><img alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" class="wp-image"/></p></div>\r\n<h2>Servicios</h2>\r\n[/one_third]\r\n\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-18 16:27:50', '2014-02-18 16:27:50', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4719', 0, 'revision', '', 0),
|
||
(4708, 1, '2014-02-18 15:46:25', '2014-02-18 15:46:25', '', 'texto-banner-portada', '', 'inherit', 'open', 'open', '', 'texto-banner-portada-2', '', '', '2014-02-18 15:46:25', '2014-02-18 15:46:25', '', 0, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/texto-banner-portada1.png', 0, 'attachment', 'image/png', 0),
|
||
(4709, 1, '2014-02-18 15:54:54', '2014-02-18 15:54:54', '[one_third last="no"]\r\n\r\n[imageframe lightbox="no" style="border" bordercolor="#cccccc" bordersize="2px" stylecolor="" align="center" animation_type="0" animation_direction="down" animation_speed="0.1"]<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" />[/imageframe]\r\n<h2>Ultra-Responsive Design</h2>\r\nAvada is fully responsive and can adapt to any screen size, its incredibly fast and flexible. Try resizing your browser window to see the adaptation in action.\r\n[/one_third]\r\n\r\n[one_third last="no"]\r\n<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" />\r\n<h2>Awesome Powerful Sliders</h2>\r\nAvada includes the awesome Layer Parallax Slider as well as the popular FlexSlider2. Both of the sliders have awesome plugins making it super easy to use.\r\n[/one_third]\r\n\r\n[one_third last="yes"]\r\n<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" />\r\n<h2>Loaded With Options</h2>\r\nThis theme is loaded, unlimited color options, 500+ google fonts, 4 post types, advanced theme options, 3 home page layouts, boxed & wide to name a few.\r\n[/one_third]\r\n\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-18 15:54:54', '2014-02-18 15:54:54', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4709', 0, 'revision', '', 0),
|
||
(4710, 1, '2014-02-18 15:55:10', '2014-02-18 15:55:10', '[one_third last="no"]\r\n\r\n[imageframe lightbox="no" style="border" bordercolor="#cccccc" bordersize="10px" stylecolor="" align="center" animation_type="0" animation_direction="down" animation_speed="0.1"]<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" />[/imageframe]\r\n<h2>Ultra-Responsive Design</h2>\r\nAvada is fully responsive and can adapt to any screen size, its incredibly fast and flexible. Try resizing your browser window to see the adaptation in action.\r\n[/one_third]\r\n\r\n[one_third last="no"]\r\n<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" />\r\n<h2>Awesome Powerful Sliders</h2>\r\nAvada includes the awesome Layer Parallax Slider as well as the popular FlexSlider2. Both of the sliders have awesome plugins making it super easy to use.\r\n[/one_third]\r\n\r\n[one_third last="yes"]\r\n<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" />\r\n<h2>Loaded With Options</h2>\r\nThis theme is loaded, unlimited color options, 500+ google fonts, 4 post types, advanced theme options, 3 home page layouts, boxed & wide to name a few.\r\n[/one_third]\r\n\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-18 15:55:10', '2014-02-18 15:55:10', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4710', 0, 'revision', '', 0),
|
||
(4713, 1, '2014-02-18 16:20:14', '2014-02-18 16:20:14', '[one_third last="no"]\r\n<div class="photo-frame"><img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" class="wp-image"/></div>\r\n\r\n<h2>Ultra-Responsive Design</h2>\r\nAvada is fully responsive and can adapt to any screen size, its incredibly fast and flexible. Try resizing your browser window to see the adaptation in action.\r\n[/one_third]\r\n\r\n[one_third last="no"]\r\n<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" class="wp-image"/>\r\n<h2>Awesome Powerful Sliders</h2>\r\nAvada includes the awesome Layer Parallax Slider as well as the popular FlexSlider2. Both of the sliders have awesome plugins making it super easy to use.\r\n[/one_third]\r\n\r\n[one_third last="yes"]\r\n<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" class="wp-image"/>\r\n<h2>Loaded With Options</h2>\r\nThis theme is loaded, unlimited color options, 500+ google fonts, 4 post types, advanced theme options, 3 home page layouts, boxed & wide to name a few.\r\n[/one_third]\r\n\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-18 16:20:14', '2014-02-18 16:20:14', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4713', 0, 'revision', '', 0),
|
||
(4711, 1, '2014-02-18 16:05:59', '2014-02-18 16:05:59', '[one_third last="no"]\r\n\r\n[imageframe lightbox="no" style="border" bordercolor="#cccccc" bordersize="10px" stylecolor="" align="center" animation_type="0" animation_direction="down" animation_speed="0.1"]<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" class="wp-image"/>[/imageframe]\r\n\r\n<h2>Ultra-Responsive Design</h2>\r\nAvada is fully responsive and can adapt to any screen size, its incredibly fast and flexible. Try resizing your browser window to see the adaptation in action.\r\n[/one_third]\r\n\r\n[one_third last="no"]\r\n<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" class="wp-image"/>\r\n<h2>Awesome Powerful Sliders</h2>\r\nAvada includes the awesome Layer Parallax Slider as well as the popular FlexSlider2. Both of the sliders have awesome plugins making it super easy to use.\r\n[/one_third]\r\n\r\n[one_third last="yes"]\r\n<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" class="wp-image"/>\r\n<h2>Loaded With Options</h2>\r\nThis theme is loaded, unlimited color options, 500+ google fonts, 4 post types, advanced theme options, 3 home page layouts, boxed & wide to name a few.\r\n[/one_third]\r\n\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-18 16:05:59', '2014-02-18 16:05:59', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4711', 0, 'revision', '', 0),
|
||
(4715, 1, '2014-02-18 16:26:13', '2014-02-18 16:26:13', '', 'horse-03-1024x654', '', 'inherit', 'open', 'open', '', 'horse-03-1024x654', '', '', '2014-02-18 16:26:13', '2014-02-18 16:26:13', '', 4623, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4716, 1, '2014-02-18 16:26:17', '2014-02-18 16:26:17', '', 'horse-011-1024x654', '', 'inherit', 'open', 'open', '', 'horse-011-1024x654', '', '', '2014-02-18 16:26:17', '2014-02-18 16:26:17', '', 0, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4717, 1, '2014-02-18 16:26:21', '2014-02-18 16:26:21', '', 'horse-021-1024x654', '', 'inherit', 'open', 'open', '', 'horse-021-1024x654', '', '', '2014-02-18 16:26:21', '2014-02-18 16:26:21', '', 4623, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4714, 1, '2014-02-18 16:20:42', '2014-02-18 16:20:42', '[one_third last="no"]\r\n<div class="photo-frame"><p><img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" class="wp-image"/></p></div>\r\n<h2>Ultra-Responsive Design</h2>\r\nAvada is fully responsive and can adapt to any screen size, its incredibly fast and flexible. Try resizing your browser window to see the adaptation in action.\r\n[/one_third]\r\n\r\n[one_third last="no"]\r\n<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" class="wp-image"/>\r\n<h2>Awesome Powerful Sliders</h2>\r\nAvada includes the awesome Layer Parallax Slider as well as the popular FlexSlider2. Both of the sliders have awesome plugins making it super easy to use.\r\n[/one_third]\r\n\r\n[one_third last="yes"]\r\n<img alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" class="wp-image"/>\r\n<h2>Loaded With Options</h2>\r\nThis theme is loaded, unlimited color options, 500+ google fonts, 4 post types, advanced theme options, 3 home page layouts, boxed & wide to name a few.\r\n[/one_third]\r\n\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-18 16:20:42', '2014-02-18 16:20:42', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4714', 0, 'revision', '', 0),
|
||
(4718, 1, '2014-02-18 16:26:25', '2014-02-18 16:26:25', '', 'stables1', '', 'inherit', 'open', 'open', '', 'stables1', '', '', '2014-02-18 16:26:25', '2014-02-18 16:26:25', '', 0, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4720, 1, '2014-02-18 16:28:04', '2014-02-18 16:28:04', '[one_third last="no"]\r\n<div class="photo-frame"><p><img alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" class="wp-image"/></p></div>\r\n<h3>Cría</h3>\r\n[/one_third]\r\n\r\n[one_third last="no"]\r\n<div class="photo-frame"><p><img alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" class="wp-image"/></p></div>\r\n<h2>Competición</h2>\r\n[/one_third]\r\n\r\n[one_third last="yes"]\r\n<div class="photo-frame"><p><img alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" class="wp-image"/></p></div>\r\n<h2>Servicios</h2>\r\n[/one_third]\r\n\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-18 16:28:04', '2014-02-18 16:28:04', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4720', 0, 'revision', '', 0),
|
||
(4721, 1, '2014-02-18 16:30:14', '2014-02-18 16:30:14', '[one_third last="no"]\r\n<div class="photo-frame"><p><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></p></div>\r\n[title size="2"]Cría[/title]\r\n[/one_third]\r\n\r\n[one_third last="no"]\r\n<div class="photo-frame"><p><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></p></div>\r\ncCompetición[/title]\r\n[/one_third]\r\n\r\n[one_third last="yes"]\r\n<div class="photo-frame"><p><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></p></div>\r\n[title size="2"]Servicios[/title]\r\n[/one_third]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-18 16:30:14', '2014-02-18 16:30:14', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4721', 0, 'revision', '', 0),
|
||
(4722, 1, '2014-02-18 16:31:01', '2014-02-18 16:31:01', '[one_third last="no"]\r\n<div class="photo-frame"><p><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></p></div>\r\n[title size="2"]Cría[/title]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><p><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></p></div>\r\n[title size="2"]Competición[/title]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><p><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></p></div>\r\n[title size="2"]Servicios[/title]\r\n[/one_third]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-18 16:31:01', '2014-02-18 16:31:01', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4722', 0, 'revision', '', 0),
|
||
(4723, 1, '2014-02-18 16:34:26', '2014-02-18 16:34:26', '[one_third last="no"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-18 16:34:26', '2014-02-18 16:34:26', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4723', 0, 'revision', '', 0),
|
||
(4724, 1, '2014-02-19 12:16:00', '2014-02-19 12:16:00', '[one_third last="no"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[separator top="40"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-19 12:16:00', '2014-02-19 12:16:00', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4724', 0, 'revision', '', 0),
|
||
(4725, 1, '2014-02-19 12:21:14', '2014-02-19 12:21:14', '[one_third last="no"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[separator top="40"]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="70px" paddingBottom="5px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-19 12:21:14', '2014-02-19 12:21:14', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4725', 0, 'revision', '', 0),
|
||
(4726, 1, '2014-02-19 12:22:14', '2014-02-19 12:22:14', '[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="70px" paddingBottom="5px"]\r\n[one_third last="no"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[separator top="40"]\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-19 12:22:14', '2014-02-19 12:22:14', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4726', 0, 'revision', '', 0),
|
||
(4727, 1, '2014-02-19 12:25:09', '2014-02-19 12:25:09', '[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]Your Content Goes Here[/fullwidth]\r\n\r\n[one_third last="no"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[separator top="40"]\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-19 12:25:09', '2014-02-19 12:25:09', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4727', 0, 'revision', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(4728, 1, '2014-02-19 12:25:31', '2014-02-19 12:25:31', '[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[one_third last="no"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[separator top="40"]\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-19 12:25:31', '2014-02-19 12:25:31', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4728', 0, 'revision', '', 0),
|
||
(4729, 1, '2014-02-19 12:26:19', '2014-02-19 12:26:19', '[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="0" paddingBottom="20px"]\r\n\r\n[one_third last="no"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[separator top="40"]\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-19 12:26:19', '2014-02-19 12:26:19', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4729', 0, 'revision', '', 0),
|
||
(4730, 1, '2014-02-19 12:26:42', '2014-02-19 12:26:42', '[separator top="-40"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[one_third last="no"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[separator top="40"]\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-19 12:26:42', '2014-02-19 12:26:42', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4730', 0, 'revision', '', 0),
|
||
(4731, 1, '2014-02-19 12:26:55', '2014-02-19 12:26:55', '[separator top="-55"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[one_third last="no"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[separator top="40"]\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-19 12:26:55', '2014-02-19 12:26:55', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4731', 0, 'revision', '', 0),
|
||
(4732, 1, '2014-02-19 12:27:46', '2014-02-19 12:27:46', '[one_third last="no"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[separator top="40"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-19 12:27:46', '2014-02-19 12:27:46', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4732', 0, 'revision', '', 0),
|
||
(4733, 1, '2014-02-19 12:42:01', '2014-02-19 12:42:01', '[one_third last="no"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[separator top="40"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-19 12:42:01', '2014-02-19 12:42:01', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4733', 0, 'revision', '', 0),
|
||
(4739, 1, '2014-02-19 12:48:58', '2014-02-19 12:48:58', '[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-19 12:48:58', '2014-02-19 12:48:58', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4739', 0, 'revision', '', 0),
|
||
(4734, 1, '2014-02-19 12:42:39', '2014-02-19 12:42:39', '[fullwidth]\r\n[one_third last="no"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[separator top="40"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-19 12:42:39', '2014-02-19 12:42:39', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4734', 0, 'revision', '', 0),
|
||
(4738, 1, '2014-02-19 12:45:24', '2014-02-19 12:45:24', '[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[separator top="40"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-19 12:45:24', '2014-02-19 12:45:24', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4738', 0, 'revision', '', 0),
|
||
(4735, 1, '2014-02-19 12:43:11', '2014-02-19 12:43:11', '[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[separator top="40"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-19 12:43:11', '2014-02-19 12:43:11', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4735', 0, 'revision', '', 0),
|
||
(4737, 1, '2014-02-19 12:44:56', '2014-02-19 12:44:56', '[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[separator top="40"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-19 12:44:56', '2014-02-19 12:44:56', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4737', 0, 'revision', '', 0),
|
||
(4736, 1, '2014-02-19 12:43:54', '2014-02-19 12:43:54', '[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[separator top="-10"]\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame">\r\n\r\n<img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" />\r\n\r\n</div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[separator top="40"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-19 12:43:54', '2014-02-19 12:43:54', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4736', 0, 'revision', '', 0),
|
||
(4746, 1, '2014-02-20 14:34:55', '2014-02-20 14:34:55', '[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[recent_works layout="grid" filters="false" columns="3" cat_slug="" number_posts="6"][/recent_works]\r\n[one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"]\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 14:34:55', '2014-02-20 14:34:55', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4746', 0, 'revision', '', 0),
|
||
(4742, 1, '2014-02-19 13:01:04', '2014-02-19 13:01:04', '[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"]\r\n\r\n[recent_works layout="grid" filters="no" columns="2" cat_slug="" number_posts="4" excerpt_words="15" animation_type="0" animation_direction="down" animation_speed="0.1"][/recent_works]\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-19 13:01:04', '2014-02-19 13:01:04', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4742', 0, 'revision', '', 0),
|
||
(4740, 1, '2014-02-19 12:57:06', '2014-02-19 12:57:06', '[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n\r\n[/one_half]\r\n[one_half last="yes"]\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-19 12:57:06', '2014-02-19 12:57:06', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4740', 0, 'revision', '', 0),
|
||
(4741, 1, '2014-02-19 12:59:09', '2014-02-19 12:59:09', '[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"]\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-19 12:59:09', '2014-02-19 12:59:09', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4741', 0, 'revision', '', 0),
|
||
(4743, 1, '2014-02-20 14:33:55', '2014-02-20 14:33:55', '[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"]\r\n\r\n[recent_works layout="grid" filters="no" columns="5" cat_slug="" number_posts="4" excerpt_words="15" animation_type="0" animation_direction="down" animation_speed="0.1"][/recent_works]\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 14:33:55', '2014-02-20 14:33:55', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4743', 0, 'revision', '', 0),
|
||
(5106, 1, '2014-03-03 11:06:53', '2014-03-03 10:06:53', '[separator top="-55"]\r\n[fullwidth bordersize="0"]\r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_works layout="grid-with-excerpts" filters="no" columns="4" cat_slug="" number_posts="4" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="0" backgroundcolor="#fff"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 11:06:53', '2014-03-03 10:06:53', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(4745, 1, '2014-02-20 14:34:16', '2014-02-20 14:34:16', '[recent_works layout="grid" filters="no" columns="5" cat_slug="" number_posts="4" excerpt_words="15" animation_type="0" animation_direction="down" animation_speed="0.1"][/recent_works]\r\n\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"]\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 14:34:16', '2014-02-20 14:34:16', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4745', 0, 'revision', '', 0),
|
||
(4747, 1, '2014-02-20 14:35:18', '2014-02-20 14:35:18', '[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[recent_works layout="grid" filters="false" columns="4" cat_slug="" number_posts="8"][/recent_works]\r\n[one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"]\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 14:35:18', '2014-02-20 14:35:18', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4747', 0, 'revision', '', 0),
|
||
(4748, 1, '2014-02-20 14:35:40', '2014-02-20 14:35:40', '[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[recent_works layout="grid" filters="false" columns="5" cat_slug="" number_posts="10"][/recent_works]\r\n[one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"]\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 14:35:40', '2014-02-20 14:35:40', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4748', 0, 'revision', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(4749, 1, '2014-02-20 14:36:02', '2014-02-20 14:36:02', '[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[recent_works layout="grid" filters="false" columns="4" cat_slug="" number_posts="4"][/recent_works]\r\n[one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"]\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 14:36:02', '2014-02-20 14:36:02', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4749', 0, 'revision', '', 0),
|
||
(4750, 1, '2014-02-20 14:37:11', '2014-02-20 14:37:11', '[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half][one_half last="yes"]\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[recent_works layout="grid" filters="false" columns="4" cat_slug="" number_posts="4"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 14:37:11', '2014-02-20 14:37:11', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4750', 0, 'revision', '', 0),
|
||
(4751, 1, '2014-02-20 14:40:36', '2014-02-20 14:40:36', '[separator top="-55"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half][one_half last="yes"]\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[recent_works layout="grid" filters="false" columns="4" cat_slug="" number_posts="4"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 14:40:36', '2014-02-20 14:40:36', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4751', 0, 'revision', '', 0),
|
||
(4752, 1, '2014-02-20 14:40:48', '2014-02-20 14:40:48', '[separator top="-55"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="yes"][/one_half][one_half last="yes"]\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[recent_works layout="grid" filters="false" columns="4" cat_slug="" number_posts="4"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 14:40:48', '2014-02-20 14:40:48', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4752', 0, 'revision', '', 0),
|
||
(4753, 1, '2014-02-20 14:43:27', '2014-02-20 14:43:27', '[separator top="-55"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"][one_half last="no"][imageframe lightbox="no" style="border" bordercolor="#dbdbdb" bordersize="5px" stylecolor="#848484" align="left" animation_type="0" animation_direction="down" animation_speed="0.1"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="yes"][/imageframe][/one_half][one_half last="yes"]\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[recent_works layout="grid" filters="false" columns="4" cat_slug="" number_posts="4"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 14:43:27', '2014-02-20 14:43:27', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4753', 0, 'revision', '', 0),
|
||
(4755, 1, '2014-02-20 14:45:13', '2014-02-20 14:45:13', '[separator top="-55"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="yes"][/one_half]\r\n[one_half last="yes"]dada dasdas[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[recent_works layout="grid" filters="false" columns="4" cat_slug="" number_posts="4"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 14:45:13', '2014-02-20 14:45:13', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4755', 0, 'revision', '', 0),
|
||
(4754, 1, '2014-02-20 14:44:13', '2014-02-20 14:44:13', '[separator top="-55"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"][one_half last="no"][imageframe lightbox="no" style="border" bordercolor="#dbdbdb" bordersize="5px" stylecolor="#848484" align="left" animation_type="0" animation_direction="down" animation_speed="0.1"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="yes"][/imageframe][/one_half]\r\n[one_half last="yes"]dada dasdas[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[recent_works layout="grid" filters="false" columns="4" cat_slug="" number_posts="4"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 14:44:13', '2014-02-20 14:44:13', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4754', 0, 'revision', '', 0),
|
||
(4775, 1, '2014-02-20 15:03:14', '2014-02-20 15:03:14', '[separator top="-55"]\r\n\r\n[fullwidth bordersize="0"]\r\n\r\n \r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_works layout="grid-with-excerpts" filters="no" columns="4" cat_slug="" number_posts="4" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 15:03:14', '2014-02-20 15:03:14', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4775', 0, 'revision', '', 0),
|
||
(4756, 1, '2014-02-20 14:46:47', '2014-02-20 14:46:47', '[separator top="-55"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="yes"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque. \r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[recent_works layout="grid" filters="false" columns="4" cat_slug="" number_posts="4"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 14:46:47', '2014-02-20 14:46:47', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4756', 0, 'revision', '', 0),
|
||
(4757, 1, '2014-02-20 14:47:05', '2014-02-20 14:47:05', '[separator top="-55"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque. \r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[recent_works layout="grid" filters="false" columns="4" cat_slug="" number_posts="4"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 14:47:05', '2014-02-20 14:47:05', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4757', 0, 'revision', '', 0),
|
||
(4758, 1, '2014-02-20 14:47:27', '2014-02-20 14:47:27', '[separator top="-55"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="40px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque. \r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[recent_works layout="grid" filters="false" columns="4" cat_slug="" number_posts="4"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 14:47:27', '2014-02-20 14:47:27', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4758', 0, 'revision', '', 0),
|
||
(4759, 1, '2014-02-20 14:47:43', '2014-02-20 14:47:43', '[separator top="-55"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque. \r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[recent_works layout="grid" filters="false" columns="4" cat_slug="" number_posts="4"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 14:47:43', '2014-02-20 14:47:43', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4759', 0, 'revision', '', 0),
|
||
(5103, 1, '2014-03-03 11:05:34', '2014-03-03 10:05:34', '[separator top="-55"]\r\n[fullwidth bordersize="0"]\r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_works layout="grid-with-excerpts" filters="no" columns="4" cat_slug="" number_posts="4" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 11:05:34', '2014-03-03 10:05:34', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5096, 1, '2014-02-28 13:06:59', '2014-02-28 12:06:59', '[separator top="-55"]\r\n[fullwidth bordersize="0"]\r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_works layout="grid-with-excerpts" filters="no" columns="4" cat_slug="" number_posts="4" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-02-28 13:06:59', '2014-02-28 12:06:59', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5092, 1, '2014-02-28 13:03:04', '2014-02-28 12:03:04', '[separator top="-55"]\r\n[fullwidth bordersize="0"]\r\n\r\n[/fullwidth]\r\n\r\n[fullwidth bordersize="0"]\r\n\r\n \r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_works layout="grid-with-excerpts" filters="no" columns="4" cat_slug="" number_posts="4" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-02-28 13:03:04', '2014-02-28 12:03:04', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(4760, 1, '2014-02-20 14:52:58', '2014-02-20 14:52:58', '[separator top="-55"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[title size="3"]Nuestros caballos[/title][separator top="45"]\r\n[recent_works layout="carousel" filters="true" columns="4" cat_slug="" number_posts="10"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 14:52:58', '2014-02-20 14:52:58', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4760', 0, 'revision', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(4761, 1, '2014-02-20 14:53:25', '2014-02-20 14:53:25', '[separator top="-55"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[title size="2"]Nuestros caballos[/title][separator top="45"]\r\n[recent_works layout="carousel" filters="true" columns="4" cat_slug="" number_posts="10"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 14:53:25', '2014-02-20 14:53:25', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4761', 0, 'revision', '', 0),
|
||
(4762, 1, '2014-02-20 14:55:00', '2014-02-20 14:55:00', '[separator top="-55"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="45"]\r\n[one_third last="no"][title size="2"]Nuestros caballos[/title]\r\nUt viverra urna urna, eget pulvinar elit tristique fermentum. Praesent ut elementum tortor. Aenean nec tempor metus. Nulla nulla quam, mattis a magna.\r\n[/one_third]\r\n[two_third last="yes"][recent_works layout="carousel" filters="true" columns="3" cat_slug="" number_posts="10"][/recent_works][/two_third]\r\n\r\n\r\n\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 14:55:00', '2014-02-20 14:55:00', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4762', 0, 'revision', '', 0),
|
||
(4763, 1, '2014-02-20 14:55:23', '2014-02-20 14:55:23', '[separator top="-55"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n\r\n[one_third last="no"][title size="2"]Nuestros caballos[/title]\r\nUt viverra urna urna, eget pulvinar elit tristique fermentum. Praesent ut elementum tortor. Aenean nec tempor metus. Nulla nulla quam, mattis a magna.\r\n[/one_third]\r\n[two_third last="yes"][recent_works layout="carousel" filters="true" columns="3" cat_slug="" number_posts="10"][/recent_works][/two_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 14:55:23', '2014-02-20 14:55:23', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4763', 0, 'revision', '', 0),
|
||
(4764, 1, '2014-02-20 14:55:41', '2014-02-20 14:55:41', '[separator top="-55"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40"]\r\n[one_third last="no"][title size="2"]Nuestros caballos[/title]\r\nUt viverra urna urna, eget pulvinar elit tristique fermentum. Praesent ut elementum tortor. Aenean nec tempor metus. Nulla nulla quam, mattis a magna.\r\n[/one_third]\r\n[two_third last="yes"][recent_works layout="carousel" filters="true" columns="3" cat_slug="" number_posts="10"][/recent_works][/two_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 14:55:41', '2014-02-20 14:55:41', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4764', 0, 'revision', '', 0),
|
||
(4765, 1, '2014-02-20 14:55:57', '2014-02-20 14:55:57', '[separator top="-55"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40"]\r\n[one_third last="no"][title size="2"]Nuestros caballos[/title]\r\nUt viverra urna urna, eget pulvinar elit tristique fermentum. Praesent ut elementum tortor. Aenean nec tempor metus. Nulla nulla quam, mattis a magna.\r\n[/one_third]\r\n[two_third last="yes"][recent_works layout="grid" filters="false" columns="3" cat_slug="" number_posts="10"][/recent_works][/two_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 14:55:57', '2014-02-20 14:55:57', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4765', 0, 'revision', '', 0),
|
||
(4766, 1, '2014-02-20 14:56:14', '2014-02-20 14:56:14', '[separator top="-55"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40"]\r\n[one_third last="no"][title size="2"]Nuestros caballos[/title]\r\nUt viverra urna urna, eget pulvinar elit tristique fermentum. Praesent ut elementum tortor. Aenean nec tempor metus. Nulla nulla quam, mattis a magna.\r\n[/one_third]\r\n[two_third last="yes"][recent_works layout="grid" filters="false" columns="2" cat_slug="" number_posts="10"][/recent_works][/two_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 14:56:14', '2014-02-20 14:56:14', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4766', 0, 'revision', '', 0),
|
||
(4767, 1, '2014-02-20 14:57:04', '2014-02-20 14:57:04', '[separator top="-55"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40"]\r\n[one_third last="no"][title size="2"]Nuestros caballos[/title]\r\nUt viverra urna urna, eget pulvinar elit tristique fermentum. Praesent ut elementum tortor. Aenean nec tempor metus. Nulla nulla quam, mattis a magna.\r\n[/one_third]\r\n[two_third last="yes"][recent_works layout="grid" filters="no" columns="2" cat_slug="" number_posts="10" excerpt_words="15" animation_type="fade" animation_direction="down" animation_speed="0.1"][/recent_works][/two_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 14:57:04', '2014-02-20 14:57:04', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4767', 0, 'revision', '', 0),
|
||
(4768, 1, '2014-02-20 14:57:26', '2014-02-20 14:57:26', '[separator top="-55"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40"]\r\n[one_third last="no"][title size="2"]Nuestros caballos[/title]\r\nUt viverra urna urna, eget pulvinar elit tristique fermentum. Praesent ut elementum tortor. Aenean nec tempor metus. Nulla nulla quam, mattis a magna.\r\n[/one_third]\r\n[two_third last="yes"][recent_works layout="grid" filters="no" columns="3" cat_slug="" number_posts="10" excerpt_words="15" animation_type="fade" animation_direction="down" animation_speed="0.1"][/recent_works][/two_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 14:57:26', '2014-02-20 14:57:26', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4768', 0, 'revision', '', 0),
|
||
(4769, 1, '2014-02-20 14:57:57', '2014-02-20 14:57:57', '[separator top="-55"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40"]\r\n[one_third last="no"][title size="2"]Nuestros caballos[/title]\r\nUt viverra urna urna, eget pulvinar elit tristique fermentum. Praesent ut elementum tortor. Aenean nec tempor metus. Nulla nulla quam, mattis a magna.\r\n[/one_third]\r\n[two_third last="yes"][recent_works layout="grid" filters="no" columns="4" cat_slug="" number_posts="10" excerpt_words="15" animation_type="fade" animation_direction="down" animation_speed="0.1"][/recent_works][/two_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 14:57:57', '2014-02-20 14:57:57', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4769', 0, 'revision', '', 0),
|
||
(4771, 1, '2014-02-20 15:00:04', '2014-02-20 15:00:04', '[separator top="-55"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40"]\r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_works layout="grid-with-excerpts" filters="no" columns="4" cat_slug="" number_posts="4" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 15:00:04', '2014-02-20 15:00:04', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4771', 0, 'revision', '', 0),
|
||
(4770, 1, '2014-02-20 14:58:42', '2014-02-20 14:58:42', '[separator top="-55"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40"]\r\n[one_fourth last="no"][title size="2"]Nuestros caballos[/title]\r\nUt viverra urna urna, eget pulvinar elit tristique fermentum. Praesent ut elementum tortor. Aenean nec tempor metus. Nulla nulla quam, mattis a magna.\r\n[/one_fourth]\r\n[two_third last="yes"][recent_works layout="grid" filters="no" columns="4" cat_slug="" number_posts="10" excerpt_words="15" animation_type="fade" animation_direction="down" animation_speed="0.1"][/recent_works][/two_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 14:58:42', '2014-02-20 14:58:42', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4770', 0, 'revision', '', 0),
|
||
(4772, 1, '2014-02-20 15:00:58', '2014-02-20 15:00:58', '[separator top="-55"]\r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_works layout="grid-with-excerpts" filters="no" columns="4" cat_slug="" number_posts="4" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40"]\r\n\r\n \r\n\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 15:00:58', '2014-02-20 15:00:58', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4772', 0, 'revision', '', 0),
|
||
(4774, 1, '2014-02-20 15:02:12', '2014-02-20 15:02:12', '[separator top="-55"]\r\n\r\n[fullwidth bordersize="0"]\r\n\r\n \r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_works layout="grid-with-excerpts" filters="no" columns="4" cat_slug="" number_posts="4" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"][title size="3"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 15:02:12', '2014-02-20 15:02:12', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4774', 0, 'revision', '', 0),
|
||
(4773, 1, '2014-02-20 15:01:23', '2014-02-20 15:01:23', '[separator top="-55"]\r\n\r\n[fullwidth bordersize="0"]\r\n\r\n \r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_works layout="grid-with-excerpts" filters="no" columns="4" cat_slug="" number_posts="4" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40"]\r\n\r\n \r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[title size="2"]Patrocinios[/title]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="40"]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 15:01:23', '2014-02-20 15:01:23', '', 4705, 'http://127.0.0.1:4001/wordpress/?p=4773', 0, 'revision', '', 0),
|
||
(5004, 1, '2014-02-26 17:34:26', '2014-02-26 16:34:26', '<h4>Holsteiner - Line 4705 - bay - 2003 - 16.3 ½ hands </h4>\r\nBreeder: Peter Böge, Schönhorst, Germany\r\n\r\nApproved for Hanover, Holstein, OS, Mecklenburg, Rhineland, Westphalia and all Southern German Verbands.as well as Denmark, Sweden and France.\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy\r\n\r\nCarrico has now become firmly established in upper level, international show jumping after placing in Dortmund, Hagen a.T.W., Chantilly/FRA, Münster, Paderborn and Neumünster under Philipp Weishaupt and Henrik von Eckermann/SWE.\r\n\r\nAwarded a premium in 2005 in Neumünster, Carrico then took his stallion performance test in Redefin where he won the jumping as well as the dressage index, finishing first overall. In 2008 he won a qualifier at the Bundeschampionat with a 9.5 and in 2009 he placed in the Final for six-year old show jumpers in Warendorf. At the age of just seven, he won his first ribbons in advanced level classes.\r\n', 'Carrico', '', 'inherit', 'closed', 'open', '', '4953-revision-v1', '', '', '2014-02-26 17:34:26', '2014-02-26 16:34:26', '', 4953, 'http://127.0.0.1:4001/wordpress/4953-revision-v1/', 0, 'revision', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(5005, 1, '2014-02-26 17:39:14', '2014-02-26 16:39:14', '[separator top="-55" style="none"]\r\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px" backgroundcolor="#f8f8f8" bordersize="1px" bordercolor="#e5e4e4"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n[separator top="20"]\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0" bordercolor="#e5e4e4" paddingTop="0px" paddingBottom="0px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/1.jpg" image_width="300" image_height="200" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="200" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="200" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[separator top="55"]\r\n[/fullwidth]\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_third last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="alignnone size-medium wp-image-4717" alt="horse-021-1024x654" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654-300x191.jpg" width="300" height="191" /></div>\r\n[/one_third]\r\n[two_third last="yes"]\r\n[title size="3"]Nuestros sementales[/title]\r\nNuestro objetivo es tener un grupo de sementales competitivos en la competición e interesante para la cría. Intentamos que el semental sea lo más completo posible para los criadores. Hemos buscado los sementales entre los mejores orígenes, siempre con un buen físico y buenos movimientos que permitan que el semental tenga una gran capacidad para saltar.\r\nDurante la temporada de cubriciones, los sementales combinan sus tareas de reproducción con la competición, e intentamos ofrecer un buen servicio a los criadores. Para la extracción y manipulación del semen, la Yeguada Campos posee las últimas tecnologías que nos permiten enviar semen fresco y congelado a cualquier punto de Europa en menos de 24 horas.\r\n[/two_third] \r\n[separator top="55"]\r\n[one_third last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/caballo-yegua-con-su-cria-o-potro-bebe-equinos-300x187.jpg" alt="Yegua" width="300" height="187" class="alignnone size-medium wp-image-5068" /></div>\r\n[/one_third]\r\n[two_third last="yes"]\r\n[title size="3"]Nuestras yeguas[/title]\r\nPara poder cumplir nuestro objetivo, todas las yeguas han sido seleccionadas muy cuidadosamente entre las mejores familias maternas para producir potros que serán destinados a competir en el máximo nivel internacional.\r\n[/two_third]\r\n\r\n[/fullwidth]\r\n[separator top="-55"]', 'About us', '', 'publish', 'open', 'open', '', 'about-us', '', '', '2014-02-27 16:25:55', '2014-02-27 15:25:55', '', 0, 'http://127.0.0.1:4001/wordpress/?page_id=5005', 0, 'page', '', 0),
|
||
(5006, 1, '2014-02-26 17:39:14', '2014-02-26 16:39:14', '', 'About us', '', 'inherit', 'closed', 'open', '', '5005-revision-v1', '', '', '2014-02-26 17:39:14', '2014-02-26 16:39:14', '', 5005, 'http://127.0.0.1:4001/wordpress/5005-revision-v1/', 0, 'revision', '', 0),
|
||
(5007, 1, '2014-02-26 17:40:26', '2014-02-26 16:40:26', '', 'Facilities', '', 'publish', 'open', 'open', '', 'facilities', '', '', '2014-02-26 17:40:26', '2014-02-26 16:40:26', '', 0, 'http://127.0.0.1:4001/wordpress/?page_id=5007', 0, 'page', '', 0),
|
||
(5008, 1, '2014-02-26 17:40:26', '2014-02-26 16:40:26', '', 'Facilities', '', 'inherit', 'closed', 'open', '', '5007-revision-v1', '', '', '2014-02-26 17:40:26', '2014-02-26 16:40:26', '', 5007, 'http://127.0.0.1:4001/wordpress/5007-revision-v1/', 0, 'revision', '', 0),
|
||
(5009, 1, '2014-02-10 17:04:51', '2014-02-10 17:04:51', '[blog number_posts="6" cat_slug="" title="yes" thumbnail="yes" excerpt="yes" excerpt_words="55" meta_all="yes" meta_author="no" meta_categories="yes" meta_comments="no" meta_date="yes" meta_link="yes" paging="yes" scrolling="pagination" strip_html="yes" layout="large-alternate"][/blog]', 'News', '', 'publish', 'open', 'open', '', 'news', '', '', '2014-02-26 17:52:45', '2014-02-26 16:52:45', '', 0, 'http://127.0.0.1:4001/wordpress/?page_id=5009', 0, 'page', '', 0),
|
||
(5010, 1, '2014-02-26 17:49:52', '2014-02-26 16:49:52', '', 'News', '', 'inherit', 'closed', 'open', '', '5009-revision-v1', '', '', '2014-02-26 17:49:52', '2014-02-26 16:49:52', '', 5009, 'http://127.0.0.1:4001/wordpress/5009-revision-v1/', 0, 'revision', '', 0),
|
||
(5011, 1, '2014-02-26 17:50:06', '2014-02-26 16:50:06', '[blog number_posts="6" cat_slug="" title="yes" thumbnail="yes" excerpt="yes" excerpt_words="55" meta_all="yes" meta_author="yes" meta_categories="yes" meta_comments="yes" meta_date="yes" meta_link="yes" paging="yes" scrolling="pagination" strip_html="yes" layout="medium"][/blog]', 'Noticias', '', 'inherit', 'closed', 'open', '', '5009-revision-v1', '', '', '2014-02-26 17:50:06', '2014-02-26 16:50:06', '', 5009, 'http://127.0.0.1:4001/wordpress/5009-revision-v1/', 0, 'revision', '', 0),
|
||
(5012, 1, '2014-02-26 17:50:58', '2014-02-26 16:50:58', '[blog number_posts="6" cat_slug="" title="yes" thumbnail="yes" excerpt="yes" excerpt_words="55" meta_all="yes" meta_author="no" meta_categories="yes" meta_comments="no" meta_date="yes" meta_link="yes" paging="yes" scrolling="pagination" strip_html="yes" layout="large-alternate"][/blog]', 'Noticias', '', 'inherit', 'closed', 'open', '', '5009-revision-v1', '', '', '2014-02-26 17:50:58', '2014-02-26 16:50:58', '', 5009, 'http://127.0.0.1:4001/wordpress/5009-revision-v1/', 0, 'revision', '', 0),
|
||
(5013, 1, '2014-02-26 17:51:31', '2014-02-26 16:51:31', '[blog number_posts="6" cat_slug="" title="yes" thumbnail="yes" excerpt="yes" excerpt_words="55" meta_all="yes" meta_author="no" meta_categories="yes" meta_comments="no" meta_date="yes" meta_link="yes" paging="yes" scrolling="pagination" strip_html="yes" layout="large-alternate"][/blog]', 'News', '', 'inherit', 'closed', 'open', '', '5009-revision-v1', '', '', '2014-02-26 17:51:31', '2014-02-26 16:51:31', '', 5009, 'http://127.0.0.1:4001/wordpress/5009-revision-v1/', 0, 'revision', '', 0),
|
||
(5014, 1, '2014-02-26 17:52:01', '2014-02-26 16:52:01', '[blog number_posts="6" cat_slug="" title="yes" thumbnail="yes" excerpt="yes" excerpt_words="55" meta_all="yes" meta_author="no" meta_categories="yes" meta_comments="no" meta_date="yes" meta_link="yes" paging="yes" scrolling="pagination" strip_html="yes" layout="large-alternate"][/blog]', 'Noticias', '', 'inherit', 'closed', 'open', '', '4698-revision-v1', '', '', '2014-02-26 17:52:01', '2014-02-26 16:52:01', '', 4698, 'http://127.0.0.1:4001/wordpress/4698-revision-v1/', 0, 'revision', '', 0),
|
||
(5015, 1, '2014-02-26 17:52:01', '2014-02-26 16:52:01', '[blog number_posts="6" cat_slug="" title="yes" thumbnail="yes" excerpt="yes" excerpt_words="55" meta_all="yes" meta_author="no" meta_categories="yes" meta_comments="no" meta_date="yes" meta_link="yes" paging="yes" scrolling="pagination" strip_html="yes" layout="large-alternate"][/blog]', 'Noticias', '', 'inherit', 'closed', 'open', '', '5009-revision-v1', '', '', '2014-02-26 17:52:01', '2014-02-26 16:52:01', '', 5009, 'http://127.0.0.1:4001/wordpress/5009-revision-v1/', 0, 'revision', '', 0),
|
||
(5016, 1, '2014-02-26 17:52:35', '2014-02-26 16:52:35', '[blog number_posts="6" cat_slug="" title="yes" thumbnail="yes" excerpt="yes" excerpt_words="55" meta_all="yes" meta_author="no" meta_categories="yes" meta_comments="no" meta_date="yes" meta_link="yes" paging="yes" scrolling="pagination" strip_html="yes" layout="large-alternate"][/blog]', 'News', '', 'inherit', 'closed', 'open', '', '5009-revision-v1', '', '', '2014-02-26 17:52:35', '2014-02-26 16:52:35', '', 5009, 'http://127.0.0.1:4001/wordpress/5009-revision-v1/', 0, 'revision', '', 0),
|
||
(5029, 1, '2014-02-26 18:00:27', '2014-02-26 17:00:27', '', 'Competición', '', 'inherit', 'closed', 'open', '', '5027-revision-v1', '', '', '2014-02-26 18:00:27', '2014-02-26 17:00:27', '', 5027, 'http://127.0.0.1:4001/wordpress/5027-revision-v1/', 0, 'revision', '', 0),
|
||
(5020, 1, '2014-02-26 17:58:11', '2014-02-26 16:58:11', ' ', '', '', 'publish', 'closed', 'open', '', '5020', '', '', '2014-02-26 17:58:11', '2014-02-26 16:58:11', '', 0, 'http://127.0.0.1:4001/wordpress/5020/', 1, 'nav_menu_item', '', 0),
|
||
(5021, 1, '2014-02-26 17:58:11', '2014-02-26 16:58:11', ' ', '', '', 'publish', 'closed', 'open', '', '5021', '', '', '2014-02-26 17:58:11', '2014-02-26 16:58:11', '', 0, 'http://127.0.0.1:4001/wordpress/5021/', 4, 'nav_menu_item', '', 0),
|
||
(5022, 1, '2014-02-26 17:58:11', '2014-02-26 16:58:11', ' ', '', '', 'publish', 'closed', 'open', '', '5022', '', '', '2014-02-26 17:58:11', '2014-02-26 16:58:11', '', 0, 'http://127.0.0.1:4001/wordpress/5022/', 5, 'nav_menu_item', '', 0),
|
||
(5023, 1, '2014-02-24 17:36:05', '2014-02-24 17:36:05', '', 'Breeding', '', 'publish', 'closed', 'open', '', 'breeding', '', '', '2014-02-26 18:00:11', '2014-02-26 17:00:11', '', 0, 'http://127.0.0.1:4001/wordpress/?page_id=5023', 0, 'page', '', 0),
|
||
(5024, 1, '2014-02-26 17:59:38', '2014-02-26 16:59:38', '', 'Breeding', '', 'inherit', 'closed', 'open', '', '5023-revision-v1', '', '', '2014-02-26 17:59:38', '2014-02-26 16:59:38', '', 5023, 'http://127.0.0.1:4001/wordpress/5023-revision-v1/', 0, 'revision', '', 0),
|
||
(5025, 1, '2014-02-26 17:59:46', '2014-02-26 16:59:46', '', 'Cría', '', 'inherit', 'closed', 'open', '', '5023-revision-v1', '', '', '2014-02-26 17:59:46', '2014-02-26 16:59:46', '', 5023, 'http://127.0.0.1:4001/wordpress/5023-revision-v1/', 0, 'revision', '', 0),
|
||
(5026, 1, '2014-02-26 17:59:58', '2014-02-26 16:59:58', '', 'Breeding', '', 'inherit', 'closed', 'open', '', '5023-revision-v1', '', '', '2014-02-26 17:59:58', '2014-02-26 16:59:58', '', 5023, 'http://127.0.0.1:4001/wordpress/5023-revision-v1/', 0, 'revision', '', 0),
|
||
(5027, 1, '2014-02-24 18:24:48', '2014-02-24 18:24:48', '', 'Competition', '', 'publish', 'closed', 'open', '', 'competition', '', '', '2014-02-26 18:00:39', '2014-02-26 17:00:39', '', 0, 'http://127.0.0.1:4001/wordpress/?page_id=5027', 0, 'page', '', 0),
|
||
(5028, 1, '2014-02-26 18:00:21', '2014-02-26 17:00:21', '', 'Competition', '', 'inherit', 'closed', 'open', '', '5027-revision-v1', '', '', '2014-02-26 18:00:21', '2014-02-26 17:00:21', '', 5027, 'http://127.0.0.1:4001/wordpress/5027-revision-v1/', 0, 'revision', '', 0),
|
||
(4780, 1, '2014-02-20 15:18:41', '2014-02-20 15:18:41', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Nuestra misión[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[title size="2"]Our Valuable Team Members[/title]\r\n[one_fourth last="no"]\r\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo. [/person]\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo.[/person]\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo.[/person]\r\n[/one_fourth]\r\n[one_fourth last="yes"]\r\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo.[/person]\r\n[/one_fourth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 15:18:41', '2014-02-20 15:18:41', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(4778, 1, '2014-02-20 15:14:07', '2014-02-20 15:14:07', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Nuestra misión[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[title size="2"]Our Valuable Team Members[/title]\r\n[one_fourth last="no"]\r\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo. [/person]\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo.[/person]\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo.[/person]\r\n[/one_fourth]\r\n[one_fourth last="yes"]\r\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo.[/person]\r\n[/one_fourth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 15:14:07', '2014-02-20 15:14:07', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(4801, 1, '2014-02-20 15:57:15', '2014-02-20 15:57:15', '[separator top="-55" style="none"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://theme-fusion.com/avada/wp-content/uploads/2013/05/page_bkgd3.jpg" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#dadada" paddingTop="40px" paddingBottom="40px"]\r\n<center>\r\n<h1 style="text-align:left; font-size: 30px !important;">Amazing <span style="color: #a0ce4e;">Product:</span> Get It Before Anyone Else!</h1>\r\n<p style="text-align: left; margin-top: -10px;">This is where your <strong><span style="color: #a0ce4e;">amazing product promotion text</span></strong> can go so your <span style="color: #a0ce4e;"><strong>viewers</strong></span> can read about how awesome it is!</p>\r\n</center>\r\n[separator top="20" style="none"]\r\n[/fullwidth]\r\n\r\n\r\n\r\n\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 15:57:15', '2014-02-20 15:57:15', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(4793, 1, '2014-02-20 15:52:33', '2014-02-20 15:52:33', '<!-- -->\r\n[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n\r\n<!-- filosofía -->\r\n\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n<!-- aspectos a destacar -->\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 15:52:33', '2014-02-20 15:52:33', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(4790, 1, '2014-02-20 15:47:58', '2014-02-20 15:47:58', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 15:47:58', '2014-02-20 15:47:58', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(4789, 1, '2014-02-20 15:47:25', '2014-02-20 15:47:25', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[one_third last="no"]\r\n<div class="heading">\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n<h2>Nuestras instalaciones</h2>\r\n\r\n</div>\r\n[/one_third]\r\n[one_third last="no"][/one_third]\r\n[one_third last="yes"][/one_third]\r\n\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n\r\n \r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 15:47:25', '2014-02-20 15:47:25', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(4779, 1, '2014-02-20 15:18:15', '2014-02-20 15:18:15', '', 'f_equipo', '', 'inherit', 'open', 'open', '', 'f_equipo', '', '', '2014-02-20 15:18:15', '2014-02-20 15:18:15', '', 4623, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4781, 1, '2014-02-20 15:19:18', '2014-02-20 15:19:18', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="10"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Nuestra misión[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[title size="2"]Our Valuable Team Members[/title]\r\n[one_fourth last="no"]\r\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo. [/person]\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo.[/person]\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo.[/person]\r\n[/one_fourth]\r\n[one_fourth last="yes"]\r\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo.[/person]\r\n[/one_fourth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 15:19:18', '2014-02-20 15:19:18', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(4782, 1, '2014-02-20 15:19:52', '2014-02-20 15:19:52', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Nuestra misión[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[title size="2"]Our Valuable Team Members[/title]\r\n[one_fourth last="no"]\r\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo. [/person]\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo.[/person]\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo.[/person]\r\n[/one_fourth]\r\n[one_fourth last="yes"]\r\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo.[/person]\r\n[/one_fourth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 15:19:52', '2014-02-20 15:19:52', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(4783, 1, '2014-02-20 15:22:44', '2014-02-20 15:22:44', '[separator top="-55"]\r\n\r\n[fullwidth bordersize="0"]\r\n\r\n \r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_works layout="grid-with-excerpts" filters="no" columns="4" cat_slug="" number_posts="4" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]', 'Inicio', '', 'inherit', 'open', 'open', '', '4705-revision-v1', '', '', '2014-02-20 15:22:44', '2014-02-20 15:22:44', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(4785, 1, '2014-02-20 15:28:37', '2014-02-20 15:28:37', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Nuestra misión[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[title size="2"]Our Valuable Team Members[/title]\r\n[one_fourth last="no"]\r\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo. [/person]\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo.[/person]\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo.[/person]\r\n[/one_fourth]\r\n[one_fourth last="yes"]\r\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo.[/person]\r\n[/one_fourth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 15:28:37', '2014-02-20 15:28:37', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(4784, 1, '2014-02-20 15:27:12', '2014-02-20 15:27:12', '[separator top="-55" style="shadow"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Nuestra misión[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[title size="2"]Our Valuable Team Members[/title]\r\n[one_fourth last="no"]\r\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo. [/person]\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo.[/person]\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo.[/person]\r\n[/one_fourth]\r\n[one_fourth last="yes"]\r\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo.[/person]\r\n[/one_fourth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 15:27:12', '2014-02-20 15:27:12', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(4787, 1, '2014-02-20 15:30:54', '2014-02-20 15:30:54', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 15:30:54', '2014-02-20 15:30:54', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(4786, 1, '2014-02-20 15:29:41', '2014-02-20 15:29:41', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Nuestra misión[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth bordersize="0"]\r\n[title size="2"]Our Valuable Team Members[/title]\r\n[one_fourth last="no"]\r\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo. [/person]\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo.[/person]\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo.[/person]\r\n[/one_fourth]\r\n[one_fourth last="yes"]\r\n[person name="John Doe" picture="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" title="Developer" facebook="http://facebook.com" twitter="http://twitter.com" linkedin="http://linkedin.com" dribbble="http://dribbble.com"]Redantium, totam rem aperiam, eaque ipsa qu ab illo un inventore veritatis et quasi architectos beatae vitae dicta sunt est explicabo.[/person]\r\n[/one_fourth]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 15:29:41', '2014-02-20 15:29:41', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(4788, 1, '2014-02-20 15:32:49', '2014-02-20 15:32:49', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="Leer más" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 15:32:49', '2014-02-20 15:32:49', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(4791, 1, '2014-02-20 15:49:05', '2014-02-20 15:49:05', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[/fullwidth]\r\n[separator top="25"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 15:49:05', '2014-02-20 15:49:05', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(4792, 1, '2014-02-20 15:49:23', '2014-02-20 15:49:23', '[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 15:49:23', '2014-02-20 15:49:23', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(4794, 1, '2014-02-20 15:52:41', '2014-02-20 15:52:41', '<!-- cabecera -->\r\n[separator top="-55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n\r\n<!-- filosofía -->\r\n\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n<!-- aspectos a destacar -->\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 15:52:41', '2014-02-20 15:52:41', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(4797, 1, '2014-02-20 15:55:28', '2014-02-20 15:55:28', '[separator top="-55"]\r\n\r\n<!-- cabecera -->\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="http://theme-fusion.com/avada/wp-content/uploads/2013/05/page_bkgd3.jpg" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#dadada" paddingTop="40px" paddingBottom="40px"]\r\n<center>\r\n<h1 style="text-align:left; font-size: 30px !important;">Amazing <span style="color: #a0ce4e;">Product:</span> Get It Before Anyone Else!</h1>\r\n<p style="text-align: left; margin-top: -10px;">This is where your <strong><span style="color: #a0ce4e;">amazing product promotion text</span></strong> can go so your <span style="color: #a0ce4e;"><strong>viewers</strong></span> can read about how awesome it is!</p>\r\n</center>\r\n[separator top="20" style="none"]\r\n[/fullwidth]\r\n\r\n\r\n<!-- filosofía -->\r\n\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n<!-- aspectos a destacar -->\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 15:55:28', '2014-02-20 15:55:28', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(4796, 1, '2014-02-20 15:54:35', '2014-02-20 15:54:35', '[separator top="-55"]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="http://theme-fusion.com/avada/wp-content/uploads/2013/05/page_bkgd3.jpg" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#dadada" paddingTop="40px" paddingBottom="40px"]\r\n<h1 style="text-align:left; font-size: 30px !important;">Amazing <span style="color: #a0ce4e;">Product:</span> Get It Before Anyone Else!</h1>\r\n<p style="text-align: left; margin-top: -10px;">This is where your <strong><span style="color: #a0ce4e;">amazing product promotion text</span></strong> can go so your <span style="color: #a0ce4e;"><strong>viewers</strong></span> can read about how awesome it is!</p>\r\n[separator top="20" style="none"]\r\n[/fullwidth]\r\n\r\n<!-- cabecera -->\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n\r\n<!-- filosofía -->\r\n\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n<!-- aspectos a destacar -->\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 15:54:35', '2014-02-20 15:54:35', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(4795, 1, '2014-02-20 15:54:06', '2014-02-20 15:54:06', '[separator top="-55"]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="http://theme-fusion.com/avada/wp-content/uploads/2013/05/page_bkgd3.jpg" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#dadada" paddingTop="40px" paddingBottom="40px"]\r\n<h1 style="text-align:left; font-size: 30px !important;">Amazing <span style="color: #a0ce4e;">Product:</span> Get It Before Anyone Else!</h1>\r\n<p style="text-align: left; margin-top: -10px;">This is where your <strong><span style="color: #a0ce4e;">amazing product promotion text</span></strong> can go so your <span style="color: #a0ce4e;"><strong>viewers</strong></span> can read about how awesome it is!</p>\r\n[separator top="20" style="none"]\r\n<a title="lightbox description" href="http://theme-fusion.com/avada/wp-content/uploads/2013/05/iphones_small.png" rel="prettyPhoto"><img alt="lightbox title" src="http://theme-fusion.com/avada/wp-content/uploads/2013/05/iphones_small.png" /></a>\r\n[/fullwidth]\r\n\r\n<!-- cabecera -->\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/background_photo1.jpg" backgroundrepeat="no-repeat" backgroundposition="center -570px" backgroundattachment="" bordersize="1px" bordercolor="#e5e4e4" paddingTop="25px" paddingBottom="50px"]\r\n<h1><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Cría y alta competición de caballos</span></h1>\r\n<h2><span style="color: #fff; text-shadow: 0.1em 0.1em #000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel <strong>aliquam imperdiet</strong>. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</span></h2>\r\n[/fullwidth]\r\n\r\n<!-- filosofía -->\r\n\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n<!-- aspectos a destacar -->\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 15:54:06', '2014-02-20 15:54:06', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(4798, 1, '2014-02-20 15:55:49', '2014-02-20 15:55:49', '<!-- cabecera -->\r\n[separator top="-55"]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="http://theme-fusion.com/avada/wp-content/uploads/2013/05/page_bkgd3.jpg" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#dadada" paddingTop="40px" paddingBottom="40px"]\r\n<center>\r\n<h1 style="text-align:left; font-size: 30px !important;">Amazing <span style="color: #a0ce4e;">Product:</span> Get It Before Anyone Else!</h1>\r\n<p style="text-align: left; margin-top: -10px;">This is where your <strong><span style="color: #a0ce4e;">amazing product promotion text</span></strong> can go so your <span style="color: #a0ce4e;"><strong>viewers</strong></span> can read about how awesome it is!</p>\r\n</center>\r\n[separator top="20" style="none"]\r\n[/fullwidth]\r\n\r\n\r\n<!-- filosofía -->\r\n\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n<!-- aspectos a destacar -->\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 15:55:49', '2014-02-20 15:55:49', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(4799, 1, '2014-02-20 15:56:15', '2014-02-20 15:56:15', '<!-- cabecera -->\r\n[separator top="-55" style="none"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://theme-fusion.com/avada/wp-content/uploads/2013/05/page_bkgd3.jpg" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#dadada" paddingTop="40px" paddingBottom="40px"]\r\n<center>\r\n<h1 style="text-align:left; font-size: 30px !important;">Amazing <span style="color: #a0ce4e;">Product:</span> Get It Before Anyone Else!</h1>\r\n<p style="text-align: left; margin-top: -10px;">This is where your <strong><span style="color: #a0ce4e;">amazing product promotion text</span></strong> can go so your <span style="color: #a0ce4e;"><strong>viewers</strong></span> can read about how awesome it is!</p>\r\n</center>\r\n[separator top="20" style="none"]\r\n[/fullwidth]\r\n\r\n\r\n<!-- filosofía -->\r\n\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n<!-- aspectos a destacar -->\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 15:56:15', '2014-02-20 15:56:15', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(4800, 1, '2014-02-20 15:56:55', '2014-02-20 15:56:55', '[separator top="-55" style="none"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://theme-fusion.com/avada/wp-content/uploads/2013/05/page_bkgd3.jpg" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#dadada" paddingTop="40px" paddingBottom="40px"]\r\n<center>\r\n<h1 style="text-align:left; font-size: 30px !important;">Amazing <span style="color: #a0ce4e;">Product:</span> Get It Before Anyone Else!</h1>\r\n<p style="text-align: left; margin-top: -10px;">This is where your <strong><span style="color: #a0ce4e;">amazing product promotion text</span></strong> can go so your <span style="color: #a0ce4e;"><strong>viewers</strong></span> can read about how awesome it is!</p>\r\n</center>\r\n[separator top="20" style="none"]\r\n[/fullwidth]\r\n\r\n\r\n<!-- filosofía -->\r\n\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n<!-- aspectos a destacar -->\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 15:56:55', '2014-02-20 15:56:55', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(4804, 1, '2014-02-20 15:59:51', '2014-02-20 15:59:51', '[separator top="-55" style="none"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://theme-fusion.com/avada/wp-content/uploads/2013/05/page_bkgd3.jpg" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#dadada" paddingTop="20px" paddingBottom="30px"]\r\n<h1>Why to ride at The Equestrian Club?</h1>\r\n<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h2>\r\n</center>\r\n[separator top="20" style="none"]\r\n[/fullwidth]\r\n\r\n\r\n\r\n\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[separator top="55"]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 15:59:51', '2014-02-20 15:59:51', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(4802, 1, '2014-02-20 15:57:36', '2014-02-20 15:57:36', '[separator top="-55" style="none"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://theme-fusion.com/avada/wp-content/uploads/2013/05/page_bkgd3.jpg" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#dadada" paddingTop="40px" paddingBottom="40px"]\r\n<center>\r\n<h1 style="text-align:left; font-size: 30px !important;">Amazing <span style="color: #a0ce4e;">Product:</span> Get It Before Anyone Else!</h1>\r\n<p style="text-align: left; margin-top: -10px;">This is where your <strong><span style="color: #a0ce4e;">amazing product promotion text</span></strong> can go so your <span style="color: #a0ce4e;"><strong>viewers</strong></span> can read about how awesome it is!</p>\r\n</center>\r\n[separator top="20" style="none"]\r\n[/fullwidth]\r\n\r\n\r\n\r\n\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[separator top="55"]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 15:57:36', '2014-02-20 15:57:36', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(4803, 1, '2014-02-20 15:58:18', '2014-02-20 15:58:18', '[separator top="-55" style="none"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://theme-fusion.com/avada/wp-content/uploads/2013/05/page_bkgd3.jpg" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#dadada" paddingTop="20px" paddingBottom="30px"]\r\n<center>\r\n<h1 style="text-align:left; font-size: 30px !important;">Amazing <span style="color: #a0ce4e;">Product:</span> Get It Before Anyone Else!</h1>\r\n<p style="text-align: left; margin-top: -10px;">This is where your <strong><span style="color: #a0ce4e;">amazing product promotion text</span></strong> can go so your <span style="color: #a0ce4e;"><strong>viewers</strong></span> can read about how awesome it is!</p>\r\n</center>\r\n[separator top="20" style="none"]\r\n[/fullwidth]\r\n\r\n\r\n\r\n\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[separator top="55"]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 15:58:18', '2014-02-20 15:58:18', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(4809, 1, '2014-02-20 16:08:57', '2014-02-20 16:08:57', '[separator top="-55" style="none"]\r\n[fullwidth bordersize="1px" bordercolor="#dadada" paddingTop="20px" paddingBottom="30px"]\r\n<h1>Why to ride at The Equestrian Club?</h1>\r\n<h3 style="font-size:21px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h3>\r\n</center>\r\n[separator top="20" style="none"]\r\n[/fullwidth]\r\n\r\n\r\n\r\n\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[separator top="55"]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 16:08:57', '2014-02-20 16:08:57', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(4806, 1, '2014-02-20 16:02:10', '2014-02-20 16:02:10', '[separator top="-55" style="none"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://theme-fusion.com/avada/wp-content/uploads/2013/05/page_bkgd3.jpg" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#dadada" paddingTop="20px" paddingBottom="30px"]\r\n<h1>Why to ride at The Equestrian Club?</h1>\r\n<p style="font-size:21px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</p>\r\n</center>\r\n[separator top="20" style="none"]\r\n[/fullwidth]\r\n\r\n\r\n\r\n\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[separator top="55"]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 16:02:10', '2014-02-20 16:02:10', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(4805, 1, '2014-02-20 16:00:12', '2014-02-20 16:00:12', '[separator top="-55" style="none"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://theme-fusion.com/avada/wp-content/uploads/2013/05/page_bkgd3.jpg" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#dadada" paddingTop="20px" paddingBottom="30px"]\r\n<h1>Why to ride at The Equestrian Club?</h1>\r\n<h3>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h3>\r\n</center>\r\n[separator top="20" style="none"]\r\n[/fullwidth]\r\n\r\n\r\n\r\n\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[separator top="55"]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 16:00:12', '2014-02-20 16:00:12', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(4807, 1, '2014-02-20 16:02:40', '2014-02-20 16:02:40', '[separator top="-55" style="none"]\r\n[fullwidth backgroundcolor="" backgroundimage="http://theme-fusion.com/avada/wp-content/uploads/2013/05/page_bkgd3.jpg" backgroundrepeat="no-repeat" backgroundposition="top left" backgroundattachment="fixed" bordersize="1px" bordercolor="#dadada" paddingTop="20px" paddingBottom="30px"]\r\n<h1>Why to ride at The Equestrian Club?</h1>\r\n<h3 style="font-size:21px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h3>\r\n</center>\r\n[separator top="20" style="none"]\r\n[/fullwidth]\r\n\r\n\r\n\r\n\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[separator top="55"]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 16:02:40', '2014-02-20 16:02:40', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(4808, 1, '2014-02-20 16:08:08', '2014-02-20 16:08:08', '', 'page_bkgd3', '', 'inherit', 'open', 'open', '', 'page_bkgd31', '', '', '2014-02-20 16:08:08', '2014-02-20 16:08:08', '', 7, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/01/page_bkgd31.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4810, 1, '2014-02-20 16:09:13', '2014-02-20 16:09:13', '[separator top="-55" style="none"]\r\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="30px"]\r\n<h1>Why to ride at The Equestrian Club?</h1>\r\n<h3 style="font-size:21px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h3>\r\n</center>\r\n[separator top="20" style="none"]\r\n[/fullwidth]\r\n\r\n\r\n\r\n\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[separator top="55"]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 16:09:13', '2014-02-20 16:09:13', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(4811, 1, '2014-02-20 16:09:37', '2014-02-20 16:09:37', '[separator top="-55" style="none"]\r\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Why to ride at The Equestrian Club?</h1>\r\n<h3 style="font-size:21px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h3>\r\n</center>\r\n[separator top="10" style="shadow"]\r\n[/fullwidth]\r\n\r\n[separator top="55"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[separator top="55"]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 16:09:37', '2014-02-20 16:09:37', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(4812, 1, '2014-02-20 16:09:52', '2014-02-20 16:09:52', '[separator top="-55" style="none"]\r\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Why to ride at The Equestrian Club?</h1>\r\n<h3 style="font-size:21px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h3>\r\n</center>\r\n[separator top="10" style="shadow"]\r\n[/fullwidth]\r\n\r\n[separator top="20"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[separator top="55"]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 16:09:52', '2014-02-20 16:09:52', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(4814, 1, '2014-02-20 16:11:57', '2014-02-20 16:11:57', '[separator top="-55" style="none"]\r\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Double R Group</h1>\r\n<h3 style="font-size:21px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h3>\r\n</center>\r\n[separator top="10" style="shadow"]\r\n[/fullwidth]\r\n\r\n[separator top="20"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[separator top="55"]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 16:11:57', '2014-02-20 16:11:57', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(4813, 1, '2014-02-20 16:10:23', '2014-02-20 16:10:23', '[separator top="-55" style="none"]\r\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px"]\r\n<h1 style="text-aling:center;">Why to ride at The Equestrian Club?</h1>\r\n<h3 style="font-size:21px; text-align:center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h3>\r\n</center>\r\n[separator top="10" style="shadow"]\r\n[/fullwidth]\r\n\r\n[separator top="20"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[separator top="55"]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'open', 'open', '', '4623-revision-v1', '', '', '2014-02-20 16:10:23', '2014-02-20 16:10:23', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(5032, 1, '2014-02-26 18:01:27', '2014-02-26 17:01:27', '[two_third last="no"]\r\n[title size="3"]Formulario de contacto[/title]\r\n[gravityform id="1" name="Contacto" ajax="true" title="false"]\r\n[/two_third]\r\n[one_third last="yes"]\r\n[title size="3"]Double R Group[/title]\r\n<p>[fontawesome icon="map-marker" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"] Calle de Almagro, 21, 28010 Madrid</p>\r\n<p>[fontawesome icon="phone" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]+34 619 686 633</p>\r\n<p>[fontawesome icon="envelope" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]info@doublergroup.com</p>\r\n<p>[fontawesome icon="globe" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]www.doublergroup.com</p>\r\n[/one_third]\r\n', 'Contact', '', 'inherit', 'closed', 'open', '', '5031-revision-v1', '', '', '2014-02-26 18:01:27', '2014-02-26 17:01:27', '', 5031, 'http://127.0.0.1:4001/wordpress/5031-revision-v1/', 0, 'revision', '', 0),
|
||
(4820, 1, '2014-02-20 16:34:28', '2014-02-20 16:34:28', '[two_third last="no"]\r\n[title size="2"]Formulario de contacto[/title]\r\n[gravityform id="1" name="Contacto" ajax="true" title="false"]\r\n[/two_third]\r\n[one_third last="yes"]\r\n[title size="2"]Double R Group[/title]\r\n[fontawesome icon="map-marker" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"] Calle de Almagro, 21, 28010 Madrid\r\n\r\n[fontawesome icon="phone" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]+34 619 686 633\r\n\r\n[fontawesome icon="envelope" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]info@doublergroup.com\r\n\r\n[fontawesome icon="globe" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]www.doublergroup.com\r\n\r\n \r\n\r\n[/one_third]\r\n\r\n ', 'Contacto', '', 'inherit', 'open', 'open', '', '4671-revision-v1', '', '', '2014-02-20 16:34:28', '2014-02-20 16:34:28', '', 4671, 'http://127.0.0.1:4001/wordpress/4671-revision-v1/', 0, 'revision', '', 0),
|
||
(4821, 1, '2014-02-20 16:35:55', '2014-02-20 16:35:55', '[two_third last="no"]\r\n[title size="3"]Formulario de contacto[/title]\r\n[gravityform id="1" name="Contacto" ajax="true" title="false"]\r\n[/two_third]\r\n[one_third last="yes"]\r\n[title size="3"]Double R Group[/title]\r\n[fontawesome icon="map-marker" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"] Calle de Almagro, 21, 28010 Madrid\r\n\r\n[fontawesome icon="phone" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]+34 619 686 633\r\n\r\n[fontawesome icon="envelope" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]info@doublergroup.com\r\n\r\n[fontawesome icon="globe" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]www.doublergroup.com\r\n\r\n \r\n\r\n[/one_third]\r\n\r\n ', 'Contacto', '', 'inherit', 'open', 'open', '', '4671-revision-v1', '', '', '2014-02-20 16:35:55', '2014-02-20 16:35:55', '', 4671, 'http://127.0.0.1:4001/wordpress/4671-revision-v1/', 0, 'revision', '', 0),
|
||
(4822, 1, '2014-02-20 16:36:16', '2014-02-20 16:36:16', '[two_third last="no"]\r\n[title size="3"]Formulario de contacto[/title]\r\n[gravityform id="1" name="Contacto" ajax="true" title="false"]\r\n[/two_third]\r\n[one_third last="yes"]\r\n[title size="2"]Double R Group[/title]\r\n[fontawesome icon="map-marker" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"] Calle de Almagro, 21, 28010 Madrid\r\n[fontawesome icon="phone" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]+34 619 686 633\r\n[fontawesome icon="envelope" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]info@doublergroup.com\r\n[fontawesome icon="globe" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]www.doublergroup.com\r\n\r\n \r\n\r\n[/one_third]\r\n\r\n ', 'Contacto', '', 'inherit', 'open', 'open', '', '4671-revision-v1', '', '', '2014-02-20 16:36:16', '2014-02-20 16:36:16', '', 4671, 'http://127.0.0.1:4001/wordpress/4671-revision-v1/', 0, 'revision', '', 0),
|
||
(4823, 1, '2014-02-20 16:36:50', '2014-02-20 16:36:50', '[two_third last="no"]\r\n[title size="3"]Formulario de contacto[/title]\r\n[gravityform id="1" name="Contacto" ajax="true" title="false"]\r\n[/two_third]\r\n[one_third last="yes"]\r\n[title size="2"]Double R Group[/title]\r\n<p>[fontawesome icon="map-marker" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"] Calle de Almagro, 21, 28010 Madrid</p>\r\n<p>[fontawesome icon="phone" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]+34 619 686 633</p>\r\n<p>[fontawesome icon="envelope" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]info@doublergroup.com</p>\r\n<p>[fontawesome icon="globe" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]www.doublergroup.com</p>\r\n[/one_third]\r\n', 'Contacto', '', 'inherit', 'open', 'open', '', '4671-revision-v1', '', '', '2014-02-20 16:36:50', '2014-02-20 16:36:50', '', 4671, 'http://127.0.0.1:4001/wordpress/4671-revision-v1/', 0, 'revision', '', 0),
|
||
(4824, 1, '2014-02-20 16:40:12', '2014-02-20 16:40:12', '[separator top="-20"]\r\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Santaynez.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/03_bannerhome_allotjament_2.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/09_bannerhome_caballo_1.jpg[/slide][/slider]\r\n[separator top="-30" style="none"]\r\n<strong><em>A cien kilómetros de Madrid están las instalaciones de Double R Group. En una finca de treinta hectáreas desarrollamos las actividades de cría y entrenamiento de caballos para la alta competición.</em></strong>\r\n\r\n[separator top="50"]\r\n\r\n[two_third last="no"]\r\n[title size="3"]Dotaciones[/title]\r\n\r\nDouble R Group tiene toda la infraestructura necesaria para el desarrollo y el entrenamiento de los caballos en todas sus fases\r\n\r\n[checklist icon="circle-arrow-right" iconcolor="395B7B" circle="no"]\r\n<ul>\r\n <li>Finca de más de treinta hectáreas.</li>\r\n <li>Pistas de trabajo y salto</li>\r\n <li>Pistas para dar cuerda</li>\r\n <li>Pistas de galope</li>\r\n <li>Caminadores</li>\r\n <li>Suelos de condiciones óptimas</li>\r\n</ul>\r\n[/checklist]\r\n[/two_third]\r\n\r\n[one_third last="yes"]\r\n[title size="3"]Localización[/title]\r\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="150" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\r\n<small>Instalaciones en la Comunidad de Madrid</small>\r\n[/one_third]\r\n\r\n[separator top="15"]\r\n[title size="3"]Imágenes de las instalaciones[/title]\r\n\r\n[images lightbox="yes"]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/1.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/2.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/3.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/4.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/5.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/6.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/7.jpg" alt=""]\r\n[/images]', 'Instalaciones', '', 'publish', 'open', 'open', '', 'instalaciones', '', '', '2014-02-28 15:55:09', '2014-02-28 14:55:09', '', 0, 'http://127.0.0.1:4001/wordpress/?page_id=4824', 0, 'page', '', 0),
|
||
(4825, 1, '2014-02-20 16:40:12', '2014-02-20 16:40:12', '', 'Instalaciones', '', 'inherit', 'open', 'open', '', '4824-revision-v1', '', '', '2014-02-20 16:40:12', '2014-02-20 16:40:12', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-revision-v1/', 0, 'revision', '', 0),
|
||
(4826, 1, '2014-02-28 12:47:38', '2014-02-28 11:47:38', '[separator top="-20"]\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Santaynez.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/03_bannerhome_allotjament_2.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/09_bannerhome_caballo_1.jpg[/slide][/slider]\n[separator top="-30" style="none"]\n<strong><em>A cien kilómetros de Madrid están las instalaciones de Double R Group. En una finca de treinta hectáreas desarrollamos las actividades de cría y entrenamiento de caballos para la alta competición.</em></strong>\n\n[separator top="50"]\n\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px" backgroundcolor="#f8f8f8" bordersize="1px" bordercolor="#e5e4e4"]\n[two_third last="no"]\n[title size="3"]Dotaciones[/title]\n\nDouble R Group tiene toda la infraestructura necesaria para el desarrollo y el entrenamiento de los caballos en todas sus fases\n\n[checklist icon="circle-arrow-right" iconcolor="395B7B" circle="no"]\n<ul>\n <li>Finca de más de treinta hectáreas.</li>\n <li>Pistas de trabajo y salto</li>\n <li>Pistas para dar cuerda</li>\n <li>Pistas de galope</li>\n <li>Caminadores</li>\n <li>Suelos de condiciones óptimas</li>\n</ul>\n[/checklist]\n[/two_third]\n\n[one_third last="yes"]\n[title size="3"]Localización[/title]\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="150" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\n<small>Instalaciones en la Comunidad de Madrid</small>\n[/one_third]\n\n[separator top="15"]\n[title size="3"]Imágenes de las instalaciones[/title]\n\n[images lightbox="yes"]\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/1.jpg" alt=""]\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/2.jpg" alt=""]\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/3.jpg" alt=""]\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/4.jpg" alt=""]\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/5.jpg" alt=""]\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/6.jpg" alt=""]\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/7.jpg" alt=""]\n[/images]', 'Instalaciones', '', 'inherit', 'open', 'open', '', '4824-autosave-v1', '', '', '2014-02-28 12:47:38', '2014-02-28 11:47:38', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-autosave-v1/', 0, 'revision', '', 0),
|
||
(4827, 1, '2014-02-20 16:42:17', '2014-02-20 16:42:17', '[separator top="-55" style="none"]\r\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px"]\r\n<h1>Double R Group</h1>\r\n<h3 style="font-size:21px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h3>\r\n</center>\r\n[separator top="10" style="shadow"]\r\n[/fullwidth]', 'Instalaciones', '', 'inherit', 'open', 'open', '', '4824-revision-v1', '', '', '2014-02-20 16:42:17', '2014-02-20 16:42:17', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-revision-v1/', 0, 'revision', '', 0),
|
||
(4828, 1, '2014-02-20 16:42:36', '2014-02-20 16:42:36', '[separator top="-55" style="none"]\r\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px"]\r\n<h3 style="font-size:21px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h3>\r\n</center>\r\n[separator top="10" style="shadow"]\r\n[/fullwidth]', 'Instalaciones', '', 'inherit', 'open', 'open', '', '4824-revision-v1', '', '', '2014-02-20 16:42:36', '2014-02-20 16:42:36', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-revision-v1/', 0, 'revision', '', 0),
|
||
(4851, 1, '2014-02-20 17:16:43', '2014-02-20 17:16:43', '[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n[separator top="-10" style="none"]\r\n[fullwidth bordersize="0" paddingTop="0px" paddingBottom="20px"]\r\n<strong><em>A cien kilómetros de Madrid están las instalaciones de Double R Group. En una finca de treinta hectáreas desarrollamos las actividades de cría y entrenamiento de caballos para la alta competición.</em></strong>\r\n[/fullwidth]\r\n\r\n[separator top="50"]\r\n\r\n[two_third last="no"]\r\n[title size="2"]Dotaciones[/title]\r\n\r\nDouble R Group tiene toda la infraestructura necesaria para el desarrollo y el entrenamiento de los caballos en todas sus fases\r\n\r\n[checklist icon="circle-arrow-right" iconcolor="395B7B" circle="no"]\r\n<ul>\r\n <li>Finca de más de treinta hectáreas.</li>\r\n <li>Pistas de trabajo y salto</li>\r\n <li>Pistas para dar cuerda</li>\r\n <li>Pistas de galope</li>\r\n <li>Caminadores</li>\r\n <li>Suelos de condiciones óptimas</li>\r\n</ul>\r\n[/checklist]\r\n[/two_third]\r\n\r\n\r\n\r\n[one_third last="yes"]\r\n[title size="2"]Localización[/title]\r\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="150" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\r\n<small></small>\r\n<h4>Instalaciones en la Comunidad de Madrid</h4>\r\n[/one_third]\r\n\r\n\r\n\r\n[separator top="15"]\r\n[title size="2"]Imágenes de las instalaciones/title]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/1.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/1.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/2.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/2.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/3.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/3.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="yes"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/4.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/4.jpg" /></a>\r\n[/one_fourth]', 'Instalaciones', '', 'inherit', 'open', 'open', '', '4824-revision-v1', '', '', '2014-02-20 17:16:43', '2014-02-20 17:16:43', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-revision-v1/', 0, 'revision', '', 0),
|
||
(4840, 1, '2014-02-20 17:14:37', '2014-02-20 17:14:37', '[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n[separator top="-10" style="none"]\r\n[fullwidth bordersize="0" paddingTop="0px" paddingBottom="20px"]\r\n<strong><em>A cien kilómetros de Madrid están las instalaciones de Double R Group. En una finca de treinta hectáreas desarrollamos las actividades de cría y entrenamiento de caballos para la alta competición.</em></strong>\r\n[/fullwidth]\r\n\r\n[separator top="50"]\r\n\r\n[two_third last="no"]\r\n[title size="2"]Dotaciones[/title]\r\n\r\nDouble R Group tiene toda la infraestructura necesaria para el desarrollo y el entrenamiento de los caballos en todas sus fases\r\n\r\n[checklist icon="circle-arrow-right" iconcolor="395B7B" circle="no"]\r\n<ul>\r\n <li>Finca de más de treinta hectáreas.</li>\r\n <li>Pistas de trabajo y salto</li>\r\n <li>Pistas para dar cuerda</li>\r\n <li>Pistas de galope</li>\r\n <li>Caminadores</li>\r\n <li>Suelos de condiciones óptimas</li>\r\n</ul>\r\n[/checklist]\r\n[/two_third]\r\n\r\n\r\n\r\n[one_third last="yes"]\r\n[title size="2"]Localización[/title]\r\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="150" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\r\n<small></small>\r\n<h4>Instalaciones en la Comunidad de Madrid</h4>\r\n[/one_third]\r\n\r\n\r\n\r\n[separator top="15"]\r\n[title size="2"]Images Of Our Workplace[/title]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="yes"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\r\n[/one_fourth]', 'Instalaciones', '', 'inherit', 'open', 'open', '', '4824-revision-v1', '', '', '2014-02-20 17:14:37', '2014-02-20 17:14:37', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-revision-v1/', 0, 'revision', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(4829, 1, '2014-02-20 16:44:38', '2014-02-20 16:44:38', '[separator top="-55" style="none"]\r\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px"]\r\n<h3 style="font-size:21px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h3>\r\n</center>\r\n[separator top="10" style="shadow"]\r\n[/fullwidth]\r\n\r\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n\r\n\r\n[two_third last="no"]\r\n[title size="2"]We Love To Work & We Love Where We Work[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui.\r\n\r\nRatione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla.\r\n\r\n<strong><em> Avada is the perfect choice for your business. It''s loaded with features, options & page layouts. Plus we have the best customer support around, but dont take our word for it, ask any of our 15,000+ users!</em></strong>\r\n[/two_third]\r\n\r\n<!-- this is the map -->\r\n\r\n[one_third last="yes"]\r\n[title size="2"]Our Location[/title]\r\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="150" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\r\n<small></small>\r\n<h4>Located In Beautiful New York City</h4>\r\n12345 Main Street, New York, NY 02781\r\nPhone: 1.800.555.6789\r\nWeb: <a href="http://themeforest.net/user/ThemeFusion">www.yoursite.com</a>\r\n[/one_third]\r\n\r\n<!-- this is the row of images with lightbox -->\r\n\r\n[separator top="15"]\r\n[title size="2"]Images Of Our Workplace[/title]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="yes"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\r\n[/one_fourth]', 'Instalaciones', '', 'inherit', 'open', 'open', '', '4824-revision-v1', '', '', '2014-02-20 16:44:38', '2014-02-20 16:44:38', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-revision-v1/', 0, 'revision', '', 0),
|
||
(4830, 1, '2014-02-20 16:45:06', '2014-02-20 16:45:06', '[separator top="-55" style="none"]\r\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px"]\r\n<h3 style="font-size:21px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h3>\r\n</center>\r\n[/fullwidth]\r\n\r\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n\r\n\r\n[two_third last="no"]\r\n[title size="2"]We Love To Work & We Love Where We Work[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui.\r\n\r\nRatione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla.\r\n\r\n<strong><em> Avada is the perfect choice for your business. It''s loaded with features, options & page layouts. Plus we have the best customer support around, but dont take our word for it, ask any of our 15,000+ users!</em></strong>\r\n[/two_third]\r\n\r\n<!-- this is the map -->\r\n\r\n[one_third last="yes"]\r\n[title size="2"]Our Location[/title]\r\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="150" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\r\n<small></small>\r\n<h4>Located In Beautiful New York City</h4>\r\n12345 Main Street, New York, NY 02781\r\nPhone: 1.800.555.6789\r\nWeb: <a href="http://themeforest.net/user/ThemeFusion">www.yoursite.com</a>\r\n[/one_third]\r\n\r\n<!-- this is the row of images with lightbox -->\r\n\r\n[separator top="15"]\r\n[title size="2"]Images Of Our Workplace[/title]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="yes"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\r\n[/one_fourth]', 'Instalaciones', '', 'inherit', 'open', 'open', '', '4824-revision-v1', '', '', '2014-02-20 16:45:06', '2014-02-20 16:45:06', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-revision-v1/', 0, 'revision', '', 0),
|
||
(4835, 1, '2014-02-20 17:06:23', '2014-02-20 17:06:23', '[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n[fullwidth bordersize="0" paddingTop="0px" paddingBottom="20px"]\r\n<strong><em>A cien kilómetros de Madrid, en Talavera de la Reina, está situada la Yeguada Campos. En una finca de treinta hectáreas desarrollamos las actividades de la yeguada: cría y entrenamiento de caballos para la alta competición.</em></strong>\r\n[/fullwidth]\r\n\r\n[separator top="5" style="none"]\r\n\r\n[two_third last="no"]\r\n[title size="2"]Nuestras instalaciones[/title]\r\nA cien kilómetros de Madrid, en Talavera de la Reina, está situada la Yeguada Campos. En una finca de treinta hectáreas desarrollamos las actividades de la yeguada: cría y entrenamiento de caballos para la alta competición.\r\n\r\nEl objetivo de la Yeguada Campos es disponer de un grupo de sementales dedicados a la cría y a la alta competición.\r\n\r\nLa finca está dividida en dos zonas: una dedicada a la cría y la otra dedicada al entrenamiento de los caballos.\r\n\r\nLa Yeguada Campos tiene toda la infraestructura necesaria para el desarrollo y el entrenamiento de los caballos en todas sus fases: pistas de trabajo y salto con los mejores suelos, pistas para dar cuerda, caminadores, pistas de galope...\r\n\r\n<strong><em> Avada is the perfect choice for your business. It''s loaded with features, options & page layouts. Plus we have the best customer support around, but dont take our word for it, ask any of our 15,000+ users!</em></strong>\r\n[/two_third]\r\n\r\n<!-- this is the map -->\r\n\r\n[one_third last="yes"]\r\n[title size="2"]Our Location[/title]\r\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="150" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\r\n<small></small>\r\n<h4>Located In Beautiful New York City</h4>\r\n12345 Main Street, New York, NY 02781\r\nPhone: 1.800.555.6789\r\nWeb: <a href="http://themeforest.net/user/ThemeFusion">www.yoursite.com</a>\r\n[/one_third]\r\n\r\n<!-- this is the row of images with lightbox -->\r\n\r\n[separator top="15"]\r\n[title size="2"]Images Of Our Workplace[/title]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="yes"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\r\n[/one_fourth]', 'Instalaciones', '', 'inherit', 'open', 'open', '', '4824-revision-v1', '', '', '2014-02-20 17:06:23', '2014-02-20 17:06:23', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-revision-v1/', 0, 'revision', '', 0),
|
||
(4831, 1, '2014-02-20 16:45:35', '2014-02-20 16:45:35', '[separator top="-55" style="none"]\r\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px"]\r\n<h3 style="font-size:21px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h3>\r\n</center>\r\n[/fullwidth]\r\n\r\n[separator top="5" style="none"]\r\n\r\n<!-- this is the slider -->\r\n\r\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n\r\n\r\n<!-- this is the intro text -->\r\n\r\n[two_third last="no"]\r\n[title size="2"]We Love To Work & We Love Where We Work[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui.\r\n\r\nRatione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla.\r\n\r\n<strong><em> Avada is the perfect choice for your business. It''s loaded with features, options & page layouts. Plus we have the best customer support around, but dont take our word for it, ask any of our 15,000+ users!</em></strong>\r\n[/two_third]\r\n\r\n<!-- this is the map -->\r\n\r\n[one_third last="yes"]\r\n[title size="2"]Our Location[/title]\r\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="150" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\r\n<small></small>\r\n<h4>Located In Beautiful New York City</h4>\r\n12345 Main Street, New York, NY 02781\r\nPhone: 1.800.555.6789\r\nWeb: <a href="http://themeforest.net/user/ThemeFusion">www.yoursite.com</a>\r\n[/one_third]\r\n\r\n<!-- this is the row of images with lightbox -->\r\n\r\n[separator top="15"]\r\n[title size="2"]Images Of Our Workplace[/title]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="yes"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\r\n[/one_fourth]', 'Instalaciones', '', 'inherit', 'open', 'open', '', '4824-revision-v1', '', '', '2014-02-20 16:45:35', '2014-02-20 16:45:35', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-revision-v1/', 0, 'revision', '', 0),
|
||
(4863, 1, '2014-02-20 18:27:21', '2014-02-20 18:27:21', '', '09_bannerhome_caballo_1', '', 'inherit', 'open', 'open', '', '09_bannerhome_caballo_1', '', '', '2014-02-20 18:27:21', '2014-02-20 18:27:21', '', 4824, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/09_bannerhome_caballo_1.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4833, 1, '2014-02-20 17:05:32', '2014-02-20 17:05:32', '[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n\r\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px"]\r\n<h3 style="font-size:21px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h3>\r\n<strong><em> Avada is the perfect choice for your business. It''s loaded with features, options & page layouts. Plus we have the best customer support around, but dont take our word for it, ask any of our 15,000+ users!</em></strong>\r\n\r\n</center>\r\n[/fullwidth]\r\n\r\n[separator top="5" style="none"]\r\n\r\n[two_third last="no"]\r\n[title size="2"]Nuestras instalaciones[/title]\r\nA cien kilómetros de Madrid, en Talavera de la Reina, está situada la Yeguada Campos. En una finca de treinta hectáreas desarrollamos las actividades de la yeguada: cría y entrenamiento de caballos para la alta competición.\r\n\r\nEl objetivo de la Yeguada Campos es disponer de un grupo de sementales dedicados a la cría y a la alta competición.\r\n\r\nLa finca está dividida en dos zonas: una dedicada a la cría y la otra dedicada al entrenamiento de los caballos.\r\n\r\nLa Yeguada Campos tiene toda la infraestructura necesaria para el desarrollo y el entrenamiento de los caballos en todas sus fases: pistas de trabajo y salto con los mejores suelos, pistas para dar cuerda, caminadores, pistas de galope...\r\n\r\n<strong><em> Avada is the perfect choice for your business. It''s loaded with features, options & page layouts. Plus we have the best customer support around, but dont take our word for it, ask any of our 15,000+ users!</em></strong>\r\n[/two_third]\r\n\r\n<!-- this is the map -->\r\n\r\n[one_third last="yes"]\r\n[title size="2"]Our Location[/title]\r\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="150" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\r\n<small></small>\r\n<h4>Located In Beautiful New York City</h4>\r\n12345 Main Street, New York, NY 02781\r\nPhone: 1.800.555.6789\r\nWeb: <a href="http://themeforest.net/user/ThemeFusion">www.yoursite.com</a>\r\n[/one_third]\r\n\r\n<!-- this is the row of images with lightbox -->\r\n\r\n[separator top="15"]\r\n[title size="2"]Images Of Our Workplace[/title]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="yes"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\r\n[/one_fourth]', 'Instalaciones', '', 'inherit', 'open', 'open', '', '4824-revision-v1', '', '', '2014-02-20 17:05:32', '2014-02-20 17:05:32', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-revision-v1/', 0, 'revision', '', 0),
|
||
(4832, 1, '2014-02-20 17:04:43', '2014-02-20 17:04:43', '[separator top="-55" style="none"]\r\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px"]\r\n<h3 style="font-size:21px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h3>\r\n<strong><em> Avada is the perfect choice for your business. It''s loaded with features, options & page layouts. Plus we have the best customer support around, but dont take our word for it, ask any of our 15,000+ users!</em></strong>\r\n\r\n</center>\r\n[/fullwidth]\r\n\r\n[separator top="5" style="none"]\r\n\r\n<!-- this is the slider -->\r\n\r\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n\r\n\r\n<!-- this is the intro text -->\r\n\r\n[two_third last="no"]\r\n[title size="2"]We Love To Work & We Love Where We Work[/title]\r\nA cien kilómetros de Madrid, en Talavera de la Reina, está situada la Yeguada Campos. En una finca de treinta hectáreas desarrollamos las actividades de la yeguada: cría y entrenamiento de caballos para la alta competición.\r\n\r\nEl objetivo de la Yeguada Campos es disponer de un grupo de sementales dedicados a la cría y a la alta competición.\r\n\r\nLa finca está dividida en dos zonas: una dedicada a la cría y la otra dedicada al entrenamiento de los caballos.\r\n\r\nLa Yeguada Campos tiene toda la infraestructura necesaria para el desarrollo y el entrenamiento de los caballos en todas sus fases: pistas de trabajo y salto con los mejores suelos, pistas para dar cuerda, caminadores, pistas de galope...\r\n\r\n<strong><em> Avada is the perfect choice for your business. It''s loaded with features, options & page layouts. Plus we have the best customer support around, but dont take our word for it, ask any of our 15,000+ users!</em></strong>\r\n[/two_third]\r\n\r\n<!-- this is the map -->\r\n\r\n[one_third last="yes"]\r\n[title size="2"]Our Location[/title]\r\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="150" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\r\n<small></small>\r\n<h4>Located In Beautiful New York City</h4>\r\n12345 Main Street, New York, NY 02781\r\nPhone: 1.800.555.6789\r\nWeb: <a href="http://themeforest.net/user/ThemeFusion">www.yoursite.com</a>\r\n[/one_third]\r\n\r\n<!-- this is the row of images with lightbox -->\r\n\r\n[separator top="15"]\r\n[title size="2"]Images Of Our Workplace[/title]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="yes"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\r\n[/one_fourth]', 'Instalaciones', '', 'inherit', 'open', 'open', '', '4824-revision-v1', '', '', '2014-02-20 17:04:43', '2014-02-20 17:04:43', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-revision-v1/', 0, 'revision', '', 0),
|
||
(4834, 1, '2014-02-20 17:05:46', '2014-02-20 17:05:46', '[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n\r\n[fullwidth bordersize="0" paddingTop="0px" paddingBottom="20px"]\r\n<h3 style="font-size:21px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h3>\r\n<strong><em> Avada is the perfect choice for your business. It''s loaded with features, options & page layouts. Plus we have the best customer support around, but dont take our word for it, ask any of our 15,000+ users!</em></strong>\r\n\r\n</center>\r\n[/fullwidth]\r\n\r\n[separator top="5" style="none"]\r\n\r\n[two_third last="no"]\r\n[title size="2"]Nuestras instalaciones[/title]\r\nA cien kilómetros de Madrid, en Talavera de la Reina, está situada la Yeguada Campos. En una finca de treinta hectáreas desarrollamos las actividades de la yeguada: cría y entrenamiento de caballos para la alta competición.\r\n\r\nEl objetivo de la Yeguada Campos es disponer de un grupo de sementales dedicados a la cría y a la alta competición.\r\n\r\nLa finca está dividida en dos zonas: una dedicada a la cría y la otra dedicada al entrenamiento de los caballos.\r\n\r\nLa Yeguada Campos tiene toda la infraestructura necesaria para el desarrollo y el entrenamiento de los caballos en todas sus fases: pistas de trabajo y salto con los mejores suelos, pistas para dar cuerda, caminadores, pistas de galope...\r\n\r\n<strong><em> Avada is the perfect choice for your business. It''s loaded with features, options & page layouts. Plus we have the best customer support around, but dont take our word for it, ask any of our 15,000+ users!</em></strong>\r\n[/two_third]\r\n\r\n<!-- this is the map -->\r\n\r\n[one_third last="yes"]\r\n[title size="2"]Our Location[/title]\r\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="150" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\r\n<small></small>\r\n<h4>Located In Beautiful New York City</h4>\r\n12345 Main Street, New York, NY 02781\r\nPhone: 1.800.555.6789\r\nWeb: <a href="http://themeforest.net/user/ThemeFusion">www.yoursite.com</a>\r\n[/one_third]\r\n\r\n<!-- this is the row of images with lightbox -->\r\n\r\n[separator top="15"]\r\n[title size="2"]Images Of Our Workplace[/title]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="yes"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\r\n[/one_fourth]', 'Instalaciones', '', 'inherit', 'open', 'open', '', '4824-revision-v1', '', '', '2014-02-20 17:05:46', '2014-02-20 17:05:46', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-revision-v1/', 0, 'revision', '', 0),
|
||
(4839, 1, '2014-02-20 17:13:11', '2014-02-20 17:13:11', '[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n[separator top="-10" style="none"]\r\n[fullwidth bordersize="0" paddingTop="0px" paddingBottom="20px"]\r\n<strong><em>A cien kilómetros de Madrid están las instalaciones de Double R Group. En una finca de treinta hectáreas desarrollamos las actividades de cría y entrenamiento de caballos para la alta competición.</em></strong>\r\n[/fullwidth]\r\n\r\n[separator top="50"]\r\n\r\n[two_third last="no"]\r\n[title size="2"]Dotaciones[/title]\r\n\r\nDouble R Group tiene toda la infraestructura necesaria para el desarrollo y el entrenamiento de los caballos en todas sus fases\r\n\r\n[checklist icon="circle-arrow-right" iconcolor="395B7B" circle="no"]\r\n<ul>\r\n <li>Finca de más de treinta hectáreas.</li>\r\n <li>Pistas de trabajo y salto</li>\r\n <li>Pistas para dar cuerda</li>\r\n <li>Pistas de galope</li>\r\n <li>Caminadores</li>\r\n <li>Suelos de condiciones óptimas</li>\r\n</ul>\r\n[/checklist]\r\n[/two_third]\r\n\r\n<!-- this is the map -->\r\n\r\n[one_third last="yes"]\r\n[title size="2"]Our Location[/title]\r\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="150" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\r\n<small></small>\r\n<h4>Located In Beautiful New York City</h4>\r\n12345 Main Street, New York, NY 02781\r\nPhone: 1.800.555.6789\r\nWeb: <a href="http://themeforest.net/user/ThemeFusion">www.yoursite.com</a>\r\n[/one_third]\r\n\r\n<!-- this is the row of images with lightbox -->\r\n\r\n[separator top="15"]\r\n[title size="2"]Images Of Our Workplace[/title]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="yes"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\r\n[/one_fourth]', 'Instalaciones', '', 'inherit', 'open', 'open', '', '4824-revision-v1', '', '', '2014-02-20 17:13:11', '2014-02-20 17:13:11', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-revision-v1/', 0, 'revision', '', 0),
|
||
(4836, 1, '2014-02-20 17:06:50', '2014-02-20 17:06:50', '[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n[separator top="-10" style="none"]\r\n[fullwidth bordersize="0" paddingTop="0px" paddingBottom="20px"]\r\n<strong><em>A cien kilómetros de Madrid, en Talavera de la Reina, está situada la Yeguada Campos. En una finca de treinta hectáreas desarrollamos las actividades de la yeguada: cría y entrenamiento de caballos para la alta competición.</em></strong>\r\n[/fullwidth]\r\n\r\n[separator top="5" style="shadow"]\r\n\r\n[two_third last="no"]\r\n[title size="2"]Nuestras instalaciones[/title]\r\nA cien kilómetros de Madrid, en Talavera de la Reina, está situada la Yeguada Campos. En una finca de treinta hectáreas desarrollamos las actividades de la yeguada: cría y entrenamiento de caballos para la alta competición.\r\n\r\nEl objetivo de la Yeguada Campos es disponer de un grupo de sementales dedicados a la cría y a la alta competición.\r\n\r\nLa finca está dividida en dos zonas: una dedicada a la cría y la otra dedicada al entrenamiento de los caballos.\r\n\r\nLa Yeguada Campos tiene toda la infraestructura necesaria para el desarrollo y el entrenamiento de los caballos en todas sus fases: pistas de trabajo y salto con los mejores suelos, pistas para dar cuerda, caminadores, pistas de galope...\r\n\r\n<strong><em> Avada is the perfect choice for your business. It''s loaded with features, options & page layouts. Plus we have the best customer support around, but dont take our word for it, ask any of our 15,000+ users!</em></strong>\r\n[/two_third]\r\n\r\n<!-- this is the map -->\r\n\r\n[one_third last="yes"]\r\n[title size="2"]Our Location[/title]\r\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="150" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\r\n<small></small>\r\n<h4>Located In Beautiful New York City</h4>\r\n12345 Main Street, New York, NY 02781\r\nPhone: 1.800.555.6789\r\nWeb: <a href="http://themeforest.net/user/ThemeFusion">www.yoursite.com</a>\r\n[/one_third]\r\n\r\n<!-- this is the row of images with lightbox -->\r\n\r\n[separator top="15"]\r\n[title size="2"]Images Of Our Workplace[/title]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="yes"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\r\n[/one_fourth]', 'Instalaciones', '', 'inherit', 'open', 'open', '', '4824-revision-v1', '', '', '2014-02-20 17:06:50', '2014-02-20 17:06:50', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-revision-v1/', 0, 'revision', '', 0),
|
||
(4837, 1, '2014-02-20 17:07:33', '2014-02-20 17:07:33', '[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n[separator top="-10" style="none"]\r\n[fullwidth bordersize="0" paddingTop="0px" paddingBottom="20px"]\r\n<strong><em>A cien kilómetros de Madrid, en Talavera de la Reina, está situada la Yeguada Campos. En una finca de treinta hectáreas desarrollamos las actividades de la yeguada: cría y entrenamiento de caballos para la alta competición.</em></strong>\r\n[/fullwidth]\r\n\r\n[separator top="50" style="single"]\r\n\r\n[two_third last="no"]\r\n[title size="2"]Nuestras instalaciones[/title]\r\nA cien kilómetros de Madrid, en Talavera de la Reina, está situada la Yeguada Campos. En una finca de treinta hectáreas desarrollamos las actividades de la yeguada: cría y entrenamiento de caballos para la alta competición.\r\n\r\nEl objetivo de la Yeguada Campos es disponer de un grupo de sementales dedicados a la cría y a la alta competición.\r\n\r\nLa finca está dividida en dos zonas: una dedicada a la cría y la otra dedicada al entrenamiento de los caballos.\r\n\r\nLa Yeguada Campos tiene toda la infraestructura necesaria para el desarrollo y el entrenamiento de los caballos en todas sus fases: pistas de trabajo y salto con los mejores suelos, pistas para dar cuerda, caminadores, pistas de galope...\r\n\r\n<strong><em> Avada is the perfect choice for your business. It''s loaded with features, options & page layouts. Plus we have the best customer support around, but dont take our word for it, ask any of our 15,000+ users!</em></strong>\r\n[/two_third]\r\n\r\n<!-- this is the map -->\r\n\r\n[one_third last="yes"]\r\n[title size="2"]Our Location[/title]\r\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="150" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\r\n<small></small>\r\n<h4>Located In Beautiful New York City</h4>\r\n12345 Main Street, New York, NY 02781\r\nPhone: 1.800.555.6789\r\nWeb: <a href="http://themeforest.net/user/ThemeFusion">www.yoursite.com</a>\r\n[/one_third]\r\n\r\n<!-- this is the row of images with lightbox -->\r\n\r\n[separator top="15"]\r\n[title size="2"]Images Of Our Workplace[/title]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="yes"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\r\n[/one_fourth]', 'Instalaciones', '', 'inherit', 'open', 'open', '', '4824-revision-v1', '', '', '2014-02-20 17:07:33', '2014-02-20 17:07:33', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-revision-v1/', 0, 'revision', '', 0),
|
||
(4838, 1, '2014-02-20 17:07:49', '2014-02-20 17:07:49', '[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n[separator top="-10" style="none"]\r\n[fullwidth bordersize="0" paddingTop="0px" paddingBottom="20px"]\r\n<strong><em>A cien kilómetros de Madrid, en Talavera de la Reina, está situada la Yeguada Campos. En una finca de treinta hectáreas desarrollamos las actividades de la yeguada: cría y entrenamiento de caballos para la alta competición.</em></strong>\r\n[/fullwidth]\r\n\r\n[separator top="50"]\r\n\r\n[two_third last="no"]\r\n[title size="2"]Nuestras instalaciones[/title]\r\nA cien kilómetros de Madrid, en Talavera de la Reina, está situada la Yeguada Campos. En una finca de treinta hectáreas desarrollamos las actividades de la yeguada: cría y entrenamiento de caballos para la alta competición.\r\n\r\nEl objetivo de la Yeguada Campos es disponer de un grupo de sementales dedicados a la cría y a la alta competición.\r\n\r\nLa finca está dividida en dos zonas: una dedicada a la cría y la otra dedicada al entrenamiento de los caballos.\r\n\r\nLa Yeguada Campos tiene toda la infraestructura necesaria para el desarrollo y el entrenamiento de los caballos en todas sus fases: pistas de trabajo y salto con los mejores suelos, pistas para dar cuerda, caminadores, pistas de galope...\r\n\r\n<strong><em> Avada is the perfect choice for your business. It''s loaded with features, options & page layouts. Plus we have the best customer support around, but dont take our word for it, ask any of our 15,000+ users!</em></strong>\r\n[/two_third]\r\n\r\n<!-- this is the map -->\r\n\r\n[one_third last="yes"]\r\n[title size="2"]Our Location[/title]\r\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="150" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\r\n<small></small>\r\n<h4>Located In Beautiful New York City</h4>\r\n12345 Main Street, New York, NY 02781\r\nPhone: 1.800.555.6789\r\nWeb: <a href="http://themeforest.net/user/ThemeFusion">www.yoursite.com</a>\r\n[/one_third]\r\n\r\n<!-- this is the row of images with lightbox -->\r\n\r\n[separator top="15"]\r\n[title size="2"]Images Of Our Workplace[/title]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="yes"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\r\n[/one_fourth]', 'Instalaciones', '', 'inherit', 'open', 'open', '', '4824-revision-v1', '', '', '2014-02-20 17:07:49', '2014-02-20 17:07:49', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-revision-v1/', 0, 'revision', '', 0),
|
||
(4841, 1, '2014-02-20 17:14:56', '2014-02-20 17:14:56', '[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n[separator top="-10" style="none"]\r\n[fullwidth bordersize="0" paddingTop="0px" paddingBottom="20px"]\r\n<strong><em>A cien kilómetros de Madrid están las instalaciones de Double R Group. En una finca de treinta hectáreas desarrollamos las actividades de cría y entrenamiento de caballos para la alta competición.</em></strong>\r\n[/fullwidth]\r\n\r\n[separator top="50"]\r\n\r\n[two_third last="no"]\r\n[title size="2"]Dotaciones[/title]\r\n\r\nDouble R Group tiene toda la infraestructura necesaria para el desarrollo y el entrenamiento de los caballos en todas sus fases\r\n\r\n[checklist icon="circle-arrow-right" iconcolor="395B7B" circle="no"]\r\n<ul>\r\n <li>Finca de más de treinta hectáreas.</li>\r\n <li>Pistas de trabajo y salto</li>\r\n <li>Pistas para dar cuerda</li>\r\n <li>Pistas de galope</li>\r\n <li>Caminadores</li>\r\n <li>Suelos de condiciones óptimas</li>\r\n</ul>\r\n[/checklist]\r\n[/two_third]\r\n\r\n\r\n\r\n[one_third last="yes"]\r\n[title size="2"]Localización[/title]\r\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="150" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\r\n<small></small>\r\n<h4>Instalaciones en la Comunidad de Madrid</h4>\r\n[/one_third]\r\n\r\n\r\n\r\n[separator top="15"]\r\n[title size="2"]Imágenes de las instalaciones/title]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/portfolio_61.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="yes"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg" /></a>\r\n[/one_fourth]', 'Instalaciones', '', 'inherit', 'open', 'open', '', '4824-revision-v1', '', '', '2014-02-20 17:14:56', '2014-02-20 17:14:56', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-revision-v1/', 0, 'revision', '', 0),
|
||
(4842, 1, '2014-02-20 17:15:20', '2014-02-20 17:15:20', '', '1', '', 'inherit', 'open', 'open', '', '1', '', '', '2014-02-20 17:15:20', '2014-02-20 17:15:20', '', 4824, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/1.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4843, 1, '2014-02-20 17:15:22', '2014-02-20 17:15:22', '', '2', '', 'inherit', 'open', 'open', '', '2', '', '', '2014-02-20 17:15:22', '2014-02-20 17:15:22', '', 4824, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/2.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4844, 1, '2014-02-20 17:15:25', '2014-02-20 17:15:25', '', '3', '', 'inherit', 'open', 'open', '', '3', '', '', '2014-02-20 17:15:25', '2014-02-20 17:15:25', '', 4824, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/3.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4845, 1, '2014-02-20 17:15:27', '2014-02-20 17:15:27', '', '4', '', 'inherit', 'open', 'open', '', '4', '', '', '2014-02-20 17:15:27', '2014-02-20 17:15:27', '', 4824, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/4.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4846, 1, '2014-02-20 17:15:29', '2014-02-20 17:15:29', '', '5', '', 'inherit', 'open', 'open', '', '5', '', '', '2014-02-20 17:15:29', '2014-02-20 17:15:29', '', 4824, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/5.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4847, 1, '2014-02-20 17:15:32', '2014-02-20 17:15:32', '', '6', '', 'inherit', 'open', 'open', '', '6', '', '', '2014-02-20 17:15:32', '2014-02-20 17:15:32', '', 4824, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/6.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4848, 1, '2014-02-20 17:15:34', '2014-02-20 17:15:34', '', '7', '', 'inherit', 'open', 'open', '', '7', '', '', '2014-02-20 17:15:34', '2014-02-20 17:15:34', '', 4824, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/7.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4849, 1, '2014-02-20 17:15:36', '2014-02-20 17:15:36', '', '8', '', 'inherit', 'open', 'open', '', '8', '', '', '2014-02-20 17:15:36', '2014-02-20 17:15:36', '', 4824, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/8.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4850, 1, '2014-02-20 17:15:38', '2014-02-20 17:15:38', '', '9', '', 'inherit', 'open', 'open', '', '9', '', '', '2014-02-20 17:15:38', '2014-02-20 17:15:38', '', 4824, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/9.jpg', 0, 'attachment', 'image/jpeg', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(4852, 1, '2014-02-20 17:18:16', '2014-02-20 17:18:16', '[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n[separator top="-10" style="none"]\r\n[fullwidth bordersize="0" paddingTop="0px" paddingBottom="20px"]\r\n<strong><em>A cien kilómetros de Madrid están las instalaciones de Double R Group. En una finca de treinta hectáreas desarrollamos las actividades de cría y entrenamiento de caballos para la alta competición.</em></strong>\r\n[/fullwidth]\r\n\r\n[separator top="50"]\r\n\r\n[two_third last="no"]\r\n[title size="2"]Dotaciones[/title]\r\n\r\nDouble R Group tiene toda la infraestructura necesaria para el desarrollo y el entrenamiento de los caballos en todas sus fases\r\n\r\n[checklist icon="circle-arrow-right" iconcolor="395B7B" circle="no"]\r\n<ul>\r\n <li>Finca de más de treinta hectáreas.</li>\r\n <li>Pistas de trabajo y salto</li>\r\n <li>Pistas para dar cuerda</li>\r\n <li>Pistas de galope</li>\r\n <li>Caminadores</li>\r\n <li>Suelos de condiciones óptimas</li>\r\n</ul>\r\n[/checklist]\r\n[/two_third]\r\n\r\n[one_third last="yes"]\r\n[title size="2"]Localización[/title]\r\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="150" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\r\n<small></small>\r\n<h4>Instalaciones en la Comunidad de Madrid</h4>\r\n[/one_third]\r\n\r\n[separator top="15"]\r\n[title size="2"]Imágenes de las instalaciones[/title]\r\n\r\n[images lightbox="yes"]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/1.jpg" alt=""]\r\n[/images]\r\n\r\n[separator top="15"]\r\n\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/1.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/1.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/2.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/2.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/3.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/3.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="yes"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/4.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/4.jpg" /></a>\r\n[/one_fourth]', 'Instalaciones', '', 'inherit', 'open', 'open', '', '4824-revision-v1', '', '', '2014-02-20 17:18:16', '2014-02-20 17:18:16', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-revision-v1/', 0, 'revision', '', 0),
|
||
(4854, 1, '2014-02-20 17:19:30', '2014-02-20 17:19:30', '[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n[separator top="-10" style="none"]\r\n[fullwidth bordersize="0" paddingTop="0px" paddingBottom="20px"]\r\n<strong><em>A cien kilómetros de Madrid están las instalaciones de Double R Group. En una finca de treinta hectáreas desarrollamos las actividades de cría y entrenamiento de caballos para la alta competición.</em></strong>\r\n[/fullwidth]\r\n\r\n[separator top="50"]\r\n\r\n[two_third last="no"]\r\n[title size="2"]Dotaciones[/title]\r\n\r\nDouble R Group tiene toda la infraestructura necesaria para el desarrollo y el entrenamiento de los caballos en todas sus fases\r\n\r\n[checklist icon="circle-arrow-right" iconcolor="395B7B" circle="no"]\r\n<ul>\r\n <li>Finca de más de treinta hectáreas.</li>\r\n <li>Pistas de trabajo y salto</li>\r\n <li>Pistas para dar cuerda</li>\r\n <li>Pistas de galope</li>\r\n <li>Caminadores</li>\r\n <li>Suelos de condiciones óptimas</li>\r\n</ul>\r\n[/checklist]\r\n[/two_third]\r\n\r\n[one_third last="yes"]\r\n[title size="2"]Localización[/title]\r\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="150" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\r\n<small></small>\r\n<h4>Instalaciones en la Comunidad de Madrid</h4>\r\n[/one_third]\r\n\r\n[separator top="15"]\r\n[title size="2"]Imágenes de las instalaciones[/title]\r\n\r\n[images lightbox="yes"]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/1.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/2.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/3.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/4.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/5.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/6.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/7.jpg" alt=""]\r\n[/images]\r\n\r\n', 'Instalaciones', '', 'inherit', 'open', 'open', '', '4824-revision-v1', '', '', '2014-02-20 17:19:30', '2014-02-20 17:19:30', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-revision-v1/', 0, 'revision', '', 0),
|
||
(4853, 1, '2014-02-20 17:19:01', '2014-02-20 17:19:01', '[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n[separator top="-10" style="none"]\r\n[fullwidth bordersize="0" paddingTop="0px" paddingBottom="20px"]\r\n<strong><em>A cien kilómetros de Madrid están las instalaciones de Double R Group. En una finca de treinta hectáreas desarrollamos las actividades de cría y entrenamiento de caballos para la alta competición.</em></strong>\r\n[/fullwidth]\r\n\r\n[separator top="50"]\r\n\r\n[two_third last="no"]\r\n[title size="2"]Dotaciones[/title]\r\n\r\nDouble R Group tiene toda la infraestructura necesaria para el desarrollo y el entrenamiento de los caballos en todas sus fases\r\n\r\n[checklist icon="circle-arrow-right" iconcolor="395B7B" circle="no"]\r\n<ul>\r\n <li>Finca de más de treinta hectáreas.</li>\r\n <li>Pistas de trabajo y salto</li>\r\n <li>Pistas para dar cuerda</li>\r\n <li>Pistas de galope</li>\r\n <li>Caminadores</li>\r\n <li>Suelos de condiciones óptimas</li>\r\n</ul>\r\n[/checklist]\r\n[/two_third]\r\n\r\n[one_third last="yes"]\r\n[title size="2"]Localización[/title]\r\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="150" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\r\n<small></small>\r\n<h4>Instalaciones en la Comunidad de Madrid</h4>\r\n[/one_third]\r\n\r\n[separator top="15"]\r\n[title size="2"]Imágenes de las instalaciones[/title]\r\n\r\n[images lightbox="yes"]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/1.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/2.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/3.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/4.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/5.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/6.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/7.jpg" alt=""]\r\n[/images]\r\n\r\n[separator top="15"]\r\n\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/1.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/1.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/2.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/2.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="no"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/3.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/3.jpg" /></a>\r\n[/one_fourth]\r\n[one_fourth last="yes"]\r\n<a href="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/4.jpg" rel="prettyPhoto"><img alt="image 1" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/4.jpg" /></a>\r\n[/one_fourth]', 'Instalaciones', '', 'inherit', 'open', 'open', '', '4824-revision-v1', '', '', '2014-02-20 17:19:01', '2014-02-20 17:19:01', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-revision-v1/', 0, 'revision', '', 0),
|
||
(4862, 1, '2014-02-20 18:27:08', '2014-02-20 18:27:08', '', '03_bannerhome_allotjament_2', '', 'inherit', 'open', 'open', '', '03_bannerhome_allotjament_2', '', '', '2014-02-20 18:27:08', '2014-02-20 18:27:08', '', 4824, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/03_bannerhome_allotjament_2.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4857, 1, '2014-02-20 17:54:08', '2014-02-20 17:54:08', '[separator top="-20"]\r\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n[separator top="-10" style="none"]\r\n[fullwidth bordersize="0" paddingTop="0" paddingBottom="0"]\r\n<strong><em>A cien kilómetros de Madrid están las instalaciones de Double R Group. En una finca de treinta hectáreas desarrollamos las actividades de cría y entrenamiento de caballos para la alta competición.</em></strong>\r\n[/fullwidth]\r\n\r\n[separator top="50"]\r\n\r\n[two_third last="no"]\r\n[title size="2"]Dotaciones[/title]\r\n\r\nDouble R Group tiene toda la infraestructura necesaria para el desarrollo y el entrenamiento de los caballos en todas sus fases\r\n\r\n[checklist icon="circle-arrow-right" iconcolor="395B7B" circle="no"]\r\n<ul>\r\n <li>Finca de más de treinta hectáreas.</li>\r\n <li>Pistas de trabajo y salto</li>\r\n <li>Pistas para dar cuerda</li>\r\n <li>Pistas de galope</li>\r\n <li>Caminadores</li>\r\n <li>Suelos de condiciones óptimas</li>\r\n</ul>\r\n[/checklist]\r\n[/two_third]\r\n\r\n[one_third last="yes"]\r\n[title size="2"]Localización[/title]\r\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="150" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\r\n<small></small>\r\n<h4>Instalaciones en la Comunidad de Madrid</h4>\r\n[/one_third]\r\n\r\n[separator top="15"]\r\n[title size="2"]Imágenes de las instalaciones[/title]\r\n\r\n[images lightbox="yes"]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/1.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/2.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/3.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/4.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/5.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/6.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/7.jpg" alt=""]\r\n[/images]', 'Instalaciones', '', 'inherit', 'open', 'open', '', '4824-revision-v1', '', '', '2014-02-20 17:54:08', '2014-02-20 17:54:08', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-revision-v1/', 0, 'revision', '', 0),
|
||
(4855, 1, '2014-02-20 17:53:36', '2014-02-20 17:53:36', '[separator top="-50"]\r\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n[separator top="-10" style="none"]\r\n[fullwidth bordersize="0" paddingTop="0px" paddingBottom="20px"]\r\n<strong><em>A cien kilómetros de Madrid están las instalaciones de Double R Group. En una finca de treinta hectáreas desarrollamos las actividades de cría y entrenamiento de caballos para la alta competición.</em></strong>\r\n[/fullwidth]\r\n\r\n[separator top="50"]\r\n\r\n[two_third last="no"]\r\n[title size="2"]Dotaciones[/title]\r\n\r\nDouble R Group tiene toda la infraestructura necesaria para el desarrollo y el entrenamiento de los caballos en todas sus fases\r\n\r\n[checklist icon="circle-arrow-right" iconcolor="395B7B" circle="no"]\r\n<ul>\r\n <li>Finca de más de treinta hectáreas.</li>\r\n <li>Pistas de trabajo y salto</li>\r\n <li>Pistas para dar cuerda</li>\r\n <li>Pistas de galope</li>\r\n <li>Caminadores</li>\r\n <li>Suelos de condiciones óptimas</li>\r\n</ul>\r\n[/checklist]\r\n[/two_third]\r\n\r\n[one_third last="yes"]\r\n[title size="2"]Localización[/title]\r\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="150" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\r\n<small></small>\r\n<h4>Instalaciones en la Comunidad de Madrid</h4>\r\n[/one_third]\r\n\r\n[separator top="15"]\r\n[title size="2"]Imágenes de las instalaciones[/title]\r\n\r\n[images lightbox="yes"]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/1.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/2.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/3.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/4.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/5.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/6.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/7.jpg" alt=""]\r\n[/images]', 'Instalaciones', '', 'inherit', 'open', 'open', '', '4824-revision-v1', '', '', '2014-02-20 17:53:36', '2014-02-20 17:53:36', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-revision-v1/', 0, 'revision', '', 0),
|
||
(4856, 1, '2014-02-20 17:53:50', '2014-02-20 17:53:50', '[separator top="-20"]\r\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n[separator top="-10" style="none"]\r\n[fullwidth bordersize="0" paddingTop="0px" paddingBottom="20px"]\r\n<strong><em>A cien kilómetros de Madrid están las instalaciones de Double R Group. En una finca de treinta hectáreas desarrollamos las actividades de cría y entrenamiento de caballos para la alta competición.</em></strong>\r\n[/fullwidth]\r\n\r\n[separator top="50"]\r\n\r\n[two_third last="no"]\r\n[title size="2"]Dotaciones[/title]\r\n\r\nDouble R Group tiene toda la infraestructura necesaria para el desarrollo y el entrenamiento de los caballos en todas sus fases\r\n\r\n[checklist icon="circle-arrow-right" iconcolor="395B7B" circle="no"]\r\n<ul>\r\n <li>Finca de más de treinta hectáreas.</li>\r\n <li>Pistas de trabajo y salto</li>\r\n <li>Pistas para dar cuerda</li>\r\n <li>Pistas de galope</li>\r\n <li>Caminadores</li>\r\n <li>Suelos de condiciones óptimas</li>\r\n</ul>\r\n[/checklist]\r\n[/two_third]\r\n\r\n[one_third last="yes"]\r\n[title size="2"]Localización[/title]\r\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="150" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\r\n<small></small>\r\n<h4>Instalaciones en la Comunidad de Madrid</h4>\r\n[/one_third]\r\n\r\n[separator top="15"]\r\n[title size="2"]Imágenes de las instalaciones[/title]\r\n\r\n[images lightbox="yes"]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/1.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/2.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/3.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/4.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/5.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/6.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/7.jpg" alt=""]\r\n[/images]', 'Instalaciones', '', 'inherit', 'open', 'open', '', '4824-revision-v1', '', '', '2014-02-20 17:53:50', '2014-02-20 17:53:50', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-revision-v1/', 0, 'revision', '', 0),
|
||
(4859, 1, '2014-02-20 17:55:06', '2014-02-20 17:55:06', '[separator top="-20"]\r\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n[separator top="-30" style="none"]\r\n<strong><em>A cien kilómetros de Madrid están las instalaciones de Double R Group. En una finca de treinta hectáreas desarrollamos las actividades de cría y entrenamiento de caballos para la alta competición.</em></strong>\r\n\r\n[separator top="50"]\r\n\r\n[two_third last="no"]\r\n[title size="2"]Dotaciones[/title]\r\n\r\nDouble R Group tiene toda la infraestructura necesaria para el desarrollo y el entrenamiento de los caballos en todas sus fases\r\n\r\n[checklist icon="circle-arrow-right" iconcolor="395B7B" circle="no"]\r\n<ul>\r\n <li>Finca de más de treinta hectáreas.</li>\r\n <li>Pistas de trabajo y salto</li>\r\n <li>Pistas para dar cuerda</li>\r\n <li>Pistas de galope</li>\r\n <li>Caminadores</li>\r\n <li>Suelos de condiciones óptimas</li>\r\n</ul>\r\n[/checklist]\r\n[/two_third]\r\n\r\n[one_third last="yes"]\r\n[title size="2"]Localización[/title]\r\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="150" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\r\n<small></small>\r\n<h4>Instalaciones en la Comunidad de Madrid</h4>\r\n[/one_third]\r\n\r\n[separator top="15"]\r\n[title size="2"]Imágenes de las instalaciones[/title]\r\n\r\n[images lightbox="yes"]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/1.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/2.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/3.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/4.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/5.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/6.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/7.jpg" alt=""]\r\n[/images]', 'Instalaciones', '', 'inherit', 'open', 'open', '', '4824-revision-v1', '', '', '2014-02-20 17:55:06', '2014-02-20 17:55:06', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-revision-v1/', 0, 'revision', '', 0),
|
||
(4858, 1, '2014-02-20 17:54:30', '2014-02-20 17:54:30', '[separator top="-20"]\r\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_51.jpg[/slide][/slider]\r\n[separator top="-10" style="none"]\r\n<strong><em>A cien kilómetros de Madrid están las instalaciones de Double R Group. En una finca de treinta hectáreas desarrollamos las actividades de cría y entrenamiento de caballos para la alta competición.</em></strong>\r\n[fullwidth bordersize="0" paddingTop="0" paddingBottom="0"]\r\n<strong><em>A cien kilómetros de Madrid están las instalaciones de Double R Group. En una finca de treinta hectáreas desarrollamos las actividades de cría y entrenamiento de caballos para la alta competición.</em></strong>\r\n[/fullwidth]\r\n\r\n[separator top="50"]\r\n\r\n[two_third last="no"]\r\n[title size="2"]Dotaciones[/title]\r\n\r\nDouble R Group tiene toda la infraestructura necesaria para el desarrollo y el entrenamiento de los caballos en todas sus fases\r\n\r\n[checklist icon="circle-arrow-right" iconcolor="395B7B" circle="no"]\r\n<ul>\r\n <li>Finca de más de treinta hectáreas.</li>\r\n <li>Pistas de trabajo y salto</li>\r\n <li>Pistas para dar cuerda</li>\r\n <li>Pistas de galope</li>\r\n <li>Caminadores</li>\r\n <li>Suelos de condiciones óptimas</li>\r\n</ul>\r\n[/checklist]\r\n[/two_third]\r\n\r\n[one_third last="yes"]\r\n[title size="2"]Localización[/title]\r\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="150" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\r\n<small></small>\r\n<h4>Instalaciones en la Comunidad de Madrid</h4>\r\n[/one_third]\r\n\r\n[separator top="15"]\r\n[title size="2"]Imágenes de las instalaciones[/title]\r\n\r\n[images lightbox="yes"]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/1.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/2.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/3.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/4.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/5.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/6.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/7.jpg" alt=""]\r\n[/images]', 'Instalaciones', '', 'inherit', 'open', 'open', '', '4824-revision-v1', '', '', '2014-02-20 17:54:30', '2014-02-20 17:54:30', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-revision-v1/', 0, 'revision', '', 0),
|
||
(4860, 1, '2014-02-20 18:06:10', '2014-02-20 18:06:10', '[separator top="-20"]\r\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/1.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/2.jpg[/slide][/slider]\r\n[separator top="-30" style="none"]\r\n<strong><em>A cien kilómetros de Madrid están las instalaciones de Double R Group. En una finca de treinta hectáreas desarrollamos las actividades de cría y entrenamiento de caballos para la alta competición.</em></strong>\r\n\r\n[separator top="50"]\r\n\r\n[two_third last="no"]\r\n[title size="2"]Dotaciones[/title]\r\n\r\nDouble R Group tiene toda la infraestructura necesaria para el desarrollo y el entrenamiento de los caballos en todas sus fases\r\n\r\n[checklist icon="circle-arrow-right" iconcolor="395B7B" circle="no"]\r\n<ul>\r\n <li>Finca de más de treinta hectáreas.</li>\r\n <li>Pistas de trabajo y salto</li>\r\n <li>Pistas para dar cuerda</li>\r\n <li>Pistas de galope</li>\r\n <li>Caminadores</li>\r\n <li>Suelos de condiciones óptimas</li>\r\n</ul>\r\n[/checklist]\r\n[/two_third]\r\n\r\n[one_third last="yes"]\r\n[title size="2"]Localización[/title]\r\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="150" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\r\n<small></small>\r\n<h4>Instalaciones en la Comunidad de Madrid</h4>\r\n[/one_third]\r\n\r\n[separator top="15"]\r\n[title size="2"]Imágenes de las instalaciones[/title]\r\n\r\n[images lightbox="yes"]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/1.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/2.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/3.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/4.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/5.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/6.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/7.jpg" alt=""]\r\n[/images]', 'Instalaciones', '', 'inherit', 'open', 'open', '', '4824-revision-v1', '', '', '2014-02-20 18:06:10', '2014-02-20 18:06:10', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-revision-v1/', 0, 'revision', '', 0),
|
||
(4861, 1, '2014-02-20 18:25:47', '2014-02-20 18:25:47', '', 'Santaynez', '', 'inherit', 'open', 'open', '', 'santaynez', '', '', '2014-02-20 18:25:47', '2014-02-20 18:25:47', '', 4824, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Santaynez.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4864, 1, '2014-02-20 18:28:01', '2014-02-20 18:28:01', '[separator top="-20"]\r\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Santaynez.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/03_bannerhome_allotjament_2.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/09_bannerhome_caballo_1.jpg[/slide][/slider]\r\n[separator top="-30" style="none"]\r\n<strong><em>A cien kilómetros de Madrid están las instalaciones de Double R Group. En una finca de treinta hectáreas desarrollamos las actividades de cría y entrenamiento de caballos para la alta competición.</em></strong>\r\n\r\n[separator top="50"]\r\n\r\n[two_third last="no"]\r\n[title size="2"]Dotaciones[/title]\r\n\r\nDouble R Group tiene toda la infraestructura necesaria para el desarrollo y el entrenamiento de los caballos en todas sus fases\r\n\r\n[checklist icon="circle-arrow-right" iconcolor="395B7B" circle="no"]\r\n<ul>\r\n <li>Finca de más de treinta hectáreas.</li>\r\n <li>Pistas de trabajo y salto</li>\r\n <li>Pistas para dar cuerda</li>\r\n <li>Pistas de galope</li>\r\n <li>Caminadores</li>\r\n <li>Suelos de condiciones óptimas</li>\r\n</ul>\r\n[/checklist]\r\n[/two_third]\r\n\r\n[one_third last="yes"]\r\n[title size="2"]Localización[/title]\r\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="150" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\r\n<small></small>\r\n<h4>Instalaciones en la Comunidad de Madrid</h4>\r\n[/one_third]\r\n\r\n[separator top="15"]\r\n[title size="2"]Imágenes de las instalaciones[/title]\r\n\r\n[images lightbox="yes"]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/1.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/2.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/3.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/4.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/5.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/6.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/7.jpg" alt=""]\r\n[/images]', 'Instalaciones', '', 'inherit', 'open', 'open', '', '4824-revision-v1', '', '', '2014-02-20 18:28:01', '2014-02-20 18:28:01', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-revision-v1/', 0, 'revision', '', 0),
|
||
(4867, 1, '2014-02-21 10:29:02', '2014-02-21 10:29:02', ' ', '', '', 'publish', 'open', 'open', '', '4867', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4867', 34, 'nav_menu_item', '', 0),
|
||
(4869, 1, '2014-02-24 08:54:16', '2014-02-24 08:54:16', '<h4>Westphalian - dark brown - 2006 - 16.2 hands</h4>\r\n\r\n<strong>Age</strong>: 03/06/2006\r\n<strong>Gender</strong>: Colt\r\n<strong>Color</strong>: dark brown\r\n<strong>Breeder</strong>: Thomas Schindler, Fautenbach, Germany\r\n\r\nApproved for Mecklenburg, Rhineland, Westphalia and all Southern German Verbands. \r\nOther Verbands on request!\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy.\r\n\r\nOrders for fresh semen must be received by 9:00 a.m. the day before since the stallion is stationed in Italy!\r\n\r\n\r\nRepeating his performance in 2011, Black Jack again won the qualifier in Riesenbeck in 2012 and thus a ticket for the Bundeschampionat for show jumpers. This feat had been preceded by a series of ribbons in medium (M*) level tests for young show jumpers and medium (M**) level show jumping tests. \r\n\r\nClearly refined by his dam’s Thoroughbred sire Heraldik xx, the gorgeous, patent leather black Black Jack was one of the highlights at the 18th NRW licensing in Münster-Handorf in 2008. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/K708Q4zipEw" frameborder="0" allowfullscreen></iframe>', 'Black Jack', 'Westphalian - dark brown - 2006 - 16.2 hands', 'trash', 'closed', 'closed', '', 'black-jack', '', '', '2014-02-26 19:28:39', '2014-02-26 18:28:39', '', 0, 'http://127.0.0.1:4001/wordpress/?post_type=avada_portfolio&p=4869', 0, 'avada_portfolio', '', 0),
|
||
(4870, 1, '2014-02-24 08:54:16', '2014-02-24 08:54:16', '', 'Baloutelli', '', 'inherit', 'open', 'open', '', '4869-revision-v1', '', '', '2014-02-24 08:54:16', '2014-02-24 08:54:16', '', 4869, 'http://127.0.0.1:4001/wordpress/4869-revision-v1/', 0, 'revision', '', 0),
|
||
(4871, 1, '2014-02-24 08:56:10', '2014-02-24 08:56:10', 'Westphalian – bay – 2011 - 16.3 hands', 'Baloutelli', '', 'inherit', 'open', 'open', '', '4869-revision-v1', '', '', '2014-02-24 08:56:10', '2014-02-24 08:56:10', '', 4869, 'http://127.0.0.1:4001/wordpress/4869-revision-v1/', 0, 'revision', '', 0),
|
||
(4872, 1, '2014-02-24 10:28:37', '2014-02-24 10:28:37', '<strong>Westphalian - dark brown - 2006 - 16.2 hands</strong>\n\nAge: 03/06/2006\nGender: Colt\nColor: dark brown\nBreeder: Thomas Schindler, Fautenbach, Germany\n\nApproved for Mecklenburg, Rhineland, Westphalia and all Southern German Verbands. \nOther Verbands on request!\n\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\n\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy.\n\nOrders for fresh semen must be received by 9:00 a.m. the day before since the stallion is stationed in Italy!\n\n\nRepeating his performance in 2011, Black Jack again won the qualifier in Riesenbeck in 2012 and thus a ticket for the Bundeschampionat for show jumpers. This feat had been preceded by a series of ribbons in medium (M*) level tests for young show jumpers and medium (M**) level show jumping tests. \n\nClearly refined by his dam’s Thoroughbred sire Heraldik xx, the gorgeous, patent leather black Black Jack was one of the highlights at the 18th NRW licensing in Münster-Handorf in 2008. \n\n[title size="3"]Progeny[/title]\n\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \n\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \n\n[title size="3"]Pedigree[/title]\n\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\n\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\n\nThe dam’s sire Weinberg is deemed very versatile sire. He is known for the Olympic dressage winning Goldstern/Klaus Balkenhol and the world class show jumpers Wisby D/Ulrich Meyer zu Bexten, Wum/Kurt Gravemeier and Warren NRW/Lutz Gripshöver.\n\nGranddam Pretty Woman produced four horses that mastered courses with international dimensions: Akadia BT (by Aurelio I), Caesario‘s Pretty Woman (by Caesario), Comtesse (by Cantonius) and Akazia (by Argentinus). The latter is also the dam of a licensed stallion named Florentino (by Feuerglanz).\n\nIn his day, Pilot was the youngest millionaire when it comes to offspring earnings. Among his most significant offspring are the team Olympic winner of Seoul/COR, Pedro/Wolfgang Brinkmann, the team World Champion of Den Haag/NED, P.S. Priamos/Dirk Hafemeister, and of Rome/ITA, P.S. Priamos/Ludger Beerbaum, Pialotta/Edwina Alexander/AUS who took fourth place individually in the World Championships of Aachen/GER, and the Swiss Champion, M&C Pirol/Leslie McNaught/SUI.\n\nThe highly decorated dam line is also the origin of the advanced (S) level show jumpers Pamina (by Parcours), Lucky (by Lapaz L), Lazarillo (by La Poco), Couleur Contango v HD (by Contango), Contina (by Casparino) and What’s Up H.D. (by Walzertakt).', 'Black Jack', '', 'inherit', 'open', 'open', '', '4869-autosave-v1', '', '', '2014-02-24 10:28:37', '2014-02-24 10:28:37', '', 4869, 'http://127.0.0.1:4001/wordpress/4869-autosave-v1/', 0, 'revision', '', 0),
|
||
(4873, 1, '2014-02-24 08:57:39', '2014-02-24 08:57:39', 'Westphalian – bay – 2011 - 16.3 hands\r\n\r\nBreeder: Gestüt Gut Neuenhof, Nideggen\r\n\r\nApproved for Westphalia, OS. Other Verbands upon request!\r\n\r\nInsemination fee: 400 €* + In-foal fee: 400 €* (fresh + frozen semen)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy\r\n\r\n\r\nAt the 2013 Westphalian licensing in Münster-Handorf, Baloutelli demonstrated an ability to jump that you seldom see in this form. It wasn’t just the exemplary sequence of his jumping that was so impressive but also his noteworthy ambition combined with the necessary caution and a cool head. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\nThe dam’s sire Weinberg is deemed very versatile sire. He is known for the Olympic dressage winning Goldstern/Klaus Balkenhol and the world class show jumpers Wisby D/Ulrich Meyer zu Bexten, Wum/Kurt Gravemeier and Warren NRW/Lutz Gripshöver.\r\n\r\nGranddam Pretty Woman produced four horses that mastered courses with international dimensions: Akadia BT (by Aurelio I), Caesario‘s Pretty Woman (by Caesario), Comtesse (by Cantonius) and Akazia (by Argentinus). The latter is also the dam of a licensed stallion named Florentino (by Feuerglanz).\r\n\r\nIn his day, Pilot was the youngest millionaire when it comes to offspring earnings. Among his most significant offspring are the team Olympic winner of Seoul/COR, Pedro/Wolfgang Brinkmann, the team World Champion of Den Haag/NED, P.S. Priamos/Dirk Hafemeister, and of Rome/ITA, P.S. Priamos/Ludger Beerbaum, Pialotta/Edwina Alexander/AUS who took fourth place individually in the World Championships of Aachen/GER, and the Swiss Champion, M&C Pirol/Leslie McNaught/SUI.\r\n\r\nThe highly decorated dam line is also the origin of the advanced (S) level show jumpers Pamina (by Parcours), Lucky (by Lapaz L), Lazarillo (by La Poco), Couleur Contango v HD (by Contango), Contina (by Casparino) and What’s Up H.D. (by Walzertakt).', 'Baloutelli', '', 'inherit', 'open', 'open', '', '4869-revision-v1', '', '', '2014-02-24 08:57:39', '2014-02-24 08:57:39', '', 4869, 'http://127.0.0.1:4001/wordpress/4869-revision-v1/', 0, 'revision', '', 0),
|
||
(4874, 1, '2014-02-24 08:58:11', '2014-02-24 08:58:11', 'Westphalian – bay – 2011 - 16.3 hands\r\n\r\nBreeder: Gestüt Gut Neuenhof, Nideggen\r\n\r\nApproved for Westphalia, OS. Other Verbands upon request!\r\n\r\nInsemination fee: 400 €* + In-foal fee: 400 €* (fresh + frozen semen)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy\r\n\r\n\r\nAt the 2013 Westphalian licensing in Münster-Handorf, Baloutelli demonstrated an ability to jump that you seldom see in this form. It wasn’t just the exemplary sequence of his jumping that was so impressive but also his noteworthy ambition combined with the necessary caution and a cool head. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\nThe dam’s sire Weinberg is deemed very versatile sire. He is known for the Olympic dressage winning Goldstern/Klaus Balkenhol and the world class show jumpers Wisby D/Ulrich Meyer zu Bexten, Wum/Kurt Gravemeier and Warren NRW/Lutz Gripshöver.\r\n\r\nGranddam Pretty Woman produced four horses that mastered courses with international dimensions: Akadia BT (by Aurelio I), Caesario‘s Pretty Woman (by Caesario), Comtesse (by Cantonius) and Akazia (by Argentinus). The latter is also the dam of a licensed stallion named Florentino (by Feuerglanz).\r\n\r\nIn his day, Pilot was the youngest millionaire when it comes to offspring earnings. Among his most significant offspring are the team Olympic winner of Seoul/COR, Pedro/Wolfgang Brinkmann, the team World Champion of Den Haag/NED, P.S. Priamos/Dirk Hafemeister, and of Rome/ITA, P.S. Priamos/Ludger Beerbaum, Pialotta/Edwina Alexander/AUS who took fourth place individually in the World Championships of Aachen/GER, and the Swiss Champion, M&C Pirol/Leslie McNaught/SUI.\r\n\r\nThe highly decorated dam line is also the origin of the advanced (S) level show jumpers Pamina (by Parcours), Lucky (by Lapaz L), Lazarillo (by La Poco), Couleur Contango v HD (by Contango), Contina (by Casparino) and What’s Up H.D. (by Walzertakt).', 'Black Jack', '', 'inherit', 'open', 'open', '', '4869-revision-v1', '', '', '2014-02-24 08:58:11', '2014-02-24 08:58:11', '', 4869, 'http://127.0.0.1:4001/wordpress/4869-revision-v1/', 0, 'revision', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(4875, 1, '2014-02-24 08:58:37', '2014-02-24 08:58:37', 'Westphalian - dark brown - 2006 - 16.2 hands\r\n\r\nBreeder: Thomas Schindler, Fautenbach, Germany\r\n\r\nApproved for Mecklenburg, Rhineland, Westphalia and all Southern German Verbands. \r\nOther Verbands on request!\r\n\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy.\r\n\r\nOrders for fresh semen must be received by 9:00 a.m. the day before since the stallion is stationed in Italy!\r\n\r\n\r\nRepeating his performance in 2011, Black Jack again won the qualifier in Riesenbeck in 2012 and thus a ticket for the Bundeschampionat for show jumpers. This feat had been preceded by a series of ribbons in medium (M*) level tests for young show jumpers and medium (M**) level show jumping tests. \r\n\r\nClearly refined by his dam’s Thoroughbred sire Heraldik xx, the gorgeous, patent leather black Black Jack was one of the highlights at the 18th NRW licensing in Münster-Handorf in 2008. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\nThe dam’s sire Weinberg is deemed very versatile sire. He is known for the Olympic dressage winning Goldstern/Klaus Balkenhol and the world class show jumpers Wisby D/Ulrich Meyer zu Bexten, Wum/Kurt Gravemeier and Warren NRW/Lutz Gripshöver.\r\n\r\nGranddam Pretty Woman produced four horses that mastered courses with international dimensions: Akadia BT (by Aurelio I), Caesario‘s Pretty Woman (by Caesario), Comtesse (by Cantonius) and Akazia (by Argentinus). The latter is also the dam of a licensed stallion named Florentino (by Feuerglanz).\r\n\r\nIn his day, Pilot was the youngest millionaire when it comes to offspring earnings. Among his most significant offspring are the team Olympic winner of Seoul/COR, Pedro/Wolfgang Brinkmann, the team World Champion of Den Haag/NED, P.S. Priamos/Dirk Hafemeister, and of Rome/ITA, P.S. Priamos/Ludger Beerbaum, Pialotta/Edwina Alexander/AUS who took fourth place individually in the World Championships of Aachen/GER, and the Swiss Champion, M&C Pirol/Leslie McNaught/SUI.\r\n\r\nThe highly decorated dam line is also the origin of the advanced (S) level show jumpers Pamina (by Parcours), Lucky (by Lapaz L), Lazarillo (by La Poco), Couleur Contango v HD (by Contango), Contina (by Casparino) and What’s Up H.D. (by Walzertakt).', 'Black Jack', '', 'inherit', 'open', 'open', '', '4869-revision-v1', '', '', '2014-02-24 08:58:37', '2014-02-24 08:58:37', '', 4869, 'http://127.0.0.1:4001/wordpress/4869-revision-v1/', 0, 'revision', '', 0),
|
||
(4876, 1, '2014-02-24 09:33:23', '2014-02-24 09:33:23', '', 'BJ_Mauer_Ausschnitt_02', '', 'inherit', 'closed', 'open', '', 'bj_mauer_ausschnitt_02', '', '', '2014-02-24 09:33:23', '2014-02-24 09:33:23', '', 4869, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/BJ_Mauer_Ausschnitt_02.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4877, 1, '2014-02-24 09:33:31', '2014-02-24 09:33:31', '', 'Black_Jack_2012_Portrait_Hagemeister_08', '', 'inherit', 'closed', 'open', '', 'black_jack_2012_portrait_hagemeister_08', '', '', '2014-02-24 09:33:31', '2014-02-24 09:33:31', '', 4869, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Black_Jack_2012_Portrait_Hagemeister_08.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4878, 1, '2014-02-24 09:33:53', '2014-02-24 09:33:53', '', 'NRW Hauptkörung 2008', '', 'inherit', 'closed', 'open', '', 'nrw-hauptkorung-2008', '', '', '2014-02-24 09:33:53', '2014-02-24 09:33:53', '', 4869, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Black_Jack_Freispringen_01.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4879, 1, '2014-02-24 09:34:03', '2014-02-24 09:34:03', '', 'Black_Jack_Gelaende_1a_klein_01', '', 'inherit', 'closed', 'open', '', 'black_jack_gelaende_1a_klein_01', '', '', '2014-02-24 09:34:03', '2014-02-24 09:34:03', '', 4869, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Black_Jack_Gelaende_1a_klein_01.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4880, 1, '2014-02-24 09:34:05', '2014-02-24 09:34:05', '', 'Black_Jack_Riesenbeck_Hagemeister_01', '', 'inherit', 'closed', 'open', '', 'black_jack_riesenbeck_hagemeister_01', '', '', '2014-02-24 09:34:05', '2014-02-24 09:34:05', '', 4869, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Black_Jack_Riesenbeck_Hagemeister_01.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4881, 1, '2014-02-24 09:34:25', '2014-02-24 09:34:25', '', 'Black_Jack_Seite_01', '', 'inherit', 'closed', 'open', '', 'black_jack_seite_01', '', '', '2014-02-24 09:34:25', '2014-02-24 09:34:25', '', 4869, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Black_Jack_Seite_01.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4882, 1, '2014-02-24 09:34:27', '2014-02-24 09:34:27', '', 'Black_Jack_Standbild_2011_V_Hagemeister_01', '', 'inherit', 'closed', 'open', '', 'black_jack_standbild_2011_v_hagemeister_01', '', '', '2014-02-24 09:34:27', '2014-02-24 09:34:27', '', 4869, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Black_Jack_Standbild_2011_V_Hagemeister_01.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4883, 1, '2014-02-24 09:34:55', '2014-02-24 09:34:55', '', 'Black_Jack_Turnier_2011_2_Ausschnitt_01', '', 'inherit', 'closed', 'open', '', 'black_jack_turnier_2011_2_ausschnitt_01', '', '', '2014-02-24 09:34:55', '2014-02-24 09:34:55', '', 4869, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Black_Jack_Turnier_2011_2_Ausschnitt_01.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4884, 1, '2014-02-24 09:35:04', '2014-02-24 09:35:04', '', 'BlackJack_K1G9469_Recki_01', '', 'inherit', 'closed', 'open', '', 'blackjack_k1g9469_recki_01', '', '', '2014-02-24 09:35:04', '2014-02-24 09:35:04', '', 4869, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/BlackJack_K1G9469_Recki_01.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4885, 1, '2014-02-24 10:23:34', '2014-02-24 10:23:34', '<strong>Westphalian - dark brown - 2006 - 16.2 hands</strong>\r\n\r\nBreeder: Thomas Schindler, Fautenbach, Germany\r\n\r\nApproved for Mecklenburg, Rhineland, Westphalia and all Southern German Verbands. \r\nOther Verbands on request!\r\n\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy.\r\n\r\nOrders for fresh semen must be received by 9:00 a.m. the day before since the stallion is stationed in Italy!\r\n\r\n\r\nRepeating his performance in 2011, Black Jack again won the qualifier in Riesenbeck in 2012 and thus a ticket for the Bundeschampionat for show jumpers. This feat had been preceded by a series of ribbons in medium (M*) level tests for young show jumpers and medium (M**) level show jumping tests. \r\n\r\nClearly refined by his dam’s Thoroughbred sire Heraldik xx, the gorgeous, patent leather black Black Jack was one of the highlights at the 18th NRW licensing in Münster-Handorf in 2008. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\nThe dam’s sire Weinberg is deemed very versatile sire. He is known for the Olympic dressage winning Goldstern/Klaus Balkenhol and the world class show jumpers Wisby D/Ulrich Meyer zu Bexten, Wum/Kurt Gravemeier and Warren NRW/Lutz Gripshöver.\r\n\r\nGranddam Pretty Woman produced four horses that mastered courses with international dimensions: Akadia BT (by Aurelio I), Caesario‘s Pretty Woman (by Caesario), Comtesse (by Cantonius) and Akazia (by Argentinus). The latter is also the dam of a licensed stallion named Florentino (by Feuerglanz).\r\n\r\nIn his day, Pilot was the youngest millionaire when it comes to offspring earnings. Among his most significant offspring are the team Olympic winner of Seoul/COR, Pedro/Wolfgang Brinkmann, the team World Champion of Den Haag/NED, P.S. Priamos/Dirk Hafemeister, and of Rome/ITA, P.S. Priamos/Ludger Beerbaum, Pialotta/Edwina Alexander/AUS who took fourth place individually in the World Championships of Aachen/GER, and the Swiss Champion, M&C Pirol/Leslie McNaught/SUI.\r\n\r\nThe highly decorated dam line is also the origin of the advanced (S) level show jumpers Pamina (by Parcours), Lucky (by Lapaz L), Lazarillo (by La Poco), Couleur Contango v HD (by Contango), Contina (by Casparino) and What’s Up H.D. (by Walzertakt).', 'Black Jack', '', 'inherit', 'closed', 'open', '', '4869-revision-v1', '', '', '2014-02-24 10:23:34', '2014-02-24 10:23:34', '', 4869, 'http://127.0.0.1:4001/wordpress/4869-revision-v1/', 0, 'revision', '', 0),
|
||
(4886, 1, '2014-02-24 10:29:03', '2014-02-24 10:29:03', '<strong>Westphalian - dark brown - 2006 - 16.2 hands</strong>\r\n\r\n<strong>Age</strong>: 03/06/2006\r\n<strong>Gender</strong>: Colt\r\n<strong>Color</strong>: dark brown\r\n<strong>Breeder</strong>: Thomas Schindler, Fautenbach, Germany\r\n\r\nApproved for Mecklenburg, Rhineland, Westphalia and all Southern German Verbands. \r\nOther Verbands on request!\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy.\r\n\r\nOrders for fresh semen must be received by 9:00 a.m. the day before since the stallion is stationed in Italy!\r\n\r\n\r\nRepeating his performance in 2011, Black Jack again won the qualifier in Riesenbeck in 2012 and thus a ticket for the Bundeschampionat for show jumpers. This feat had been preceded by a series of ribbons in medium (M*) level tests for young show jumpers and medium (M**) level show jumping tests. \r\n\r\nClearly refined by his dam’s Thoroughbred sire Heraldik xx, the gorgeous, patent leather black Black Jack was one of the highlights at the 18th NRW licensing in Münster-Handorf in 2008. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\nThe dam’s sire Weinberg is deemed very versatile sire. He is known for the Olympic dressage winning Goldstern/Klaus Balkenhol and the world class show jumpers Wisby D/Ulrich Meyer zu Bexten, Wum/Kurt Gravemeier and Warren NRW/Lutz Gripshöver.\r\n\r\nGranddam Pretty Woman produced four horses that mastered courses with international dimensions: Akadia BT (by Aurelio I), Caesario‘s Pretty Woman (by Caesario), Comtesse (by Cantonius) and Akazia (by Argentinus). The latter is also the dam of a licensed stallion named Florentino (by Feuerglanz).\r\n\r\nIn his day, Pilot was the youngest millionaire when it comes to offspring earnings. Among his most significant offspring are the team Olympic winner of Seoul/COR, Pedro/Wolfgang Brinkmann, the team World Champion of Den Haag/NED, P.S. Priamos/Dirk Hafemeister, and of Rome/ITA, P.S. Priamos/Ludger Beerbaum, Pialotta/Edwina Alexander/AUS who took fourth place individually in the World Championships of Aachen/GER, and the Swiss Champion, M&C Pirol/Leslie McNaught/SUI.\r\n\r\nThe highly decorated dam line is also the origin of the advanced (S) level show jumpers Pamina (by Parcours), Lucky (by Lapaz L), Lazarillo (by La Poco), Couleur Contango v HD (by Contango), Contina (by Casparino) and What’s Up H.D. (by Walzertakt).', 'Black Jack', '', 'inherit', 'closed', 'open', '', '4869-revision-v1', '', '', '2014-02-24 10:29:03', '2014-02-24 10:29:03', '', 4869, 'http://127.0.0.1:4001/wordpress/4869-revision-v1/', 0, 'revision', '', 0),
|
||
(4887, 1, '2014-02-24 10:46:22', '2014-02-24 10:46:22', '<h4>Holsteiner - Line 4705 - bay - 2003 - 16.3 ½ hands </h4>\r\nBreeder: Peter Böge, Schönhorst, Germany\r\n\r\nApproved for Hanover, Holstein, OS, Mecklenburg, Rhineland, Westphalia and all Southern German Verbands.as well as Denmark, Sweden and France.\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy\r\n\r\nCarrico has now become firmly established in upper level, international show jumping after placing in Dortmund, Hagen a.T.W., Chantilly/FRA, Münster, Paderborn and Neumünster under Philipp Weishaupt and Henrik von Eckermann/SWE.\r\n\r\nAwarded a premium in 2005 in Neumünster, Carrico then took his stallion performance test in Redefin where he won the jumping as well as the dressage index, finishing first overall. In 2008 he won a qualifier at the Bundeschampionat with a 9.5 and in 2009 he placed in the Final for six-year old show jumpers in Warendorf. At the age of just seven, he won his first ribbons in advanced level classes.\r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nCarrico passes on his outstanding overall quality. His foals qualified for the German Foal Championships in Lienen again in 2012. A daughter named Cashmere Touch proved her ability to jump at the German Elite Broodmare Championships. Four sons have been licensed so far and his offspring in sport win tests for youngsters in the corresponding age classes. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Catoki, who has been stationed in Riesenbeck for a long time, has won numerous World Cup and Grand Prix competitions. \r\n\r\nHis dam Kapitale is also the dam of the advanced (S) level show jumpers Coldheart (by Chambertin) and Catokina (by Catoki).\r\n\r\nCapitol II, Lord, Calypso II and Meteor xx, all outstanding performance sires, follow in his pedigree. \r\n\r\nThe granddam Frühlingsfee is the dam of the licensed stallion Casino van de Helle (by Cassini I) and an advanced (S) level show jumper named Corrados (by Corrado I).\r\n\r\nLine 4705, forever linked to the Gerken breeding farm, is also the origin of the licensed stallions Chalan (by Cambridge), Chandor (by Cor de la Bryère), Chateau (by Cambridge), Codec (by Chambertin), Conoglio (by Contender), Larso (by Liostro), Levantos I and II (both by Liostro), Orleandro (by Oglio xx) and Rocadero (by Ronald) as well as many top, international horses. \r\n\r\n\r\n', 'Carrico', '', 'trash', 'closed', 'closed', '', 'carrico', '', '', '2014-02-26 19:28:39', '2014-02-26 18:28:39', '', 0, 'http://127.0.0.1:4001/wordpress/?post_type=avada_portfolio&p=4887', 0, 'avada_portfolio', '', 0),
|
||
(4888, 1, '2014-02-24 10:45:11', '2014-02-24 10:45:11', '', 'Carrico_Portrait_2012_Hagemeister_07', '', 'inherit', 'closed', 'open', '', 'carrico_portrait_2012_hagemeister_07', '', '', '2014-02-24 10:45:11', '2014-02-24 10:45:11', '', 4887, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Carrico_Portrait_2012_Hagemeister_07.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4889, 1, '2014-02-24 10:46:22', '2014-02-24 10:46:22', 'Holsteiner - Line 4705 - bay - 2003 - 16.3 ½ hands \r\nBreeder: Peter Böge, Schönhorst, Germany\r\n\r\nApproved for Hanover, Holstein, OS, Mecklenburg, Rhineland, Westphalia and all Southern German Verbands.as well as Denmark, Sweden and France.\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy\r\n\r\nCarrico has now become firmly established in upper level, international show jumping after placing in Dortmund, Hagen a.T.W., Chantilly/FRA, Münster, Paderborn and Neumünster under Philipp Weishaupt and Henrik von Eckermann/SWE.\r\n\r\nAwarded a premium in 2005 in Neumünster, Carrico then took his stallion performance test in Redefin where he won the jumping as well as the dressage index, finishing first overall. In 2008 he won a qualifier at the Bundeschampionat with a 9.5 and in 2009 he placed in the Final for six-year old show jumpers in Warendorf. At the age of just seven, he won his first ribbons in advanced level classes.\r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nCarrico passes on his outstanding overall quality. His foals qualified for the German Foal Championships in Lienen again in 2012. A daughter named Cashmere Touch proved her ability to jump at the German Elite Broodmare Championships. Four sons have been licensed so far and his offspring in sport win tests for youngsters in the corresponding age classes. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Catoki, who has been stationed in Riesenbeck for a long time, has won numerous World Cup and Grand Prix competitions. \r\n\r\nHis dam Kapitale is also the dam of the advanced (S) level show jumpers Coldheart (by Chambertin) and Catokina (by Catoki).\r\n\r\nCapitol II, Lord, Calypso II and Meteor xx, all outstanding performance sires, follow in his pedigree. \r\n\r\nThe granddam Frühlingsfee is the dam of the licensed stallion Casino van de Helle (by Cassini I) and an advanced (S) level show jumper named Corrados (by Corrado I).\r\n\r\nLine 4705, forever linked to the Gerken breeding farm, is also the origin of the licensed stallions Chalan (by Cambridge), Chandor (by Cor de la Bryère), Chateau (by Cambridge), Codec (by Chambertin), Conoglio (by Contender), Larso (by Liostro), Levantos I and II (both by Liostro), Orleandro (by Oglio xx) and Rocadero (by Ronald) as well as many top, international horses. \r\n\r\n\r\n', 'Carrico', '', 'inherit', 'closed', 'open', '', '4887-revision-v1', '', '', '2014-02-24 10:46:22', '2014-02-24 10:46:22', '', 4887, 'http://127.0.0.1:4001/wordpress/4887-revision-v1/', 0, 'revision', '', 0),
|
||
(4890, 1, '2014-02-24 10:48:26', '2014-02-24 10:48:26', '<strong>Holsteiner - Line 4705 - bay - 2003 - 16.3 ½ hands </strong>\nBreeder: Peter Böge, Schönhorst, Germany\n\nApproved for Hanover, Holstein, OS, Mecklenburg, Rhineland, Westphalia and all Southern German Verbands.as well as Denmark, Sweden and France.\n\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\n\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy\n\nCarrico has now become firmly established in upper level, international show jumping after placing in Dortmund, Hagen a.T.W., Chantilly/FRA, Münster, Paderborn and Neumünster under Philipp Weishaupt and Henrik von Eckermann/SWE.\n\nAwarded a premium in 2005 in Neumünster, Carrico then took his stallion performance test in Redefin where he won the jumping as well as the dressage index, finishing first overall. In 2008 he won a qualifier at the Bundeschampionat with a 9.5 and in 2009 he placed in the Final for six-year old show jumpers in Warendorf. At the age of just seven, he won his first ribbons in advanced level classes.\n\n[title size="3"]Progeny[/title]\n\nCarrico passes on his outstanding overall quality. His foals qualified for the German Foal Championships in Lienen again in 2012. A daughter named Cashmere Touch proved her ability to jump at the German Elite Broodmare Championships. Four sons have been licensed so far and his offspring in sport win tests for youngsters in the corresponding age classes. \n\n[title size="3"]Pedigree[/title]\n\nHis sire Catoki, who has been stationed in Riesenbeck for a long time, has won numerous World Cup and Grand Prix competitions. \n\nHis dam Kapitale is also the dam of the advanced (S) level show jumpers Coldheart (by Chambertin) and Catokina (by Catoki).\n\nCapitol II, Lord, Calypso II and Meteor xx, all outstanding performance sires, follow in his pedigree. \n\nThe granddam Frühlingsfee is the dam of the licensed stallion Casino van de Helle (by Cassini I) and an advanced (S) level show jumper named Corrados (by Corrado I).\n\nLine 4705, forever linked to the Gerken breeding farm, is also the origin of the licensed stallions Chalan (by Cambridge), Chandor (by Cor de la Bryère), Chateau (by Cambridge), Codec (by Chambertin), Conoglio (by Contender), Larso (by Liostro), Levantos I and II (both by Liostro), Orleandro (by Oglio xx) and Rocadero (by Ronald) as well as many top, international horses. \n\n\n', 'Carrico', '', 'inherit', 'closed', 'open', '', '4887-autosave-v1', '', '', '2014-02-24 10:48:26', '2014-02-24 10:48:26', '', 4887, 'http://127.0.0.1:4001/wordpress/4887-autosave-v1/', 0, 'revision', '', 0),
|
||
(4891, 1, '2014-02-24 10:48:35', '2014-02-24 10:48:35', '<strong>Holsteiner - Line 4705 - bay - 2003 - 16.3 ½ hands </strong>\r\nBreeder: Peter Böge, Schönhorst, Germany\r\n\r\nApproved for Hanover, Holstein, OS, Mecklenburg, Rhineland, Westphalia and all Southern German Verbands.as well as Denmark, Sweden and France.\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy\r\n\r\nCarrico has now become firmly established in upper level, international show jumping after placing in Dortmund, Hagen a.T.W., Chantilly/FRA, Münster, Paderborn and Neumünster under Philipp Weishaupt and Henrik von Eckermann/SWE.\r\n\r\nAwarded a premium in 2005 in Neumünster, Carrico then took his stallion performance test in Redefin where he won the jumping as well as the dressage index, finishing first overall. In 2008 he won a qualifier at the Bundeschampionat with a 9.5 and in 2009 he placed in the Final for six-year old show jumpers in Warendorf. At the age of just seven, he won his first ribbons in advanced level classes.\r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nCarrico passes on his outstanding overall quality. His foals qualified for the German Foal Championships in Lienen again in 2012. A daughter named Cashmere Touch proved her ability to jump at the German Elite Broodmare Championships. Four sons have been licensed so far and his offspring in sport win tests for youngsters in the corresponding age classes. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Catoki, who has been stationed in Riesenbeck for a long time, has won numerous World Cup and Grand Prix competitions. \r\n\r\nHis dam Kapitale is also the dam of the advanced (S) level show jumpers Coldheart (by Chambertin) and Catokina (by Catoki).\r\n\r\nCapitol II, Lord, Calypso II and Meteor xx, all outstanding performance sires, follow in his pedigree. \r\n\r\nThe granddam Frühlingsfee is the dam of the licensed stallion Casino van de Helle (by Cassini I) and an advanced (S) level show jumper named Corrados (by Corrado I).\r\n\r\nLine 4705, forever linked to the Gerken breeding farm, is also the origin of the licensed stallions Chalan (by Cambridge), Chandor (by Cor de la Bryère), Chateau (by Cambridge), Codec (by Chambertin), Conoglio (by Contender), Larso (by Liostro), Levantos I and II (both by Liostro), Orleandro (by Oglio xx) and Rocadero (by Ronald) as well as many top, international horses. \r\n\r\n\r\n', 'Carrico', '', 'inherit', 'closed', 'open', '', '4887-revision-v1', '', '', '2014-02-24 10:48:35', '2014-02-24 10:48:35', '', 4887, 'http://127.0.0.1:4001/wordpress/4887-revision-v1/', 0, 'revision', '', 0),
|
||
(4892, 1, '2014-02-24 10:48:48', '2014-02-24 10:48:48', '<h2>Holsteiner - Line 4705 - bay - 2003 - 16.3 ½ hands </h2>\r\nBreeder: Peter Böge, Schönhorst, Germany\r\n\r\nApproved for Hanover, Holstein, OS, Mecklenburg, Rhineland, Westphalia and all Southern German Verbands.as well as Denmark, Sweden and France.\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy\r\n\r\nCarrico has now become firmly established in upper level, international show jumping after placing in Dortmund, Hagen a.T.W., Chantilly/FRA, Münster, Paderborn and Neumünster under Philipp Weishaupt and Henrik von Eckermann/SWE.\r\n\r\nAwarded a premium in 2005 in Neumünster, Carrico then took his stallion performance test in Redefin where he won the jumping as well as the dressage index, finishing first overall. In 2008 he won a qualifier at the Bundeschampionat with a 9.5 and in 2009 he placed in the Final for six-year old show jumpers in Warendorf. At the age of just seven, he won his first ribbons in advanced level classes.\r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nCarrico passes on his outstanding overall quality. His foals qualified for the German Foal Championships in Lienen again in 2012. A daughter named Cashmere Touch proved her ability to jump at the German Elite Broodmare Championships. Four sons have been licensed so far and his offspring in sport win tests for youngsters in the corresponding age classes. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Catoki, who has been stationed in Riesenbeck for a long time, has won numerous World Cup and Grand Prix competitions. \r\n\r\nHis dam Kapitale is also the dam of the advanced (S) level show jumpers Coldheart (by Chambertin) and Catokina (by Catoki).\r\n\r\nCapitol II, Lord, Calypso II and Meteor xx, all outstanding performance sires, follow in his pedigree. \r\n\r\nThe granddam Frühlingsfee is the dam of the licensed stallion Casino van de Helle (by Cassini I) and an advanced (S) level show jumper named Corrados (by Corrado I).\r\n\r\nLine 4705, forever linked to the Gerken breeding farm, is also the origin of the licensed stallions Chalan (by Cambridge), Chandor (by Cor de la Bryère), Chateau (by Cambridge), Codec (by Chambertin), Conoglio (by Contender), Larso (by Liostro), Levantos I and II (both by Liostro), Orleandro (by Oglio xx) and Rocadero (by Ronald) as well as many top, international horses. \r\n\r\n\r\n', 'Carrico', '', 'inherit', 'closed', 'open', '', '4887-revision-v1', '', '', '2014-02-24 10:48:48', '2014-02-24 10:48:48', '', 4887, 'http://127.0.0.1:4001/wordpress/4887-revision-v1/', 0, 'revision', '', 0),
|
||
(4893, 1, '2014-02-24 10:48:59', '2014-02-24 10:48:59', '<h4>Holsteiner - Line 4705 - bay - 2003 - 16.3 ½ hands </h4>\r\nBreeder: Peter Böge, Schönhorst, Germany\r\n\r\nApproved for Hanover, Holstein, OS, Mecklenburg, Rhineland, Westphalia and all Southern German Verbands.as well as Denmark, Sweden and France.\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy\r\n\r\nCarrico has now become firmly established in upper level, international show jumping after placing in Dortmund, Hagen a.T.W., Chantilly/FRA, Münster, Paderborn and Neumünster under Philipp Weishaupt and Henrik von Eckermann/SWE.\r\n\r\nAwarded a premium in 2005 in Neumünster, Carrico then took his stallion performance test in Redefin where he won the jumping as well as the dressage index, finishing first overall. In 2008 he won a qualifier at the Bundeschampionat with a 9.5 and in 2009 he placed in the Final for six-year old show jumpers in Warendorf. At the age of just seven, he won his first ribbons in advanced level classes.\r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nCarrico passes on his outstanding overall quality. His foals qualified for the German Foal Championships in Lienen again in 2012. A daughter named Cashmere Touch proved her ability to jump at the German Elite Broodmare Championships. Four sons have been licensed so far and his offspring in sport win tests for youngsters in the corresponding age classes. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Catoki, who has been stationed in Riesenbeck for a long time, has won numerous World Cup and Grand Prix competitions. \r\n\r\nHis dam Kapitale is also the dam of the advanced (S) level show jumpers Coldheart (by Chambertin) and Catokina (by Catoki).\r\n\r\nCapitol II, Lord, Calypso II and Meteor xx, all outstanding performance sires, follow in his pedigree. \r\n\r\nThe granddam Frühlingsfee is the dam of the licensed stallion Casino van de Helle (by Cassini I) and an advanced (S) level show jumper named Corrados (by Corrado I).\r\n\r\nLine 4705, forever linked to the Gerken breeding farm, is also the origin of the licensed stallions Chalan (by Cambridge), Chandor (by Cor de la Bryère), Chateau (by Cambridge), Codec (by Chambertin), Conoglio (by Contender), Larso (by Liostro), Levantos I and II (both by Liostro), Orleandro (by Oglio xx) and Rocadero (by Ronald) as well as many top, international horses. \r\n\r\n\r\n', 'Carrico', '', 'inherit', 'closed', 'open', '', '4887-revision-v1', '', '', '2014-02-24 10:48:59', '2014-02-24 10:48:59', '', 4887, 'http://127.0.0.1:4001/wordpress/4887-revision-v1/', 0, 'revision', '', 0),
|
||
(4894, 1, '2014-02-24 10:49:17', '2014-02-24 10:49:17', '<h4>Westphalian - dark brown - 2006 - 16.2 hands</h4>\r\n\r\n<strong>Age</strong>: 03/06/2006\r\n<strong>Gender</strong>: Colt\r\n<strong>Color</strong>: dark brown\r\n<strong>Breeder</strong>: Thomas Schindler, Fautenbach, Germany\r\n\r\nApproved for Mecklenburg, Rhineland, Westphalia and all Southern German Verbands. \r\nOther Verbands on request!\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy.\r\n\r\nOrders for fresh semen must be received by 9:00 a.m. the day before since the stallion is stationed in Italy!\r\n\r\n\r\nRepeating his performance in 2011, Black Jack again won the qualifier in Riesenbeck in 2012 and thus a ticket for the Bundeschampionat for show jumpers. This feat had been preceded by a series of ribbons in medium (M*) level tests for young show jumpers and medium (M**) level show jumping tests. \r\n\r\nClearly refined by his dam’s Thoroughbred sire Heraldik xx, the gorgeous, patent leather black Black Jack was one of the highlights at the 18th NRW licensing in Münster-Handorf in 2008. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\nThe dam’s sire Weinberg is deemed very versatile sire. He is known for the Olympic dressage winning Goldstern/Klaus Balkenhol and the world class show jumpers Wisby D/Ulrich Meyer zu Bexten, Wum/Kurt Gravemeier and Warren NRW/Lutz Gripshöver.\r\n\r\nGranddam Pretty Woman produced four horses that mastered courses with international dimensions: Akadia BT (by Aurelio I), Caesario‘s Pretty Woman (by Caesario), Comtesse (by Cantonius) and Akazia (by Argentinus). The latter is also the dam of a licensed stallion named Florentino (by Feuerglanz).\r\n\r\nIn his day, Pilot was the youngest millionaire when it comes to offspring earnings. Among his most significant offspring are the team Olympic winner of Seoul/COR, Pedro/Wolfgang Brinkmann, the team World Champion of Den Haag/NED, P.S. Priamos/Dirk Hafemeister, and of Rome/ITA, P.S. Priamos/Ludger Beerbaum, Pialotta/Edwina Alexander/AUS who took fourth place individually in the World Championships of Aachen/GER, and the Swiss Champion, M&C Pirol/Leslie McNaught/SUI.\r\n\r\nThe highly decorated dam line is also the origin of the advanced (S) level show jumpers Pamina (by Parcours), Lucky (by Lapaz L), Lazarillo (by La Poco), Couleur Contango v HD (by Contango), Contina (by Casparino) and What’s Up H.D. (by Walzertakt).', 'Black Jack', '', 'inherit', 'closed', 'open', '', '4869-revision-v1', '', '', '2014-02-24 10:49:17', '2014-02-24 10:49:17', '', 4869, 'http://127.0.0.1:4001/wordpress/4869-revision-v1/', 0, 'revision', '', 0),
|
||
(4895, 1, '2014-02-24 11:59:11', '2014-02-24 11:59:11', '<h4>Westphalian - dark brown - 2006 - 16.2 hands</h4>\r\n\r\n<strong>Age</strong>: 03/06/2006\r\n<strong>Gender</strong>: Colt\r\n<strong>Color</strong>: dark brown\r\n<strong>Breeder</strong>: Thomas Schindler, Fautenbach, Germany\r\n\r\nApproved for Mecklenburg, Rhineland, Westphalia and all Southern German Verbands. \r\nOther Verbands on request!\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy.\r\n\r\nOrders for fresh semen must be received by 9:00 a.m. the day before since the stallion is stationed in Italy!\r\n\r\n\r\nRepeating his performance in 2011, Black Jack again won the qualifier in Riesenbeck in 2012 and thus a ticket for the Bundeschampionat for show jumpers. This feat had been preceded by a series of ribbons in medium (M*) level tests for young show jumpers and medium (M**) level show jumping tests. \r\n\r\nClearly refined by his dam’s Thoroughbred sire Heraldik xx, the gorgeous, patent leather black Black Jack was one of the highlights at the 18th NRW licensing in Münster-Handorf in 2008. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\nThe dam’s sire Weinberg is deemed very versatile sire. He is known for the Olympic dressage winning Goldstern/Klaus Balkenhol and the world class show jumpers Wisby D/Ulrich Meyer zu Bexten, Wum/Kurt Gravemeier and Warren NRW/Lutz Gripshöver.\r\n\r\nGranddam Pretty Woman produced four horses that mastered courses with international dimensions: Akadia BT (by Aurelio I), Caesario‘s Pretty Woman (by Caesario), Comtesse (by Cantonius) and Akazia (by Argentinus). The latter is also the dam of a licensed stallion named Florentino (by Feuerglanz).\r\n\r\nIn his day, Pilot was the youngest millionaire when it comes to offspring earnings. Among his most significant offspring are the team Olympic winner of Seoul/COR, Pedro/Wolfgang Brinkmann, the team World Champion of Den Haag/NED, P.S. Priamos/Dirk Hafemeister, and of Rome/ITA, P.S. Priamos/Ludger Beerbaum, Pialotta/Edwina Alexander/AUS who took fourth place individually in the World Championships of Aachen/GER, and the Swiss Champion, M&C Pirol/Leslie McNaught/SUI.\r\n\r\nThe highly decorated dam line is also the origin of the advanced (S) level show jumpers Pamina (by Parcours), Lucky (by Lapaz L), Lazarillo (by La Poco), Couleur Contango v HD (by Contango), Contina (by Casparino) and What’s Up H.D. (by Walzertakt).', 'Black Jack', 'Westphalian - dark brown - 2006 - 16.2 hands', 'inherit', 'closed', 'open', '', '4869-revision-v1', '', '', '2014-02-24 11:59:11', '2014-02-24 11:59:11', '', 4869, 'http://127.0.0.1:4001/wordpress/4869-revision-v1/', 0, 'revision', '', 0),
|
||
(4896, 1, '2014-02-24 14:31:31', '2014-02-24 14:31:31', '[tagline_box backgroundcolor="#fff" shadow="yes" border="1px" bordercolor="#e8e6e6" highlightposition="top" link="http://themeforest.net/user/ThemeFusion" linktarget="" button="" title="" description="Avada comes with several carousel sliders to display your images. Recent Work works directly with your portfolio posts, Client Carousel is used to display client logos or images, and the Image Carousel is perfect for random images that need to be displayed on your site. "][/tagline_box]\n\n[separator top="20"]\n\n[title size="2"]Recent Work Carousel[/title]\n[recent_works][/recent_works]\n\n[separator top="30" style="single"]\n[one_third last="no"]\n<h3>Use Carousels With Columns</h3>\nThe recent work carousel can be used inside of column shortcodes to control the size. By default it will display all categories of portfolio posts. Users can specify that only a specific category is displayed instead of all categories, which gives you full control over what posts are seen by viewers.[/one_third]\n\n[two_third last="yes"][separator top="25" style="none"][recent_works][/recent_works][/two_third]\n\n[separator top="50"]\n\n[title size="2"]Client Carousel[/title]\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\n\n[separator top="30" style="single"]\n[one_third last="no"]\n<h3>Use Carousels With Columns</h3>\nThe client logo carousel can be used in column shortcodes. And its perfect to display client logos that link directly to projects on your site, or to an external page. There is also a "linktarget" attribute that allows you to select how the link will open.[/one_third]\n\n[two_third last="yes"][separator top="25" style="none"][clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients][/two_third]\n\n[separator top="50"]\n\n[title size="2"]Image Carousel[/title]\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg"][/clients]\n\n[separator top="30" style="single"]\n[one_third last="no"]\n<h3>Use Carousels With Columns</h3>\nThe client logo carousel can be used in column shortcodes. And its perfect to display client logos that link directly to projects on your site, or to an external page. There is also a "linktarget" attribute that allows you to select how the link will open.[/one_third]\n\n[two_third last="yes"][separator top="25" style="none"][clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2012/07/portfolio_41.jpg"][/clients]\n[/two_third]\n\n[separator top="40"]\n\n[title size="2"]Features and Customizations[/title]\n\n[one_half last="no"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>Unlimited use and items per carousel and per page</li>\n <li>Specify a specific category to display in recent work carousel</li>\n</ul>\n[/checklist]\n[/one_half]\n\n[one_half last="yes"]\n[checklist icon="check" iconcolor="light" circle="yes"]\n<ul>\n <li>Use with column shortcodes to control the width</li>\n <li>Set the link target attribute to control how the link opens</li>\n</ul>\n[/checklist]\n[/one_half]', 'Carousel Sliders', '', 'inherit', 'closed', 'open', '', '3725-autosave-v1', '', '', '2014-02-24 14:31:31', '2014-02-24 14:31:31', '', 3725, 'http://127.0.0.1:4001/wordpress/3725-autosave-v1/', 0, 'revision', '', 0),
|
||
(4897, 1, '2014-02-24 17:36:05', '2014-02-24 17:36:05', '', 'Cría', '', 'publish', 'closed', 'open', '', 'cria', '', '', '2014-02-26 17:20:16', '2014-02-26 16:20:16', '', 0, 'http://127.0.0.1:4001/wordpress/?page_id=4897', 0, 'page', '', 0),
|
||
(4898, 1, '2014-02-24 17:36:05', '2014-02-24 17:36:05', '', 'Cría', '', 'inherit', 'closed', 'open', '', '4897-revision-v1', '', '', '2014-02-24 17:36:05', '2014-02-24 17:36:05', '', 4897, 'http://127.0.0.1:4001/wordpress/4897-revision-v1/', 0, 'revision', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(4929, 1, '2014-02-25 11:58:05', '2014-02-25 11:58:05', '<h4>Westphalian - dark brown - 2006 - 16.2 hands</h4>\r\n\r\n<strong>Age</strong>: 03/06/2006\r\n<strong>Gender</strong>: Colt\r\n<strong>Color</strong>: dark brown\r\n<strong>Breeder</strong>: Thomas Schindler, Fautenbach, Germany\r\n\r\nApproved for Mecklenburg, Rhineland, Westphalia and all Southern German Verbands. \r\nOther Verbands on request!\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy.\r\n\r\nOrders for fresh semen must be received by 9:00 a.m. the day before since the stallion is stationed in Italy!\r\n\r\n\r\nRepeating his performance in 2011, Black Jack again won the qualifier in Riesenbeck in 2012 and thus a ticket for the Bundeschampionat for show jumpers. This feat had been preceded by a series of ribbons in medium (M*) level tests for young show jumpers and medium (M**) level show jumping tests. \r\n\r\nClearly refined by his dam’s Thoroughbred sire Heraldik xx, the gorgeous, patent leather black Black Jack was one of the highlights at the 18th NRW licensing in Münster-Handorf in 2008. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/K708Q4zipEw" frameborder="0" allowfullscreen></iframe>', 'Black Jack', 'Westphalian - dark brown - 2006 - 16.2 hands', 'inherit', 'closed', 'open', '', '4869-revision-v1', '', '', '2014-02-25 11:58:05', '2014-02-25 11:58:05', '', 4869, 'http://127.0.0.1:4001/wordpress/4869-revision-v1/', 0, 'revision', '', 0),
|
||
(4899, 1, '2014-02-24 18:24:48', '2014-02-24 18:24:48', '', 'Competición', '', 'publish', 'closed', 'open', '', 'competicion', '', '', '2014-02-26 10:38:52', '2014-02-26 10:38:52', '', 0, 'http://127.0.0.1:4001/wordpress/?page_id=4899', 0, 'page', '', 0),
|
||
(4900, 1, '2014-02-24 18:24:48', '2014-02-24 18:24:48', '', 'Competición', '', 'inherit', 'closed', 'open', '', '4899-revision-v1', '', '', '2014-02-24 18:24:48', '2014-02-24 18:24:48', '', 4899, 'http://127.0.0.1:4001/wordpress/4899-revision-v1/', 0, 'revision', '', 0),
|
||
(4901, 1, '2014-02-25 09:28:14', '2014-02-25 09:28:14', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae. Sed dui lorem, adipiscing in adipiscing et, interdum nec metus. Mauris ultricies, justo eu convallis placerat, felis enim ornare nisi, vitae mattis nulla ante id dui. Ut lectus purus, commodo et tincidunt vel, interdum sed lectus. Vestibulum adipiscing tempor nisi id elementu sadips ipsums dolores uns fugiats gravida nam elit vols nulla dolores amet untras sitsers.\n\nCras id erat arcu. Suspendisse nec lacinia eros. Morbi in nisl ut quam vulputate elementum. Donec ornare, turpis eget rhoncus pharetra, nunc augue porta orci, eu volutpat enim nisi ac risus. Proin a tortor id orci fermentum sollicitudin tincidunt in magna. Quisque semper, leo a malesuada dictum, orci massa blandit diam, nec porttitor quam nunc laoreet odio. Maecenas sed felis ante, non cursus justo. Vivamus semper euismod vulputate. Praesent a hendrerit sapien. Sed dapibus leo rutrum lorem convallis et commodo urna tempus. Quisque hendrerit imperdiet erat id fringilla. Vivamus vitae odio nisi, sit amet pellentesque justo. Pellentesque enim enim, ultricies sit amet blandit a, sagittis vel dolor. Cras lorem purus, posuere sed hendrerit ac, varius vel eros. Quisque nisl ante, posuere pulvinar bibendum a, malesuada sed mi.', 'Donec Ornare Turpis Eget', '', 'inherit', 'closed', 'open', '', '198-revision-v1', '', '', '2014-02-25 09:28:14', '2014-02-25 09:28:14', '', 198, 'http://127.0.0.1:4001/wordpress/198-revision-v1/', 0, 'revision', '', 0),
|
||
(4902, 1, '2014-02-25 09:28:56', '2014-02-25 09:28:56', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae. Sed dui lorem, adipiscing in adipiscing et, interdum nec metus. Mauris ultricie est justos.', 'Mauris Fringilla Voluts', '', 'inherit', 'closed', 'open', '', '191-revision-v1', '', '', '2014-02-25 09:28:56', '2014-02-25 09:28:56', '', 191, 'http://127.0.0.1:4001/wordpress/191-revision-v1/', 0, 'revision', '', 0),
|
||
(4903, 1, '2014-02-25 09:29:06', '2014-02-25 09:29:06', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae. Sed dui lorem, adipiscing in adipiscing et, interdum nec metus. Mauris ultricies, justo eu convallis placerat, felis enim ornare nisi, vitae mattis nulla ante id dui. Ut lectus purus, commodo et tincidunt vel, interdum sed lectus. Vestibulum adipiscing tempor nisi id elementu sadips ipsums dolores uns fugiats gravida nam elit vols nulla dolores amet untras sitsers.\n\nUt porttitor euismod cursus. Mauris suscipit, turpis ut dapibus rhoncus, odio erat egestas orci, in sollicitudin enim erat id est. Sed auctor gravida arcu, nec fringilla orci aliquet ut. Nullam eu pretium purus. Maecenas fermentum posuere sem vel posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi ornare convallis lectus a faucibus. Praesent et urna turpis. Fusce tincidunt augue in velit tincidunt sed tempor felis porta. Nunc sodales, metus ut vestibulum ornare, est magna laoreet lectus, ut adipiscing massa odio sed turpis. In nec lorem porttitor urna consequat sagittis. Nullam eget elit ante. Pellentesque justo urna, semper nec faucibus sit amet, aliquam at mi. Maecenas eget diam nec mi dignissim pharetra.', 'Suspendisse Pharetra Urna', '', 'inherit', 'closed', 'open', '', '192-revision-v1', '', '', '2014-02-25 09:29:06', '2014-02-25 09:29:06', '', 192, 'http://127.0.0.1:4001/wordpress/192-revision-v1/', 0, 'revision', '', 0),
|
||
(4904, 1, '2014-02-25 09:29:16', '2014-02-25 09:29:16', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae. Sed dui lorem, adipiscing in adipiscing et, interdum nec metus. Mauris ultricies, justo eu convallis placerat, felis enim ornare nisi, vitae mattis nulla ante id dui. Ut lectus purus, commodo et tincidunt vel, interdum sed lectus. Vestibulum adipiscing tempor nisi id elementu sadips ipsums dolores uns fugiats gravida nam elit vols nulla dolores amet untras sitsers.\n\nDonec volutpat nibh sit amet libero ornare non laoreet arcu luctus. Donec id arcu quis mauris euismod placerat sit amet ut metus. Sed imperdiet fringilla sem eget euismod. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque adipiscing, neque ut pulvinar tincidunt, est sem euismod odio, eu ullamcorper turpis nisl sit amet velit. Nullam vitae nibh odio, non scelerisque nibh. Vestibulum ut est augue, in varius purus.\n\nProin dictum lobortis justo at pretium. Nunc malesuada ante sit amet purus ornare pulvinar. Donec suscipit dignissim ipsum at euismod. Curabitur malesuada lorem sed metus adipiscing in vehicula quam commodo. Sed porttitor elementum elementum. Proin eu ligula eget leo consectetur sodales et non mauris. Lorem ipsum dolor sit amet, consectetur adipiscing elit.', 'Curabitur Malesuada Lorem', '', 'inherit', 'closed', 'open', '', '193-revision-v1', '', '', '2014-02-25 09:29:16', '2014-02-25 09:29:16', '', 193, 'http://127.0.0.1:4001/wordpress/193-revision-v1/', 0, 'revision', '', 0),
|
||
(4905, 1, '2014-02-25 09:29:23', '2014-02-25 09:29:23', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae. Sed dui lorem, adipiscing in adipiscing et, interdum nec metus. Mauris ultricies, justo eu convallis placerat, felis enim ornare nisi, vitae mattis nulla ante id dui. Ut lectus purus, commodo et tincidunt vel, interdum sed lectus. Vestibulum adipiscing tempor gravida pellentesque urna varius vitae. Sed dui lorem, adipiscing in adipiscing et.', 'Nam Viverra Euismod', '', 'inherit', 'closed', 'open', '', '196-revision-v1', '', '', '2014-02-25 09:29:23', '2014-02-25 09:29:23', '', 196, 'http://127.0.0.1:4001/wordpress/196-revision-v1/', 0, 'revision', '', 0),
|
||
(4906, 1, '2014-02-25 11:12:48', '2014-02-25 11:12:48', '<h4>Westphalian - brown - 2011 - 16.2 hands</h4>\r\n\r\n<strong>Nombre</strong>: Galante\r\n<strong>Año de nacimiento</strong>: 2011 \r\n<strong>Capa</strong>: Castaño\r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\n<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/A0PSY6kejnQ?rel=0" frameborder="0" allowfullscreen></iframe>', 'Galante', '2011 - Castaño', 'trash', 'closed', 'open', '', 'galante', '', '', '2014-02-26 19:28:39', '2014-02-26 18:28:39', '', 0, 'http://127.0.0.1:4001/wordpress/?post_type=avada_portfolio&p=4906', 0, 'avada_portfolio', '', 0),
|
||
(4907, 1, '2014-02-25 11:10:42', '2014-02-25 11:10:42', '', 'galante_vibrante_alcame_DSC9490', '', 'inherit', 'closed', 'open', '', 'galante_vibrante_alcame_dsc9490', '', '', '2014-02-25 11:10:42', '2014-02-25 11:10:42', '', 4906, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/galante_vibrante_alcame_DSC9490.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4908, 1, '2014-02-25 11:11:13', '2014-02-25 11:11:13', '', 'GALANTE_39_VIBRANTE_ALCAME_DSC9191_', '', 'inherit', 'closed', 'open', '', 'galante_39_vibrante_alcame_dsc9191_', '', '', '2014-02-25 11:11:13', '2014-02-25 11:11:13', '', 4906, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/GALANTE_39_VIBRANTE_ALCAME_DSC9191_.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4909, 1, '2014-02-25 11:11:35', '2014-02-25 11:11:35', '', 'galante_vibrante_alcame_DSC9402', '', 'inherit', 'closed', 'open', '', 'galante_vibrante_alcame_dsc9402', '', '', '2014-02-25 11:11:35', '2014-02-25 11:11:35', '', 4906, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/galante_vibrante_alcame_DSC9402.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4910, 1, '2014-02-25 11:11:38', '2014-02-25 11:11:38', '', 'YEGUADA_LA_PERLA_39_GALANTE_X_VIBRANTE_ALCAME_DSC5959', '', 'inherit', 'closed', 'open', '', 'yeguada_la_perla_39_galante_x_vibrante_alcame_dsc5959', '', '', '2014-02-25 11:11:38', '2014-02-25 11:11:38', '', 4906, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/YEGUADA_LA_PERLA_39_GALANTE_X_VIBRANTE_ALCAME_DSC5959.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4911, 1, '2014-02-25 11:12:48', '2014-02-25 11:12:48', '', 'Galante', '', 'inherit', 'closed', 'open', '', '4906-revision-v1', '', '', '2014-02-25 11:12:48', '2014-02-25 11:12:48', '', 4906, 'http://127.0.0.1:4001/wordpress/4906-revision-v1/', 0, 'revision', '', 0),
|
||
(4912, 1, '2014-02-25 11:13:51', '2014-02-25 11:13:51', '<h4>Westphalian - brown - 2011 - 16.2 hands</h4>\n\n<strong>Age</strong>: 03/06/2011\n<strong>Gender</strong>: Colt\n<strong>Color</strong>: dark brown\n<strong>Breeder</strong>: Thomas Schindler, Fautenbach, Germany\n<strong>Nombre</strong>: Galante\n<strong>Año de nacimiento</strong>: 2011 \n<strong>Capa</strong>: Castaño\n\nApproved for Mecklenburg, Rhineland, Westphalia and all Southern German Verbands. \nOther Verbands on request!\n\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\n\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy.\n\nOrders for fresh semen must be received by 9:00 a.m. the day before since the stallion is stationed in Italy!\n\n\nRepeating his performance in 2011, Black Jack again won the qualifier in Riesenbeck in 2012 and thus a ticket for the Bundeschampionat for show jumpers. This feat had been preceded by a series of ribbons in medium (M*) level tests for young show jumpers and medium (M**) level show jumping tests. \n\nClearly refined by his dam’s Thoroughbred sire Heraldik xx, the gorgeous, patent leather black Black Jack was one of the highlights at the 18th NRW licensing in Münster-Handorf in 2008. \n\n[title size="3"]Progeny[/title]\n\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \n\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \n\n[title size="3"]Pedigree[/title]\n\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\n\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\n\nThe dam’s sire Weinberg is deemed very versatile sire. He is known for the Olympic dressage winning Goldstern/Klaus Balkenhol and the world class show jumpers Wisby D/Ulrich Meyer zu Bexten, Wum/Kurt Gravemeier and Warren NRW/Lutz Gripshöver.\n\nGranddam Pretty Woman produced four horses that mastered courses with international dimensions: Akadia BT (by Aurelio I), Caesario‘s Pretty Woman (by Caesario), Comtesse (by Cantonius) and Akazia (by Argentinus). The latter is also the dam of a licensed stallion named Florentino (by Feuerglanz).\n\nIn his day, Pilot was the youngest millionaire when it comes to offspring earnings. Among his most significant offspring are the team Olympic winner of Seoul/COR, Pedro/Wolfgang Brinkmann, the team World Champion of Den Haag/NED, P.S. Priamos/Dirk Hafemeister, and of Rome/ITA, P.S. Priamos/Ludger Beerbaum, Pialotta/Edwina Alexander/AUS who took fourth place individually in the World Championships of Aachen/GER, and the Swiss Champion, M&C Pirol/Leslie McNaught/SUI.\n\nThe highly decorated dam line is also the origin of the advanced (S) level show jumpers Pamina (by Parcours), Lucky (by Lapaz L), Lazarillo (by La Poco), Couleur Contango v HD (by Contango), Contina (by Casparino) and What’s Up H.D. (by Walzertakt).', 'Galante', '', 'inherit', 'closed', 'open', '', '4906-autosave-v1', '', '', '2014-02-25 11:13:51', '2014-02-25 11:13:51', '', 4906, 'http://127.0.0.1:4001/wordpress/4906-autosave-v1/', 0, 'revision', '', 0),
|
||
(4913, 1, '2014-02-25 11:14:09', '2014-02-25 11:14:09', '<h4>Westphalian - brown - 2011 - 16.2 hands</h4>\r\n\r\n<strong>Nombre</strong>: Galante\r\n<strong>Año de nacimiento</strong>: 2011 \r\n<strong>Capa</strong>: Castaño\r\n\r\nApproved for Mecklenburg, Rhineland, Westphalia and all Southern German Verbands. \r\nOther Verbands on request!\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy.\r\n\r\nOrders for fresh semen must be received by 9:00 a.m. the day before since the stallion is stationed in Italy!\r\n\r\n\r\nRepeating his performance in 2011, Black Jack again won the qualifier in Riesenbeck in 2012 and thus a ticket for the Bundeschampionat for show jumpers. This feat had been preceded by a series of ribbons in medium (M*) level tests for young show jumpers and medium (M**) level show jumping tests. \r\n\r\nClearly refined by his dam’s Thoroughbred sire Heraldik xx, the gorgeous, patent leather black Black Jack was one of the highlights at the 18th NRW licensing in Münster-Handorf in 2008. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\nThe dam’s sire Weinberg is deemed very versatile sire. He is known for the Olympic dressage winning Goldstern/Klaus Balkenhol and the world class show jumpers Wisby D/Ulrich Meyer zu Bexten, Wum/Kurt Gravemeier and Warren NRW/Lutz Gripshöver.\r\n\r\nGranddam Pretty Woman produced four horses that mastered courses with international dimensions: Akadia BT (by Aurelio I), Caesario‘s Pretty Woman (by Caesario), Comtesse (by Cantonius) and Akazia (by Argentinus). The latter is also the dam of a licensed stallion named Florentino (by Feuerglanz).\r\n\r\nIn his day, Pilot was the youngest millionaire when it comes to offspring earnings. Among his most significant offspring are the team Olympic winner of Seoul/COR, Pedro/Wolfgang Brinkmann, the team World Champion of Den Haag/NED, P.S. Priamos/Dirk Hafemeister, and of Rome/ITA, P.S. Priamos/Ludger Beerbaum, Pialotta/Edwina Alexander/AUS who took fourth place individually in the World Championships of Aachen/GER, and the Swiss Champion, M&C Pirol/Leslie McNaught/SUI.\r\n\r\nThe highly decorated dam line is also the origin of the advanced (S) level show jumpers Pamina (by Parcours), Lucky (by Lapaz L), Lazarillo (by La Poco), Couleur Contango v HD (by Contango), Contina (by Casparino) and What’s Up H.D. (by Walzertakt).', 'Galante', '', 'inherit', 'closed', 'open', '', '4906-revision-v1', '', '', '2014-02-25 11:14:09', '2014-02-25 11:14:09', '', 4906, 'http://127.0.0.1:4001/wordpress/4906-revision-v1/', 0, 'revision', '', 0),
|
||
(4916, 1, '2014-02-25 11:18:17', '2014-02-25 11:18:17', '<h4>Westphalian - brown - 2011 - 16.2 hands</h4>\r\n\r\n<strong>Nombre</strong>: Galante\r\n<strong>Año de nacimiento</strong>: 2011 \r\n<strong>Capa</strong>: Castaño\r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\n', 'Galante', '2011 - Castaño', 'inherit', 'closed', 'open', '', '4906-revision-v1', '', '', '2014-02-25 11:18:17', '2014-02-25 11:18:17', '', 4906, 'http://127.0.0.1:4001/wordpress/4906-revision-v1/', 0, 'revision', '', 0),
|
||
(4914, 1, '2014-02-25 11:14:37', '2014-02-25 11:14:37', '<h4>Westphalian - brown - 2011 - 16.2 hands</h4>\r\n\r\n<strong>Nombre</strong>: Galante\r\n<strong>Año de nacimiento</strong>: 2011 \r\n<strong>Capa</strong>: Castaño\r\n\r\nApproved for Mecklenburg, Rhineland, Westphalia and all Southern German Verbands. \r\nOther Verbands on request!\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy.\r\n\r\nOrders for fresh semen must be received by 9:00 a.m. the day before since the stallion is stationed in Italy!\r\n\r\n\r\nRepeating his performance in 2011, Black Jack again won the qualifier in Riesenbeck in 2012 and thus a ticket for the Bundeschampionat for show jumpers. This feat had been preceded by a series of ribbons in medium (M*) level tests for young show jumpers and medium (M**) level show jumping tests. \r\n\r\nClearly refined by his dam’s Thoroughbred sire Heraldik xx, the gorgeous, patent leather black Black Jack was one of the highlights at the 18th NRW licensing in Münster-Handorf in 2008. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\nThe dam’s sire Weinberg is deemed very versatile sire. He is known for the Olympic dressage winning Goldstern/Klaus Balkenhol and the world class show jumpers Wisby D/Ulrich Meyer zu Bexten, Wum/Kurt Gravemeier and Warren NRW/Lutz Gripshöver.\r\n\r\nGranddam Pretty Woman produced four horses that mastered courses with international dimensions: Akadia BT (by Aurelio I), Caesario‘s Pretty Woman (by Caesario), Comtesse (by Cantonius) and Akazia (by Argentinus). The latter is also the dam of a licensed stallion named Florentino (by Feuerglanz).\r\n\r\nIn his day, Pilot was the youngest millionaire when it comes to offspring earnings. Among his most significant offspring are the team Olympic winner of Seoul/COR, Pedro/Wolfgang Brinkmann, the team World Champion of Den Haag/NED, P.S. Priamos/Dirk Hafemeister, and of Rome/ITA, P.S. Priamos/Ludger Beerbaum, Pialotta/Edwina Alexander/AUS who took fourth place individually in the World Championships of Aachen/GER, and the Swiss Champion, M&C Pirol/Leslie McNaught/SUI.\r\n\r\nThe highly decorated dam line is also the origin of the advanced (S) level show jumpers Pamina (by Parcours), Lucky (by Lapaz L), Lazarillo (by La Poco), Couleur Contango v HD (by Contango), Contina (by Casparino) and What’s Up H.D. (by Walzertakt).', 'Galante', 'Nombre: Galante\r\nAño de nacimiento: 2011\r\nCapa: Castaño', 'inherit', 'closed', 'open', '', '4906-revision-v1', '', '', '2014-02-25 11:14:37', '2014-02-25 11:14:37', '', 4906, 'http://127.0.0.1:4001/wordpress/4906-revision-v1/', 0, 'revision', '', 0),
|
||
(4915, 1, '2014-02-25 11:16:33', '2014-02-25 11:16:33', '<h4>Westphalian - brown - 2011 - 16.2 hands</h4>\r\n\r\n<strong>Nombre</strong>: Galante\r\n<strong>Año de nacimiento</strong>: 2011 \r\n<strong>Capa</strong>: Castaño\r\n\r\nApproved for Mecklenburg, Rhineland, Westphalia and all Southern German Verbands. \r\nOther Verbands on request!\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy.\r\n\r\nOrders for fresh semen must be received by 9:00 a.m. the day before since the stallion is stationed in Italy!\r\n\r\n\r\nRepeating his performance in 2011, Black Jack again won the qualifier in Riesenbeck in 2012 and thus a ticket for the Bundeschampionat for show jumpers. This feat had been preceded by a series of ribbons in medium (M*) level tests for young show jumpers and medium (M**) level show jumping tests. \r\n\r\nClearly refined by his dam’s Thoroughbred sire Heraldik xx, the gorgeous, patent leather black Black Jack was one of the highlights at the 18th NRW licensing in Münster-Handorf in 2008. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\nThe dam’s sire Weinberg is deemed very versatile sire. He is known for the Olympic dressage winning Goldstern/Klaus Balkenhol and the world class show jumpers Wisby D/Ulrich Meyer zu Bexten, Wum/Kurt Gravemeier and Warren NRW/Lutz Gripshöver.\r\n\r\nGranddam Pretty Woman produced four horses that mastered courses with international dimensions: Akadia BT (by Aurelio I), Caesario‘s Pretty Woman (by Caesario), Comtesse (by Cantonius) and Akazia (by Argentinus). The latter is also the dam of a licensed stallion named Florentino (by Feuerglanz).\r\n\r\nIn his day, Pilot was the youngest millionaire when it comes to offspring earnings. Among his most significant offspring are the team Olympic winner of Seoul/COR, Pedro/Wolfgang Brinkmann, the team World Champion of Den Haag/NED, P.S. Priamos/Dirk Hafemeister, and of Rome/ITA, P.S. Priamos/Ludger Beerbaum, Pialotta/Edwina Alexander/AUS who took fourth place individually in the World Championships of Aachen/GER, and the Swiss Champion, M&C Pirol/Leslie McNaught/SUI.\r\n\r\nThe highly decorated dam line is also the origin of the advanced (S) level show jumpers Pamina (by Parcours), Lucky (by Lapaz L), Lazarillo (by La Poco), Couleur Contango v HD (by Contango), Contina (by Casparino) and What’s Up H.D. (by Walzertakt).', 'Galante', '2011 - Castaño', 'inherit', 'closed', 'open', '', '4906-revision-v1', '', '', '2014-02-25 11:16:33', '2014-02-25 11:16:33', '', 4906, 'http://127.0.0.1:4001/wordpress/4906-revision-v1/', 0, 'revision', '', 0),
|
||
(4917, 1, '2014-02-25 11:19:55', '2014-02-25 11:19:55', '<h4>Westphalian - gris - 2012 - 16.2 hands</h4>\r\n\r\n<strong>Nombre</strong>: Hércules\r\n<strong>Año de nacimiento</strong>: 2012 \r\n<strong>Capa</strong>: gris \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\n<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/tFJGgEaxr6E?list=UU0Hl12OSVVuIaX0HUxmOtaQ" frameborder="0" allowfullscreen></iframe>', 'Hércules', 'gris - 2012', 'trash', 'closed', 'open', '', 'hercules', '', '', '2014-02-26 19:28:39', '2014-02-26 18:28:39', '', 0, 'http://127.0.0.1:4001/wordpress/?post_type=avada_portfolio&p=4917', 0, 'avada_portfolio', '', 0),
|
||
(4918, 1, '2014-02-25 11:19:55', '2014-02-25 11:19:55', '<h4>Westphalian - gris - 2012 - 16.2 hands</h4>\r\n\r\n<strong>Nombre</strong>: Hércules\r\n<strong>Año de nacimiento</strong>: 2012 \r\n<strong>Capa</strong>: gris \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\n', 'Hércules', 'gris - 2012', 'inherit', 'closed', 'open', '', '4917-revision-v1', '', '', '2014-02-25 11:19:55', '2014-02-25 11:19:55', '', 4917, 'http://127.0.0.1:4001/wordpress/4917-revision-v1/', 0, 'revision', '', 0),
|
||
(4919, 1, '2014-02-25 11:20:31', '2014-02-25 11:20:31', '', 'hercules_DSC9326', '', 'inherit', 'closed', 'open', '', 'hercules_dsc9326', '', '', '2014-02-25 11:20:31', '2014-02-25 11:20:31', '', 4917, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/hercules_DSC9326.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4920, 1, '2014-02-25 11:21:20', '2014-02-25 11:21:20', '', 'HERCULES_72_DSC9793_', '', 'inherit', 'closed', 'open', '', 'hercules_72_dsc9793_', '', '', '2014-02-25 11:21:20', '2014-02-25 11:21:20', '', 4917, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/HERCULES_72_DSC9793_.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4921, 1, '2014-02-25 11:21:23', '2014-02-25 11:21:23', '', 'HERCULES_72_DSC9822_', '', 'inherit', 'closed', 'open', '', 'hercules_72_dsc9822_', '', '', '2014-02-25 11:21:23', '2014-02-25 11:21:23', '', 4917, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/HERCULES_72_DSC9822_.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4922, 1, '2014-02-25 11:21:26', '2014-02-25 11:21:26', '', 'HERCULES_72_DSC9826_', '', 'inherit', 'closed', 'open', '', 'hercules_72_dsc9826_', '', '', '2014-02-25 11:21:26', '2014-02-25 11:21:26', '', 4917, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/HERCULES_72_DSC9826_.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4923, 1, '2014-02-25 11:21:29', '2014-02-25 11:21:29', '', 'hercules_DSC9303', '', 'inherit', 'closed', 'open', '', 'hercules_dsc9303', '', '', '2014-02-25 11:21:29', '2014-02-25 11:21:29', '', 4917, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/hercules_DSC9303.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4924, 1, '2014-02-25 11:21:33', '2014-02-25 11:21:33', '', 'hercules_DSC9350', '', 'inherit', 'closed', 'open', '', 'hercules_dsc9350', '', '', '2014-02-25 11:21:33', '2014-02-25 11:21:33', '', 4917, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/hercules_DSC9350.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4925, 1, '2014-02-25 11:21:37', '2014-02-25 11:21:37', '', 'YEGUADA_LA_PERLA_72_HERCULES_2012_DSC6466', '', 'inherit', 'closed', 'open', '', 'yeguada_la_perla_72_hercules_2012_dsc6466', '', '', '2014-02-25 11:21:37', '2014-02-25 11:21:37', '', 4917, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/YEGUADA_LA_PERLA_72_HERCULES_2012_DSC6466.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4926, 1, '2014-02-25 11:24:35', '2014-02-25 11:24:35', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae. Sed dui lorem, adipiscing in adipiscing et, interdum nec metus. Mauris ultricies, justo eu convallis placerat, felis enim ornare nisi, vitae mattis nulla ante id dui. Ut lectus purus, commodo et tincidunt vel, interdum sed lectus. Vestibulum adipiscing tempor nisi id elementu sadips ipsums dolores uns fugiats gravida nam elit vols nulla dolores amet untras sitsers.\n\nDonec volutpat nibh sit amet libero ornare non laoreet arcu luctus. Donec id arcu quis mauris euismod placerat sit amet ut metus. Sed imperdiet fringilla sem eget euismod. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque adipiscing, neque ut pulvinar tincidunt, est sem euismod odio, eu ullamcorper turpis nisl sit amet velit. Nullam vitae nibh odio, non scelerisque nibh. Vestibulum ut est augue, in varius purus. Proin dictum lobortis justo at pretium. Nunc malesuada ante sit amet purus ornare pulvinar. Donec suscipit dignissim ipsum at euismod. Curabitur malesuada lorems metus adipiscing in vehicula quam commodo. Sed porttitor elementum elementum.', 'Proin Sodales Quam', '', 'inherit', 'closed', 'open', '', '195-revision-v1', '', '', '2014-02-25 11:24:35', '2014-02-25 11:24:35', '', 195, 'http://127.0.0.1:4001/wordpress/195-revision-v1/', 0, 'revision', '', 0),
|
||
(4927, 1, '2014-02-25 11:39:44', '2014-02-25 11:39:44', '<h4>Westphalian - gris - 2012 - 16.2 hands</h4>\r\n\r\n<strong>Nombre</strong>: Hércules\r\n<strong>Año de nacimiento</strong>: 2012 \r\n<strong>Capa</strong>: gris \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\n<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/tFJGgEaxr6E?list=UU0Hl12OSVVuIaX0HUxmOtaQ" frameborder="0" allowfullscreen></iframe>', 'Hércules', 'gris - 2012', 'inherit', 'closed', 'open', '', '4917-revision-v1', '', '', '2014-02-25 11:39:44', '2014-02-25 11:39:44', '', 4917, 'http://127.0.0.1:4001/wordpress/4917-revision-v1/', 0, 'revision', '', 0),
|
||
(4928, 1, '2014-02-25 11:40:56', '2014-02-25 11:40:56', '<h4>Westphalian - brown - 2011 - 16.2 hands</h4>\r\n\r\n<strong>Nombre</strong>: Galante\r\n<strong>Año de nacimiento</strong>: 2011 \r\n<strong>Capa</strong>: Castaño\r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\n<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/A0PSY6kejnQ?rel=0" frameborder="0" allowfullscreen></iframe>', 'Galante', '2011 - Castaño', 'inherit', 'closed', 'open', '', '4906-revision-v1', '', '', '2014-02-25 11:40:56', '2014-02-25 11:40:56', '', 4906, 'http://127.0.0.1:4001/wordpress/4906-revision-v1/', 0, 'revision', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(4930, 1, '2014-02-25 12:53:14', '2014-02-25 12:53:14', 'Quisque ligulas ipsum, euismod atras vulputate iltricies etri elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nulla nunc dui, tristique in semper vel, congue sed ligula. Nam dolor ligula, faucibus id sodales in, auctor fringilla libero. Pellentesque pellentesque tempor tellus eget hendrerit. Morbi id aliquam ligula. Aliquam id dui sem. Proin rhoncus consequat nisl, eu ornare mauris tincidunt vitae.\n\nVestibulum sodales ante a purus volutpat euismod. Proin sodales quam nec ante sollicitudin lacinia. Ut egestas bibendum tempor. Morbi non nibh sit amet ligula blandit ullamcorper in nec risus. Pellentesque fringilla diam faucibus tortor bibendum vulputate. Etiam turpis urna, rhoncus et mattis ut, dapibus eu nunc. Nunc sed aliquet nisi. Nullam ut magna non lacus adipiscing volutpat. Aenean odio mauris, consectetur quis consequat quis, blandit a nunc. Sed orci erat, placerat ac interdum ut, suscipit eu augue. Nunc vitae mi tortor. Ut vel justo quis lectus elementum ullamcorper volutpat vel libero.\n\nDonec volutpat nibh sit amet libero ornare non laoreet arcu luctus. Donec id arcu quis mauris euismod placerat sit amet ut metus. Sed imperdiet fringilla sem eget euismod. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque adipiscing, neque ut pulvinar tincidunt, est sem euismod odio, eu ullamcorper turpis nisl sit amet velit. Nullam vitae nibh odio, non scelerisque nibh. Vestibulum ut est augue, in varius purus.\n\nProin dictum lobortis justo at pretium. Nunc malesuada ante sit amet purus ornare pulvinar. Donec suscipit dignissim ipsum at euismod. Curabitur malesuada lorem sed metus adipiscing in vehicula quam commodo. Sed porttitor elementum elementum. Proin eu ligula eget leo consectetur sodales et non mauris. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\nNunc tincidunt, elit non cursus euismod, lacus augue ornare metus, egestas imperdiet nulla nisl quis mauris. Suspendisse a pharetra urna. Morbi dui lectus, pharetra nec elementum eget, vulputate ut nisi. Aliquam accumsan, nulla sed feugiat vehicula, lacus justo semper libero, quis porttitor turpis odio sit amet ligula. Duis dapibus fermentum orci, nec malesuada libero vehicula ut. Integer sodales, urna eget interdum eleifend, nulla nibh laoreet nisl, quis dignissim mauris dolor eget mi. Donec at mauris enim. Duis nisi tellus, adipiscing a convallis quis, tristique vitae risus. Nullam molestie gravida lobortis. Proin ut nibh quis felis auctor ornare. Cras ultricies, nibh at mollis faucibus, justo eros porttitor mi, quis auctor lectus arcu sit amet nunc. Vivamus gravida vehicula arcu, vitae vulputate augue lacinia faucibus.\n\nUt porttitor euismod cursus. Mauris suscipit, turpis ut dapibus rhoncus, odio erat egestas orci, in sollicitudin enim erat id est. Sed auctor gravida arcu, nec fringilla orci aliquet ut. Nullam eu pretium purus. Maecenas fermentum posuere sem vel posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi ornare convallis lectus a faucibus. Praesent et urna turpis. Fusce tincidunt augue in velit tincidunt sed tempor felis porta. Nunc sodales, metus ut vestibulum ornare, est magna laoreet lectus, ut adipiscing massa odio sed turpis. In nec lorem porttitor urna consequat sagittis. Nullam eget elit ante. Pellentesque justo urna, semper nec faucibus sit amet, aliquam at mi. Maecenas eget diam nec mi dignissim pharetra.', 'Praesent Et Urna Turpis', '', 'inherit', 'closed', 'open', '', '213-revision-v1', '', '', '2014-02-25 12:53:14', '2014-02-25 12:53:14', '', 213, 'http://127.0.0.1:4001/wordpress/213-revision-v1/', 0, 'revision', '', 0),
|
||
(4931, 1, '2014-02-25 12:53:14', '2014-02-25 12:53:14', 'Quisque ligulas ipsum, euismod atras vulputate iltricies etri elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nulla nunc dui, tristique in semper vel, congue sed ligula. Nam dolor ligula, faucibus id sodales in, auctor fringilla libero. Pellentesque pellentesque tempor tellus eget hendrerit. Morbi id aliquam ligula. Aliquam id dui sem. Proin rhoncus consequat nisl, eu ornare mauris tincidunt vitae.\n\nVestibulum sodales ante a purus volutpat euismod. Proin sodales quam nec ante sollicitudin lacinia. Ut egestas bibendum tempor. Morbi non nibh sit amet ligula blandit ullamcorper in nec risus. Pellentesque fringilla diam faucibus tortor bibendum vulputate. Etiam turpis urna, rhoncus et mattis ut, dapibus eu nunc. Nunc sed aliquet nisi. Nullam ut magna non lacus adipiscing volutpat. Aenean odio mauris, consectetur quis consequat quis, blandit a nunc. Sed orci erat, placerat ac interdum ut, suscipit eu augue. Nunc vitae mi tortor. Ut vel justo quis lectus elementum ullamcorper volutpat vel libero.\n<blockquote>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exercitation.</blockquote>\nDonec volutpat nibh sit amet libero ornare non laoreet arcu luctus. Donec id arcu quis mauris euismod placerat sit amet ut metus. Sed imperdiet fringilla sem eget euismod. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque adipiscing, neque ut pulvinar tincidunt, est sem euismod odio, eu ullamcorper turpis nisl sit amet velit. Nullam vitae nibh odio, non scelerisque nibh. Vestibulum ut est augue, in varius purus.\n\nProin dictum lobortis justo at pretium. Nunc malesuada ante sit amet purus ornare pulvinar. Donec suscipit dignissim ipsum at euismod. Curabitur malesuada lorem sed metus adipiscing in vehicula quam commodo. Sed porttitor elementum elementum. Proin eu ligula eget leo consectetur sodales et non mauris. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\nNunc tincidunt, elit non cursus euismod, lacus augue ornare metus, egestas imperdiet nulla nisl quis mauris. Suspendisse a pharetra urna. Morbi dui lectus, pharetra nec elementum eget, vulputate ut nisi. Aliquam accumsan, nulla sed feugiat vehicula, lacus justo semper libero, quis porttitor turpis odio sit amet ligula. Duis dapibus fermentum orci, nec malesuada libero vehicula ut. Integer sodales, urna eget interdum eleifend, nulla nibh laoreet nisl, quis dignissim mauris dolor eget mi. Donec at mauris enim. Duis nisi tellus, adipiscing a convallis quis, tristique vitae risus. Nullam molestie gravida lobortis. Proin ut nibh quis felis auctor ornare. Cras ultricies, nibh at mollis faucibus, justo eros porttitor mi, quis auctor lectus arcu sit amet nunc. Vivamus gravida vehicula arcu, vitae vulputate augue lacinia faucibus.\n\nUt porttitor euismod cursus. Mauris suscipit, turpis ut dapibus rhoncus, odio erat egestas orci, in sollicitudin enim erat id est. Sed auctor gravida arcu, nec fringilla orci aliquet ut. Nullam eu pretium purus. Maecenas fermentum posuere sem vel posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi ornare convallis lectus a faucibus. Praesent et urna turpis. Fusce tincidunt augue in velit tincidunt sed tempor felis porta. Nunc sodales, metus ut vestibulum ornare, est magna laoreet lectus, ut adipiscing massa odio sed turpis. In nec lorem porttitor urna consequat sagittis. Nullam eget elit ante. Pellentesque justo urna, semper nec faucibus sit amet, aliquam at mi. Maecenas eget diam nec mi dignissim pharetra.\n\n ', 'Donec At Mauris Enims', '', 'inherit', 'closed', 'open', '', '215-revision-v1', '', '', '2014-02-25 12:53:14', '2014-02-25 12:53:14', '', 215, 'http://127.0.0.1:4001/wordpress/215-revision-v1/', 0, 'revision', '', 0),
|
||
(4932, 1, '2014-02-25 12:53:14', '2014-02-25 12:53:14', 'Quisque ligula ipsum, euismod a vulputate a, ultricies et elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nulla nunc dui, tristique in semper vel, congue sed ligula. Nam dolor ligula, faucibus id sodales in, auctor fringilla libero. Pellentesque pellentesque tempor tellus eget hendrerit. Morbi id aliquam ligula. Aliquam id dui sem. Proin rhoncus consequat nisl, eu ornare mauris tincidunt vitae.\n\nVestibulum sodales ante a purus volutpat euismod. Proin sodales quam nec ante sollicitudin lacinia. Ut egestas bibendum tempor. Morbi non nibh sit amet ligula blandit ullamcorper in nec risus. Pellentesque fringilla diam faucibus tortor bibendum vulputate. Etiam turpis urna, rhoncus et mattis ut, dapibus eu nunc. Nunc sed aliquet nisi. Nullam ut magna non lacus adipiscing volutpat. Aenean odio mauris, consectetur quis consequat quis, blandit a nunc. Sed orci erat, placerat ac interdum ut, suscipit eu augue. Nunc vitae mi tortor. Ut vel justo quis lectus elementum ullamcorper volutpat vel libero.\n\nDonec volutpat nibh sit amet libero ornare non laoreet arcu luctus. Donec id arcu quis mauris euismod placerat sit amet ut metus. Sed imperdiet fringilla sem eget euismod. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque adipiscing, neque ut pulvinar tincidunt, est sem euismod odio, eu ullamcorper turpis nisl sit amet velit. Nullam vitae nibh odio, non scelerisque nibh. Vestibulum ut est augue, in varius purus.\n\nProin dictum lobortis justo at pretium. Nunc malesuada ante sit amet purus ornare pulvinar. Donec suscipit dignissim ipsum at euismod. Curabitur malesuada lorem sed metus adipiscing in vehicula quam commodo. Sed porttitor elementum elementum. Proin eu ligula eget leo consectetur sodales et non mauris. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\nNunc tincidunt, elit non cursus euismod, lacus augue ornare metus, egestas imperdiet nulla nisl quis mauris. Suspendisse a pharetra urna. Morbi dui lectus, pharetra nec elementum eget, vulputate ut nisi. Aliquam accumsan, nulla sed feugiat vehicula, lacus justo semper libero, quis porttitor turpis odio sit amet ligula. Duis dapibus fermentum orci, nec malesuada libero vehicula ut. Integer sodales, urna eget interdum eleifend, nulla nibh laoreet nisl, quis dignissim mauris dolor eget mi. Donec at mauris enim. Duis nisi tellus, adipiscing a convallis quis, tristique vitae risus. Nullam molestie gravida lobortis. Proin ut nibh quis felis auctor ornare. Cras ultricies, nibh at mollis faucibus, justo eros porttitor mi, quis auctor lectus arcu sit amet nunc. Vivamus gravida vehicula arcu, vitae vulputate augue lacinia faucibus.\n\nUt porttitor euismod cursus. Mauris suscipit, turpis ut dapibus rhoncus, odio erat egestas orci, in sollicitudin enim erat id est. Sed auctor gravida arcu, nec fringilla orci aliquet ut. Nullam eu pretium purus. Maecenas fermentum posuere sem vel posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi ornare convallis lectus a faucibus. Praesent et urna turpis. Fusce tincidunt augue in velit tincidunt sed tempor felis porta. Nunc sodales, metus ut vestibulum ornare, est magna laoreet lectus, ut adipiscing massa odio sed turpis. In nec lorem porttitor urna consequat sagittis. Nullam eget elit ante. Pellentesque justo urna, semper nec faucibus sit amet, aliquam at mi. Maecenas eget diam nec mi dignissim pharetra.', 'Class Aptent Taciti Soci Ad Litora', '', 'inherit', 'closed', 'open', '', '202-revision-v1', '', '', '2014-02-25 12:53:14', '2014-02-25 12:53:14', '', 202, 'http://127.0.0.1:4001/wordpress/202-revision-v1/', 0, 'revision', '', 0),
|
||
(4933, 1, '2014-02-25 12:53:15', '2014-02-25 12:53:15', 'Quisque ligulas ipsum, euismod atras vulputate iltricies etri elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nulla nunc dui, tristique in semper vel, congue sed ligula. Nam dolor ligula, faucibus id sodales in, auctor fringilla libero. Pellentesque pellentesque tempor tellus eget hendrerit. Morbi id aliquam ligula. Aliquam id dui sem. Proin rhoncus consequat nisl, eu ornare mauris tincidunt vitae.\n\nVestibulum sodales ante a purus volutpat euismod. Proin sodales quam nec ante sollicitudin lacinia. Ut egestas bibendum tempor. Morbi non nibh sit amet ligula blandit ullamcorper in nec risus. Pellentesque fringilla diam faucibus tortor bibendum vulputate. Etiam turpis urna, rhoncus et mattis ut, dapibus eu nunc. Nunc sed aliquet nisi. Nullam ut magna non lacus adipiscing volutpat. Aenean odio mauris, consectetur quis consequat quis, blandit a nunc. Sed orci erat, placerat ac interdum ut, suscipit eu augue. Nunc vitae mi tortor. Ut vel justo quis lectus elementum ullamcorper volutpat vel libero.\n\nDonec volutpat nibh sit amet libero ornare non laoreet arcu luctus. Donec id arcu quis mauris euismod placerat sit amet ut metus. Sed imperdiet fringilla sem eget euismod. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque adipiscing, neque ut pulvinar tincidunt, est sem euismod odio, eu ullamcorper turpis nisl sit amet velit. Nullam vitae nibh odio, non scelerisque nibh. Vestibulum ut est augue, in varius purus.\n\nProin dictum lobortis justo at pretium. Nunc malesuada ante sit amet purus ornare pulvinar. Donec suscipit dignissim ipsum at euismod. Curabitur malesuada lorem sed metus adipiscing in vehicula quam commodo. Sed porttitor elementum elementum. Proin eu ligula eget leo consectetur sodales et non mauris. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\nNunc tincidunt, elit non cursus euismod, lacus augue ornare metus, egestas imperdiet nulla nisl quis mauris. Suspendisse a pharetra urna. Morbi dui lectus, pharetra nec elementum eget, vulputate ut nisi. Aliquam accumsan, nulla sed feugiat vehicula, lacus justo semper libero, quis porttitor turpis odio sit amet ligula. Duis dapibus fermentum orci, nec malesuada libero vehicula ut. Integer sodales, urna eget interdum eleifend, nulla nibh laoreet nisl, quis dignissim mauris dolor eget mi. Donec at mauris enim. Duis nisi tellus, adipiscing a convallis quis, tristique vitae risus. Nullam molestie gravida lobortis. Proin ut nibh quis felis auctor ornare. Cras ultricies, nibh at mollis faucibus, justo eros porttitor mi, quis auctor lectus arcu sit amet nunc. Vivamus gravida vehicula arcu, vitae vulputate augue lacinia faucibus.\n\nUt porttitor euismod cursus. Mauris suscipit, turpis ut dapibus rhoncus, odio erat egestas orci, in sollicitudin enim erat id est. Sed auctor gravida arcu, nec fringilla orci aliquet ut. Nullam eu pretium purus. Maecenas fermentum posuere sem vel posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi ornare convallis lectus a faucibus. Praesent et urna turpis. Fusce tincidunt augue in velit tincidunt sed tempor felis porta. Nunc sodales, metus ut vestibulum ornare, est magna laoreet lectus, ut adipiscing massa odio sed turpis. In nec lorem porttitor urna consequat sagittis. Nullam eget elit ante. Pellentesque justo urna, semper nec faucibus sit amet, aliquam at mi. Maecenas eget diam nec mi dignissim pharetra.', 'Nullam Vitae Nibh Un Odiosters', '', 'inherit', 'closed', 'open', '', '211-revision-v1', '', '', '2014-02-25 12:53:15', '2014-02-25 12:53:15', '', 211, 'http://127.0.0.1:4001/wordpress/211-revision-v1/', 0, 'revision', '', 0),
|
||
(4934, 1, '2014-02-25 12:53:15', '2014-02-25 12:53:15', 'Quisque ligula ipsum, euismod aturesit vulputate a, ultricies et elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nulla nunc dui, tristique in semper vel, congue sed ligula. Nam dolor ligula, faucibus id sodales in, auctor fringilla libero. Pellentesque pellentesque tempor tellus eget hendrerit. Morbi id aliquam ligula. Aliquam id dui sem. Proin rhoncus consequat nisl, eu ornare mauris tincidunt vitae.\n\nVestibulum sodales ante a purus volutpat euismod. Proin sodales quam nec ante sollicitudin lacinia. Ut egestas bibendum tempor. Morbi non nibh sit amet ligula blandit ullamcorper in nec risus. Pellentesque fringilla diam faucibus tortor bibendum vulputate. Etiam turpis urna, rhoncus et mattis ut, dapibus eu nunc. Nunc sed aliquet nisi. Nullam ut magna non lacus adipiscing volutpat. Aenean odio mauris, consectetur quis consequat quis, blandit a nunc. Sed orci erat, placerat ac interdum ut, suscipit eu augue. Nunc vitae mi tortor. Ut vel justo quis lectus elementum ullamcorper volutpat vel libero.\n\nDonec volutpat nibh sit amet libero ornare non laoreet arcu luctus. Donec id arcu quis mauris euismod placerat sit amet ut metus. Sed imperdiet fringilla sem eget euismod. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque adipiscing, neque ut pulvinar tincidunt, est sem euismod odio, eu ullamcorper turpis nisl sit amet velit. Nullam vitae nibh odio, non scelerisque nibh. Vestibulum ut est augue, in varius purus.\n\nProin dictum lobortis justo at pretium. Nunc malesuada ante sit amet purus ornare pulvinar. Donec suscipit dignissim ipsum at euismod. Curabitur malesuada lorem sed metus adipiscing in vehicula quam commodo. Sed porttitor elementum elementum. Proin eu ligula eget leo consectetur sodales et non mauris. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\nNunc tincidunt, elit non cursus euismod, lacus augue ornare metus, egestas imperdiet nulla nisl quis mauris. Suspendisse a pharetra urna. Morbi dui lectus, pharetra nec elementum eget, vulputate ut nisi. Aliquam accumsan, nulla sed feugiat vehicula, lacus justo semper libero, quis porttitor turpis odio sit amet ligula. Duis dapibus fermentum orci, nec malesuada libero vehicula ut. Integer sodales, urna eget interdum eleifend, nulla nibh laoreet nisl, quis dignissim mauris dolor eget mi. Donec at mauris enim. Duis nisi tellus, adipiscing a convallis quis, tristique vitae risus. Nullam molestie gravida lobortis. Proin ut nibh quis felis auctor ornare. Cras ultricies, nibh at mollis faucibus, justo eros porttitor mi, quis auctor lectus arcu sit amet nunc. Vivamus gravida vehicula arcu, vitae vulputate augue lacinia faucibus.\n\nUt porttitor euismod cursus. Mauris suscipit, turpis ut dapibus rhoncus, odio erat egestas orci, in sollicitudin enim erat id est. Sed auctor gravida arcu, nec fringilla orci aliquet ut. Nullam eu pretium purus. Maecenas fermentum posuere sem vel posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi ornare convallis lectus a faucibus. Praesent et urna turpis. Fusce tincidunt augue in velit tincidunt sed tempor felis porta. Nunc sodales, metus ut vestibulum ornare, est magna laoreet lectus, ut adipiscing massa odio sed turpis. In nec lorem porttitor urna consequat sagittis. Nullam eget elit ante. Pellentesque justo urna, semper nec faucibus sit amet, aliquam at mi. Maecenas eget diam nec mi dignissim pharetra.', 'Proin Sodales Quam Nec Sollicit', '', 'inherit', 'closed', 'open', '', '209-revision-v1', '', '', '2014-02-25 12:53:15', '2014-02-25 12:53:15', '', 209, 'http://127.0.0.1:4001/wordpress/209-revision-v1/', 0, 'revision', '', 0),
|
||
(4935, 1, '2014-02-25 12:53:15', '2014-02-25 12:53:15', 'Quisque ligula ipsum, euismod a vulputate a, ultricies et elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nulla nunc dui, tristique in semper vel, congue sed ligula. Nam dolor ligula, faucibus id sodales in, auctor fringilla libero. Pellentesque pellentesque tempor tellus eget hendrerit. Morbi id aliquam ligula. Aliquam id dui sem. Proin rhoncus consequat nisl, eu ornare mauris tincidunt vitae.\n\nVestibulum sodales ante a purus volutpat euismod. Proin sodales quam nec ante sollicitudin lacinia. Ut egestas bibendum tempor. Morbi non nibh sit amet ligula blandit ullamcorper in nec risus. Pellentesque fringilla diam faucibus tortor bibendum vulputate. Etiam turpis urna, rhoncus et mattis ut, dapibus eu nunc. Nunc sed aliquet nisi. Nullam ut magna non lacus adipiscing volutpat. Aenean odio mauris, consectetur quis consequat quis, blandit a nunc. Sed orci erat, placerat ac interdum ut, suscipit eu augue. Nunc vitae mi tortor. Ut vel justo quis lectus elementum ullamcorper volutpat vel libero.\n\nDonec volutpat nibh sit amet libero ornare non laoreet arcu luctus. Donec id arcu quis mauris euismod placerat sit amet ut metus. Sed imperdiet fringilla sem eget euismod. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque adipiscing, neque ut pulvinar tincidunt, est sem euismod odio, eu ullamcorper turpis nisl sit amet velit. Nullam vitae nibh odio, non scelerisque nibh. Vestibulum ut est augue, in varius purus.\n\nProin dictum lobortis justo at pretium. Nunc malesuada ante sit amet purus ornare pulvinar. Donec suscipit dignissim ipsum at euismod. Curabitur malesuada lorem sed metus adipiscing in vehicula quam commodo. Sed porttitor elementum elementum. Proin eu ligula eget leo consectetur sodales et non mauris. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\nNunc tincidunt, elit non cursus euismod, lacus augue ornare metus, egestas imperdiet nulla nisl quis mauris. Suspendisse a pharetra urna. Morbi dui lectus, pharetra nec elementum eget, vulputate ut nisi. Aliquam accumsan, nulla sed feugiat vehicula, lacus justo semper libero, quis porttitor turpis odio sit amet ligula. Duis dapibus fermentum orci, nec malesuada libero vehicula ut. Integer sodales, urna eget interdum eleifend, nulla nibh laoreet nisl, quis dignissim mauris dolor eget mi. Donec at mauris enim. Duis nisi tellus, adipiscing a convallis quis, tristique vitae risus. Nullam molestie gravida lobortis. Proin ut nibh quis felis auctor ornare. Cras ultricies, nibh at mollis faucibus, justo eros porttitor mi, quis auctor lectus arcu sit amet nunc. Vivamus gravida vehicula arcu, vitae vulputate augue lacinia faucibus.\n\nUt porttitor euismod cursus. Mauris suscipit, turpis ut dapibus rhoncus, odio erat egestas orci, in sollicitudin enim erat id est. Sed auctor gravida arcu, nec fringilla orci aliquet ut. Nullam eu pretium purus. Maecenas fermentum posuere sem vel posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi ornare convallis lectus a faucibus. Praesent et urna turpis. Fusce tincidunt augue in velit tincidunt sed tempor felis porta. Nunc sodales, metus ut vestibulum ornare, est magna laoreet lectus, ut adipiscing massa odio sed turpis. In nec lorem porttitor urna consequat sagittis. Nullam eget elit ante. Pellentesque justo urna, semper nec faucibus sit amet, aliquam at mi. Maecenas eget diam nec mi dignissim pharetra.', 'Nunc Tincidunt Elit Cursus', '', 'inherit', 'closed', 'open', '', '207-revision-v1', '', '', '2014-02-25 12:53:15', '2014-02-25 12:53:15', '', 207, 'http://127.0.0.1:4001/wordpress/207-revision-v1/', 0, 'revision', '', 0),
|
||
(5220, 1, '2014-03-05 17:31:43', '2014-03-05 16:31:43', '<h4>KWPN - chestnut - 2004 - 16,2 hands</h4>\r\n\r\nApproved for: Westfalen, Rheinland, OS, Hannover, alle süddeutschen Verbände. Other verbands on request.\r\nInsemination fee: 1000€* + In-foal fee: 1000€* (FS+TG)\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy\r\n\r\n2012 eighth in his first World Cup in Stuttgart after winning a number of tests in the international Youngster Tour. Placed in 2013, as a nine-year old, among the best in Chantilly/FRA, Neumünster/GER, Aachen/GER and `s Hertogenbosch/NED. His sire Guidam (by Quidam de Revel) produced many championship offspring. Dam`s sire Heartbreaker is the fourth-best-jumper-maker. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nFlorenciano’s debut as a sire was brilliant. In keeping with his outstanding first foal crops, his daughter Feine Rosa took the 2011 Champion Mare title at the German Elite Broodmare Championships as well as the Rhineland Champion Mare title, his daughter Florenciana F became the Westphalian Champion Mare and his daughter For Comtess won the Westphalian Championships, the Westphalian Wappen and also participated in the Bundeschampionat Final. Three of his sons were licensed, including the 2012 NRW premium stallion, Farbenspiel. His offspring are off to a highly promising start in basic tests for youngsters. \r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire is the two-time World Champion of young dressage horses, Florencio I.\r\n\r\nFlorenciano’s highly decorated dam line originated in the Netherlands. His dam St.Pr.St. Lundi T won eight medium (M) level dressage tests and received “performance mare dressage” status. The dam’s sire Havidoff, by the Grand Prix stallion Clavecimbel, was awarded “keur” status. Many of his offspring win ribbons at Grand Prix level such as his licensed son, Paganini. Granddam Anuska produced several horses that were successful in dressage rings. \r\n\r\nThe performance dominate dam line also produced the licensed Zoöloog (by Gondolier) who has placed in international dressage competitions, the world class show jumper Mister Spoon (by Zadoc)/Candice King/USA and Nietje (by Ziehim), who took gold on the Dutch team at the 2006 World Equestrian Games in Aachen in Koos de Ronde’s driving team of four as well as many State Premium mares and auction horses.\r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/GP3q1DBqF9Y" frameborder="0" allowfullscreen></iframe>', 'Zinedine', '', 'inherit', 'closed', 'open', '', '4994-revision-v1', '', '', '2014-03-05 17:31:43', '2014-03-05 16:31:43', '', 4994, 'http://127.0.0.1:4001/wordpress/4994-revision-v1/', 0, 'revision', '', 0),
|
||
(4948, 1, '2014-02-25 16:25:33', '2014-02-25 15:25:33', '<h4>Westphalian - gris - 2012 - 16.2 hands</h4>\r\n\r\n<strong>Nombre</strong>: Hércules\r\n<strong>Año de nacimiento</strong>: 2012 \r\n<strong>Capa</strong>: gris \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\n<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/tFJGgEaxr6E?list=UU0Hl12OSVVuIaX0HUxmOtaQ" frameborder="0" allowfullscreen></iframe>', 'Hércules', 'gris - 2012', 'publish', 'closed', 'closed', '', 'hercules', '', '', '2014-03-05 17:38:20', '2014-03-05 16:38:20', '', 0, 'http://127.0.0.1:4001/wordpress/?post_type=drg_horse&p=4948', 0, 'drg_horse', '', 0),
|
||
(4949, 1, '2014-02-25 16:25:33', '2014-02-25 16:25:33', '<h4>Westphalian - gris - 2012 - 16.2 hands</h4>\r\n\r\n<strong>Nombre</strong>: Hércules\r\n<strong>Año de nacimiento</strong>: 2012 \r\n<strong>Capa</strong>: gris \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\n<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/tFJGgEaxr6E?list=UU0Hl12OSVVuIaX0HUxmOtaQ" frameborder="0" allowfullscreen></iframe>', 'Hércules', 'gris - 2012', 'inherit', 'closed', 'open', '', '4948-revision-v1', '', '', '2014-02-25 16:25:33', '2014-02-25 16:25:33', '', 4948, 'http://127.0.0.1:4001/wordpress/4948-revision-v1/', 0, 'revision', '', 0),
|
||
(4951, 1, '2014-02-25 16:38:57', '2014-02-25 15:38:57', '<h4>Westphalian - brown - 2011 - 16.2 hands</h4>\r\n\r\n<strong>Nombre</strong>: Galante\r\n<strong>Año de nacimiento</strong>: 2011 \r\n<strong>Capa</strong>: Castaño\r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\n<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/A0PSY6kejnQ?rel=0" frameborder="0" allowfullscreen></iframe>', 'Galante', '2011 - Castaño', 'publish', 'closed', 'closed', '', 'galante', '', '', '2014-03-05 17:38:48', '2014-03-05 16:38:48', '', 0, 'http://127.0.0.1:4001/wordpress/?post_type=drg_horse&p=4951', 0, 'drg_horse', '', 0),
|
||
(4952, 1, '2014-02-25 16:38:57', '2014-02-25 16:38:57', '<h4>Westphalian - brown - 2011 - 16.2 hands</h4>\r\n\r\n<strong>Nombre</strong>: Galante\r\n<strong>Año de nacimiento</strong>: 2011 \r\n<strong>Capa</strong>: Castaño\r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\n<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/A0PSY6kejnQ?rel=0" frameborder="0" allowfullscreen></iframe>', 'Galante', '2011 - Castaño', 'inherit', 'closed', 'open', '', '4951-revision-v1', '', '', '2014-02-25 16:38:57', '2014-02-25 16:38:57', '', 4951, 'http://127.0.0.1:4001/wordpress/4951-revision-v1/', 0, 'revision', '', 0),
|
||
(4953, 1, '2014-02-25 16:41:50', '2014-02-25 16:41:50', '<h4>Holsteiner - Line 4705 - bay - 2003 - 16.3 ½ hands </h4>\r\nBreeder: Peter Böge, Schönhorst, Germany\r\n\r\nApproved for Hanover, Holstein, OS, Mecklenburg, Rhineland, Westphalia and all Southern German Verbands.as well as Denmark, Sweden and France.\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy\r\n\r\nCarrico has now become firmly established in upper level, international show jumping after placing in Dortmund, Hagen a.T.W., Chantilly/FRA, Münster, Paderborn and Neumünster under Philipp Weishaupt and Henrik von Eckermann/SWE.\r\n\r\nAwarded a premium in 2005 in Neumünster, Carrico then took his stallion performance test in Redefin where he won the jumping as well as the dressage index, finishing first overall. In 2008 he won a qualifier at the Bundeschampionat with a 9.5 and in 2009 he placed in the Final for six-year old show jumpers in Warendorf. At the age of just seven, he won his first ribbons in advanced level classes.\r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]', 'Carrico', '', 'publish', 'closed', 'closed', '', 'carrico', '', '', '2014-03-05 17:37:40', '2014-03-05 16:37:40', '', 0, 'http://127.0.0.1:4001/wordpress/?post_type=drg_horse&p=4953', 0, 'drg_horse', '', 0),
|
||
(4954, 1, '2014-02-25 16:41:50', '2014-02-25 16:41:50', '', 'Carrico', '', 'inherit', 'closed', 'open', '', '4953-revision-v1', '', '', '2014-02-25 16:41:50', '2014-02-25 16:41:50', '', 4953, 'http://127.0.0.1:4001/wordpress/4953-revision-v1/', 0, 'revision', '', 0),
|
||
(4955, 1, '2014-02-25 16:42:42', '2014-02-25 16:42:42', '<h4>Westphalian - dark brown - 2006 - 16.2 hands</h4>\r\n\r\n<strong>Age</strong>: 03/06/2006\r\n<strong>Gender</strong>: Colt\r\n<strong>Color</strong>: dark brown\r\n<strong>Breeder</strong>: Thomas Schindler, Fautenbach, Germany\r\n\r\nApproved for Mecklenburg, Rhineland, Westphalia and all Southern German Verbands. \r\nOther Verbands on request!\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy.\r\n\r\nOrders for fresh semen must be received by 9:00 a.m. the day before since the stallion is stationed in Italy!\r\n\r\n\r\nRepeating his performance in 2011, Black Jack again won the qualifier in Riesenbeck in 2012 and thus a ticket for the Bundeschampionat for show jumpers. This feat had been preceded by a series of ribbons in medium (M*) level tests for young show jumpers and medium (M**) level show jumping tests. \r\n\r\nClearly refined by his dam’s Thoroughbred sire Heraldik xx, the gorgeous, patent leather black Black Jack was one of the highlights at the 18th NRW licensing in Münster-Handorf in 2008. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/K708Q4zipEw" frameborder="0" allowfullscreen></iframe>', 'Black Jack', '', 'publish', 'closed', 'closed', '', 'black-jack', '', '', '2014-03-05 17:32:44', '2014-03-05 16:32:44', '', 0, 'http://127.0.0.1:4001/wordpress/?post_type=drg_horse&p=4955', 0, 'drg_horse', '', 0),
|
||
(4956, 1, '2014-02-25 16:42:42', '2014-02-25 16:42:42', '<h4>Westphalian - dark brown - 2006 - 16.2 hands</h4>\r\n\r\n<strong>Age</strong>: 03/06/2006\r\n<strong>Gender</strong>: Colt\r\n<strong>Color</strong>: dark brown\r\n<strong>Breeder</strong>: Thomas Schindler, Fautenbach, Germany\r\n\r\nApproved for Mecklenburg, Rhineland, Westphalia and all Southern German Verbands. \r\nOther Verbands on request!\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy.\r\n\r\nOrders for fresh semen must be received by 9:00 a.m. the day before since the stallion is stationed in Italy!\r\n\r\n\r\nRepeating his performance in 2011, Black Jack again won the qualifier in Riesenbeck in 2012 and thus a ticket for the Bundeschampionat for show jumpers. This feat had been preceded by a series of ribbons in medium (M*) level tests for young show jumpers and medium (M**) level show jumping tests. \r\n\r\nClearly refined by his dam’s Thoroughbred sire Heraldik xx, the gorgeous, patent leather black Black Jack was one of the highlights at the 18th NRW licensing in Münster-Handorf in 2008. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/K708Q4zipEw" frameborder="0" allowfullscreen></iframe>', 'Black Jack', '', 'inherit', 'closed', 'open', '', '4955-revision-v1', '', '', '2014-02-25 16:42:42', '2014-02-25 16:42:42', '', 4955, 'http://127.0.0.1:4001/wordpress/4955-revision-v1/', 0, 'revision', '', 0),
|
||
(4957, 1, '2014-02-25 16:46:37', '2014-02-25 16:46:37', ' ', '', '', 'publish', 'closed', 'open', '', '4957', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4957', 32, 'nav_menu_item', '', 0),
|
||
(4958, 1, '2014-02-25 16:46:37', '2014-02-25 16:46:37', ' ', '', '', 'publish', 'closed', 'open', '', '4958', '', '', '2014-02-25 18:34:18', '2014-02-25 18:34:18', '', 0, 'http://127.0.0.1:4001/wordpress/?p=4958', 33, 'nav_menu_item', '', 0),
|
||
(4971, 1, '2014-02-25 16:42:42', '2014-02-25 16:42:42', '<h4>Westfale - grey - 2007 - 16.3 ½ hands</h4>\r\n\r\nBreeder: Dr. Axel Schuerner, Nideggen, Germany \r\n\r\nApproved for Hanover, OS, Mecklenburg, Rhineland, Westphalia and all Southern German Verbands.\r\nOther Verbands on request!\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy.\r\n\r\nOrders for fresh semen must be received by 9:00 a.m. the day before since the stallion is stationed in Italy!\r\n\r\n \r\n\r\nAlthough Cristallo I, who is also stationed in Riesenbeck, is already successful internationally, Cristallo II is just as good as his full brother in every way. In 2009 Cristallo II left the NRW licensing venue in Münster-Handorf as the celebrated jumper champion and passed his stallion performance test in 2010 at the same venue as the reserve champion jumper with high scores for his gaits and rideability. In 2011 he took silver at the Westphalian Championships (4-year olds) and in 2012 he qualified for the Bundeschampionat. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nCristallo II’s offspring exceeded all expectations. His foals are pleasing with their modern looks, generous lines and wonderfully supple movements. Many of them have been admitted to auctions. \r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Cornet Obolensky has considerably influenced modern-day jumper breeding. Just like the dam’s sire Cassini I, he has an outstanding performance and breeding record. \r\n\r\nCristallo’s dam Cassie placed in show jumping up to medium (M) level under her sport name Cascavella. Her son Cristallo I was a NRW premium stallion, won his stallion performance test, was Westphalian Jumper Champion, participated in the Bundeschampionat Finals twice and meanwhile wins ribbons in international competitions. \r\n\r\nHis granddam Profilda was successful in show jumping up to advanced (S) level under her sport name Papaya before she gave birth to a medium (M) level show jumper named Cosima (by Calido I). Profilda is a full sister of a licensed stallion named Pocalino (by Polydor), with whom Jens Dummeyer placed in international competitions, and of a medium (M) level show jumper named Paganini as well as a half-sister of the State Premium mares Leticia (by Lancer III) and Celestine (by Cornet Obolensky). The Westphalian Almfee line also produced the sires Apartos, Avocado, Ayers Rock, Disney, Papageno, Parlando I and II and Pastell as well as the 2009 Bundeschampion of four-year old mares and geldings, Preziosa.\r\n\r\nPerformance line of Almfee \r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/K708Q4zipEw" frameborder="0" allowfullscreen></iframe>', 'Cristallo', '', 'publish', 'closed', 'closed', '', 'cristallo', '', '', '2014-03-05 17:36:32', '2014-03-05 16:36:32', '', 0, 'http://127.0.0.1:4001/wordpress/horse/black-jack-2-2/', 0, 'drg_horse', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(4989, 1, '2014-02-26 11:49:31', '2014-02-26 11:49:31', '<h4>Westfale - grey - 2007 - 16.3 ½ hands</h4>\r\n\r\nBreeder: Dr. Axel Schuerner, Nideggen, Germany \r\n\r\nApproved for Hanover, OS, Mecklenburg, Rhineland, Westphalia and all Southern German Verbands.\r\nOther Verbands on request!\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy.\r\n\r\nOrders for fresh semen must be received by 9:00 a.m. the day before since the stallion is stationed in Italy!\r\n\r\n \r\n\r\nAlthough Cristallo I, who is also stationed in Riesenbeck, is already successful internationally, Cristallo II is just as good as his full brother in every way. In 2009 Cristallo II left the NRW licensing venue in Münster-Handorf as the celebrated jumper champion and passed his stallion performance test in 2010 at the same venue as the reserve champion jumper with high scores for his gaits and rideability. In 2011 he took silver at the Westphalian Championships (4-year olds) and in 2012 he qualified for the Bundeschampionat. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nCristallo II’s offspring exceeded all expectations. His foals are pleasing with their modern looks, generous lines and wonderfully supple movements. Many of them have been admitted to auctions. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Cornet Obolensky has considerably influenced modern-day jumper breeding. Just like the dam’s sire Cassini I, he has an outstanding performance and breeding record. \r\n\r\nCristallo’s dam Cassie placed in show jumping up to medium (M) level under her sport name Cascavella. Her son Cristallo I was a NRW premium stallion, won his stallion performance test, was Westphalian Jumper Champion, participated in the Bundeschampionat Finals twice and meanwhile wins ribbons in international competitions. \r\n\r\nHis granddam Profilda was successful in show jumping up to advanced (S) level under her sport name Papaya before she gave birth to a medium (M) level show jumper named Cosima (by Calido I). Profilda is a full sister of a licensed stallion named Pocalino (by Polydor), with whom Jens Dummeyer placed in international competitions, and of a medium (M) level show jumper named Paganini as well as a half-sister of the State Premium mares Leticia (by Lancer III) and Celestine (by Cornet Obolensky). The Westphalian Almfee line also produced the sires Apartos, Avocado, Ayers Rock, Disney, Papageno, Parlando I and II and Pastell as well as the 2009 Bundeschampion of four-year old mares and geldings, Preziosa.\r\n\r\nPerformance line of Almfee \r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/K708Q4zipEw" frameborder="0" allowfullscreen></iframe>', 'Cristallo', '', 'inherit', 'closed', 'open', '', '4971-revision-v1', '', '', '2014-02-26 11:49:31', '2014-02-26 11:49:31', '', 4971, 'http://127.0.0.1:4001/wordpress/4971-revision-v1/', 0, 'revision', '', 0),
|
||
(4982, 1, '2014-02-26 11:46:09', '2014-02-26 11:46:09', '<h4>Westfale - grey - 2007 - 16.3 ½ hands</h4>\r\n\r\nBreeder: Dr. Axel Schuerner, Nideggen, Germany \r\n\r\nApproved for Hanover, OS, Mecklenburg, Rhineland, Westphalia and all Southern German Verbands.\r\nOther Verbands on request!\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy.\r\n\r\nOrders for fresh semen must be received by 9:00 a.m. the day before since the stallion is stationed in Italy!\r\n\r\n \r\n\r\nAlthough Cristallo I, who is also stationed in Riesenbeck, is already successful internationally, Cristallo II is just as good as his full brother in every way. In 2009 Cristallo II left the NRW licensing venue in Münster-Handorf as the celebrated jumper champion and passed his stallion performance test in 2010 at the same venue as the reserve champion jumper with high scores for his gaits and rideability. In 2011 he took silver at the Westphalian Championships (4-year olds) and in 2012 he qualified for the Bundeschampionat. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/K708Q4zipEw" frameborder="0" allowfullscreen></iframe>', 'Cristallo', '', 'inherit', 'closed', 'open', '', '4971-revision-v1', '', '', '2014-02-26 11:46:09', '2014-02-26 11:46:09', '', 4971, 'http://127.0.0.1:4001/wordpress/4971-revision-v1/', 0, 'revision', '', 0),
|
||
(4972, 1, '2014-02-26 11:35:30', '2014-02-26 11:35:30', '<h4>Westphalian - dark brown - 2006 - 16.2 hands</h4>\r\n\r\n<strong>Age</strong>: 03/06/2006\r\n<strong>Gender</strong>: Colt\r\n<strong>Color</strong>: dark brown\r\n<strong>Breeder</strong>: Thomas Schindler, Fautenbach, Germany\r\n\r\nApproved for Mecklenburg, Rhineland, Westphalia and all Southern German Verbands. \r\nOther Verbands on request!\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy.\r\n\r\nOrders for fresh semen must be received by 9:00 a.m. the day before since the stallion is stationed in Italy!\r\n\r\n\r\nRepeating his performance in 2011, Black Jack again won the qualifier in Riesenbeck in 2012 and thus a ticket for the Bundeschampionat for show jumpers. This feat had been preceded by a series of ribbons in medium (M*) level tests for young show jumpers and medium (M**) level show jumping tests. \r\n\r\nClearly refined by his dam’s Thoroughbred sire Heraldik xx, the gorgeous, patent leather black Black Jack was one of the highlights at the 18th NRW licensing in Münster-Handorf in 2008. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/K708Q4zipEw" frameborder="0" allowfullscreen></iframe>', 'Black Jack Copy Copy', '', 'inherit', 'closed', 'open', '', '4971-revision-v1', '', '', '2014-02-26 11:35:30', '2014-02-26 11:35:30', '', 4971, 'http://127.0.0.1:4001/wordpress/4971-revision-v1/', 0, 'revision', '', 0),
|
||
(4973, 1, '2014-02-26 11:35:40', '2014-02-26 11:35:40', '<h4>Westphalian - dark brown - 2006 - 16.2 hands</h4>\r\n\r\n<strong>Age</strong>: 03/06/2006\r\n<strong>Gender</strong>: Colt\r\n<strong>Color</strong>: dark brown\r\n<strong>Breeder</strong>: Thomas Schindler, Fautenbach, Germany\r\n\r\nApproved for Mecklenburg, Rhineland, Westphalia and all Southern German Verbands. \r\nOther Verbands on request!\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy.\r\n\r\nOrders for fresh semen must be received by 9:00 a.m. the day before since the stallion is stationed in Italy!\r\n\r\n\r\nRepeating his performance in 2011, Black Jack again won the qualifier in Riesenbeck in 2012 and thus a ticket for the Bundeschampionat for show jumpers. This feat had been preceded by a series of ribbons in medium (M*) level tests for young show jumpers and medium (M**) level show jumping tests. \r\n\r\nClearly refined by his dam’s Thoroughbred sire Heraldik xx, the gorgeous, patent leather black Black Jack was one of the highlights at the 18th NRW licensing in Münster-Handorf in 2008. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/K708Q4zipEw" frameborder="0" allowfullscreen></iframe>', 'Black Jack Copy', '', 'inherit', 'closed', 'open', '', '4970-revision-v1', '', '', '2014-02-26 11:35:40', '2014-02-26 11:35:40', '', 4970, 'http://127.0.0.1:4001/wordpress/4970-revision-v1/', 0, 'revision', '', 0),
|
||
(4974, 1, '2014-02-26 11:38:40', '2014-02-26 11:38:40', '<h4>Westphalian - dark brown - 2006 - 16.2 hands</h4>\r\n\r\n<strong>Age</strong>: 03/06/2006\r\n<strong>Gender</strong>: Colt\r\n<strong>Color</strong>: dark brown\r\n<strong>Breeder</strong>: Thomas Schindler, Fautenbach, Germany\r\n\r\nApproved for Mecklenburg, Rhineland, Westphalia and all Southern German Verbands. \r\nOther Verbands on request!\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy.\r\n\r\nOrders for fresh semen must be received by 9:00 a.m. the day before since the stallion is stationed in Italy!\r\n\r\n\r\nRepeating his performance in 2011, Black Jack again won the qualifier in Riesenbeck in 2012 and thus a ticket for the Bundeschampionat for show jumpers. This feat had been preceded by a series of ribbons in medium (M*) level tests for young show jumpers and medium (M**) level show jumping tests. \r\n\r\nClearly refined by his dam’s Thoroughbred sire Heraldik xx, the gorgeous, patent leather black Black Jack was one of the highlights at the 18th NRW licensing in Münster-Handorf in 2008. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/K708Q4zipEw" frameborder="0" allowfullscreen></iframe>', 'Carthano', '', 'inherit', 'closed', 'open', '', '4970-revision-v1', '', '', '2014-02-26 11:38:40', '2014-02-26 11:38:40', '', 4970, 'http://127.0.0.1:4001/wordpress/4970-revision-v1/', 0, 'revision', '', 0),
|
||
(4976, 1, '2014-02-26 11:40:44', '2014-02-26 11:40:44', '', '_DSC8891CarthanoTrab_01', '', 'inherit', 'closed', 'open', '', '_dsc8891carthanotrab_01', '', '', '2014-02-26 11:40:44', '2014-02-26 11:40:44', '', 4970, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/DSC8891CarthanoTrab_01.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4977, 1, '2014-02-26 11:41:04', '2014-02-26 11:41:04', '', '_DSC9548CarthanoIISprung_01', '', 'inherit', 'closed', 'open', '', '_dsc9548carthanoiisprung_01', '', '', '2014-02-26 11:41:04', '2014-02-26 11:41:04', '', 4970, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/DSC9548CarthanoIISprung_01.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4978, 1, '2014-02-26 11:41:27', '2014-02-26 11:41:27', '', 'Carthano_K1G9342_B4_01', '', 'inherit', 'closed', 'open', '', 'carthano_k1g9342_b4_01', '', '', '2014-02-26 11:41:27', '2014-02-26 11:41:27', '', 4970, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Carthano_K1G9342_B4_01.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4979, 1, '2014-02-26 11:41:38', '2014-02-26 11:41:38', '', 'Carthano_K1G9347_B2_05', '', 'inherit', 'closed', 'open', '', 'carthano_k1g9347_b2_05', '', '', '2014-02-26 11:41:38', '2014-02-26 11:41:38', '', 4970, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Carthano_K1G9347_B2_05.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4980, 1, '2014-02-26 11:44:00', '2014-02-26 11:44:00', '<h4>Holstein, bay, Born: 2008, 169cm</h4>\r\n\r\nInsemination fee: 700 €* (only frozen semen)\r\n\r\n \r\nAppproved for: Holstein, Oldenburg, Oldenburg-International, Westfalen and Rheinland. As well as all the South German Stud Books and the newly formed German States Stud Books.\r\n\r\n \r\n\r\nCarthano II was the celebrated premium sire at his approvals in Holstein in 2010, showing enormous ability in his paces, correct conformation, and an abundance of “stallion presence”. Carthano II also has an outstanding trot; this is due to his enormously powerful hind legs. He has a balanced consistent rhythm and large, flexible gaits. His jumping scope, good leg technique and quick reactions at the fence are eye-catching. With all these attributes, Carthano II is undisputedly one of the top stallions of his age group. \r\n\r\nIn 2011 Carthano II completed an excellent 30-day-test in Zweibrücken. He confirmed the high expectations by scoring 126 points in the “VA-Zuchtwert” for jumping. Also worth a mention was the deserved high points awarded for his well-tempered character and great attitude. \r\n\r\nCathano ll begins his preparation for the National Young Horse Championships in 2013 with his first show jumping events this coming season. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nWe are looking forward with great expectation to Carthano’s first foals in 2012. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nCarthano II´s sire, Contender won his stallion performance test in Adelheidsdorf in 1987. Over the years, the son of Calypso II has developed into a valued and highly regarded breeding stallion with over one hundred of his approved sons actively serving around the world today. Contender himself was a living legend. Amongst others he sired Checkmate/M. Michaels-Beerbaum, two-time winner of the Riders Tour and team European champion, as well as Montender/M. Kutscher who won two Olympic bronze medals in 2004 and two gold medals at the European Championships in San Patrignano (ITA) in 2005.\r\n\r\n \r\n\r\n \r\n\r\nThe dam’s sire Carthago began his career at the HolsteinVerband, he went on to participate at two Olympic Games with his rider Jos Lansink. He has sired over thirty approved stallions and many international top sport horses such as Cash ridden by Marco Kutscher. Carthago was ranked second in 2010 on the WBFSH-Ranking of the world’s best show jumping sires thanks to his successful offspring.\r\n\r\nCarthano II’s dam G-Catania produced the two full-brothers and approved stallions Carthano I and II as well as two stud book premium mares and four sport horses. Two of which, Phyllis and Paula, both sired by Cambridge have been successful in 1.40 and higher jumping classes. The third maternal dam, Mechthild sired by Sacramento Song xx produced three successful sport horses: Leonardo by Landmeister, Cartouche by Cardinal und Lasso by Landmeister.\r\n\r\nThe following approved stallions all come from the Holstein lineage 2067: Aconito (by Acorado), Canterburry (by Caletto I), Canturano I and II (by Canturo), Carthano I and II (by Contender), Con Caletto (by Contender), Con Spirito (by Contender), Cosido (by Cosimo), Cristino (by Caretino), Jaquino (by Jayadevo de Mackinac), Landstreicher (by Landgraf I), Lordon (by Lord), Masetto (by Montanus), Octavio (by Oglio), Rando (by Romino) and Sympatico (by Sacramento Song xx).\r\n\r\nAmongst the 490 currently registered sport horses are Landstreicher (by Landgraf I), Cazaro (by Chambertin), Claim Collin (by Corrado I) and Cool Man (by Contender) all successful up to S-level. \r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/K708Q4zipEw" frameborder="0" allowfullscreen></iframe>', 'Carthano', '', 'inherit', 'closed', 'open', '', '4970-revision-v1', '', '', '2014-02-26 11:44:00', '2014-02-26 11:44:00', '', 4970, 'http://127.0.0.1:4001/wordpress/4970-revision-v1/', 0, 'revision', '', 0),
|
||
(4981, 1, '2014-02-26 11:45:37', '2014-02-26 11:45:37', '<h4>Westphalian - dark brown - 2006 - 16.2 hands</h4>\r\n\r\n<strong>Age</strong>: 03/06/2006\r\n<strong>Gender</strong>: Colt\r\n<strong>Color</strong>: dark brown\r\n<strong>Breeder</strong>: Thomas Schindler, Fautenbach, Germany\r\n\r\nApproved for Mecklenburg, Rhineland, Westphalia and all Southern German Verbands. \r\nOther Verbands on request!\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy.\r\n\r\nOrders for fresh semen must be received by 9:00 a.m. the day before since the stallion is stationed in Italy!\r\n\r\n\r\nRepeating his performance in 2011, Black Jack again won the qualifier in Riesenbeck in 2012 and thus a ticket for the Bundeschampionat for show jumpers. This feat had been preceded by a series of ribbons in medium (M*) level tests for young show jumpers and medium (M**) level show jumping tests. \r\n\r\nClearly refined by his dam’s Thoroughbred sire Heraldik xx, the gorgeous, patent leather black Black Jack was one of the highlights at the 18th NRW licensing in Münster-Handorf in 2008. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/K708Q4zipEw" frameborder="0" allowfullscreen></iframe>', 'Cristallo', '', 'inherit', 'closed', 'open', '', '4971-revision-v1', '', '', '2014-02-26 11:45:37', '2014-02-26 11:45:37', '', 4971, 'http://127.0.0.1:4001/wordpress/4971-revision-v1/', 0, 'revision', '', 0),
|
||
(4983, 1, '2014-02-26 11:47:13', '2014-02-26 11:47:13', '<h4>Westfale - grey - 2007 - 16.3 ½ hands</h4>\n\nBreeder: Dr. Axel Schuerner, Nideggen, Germany \n\nApproved for Hanover, OS, Mecklenburg, Rhineland, Westphalia and all Southern German Verbands.\nOther Verbands on request!\n\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\n\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy.\n\nOrders for fresh semen must be received by 9:00 a.m. the day before since the stallion is stationed in Italy!\n\n \n\nAlthough Cristallo I, who is also stationed in Riesenbeck, is already successful internationally, Cristallo II is just as good as his full brother in every way. In 2009 Cristallo II left the NRW licensing venue in Münster-Handorf as the celebrated jumper champion and passed his stallion performance test in 2010 at the same venue as the reserve champion jumper with high scores for his gaits and rideability. In 2011 he took silver at the Westphalian Championships (4-year olds) and in 2012 he qualified for the Bundeschampionat. \n\n[title size="3"]Progeny[/title]\n\nCristallo II’s offspring exceeded all expectations. His foals are pleasing with their modern looks, generous lines and wonderfully supple movements. Many of them have been admitted to auctions. \n\n[title size="3"]Pedigree[/title]\n\nHis sire Cornet Obolensky has considerably influenced modern-day jumper breeding. Just like the dam’s sire Cassini I, he has an outstanding performance and breeding record. \n\nCristallo’s dam Cassie placed in show jumping up to medium (M) level under her sport name Cascavella. Her son Cristallo I was a NRW premium stallion, won his stallion performance test, was Westphalian Jumper Champion, participated in the Bundeschampionat Finals twice and meanwhile wins ribbons in international competitions. \n\nHis granddam Profilda was successful in show jumping up to advanced (S) level under her sport name Papaya before she gave birth to a medium (M) level show jumper named Cosima (by Calido I). Profilda is a full sister of a licensed stallion named Pocalino (by Polydor), with whom Jens Dummeyer placed in international competitions, and of a medium (M) level show jumper named Paganini as well as a half-sister of the State Premium mares Leticia (by Lancer III) and Celestine (by Cornet Obolensky). The Westphalian Almfee line also produced the sires Apartos, Avocado, Ayers Rock, Disney, Papageno, Parlando I and II and Pastell as well as the 2009 Bundeschampion of four-year old mares and geldings, Preziosa.\n\nPerformance line of Almfee \n\n<iframe width="560" height="315" src="//www.youtube.com/embed/K708Q4zipEw" frameborder="0" allowfullscreen></iframe>', 'Cristallo', '', 'inherit', 'closed', 'open', '', '4971-autosave-v1', '', '', '2014-02-26 11:47:13', '2014-02-26 11:47:13', '', 4971, 'http://127.0.0.1:4001/wordpress/4971-autosave-v1/', 0, 'revision', '', 0),
|
||
(4984, 1, '2014-02-26 11:47:19', '2014-02-26 11:47:19', '', 'Cristallo_II_Portrait_Recki_2011_04', '', 'inherit', 'closed', 'open', '', 'cristallo_ii_portrait_recki_2011_04', '', '', '2014-02-26 11:47:19', '2014-02-26 11:47:19', '', 4971, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Cristallo_II_Portrait_Recki_2011_04.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4985, 1, '2014-02-26 11:47:57', '2014-02-26 11:47:57', '', 'Cristallo_II_BuCha2013', '', 'inherit', 'closed', 'open', '', 'cristallo_ii_bucha2013', '', '', '2014-02-26 11:47:57', '2014-02-26 11:47:57', '', 4971, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Cristallo_II_BuCha2013.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4986, 1, '2014-02-26 11:48:23', '2014-02-26 11:48:23', '', 'Cristallo_II_Freispringen_01', '', 'inherit', 'closed', 'open', '', 'cristallo_ii_freispringen_01', '', '', '2014-02-26 11:48:23', '2014-02-26 11:48:23', '', 4971, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Cristallo_II_Freispringen_01.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4987, 1, '2014-02-26 11:48:43', '2014-02-26 11:48:43', '', 'Cristallo_II_Galopp_Recki_01', '', 'inherit', 'closed', 'open', '', 'cristallo_ii_galopp_recki_01', '', '', '2014-02-26 11:48:43', '2014-02-26 11:48:43', '', 4971, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Cristallo_II_Galopp_Recki_01.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4988, 1, '2014-02-26 11:49:17', '2014-02-26 11:49:17', '', 'CristalloII_Trab_4_01', '', 'inherit', 'closed', 'open', '', 'cristalloii_trab_4_01', '', '', '2014-02-26 11:49:17', '2014-02-26 11:49:17', '', 4971, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/CristalloII_Trab_4_01.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4990, 1, '2014-02-26 11:53:20', '2014-02-26 11:53:20', '<h4>KWPN - bay - 2004 - 16.3 hands</h4>\r\nApproved for Oldenburg, Mecklenburg, Rhineland, Westphalia and all Southern German Verbands.\r\nOther Verbands on request!\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €*(FS + TG)\r\n\r\nFresh semen shipping within Germany!\r\n\r\nA fabulously moving sunny boy with a remarkable outcross pedigree – that’s Florenciano!\r\n\r\nFlorenciano was licensed in 2006 in Münster-Handorf, won his 30-day test in 2007 (guest rider 10.0) and then won the prestigious Optimum in 2008. These achievements were followed by qualification for the Bundeschampionat and many victories in dressage up to medium (M) level. In 2011 at the age of seven, his first victories in St. Georges dressage tests were added. The Olympic winning rider, Hubertus Schmidt, has taken over Florenciano’s further training.\r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nFlorenciano’s debut as a sire was brilliant. In keeping with his outstanding first foal crops, his daughter Feine Rosa took the 2011 Champion Mare title at the German Elite Broodmare Championships as well as the Rhineland Champion Mare title, his daughter Florenciana F became the Westphalian Champion Mare and his daughter For Comtess won the Westphalian Championships, the Westphalian Wappen and also participated in the Bundeschampionat Final. Three of his sons were licensed, including the 2012 NRW premium stallion, Farbenspiel. His offspring are off to a highly promising start in basic tests for youngsters.\r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire is the two-time World Champion of young dressage horses, Florencio I.\r\n\r\nFlorenciano’s highly decorated dam line originated in the Netherlands. His dam St.Pr.St. Lundi T won eight medium (M) level dressage tests and received “performance mare dressage” status. The dam’s sire Havidoff, by the Grand Prix stallion Clavecimbel, was awarded “keur” status. Many of his offspring win ribbons at Grand Prix level such as his licensed son, Paganini. Granddam Anuska produced several horses that were successful in dressage rings.\r\n\r\nThe performance dominate dam line also produced the licensed Zoöloog (by Gondolier) who has placed in international dressage competitions, the world class show jumper Mister Spoon (by Zadoc)/Candice King/USA and Nietje (by Ziehim), who took gold on the Dutch team at the 2006 World Equestrian Games in Aachen in Koos de Ronde’s driving team of four as well as many State Premium mares and auction horses.\r\n\r\n<iframe src="//www.youtube.com/embed/2k35AnGvhc8" height="315" width="560" allowfullscreen="" frameborder="0"></iframe>', 'Florenciano', '', 'publish', 'closed', 'closed', '', 'florenciano', '', '', '2014-03-05 17:32:08', '2014-03-05 16:32:08', '', 0, 'http://127.0.0.1:4001/wordpress/?post_type=drg_horse&p=4990', 0, 'drg_horse', '', 0),
|
||
(4991, 1, '2014-02-26 11:53:20', '2014-02-26 11:53:20', '<h4>KWPN - bay - 2004 - 16.3 hands</h4>\r\n\r\nApproved for Oldenburg, Mecklenburg, Rhineland, Westphalia and all Southern German Verbands.\r\nOther Verbands on request!\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €*(FS + TG)\r\n\r\nFresh semen shipping within Germany!\r\n\r\n\r\nA fabulously moving sunny boy with a remarkable outcross pedigree – that’s Florenciano!\r\n\r\nFlorenciano was licensed in 2006 in Münster-Handorf, won his 30-day test in 2007 (guest rider 10.0) and then won the prestigious Optimum in 2008. These achievements were followed by qualification for the Bundeschampionat and many victories in dressage up to medium (M) level. In 2011 at the age of seven, his first victories in St. Georges dressage tests were added. The Olympic winning rider, Hubertus Schmidt, has taken over Florenciano’s further training. \r\n\r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nFlorenciano’s debut as a sire was brilliant. In keeping with his outstanding first foal crops, his daughter Feine Rosa took the 2011 Champion Mare title at the German Elite Broodmare Championships as well as the Rhineland Champion Mare title, his daughter Florenciana F became the Westphalian Champion Mare and his daughter For Comtess won the Westphalian Championships, the Westphalian Wappen and also participated in the Bundeschampionat Final. Three of his sons were licensed, including the 2012 NRW premium stallion, Farbenspiel. His offspring are off to a highly promising start in basic tests for youngsters. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire is the two-time World Champion of young dressage horses, Florencio I.\r\n\r\nFlorenciano’s highly decorated dam line originated in the Netherlands. His dam St.Pr.St. Lundi T won eight medium (M) level dressage tests and received “performance mare dressage” status. The dam’s sire Havidoff, by the Grand Prix stallion Clavecimbel, was awarded “keur” status. Many of his offspring win ribbons at Grand Prix level such as his licensed son, Paganini. Granddam Anuska produced several horses that were successful in dressage rings. \r\n\r\nThe performance dominate dam line also produced the licensed Zoöloog (by Gondolier) who has placed in international dressage competitions, the world class show jumper Mister Spoon (by Zadoc)/Candice King/USA and Nietje (by Ziehim), who took gold on the Dutch team at the 2006 World Equestrian Games in Aachen in Koos de Ronde’s driving team of four as well as many State Premium mares and auction horses.\r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/2k35AnGvhc8" frameborder="0" allowfullscreen></iframe>', 'Florenciano', '', 'inherit', 'closed', 'open', '', '4990-revision-v1', '', '', '2014-02-26 11:53:20', '2014-02-26 11:53:20', '', 4990, 'http://127.0.0.1:4001/wordpress/4990-revision-v1/', 0, 'revision', '', 0),
|
||
(4992, 1, '2014-02-26 11:53:47', '2014-02-26 11:53:47', '', 'Florenciano_Burger_Trabbild_1_01', '', 'inherit', 'closed', 'open', '', 'florenciano_burger_trabbild_1_01', '', '', '2014-02-26 11:53:47', '2014-02-26 11:53:47', '', 4990, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Florenciano_Burger_Trabbild_1_01.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4993, 1, '2014-02-26 11:53:59', '2014-02-26 11:53:59', '', 'Florenciano_Kampmann_Galopp_01', '', 'inherit', 'closed', 'open', '', 'florenciano_kampmann_galopp_01', '', '', '2014-02-26 11:53:59', '2014-02-26 11:53:59', '', 4990, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Florenciano_Kampmann_Galopp_01.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4994, 1, '2014-02-26 11:56:19', '2014-02-26 11:56:19', '<h4>KWPN - chestnut - 2004 - 16,2 hands</h4>\r\n\r\nApproved for: Westfalen, Rheinland, OS, Hannover, alle süddeutschen Verbände. Other verbands on request.\r\nInsemination fee: 1000€* + In-foal fee: 1000€* (FS+TG)\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy\r\n\r\n2012 eighth in his first World Cup in Stuttgart after winning a number of tests in the international Youngster Tour. Placed in 2013, as a nine-year old, among the best in Chantilly/FRA, Neumünster/GER, Aachen/GER and `s Hertogenbosch/NED. His sire Guidam (by Quidam de Revel) produced many championship offspring. Dam`s sire Heartbreaker is the fourth-best-jumper-maker. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nFlorenciano’s debut as a sire was brilliant. In keeping with his outstanding first foal crops, his daughter Feine Rosa took the 2011 Champion Mare title at the German Elite Broodmare Championships as well as the Rhineland Champion Mare title, his daughter Florenciana F became the Westphalian Champion Mare and his daughter For Comtess won the Westphalian Championships, the Westphalian Wappen and also participated in the Bundeschampionat Final. Three of his sons were licensed, including the 2012 NRW premium stallion, Farbenspiel. His offspring are off to a highly promising start in basic tests for youngsters. \r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire is the two-time World Champion of young dressage horses, Florencio I.\r\n\r\nFlorenciano’s highly decorated dam line originated in the Netherlands. His dam St.Pr.St. Lundi T won eight medium (M) level dressage tests and received “performance mare dressage” status. The dam’s sire Havidoff, by the Grand Prix stallion Clavecimbel, was awarded “keur” status. Many of his offspring win ribbons at Grand Prix level such as his licensed son, Paganini. Granddam Anuska produced several horses that were successful in dressage rings. \r\n\r\nThe performance dominate dam line also produced the licensed Zoöloog (by Gondolier) who has placed in international dressage competitions, the world class show jumper Mister Spoon (by Zadoc)/Candice King/USA and Nietje (by Ziehim), who took gold on the Dutch team at the 2006 World Equestrian Games in Aachen in Koos de Ronde’s driving team of four as well as many State Premium mares and auction horses.\r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/GP3q1DBqF9Y" frameborder="0" allowfullscreen></iframe>', 'Zinedine', '', 'publish', 'closed', 'closed', '', 'zinedine', '', '', '2014-03-05 17:31:43', '2014-03-05 16:31:43', '', 0, 'http://127.0.0.1:4001/wordpress/?post_type=drg_horse&p=4994', 0, 'drg_horse', '', 0),
|
||
(4995, 1, '2014-02-26 11:54:27', '2014-02-26 11:54:27', '', 'Florenciano_Portrait_Recki_05', '', 'inherit', 'closed', 'open', '', 'florenciano_portrait_recki_05', '', '', '2014-02-26 11:54:27', '2014-02-26 11:54:27', '', 4990, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Florenciano_Portrait_Recki_05.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4996, 1, '2014-02-26 11:54:40', '2014-02-26 11:54:40', '', 'Florenciano_Standbild_Recki_01', '', 'inherit', 'closed', 'open', '', 'florenciano_standbild_recki_01', '', '', '2014-02-26 11:54:40', '2014-02-26 11:54:40', '', 4990, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Florenciano_Standbild_Recki_01.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4997, 1, '2014-02-26 11:55:00', '2014-02-26 11:55:00', '', 'Galopp_07', '', 'inherit', 'closed', 'open', '', 'galopp_07', '', '', '2014-02-26 11:55:00', '2014-02-26 11:55:00', '', 4990, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Galopp_07.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4998, 1, '2014-02-26 11:55:04', '2014-02-26 11:55:04', '', 'Starparade_Koerung_Galopp2_01', '', 'inherit', 'closed', 'open', '', 'starparade_koerung_galopp2_01', '', '', '2014-02-26 11:55:04', '2014-02-26 11:55:04', '', 4990, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Starparade_Koerung_Galopp2_01.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(4999, 1, '2014-02-26 11:56:19', '2014-02-26 11:56:19', '<h4>KWPN - chestnut - 2004 - 16,2 hands</h4>\r\n\r\nApproved for: Westfalen, Rheinland, OS, Hannover, alle süddeutschen Verbände. Other verbands on request.\r\nInsemination fee: 1000€* + In-foal fee: 1000€* (FS+TG)\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy\r\n\r\n2012 eighth in his first World Cup in Stuttgart after winning a number of tests in the international Youngster Tour. Placed in 2013, as a nine-year old, among the best in Chantilly/FRA, Neumünster/GER, Aachen/GER and `s Hertogenbosch/NED. His sire Guidam (by Quidam de Revel) produced many championship offspring. Dam`s sire Heartbreaker is the fourth-best-jumper-maker. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nFlorenciano’s debut as a sire was brilliant. In keeping with his outstanding first foal crops, his daughter Feine Rosa took the 2011 Champion Mare title at the German Elite Broodmare Championships as well as the Rhineland Champion Mare title, his daughter Florenciana F became the Westphalian Champion Mare and his daughter For Comtess won the Westphalian Championships, the Westphalian Wappen and also participated in the Bundeschampionat Final. Three of his sons were licensed, including the 2012 NRW premium stallion, Farbenspiel. His offspring are off to a highly promising start in basic tests for youngsters. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire is the two-time World Champion of young dressage horses, Florencio I.\r\n\r\nFlorenciano’s highly decorated dam line originated in the Netherlands. His dam St.Pr.St. Lundi T won eight medium (M) level dressage tests and received “performance mare dressage” status. The dam’s sire Havidoff, by the Grand Prix stallion Clavecimbel, was awarded “keur” status. Many of his offspring win ribbons at Grand Prix level such as his licensed son, Paganini. Granddam Anuska produced several horses that were successful in dressage rings. \r\n\r\nThe performance dominate dam line also produced the licensed Zoöloog (by Gondolier) who has placed in international dressage competitions, the world class show jumper Mister Spoon (by Zadoc)/Candice King/USA and Nietje (by Ziehim), who took gold on the Dutch team at the 2006 World Equestrian Games in Aachen in Koos de Ronde’s driving team of four as well as many State Premium mares and auction horses.\r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/GP3q1DBqF9Y" frameborder="0" allowfullscreen></iframe>', 'Zinedine', '', 'inherit', 'closed', 'open', '', '4994-revision-v1', '', '', '2014-02-26 11:56:19', '2014-02-26 11:56:19', '', 4994, 'http://127.0.0.1:4001/wordpress/4994-revision-v1/', 0, 'revision', '', 0),
|
||
(5000, 1, '2014-02-26 11:57:17', '2014-02-26 11:57:17', 'Hannover Messehallen 27.10.2012 Reitturnier German Classics hier Youngster-Springen mit Stechen: Ludger Beerbaum (GER) und Zinedine Foto: Julia Rau Am Schinnergraben 57 55129 Mainz Tel.: 06131-507751 Mobil: 0171-9517199 Rüsselsheimer Volksbank BLZ 500 930 00 Kto.: 6514006 Es gelten ausschliesslich meine Allgemeinen Geschäftsbedingungen', 'Hannover_jr_271012_0187_02', '', 'inherit', 'closed', 'open', '', 'hannover_jr_271012_0187_02', '', '', '2014-02-26 11:57:17', '2014-02-26 11:57:17', '', 4994, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Hannover_jr_271012_0187_02.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(5001, 1, '2014-02-26 11:57:21', '2014-02-26 11:57:21', 'Stuttgart Schleyerhalle 14.11.2012 Internat. Reitturnier Stuttgart German Masters hier Erˆffnungsspringen (deutsche Reiter): Ludger Beerbaum (GER) und Zinedine Foto: ©Julia Rau Am Schinnergraben 57 55129 Mainz Tel.: 06131-507751 Mobil: 0171-9517199 R¸sselsheimer Volksbank BLZ 500 930 00 Kto.: 6514006 Es gelten ausschliesslich meine Allgemeinen Gesch‰ftsbedingungen', 'Stuttgart_jr_151112_0852_01', '', 'inherit', 'closed', 'open', '', 'stuttgart_jr_151112_0852_01', '', '', '2014-02-26 11:57:21', '2014-02-26 11:57:21', '', 4994, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Stuttgart_jr_151112_0852_01.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(5002, 1, '2014-02-26 11:57:23', '2014-02-26 11:57:23', '', 'Zinedine_Kopf_Riesenbeck_12_BECKER_10', '', 'inherit', 'closed', 'open', '', 'zinedine_kopf_riesenbeck_12_becker_10', '', '', '2014-02-26 11:57:23', '2014-02-26 11:57:23', '', 4994, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Zinedine_Kopf_Riesenbeck_12_BECKER_10.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(5003, 1, '2014-02-26 11:57:31', '2014-02-26 11:57:31', '', 'Zinedine_Stand_2_Riesenbeck_12_BECKER_01', '', 'inherit', 'closed', 'open', '', 'zinedine_stand_2_riesenbeck_12_becker_01', '', '', '2014-02-26 11:57:31', '2014-02-26 11:57:31', '', 4994, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Zinedine_Stand_2_Riesenbeck_12_BECKER_01.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(5033, 1, '2014-02-26 18:01:45', '2014-02-26 17:01:45', '[two_third last="no"]\r\n[title size="3"]Contact form[/title]\r\n[gravityform id="1" name="Contacto" ajax="true" title="false"]\r\n[/two_third]\r\n[one_third last="yes"]\r\n[title size="3"]Double R Group[/title]\r\n<p>[fontawesome icon="map-marker" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"] Calle de Almagro, 21, 28010 Madrid</p>\r\n<p>[fontawesome icon="phone" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]+34 619 686 633</p>\r\n<p>[fontawesome icon="envelope" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]info@doublergroup.com</p>\r\n<p>[fontawesome icon="globe" circle="no" size="medium" iconcolor="#295e81" circlecolor="" circlebordercolor="" animation_type="0" animation_direction="down" animation_speed="0.1"]www.doublergroup.com</p>\r\n[/one_third]\r\n', 'Contact', '', 'inherit', 'closed', 'open', '', '5031-revision-v1', '', '', '2014-02-26 18:01:45', '2014-02-26 17:01:45', '', 5031, 'http://127.0.0.1:4001/wordpress/5031-revision-v1/', 0, 'revision', '', 0),
|
||
(5034, 1, '2014-02-26 18:02:10', '2014-02-26 17:02:10', ' ', '', '', 'publish', 'closed', 'open', '', '5034', '', '', '2014-02-26 18:02:10', '2014-02-26 17:02:10', '', 0, 'http://127.0.0.1:4001/wordpress/5034/', 2, 'nav_menu_item', '', 0),
|
||
(5035, 1, '2014-02-26 18:02:10', '2014-02-26 17:02:10', ' ', '', '', 'publish', 'closed', 'open', '', '5035', '', '', '2014-02-26 18:02:10', '2014-02-26 17:02:10', '', 0, 'http://127.0.0.1:4001/wordpress/5035/', 3, 'nav_menu_item', '', 0),
|
||
(5036, 1, '2014-02-26 18:02:10', '2014-02-26 17:02:10', ' ', '', '', 'publish', 'closed', 'open', '', '5036', '', '', '2014-02-26 18:02:10', '2014-02-26 17:02:10', '', 0, 'http://127.0.0.1:4001/wordpress/5036/', 6, 'nav_menu_item', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(5037, 1, '2014-02-18 15:02:59', '2014-02-18 15:02:59', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" number_posts="8" excerpt_words="15" animation_type="slide" animation_direction="down" animation_speed="0.2"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="2" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n[button link="http://127.0.0.1:4001/wordpress/noticias/" color="default" size="small" target="_self" title="" animation_type="fade" animation_direction="down" animation_speed="0.1"]Ir a las noticias >[/button]\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n[gravityform id="2" name="Boletín de noticias" title="false" ajax="true"]\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'publish', 'open', 'open', '', 'inicio', '', '', '2014-03-03 14:58:14', '2014-03-03 13:58:14', '', 0, 'http://127.0.0.1:4001/wordpress/?page_id=5037', 0, 'page', '', 0),
|
||
(5038, 1, '2014-02-26 18:09:17', '2014-02-26 17:09:17', '[separator top="-55"]\r\n\r\n[fullwidth bordersize="0"]\r\n\r\n \r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_works layout="grid-with-excerpts" filters="no" columns="4" cat_slug="" number_posts="4" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]', 'Homepage', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-02-26 18:09:17', '2014-02-26 17:09:17', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5039, 1, '2014-02-26 18:57:29', '2014-02-26 17:57:29', '[separator top="-20"]\r\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Santaynez.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/03_bannerhome_allotjament_2.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/09_bannerhome_caballo_1.jpg[/slide][/slider]\r\n[separator top="-30" style="none"]\r\n<strong><em>A cien kilómetros de Madrid están las instalaciones de Double R Group. En una finca de treinta hectáreas desarrollamos las actividades de cría y entrenamiento de caballos para la alta competición.</em></strong>\r\n\r\n[separator top="50"]\r\n\r\n[two_third last="no"]\r\n[title size="3"]Dotaciones[/title]\r\n\r\nDouble R Group tiene toda la infraestructura necesaria para el desarrollo y el entrenamiento de los caballos en todas sus fases\r\n\r\n[checklist icon="circle-arrow-right" iconcolor="395B7B" circle="no"]\r\n<ul>\r\n <li>Finca de más de treinta hectáreas.</li>\r\n <li>Pistas de trabajo y salto</li>\r\n <li>Pistas para dar cuerda</li>\r\n <li>Pistas de galope</li>\r\n <li>Caminadores</li>\r\n <li>Suelos de condiciones óptimas</li>\r\n</ul>\r\n[/checklist]\r\n[/two_third]\r\n\r\n[one_third last="yes"]\r\n[title size="3"]Localización[/title]\r\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="150" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\r\n<small>Instalaciones en la Comunidad de Madrid</small>\r\n[/one_third]\r\n\r\n[separator top="15"]\r\n[title size="3"]Imágenes de las instalaciones[/title]\r\n\r\n[images lightbox="yes"]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/1.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/2.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/3.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/4.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/5.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/6.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/7.jpg" alt=""]\r\n[/images]', 'Instalaciones', '', 'inherit', 'closed', 'open', '', '4824-revision-v1', '', '', '2014-02-26 18:57:29', '2014-02-26 17:57:29', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-revision-v1/', 0, 'revision', '', 0),
|
||
(5040, 1, '2014-02-26 19:04:16', '2014-02-26 18:04:16', ' ', '', '', 'publish', 'closed', 'open', '', '5040', '', '', '2014-02-26 19:04:16', '2014-02-26 18:04:16', '', 0, 'http://127.0.0.1:4001/wordpress/?p=5040', 1, 'nav_menu_item', '', 0),
|
||
(5041, 1, '2014-02-26 19:04:16', '2014-02-26 18:04:16', ' ', '', '', 'publish', 'closed', 'open', '', '5041', '', '', '2014-02-26 19:04:16', '2014-02-26 18:04:16', '', 0, 'http://127.0.0.1:4001/wordpress/?p=5041', 2, 'nav_menu_item', '', 0),
|
||
(5042, 1, '2014-02-26 19:04:16', '2014-02-26 18:04:16', ' ', '', '', 'publish', 'closed', 'open', '', '5042', '', '', '2014-02-26 19:04:16', '2014-02-26 18:04:16', '', 0, 'http://127.0.0.1:4001/wordpress/?p=5042', 3, 'nav_menu_item', '', 0),
|
||
(5043, 1, '2014-02-26 19:04:16', '2014-02-26 18:04:16', ' ', '', '', 'publish', 'closed', 'open', '', '5043', '', '', '2014-02-26 19:04:16', '2014-02-26 18:04:16', '', 0, 'http://127.0.0.1:4001/wordpress/?p=5043', 4, 'nav_menu_item', '', 0),
|
||
(5044, 1, '2014-02-26 19:04:16', '2014-02-26 18:04:16', ' ', '', '', 'publish', 'closed', 'open', '', '5044', '', '', '2014-02-26 19:04:16', '2014-02-26 18:04:16', '', 0, 'http://127.0.0.1:4001/wordpress/?p=5044', 5, 'nav_menu_item', '', 0),
|
||
(5045, 1, '2013-12-12 19:29:42', '2013-12-12 18:29:42', 'Kullen and Clarucci are both sons of Clarence that were approved for studbooks as BWP en Holstein. This year they are getting 4 years old and the stallion competition at Sentower Park was their first official competition. They both made very nice clear rounds. The videos will come online later.', 'First competition for Kullen and Clarucci', '', 'publish', 'closed', 'open', '', 'first-competition-for-kullen-and-clarucci', '', '', '2014-02-26 19:59:08', '2014-02-26 18:59:08', '', 0, 'http://127.0.0.1:4001/wordpress/?p=5045', 0, 'post', '', 0),
|
||
(5046, 1, '2014-02-26 19:29:42', '2014-02-26 18:29:42', 'Kullen and Clarucci are both sons of Clarence that were approved for studbooks as BWP en Holstein. This year they are getting 4 years old and the stallion competition at Sentower Park was their first official competition. They both made very nice clear rounds. The videos will come online later.', 'First competition for Kullen and Clarucci', '', 'inherit', 'closed', 'open', '', '5045-revision-v1', '', '', '2014-02-26 19:29:42', '2014-02-26 18:29:42', '', 5045, 'http://127.0.0.1:4001/wordpress/5045-revision-v1/', 0, 'revision', '', 0),
|
||
(5047, 1, '2014-02-26 19:35:31', '2014-02-26 18:35:31', '', 'fondo', '', 'inherit', 'closed', 'open', '', 'fondo', '', '', '2014-02-26 19:35:31', '2014-02-26 18:35:31', '', 11, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/01/fondo.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(5048, 1, '2014-01-26 19:58:18', '2014-01-26 18:58:18', 'Inar ya mostró sus habilidades de salto en la aprobación BWP a principios de este año y ahora lo ha confirmado durante el CSI de Lummen donde realizó recorridos sin falta con Nick Vrins.\r\n\r\n<iframe width="420" height="315" src="//www.youtube.com/embed/WNgPntnykpM" frameborder="0" allowfullscreen></iframe>', 'Inar comienza bien en la temporada al aire libre', '', 'publish', 'closed', 'open', '', 'inar-comienza-bien-en-la-temporada-al-aire-libre', '', '', '2014-02-26 19:58:42', '2014-02-26 18:58:42', '', 0, 'http://127.0.0.1:4001/wordpress/?p=5048', 0, 'post', '', 0),
|
||
(5049, 1, '2014-02-26 19:58:18', '2014-02-26 18:58:18', 'Inar ya mostró sus habilidades de salto en la aprobación BWP a principios de este año y ahora lo ha confirmado durante el CSI de Lummen donde realizó recorridos sin falta con Nick Vrins.\r\n\r\n<iframe width="420" height="315" src="//www.youtube.com/embed/WNgPntnykpM" frameborder="0" allowfullscreen></iframe>', 'Inar comienza bien en la temporada al aire libre', '', 'inherit', 'closed', 'open', '', '5048-revision-v1', '', '', '2014-02-26 19:58:18', '2014-02-26 18:58:18', '', 5048, 'http://127.0.0.1:4001/wordpress/5048-revision-v1/', 0, 'revision', '', 0),
|
||
(5050, 1, '2014-02-26 19:58:55', '2014-02-26 18:58:55', 'Bienvenido a WordPress. Esta es tu primera entrada. Edítala o bórrala, ¡y comienza a publicar!.', '¡Hola mundo!', '', 'inherit', 'closed', 'open', '', '1-revision-v1', '', '', '2014-02-26 19:58:55', '2014-02-26 18:58:55', '', 1, 'http://127.0.0.1:4001/wordpress/1-revision-v1/', 0, 'revision', '', 0),
|
||
(5051, 1, '2014-01-09 19:59:17', '2014-01-09 18:59:17', 'After a small period of rest a after the busy breeding season of last year Cumthago retook the competitions. He finished last season with winning the final of the Belgian championship for 4 year old horses LRV. This winter he made already two stallion competitions. Last week he made a nice clear round in Hulsterlo and this weekend he jumped again clear in the WEN competition. He is ex aequo first in the total ranking for the moment.', 'Cumthago again clear in stallion competition', '', 'publish', 'closed', 'open', '', 'cumthago-again-clear-in-stallion-competition', '', '', '2014-02-26 20:00:19', '2014-02-26 19:00:19', '', 0, 'http://127.0.0.1:4001/wordpress/?p=5051', 0, 'post', '', 0),
|
||
(5052, 1, '2014-02-26 20:00:19', '2014-02-26 19:00:19', 'After a small period of rest a after the busy breeding season of last year Cumthago retook the competitions. He finished last season with winning the final of the Belgian championship for 4 year old horses LRV. This winter he made already two stallion competitions. Last week he made a nice clear round in Hulsterlo and this weekend he jumped again clear in the WEN competition. He is ex aequo first in the total ranking for the moment.', 'Cumthago again clear in stallion competition', '', 'inherit', 'closed', 'open', '', '5051-revision-v1', '', '', '2014-02-26 20:00:19', '2014-02-26 19:00:19', '', 5051, 'http://127.0.0.1:4001/wordpress/5051-revision-v1/', 0, 'revision', '', 0),
|
||
(5053, 1, '2014-02-03 20:00:28', '2014-02-03 19:00:28', 'El pasado fin de semana, algunos de nuestros sementales compitieron en el circuito de Belgica en Heusden con buenos resultados. En la categoría de 4 años, Quirow C (Quidam de revel) y Copitol C (Contender) hicieron doble recorridos sin falta en lo que fue el primer concurso de ambos semantales. En 5 años, Condor C (Cassini I), Figaro C (Berlin) y Cassinger C ( Cassini I) también hicieron recorridos sin falta y todos mostraron un gran potencial para el futuro…', 'Algunos de nuestros sementales en Bélgica', '', 'publish', 'closed', 'open', '', 'algunos-de-nuestros-sementales-en-belgica', '', '', '2014-02-26 20:01:28', '2014-02-26 19:01:28', '', 0, 'http://127.0.0.1:4001/wordpress/?p=5053', 0, 'post', '', 0),
|
||
(5054, 1, '2014-02-26 20:01:28', '2014-02-26 19:01:28', 'El pasado fin de semana, algunos de nuestros sementales compitieron en el circuito de Belgica en Heusden con buenos resultados. En la categoría de 4 años, Quirow C (Quidam de revel) y Copitol C (Contender) hicieron doble recorridos sin falta en lo que fue el primer concurso de ambos semantales. En 5 años, Condor C (Cassini I), Figaro C (Berlin) y Cassinger C ( Cassini I) también hicieron recorridos sin falta y todos mostraron un gran potencial para el futuro…', 'Algunos de nuestros sementales en Bélgica', '', 'inherit', 'closed', 'open', '', '5053-revision-v1', '', '', '2014-02-26 20:01:28', '2014-02-26 19:01:28', '', 5053, 'http://127.0.0.1:4001/wordpress/5053-revision-v1/', 0, 'revision', '', 0),
|
||
(5056, 1, '2014-02-26 20:05:14', '2014-02-26 19:05:14', '[separator top="-55" style="none"]\r\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px" backgroundcolor="#f8f8f8"]\r\n<h1>Double R Group</h1>\r\n<h3 style="font-size:21px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h3>\r\n</center>\r\n[/fullwidth]\r\n\r\n[separator top="20"]\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[separator top="55"]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'closed', 'open', '', '4623-revision-v1', '', '', '2014-02-26 20:05:14', '2014-02-26 19:05:14', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(5055, 1, '2014-02-26 20:04:44', '2014-02-26 19:04:44', '[separator top="-55" style="none"]\r\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px" backgroundcolor="#fff"]\r\n<h1>Double R Group</h1>\r\n<h3 style="font-size:21px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h3>\r\n</center>\r\n[separator top="10" style="shadow"]\r\n[/fullwidth]\r\n\r\n[separator top="20"]\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[separator top="55"]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'closed', 'open', '', '4623-revision-v1', '', '', '2014-02-26 20:04:44', '2014-02-26 19:04:44', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(5057, 1, '2014-02-26 20:05:39', '2014-02-26 19:05:39', '[separator top="-55" style="none"]\r\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px" backgroundcolor="#f8f8f8"]\r\n<h1>Double R Group</h1>\r\n<h3 style="font-size:21px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h3>\r\n</center>\r\n[/fullwidth]\r\n\r\n[separator top="20"]\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[separator top="55"]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'closed', 'open', '', '4623-revision-v1', '', '', '2014-02-26 20:05:39', '2014-02-26 19:05:39', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(5058, 1, '2014-02-26 20:05:58', '2014-02-26 19:05:58', '[separator top="-55" style="none"]\r\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px" backgroundcolor="#f8f8f8"]\r\n<h1>Double R Group</h1>\r\n<h3 style="font-size:21px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h3>\r\n</center>\r\n[/fullwidth]\r\n\r\n[separator top="20"]\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="0px" paddingBottom="0px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[separator top="55"]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'closed', 'open', '', '4623-revision-v1', '', '', '2014-02-26 20:05:58', '2014-02-26 19:05:58', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(5059, 1, '2014-02-26 20:06:26', '2014-02-26 19:06:26', '[separator top="-55" style="none"]\r\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px" backgroundcolor="#f8f8f8"]\r\n<h1>Double R Group</h1>\r\n<h3 style="font-size:21px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h3>\r\n</center>\r\n[/fullwidth]\r\n\r\n[separator top="20"]\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0" bordercolor="#e5e4e4" paddingTop="0px" paddingBottom="0px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[separator top="55"]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'closed', 'open', '', '4623-revision-v1', '', '', '2014-02-26 20:06:26', '2014-02-26 19:06:26', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(5060, 1, '2014-02-26 20:06:37', '2014-02-26 19:06:37', '[separator top="-55" style="none"]\r\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px" backgroundcolor="#f8f8f8" bordersize="1px" bordercolor="#e5e4e4"]\r\n<h1>Double R Group</h1>\r\n<h3 style="font-size:21px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc porta lacus vel aliquam imperdiet. Nunc fermentum felis metus, quis pharetra felis sagittis vitae. Aliquam erat volutpat. Proin lacinia bibendum gravida. Vestibulum ultrices vel velit sit amet suscipit.</h3>\r\n</center>\r\n[/fullwidth]\r\n\r\n[separator top="20"]\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0" bordercolor="#e5e4e4" paddingTop="0px" paddingBottom="0px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[separator top="55"]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'closed', 'open', '', '4623-revision-v1', '', '', '2014-02-26 20:06:37', '2014-02-26 19:06:37', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(5062, 1, '2014-02-26 20:11:22', '2014-02-26 19:11:22', '[separator top="-55" style="none"]\r\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px" backgroundcolor="#f8f8f8" bordersize="1px" bordercolor="#e5e4e4"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n[separator top="20"]\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0" bordercolor="#e5e4e4" paddingTop="0px" paddingBottom="0px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[separator top="55"]\r\n\r\n[/fullwidth]\r\n\r\n\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="3"]Nuestros sementales[/title]\r\nNuestro objetivo es tener un grupo de sementales competitivos en la competición e interesante para la cría. Intentamos que el semental sea lo más completo posible para los criadores. Hemos buscado los sementales entre los mejores orígenes, siempre con un buen físico y buenos movimientos que permitan que el semental tenga una gran capacidad para saltar.\r\nDurante la temporada de cubriciones, los sementales combinan sus tareas de reproducción con la competición, e intentamos ofrecer un buen servicio a los criadores. Para la extracción y manipulación del semen, la Yeguada Campos posee las últimas tecnologías que nos permiten enviar semen fresco y congelado a cualquier punto de Europa en menos de 24 horas.\r\n[/one_half]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'closed', 'open', '', '4623-revision-v1', '', '', '2014-02-26 20:11:22', '2014-02-26 19:11:22', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(5061, 1, '2014-02-26 20:07:18', '2014-02-26 19:07:18', '[separator top="-55" style="none"]\r\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px" backgroundcolor="#f8f8f8" bordersize="1px" bordercolor="#e5e4e4"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n[separator top="20"]\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0" bordercolor="#e5e4e4" paddingTop="0px" paddingBottom="0px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[separator top="55"]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'closed', 'open', '', '4623-revision-v1', '', '', '2014-02-26 20:07:18', '2014-02-26 19:07:18', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(5063, 1, '2014-02-26 20:13:15', '2014-02-26 19:13:15', '[separator top="-55" style="none"]\r\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px" backgroundcolor="#f8f8f8" bordersize="1px" bordercolor="#e5e4e4"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n[separator top="20"]\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0" bordercolor="#e5e4e4" paddingTop="0px" paddingBottom="0px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[separator top="55"]\r\n\r\n[/fullwidth]\r\n\r\n\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="3"]Nuestros sementales[/title]\r\nNuestro objetivo es tener un grupo de sementales competitivos en la competición e interesante para la cría. Intentamos que el semental sea lo más completo posible para los criadores. Hemos buscado los sementales entre los mejores orígenes, siempre con un buen físico y buenos movimientos que permitan que el semental tenga una gran capacidad para saltar.\r\nDurante la temporada de cubriciones, los sementales combinan sus tareas de reproducción con la competición, e intentamos ofrecer un buen servicio a los criadores. Para la extracción y manipulación del semen, la Yeguada Campos posee las últimas tecnologías que nos permiten enviar semen fresco y congelado a cualquier punto de Europa en menos de 24 horas.\r\n[/one_half]\r\n[separator top="55"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="3"]Nuestras yeguas[/title]\r\nPara poder cumplir nuestro objetivo, todas las yeguas han sido seleccionadas muy cuidadosamente entre las mejores familias maternas para producir potros que serán destinados a competir en el máximo nivel internacional.\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'closed', 'open', '', '4623-revision-v1', '', '', '2014-02-26 20:13:15', '2014-02-26 19:13:15', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(5066, 1, '2014-02-27 16:17:15', '2014-02-27 15:17:15', '[separator top="-55" style="none"]\r\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px" backgroundcolor="#f8f8f8" bordersize="1px" bordercolor="#e5e4e4"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n[separator top="20"]\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0" bordercolor="#e5e4e4" paddingTop="0px" paddingBottom="0px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[separator top="55"]\r\n\r\n[/fullwidth]\r\n\r\n\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_third last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654-300x191.jpg" alt="horse-021-1024x654" width="300" height="191" class="alignnone size-medium wp-image-4717" /></div>\r\n[/one_third ]\r\n[two_third last="yes"]\r\n[title size="3"]Nuestros sementales[/title]\r\nNuestro objetivo es tener un grupo de sementales competitivos en la competición e interesante para la cría. Intentamos que el semental sea lo más completo posible para los criadores. Hemos buscado los sementales entre los mejores orígenes, siempre con un buen físico y buenos movimientos que permitan que el semental tenga una gran capacidad para saltar.\r\nDurante la temporada de cubriciones, los sementales combinan sus tareas de reproducción con la competición, e intentamos ofrecer un buen servicio a los criadores. Para la extracción y manipulación del semen, la Yeguada Campos posee las últimas tecnologías que nos permiten enviar semen fresco y congelado a cualquier punto de Europa en menos de 24 horas.\r\n[/two_third]\r\n[separator top="55"]\r\n[one_third last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" class="alignnone size-medium wp-image-4715" /></div>\r\n[/one_third]\r\n[two_third last="yes"]\r\n[title size="3"]Nuestras yeguas[/title]\r\nPara poder cumplir nuestro objetivo, todas las yeguas han sido seleccionadas muy cuidadosamente entre las mejores familias maternas para producir potros que serán destinados a competir en el máximo nivel internacional.\r\n[/two_third]\r\n\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'closed', 'open', '', '4623-revision-v1', '', '', '2014-02-27 16:17:15', '2014-02-27 15:17:15', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(5067, 1, '2014-02-27 16:19:10', '2014-02-27 15:19:10', '[separator top="-55" style="none"]\r\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px" backgroundcolor="#f8f8f8" bordersize="1px" bordercolor="#e5e4e4"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n[separator top="20"]\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0" bordercolor="#e5e4e4" paddingTop="0px" paddingBottom="0px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[separator top="55"]\r\n[/fullwidth]\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_third last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="alignnone size-medium wp-image-4717" alt="horse-021-1024x654" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654-300x191.jpg" width="300" height="191" /></div>\r\n[/one_third]\r\n[two_third last="yes"]\r\n[title size="3"]Nuestros sementales[/title]\r\nNuestro objetivo es tener un grupo de sementales competitivos en la competición e interesante para la cría. Intentamos que el semental sea lo más completo posible para los criadores. Hemos buscado los sementales entre los mejores orígenes, siempre con un buen físico y buenos movimientos que permitan que el semental tenga una gran capacidad para saltar.\r\nDurante la temporada de cubriciones, los sementales combinan sus tareas de reproducción con la competición, e intentamos ofrecer un buen servicio a los criadores. Para la extracción y manipulación del semen, la Yeguada Campos posee las últimas tecnologías que nos permiten enviar semen fresco y congelado a cualquier punto de Europa en menos de 24 horas.\r\n[/two_third] \r\n[separator top="55"]\r\n[one_third last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="alignnone size-medium wp-image-4715" alt="" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[/one_third]\r\n[two_third last="yes"]\r\n[title size="3"]Nuestras yeguas[/title]\r\nPara poder cumplir nuestro objetivo, todas las yeguas han sido seleccionadas muy cuidadosamente entre las mejores familias maternas para producir potros que serán destinados a competir en el máximo nivel internacional.\r\n[/two_third]\r\n\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'closed', 'open', '', '4623-revision-v1', '', '', '2014-02-27 16:19:10', '2014-02-27 15:19:10', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(5068, 1, '2014-02-27 16:20:32', '2014-02-27 15:20:32', '', 'Yegua', '', 'inherit', 'closed', 'open', '', 'caballo-yegua-con-su-cria-o-potro-bebe-equinos', '', '', '2014-02-27 16:20:32', '2014-02-27 15:20:32', '', 4623, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/caballo-yegua-con-su-cria-o-potro-bebe-equinos.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(5069, 1, '2014-02-27 16:20:51', '2014-02-27 15:20:51', '[separator top="-55" style="none"]\r\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px" backgroundcolor="#f8f8f8" bordersize="1px" bordercolor="#e5e4e4"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n[separator top="20"]\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0" bordercolor="#e5e4e4" paddingTop="0px" paddingBottom="0px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/bkgd11-300x173.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[separator top="55"]\r\n[/fullwidth]\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_third last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="alignnone size-medium wp-image-4717" alt="horse-021-1024x654" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654-300x191.jpg" width="300" height="191" /></div>\r\n[/one_third]\r\n[two_third last="yes"]\r\n[title size="3"]Nuestros sementales[/title]\r\nNuestro objetivo es tener un grupo de sementales competitivos en la competición e interesante para la cría. Intentamos que el semental sea lo más completo posible para los criadores. Hemos buscado los sementales entre los mejores orígenes, siempre con un buen físico y buenos movimientos que permitan que el semental tenga una gran capacidad para saltar.\r\nDurante la temporada de cubriciones, los sementales combinan sus tareas de reproducción con la competición, e intentamos ofrecer un buen servicio a los criadores. Para la extracción y manipulación del semen, la Yeguada Campos posee las últimas tecnologías que nos permiten enviar semen fresco y congelado a cualquier punto de Europa en menos de 24 horas.\r\n[/two_third] \r\n[separator top="55"]\r\n[one_third last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/caballo-yegua-con-su-cria-o-potro-bebe-equinos-300x187.jpg" alt="Yegua" width="300" height="187" class="alignnone size-medium wp-image-5068" /></div>\r\n[/one_third]\r\n[two_third last="yes"]\r\n[title size="3"]Nuestras yeguas[/title]\r\nPara poder cumplir nuestro objetivo, todas las yeguas han sido seleccionadas muy cuidadosamente entre las mejores familias maternas para producir potros que serán destinados a competir en el máximo nivel internacional.\r\n[/two_third]\r\n\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'closed', 'open', '', '4623-revision-v1', '', '', '2014-02-27 16:20:51', '2014-02-27 15:20:51', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(5070, 1, '2014-02-27 16:21:44', '2014-02-27 15:21:44', '[separator top="-55" style="none"]\r\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px" backgroundcolor="#f8f8f8" bordersize="1px" bordercolor="#e5e4e4"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n[separator top="20"]\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0" bordercolor="#e5e4e4" paddingTop="0px" paddingBottom="0px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/1.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="100" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[separator top="55"]\r\n[/fullwidth]\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_third last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="alignnone size-medium wp-image-4717" alt="horse-021-1024x654" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654-300x191.jpg" width="300" height="191" /></div>\r\n[/one_third]\r\n[two_third last="yes"]\r\n[title size="3"]Nuestros sementales[/title]\r\nNuestro objetivo es tener un grupo de sementales competitivos en la competición e interesante para la cría. Intentamos que el semental sea lo más completo posible para los criadores. Hemos buscado los sementales entre los mejores orígenes, siempre con un buen físico y buenos movimientos que permitan que el semental tenga una gran capacidad para saltar.\r\nDurante la temporada de cubriciones, los sementales combinan sus tareas de reproducción con la competición, e intentamos ofrecer un buen servicio a los criadores. Para la extracción y manipulación del semen, la Yeguada Campos posee las últimas tecnologías que nos permiten enviar semen fresco y congelado a cualquier punto de Europa en menos de 24 horas.\r\n[/two_third] \r\n[separator top="55"]\r\n[one_third last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/caballo-yegua-con-su-cria-o-potro-bebe-equinos-300x187.jpg" alt="Yegua" width="300" height="187" class="alignnone size-medium wp-image-5068" /></div>\r\n[/one_third]\r\n[two_third last="yes"]\r\n[title size="3"]Nuestras yeguas[/title]\r\nPara poder cumplir nuestro objetivo, todas las yeguas han sido seleccionadas muy cuidadosamente entre las mejores familias maternas para producir potros que serán destinados a competir en el máximo nivel internacional.\r\n[/two_third]\r\n\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'closed', 'open', '', '4623-revision-v1', '', '', '2014-02-27 16:21:44', '2014-02-27 15:21:44', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(5071, 1, '2014-02-27 16:22:18', '2014-02-27 15:22:18', '[separator top="-55" style="none"]\r\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px" backgroundcolor="#f8f8f8" bordersize="1px" bordercolor="#e5e4e4"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n[separator top="20"]\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0" bordercolor="#e5e4e4" paddingTop="0px" paddingBottom="0px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/1.jpg" image_width="300" image_height="200" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="200" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="200" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[separator top="55"]\r\n[/fullwidth]\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_third last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="alignnone size-medium wp-image-4717" alt="horse-021-1024x654" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654-300x191.jpg" width="300" height="191" /></div>\r\n[/one_third]\r\n[two_third last="yes"]\r\n[title size="3"]Nuestros sementales[/title]\r\nNuestro objetivo es tener un grupo de sementales competitivos en la competición e interesante para la cría. Intentamos que el semental sea lo más completo posible para los criadores. Hemos buscado los sementales entre los mejores orígenes, siempre con un buen físico y buenos movimientos que permitan que el semental tenga una gran capacidad para saltar.\r\nDurante la temporada de cubriciones, los sementales combinan sus tareas de reproducción con la competición, e intentamos ofrecer un buen servicio a los criadores. Para la extracción y manipulación del semen, la Yeguada Campos posee las últimas tecnologías que nos permiten enviar semen fresco y congelado a cualquier punto de Europa en menos de 24 horas.\r\n[/two_third] \r\n[separator top="55"]\r\n[one_third last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/caballo-yegua-con-su-cria-o-potro-bebe-equinos-300x187.jpg" alt="Yegua" width="300" height="187" class="alignnone size-medium wp-image-5068" /></div>\r\n[/one_third]\r\n[two_third last="yes"]\r\n[title size="3"]Nuestras yeguas[/title]\r\nPara poder cumplir nuestro objetivo, todas las yeguas han sido seleccionadas muy cuidadosamente entre las mejores familias maternas para producir potros que serán destinados a competir en el máximo nivel internacional.\r\n[/two_third]\r\n\r\n[/fullwidth]\r\n[separator top="-55"]', 'Nosotros', '', 'inherit', 'closed', 'open', '', '4623-revision-v1', '', '', '2014-02-27 16:22:18', '2014-02-27 15:22:18', '', 4623, 'http://127.0.0.1:4001/wordpress/4623-revision-v1/', 0, 'revision', '', 0),
|
||
(5072, 1, '2014-02-27 16:25:55', '2014-02-27 15:25:55', '[separator top="-55" style="none"]\r\n[fullwidth bordersize="0" paddingTop="20px" paddingBottom="20px" backgroundcolor="#f8f8f8" bordersize="1px" bordercolor="#e5e4e4"]\r\n[one_half last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="wp-image" alt="Equipo" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/f_equipo.jpg" /></div>\r\n[/one_half]\r\n[one_half last="yes"]\r\n[title size="2"]Filosofía[/title]\r\nLid est laborum dolo rumes fugats untras. Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore dolore magnm aliquam quaerat voluptatem.\r\n[/one_half]\r\n[/fullwidth]\r\n\r\n[separator top="20"]\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0" bordercolor="#e5e4e4" paddingTop="0px" paddingBottom="0px"]\r\n[separator top="10"]\r\n[content_boxes layout="icon-on-top" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor=""]\r\n[content_box title="Nuestras instalaciones" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/1.jpg" image_width="300" image_height="200" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Cuidado de los caballos" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" image_width="300" image_height="200" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[content_box title="Personal cualificado" icon="" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-011-1024x654.jpg" image_width="300" image_height="200" link="http://127.0.0.1:4001/wordpress/?page_id=4623#" linktarget="_self" linktext="" animation_type="0" animation_direction="down" animation_speed="0.1"]Etharums ser quidem rerum facilis dolores nemis omnis fugats vitaes nemo minima rerums unsers sadips amets.[/content_box]\r\n\r\n[/content_boxes]\r\n[separator top="55"]\r\n[/fullwidth]\r\n\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n[one_third last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img class="alignnone size-medium wp-image-4717" alt="horse-021-1024x654" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654-300x191.jpg" width="300" height="191" /></div>\r\n[/one_third]\r\n[two_third last="yes"]\r\n[title size="3"]Nuestros sementales[/title]\r\nNuestro objetivo es tener un grupo de sementales competitivos en la competición e interesante para la cría. Intentamos que el semental sea lo más completo posible para los criadores. Hemos buscado los sementales entre los mejores orígenes, siempre con un buen físico y buenos movimientos que permitan que el semental tenga una gran capacidad para saltar.\r\nDurante la temporada de cubriciones, los sementales combinan sus tareas de reproducción con la competición, e intentamos ofrecer un buen servicio a los criadores. Para la extracción y manipulación del semen, la Yeguada Campos posee las últimas tecnologías que nos permiten enviar semen fresco y congelado a cualquier punto de Europa en menos de 24 horas.\r\n[/two_third] \r\n[separator top="55"]\r\n[one_third last="no"]\r\n[separator top="50"]\r\n<div class="photo-frame"><img src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/caballo-yegua-con-su-cria-o-potro-bebe-equinos-300x187.jpg" alt="Yegua" width="300" height="187" class="alignnone size-medium wp-image-5068" /></div>\r\n[/one_third]\r\n[two_third last="yes"]\r\n[title size="3"]Nuestras yeguas[/title]\r\nPara poder cumplir nuestro objetivo, todas las yeguas han sido seleccionadas muy cuidadosamente entre las mejores familias maternas para producir potros que serán destinados a competir en el máximo nivel internacional.\r\n[/two_third]\r\n\r\n[/fullwidth]\r\n[separator top="-55"]', 'About us', '', 'inherit', 'closed', 'open', '', '5005-revision-v1', '', '', '2014-02-27 16:25:55', '2014-02-27 15:25:55', '', 5005, 'http://127.0.0.1:4001/wordpress/5005-revision-v1/', 0, 'revision', '', 0),
|
||
(5073, 1, '2014-02-26 11:56:19', '2014-02-26 11:56:19', '<h4>KWPN - chestnut - 2004 - 16,2 hands</h4>\r\n\r\nApproved for: Westfalen, Rheinland, OS, Hannover, alle süddeutschen Verbände. Other verbands on request.\r\nInsemination fee: 1000€* + In-foal fee: 1000€* (FS+TG)\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy\r\n\r\n2012 eighth in his first World Cup in Stuttgart after winning a number of tests in the international Youngster Tour. Placed in 2013, as a nine-year old, among the best in Chantilly/FRA, Neumünster/GER, Aachen/GER and `s Hertogenbosch/NED. His sire Guidam (by Quidam de Revel) produced many championship offspring. Dam`s sire Heartbreaker is the fourth-best-jumper-maker. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nFlorenciano’s debut as a sire was brilliant. In keeping with his outstanding first foal crops, his daughter Feine Rosa took the 2011 Champion Mare title at the German Elite Broodmare Championships as well as the Rhineland Champion Mare title, his daughter Florenciana F became the Westphalian Champion Mare and his daughter For Comtess won the Westphalian Championships, the Westphalian Wappen and also participated in the Bundeschampionat Final. Three of his sons were licensed, including the 2012 NRW premium stallion, Farbenspiel. His offspring are off to a highly promising start in basic tests for youngsters. \r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire is the two-time World Champion of young dressage horses, Florencio I.\r\n\r\nFlorenciano’s highly decorated dam line originated in the Netherlands. His dam St.Pr.St. Lundi T won eight medium (M) level dressage tests and received “performance mare dressage” status. The dam’s sire Havidoff, by the Grand Prix stallion Clavecimbel, was awarded “keur” status. Many of his offspring win ribbons at Grand Prix level such as his licensed son, Paganini. Granddam Anuska produced several horses that were successful in dressage rings. \r\n\r\nThe performance dominate dam line also produced the licensed Zoöloog (by Gondolier) who has placed in international dressage competitions, the world class show jumper Mister Spoon (by Zadoc)/Candice King/USA and Nietje (by Ziehim), who took gold on the Dutch team at the 2006 World Equestrian Games in Aachen in Koos de Ronde’s driving team of four as well as many State Premium mares and auction horses.\r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/GP3q1DBqF9Y" frameborder="0" allowfullscreen></iframe>', 'Zinedine', '', 'publish', 'closed', 'closed', '', 'zinedine', '', '', '2014-03-05 17:31:43', '2014-03-05 16:31:43', '', 0, 'http://127.0.0.1:4001/wordpress/?post_type=drg_horse&p=5073', 0, 'drg_horse', '', 0),
|
||
(5074, 1, '2014-02-26 11:53:20', '2014-02-26 11:53:20', '<h4>KWPN - bay - 2004 - 16.3 hands</h4>\r\nApproved for Oldenburg, Mecklenburg, Rhineland, Westphalia and all Southern German Verbands.\r\nOther Verbands on request!\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €*(FS + TG)\r\n\r\nFresh semen shipping within Germany!\r\n\r\nA fabulously moving sunny boy with a remarkable outcross pedigree – that’s Florenciano!\r\n\r\nFlorenciano was licensed in 2006 in Münster-Handorf, won his 30-day test in 2007 (guest rider 10.0) and then won the prestigious Optimum in 2008. These achievements were followed by qualification for the Bundeschampionat and many victories in dressage up to medium (M) level. In 2011 at the age of seven, his first victories in St. Georges dressage tests were added. The Olympic winning rider, Hubertus Schmidt, has taken over Florenciano’s further training.\r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nFlorenciano’s debut as a sire was brilliant. In keeping with his outstanding first foal crops, his daughter Feine Rosa took the 2011 Champion Mare title at the German Elite Broodmare Championships as well as the Rhineland Champion Mare title, his daughter Florenciana F became the Westphalian Champion Mare and his daughter For Comtess won the Westphalian Championships, the Westphalian Wappen and also participated in the Bundeschampionat Final. Three of his sons were licensed, including the 2012 NRW premium stallion, Farbenspiel. His offspring are off to a highly promising start in basic tests for youngsters.\r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire is the two-time World Champion of young dressage horses, Florencio I.\r\n\r\nFlorenciano’s highly decorated dam line originated in the Netherlands. His dam St.Pr.St. Lundi T won eight medium (M) level dressage tests and received “performance mare dressage” status. The dam’s sire Havidoff, by the Grand Prix stallion Clavecimbel, was awarded “keur” status. Many of his offspring win ribbons at Grand Prix level such as his licensed son, Paganini. Granddam Anuska produced several horses that were successful in dressage rings.\r\n\r\nThe performance dominate dam line also produced the licensed Zoöloog (by Gondolier) who has placed in international dressage competitions, the world class show jumper Mister Spoon (by Zadoc)/Candice King/USA and Nietje (by Ziehim), who took gold on the Dutch team at the 2006 World Equestrian Games in Aachen in Koos de Ronde’s driving team of four as well as many State Premium mares and auction horses.\r\n\r\n<iframe src="//www.youtube.com/embed/2k35AnGvhc8" height="315" width="560" allowfullscreen="" frameborder="0"></iframe>', 'Florenciano', '', 'publish', 'closed', 'closed', '', 'florenciano', '', '', '2014-03-05 17:32:09', '2014-03-05 16:32:09', '', 0, 'http://127.0.0.1:4001/wordpress/?post_type=drg_horse&p=5074', 0, 'drg_horse', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(5075, 1, '2014-02-25 16:42:42', '2014-02-25 16:42:42', '<h4>Westfale - grey - 2007 - 16.3 ½ hands</h4>\r\n\r\nBreeder: Dr. Axel Schuerner, Nideggen, Germany \r\n\r\nApproved for Hanover, OS, Mecklenburg, Rhineland, Westphalia and all Southern German Verbands.\r\nOther Verbands on request!\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy.\r\n\r\nOrders for fresh semen must be received by 9:00 a.m. the day before since the stallion is stationed in Italy!\r\n\r\n \r\n\r\nAlthough Cristallo I, who is also stationed in Riesenbeck, is already successful internationally, Cristallo II is just as good as his full brother in every way. In 2009 Cristallo II left the NRW licensing venue in Münster-Handorf as the celebrated jumper champion and passed his stallion performance test in 2010 at the same venue as the reserve champion jumper with high scores for his gaits and rideability. In 2011 he took silver at the Westphalian Championships (4-year olds) and in 2012 he qualified for the Bundeschampionat. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nCristallo II’s offspring exceeded all expectations. His foals are pleasing with their modern looks, generous lines and wonderfully supple movements. Many of them have been admitted to auctions. \r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Cornet Obolensky has considerably influenced modern-day jumper breeding. Just like the dam’s sire Cassini I, he has an outstanding performance and breeding record. \r\n\r\nCristallo’s dam Cassie placed in show jumping up to medium (M) level under her sport name Cascavella. Her son Cristallo I was a NRW premium stallion, won his stallion performance test, was Westphalian Jumper Champion, participated in the Bundeschampionat Finals twice and meanwhile wins ribbons in international competitions. \r\n\r\nHis granddam Profilda was successful in show jumping up to advanced (S) level under her sport name Papaya before she gave birth to a medium (M) level show jumper named Cosima (by Calido I). Profilda is a full sister of a licensed stallion named Pocalino (by Polydor), with whom Jens Dummeyer placed in international competitions, and of a medium (M) level show jumper named Paganini as well as a half-sister of the State Premium mares Leticia (by Lancer III) and Celestine (by Cornet Obolensky). The Westphalian Almfee line also produced the sires Apartos, Avocado, Ayers Rock, Disney, Papageno, Parlando I and II and Pastell as well as the 2009 Bundeschampion of four-year old mares and geldings, Preziosa.\r\n\r\nPerformance line of Almfee \r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/K708Q4zipEw" frameborder="0" allowfullscreen></iframe>', 'Cristallo', '', 'publish', 'closed', 'closed', '', 'cristallo', '', '', '2014-03-05 17:36:33', '2014-03-05 16:36:33', '', 0, 'http://127.0.0.1:4001/wordpress/?post_type=drg_horse&p=5075', 0, 'drg_horse', '', 0),
|
||
(5076, 1, '2014-02-25 16:42:42', '2014-02-25 16:42:42', '<h4>Holstein, bay, Born: 2008, 169cm</h4>\r\n\r\nInsemination fee: 700 €* (only frozen semen)\r\n\r\n \r\nAppproved for: Holstein, Oldenburg, Oldenburg-International, Westfalen and Rheinland. As well as all the South German Stud Books and the newly formed German States Stud Books.\r\n\r\n \r\n\r\nCarthano II was the celebrated premium sire at his approvals in Holstein in 2010, showing enormous ability in his paces, correct conformation, and an abundance of “stallion presence”. Carthano II also has an outstanding trot; this is due to his enormously powerful hind legs. He has a balanced consistent rhythm and large, flexible gaits. His jumping scope, good leg technique and quick reactions at the fence are eye-catching. With all these attributes, Carthano II is undisputedly one of the top stallions of his age group. \r\n\r\nIn 2011 Carthano II completed an excellent 30-day-test in Zweibrücken. He confirmed the high expectations by scoring 126 points in the “VA-Zuchtwert” for jumping. Also worth a mention was the deserved high points awarded for his well-tempered character and great attitude. \r\n\r\nCathano ll begins his preparation for the National Young Horse Championships in 2013 with his first show jumping events this coming season. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nWe are looking forward with great expectation to Carthano’s first foals in 2012. \r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nCarthano II´s sire, Contender won his stallion performance test in Adelheidsdorf in 1987. Over the years, the son of Calypso II has developed into a valued and highly regarded breeding stallion with over one hundred of his approved sons actively serving around the world today. Contender himself was a living legend. Amongst others he sired Checkmate/M. Michaels-Beerbaum, two-time winner of the Riders Tour and team European champion, as well as Montender/M. Kutscher who won two Olympic bronze medals in 2004 and two gold medals at the European Championships in San Patrignano (ITA) in 2005.\r\n\r\n \r\n\r\n \r\n\r\nThe dam’s sire Carthago began his career at the HolsteinVerband, he went on to participate at two Olympic Games with his rider Jos Lansink. He has sired over thirty approved stallions and many international top sport horses such as Cash ridden by Marco Kutscher. Carthago was ranked second in 2010 on the WBFSH-Ranking of the world’s best show jumping sires thanks to his successful offspring.\r\n\r\nCarthano II’s dam G-Catania produced the two full-brothers and approved stallions Carthano I and II as well as two stud book premium mares and four sport horses. Two of which, Phyllis and Paula, both sired by Cambridge have been successful in 1.40 and higher jumping classes. The third maternal dam, Mechthild sired by Sacramento Song xx produced three successful sport horses: Leonardo by Landmeister, Cartouche by Cardinal und Lasso by Landmeister.\r\n\r\nThe following approved stallions all come from the Holstein lineage 2067: Aconito (by Acorado), Canterburry (by Caletto I), Canturano I and II (by Canturo), Carthano I and II (by Contender), Con Caletto (by Contender), Con Spirito (by Contender), Cosido (by Cosimo), Cristino (by Caretino), Jaquino (by Jayadevo de Mackinac), Landstreicher (by Landgraf I), Lordon (by Lord), Masetto (by Montanus), Octavio (by Oglio), Rando (by Romino) and Sympatico (by Sacramento Song xx).\r\n\r\nAmongst the 490 currently registered sport horses are Landstreicher (by Landgraf I), Cazaro (by Chambertin), Claim Collin (by Corrado I) and Cool Man (by Contender) all successful up to S-level. \r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/K708Q4zipEw" frameborder="0" allowfullscreen></iframe>', 'Carthano', '', 'publish', 'closed', 'closed', '', '4970', '', '', '2014-03-05 17:35:51', '2014-03-05 16:35:51', '', 0, 'http://127.0.0.1:4001/wordpress/?post_type=drg_horse&p=5076', 0, 'drg_horse', '', 0),
|
||
(5077, 1, '2014-02-25 16:42:42', '2014-02-25 16:42:42', '<h4>Westphalian - dark brown - 2006 - 16.2 hands</h4>\r\n\r\n<strong>Age</strong>: 03/06/2006\r\n<strong>Gender</strong>: Colt\r\n<strong>Color</strong>: dark brown\r\n<strong>Breeder</strong>: Thomas Schindler, Fautenbach, Germany\r\n\r\nApproved for Mecklenburg, Rhineland, Westphalia and all Southern German Verbands. \r\nOther Verbands on request!\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy.\r\n\r\nOrders for fresh semen must be received by 9:00 a.m. the day before since the stallion is stationed in Italy!\r\n\r\n\r\nRepeating his performance in 2011, Black Jack again won the qualifier in Riesenbeck in 2012 and thus a ticket for the Bundeschampionat for show jumpers. This feat had been preceded by a series of ribbons in medium (M*) level tests for young show jumpers and medium (M**) level show jumping tests. \r\n\r\nClearly refined by his dam’s Thoroughbred sire Heraldik xx, the gorgeous, patent leather black Black Jack was one of the highlights at the 18th NRW licensing in Münster-Handorf in 2008. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/K708Q4zipEw" frameborder="0" allowfullscreen></iframe>', 'Black Jack', '', 'publish', 'closed', 'closed', '', 'black-jack', '', '', '2014-03-05 17:32:45', '2014-03-05 16:32:45', '', 0, 'http://127.0.0.1:4001/wordpress/?post_type=drg_horse&p=5077', 0, 'drg_horse', '', 0),
|
||
(5078, 1, '2014-02-25 16:41:50', '2014-02-25 16:41:50', '<h4>Holsteiner - Line 4705 - bay - 2003 - 16.3 ½ hands </h4>\r\nBreeder: Peter Böge, Schönhorst, Germany\r\n\r\nApproved for Hanover, Holstein, OS, Mecklenburg, Rhineland, Westphalia and all Southern German Verbands.as well as Denmark, Sweden and France.\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy\r\n\r\nCarrico has now become firmly established in upper level, international show jumping after placing in Dortmund, Hagen a.T.W., Chantilly/FRA, Münster, Paderborn and Neumünster under Philipp Weishaupt and Henrik von Eckermann/SWE.\r\n\r\nAwarded a premium in 2005 in Neumünster, Carrico then took his stallion performance test in Redefin where he won the jumping as well as the dressage index, finishing first overall. In 2008 he won a qualifier at the Bundeschampionat with a 9.5 and in 2009 he placed in the Final for six-year old show jumpers in Warendorf. At the age of just seven, he won his first ribbons in advanced level classes.\r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]', 'Carrico', '', 'publish', 'closed', 'closed', '', 'carrico', '', '', '2014-03-05 17:37:40', '2014-03-05 16:37:40', '', 0, 'http://127.0.0.1:4001/wordpress/?post_type=drg_horse&p=5078', 0, 'drg_horse', '', 0),
|
||
(5079, 1, '2014-02-25 16:38:57', '2014-02-25 15:38:57', '<h4>Westphalian - brown - 2011 - 16.2 hands</h4>\r\n\r\n<strong>Nombre</strong>: Galante\r\n<strong>Año de nacimiento</strong>: 2011 \r\n<strong>Capa</strong>: Castaño\r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\n<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/A0PSY6kejnQ?rel=0" frameborder="0" allowfullscreen></iframe>', 'Galante', '2011 - Castaño', 'publish', 'closed', 'closed', '', 'galante', '', '', '2014-03-05 17:38:48', '2014-03-05 16:38:48', '', 0, 'http://127.0.0.1:4001/wordpress/?post_type=drg_horse&p=5079', 0, 'drg_horse', '', 0),
|
||
(5080, 1, '2014-02-25 16:25:33', '2014-02-25 15:25:33', '<h4>Westphalian - gris - 2012 - 16.2 hands</h4>\r\n\r\n<strong>Nombre</strong>: Hércules\r\n<strong>Año de nacimiento</strong>: 2012 \r\n<strong>Capa</strong>: gris \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\n<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/tFJGgEaxr6E?list=UU0Hl12OSVVuIaX0HUxmOtaQ" frameborder="0" allowfullscreen></iframe>', 'Hércules', 'gris - 2012', 'publish', 'closed', 'closed', '', 'hercules', '', '', '2014-03-05 17:38:20', '2014-03-05 16:38:20', '', 0, 'http://127.0.0.1:4001/wordpress/?post_type=drg_horse&p=5080', 0, 'drg_horse', '', 0),
|
||
(5081, 1, '2014-02-27 16:33:57', '2014-02-27 15:33:57', ' ', '', '', 'publish', 'closed', 'open', '', '5081', '', '', '2014-02-27 16:33:57', '2014-02-27 15:33:57', '', 0, 'http://127.0.0.1:4001/wordpress/5081/', 1, 'nav_menu_item', '', 0),
|
||
(5082, 1, '2014-02-27 16:33:57', '2014-02-27 15:33:57', ' ', '', '', 'publish', 'closed', 'open', '', '5082', '', '', '2014-02-27 16:33:57', '2014-02-27 15:33:57', '', 0, 'http://127.0.0.1:4001/wordpress/5082/', 2, 'nav_menu_item', '', 0),
|
||
(5083, 1, '2014-02-27 16:33:57', '2014-02-27 15:33:57', ' ', '', '', 'publish', 'closed', 'open', '', '5083', '', '', '2014-02-27 16:33:57', '2014-02-27 15:33:57', '', 0, 'http://127.0.0.1:4001/wordpress/5083/', 3, 'nav_menu_item', '', 0),
|
||
(5084, 1, '2014-02-27 16:33:57', '2014-02-27 15:33:57', ' ', '', '', 'publish', 'closed', 'open', '', '5084', '', '', '2014-02-27 16:33:57', '2014-02-27 15:33:57', '', 0, 'http://127.0.0.1:4001/wordpress/5084/', 4, 'nav_menu_item', '', 0),
|
||
(5085, 1, '2014-02-27 16:33:57', '2014-02-27 15:33:57', ' ', '', '', 'publish', 'closed', 'open', '', '5085', '', '', '2014-02-27 16:33:57', '2014-02-27 15:33:57', '', 0, 'http://127.0.0.1:4001/wordpress/5085/', 5, 'nav_menu_item', '', 0),
|
||
(5086, 1, '2014-02-28 12:50:49', '2014-02-28 11:50:49', '[separator top="-20"]\r\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Santaynez.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/03_bannerhome_allotjament_2.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/09_bannerhome_caballo_1.jpg[/slide][/slider]\r\n[separator top="-30" style="none"]\r\n<strong><em>A cien kilómetros de Madrid están las instalaciones de Double R Group. En una finca de treinta hectáreas desarrollamos las actividades de cría y entrenamiento de caballos para la alta competición.</em></strong>\r\n\r\n[separator top="50"]\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0" bordercolor="#e5e4e4" paddingTop="0px" paddingBottom="0px"]\r\n\r\n[two_third last="no"]\r\n[title size="3"]Dotaciones[/title]\r\n\r\nDouble R Group tiene toda la infraestructura necesaria para el desarrollo y el entrenamiento de los caballos en todas sus fases\r\n\r\n[checklist icon="circle-arrow-right" iconcolor="395B7B" circle="no"]\r\n<ul>\r\n <li>Finca de más de treinta hectáreas.</li>\r\n <li>Pistas de trabajo y salto</li>\r\n <li>Pistas para dar cuerda</li>\r\n <li>Pistas de galope</li>\r\n <li>Caminadores</li>\r\n <li>Suelos de condiciones óptimas</li>\r\n</ul>\r\n[/checklist]\r\n[/two_third]\r\n\r\n[one_third last="yes"]\r\n[title size="3"]Localización[/title]\r\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="150" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\r\n<small>Instalaciones en la Comunidad de Madrid</small>\r\n[/one_third]\r\n[/fullwidth]\r\n[separator top="15"]\r\n[title size="3"]Imágenes de las instalaciones[/title]\r\n\r\n[images lightbox="yes"]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/1.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/2.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/3.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/4.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/5.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/6.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/7.jpg" alt=""]\r\n[/images]', 'Instalaciones', '', 'inherit', 'closed', 'open', '', '4824-revision-v1', '', '', '2014-02-28 12:50:49', '2014-02-28 11:50:49', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-revision-v1/', 0, 'revision', '', 0),
|
||
(5088, 1, '2014-02-28 12:52:28', '2014-02-28 11:52:28', '[separator top="-20"]\r\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Santaynez.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/03_bannerhome_allotjament_2.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/09_bannerhome_caballo_1.jpg[/slide][/slider]\r\n[separator top="-30" style="none"]\r\n<strong><em>A cien kilómetros de Madrid están las instalaciones de Double R Group. En una finca de treinta hectáreas desarrollamos las actividades de cría y entrenamiento de caballos para la alta competición.</em></strong>\r\n\r\n[separator top="50"]\r\n\r\n[two_third last="no"]\r\n[title size="3"]Dotaciones[/title]\r\n\r\nDouble R Group tiene toda la infraestructura necesaria para el desarrollo y el entrenamiento de los caballos en todas sus fases\r\n\r\n[checklist icon="circle-arrow-right" iconcolor="395B7B" circle="no"]\r\n<ul>\r\n <li>Finca de más de treinta hectáreas.</li>\r\n <li>Pistas de trabajo y salto</li>\r\n <li>Pistas para dar cuerda</li>\r\n <li>Pistas de galope</li>\r\n <li>Caminadores</li>\r\n <li>Suelos de condiciones óptimas</li>\r\n</ul>\r\n[/checklist]\r\n[/two_third]\r\n\r\n[one_third last="yes"]\r\n[title size="3"]Localización[/title]\r\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="150" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\r\n<small>Instalaciones en la Comunidad de Madrid</small>\r\n[/one_third]\r\n\r\n[separator top="15"]\r\n[title size="3"]Imágenes de las instalaciones[/title]\r\n\r\n[images lightbox="yes"]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/1.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/2.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/3.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/4.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/5.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/6.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/7.jpg" alt=""]\r\n[/images]', 'Instalaciones', '', 'inherit', 'closed', 'open', '', '4824-revision-v1', '', '', '2014-02-28 12:52:28', '2014-02-28 11:52:28', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-revision-v1/', 0, 'revision', '', 0),
|
||
(5087, 1, '2014-02-28 12:51:35', '2014-02-28 11:51:35', '[separator top="-20"]\r\n[slider][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/Santaynez.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/03_bannerhome_allotjament_2.jpg[/slide][slide]http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/09_bannerhome_caballo_1.jpg[/slide][/slider]\r\n[separator top="-30" style="none"]\r\n<strong><em>A cien kilómetros de Madrid están las instalaciones de Double R Group. En una finca de treinta hectáreas desarrollamos las actividades de cría y entrenamiento de caballos para la alta competición.</em></strong>\r\n\r\n[separator top="50"]\r\n\r\n[fullwidth backgroundcolor="#f8f8f8" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="20px" paddingBottom="20px"]\r\n\r\n[two_third last="no"]\r\n[title size="3"]Dotaciones[/title]\r\n\r\nDouble R Group tiene toda la infraestructura necesaria para el desarrollo y el entrenamiento de los caballos en todas sus fases\r\n\r\n[checklist icon="circle-arrow-right" iconcolor="395B7B" circle="no"]\r\n<ul>\r\n <li>Finca de más de treinta hectáreas.</li>\r\n <li>Pistas de trabajo y salto</li>\r\n <li>Pistas para dar cuerda</li>\r\n <li>Pistas de galope</li>\r\n <li>Caminadores</li>\r\n <li>Suelos de condiciones óptimas</li>\r\n</ul>\r\n[/checklist]\r\n[/two_third]\r\n\r\n[one_third last="yes"]\r\n[title size="3"]Localización[/title]\r\n<iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=775+New+York+Ave,+Brooklyn,+Kings,+New+York+11203&aq=&sll=27.698638,-83.804601&sspn=21.770131,47.878418&ie=UTF8&hq=&hnear=775+E+New+York+Ave,+Brooklyn,+New+York+11203&t=m&z=14&ll=40.662441,-73.936935&output=embed" height="150" width="288" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>\r\n<small>Instalaciones en la Comunidad de Madrid</small>\r\n[/one_third]\r\n[/fullwidth]\r\n[separator top="15"]\r\n[title size="3"]Imágenes de las instalaciones[/title]\r\n\r\n[images lightbox="yes"]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/1.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/2.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/3.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/4.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/5.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/6.jpg" alt=""]\r\n[image link="" linktarget="_self" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/7.jpg" alt=""]\r\n[/images]', 'Instalaciones', '', 'inherit', 'closed', 'open', '', '4824-revision-v1', '', '', '2014-02-28 12:51:35', '2014-02-28 11:51:35', '', 4824, 'http://127.0.0.1:4001/wordpress/4824-revision-v1/', 0, 'revision', '', 0),
|
||
(5089, 1, '2014-02-28 12:53:18', '2014-02-28 11:53:18', '[separator top="-55"]\r\n\r\n[fullwidth bordersize="0"]\r\n\r\n \r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_works layout="grid-with-excerpts" filters="no" columns="4" cat_slug="" number_posts="4" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-02-28 12:53:18', '2014-02-28 11:53:18', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5090, 1, '2014-02-28 12:54:41', '0000-00-00 00:00:00', '', 'Borrador automático', '', 'auto-draft', 'closed', 'open', '', '', '', '', '2014-02-28 12:54:41', '0000-00-00 00:00:00', '', 0, 'http://127.0.0.1:4001/wordpress/?p=5090', 0, 'post', '', 0),
|
||
(5097, 1, '2014-02-28 13:06:59', '2014-02-28 12:06:59', '[separator top="-55"]\r\n[fullwidth bordersize="0"]\r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_works layout="grid-with-excerpts" filters="no" columns="4" cat_slug="" number_posts="4" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-02-28 13:06:59', '2014-02-28 12:06:59', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5093, 1, '2014-02-28 13:03:04', '2014-02-28 12:03:04', '[separator top="-55"]\r\n[fullwidth bordersize="0"]\r\n\r\n[/fullwidth]\r\n\r\n[fullwidth bordersize="0"]\r\n\r\n \r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_works layout="grid-with-excerpts" filters="no" columns="4" cat_slug="" number_posts="4" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-02-28 13:03:04', '2014-02-28 12:03:04', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5094, 1, '2014-02-28 13:05:23', '0000-00-00 00:00:00', '', 'Borrador automático', '', 'auto-draft', 'closed', 'open', '', '', '', '', '2014-02-28 13:05:23', '0000-00-00 00:00:00', '', 0, 'http://127.0.0.1:4001/wordpress/?post_type=themefusion_elastic&p=5094', 0, 'themefusion_elastic', '', 0),
|
||
(5099, 1, '2014-03-03 11:03:41', '2014-03-03 10:03:41', '', 'Baileys Logo', '', 'inherit', 'closed', 'open', '', 'baileys-logo', '', '', '2014-03-03 11:03:41', '2014-03-03 10:03:41', '', 0, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(5098, 1, '2014-02-28 13:13:51', '2014-02-28 12:13:51', '', 'splash2', '', 'inherit', 'closed', 'open', '', 'splash2', '', '', '2014-02-28 13:13:51', '2014-02-28 12:13:51', '', 0, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/splash2.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(5100, 1, '2014-03-03 11:03:42', '2014-03-03 10:03:42', '', 'Gucci_Charity_Classic_Logo_White_Final', '', 'inherit', 'closed', 'open', '', 'gucci_charity_classic_logo_white_final', '', '', '2014-03-03 11:03:42', '2014-03-03 10:03:42', '', 0, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(5101, 1, '2014-03-03 11:03:45', '2014-03-03 10:03:45', '', 'hermes-usef2', '', 'inherit', 'closed', 'open', '', 'hermes-usef2', '', '', '2014-03-03 11:03:45', '2014-03-03 10:03:45', '', 0, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(5102, 1, '2014-03-03 11:03:46', '2014-03-03 10:03:46', '', 'logoStlHorseShow', '', 'inherit', 'closed', 'open', '', 'logostlhorseshow', '', '', '2014-03-03 11:03:46', '2014-03-03 10:03:46', '', 0, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png', 0, 'attachment', 'image/png', 0),
|
||
(5104, 1, '2014-03-03 11:05:35', '2014-03-03 10:05:35', '[separator top="-55"]\r\n[fullwidth bordersize="0"]\r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_works layout="grid-with-excerpts" filters="no" columns="4" cat_slug="" number_posts="4" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 11:05:35', '2014-03-03 10:05:35', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5105, 1, '2014-03-03 13:12:05', '2014-03-03 12:12:05', '[separator top="-55"]\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\n[separator top="40" style="single"]\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\n[/fullwidth]\n[separator top="10"]\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\n[/one_half]\n[separator top="40" style="single"]\n[one_third last="no"]\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\n[/one_third]\n[one_third last="no"]\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\n[/one_third]\n[one_third last="yes"]\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\n[/one_third]\n[/fullwidth]\n\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\n\n[title size="4"]Últimas noticias[/title]\n\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\n\n[/one_half] [one_half last="yes"]\n\n[title size="4"]Últimas noticias[/title]\n\n[/one_half]\n\n[/fullwidth]\n\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\n[/fullwidth]\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-autosave-v1', '', '', '2014-03-03 13:12:05', '2014-03-03 12:12:05', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-autosave-v1/', 0, 'revision', '', 0),
|
||
(5107, 1, '2014-03-03 11:06:53', '2014-03-03 10:06:53', '[separator top="-55"]\r\n[fullwidth bordersize="0"]\r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_works layout="grid-with-excerpts" filters="no" columns="4" cat_slug="" number_posts="4" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="0" backgroundcolor="#fff"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 11:06:53', '2014-03-03 10:06:53', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(5108, 1, '2014-03-03 11:18:45', '2014-03-03 10:18:45', '[separator top="-55"]\r\n[fullwidth bordersize="0"]\r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_works layout="grid-with-excerpts" filters="no" columns="4" cat_slug="" number_posts="4" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="0" backgroundcolor="#fff" paddingTop="20"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 11:18:45', '2014-03-03 10:18:45', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5109, 1, '2014-03-03 11:18:45', '2014-03-03 10:18:45', '[separator top="-55"]\r\n[fullwidth bordersize="0"]\r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_works layout="grid-with-excerpts" filters="no" columns="4" cat_slug="" number_posts="4" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="0" backgroundcolor="#fff" paddingTop="20"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 11:18:45', '2014-03-03 10:18:45', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5110, 1, '2014-03-03 11:19:14', '2014-03-03 10:19:14', '[separator top="-55"]\r\n[fullwidth bordersize="0"]\r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_works layout="grid-with-excerpts" filters="no" columns="4" cat_slug="" number_posts="4" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="0" backgroundcolor="#fff" paddingTop="20px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 11:19:14', '2014-03-03 10:19:14', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5111, 1, '2014-03-03 11:19:15', '2014-03-03 10:19:15', '[separator top="-55"]\r\n[fullwidth bordersize="0"]\r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_works layout="grid-with-excerpts" filters="no" columns="4" cat_slug="" number_posts="4" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="0" backgroundcolor="#fff" paddingTop="20px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 11:19:15', '2014-03-03 10:19:15', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5112, 1, '2014-03-03 11:22:25', '2014-03-03 10:22:25', '[separator top="-55"]\r\n[fullwidth bordersize="0"]\r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_works layout="grid-with-excerpts" filters="no" columns="4" cat_slug="" number_posts="4" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="0" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 11:22:25', '2014-03-03 10:22:25', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5113, 1, '2014-03-03 11:22:25', '2014-03-03 10:22:25', '[separator top="-55"]\r\n[fullwidth bordersize="0"]\r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_works layout="grid-with-excerpts" filters="no" columns="4" cat_slug="" number_posts="4" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="0" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 11:22:25', '2014-03-03 10:22:25', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5114, 1, '2014-03-03 11:32:48', '2014-03-03 10:32:48', '[separator top="-55"]\r\n[fullwidth bordersize="0"]\r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_works layout="grid-with-excerpts" filters="no" columns="4" cat_slug="" number_posts="4" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 11:32:48', '2014-03-03 10:32:48', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5115, 1, '2014-03-03 11:32:48', '2014-03-03 10:32:48', '[separator top="-55"]\r\n[fullwidth bordersize="0"]\r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_works layout="grid-with-excerpts" filters="no" columns="4" cat_slug="" number_posts="4" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 11:32:48', '2014-03-03 10:32:48', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5116, 1, '2014-03-03 11:37:49', '2014-03-03 10:37:49', '', '80038', '', 'inherit', 'closed', 'open', '', '80038', '', '', '2014-03-03 11:37:49', '2014-03-03 10:37:49', '', 0, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg', 0, 'attachment', 'image/jpeg', 0),
|
||
(5117, 1, '2014-03-03 11:38:03', '2014-03-03 10:38:03', '[separator top="-55"]\r\n[fullwidth bordersize="0"]\r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_works layout="grid-with-excerpts" filters="no" columns="4" cat_slug="" number_posts="4" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 11:38:03', '2014-03-03 10:38:03', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5118, 1, '2014-03-03 11:38:03', '2014-03-03 10:38:03', '[separator top="-55"]\r\n[fullwidth bordersize="0"]\r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_works layout="grid-with-excerpts" filters="no" columns="4" cat_slug="" number_posts="4" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/10/client1.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 11:38:03', '2014-03-03 10:38:03', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5119, 1, '2014-03-03 11:38:54', '2014-03-03 10:38:54', '', 'GSHS_logo_384x384', '', 'inherit', 'closed', 'open', '', 'gshs_logo_384x384', '', '', '2014-03-03 11:38:54', '2014-03-03 10:38:54', '', 0, 'http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png', 0, 'attachment', 'image/png', 0),
|
||
(5130, 1, '2014-03-03 12:53:17', '2014-03-03 11:53:17', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="60px" paddingBottom="20px"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 12:53:17', '2014-03-03 11:53:17', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5120, 1, '2014-03-03 11:39:19', '2014-03-03 10:39:19', '[separator top="-55"]\r\n[fullwidth bordersize="0"]\r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_works layout="grid-with-excerpts" filters="no" columns="4" cat_slug="" number_posts="4" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 11:39:19', '2014-03-03 10:39:19', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5125, 1, '2014-03-03 11:55:11', '2014-03-03 10:55:11', '[separator top="-55"]\r\n[fullwidth bordersize="0"]\r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 11:55:11', '2014-03-03 10:55:11', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5121, 1, '2014-03-03 11:39:19', '2014-03-03 10:39:19', '[separator top="-55"]\r\n[fullwidth bordersize="0"]\r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_works layout="grid-with-excerpts" filters="no" columns="4" cat_slug="" number_posts="4" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_works]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 11:39:19', '2014-03-03 10:39:19', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5124, 1, '2014-03-03 11:55:10', '2014-03-03 10:55:10', '[separator top="-55"]\r\n[fullwidth bordersize="0"]\r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 11:55:10', '2014-03-03 10:55:10', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(5122, 1, '2014-03-03 11:51:49', '2014-03-03 10:51:49', '[separator top="-55"]\r\n[fullwidth bordersize="0"]\r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_horses layout="grid-with-excerpts" filters="no" columns="4" cat_slug="" number_posts="4" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 11:51:49', '2014-03-03 10:51:49', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5123, 1, '2014-03-03 11:51:49', '2014-03-03 10:51:49', '[separator top="-55"]\r\n[fullwidth bordersize="0"]\r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_horses layout="grid-with-excerpts" filters="no" columns="4" cat_slug="" number_posts="4" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 11:51:49', '2014-03-03 10:51:49', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5126, 1, '2014-03-03 11:55:37', '2014-03-03 10:55:37', '[separator top="-55"]\r\n[fullwidth bordersize="0"]\r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_horses layout="carousel" filters="yes" columns="5" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 11:55:37', '2014-03-03 10:55:37', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5127, 1, '2014-03-03 11:55:37', '2014-03-03 10:55:37', '[separator top="-55"]\r\n[fullwidth bordersize="0"]\r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_horses layout="carousel" filters="yes" columns="5" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 11:55:37', '2014-03-03 10:55:37', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5128, 1, '2014-03-03 11:55:52', '2014-03-03 10:55:52', '[separator top="-55"]\r\n[fullwidth bordersize="0"]\r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 11:55:52', '2014-03-03 10:55:52', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5129, 1, '2014-03-03 11:55:52', '2014-03-03 10:55:52', '[separator top="-55"]\r\n[fullwidth bordersize="0"]\r\n\r\n[title size="2"]Nuestros caballos[/title]\r\n\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 11:55:52', '2014-03-03 10:55:52', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5131, 1, '2014-03-03 12:53:17', '2014-03-03 11:53:17', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="60px" paddingBottom="20px"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 12:53:17', '2014-03-03 11:53:17', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5132, 1, '2014-03-03 12:53:36', '2014-03-03 11:53:36', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="60px" paddingBottom="20px"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[separator top="40" style="shadow"]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 12:53:36', '2014-03-03 11:53:36', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5133, 1, '2014-03-03 12:53:36', '2014-03-03 11:53:36', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="60px" paddingBottom="20px"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[separator top="40" style="shadow"]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 12:53:36', '2014-03-03 11:53:36', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5134, 1, '2014-03-03 12:53:59', '2014-03-03 11:53:59', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="60px" paddingBottom="60px"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[separator top="40"]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 12:53:59', '2014-03-03 11:53:59', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5135, 1, '2014-03-03 12:54:00', '2014-03-03 11:54:00', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="60px" paddingBottom="60px"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[separator top="40"]\r\n[/fullwidth]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 12:54:00', '2014-03-03 11:54:00', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5136, 1, '2014-03-03 12:55:01', '2014-03-03 11:55:01', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="60px" paddingBottom="100px"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 12:55:01', '2014-03-03 11:55:01', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5137, 1, '2014-03-03 12:55:01', '2014-03-03 11:55:01', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="60px" paddingBottom="100px"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="2"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 12:55:01', '2014-03-03 11:55:01', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5138, 1, '2014-03-03 12:55:28', '2014-03-03 11:55:28', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="60px" paddingBottom="100px"]\r\n[title size="3"]Caballos de competición[/title]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 12:55:28', '2014-03-03 11:55:28', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5139, 1, '2014-03-03 12:55:28', '2014-03-03 11:55:28', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="60px" paddingBottom="100px"]\r\n[title size="3"]Caballos de competición[/title]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 12:55:28', '2014-03-03 11:55:28', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(5166, 1, '2014-03-03 13:06:04', '2014-03-03 12:06:04', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395B7B;">competición</span></h1><p style="font-size:18px;text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 13:06:04', '2014-03-03 12:06:04', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5164, 1, '2014-03-03 13:05:47', '2014-03-03 12:05:47', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395B7B;">competición</span></h1><p style="font-size:18px;text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 13:05:47', '2014-03-03 12:05:47', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5140, 1, '2014-03-03 12:57:34', '2014-03-03 11:57:34', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="60px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Avada: Themeforest’s <span style="color: #a0ce4e;">#1</span> Selling WordPress Theme of All Time</h1><p style="text-align: center; margin-top: -10px;">With over <span class="tooltip-shortcode"><strong>32,000 Users and counting</strong><span class="popup"> <span class="holder"> <span>800+ Sales Per Week!</span> </span> </span></span>, Avada is the right choice for you! Simply put, its the <span class="tooltip-shortcode"><strong>most complete and trusted</strong><span class="popup"> <span class="holder"> <span>We Love Our Users!</span> </span> </span></span> wordpress theme on the market.</p>\r\n\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 12:57:34', '2014-03-03 11:57:34', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5167, 1, '2014-03-03 13:06:04', '2014-03-03 12:06:04', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395B7B;">competición</span></h1><p style="font-size:18px;text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 13:06:04', '2014-03-03 12:06:04', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5165, 1, '2014-03-03 13:05:47', '2014-03-03 12:05:47', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395B7B;">competición</span></h1><p style="font-size:18px;text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 13:05:47', '2014-03-03 12:05:47', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5141, 1, '2014-03-03 12:57:34', '2014-03-03 11:57:34', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="60px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Avada: Themeforest’s <span style="color: #a0ce4e;">#1</span> Selling WordPress Theme of All Time</h1><p style="text-align: center; margin-top: -10px;">With over <span class="tooltip-shortcode"><strong>32,000 Users and counting</strong><span class="popup"> <span class="holder"> <span>800+ Sales Per Week!</span> </span> </span></span>, Avada is the right choice for you! Simply put, its the <span class="tooltip-shortcode"><strong>most complete and trusted</strong><span class="popup"> <span class="holder"> <span>We Love Our Users!</span> </span> </span></span> wordpress theme on the market.</p>\r\n\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 12:57:34', '2014-03-03 11:57:34', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5142, 1, '2014-03-03 12:59:24', '2014-03-03 11:59:24', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="60px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Cría y venta de caballos de <span style="color: #a0ce4e;">competición</span></h1><p style="text-align: center; margin-top: -10px;">With over <span class="tooltip-shortcode"><strong>32,000 Users and counting</strong><span class="popup"> <span class="holder"> <span>800+ Sales Per Week!</span> </span> </span></span>, Avada is the right choice for you! Simply put, its the <span class="tooltip-shortcode"><strong>most complete and trusted</strong><span class="popup"> <span class="holder"> <span>We Love Our Users!</span> </span> </span></span> wordpress theme on the market.</p>\r\n\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 12:59:24', '2014-03-03 11:59:24', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5143, 1, '2014-03-03 12:59:24', '2014-03-03 11:59:24', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="60px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Cría y venta de caballos de <span style="color: #a0ce4e;">competición</span></h1><p style="text-align: center; margin-top: -10px;">With over <span class="tooltip-shortcode"><strong>32,000 Users and counting</strong><span class="popup"> <span class="holder"> <span>800+ Sales Per Week!</span> </span> </span></span>, Avada is the right choice for you! Simply put, its the <span class="tooltip-shortcode"><strong>most complete and trusted</strong><span class="popup"> <span class="holder"> <span>We Love Our Users!</span> </span> </span></span> wordpress theme on the market.</p>\r\n\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 12:59:24', '2014-03-03 11:59:24', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5144, 1, '2014-03-03 12:59:44', '2014-03-03 11:59:44', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="60px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Cría y venta de caballos de <span style="color: #395B7B;">competición</span></h1><p style="text-align: center; margin-top: -10px;">With over <span class="tooltip-shortcode"><strong>32,000 Users and counting</strong><span class="popup"> <span class="holder"> <span>800+ Sales Per Week!</span> </span> </span></span>, Avada is the right choice for you! Simply put, its the <span class="tooltip-shortcode"><strong>most complete and trusted</strong><span class="popup"> <span class="holder"> <span>We Love Our Users!</span> </span> </span></span> wordpress theme on the market.</p>\r\n\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 12:59:44', '2014-03-03 11:59:44', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5145, 1, '2014-03-03 12:59:44', '2014-03-03 11:59:44', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="60px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Cría y venta de caballos de <span style="color: #395B7B;">competición</span></h1><p style="text-align: center; margin-top: -10px;">With over <span class="tooltip-shortcode"><strong>32,000 Users and counting</strong><span class="popup"> <span class="holder"> <span>800+ Sales Per Week!</span> </span> </span></span>, Avada is the right choice for you! Simply put, its the <span class="tooltip-shortcode"><strong>most complete and trusted</strong><span class="popup"> <span class="holder"> <span>We Love Our Users!</span> </span> </span></span> wordpress theme on the market.</p>\r\n\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 12:59:44', '2014-03-03 11:59:44', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5146, 1, '2014-03-03 13:00:01', '2014-03-03 12:00:01', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="60px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Cría y venta de caballos de <span style="color: #395B7B;">competición</span></h1><h3 style="text-align: center; margin-top: -10px;">With over <span class="tooltip-shortcode"><strong>32,000 Users and counting</strong><span class="popup"> <span class="holder"> <span>800+ Sales Per Week!</span> </span> </span></span>, Avada is the right choice for you! Simply put, its the <span class="tooltip-shortcode"><strong>most complete and trusted</strong><span class="popup"> <span class="holder"> <span>We Love Our Users!</span> </span> </span></span> wordpress theme on the market.</h3>\r\n\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 13:00:01', '2014-03-03 12:00:01', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5147, 1, '2014-03-03 13:00:01', '2014-03-03 12:00:01', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="60px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Cría y venta de caballos de <span style="color: #395B7B;">competición</span></h1><h3 style="text-align: center; margin-top: -10px;">With over <span class="tooltip-shortcode"><strong>32,000 Users and counting</strong><span class="popup"> <span class="holder"> <span>800+ Sales Per Week!</span> </span> </span></span>, Avada is the right choice for you! Simply put, its the <span class="tooltip-shortcode"><strong>most complete and trusted</strong><span class="popup"> <span class="holder"> <span>We Love Our Users!</span> </span> </span></span> wordpress theme on the market.</h3>\r\n\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 13:00:01', '2014-03-03 12:00:01', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5148, 1, '2014-03-03 13:00:19', '2014-03-03 12:00:19', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="60px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Cría y venta de caballos de <span style="color: #395B7B;">competición</span></h1><h4 style="text-align: center; margin-top: -10px;">With over <span class="tooltip-shortcode"><strong>32,000 Users and counting</strong><span class="popup"> <span class="holder"> <span>800+ Sales Per Week!</span> </span> </span></span>, Avada is the right choice for you! Simply put, its the <span class="tooltip-shortcode"><strong>most complete and trusted</strong><span class="popup"> <span class="holder"> <span>We Love Our Users!</span> </span> </span></span> wordpress theme on the market.</h4>\r\n\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 13:00:19', '2014-03-03 12:00:19', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(5149, 1, '2014-03-03 13:00:19', '2014-03-03 12:00:19', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="60px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Cría y venta de caballos de <span style="color: #395B7B;">competición</span></h1><h4 style="text-align: center; margin-top: -10px;">With over <span class="tooltip-shortcode"><strong>32,000 Users and counting</strong><span class="popup"> <span class="holder"> <span>800+ Sales Per Week!</span> </span> </span></span>, Avada is the right choice for you! Simply put, its the <span class="tooltip-shortcode"><strong>most complete and trusted</strong><span class="popup"> <span class="holder"> <span>We Love Our Users!</span> </span> </span></span> wordpress theme on the market.</h4>\r\n\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 13:00:19', '2014-03-03 12:00:19', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5150, 1, '2014-03-03 13:00:40', '2014-03-03 12:00:40', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="60px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Cría y venta de caballos de <span style="color: #395B7B;">competición</span></h1><p style="font-size:22px;text-align: center; margin-top: -10px;">With over <span class="tooltip-shortcode"><strong>32,000 Users and counting</strong><span class="popup"> <span class="holder"> <span>800+ Sales Per Week!</span> </span> </span></span>, Avada is the right choice for you! Simply put, its the <span class="tooltip-shortcode"><strong>most complete and trusted</strong><span class="popup"> <span class="holder"> <span>We Love Our Users!</span> </span> </span></span> wordpress theme on the market.</p>\r\n\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 13:00:40', '2014-03-03 12:00:40', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5151, 1, '2014-03-03 13:00:40', '2014-03-03 12:00:40', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="60px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Cría y venta de caballos de <span style="color: #395B7B;">competición</span></h1><p style="font-size:22px;text-align: center; margin-top: -10px;">With over <span class="tooltip-shortcode"><strong>32,000 Users and counting</strong><span class="popup"> <span class="holder"> <span>800+ Sales Per Week!</span> </span> </span></span>, Avada is the right choice for you! Simply put, its the <span class="tooltip-shortcode"><strong>most complete and trusted</strong><span class="popup"> <span class="holder"> <span>We Love Our Users!</span> </span> </span></span> wordpress theme on the market.</p>\r\n\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 13:00:40', '2014-03-03 12:00:40', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5152, 1, '2014-03-03 13:00:50', '2014-03-03 12:00:50', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="60px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Cría y venta de caballos de <span style="color: #395B7B;">competición</span></h1><p style="font-size:18px;text-align: center; margin-top: -10px;">With over <span class="tooltip-shortcode"><strong>32,000 Users and counting</strong><span class="popup"> <span class="holder"> <span>800+ Sales Per Week!</span> </span> </span></span>, Avada is the right choice for you! Simply put, its the <span class="tooltip-shortcode"><strong>most complete and trusted</strong><span class="popup"> <span class="holder"> <span>We Love Our Users!</span> </span> </span></span> wordpress theme on the market.</p>\r\n\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 13:00:50', '2014-03-03 12:00:50', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5153, 1, '2014-03-03 13:00:51', '2014-03-03 12:00:51', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="60px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 30px !important;">Cría y venta de caballos de <span style="color: #395B7B;">competición</span></h1><p style="font-size:18px;text-align: center; margin-top: -10px;">With over <span class="tooltip-shortcode"><strong>32,000 Users and counting</strong><span class="popup"> <span class="holder"> <span>800+ Sales Per Week!</span> </span> </span></span>, Avada is the right choice for you! Simply put, its the <span class="tooltip-shortcode"><strong>most complete and trusted</strong><span class="popup"> <span class="holder"> <span>We Love Our Users!</span> </span> </span></span> wordpress theme on the market.</p>\r\n\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 13:00:51', '2014-03-03 12:00:51', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5154, 1, '2014-03-03 13:01:05', '2014-03-03 12:01:05', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="60px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395B7B;">competición</span></h1><p style="font-size:18px;text-align: center; margin-top: -10px;">With over <span class="tooltip-shortcode"><strong>32,000 Users and counting</strong><span class="popup"> <span class="holder"> <span>800+ Sales Per Week!</span> </span> </span></span>, Avada is the right choice for you! Simply put, its the <span class="tooltip-shortcode"><strong>most complete and trusted</strong><span class="popup"> <span class="holder"> <span>We Love Our Users!</span> </span> </span></span> wordpress theme on the market.</p>\r\n\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 13:01:05', '2014-03-03 12:01:05', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5155, 1, '2014-03-03 13:01:06', '2014-03-03 12:01:06', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="60px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395B7B;">competición</span></h1><p style="font-size:18px;text-align: center; margin-top: -10px;">With over <span class="tooltip-shortcode"><strong>32,000 Users and counting</strong><span class="popup"> <span class="holder"> <span>800+ Sales Per Week!</span> </span> </span></span>, Avada is the right choice for you! Simply put, its the <span class="tooltip-shortcode"><strong>most complete and trusted</strong><span class="popup"> <span class="holder"> <span>We Love Our Users!</span> </span> </span></span> wordpress theme on the market.</p>\r\n\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 13:01:06', '2014-03-03 12:01:06', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5162, 1, '2014-03-03 13:05:29', '2014-03-03 12:05:29', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395B7B;">competición</span></h1><p style="font-size:18px;text-align: center; margin-top: -10px;">En <span class="tooltip-shortcode"><strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 13:05:29', '2014-03-03 12:05:29', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5156, 1, '2014-03-03 13:01:29', '2014-03-03 12:01:29', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="60px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395B7B;">competición</span></h1><p style="font-size:18px;text-align: center; margin-top: -10px;">With over <span class="tooltip-shortcode"><strong>32,000 Users and counting</strong><span class="popup"> <span class="holder"> <span>800+ Sales Per Week!</span> </span> </span></span>, Avada is the right choice for you! Simply put, its the <span class="tooltip-shortcode"><strong>most complete and trusted</strong><span class="popup"> <span class="holder"> <span>We Love Our Users!</span> </span> </span></span> wordpress theme on the market.</p>\r\n[separator top="40" style="shadow"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 13:01:29', '2014-03-03 12:01:29', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5163, 1, '2014-03-03 13:05:30', '2014-03-03 12:05:30', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395B7B;">competición</span></h1><p style="font-size:18px;text-align: center; margin-top: -10px;">En <span class="tooltip-shortcode"><strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 13:05:30', '2014-03-03 12:05:30', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5157, 1, '2014-03-03 13:01:29', '2014-03-03 12:01:29', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="60px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395B7B;">competición</span></h1><p style="font-size:18px;text-align: center; margin-top: -10px;">With over <span class="tooltip-shortcode"><strong>32,000 Users and counting</strong><span class="popup"> <span class="holder"> <span>800+ Sales Per Week!</span> </span> </span></span>, Avada is the right choice for you! Simply put, its the <span class="tooltip-shortcode"><strong>most complete and trusted</strong><span class="popup"> <span class="holder"> <span>We Love Our Users!</span> </span> </span></span> wordpress theme on the market.</p>\r\n[separator top="40" style="shadow"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 13:01:29', '2014-03-03 12:01:29', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5158, 1, '2014-03-03 13:01:40', '2014-03-03 12:01:40', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395B7B;">competición</span></h1><p style="font-size:18px;text-align: center; margin-top: -10px;">With over <span class="tooltip-shortcode"><strong>32,000 Users and counting</strong><span class="popup"> <span class="holder"> <span>800+ Sales Per Week!</span> </span> </span></span>, Avada is the right choice for you! Simply put, its the <span class="tooltip-shortcode"><strong>most complete and trusted</strong><span class="popup"> <span class="holder"> <span>We Love Our Users!</span> </span> </span></span> wordpress theme on the market.</p>\r\n[separator top="40" style="shadow"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 13:01:40', '2014-03-03 12:01:40', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(5159, 1, '2014-03-03 13:01:40', '2014-03-03 12:01:40', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395B7B;">competición</span></h1><p style="font-size:18px;text-align: center; margin-top: -10px;">With over <span class="tooltip-shortcode"><strong>32,000 Users and counting</strong><span class="popup"> <span class="holder"> <span>800+ Sales Per Week!</span> </span> </span></span>, Avada is the right choice for you! Simply put, its the <span class="tooltip-shortcode"><strong>most complete and trusted</strong><span class="popup"> <span class="holder"> <span>We Love Our Users!</span> </span> </span></span> wordpress theme on the market.</p>\r\n[separator top="40" style="shadow"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 13:01:40', '2014-03-03 12:01:40', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5160, 1, '2014-03-03 13:02:00', '2014-03-03 12:02:00', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395B7B;">competición</span></h1><p style="font-size:18px;text-align: center; margin-top: -10px;">With over <span class="tooltip-shortcode"><strong>32,000 Users and counting</strong><span class="popup"> <span class="holder"> <span>800+ Sales Per Week!</span> </span> </span></span>, Avada is the right choice for you! Simply put, its the <span class="tooltip-shortcode"><strong>most complete and trusted</strong><span class="popup"> <span class="holder"> <span>We Love Our Users!</span> </span> </span></span> wordpress theme on the market.</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 13:02:00', '2014-03-03 12:02:00', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5161, 1, '2014-03-03 13:02:00', '2014-03-03 12:02:00', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395B7B;">competición</span></h1><p style="font-size:18px;text-align: center; margin-top: -10px;">With over <span class="tooltip-shortcode"><strong>32,000 Users and counting</strong><span class="popup"> <span class="holder"> <span>800+ Sales Per Week!</span> </span> </span></span>, Avada is the right choice for you! Simply put, its the <span class="tooltip-shortcode"><strong>most complete and trusted</strong><span class="popup"> <span class="holder"> <span>We Love Our Users!</span> </span> </span></span> wordpress theme on the market.</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[separator top="40" style="shadow"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Servicios"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 13:02:00', '2014-03-03 12:02:00', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5168, 1, '2014-03-03 13:06:27', '2014-03-03 12:06:27', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395B7B;">competición</span></h1><p style="font-size:18px;text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 13:06:27', '2014-03-03 12:06:27', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5169, 1, '2014-03-03 13:06:27', '2014-03-03 12:06:27', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395B7B;">competición</span></h1><p style="font-size:18px;text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[/fullwidth]\r\n[fullwidth bordersize="0"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 13:06:27', '2014-03-03 12:06:27', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5170, 1, '2014-03-03 13:07:16', '2014-03-03 12:07:16', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395B7B;">competición</span></h1><p style="font-size:18px;text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 13:07:16', '2014-03-03 12:07:16', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5171, 1, '2014-03-03 13:07:16', '2014-03-03 12:07:16', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395B7B;">competición</span></h1><p style="font-size:18px;text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 13:07:16', '2014-03-03 12:07:16', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5172, 1, '2014-03-03 13:08:36', '2014-03-03 12:08:36', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][recent_posts layout="default" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="35" strip_html="yes" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_posts]\r\n\r\n[/fullwidth]\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 13:08:36', '2014-03-03 12:08:36', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5173, 1, '2014-03-03 13:08:36', '2014-03-03 12:08:36', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][recent_posts layout="default" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="35" strip_html="yes" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_posts]\r\n\r\n[/fullwidth]\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 13:08:36', '2014-03-03 12:08:36', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5174, 1, '2014-03-03 13:11:01', '2014-03-03 12:11:01', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n[/one_half] [one_half last="yes"]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 13:11:01', '2014-03-03 12:11:01', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5175, 1, '2014-03-03 13:11:01', '2014-03-03 12:11:01', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="yes" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n[/one_half] [one_half last="yes"]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 13:11:01', '2014-03-03 12:11:01', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5176, 1, '2014-03-03 13:12:24', '2014-03-03 12:12:24', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 13:12:24', '2014-03-03 12:12:24', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(5177, 1, '2014-03-03 13:12:24', '2014-03-03 12:12:24', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 13:12:24', '2014-03-03 12:12:24', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5178, 1, '2014-03-03 13:12:43', '2014-03-03 12:12:43', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 13:12:43', '2014-03-03 12:12:43', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5179, 1, '2014-03-03 13:12:43', '2014-03-03 12:12:43', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="#f0f0ff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 13:12:43', '2014-03-03 12:12:43', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5180, 1, '2014-03-03 13:13:32', '2014-03-03 12:13:32', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 13:13:32', '2014-03-03 12:13:32', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5181, 1, '2014-03-03 13:13:33', '2014-03-03 12:13:33', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 13:13:33', '2014-03-03 12:13:33', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5182, 1, '2014-03-03 13:16:41', '2014-03-03 12:16:41', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="date-on-side" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 13:16:41', '2014-03-03 12:16:41', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5183, 1, '2014-03-03 13:16:41', '2014-03-03 12:16:41', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="date-on-side" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 13:16:41', '2014-03-03 12:16:41', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5184, 1, '2014-03-03 13:17:09', '2014-03-03 12:17:09', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 13:17:09', '2014-03-03 12:17:09', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5185, 1, '2014-03-03 13:17:10', '2014-03-03 12:17:10', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 13:17:10', '2014-03-03 12:17:10', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5186, 1, '2014-03-03 13:29:53', '2014-03-03 12:29:53', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n[button link="http://127.0.0.1:4001/wordpress/noticias/" color="default" size="small" target="_self" title="" animation_type="fade" animation_direction="down" animation_speed="0.1"]Ir a las noticias >[/button]\r\n\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 13:29:53', '2014-03-03 12:29:53', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5187, 1, '2014-03-03 13:29:53', '2014-03-03 12:29:53', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n[button link="http://127.0.0.1:4001/wordpress/noticias/" color="default" size="small" target="_self" title="" animation_type="fade" animation_direction="down" animation_speed="0.1"]Ir a las noticias >[/button]\r\n\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 13:29:53', '2014-03-03 12:29:53', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(5188, 1, '2014-03-03 13:31:50', '2014-03-03 12:31:50', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n<p style="text-align: right;">[button link="http://127.0.0.1:4001/wordpress/noticias/" color="default" size="small" target="_self" title="" animation_type="fade" animation_direction="down" animation_speed="0.1"]Ir a las noticias >[/button]</p>\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 13:31:50', '2014-03-03 12:31:50', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5189, 1, '2014-03-03 13:31:50', '2014-03-03 12:31:50', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="bounce" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n<p style="text-align: right;">[button link="http://127.0.0.1:4001/wordpress/noticias/" color="default" size="small" target="_self" title="" animation_type="fade" animation_direction="down" animation_speed="0.1"]Ir a las noticias >[/button]</p>\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 13:31:50', '2014-03-03 12:31:50', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5190, 1, '2014-03-03 13:33:23', '2014-03-03 12:33:23', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="flash" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n<p style="text-align: right;">[button link="http://127.0.0.1:4001/wordpress/noticias/" color="default" size="small" target="_self" title="" animation_type="fade" animation_direction="down" animation_speed="0.1"]Ir a las noticias >[/button]</p>\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 13:33:23', '2014-03-03 12:33:23', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5191, 1, '2014-03-03 13:33:23', '2014-03-03 12:33:23', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" cat_slug="" number_posts="8" excerpt_words="15" animation_type="flash" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n<p style="text-align: right;">[button link="http://127.0.0.1:4001/wordpress/noticias/" color="default" size="small" target="_self" title="" animation_type="fade" animation_direction="down" animation_speed="0.1"]Ir a las noticias >[/button]</p>\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 13:33:23', '2014-03-03 12:33:23', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5192, 1, '2014-03-03 13:34:21', '2014-03-03 12:34:21', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" number_posts="8" excerpt_words="15" animation_type="flash" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n<p style="text-align: right;">[button link="http://127.0.0.1:4001/wordpress/noticias/" color="default" size="small" target="_self" title="" animation_type="fade" animation_direction="down" animation_speed="0.1"]Ir a las noticias >[/button]</p>\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 13:34:21', '2014-03-03 12:34:21', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5193, 1, '2014-03-03 13:34:22', '2014-03-03 12:34:22', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" number_posts="8" excerpt_words="15" animation_type="flash" animation_direction="down" animation_speed="0.1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n<p style="text-align: right;">[button link="http://127.0.0.1:4001/wordpress/noticias/" color="default" size="small" target="_self" title="" animation_type="fade" animation_direction="down" animation_speed="0.1"]Ir a las noticias >[/button]</p>\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 13:34:22', '2014-03-03 12:34:22', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5194, 1, '2014-03-03 13:34:29', '2014-03-03 12:34:29', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" number_posts="8" excerpt_words="15" animation_type="flash" animation_direction="down" animation_speed="1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n<p style="text-align: right;">[button link="http://127.0.0.1:4001/wordpress/noticias/" color="default" size="small" target="_self" title="" animation_type="fade" animation_direction="down" animation_speed="0.1"]Ir a las noticias >[/button]</p>\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 13:34:29', '2014-03-03 12:34:29', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5195, 1, '2014-03-03 13:34:29', '2014-03-03 12:34:29', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" number_posts="8" excerpt_words="15" animation_type="flash" animation_direction="down" animation_speed="1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n<p style="text-align: right;">[button link="http://127.0.0.1:4001/wordpress/noticias/" color="default" size="small" target="_self" title="" animation_type="fade" animation_direction="down" animation_speed="0.1"]Ir a las noticias >[/button]</p>\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 13:34:29', '2014-03-03 12:34:29', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5196, 1, '2014-03-03 13:34:58', '2014-03-03 12:34:58', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" number_posts="8" excerpt_words="15" animation_type="shake" animation_direction="down" animation_speed="1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n<p style="text-align: right;">[button link="http://127.0.0.1:4001/wordpress/noticias/" color="default" size="small" target="_self" title="" animation_type="fade" animation_direction="down" animation_speed="0.1"]Ir a las noticias >[/button]</p>\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 13:34:58', '2014-03-03 12:34:58', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5197, 1, '2014-03-03 13:34:58', '2014-03-03 12:34:58', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" number_posts="8" excerpt_words="15" animation_type="shake" animation_direction="down" animation_speed="1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n<p style="text-align: right;">[button link="http://127.0.0.1:4001/wordpress/noticias/" color="default" size="small" target="_self" title="" animation_type="fade" animation_direction="down" animation_speed="0.1"]Ir a las noticias >[/button]</p>\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 13:34:58', '2014-03-03 12:34:58', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5198, 1, '2014-03-03 13:35:24', '2014-03-03 12:35:24', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" number_posts="8" excerpt_words="15" animation_type="slide" animation_direction="down" animation_speed="1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n<p style="text-align: right;">[button link="http://127.0.0.1:4001/wordpress/noticias/" color="default" size="small" target="_self" title="" animation_type="fade" animation_direction="down" animation_speed="0.1"]Ir a las noticias >[/button]</p>\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 13:35:24', '2014-03-03 12:35:24', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(5199, 1, '2014-03-03 13:35:25', '2014-03-03 12:35:25', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" number_posts="8" excerpt_words="15" animation_type="slide" animation_direction="down" animation_speed="1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n<p style="text-align: right;">[button link="http://127.0.0.1:4001/wordpress/noticias/" color="default" size="small" target="_self" title="" animation_type="fade" animation_direction="down" animation_speed="0.1"]Ir a las noticias >[/button]</p>\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 13:35:25', '2014-03-03 12:35:25', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5200, 1, '2014-03-03 13:35:43', '2014-03-03 12:35:43', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" number_posts="8" excerpt_words="15" animation_type="slide" animation_direction="up" animation_speed="1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n<p style="text-align: right;">[button link="http://127.0.0.1:4001/wordpress/noticias/" color="default" size="small" target="_self" title="" animation_type="fade" animation_direction="down" animation_speed="0.1"]Ir a las noticias >[/button]</p>\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 13:35:43', '2014-03-03 12:35:43', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5201, 1, '2014-03-03 13:35:43', '2014-03-03 12:35:43', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" number_posts="8" excerpt_words="15" animation_type="slide" animation_direction="up" animation_speed="1"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n<p style="text-align: right;">[button link="http://127.0.0.1:4001/wordpress/noticias/" color="default" size="small" target="_self" title="" animation_type="fade" animation_direction="down" animation_speed="0.1"]Ir a las noticias >[/button]</p>\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 13:35:43', '2014-03-03 12:35:43', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5202, 1, '2014-03-03 13:35:57', '2014-03-03 12:35:57', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" number_posts="8" excerpt_words="15" animation_type="slide" animation_direction="down" animation_speed="0.2"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n<p style="text-align: right;">[button link="http://127.0.0.1:4001/wordpress/noticias/" color="default" size="small" target="_self" title="" animation_type="fade" animation_direction="down" animation_speed="0.1"]Ir a las noticias >[/button]</p>\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 13:35:57', '2014-03-03 12:35:57', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5203, 1, '2014-03-03 13:35:57', '2014-03-03 12:35:57', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" number_posts="8" excerpt_words="15" animation_type="slide" animation_direction="down" animation_speed="0.2"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="3" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n<p style="text-align: right;">[button link="http://127.0.0.1:4001/wordpress/noticias/" color="default" size="small" target="_self" title="" animation_type="fade" animation_direction="down" animation_speed="0.1"]Ir a las noticias >[/button]</p>\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 13:35:57', '2014-03-03 12:35:57', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5204, 1, '2014-03-03 13:37:37', '2014-03-03 12:37:37', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" number_posts="8" excerpt_words="15" animation_type="slide" animation_direction="down" animation_speed="0.2"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="2" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n<p style="text-align: right;">[button link="http://127.0.0.1:4001/wordpress/noticias/" color="default" size="small" target="_self" title="" animation_type="fade" animation_direction="down" animation_speed="0.1"]Ir a las noticias >[/button]</p>\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 13:37:37', '2014-03-03 12:37:37', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5205, 1, '2014-03-03 13:37:37', '2014-03-03 12:37:37', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" number_posts="8" excerpt_words="15" animation_type="slide" animation_direction="down" animation_speed="0.2"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="2" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n<p style="text-align: right;">[button link="http://127.0.0.1:4001/wordpress/noticias/" color="default" size="small" target="_self" title="" animation_type="fade" animation_direction="down" animation_speed="0.1"]Ir a las noticias >[/button]</p>\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 13:37:37', '2014-03-03 12:37:37', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5206, 1, '2014-03-03 14:52:26', '2014-03-03 13:52:26', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" number_posts="8" excerpt_words="15" animation_type="slide" animation_direction="down" animation_speed="0.2"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="2" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n<p style="text-align: right;">[button link="http://127.0.0.1:4001/wordpress/noticias/" color="default" size="small" target="_self" title="" animation_type="fade" animation_direction="down" animation_speed="0.1"]Ir a las noticias >[/button]</p>\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n[gravityform id="2" name="Boletín de noticias" ajax="true"]\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 14:52:26', '2014-03-03 13:52:26', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5207, 1, '2014-03-03 14:52:26', '2014-03-03 13:52:26', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" number_posts="8" excerpt_words="15" animation_type="slide" animation_direction="down" animation_speed="0.2"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="2" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n<p style="text-align: right;">[button link="http://127.0.0.1:4001/wordpress/noticias/" color="default" size="small" target="_self" title="" animation_type="fade" animation_direction="down" animation_speed="0.1"]Ir a las noticias >[/button]</p>\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n[gravityform id="2" name="Boletín de noticias" ajax="true"]\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 14:52:26', '2014-03-03 13:52:26', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5210, 1, '2014-03-03 14:58:14', '2014-03-03 13:58:14', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" number_posts="8" excerpt_words="15" animation_type="slide" animation_direction="down" animation_speed="0.2"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="2" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n[button link="http://127.0.0.1:4001/wordpress/noticias/" color="default" size="small" target="_self" title="" animation_type="fade" animation_direction="down" animation_speed="0.1"]Ir a las noticias >[/button]\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n[gravityform id="2" name="Boletín de noticias" title="false" ajax="true"]\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 14:58:14', '2014-03-03 13:58:14', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0),
|
||
(5208, 1, '2014-03-03 14:52:52', '2014-03-03 13:52:52', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" number_posts="8" excerpt_words="15" animation_type="slide" animation_direction="down" animation_speed="0.2"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="2" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n<p style="text-align: right;">[button link="http://127.0.0.1:4001/wordpress/noticias/" color="default" size="small" target="_self" title="" animation_type="fade" animation_direction="down" animation_speed="0.1"]Ir a las noticias >[/button]</p>\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n[gravityform id="2" name="Boletín de noticias" title="false" ajax="true"]\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '4705-revision-v1', '', '', '2014-03-03 14:52:52', '2014-03-03 13:52:52', '', 4705, 'http://127.0.0.1:4001/wordpress/4705-revision-v1/', 0, 'revision', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(5211, 1, '2014-03-03 14:58:14', '2014-03-03 13:58:14', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" number_posts="8" excerpt_words="15" animation_type="slide" animation_direction="down" animation_speed="0.2"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="2" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n[button link="http://127.0.0.1:4001/wordpress/noticias/" color="default" size="small" target="_self" title="" animation_type="fade" animation_direction="down" animation_speed="0.1"]Ir a las noticias >[/button]\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n[gravityform id="2" name="Boletín de noticias" title="false" ajax="true"]\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 14:58:14', '2014-03-03 13:58:14', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5209, 1, '2014-03-03 14:52:52', '2014-03-03 13:52:52', '[separator top="-55"]\r\n[fullwidth bordersize="0" paddingTop="40px" paddingBottom="100px"]\r\n<h1 style="text-align: center; font-size: 36px !important;">Cría y venta de caballos de <span style="color: #395b7b;">competición</span></h1>\r\n<p style="font-size: 18px; text-align: center; margin-top: -10px;">En <strong>Double R Group</strong> nos dedicamos a la <strong>cría y venta</strong> de caballos a nivel mundial</p>\r\n[separator top="40" style="single"]\r\n[recent_horses layout="carousel" filters="yes" columns="4" number_posts="8" excerpt_words="15" animation_type="slide" animation_direction="down" animation_speed="0.2"][/recent_horses]\r\n[/fullwidth]\r\n[separator top="10"]\r\n[fullwidth backgroundcolor="#fff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"][youtube id="K708Q4zipEw" width="600" height="338" autoplay="no"][/one_half]\r\n[one_half last="yes"][title size="3"]Caballos de competición[/title]\r\nInteger tincidunt neque commodo blandit lobortis. Donec vestibulum eros sit amet ante congue malesuada eu vitae lacus. Integer eget elit metus. Donec in dolor sed turpis condimentum aliquam. Sed ultrices ac libero eu luctus. Nullam ut auctor arcu, non accumsan elit. Sed porttitor fringilla nunc. Vestibulum pellentesque iaculis elit eu tincidunt. Integer non ornare magna, sit amet rutrum neque.\r\n[/one_half]\r\n[separator top="40" style="single"]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-03-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Cría"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="no"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/horse-021-1024x654.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Competición"][/content_box][/content_boxes]\r\n[/one_third]\r\n[one_third last="yes"]\r\n<div class="photo-frame"><img class="wp-image" alt="Servicios" src="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/02/stables1.jpg" /></div>\r\n[content_boxes layout="icon-on-top"][content_box title="Instalaciones"][/content_box][/content_boxes]\r\n[/one_third]\r\n[/fullwidth]\r\n\r\n[fullwidth backgroundcolor="" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="1px" bordercolor="#e5e4e4" paddingTop="60px" paddingBottom="20px"][one_half last="no"]\r\n\r\n[title size="4"]Últimas noticias[/title]\r\n\r\n[recent_posts layout="thumbnails-on-side" columns="1" number_posts="2" cat_slug="" exclude_cats="" thumbnail="yes" title="yes" meta="no" excerpt="yes" excerpt_words="15" strip_html="yes" animation_type="slide" animation_direction="left" animation_speed="0.1"][/recent_posts]\r\n\r\n<p style="text-align: right;">[button link="http://127.0.0.1:4001/wordpress/noticias/" color="default" size="small" target="_self" title="" animation_type="fade" animation_direction="down" animation_speed="0.1"]Ir a las noticias >[/button]</p>\r\n[/one_half] [one_half last="yes"]\r\n\r\n[title size="4"]Boletín de noticias[/title]\r\n[gravityform id="2" name="Boletín de noticias" title="false" ajax="true"]\r\n[/one_half]\r\n\r\n[/fullwidth]\r\n\r\n\r\n[fullwidth bordersize="1px" bordercolor="#e5e4e4" backgroundcolor="#fff" paddingTop="50px"]\r\n[clients][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Baileys-Logo.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/Gucci_Charity_Classic_Logo_White_Final.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/80038.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/hermes-usef2.jpg"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/logoStlHorseShow.png"][client link="#" image="http://127.0.0.1:4001/wordpress/wp-content/uploads/2014/03/GSHS_logo_384x384.png"][/clients]\r\n[/fullwidth]\r\n[separator top="-55"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '5037-revision-v1', '', '', '2014-03-03 14:52:52', '2014-03-03 13:52:52', '', 5037, 'http://127.0.0.1:4001/wordpress/5037-revision-v1/', 0, 'revision', '', 0),
|
||
(5212, 1, '2014-03-03 15:06:55', '2014-03-03 14:06:55', '<h4>KWPN - bay - 2004 - 16.3 hands</h4>\r\nApproved for Oldenburg, Mecklenburg, Rhineland, Westphalia and all Southern German Verbands.\r\nOther Verbands on request!\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €*(FS + TG)\r\n\r\nFresh semen shipping within Germany!\r\n\r\nA fabulously moving sunny boy with a remarkable outcross pedigree – that’s Florenciano!\r\n\r\nFlorenciano was licensed in 2006 in Münster-Handorf, won his 30-day test in 2007 (guest rider 10.0) and then won the prestigious Optimum in 2008. These achievements were followed by qualification for the Bundeschampionat and many victories in dressage up to medium (M) level. In 2011 at the age of seven, his first victories in St. Georges dressage tests were added. The Olympic winning rider, Hubertus Schmidt, has taken over Florenciano’s further training.\r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nFlorenciano’s debut as a sire was brilliant. In keeping with his outstanding first foal crops, his daughter Feine Rosa took the 2011 Champion Mare title at the German Elite Broodmare Championships as well as the Rhineland Champion Mare title, his daughter Florenciana F became the Westphalian Champion Mare and his daughter For Comtess won the Westphalian Championships, the Westphalian Wappen and also participated in the Bundeschampionat Final. Three of his sons were licensed, including the 2012 NRW premium stallion, Farbenspiel. His offspring are off to a highly promising start in basic tests for youngsters.\r\n<div class="table-1">\r\n<table width="100%">\r\n<thead>\r\n<tr>\r\n<th>Column 1</th>\r\n<th>Column 2</th>\r\n<th>Column 3</th>\r\n<th>Column 4</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td>Item #1</td>\r\n<td>Description</td>\r\n<td>Discount:</td>\r\n<td>$1.00</td>\r\n</tr>\r\n<tr>\r\n<td>Item #2</td>\r\n<td>Description</td>\r\n<td>Discount:</td>\r\n<td>$2.00</td>\r\n</tr>\r\n<tr>\r\n<td>Item #3</td>\r\n<td>Description</td>\r\n<td>Discount:</td>\r\n<td>$3.00</td>\r\n</tr>\r\n<tr>\r\n<td>Item #4</td>\r\n<td>Description</td>\r\n<td>Discount:</td>\r\n<td>$4.00</td>\r\n</tr>\r\n<tr>\r\n<td><strong>All Items</strong></td>\r\n<td><strong>Description</strong></td>\r\n<td><strong>Your Total:</strong></td>\r\n<td><strong>$10.00</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire is the two-time World Champion of young dressage horses, Florencio I.\r\n\r\nFlorenciano’s highly decorated dam line originated in the Netherlands. His dam St.Pr.St. Lundi T won eight medium (M) level dressage tests and received “performance mare dressage” status. The dam’s sire Havidoff, by the Grand Prix stallion Clavecimbel, was awarded “keur” status. Many of his offspring win ribbons at Grand Prix level such as his licensed son, Paganini. Granddam Anuska produced several horses that were successful in dressage rings.\r\n\r\nThe performance dominate dam line also produced the licensed Zoöloog (by Gondolier) who has placed in international dressage competitions, the world class show jumper Mister Spoon (by Zadoc)/Candice King/USA and Nietje (by Ziehim), who took gold on the Dutch team at the 2006 World Equestrian Games in Aachen in Koos de Ronde’s driving team of four as well as many State Premium mares and auction horses.\r\n\r\n<iframe src="//www.youtube.com/embed/2k35AnGvhc8" height="315" width="560" allowfullscreen="" frameborder="0"></iframe>', 'Florenciano', '', 'inherit', 'closed', 'open', '', '4990-autosave-v1', '', '', '2014-03-03 15:06:55', '2014-03-03 14:06:55', '', 4990, 'http://127.0.0.1:4001/wordpress/4990-autosave-v1/', 0, 'revision', '', 0),
|
||
(5222, 1, '2014-03-05 17:32:08', '2014-03-05 16:32:08', '<h4>KWPN - bay - 2004 - 16.3 hands</h4>\r\nApproved for Oldenburg, Mecklenburg, Rhineland, Westphalia and all Southern German Verbands.\r\nOther Verbands on request!\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €*(FS + TG)\r\n\r\nFresh semen shipping within Germany!\r\n\r\nA fabulously moving sunny boy with a remarkable outcross pedigree – that’s Florenciano!\r\n\r\nFlorenciano was licensed in 2006 in Münster-Handorf, won his 30-day test in 2007 (guest rider 10.0) and then won the prestigious Optimum in 2008. These achievements were followed by qualification for the Bundeschampionat and many victories in dressage up to medium (M) level. In 2011 at the age of seven, his first victories in St. Georges dressage tests were added. The Olympic winning rider, Hubertus Schmidt, has taken over Florenciano’s further training.\r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nFlorenciano’s debut as a sire was brilliant. In keeping with his outstanding first foal crops, his daughter Feine Rosa took the 2011 Champion Mare title at the German Elite Broodmare Championships as well as the Rhineland Champion Mare title, his daughter Florenciana F became the Westphalian Champion Mare and his daughter For Comtess won the Westphalian Championships, the Westphalian Wappen and also participated in the Bundeschampionat Final. Three of his sons were licensed, including the 2012 NRW premium stallion, Farbenspiel. His offspring are off to a highly promising start in basic tests for youngsters.\r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire is the two-time World Champion of young dressage horses, Florencio I.\r\n\r\nFlorenciano’s highly decorated dam line originated in the Netherlands. His dam St.Pr.St. Lundi T won eight medium (M) level dressage tests and received “performance mare dressage” status. The dam’s sire Havidoff, by the Grand Prix stallion Clavecimbel, was awarded “keur” status. Many of his offspring win ribbons at Grand Prix level such as his licensed son, Paganini. Granddam Anuska produced several horses that were successful in dressage rings.\r\n\r\nThe performance dominate dam line also produced the licensed Zoöloog (by Gondolier) who has placed in international dressage competitions, the world class show jumper Mister Spoon (by Zadoc)/Candice King/USA and Nietje (by Ziehim), who took gold on the Dutch team at the 2006 World Equestrian Games in Aachen in Koos de Ronde’s driving team of four as well as many State Premium mares and auction horses.\r\n\r\n<iframe src="//www.youtube.com/embed/2k35AnGvhc8" height="315" width="560" allowfullscreen="" frameborder="0"></iframe>', 'Florenciano', '', 'inherit', 'closed', 'open', '', '4990-revision-v1', '', '', '2014-03-05 17:32:08', '2014-03-05 16:32:08', '', 4990, 'http://127.0.0.1:4001/wordpress/4990-revision-v1/', 0, 'revision', '', 0),
|
||
(5213, 1, '2014-03-03 15:07:42', '2014-03-03 14:07:42', '<h4>KWPN - bay - 2004 - 16.3 hands</h4>\r\nApproved for Oldenburg, Mecklenburg, Rhineland, Westphalia and all Southern German Verbands.\r\nOther Verbands on request!\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €*(FS + TG)\r\n\r\nFresh semen shipping within Germany!\r\n\r\nA fabulously moving sunny boy with a remarkable outcross pedigree – that’s Florenciano!\r\n\r\nFlorenciano was licensed in 2006 in Münster-Handorf, won his 30-day test in 2007 (guest rider 10.0) and then won the prestigious Optimum in 2008. These achievements were followed by qualification for the Bundeschampionat and many victories in dressage up to medium (M) level. In 2011 at the age of seven, his first victories in St. Georges dressage tests were added. The Olympic winning rider, Hubertus Schmidt, has taken over Florenciano’s further training.\r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nFlorenciano’s debut as a sire was brilliant. In keeping with his outstanding first foal crops, his daughter Feine Rosa took the 2011 Champion Mare title at the German Elite Broodmare Championships as well as the Rhineland Champion Mare title, his daughter Florenciana F became the Westphalian Champion Mare and his daughter For Comtess won the Westphalian Championships, the Westphalian Wappen and also participated in the Bundeschampionat Final. Three of his sons were licensed, including the 2012 NRW premium stallion, Farbenspiel. His offspring are off to a highly promising start in basic tests for youngsters.\r\n\r\n<div class="table-2">\r\n<table width="100%">\r\n<thead>\r\n<tr>\r\n<th>Column 1</th>\r\n<th>Column 2</th>\r\n<th>Column 3</th>\r\n<th>Column 4</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td>Item #1</td>\r\n<td>Description</td>\r\n<td>Discount:</td>\r\n<td>$1.00</td>\r\n</tr>\r\n<tr>\r\n<td>Item #2</td>\r\n<td>Description</td>\r\n<td>Discount:</td>\r\n<td>$2.00</td>\r\n</tr>\r\n<tr>\r\n<td>Item #3</td>\r\n<td>Description</td>\r\n<td>Discount:</td>\r\n<td>$3.00</td>\r\n</tr>\r\n<tr>\r\n<td>Item #4</td>\r\n<td>Description</td>\r\n<td>Discount:</td>\r\n<td>$4.00</td>\r\n</tr>\r\n<tr>\r\n<td><strong>All Items</strong></td>\r\n<td><strong>Description</strong></td>\r\n<td><strong>Your Total:</strong></td>\r\n<td><strong>$10.00</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n\r\n[separator top="10"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire is the two-time World Champion of young dressage horses, Florencio I.\r\n\r\nFlorenciano’s highly decorated dam line originated in the Netherlands. His dam St.Pr.St. Lundi T won eight medium (M) level dressage tests and received “performance mare dressage” status. The dam’s sire Havidoff, by the Grand Prix stallion Clavecimbel, was awarded “keur” status. Many of his offspring win ribbons at Grand Prix level such as his licensed son, Paganini. Granddam Anuska produced several horses that were successful in dressage rings.\r\n\r\nThe performance dominate dam line also produced the licensed Zoöloog (by Gondolier) who has placed in international dressage competitions, the world class show jumper Mister Spoon (by Zadoc)/Candice King/USA and Nietje (by Ziehim), who took gold on the Dutch team at the 2006 World Equestrian Games in Aachen in Koos de Ronde’s driving team of four as well as many State Premium mares and auction horses.\r\n\r\n<iframe src="//www.youtube.com/embed/2k35AnGvhc8" height="315" width="560" allowfullscreen="" frameborder="0"></iframe>', 'Florenciano', '', 'inherit', 'closed', 'open', '', '4990-revision-v1', '', '', '2014-03-03 15:07:42', '2014-03-03 14:07:42', '', 4990, 'http://127.0.0.1:4001/wordpress/4990-revision-v1/', 0, 'revision', '', 0),
|
||
(5223, 1, '2014-03-05 17:32:09', '2014-03-05 16:32:09', '<h4>KWPN - bay - 2004 - 16.3 hands</h4>\r\nApproved for Oldenburg, Mecklenburg, Rhineland, Westphalia and all Southern German Verbands.\r\nOther Verbands on request!\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €*(FS + TG)\r\n\r\nFresh semen shipping within Germany!\r\n\r\nA fabulously moving sunny boy with a remarkable outcross pedigree – that’s Florenciano!\r\n\r\nFlorenciano was licensed in 2006 in Münster-Handorf, won his 30-day test in 2007 (guest rider 10.0) and then won the prestigious Optimum in 2008. These achievements were followed by qualification for the Bundeschampionat and many victories in dressage up to medium (M) level. In 2011 at the age of seven, his first victories in St. Georges dressage tests were added. The Olympic winning rider, Hubertus Schmidt, has taken over Florenciano’s further training.\r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nFlorenciano’s debut as a sire was brilliant. In keeping with his outstanding first foal crops, his daughter Feine Rosa took the 2011 Champion Mare title at the German Elite Broodmare Championships as well as the Rhineland Champion Mare title, his daughter Florenciana F became the Westphalian Champion Mare and his daughter For Comtess won the Westphalian Championships, the Westphalian Wappen and also participated in the Bundeschampionat Final. Three of his sons were licensed, including the 2012 NRW premium stallion, Farbenspiel. His offspring are off to a highly promising start in basic tests for youngsters.\r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire is the two-time World Champion of young dressage horses, Florencio I.\r\n\r\nFlorenciano’s highly decorated dam line originated in the Netherlands. His dam St.Pr.St. Lundi T won eight medium (M) level dressage tests and received “performance mare dressage” status. The dam’s sire Havidoff, by the Grand Prix stallion Clavecimbel, was awarded “keur” status. Many of his offspring win ribbons at Grand Prix level such as his licensed son, Paganini. Granddam Anuska produced several horses that were successful in dressage rings.\r\n\r\nThe performance dominate dam line also produced the licensed Zoöloog (by Gondolier) who has placed in international dressage competitions, the world class show jumper Mister Spoon (by Zadoc)/Candice King/USA and Nietje (by Ziehim), who took gold on the Dutch team at the 2006 World Equestrian Games in Aachen in Koos de Ronde’s driving team of four as well as many State Premium mares and auction horses.\r\n\r\n<iframe src="//www.youtube.com/embed/2k35AnGvhc8" height="315" width="560" allowfullscreen="" frameborder="0"></iframe>', 'Florenciano', '', 'inherit', 'closed', 'open', '', '5074-revision-v1', '', '', '2014-03-05 17:32:09', '2014-03-05 16:32:09', '', 5074, 'http://127.0.0.1:4001/wordpress/5074-revision-v1/', 0, 'revision', '', 0),
|
||
(5214, 1, '2014-03-03 15:07:42', '2014-03-03 14:07:42', '<h4>KWPN - bay - 2004 - 16.3 hands</h4>\r\nApproved for Oldenburg, Mecklenburg, Rhineland, Westphalia and all Southern German Verbands.\r\nOther Verbands on request!\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €*(FS + TG)\r\n\r\nFresh semen shipping within Germany!\r\n\r\nA fabulously moving sunny boy with a remarkable outcross pedigree – that’s Florenciano!\r\n\r\nFlorenciano was licensed in 2006 in Münster-Handorf, won his 30-day test in 2007 (guest rider 10.0) and then won the prestigious Optimum in 2008. These achievements were followed by qualification for the Bundeschampionat and many victories in dressage up to medium (M) level. In 2011 at the age of seven, his first victories in St. Georges dressage tests were added. The Olympic winning rider, Hubertus Schmidt, has taken over Florenciano’s further training.\r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nFlorenciano’s debut as a sire was brilliant. In keeping with his outstanding first foal crops, his daughter Feine Rosa took the 2011 Champion Mare title at the German Elite Broodmare Championships as well as the Rhineland Champion Mare title, his daughter Florenciana F became the Westphalian Champion Mare and his daughter For Comtess won the Westphalian Championships, the Westphalian Wappen and also participated in the Bundeschampionat Final. Three of his sons were licensed, including the 2012 NRW premium stallion, Farbenspiel. His offspring are off to a highly promising start in basic tests for youngsters.\r\n\r\n<div class="table-2">\r\n<table width="100%">\r\n<thead>\r\n<tr>\r\n<th>Column 1</th>\r\n<th>Column 2</th>\r\n<th>Column 3</th>\r\n<th>Column 4</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td>Item #1</td>\r\n<td>Description</td>\r\n<td>Discount:</td>\r\n<td>$1.00</td>\r\n</tr>\r\n<tr>\r\n<td>Item #2</td>\r\n<td>Description</td>\r\n<td>Discount:</td>\r\n<td>$2.00</td>\r\n</tr>\r\n<tr>\r\n<td>Item #3</td>\r\n<td>Description</td>\r\n<td>Discount:</td>\r\n<td>$3.00</td>\r\n</tr>\r\n<tr>\r\n<td>Item #4</td>\r\n<td>Description</td>\r\n<td>Discount:</td>\r\n<td>$4.00</td>\r\n</tr>\r\n<tr>\r\n<td><strong>All Items</strong></td>\r\n<td><strong>Description</strong></td>\r\n<td><strong>Your Total:</strong></td>\r\n<td><strong>$10.00</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n\r\n[separator top="10"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire is the two-time World Champion of young dressage horses, Florencio I.\r\n\r\nFlorenciano’s highly decorated dam line originated in the Netherlands. His dam St.Pr.St. Lundi T won eight medium (M) level dressage tests and received “performance mare dressage” status. The dam’s sire Havidoff, by the Grand Prix stallion Clavecimbel, was awarded “keur” status. Many of his offspring win ribbons at Grand Prix level such as his licensed son, Paganini. Granddam Anuska produced several horses that were successful in dressage rings.\r\n\r\nThe performance dominate dam line also produced the licensed Zoöloog (by Gondolier) who has placed in international dressage competitions, the world class show jumper Mister Spoon (by Zadoc)/Candice King/USA and Nietje (by Ziehim), who took gold on the Dutch team at the 2006 World Equestrian Games in Aachen in Koos de Ronde’s driving team of four as well as many State Premium mares and auction horses.\r\n\r\n<iframe src="//www.youtube.com/embed/2k35AnGvhc8" height="315" width="560" allowfullscreen="" frameborder="0"></iframe>', 'Florenciano', '', 'inherit', 'closed', 'open', '', '5074-revision-v1', '', '', '2014-03-03 15:07:42', '2014-03-03 14:07:42', '', 5074, 'http://127.0.0.1:4001/wordpress/5074-revision-v1/', 0, 'revision', '', 0),
|
||
(5215, 1, '2014-03-03 15:36:29', '2014-03-03 14:36:29', '<h4>KWPN - chestnut - 2004 - 16,2 hands</h4>\r\n\r\nApproved for: Westfalen, Rheinland, OS, Hannover, alle süddeutschen Verbände. Other verbands on request.\r\nInsemination fee: 1000€* + In-foal fee: 1000€* (FS+TG)\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy\r\n\r\n2012 eighth in his first World Cup in Stuttgart after winning a number of tests in the international Youngster Tour. Placed in 2013, as a nine-year old, among the best in Chantilly/FRA, Neumünster/GER, Aachen/GER and `s Hertogenbosch/NED. His sire Guidam (by Quidam de Revel) produced many championship offspring. Dam`s sire Heartbreaker is the fourth-best-jumper-maker. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nFlorenciano’s debut as a sire was brilliant. In keeping with his outstanding first foal crops, his daughter Feine Rosa took the 2011 Champion Mare title at the German Elite Broodmare Championships as well as the Rhineland Champion Mare title, his daughter Florenciana F became the Westphalian Champion Mare and his daughter For Comtess won the Westphalian Championships, the Westphalian Wappen and also participated in the Bundeschampionat Final. Three of his sons were licensed, including the 2012 NRW premium stallion, Farbenspiel. His offspring are off to a highly promising start in basic tests for youngsters. \r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire is the two-time World Champion of young dressage horses, Florencio I.\r\n\r\nFlorenciano’s highly decorated dam line originated in the Netherlands. His dam St.Pr.St. Lundi T won eight medium (M) level dressage tests and received “performance mare dressage” status. The dam’s sire Havidoff, by the Grand Prix stallion Clavecimbel, was awarded “keur” status. Many of his offspring win ribbons at Grand Prix level such as his licensed son, Paganini. Granddam Anuska produced several horses that were successful in dressage rings. \r\n\r\nThe performance dominate dam line also produced the licensed Zoöloog (by Gondolier) who has placed in international dressage competitions, the world class show jumper Mister Spoon (by Zadoc)/Candice King/USA and Nietje (by Ziehim), who took gold on the Dutch team at the 2006 World Equestrian Games in Aachen in Koos de Ronde’s driving team of four as well as many State Premium mares and auction horses.\r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/GP3q1DBqF9Y" frameborder="0" allowfullscreen></iframe>', 'Zinedine', '', 'inherit', 'closed', 'open', '', '5073-revision-v1', '', '', '2014-03-03 15:36:29', '2014-03-03 14:36:29', '', 5073, 'http://127.0.0.1:4001/wordpress/5073-revision-v1/', 0, 'revision', '', 0),
|
||
(5216, 1, '2014-03-03 15:58:29', '2014-03-03 14:58:29', '<h4>KWPN - chestnut - 2004 - 16,2 hands</h4>\r\n\r\nApproved for: Westfalen, Rheinland, OS, Hannover, alle süddeutschen Verbände. Other verbands on request.\r\nInsemination fee: 1000€* + In-foal fee: 1000€* (FS+TG)\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy\r\n\r\n2012 eighth in his first World Cup in Stuttgart after winning a number of tests in the international Youngster Tour. Placed in 2013, as a nine-year old, among the best in Chantilly/FRA, Neumünster/GER, Aachen/GER and `s Hertogenbosch/NED. His sire Guidam (by Quidam de Revel) produced many championship offspring. Dam`s sire Heartbreaker is the fourth-best-jumper-maker. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nFlorenciano’s debut as a sire was brilliant. In keeping with his outstanding first foal crops, his daughter Feine Rosa took the 2011 Champion Mare title at the German Elite Broodmare Championships as well as the Rhineland Champion Mare title, his daughter Florenciana F became the Westphalian Champion Mare and his daughter For Comtess won the Westphalian Championships, the Westphalian Wappen and also participated in the Bundeschampionat Final. Three of his sons were licensed, including the 2012 NRW premium stallion, Farbenspiel. His offspring are off to a highly promising start in basic tests for youngsters. \r\n\r\n[horse_family_tree horse_id="4994"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire is the two-time World Champion of young dressage horses, Florencio I.\r\n\r\nFlorenciano’s highly decorated dam line originated in the Netherlands. His dam St.Pr.St. Lundi T won eight medium (M) level dressage tests and received “performance mare dressage” status. The dam’s sire Havidoff, by the Grand Prix stallion Clavecimbel, was awarded “keur” status. Many of his offspring win ribbons at Grand Prix level such as his licensed son, Paganini. Granddam Anuska produced several horses that were successful in dressage rings. \r\n\r\nThe performance dominate dam line also produced the licensed Zoöloog (by Gondolier) who has placed in international dressage competitions, the world class show jumper Mister Spoon (by Zadoc)/Candice King/USA and Nietje (by Ziehim), who took gold on the Dutch team at the 2006 World Equestrian Games in Aachen in Koos de Ronde’s driving team of four as well as many State Premium mares and auction horses.\r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/GP3q1DBqF9Y" frameborder="0" allowfullscreen></iframe>', 'Zinedine', '', 'inherit', 'closed', 'open', '', '4994-revision-v1', '', '', '2014-03-03 15:58:29', '2014-03-03 14:58:29', '', 4994, 'http://127.0.0.1:4001/wordpress/4994-revision-v1/', 0, 'revision', '', 0),
|
||
(5217, 1, '2014-03-03 15:58:30', '2014-03-03 14:58:30', '<h4>KWPN - chestnut - 2004 - 16,2 hands</h4>\r\n\r\nApproved for: Westfalen, Rheinland, OS, Hannover, alle süddeutschen Verbände. Other verbands on request.\r\nInsemination fee: 1000€* + In-foal fee: 1000€* (FS+TG)\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy\r\n\r\n2012 eighth in his first World Cup in Stuttgart after winning a number of tests in the international Youngster Tour. Placed in 2013, as a nine-year old, among the best in Chantilly/FRA, Neumünster/GER, Aachen/GER and `s Hertogenbosch/NED. His sire Guidam (by Quidam de Revel) produced many championship offspring. Dam`s sire Heartbreaker is the fourth-best-jumper-maker. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nFlorenciano’s debut as a sire was brilliant. In keeping with his outstanding first foal crops, his daughter Feine Rosa took the 2011 Champion Mare title at the German Elite Broodmare Championships as well as the Rhineland Champion Mare title, his daughter Florenciana F became the Westphalian Champion Mare and his daughter For Comtess won the Westphalian Championships, the Westphalian Wappen and also participated in the Bundeschampionat Final. Three of his sons were licensed, including the 2012 NRW premium stallion, Farbenspiel. His offspring are off to a highly promising start in basic tests for youngsters. \r\n\r\n[horse_family_tree horse_id="4994"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire is the two-time World Champion of young dressage horses, Florencio I.\r\n\r\nFlorenciano’s highly decorated dam line originated in the Netherlands. His dam St.Pr.St. Lundi T won eight medium (M) level dressage tests and received “performance mare dressage” status. The dam’s sire Havidoff, by the Grand Prix stallion Clavecimbel, was awarded “keur” status. Many of his offspring win ribbons at Grand Prix level such as his licensed son, Paganini. Granddam Anuska produced several horses that were successful in dressage rings. \r\n\r\nThe performance dominate dam line also produced the licensed Zoöloog (by Gondolier) who has placed in international dressage competitions, the world class show jumper Mister Spoon (by Zadoc)/Candice King/USA and Nietje (by Ziehim), who took gold on the Dutch team at the 2006 World Equestrian Games in Aachen in Koos de Ronde’s driving team of four as well as many State Premium mares and auction horses.\r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/GP3q1DBqF9Y" frameborder="0" allowfullscreen></iframe>', 'Zinedine', '', 'inherit', 'closed', 'open', '', '5073-revision-v1', '', '', '2014-03-03 15:58:30', '2014-03-03 14:58:30', '', 5073, 'http://127.0.0.1:4001/wordpress/5073-revision-v1/', 0, 'revision', '', 0),
|
||
(5218, 1, '2014-03-03 15:59:09', '2014-03-03 14:59:09', '<h4>KWPN - chestnut - 2004 - 16,2 hands</h4>\r\n\r\nApproved for: Westfalen, Rheinland, OS, Hannover, alle süddeutschen Verbände. Other verbands on request.\r\nInsemination fee: 1000€* + In-foal fee: 1000€* (FS+TG)\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy\r\n\r\n2012 eighth in his first World Cup in Stuttgart after winning a number of tests in the international Youngster Tour. Placed in 2013, as a nine-year old, among the best in Chantilly/FRA, Neumünster/GER, Aachen/GER and `s Hertogenbosch/NED. His sire Guidam (by Quidam de Revel) produced many championship offspring. Dam`s sire Heartbreaker is the fourth-best-jumper-maker. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nFlorenciano’s debut as a sire was brilliant. In keeping with his outstanding first foal crops, his daughter Feine Rosa took the 2011 Champion Mare title at the German Elite Broodmare Championships as well as the Rhineland Champion Mare title, his daughter Florenciana F became the Westphalian Champion Mare and his daughter For Comtess won the Westphalian Championships, the Westphalian Wappen and also participated in the Bundeschampionat Final. Three of his sons were licensed, including the 2012 NRW premium stallion, Farbenspiel. His offspring are off to a highly promising start in basic tests for youngsters. \r\n\r\n[horse_family_tree]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire is the two-time World Champion of young dressage horses, Florencio I.\r\n\r\nFlorenciano’s highly decorated dam line originated in the Netherlands. His dam St.Pr.St. Lundi T won eight medium (M) level dressage tests and received “performance mare dressage” status. The dam’s sire Havidoff, by the Grand Prix stallion Clavecimbel, was awarded “keur” status. Many of his offspring win ribbons at Grand Prix level such as his licensed son, Paganini. Granddam Anuska produced several horses that were successful in dressage rings. \r\n\r\nThe performance dominate dam line also produced the licensed Zoöloog (by Gondolier) who has placed in international dressage competitions, the world class show jumper Mister Spoon (by Zadoc)/Candice King/USA and Nietje (by Ziehim), who took gold on the Dutch team at the 2006 World Equestrian Games in Aachen in Koos de Ronde’s driving team of four as well as many State Premium mares and auction horses.\r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/GP3q1DBqF9Y" frameborder="0" allowfullscreen></iframe>', 'Zinedine', '', 'inherit', 'closed', 'open', '', '4994-revision-v1', '', '', '2014-03-03 15:59:09', '2014-03-03 14:59:09', '', 4994, 'http://127.0.0.1:4001/wordpress/4994-revision-v1/', 0, 'revision', '', 0),
|
||
(5219, 1, '2014-03-03 15:59:09', '2014-03-03 14:59:09', '<h4>KWPN - chestnut - 2004 - 16,2 hands</h4>\r\n\r\nApproved for: Westfalen, Rheinland, OS, Hannover, alle süddeutschen Verbände. Other verbands on request.\r\nInsemination fee: 1000€* + In-foal fee: 1000€* (FS+TG)\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy\r\n\r\n2012 eighth in his first World Cup in Stuttgart after winning a number of tests in the international Youngster Tour. Placed in 2013, as a nine-year old, among the best in Chantilly/FRA, Neumünster/GER, Aachen/GER and `s Hertogenbosch/NED. His sire Guidam (by Quidam de Revel) produced many championship offspring. Dam`s sire Heartbreaker is the fourth-best-jumper-maker. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nFlorenciano’s debut as a sire was brilliant. In keeping with his outstanding first foal crops, his daughter Feine Rosa took the 2011 Champion Mare title at the German Elite Broodmare Championships as well as the Rhineland Champion Mare title, his daughter Florenciana F became the Westphalian Champion Mare and his daughter For Comtess won the Westphalian Championships, the Westphalian Wappen and also participated in the Bundeschampionat Final. Three of his sons were licensed, including the 2012 NRW premium stallion, Farbenspiel. His offspring are off to a highly promising start in basic tests for youngsters. \r\n\r\n[horse_family_tree]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire is the two-time World Champion of young dressage horses, Florencio I.\r\n\r\nFlorenciano’s highly decorated dam line originated in the Netherlands. His dam St.Pr.St. Lundi T won eight medium (M) level dressage tests and received “performance mare dressage” status. The dam’s sire Havidoff, by the Grand Prix stallion Clavecimbel, was awarded “keur” status. Many of his offspring win ribbons at Grand Prix level such as his licensed son, Paganini. Granddam Anuska produced several horses that were successful in dressage rings. \r\n\r\nThe performance dominate dam line also produced the licensed Zoöloog (by Gondolier) who has placed in international dressage competitions, the world class show jumper Mister Spoon (by Zadoc)/Candice King/USA and Nietje (by Ziehim), who took gold on the Dutch team at the 2006 World Equestrian Games in Aachen in Koos de Ronde’s driving team of four as well as many State Premium mares and auction horses.\r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/GP3q1DBqF9Y" frameborder="0" allowfullscreen></iframe>', 'Zinedine', '', 'inherit', 'closed', 'open', '', '5073-revision-v1', '', '', '2014-03-03 15:59:09', '2014-03-03 14:59:09', '', 5073, 'http://127.0.0.1:4001/wordpress/5073-revision-v1/', 0, 'revision', '', 0),
|
||
(5221, 1, '2014-03-05 17:31:43', '2014-03-05 16:31:43', '<h4>KWPN - chestnut - 2004 - 16,2 hands</h4>\r\n\r\nApproved for: Westfalen, Rheinland, OS, Hannover, alle süddeutschen Verbände. Other verbands on request.\r\nInsemination fee: 1000€* + In-foal fee: 1000€* (FS+TG)\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy\r\n\r\n2012 eighth in his first World Cup in Stuttgart after winning a number of tests in the international Youngster Tour. Placed in 2013, as a nine-year old, among the best in Chantilly/FRA, Neumünster/GER, Aachen/GER and `s Hertogenbosch/NED. His sire Guidam (by Quidam de Revel) produced many championship offspring. Dam`s sire Heartbreaker is the fourth-best-jumper-maker. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nFlorenciano’s debut as a sire was brilliant. In keeping with his outstanding first foal crops, his daughter Feine Rosa took the 2011 Champion Mare title at the German Elite Broodmare Championships as well as the Rhineland Champion Mare title, his daughter Florenciana F became the Westphalian Champion Mare and his daughter For Comtess won the Westphalian Championships, the Westphalian Wappen and also participated in the Bundeschampionat Final. Three of his sons were licensed, including the 2012 NRW premium stallion, Farbenspiel. His offspring are off to a highly promising start in basic tests for youngsters. \r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire is the two-time World Champion of young dressage horses, Florencio I.\r\n\r\nFlorenciano’s highly decorated dam line originated in the Netherlands. His dam St.Pr.St. Lundi T won eight medium (M) level dressage tests and received “performance mare dressage” status. The dam’s sire Havidoff, by the Grand Prix stallion Clavecimbel, was awarded “keur” status. Many of his offspring win ribbons at Grand Prix level such as his licensed son, Paganini. Granddam Anuska produced several horses that were successful in dressage rings. \r\n\r\nThe performance dominate dam line also produced the licensed Zoöloog (by Gondolier) who has placed in international dressage competitions, the world class show jumper Mister Spoon (by Zadoc)/Candice King/USA and Nietje (by Ziehim), who took gold on the Dutch team at the 2006 World Equestrian Games in Aachen in Koos de Ronde’s driving team of four as well as many State Premium mares and auction horses.\r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/GP3q1DBqF9Y" frameborder="0" allowfullscreen></iframe>', 'Zinedine', '', 'inherit', 'closed', 'open', '', '5073-revision-v1', '', '', '2014-03-05 17:31:43', '2014-03-05 16:31:43', '', 5073, 'http://127.0.0.1:4001/wordpress/5073-revision-v1/', 0, 'revision', '', 0),
|
||
(5224, 1, '2014-03-05 17:32:44', '2014-03-05 16:32:44', '<h4>Westphalian - dark brown - 2006 - 16.2 hands</h4>\r\n\r\n<strong>Age</strong>: 03/06/2006\r\n<strong>Gender</strong>: Colt\r\n<strong>Color</strong>: dark brown\r\n<strong>Breeder</strong>: Thomas Schindler, Fautenbach, Germany\r\n\r\nApproved for Mecklenburg, Rhineland, Westphalia and all Southern German Verbands. \r\nOther Verbands on request!\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy.\r\n\r\nOrders for fresh semen must be received by 9:00 a.m. the day before since the stallion is stationed in Italy!\r\n\r\n\r\nRepeating his performance in 2011, Black Jack again won the qualifier in Riesenbeck in 2012 and thus a ticket for the Bundeschampionat for show jumpers. This feat had been preceded by a series of ribbons in medium (M*) level tests for young show jumpers and medium (M**) level show jumping tests. \r\n\r\nClearly refined by his dam’s Thoroughbred sire Heraldik xx, the gorgeous, patent leather black Black Jack was one of the highlights at the 18th NRW licensing in Münster-Handorf in 2008. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/K708Q4zipEw" frameborder="0" allowfullscreen></iframe>', 'Black Jack', '', 'inherit', 'closed', 'open', '', '4955-revision-v1', '', '', '2014-03-05 17:32:44', '2014-03-05 16:32:44', '', 4955, 'http://127.0.0.1:4001/wordpress/4955-revision-v1/', 0, 'revision', '', 0);
|
||
INSERT INTO `drgrp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
|
||
(5225, 1, '2014-03-05 17:32:45', '2014-03-05 16:32:45', '<h4>Westphalian - dark brown - 2006 - 16.2 hands</h4>\r\n\r\n<strong>Age</strong>: 03/06/2006\r\n<strong>Gender</strong>: Colt\r\n<strong>Color</strong>: dark brown\r\n<strong>Breeder</strong>: Thomas Schindler, Fautenbach, Germany\r\n\r\nApproved for Mecklenburg, Rhineland, Westphalia and all Southern German Verbands. \r\nOther Verbands on request!\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy.\r\n\r\nOrders for fresh semen must be received by 9:00 a.m. the day before since the stallion is stationed in Italy!\r\n\r\n\r\nRepeating his performance in 2011, Black Jack again won the qualifier in Riesenbeck in 2012 and thus a ticket for the Bundeschampionat for show jumpers. This feat had been preceded by a series of ribbons in medium (M*) level tests for young show jumpers and medium (M**) level show jumping tests. \r\n\r\nClearly refined by his dam’s Thoroughbred sire Heraldik xx, the gorgeous, patent leather black Black Jack was one of the highlights at the 18th NRW licensing in Münster-Handorf in 2008. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/K708Q4zipEw" frameborder="0" allowfullscreen></iframe>', 'Black Jack', '', 'inherit', 'closed', 'open', '', '5077-revision-v1', '', '', '2014-03-05 17:32:45', '2014-03-05 16:32:45', '', 5077, 'http://127.0.0.1:4001/wordpress/5077-revision-v1/', 0, 'revision', '', 0),
|
||
(5226, 1, '2014-03-05 17:35:51', '2014-03-05 16:35:51', '<h4>Holstein, bay, Born: 2008, 169cm</h4>\r\n\r\nInsemination fee: 700 €* (only frozen semen)\r\n\r\n \r\nAppproved for: Holstein, Oldenburg, Oldenburg-International, Westfalen and Rheinland. As well as all the South German Stud Books and the newly formed German States Stud Books.\r\n\r\n \r\n\r\nCarthano II was the celebrated premium sire at his approvals in Holstein in 2010, showing enormous ability in his paces, correct conformation, and an abundance of “stallion presence”. Carthano II also has an outstanding trot; this is due to his enormously powerful hind legs. He has a balanced consistent rhythm and large, flexible gaits. His jumping scope, good leg technique and quick reactions at the fence are eye-catching. With all these attributes, Carthano II is undisputedly one of the top stallions of his age group. \r\n\r\nIn 2011 Carthano II completed an excellent 30-day-test in Zweibrücken. He confirmed the high expectations by scoring 126 points in the “VA-Zuchtwert” for jumping. Also worth a mention was the deserved high points awarded for his well-tempered character and great attitude. \r\n\r\nCathano ll begins his preparation for the National Young Horse Championships in 2013 with his first show jumping events this coming season. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nWe are looking forward with great expectation to Carthano’s first foals in 2012. \r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nCarthano II´s sire, Contender won his stallion performance test in Adelheidsdorf in 1987. Over the years, the son of Calypso II has developed into a valued and highly regarded breeding stallion with over one hundred of his approved sons actively serving around the world today. Contender himself was a living legend. Amongst others he sired Checkmate/M. Michaels-Beerbaum, two-time winner of the Riders Tour and team European champion, as well as Montender/M. Kutscher who won two Olympic bronze medals in 2004 and two gold medals at the European Championships in San Patrignano (ITA) in 2005.\r\n\r\n \r\n\r\n \r\n\r\nThe dam’s sire Carthago began his career at the HolsteinVerband, he went on to participate at two Olympic Games with his rider Jos Lansink. He has sired over thirty approved stallions and many international top sport horses such as Cash ridden by Marco Kutscher. Carthago was ranked second in 2010 on the WBFSH-Ranking of the world’s best show jumping sires thanks to his successful offspring.\r\n\r\nCarthano II’s dam G-Catania produced the two full-brothers and approved stallions Carthano I and II as well as two stud book premium mares and four sport horses. Two of which, Phyllis and Paula, both sired by Cambridge have been successful in 1.40 and higher jumping classes. The third maternal dam, Mechthild sired by Sacramento Song xx produced three successful sport horses: Leonardo by Landmeister, Cartouche by Cardinal und Lasso by Landmeister.\r\n\r\nThe following approved stallions all come from the Holstein lineage 2067: Aconito (by Acorado), Canterburry (by Caletto I), Canturano I and II (by Canturo), Carthano I and II (by Contender), Con Caletto (by Contender), Con Spirito (by Contender), Cosido (by Cosimo), Cristino (by Caretino), Jaquino (by Jayadevo de Mackinac), Landstreicher (by Landgraf I), Lordon (by Lord), Masetto (by Montanus), Octavio (by Oglio), Rando (by Romino) and Sympatico (by Sacramento Song xx).\r\n\r\nAmongst the 490 currently registered sport horses are Landstreicher (by Landgraf I), Cazaro (by Chambertin), Claim Collin (by Corrado I) and Cool Man (by Contender) all successful up to S-level. \r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/K708Q4zipEw" frameborder="0" allowfullscreen></iframe>', 'Carthano', '', 'inherit', 'closed', 'open', '', '4970-revision-v1', '', '', '2014-03-05 17:35:51', '2014-03-05 16:35:51', '', 4970, 'http://127.0.0.1:4001/wordpress/4970-revision-v1/', 0, 'revision', '', 0),
|
||
(5227, 1, '2014-03-05 17:35:51', '2014-03-05 16:35:51', '<h4>Holstein, bay, Born: 2008, 169cm</h4>\r\n\r\nInsemination fee: 700 €* (only frozen semen)\r\n\r\n \r\nAppproved for: Holstein, Oldenburg, Oldenburg-International, Westfalen and Rheinland. As well as all the South German Stud Books and the newly formed German States Stud Books.\r\n\r\n \r\n\r\nCarthano II was the celebrated premium sire at his approvals in Holstein in 2010, showing enormous ability in his paces, correct conformation, and an abundance of “stallion presence”. Carthano II also has an outstanding trot; this is due to his enormously powerful hind legs. He has a balanced consistent rhythm and large, flexible gaits. His jumping scope, good leg technique and quick reactions at the fence are eye-catching. With all these attributes, Carthano II is undisputedly one of the top stallions of his age group. \r\n\r\nIn 2011 Carthano II completed an excellent 30-day-test in Zweibrücken. He confirmed the high expectations by scoring 126 points in the “VA-Zuchtwert” for jumping. Also worth a mention was the deserved high points awarded for his well-tempered character and great attitude. \r\n\r\nCathano ll begins his preparation for the National Young Horse Championships in 2013 with his first show jumping events this coming season. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nWe are looking forward with great expectation to Carthano’s first foals in 2012. \r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nCarthano II´s sire, Contender won his stallion performance test in Adelheidsdorf in 1987. Over the years, the son of Calypso II has developed into a valued and highly regarded breeding stallion with over one hundred of his approved sons actively serving around the world today. Contender himself was a living legend. Amongst others he sired Checkmate/M. Michaels-Beerbaum, two-time winner of the Riders Tour and team European champion, as well as Montender/M. Kutscher who won two Olympic bronze medals in 2004 and two gold medals at the European Championships in San Patrignano (ITA) in 2005.\r\n\r\n \r\n\r\n \r\n\r\nThe dam’s sire Carthago began his career at the HolsteinVerband, he went on to participate at two Olympic Games with his rider Jos Lansink. He has sired over thirty approved stallions and many international top sport horses such as Cash ridden by Marco Kutscher. Carthago was ranked second in 2010 on the WBFSH-Ranking of the world’s best show jumping sires thanks to his successful offspring.\r\n\r\nCarthano II’s dam G-Catania produced the two full-brothers and approved stallions Carthano I and II as well as two stud book premium mares and four sport horses. Two of which, Phyllis and Paula, both sired by Cambridge have been successful in 1.40 and higher jumping classes. The third maternal dam, Mechthild sired by Sacramento Song xx produced three successful sport horses: Leonardo by Landmeister, Cartouche by Cardinal und Lasso by Landmeister.\r\n\r\nThe following approved stallions all come from the Holstein lineage 2067: Aconito (by Acorado), Canterburry (by Caletto I), Canturano I and II (by Canturo), Carthano I and II (by Contender), Con Caletto (by Contender), Con Spirito (by Contender), Cosido (by Cosimo), Cristino (by Caretino), Jaquino (by Jayadevo de Mackinac), Landstreicher (by Landgraf I), Lordon (by Lord), Masetto (by Montanus), Octavio (by Oglio), Rando (by Romino) and Sympatico (by Sacramento Song xx).\r\n\r\nAmongst the 490 currently registered sport horses are Landstreicher (by Landgraf I), Cazaro (by Chambertin), Claim Collin (by Corrado I) and Cool Man (by Contender) all successful up to S-level. \r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/K708Q4zipEw" frameborder="0" allowfullscreen></iframe>', 'Carthano', '', 'inherit', 'closed', 'open', '', '5076-revision-v1', '', '', '2014-03-05 17:35:51', '2014-03-05 16:35:51', '', 5076, 'http://127.0.0.1:4001/wordpress/5076-revision-v1/', 0, 'revision', '', 0),
|
||
(5228, 1, '2014-03-05 17:36:32', '2014-03-05 16:36:32', '<h4>Westfale - grey - 2007 - 16.3 ½ hands</h4>\r\n\r\nBreeder: Dr. Axel Schuerner, Nideggen, Germany \r\n\r\nApproved for Hanover, OS, Mecklenburg, Rhineland, Westphalia and all Southern German Verbands.\r\nOther Verbands on request!\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy.\r\n\r\nOrders for fresh semen must be received by 9:00 a.m. the day before since the stallion is stationed in Italy!\r\n\r\n \r\n\r\nAlthough Cristallo I, who is also stationed in Riesenbeck, is already successful internationally, Cristallo II is just as good as his full brother in every way. In 2009 Cristallo II left the NRW licensing venue in Münster-Handorf as the celebrated jumper champion and passed his stallion performance test in 2010 at the same venue as the reserve champion jumper with high scores for his gaits and rideability. In 2011 he took silver at the Westphalian Championships (4-year olds) and in 2012 he qualified for the Bundeschampionat. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nCristallo II’s offspring exceeded all expectations. His foals are pleasing with their modern looks, generous lines and wonderfully supple movements. Many of them have been admitted to auctions. \r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Cornet Obolensky has considerably influenced modern-day jumper breeding. Just like the dam’s sire Cassini I, he has an outstanding performance and breeding record. \r\n\r\nCristallo’s dam Cassie placed in show jumping up to medium (M) level under her sport name Cascavella. Her son Cristallo I was a NRW premium stallion, won his stallion performance test, was Westphalian Jumper Champion, participated in the Bundeschampionat Finals twice and meanwhile wins ribbons in international competitions. \r\n\r\nHis granddam Profilda was successful in show jumping up to advanced (S) level under her sport name Papaya before she gave birth to a medium (M) level show jumper named Cosima (by Calido I). Profilda is a full sister of a licensed stallion named Pocalino (by Polydor), with whom Jens Dummeyer placed in international competitions, and of a medium (M) level show jumper named Paganini as well as a half-sister of the State Premium mares Leticia (by Lancer III) and Celestine (by Cornet Obolensky). The Westphalian Almfee line also produced the sires Apartos, Avocado, Ayers Rock, Disney, Papageno, Parlando I and II and Pastell as well as the 2009 Bundeschampion of four-year old mares and geldings, Preziosa.\r\n\r\nPerformance line of Almfee \r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/K708Q4zipEw" frameborder="0" allowfullscreen></iframe>', 'Cristallo', '', 'inherit', 'closed', 'open', '', '4971-revision-v1', '', '', '2014-03-05 17:36:32', '2014-03-05 16:36:32', '', 4971, 'http://127.0.0.1:4001/wordpress/4971-revision-v1/', 0, 'revision', '', 0),
|
||
(5229, 1, '2014-03-05 17:36:33', '2014-03-05 16:36:33', '<h4>Westfale - grey - 2007 - 16.3 ½ hands</h4>\r\n\r\nBreeder: Dr. Axel Schuerner, Nideggen, Germany \r\n\r\nApproved for Hanover, OS, Mecklenburg, Rhineland, Westphalia and all Southern German Verbands.\r\nOther Verbands on request!\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy.\r\n\r\nOrders for fresh semen must be received by 9:00 a.m. the day before since the stallion is stationed in Italy!\r\n\r\n \r\n\r\nAlthough Cristallo I, who is also stationed in Riesenbeck, is already successful internationally, Cristallo II is just as good as his full brother in every way. In 2009 Cristallo II left the NRW licensing venue in Münster-Handorf as the celebrated jumper champion and passed his stallion performance test in 2010 at the same venue as the reserve champion jumper with high scores for his gaits and rideability. In 2011 he took silver at the Westphalian Championships (4-year olds) and in 2012 he qualified for the Bundeschampionat. \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nCristallo II’s offspring exceeded all expectations. His foals are pleasing with their modern looks, generous lines and wonderfully supple movements. Many of them have been admitted to auctions. \r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Cornet Obolensky has considerably influenced modern-day jumper breeding. Just like the dam’s sire Cassini I, he has an outstanding performance and breeding record. \r\n\r\nCristallo’s dam Cassie placed in show jumping up to medium (M) level under her sport name Cascavella. Her son Cristallo I was a NRW premium stallion, won his stallion performance test, was Westphalian Jumper Champion, participated in the Bundeschampionat Finals twice and meanwhile wins ribbons in international competitions. \r\n\r\nHis granddam Profilda was successful in show jumping up to advanced (S) level under her sport name Papaya before she gave birth to a medium (M) level show jumper named Cosima (by Calido I). Profilda is a full sister of a licensed stallion named Pocalino (by Polydor), with whom Jens Dummeyer placed in international competitions, and of a medium (M) level show jumper named Paganini as well as a half-sister of the State Premium mares Leticia (by Lancer III) and Celestine (by Cornet Obolensky). The Westphalian Almfee line also produced the sires Apartos, Avocado, Ayers Rock, Disney, Papageno, Parlando I and II and Pastell as well as the 2009 Bundeschampion of four-year old mares and geldings, Preziosa.\r\n\r\nPerformance line of Almfee \r\n\r\n<iframe width="560" height="315" src="//www.youtube.com/embed/K708Q4zipEw" frameborder="0" allowfullscreen></iframe>', 'Cristallo', '', 'inherit', 'closed', 'open', '', '5075-revision-v1', '', '', '2014-03-05 17:36:33', '2014-03-05 16:36:33', '', 5075, 'http://127.0.0.1:4001/wordpress/5075-revision-v1/', 0, 'revision', '', 0),
|
||
(5230, 1, '2014-03-05 17:37:17', '2014-03-05 16:37:17', '<h4>Holsteiner - Line 4705 - bay - 2003 - 16.3 ½ hands </h4>\r\nBreeder: Peter Böge, Schönhorst, Germany\r\n\r\nApproved for Hanover, Holstein, OS, Mecklenburg, Rhineland, Westphalia and all Southern German Verbands.as well as Denmark, Sweden and France.\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy\r\n\r\nCarrico has now become firmly established in upper level, international show jumping after placing in Dortmund, Hagen a.T.W., Chantilly/FRA, Münster, Paderborn and Neumünster under Philipp Weishaupt and Henrik von Eckermann/SWE.\r\n\r\nAwarded a premium in 2005 in Neumünster, Carrico then took his stallion performance test in Redefin where he won the jumping as well as the dressage index, finishing first overall. In 2008 he won a qualifier at the Bundeschampionat with a 9.5 and in 2009 he placed in the Final for six-year old show jumpers in Warendorf. At the age of just seven, he won his first ribbons in advanced level classes.\r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]', 'Carrico', '', 'inherit', 'closed', 'open', '', '4953-revision-v1', '', '', '2014-03-05 17:37:17', '2014-03-05 16:37:17', '', 4953, 'http://127.0.0.1:4001/wordpress/4953-revision-v1/', 0, 'revision', '', 0),
|
||
(5231, 1, '2014-03-05 17:37:17', '2014-03-05 16:37:17', '<h4>Holsteiner - Line 4705 - bay - 2003 - 16.3 ½ hands </h4>\r\nBreeder: Peter Böge, Schönhorst, Germany\r\n\r\nApproved for Hanover, Holstein, OS, Mecklenburg, Rhineland, Westphalia and all Southern German Verbands.as well as Denmark, Sweden and France.\r\n\r\nInsemination fee: 500 €* + In-foal fee: 500 €* (FS + TG)\r\n\r\nForeign customers must pay full stud fee in advance. Refund of the half at non-pregnancy\r\n\r\nCarrico has now become firmly established in upper level, international show jumping after placing in Dortmund, Hagen a.T.W., Chantilly/FRA, Münster, Paderborn and Neumünster under Philipp Weishaupt and Henrik von Eckermann/SWE.\r\n\r\nAwarded a premium in 2005 in Neumünster, Carrico then took his stallion performance test in Redefin where he won the jumping as well as the dressage index, finishing first overall. In 2008 he won a qualifier at the Bundeschampionat with a 9.5 and in 2009 he placed in the Final for six-year old show jumpers in Warendorf. At the age of just seven, he won his first ribbons in advanced level classes.\r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]', 'Carrico', '', 'inherit', 'closed', 'open', '', '5078-revision-v1', '', '', '2014-03-05 17:37:17', '2014-03-05 16:37:17', '', 5078, 'http://127.0.0.1:4001/wordpress/5078-revision-v1/', 0, 'revision', '', 0),
|
||
(5232, 1, '2014-03-05 17:38:20', '2014-03-05 16:38:20', '<h4>Westphalian - gris - 2012 - 16.2 hands</h4>\r\n\r\n<strong>Nombre</strong>: Hércules\r\n<strong>Año de nacimiento</strong>: 2012 \r\n<strong>Capa</strong>: gris \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\n<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/tFJGgEaxr6E?list=UU0Hl12OSVVuIaX0HUxmOtaQ" frameborder="0" allowfullscreen></iframe>', 'Hércules', 'gris - 2012', 'inherit', 'closed', 'open', '', '4948-revision-v1', '', '', '2014-03-05 17:38:20', '2014-03-05 16:38:20', '', 4948, 'http://127.0.0.1:4001/wordpress/4948-revision-v1/', 0, 'revision', '', 0),
|
||
(5233, 1, '2014-03-05 17:38:20', '2014-03-05 16:38:20', '<h4>Westphalian - gris - 2012 - 16.2 hands</h4>\r\n\r\n<strong>Nombre</strong>: Hércules\r\n<strong>Año de nacimiento</strong>: 2012 \r\n<strong>Capa</strong>: gris \r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\n<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/tFJGgEaxr6E?list=UU0Hl12OSVVuIaX0HUxmOtaQ" frameborder="0" allowfullscreen></iframe>', 'Hércules', 'gris - 2012', 'inherit', 'closed', 'open', '', '5080-revision-v1', '', '', '2014-03-05 17:38:20', '2014-03-05 16:38:20', '', 5080, 'http://127.0.0.1:4001/wordpress/5080-revision-v1/', 0, 'revision', '', 0),
|
||
(5234, 1, '2014-03-05 17:38:46', '2014-03-05 16:38:46', '<h4>Westphalian - brown - 2011 - 16.2 hands</h4>\n\n<strong>Nombre</strong>: Galante\n<strong>Año de nacimiento</strong>: 2011 \n<strong>Capa</strong>: Castaño\n\n[title size="3"]Progeny[/title]\n\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \n\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \n\n[horse_family_tree]\n\n[separator top="10"]\n\n[title size="3"]Pedigree[/title]\n\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\n\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\n\n<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/A0PSY6kejnQ?rel=0" frameborder="0" allowfullscreen></iframe>', 'Galante', '2011 - Castaño', 'inherit', 'closed', 'open', '', '4951-autosave-v1', '', '', '2014-03-05 17:38:46', '2014-03-05 16:38:46', '', 4951, 'http://127.0.0.1:4001/wordpress/4951-autosave-v1/', 0, 'revision', '', 0),
|
||
(5235, 1, '2014-03-05 17:38:48', '2014-03-05 16:38:48', '<h4>Westphalian - brown - 2011 - 16.2 hands</h4>\r\n\r\n<strong>Nombre</strong>: Galante\r\n<strong>Año de nacimiento</strong>: 2011 \r\n<strong>Capa</strong>: Castaño\r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\n<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/A0PSY6kejnQ?rel=0" frameborder="0" allowfullscreen></iframe>', 'Galante', '2011 - Castaño', 'inherit', 'closed', 'open', '', '4951-revision-v1', '', '', '2014-03-05 17:38:48', '2014-03-05 16:38:48', '', 4951, 'http://127.0.0.1:4001/wordpress/4951-revision-v1/', 0, 'revision', '', 0),
|
||
(5236, 1, '2014-03-05 17:38:48', '2014-03-05 16:38:48', '<h4>Westphalian - brown - 2011 - 16.2 hands</h4>\r\n\r\n<strong>Nombre</strong>: Galante\r\n<strong>Año de nacimiento</strong>: 2011 \r\n<strong>Capa</strong>: Castaño\r\n\r\n[title size="3"]Progeny[/title]\r\n\r\nHighly refined himself, the charming Black Jack not only passes on his good looks but also his ability to jump, his quality movements and rideability. His first sons and daughters, now under saddle, make a highly promising impression. \r\n\r\nBlack Jack’s foals quickly find buyers. His son Boréal des Prés was sold for 12,500 Swiss Francs in 2012 at the Sport Foals Auction in Sursee/SUI. \r\n\r\n[horse_family_tree]\r\n\r\n[separator top="10"]\r\n\r\n[title size="3"]Pedigree[/title]\r\n\r\nHis sire Baloubet du Rouet won individual Olympic gold with Rodrigo Pessoa/BRA in 2004 on the course of Athens/GRE. He also took the World Cup title three times in a row and won the unofficial indoor World Championships twice in 2002 and 2003. The chestnut Selle Francais stallion who again leads the WBFSH (World Breeding Federation for Sport Horses) ranking of the world’s best jumper-makers – also thanks to Chaman who is also stationed in Riesenbeck – is a Galoubet A son. Galoubet A, a son of the trademark stallion Almé Z who was on the French gold winning team at the 1982 World Championships of Dublin/IRL with Gilles Bertrand de Ballanda, won the French Championships several times and collected dozens of first place ribbons in Nations Cups and Grand Prix. More than 30 of his sons are active in breeding, including U’Grand Jete, Eole and Meredith Michaels-Beerbaum’s Quick Star.\r\n\r\nHis dam St.Pr.St. Winzerin, who passed her broodmare performance test with outstanding scores, is also the dam of Gut Neuenhofs Levantados (by Lancer II) who wins show jumping classes up to advanced (S***) level, as well as a seven-year old full sister of Baloutelli named Gut Neuenhofs Bacarole/Henrik von Eckermann/SWE who is also highly successful in international competitions, and Gut Neuenhofs Caty (by Cristallo I) who qualified for the Bundeschampionat.\r\n\r\n<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/A0PSY6kejnQ?rel=0" frameborder="0" allowfullscreen></iframe>', 'Galante', '2011 - Castaño', 'inherit', 'closed', 'open', '', '5079-revision-v1', '', '', '2014-03-05 17:38:48', '2014-03-05 16:38:48', '', 5079, 'http://127.0.0.1:4001/wordpress/5079-revision-v1/', 0, 'revision', '', 0);
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_revslider_css`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_revslider_css` (
|
||
`id` int(9) NOT NULL AUTO_INCREMENT,
|
||
`handle` text NOT NULL,
|
||
`settings` text,
|
||
`hover` text,
|
||
`params` text NOT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=62 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_revslider_css`
|
||
--
|
||
|
||
INSERT INTO `drgrp_revslider_css` (`id`, `handle`, `settings`, `hover`, `params`) VALUES
|
||
(1, '.tp-caption.medium_grey', NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"0px 2px 5px rgba(0, 0, 0, 0.5)","font-weight":"700","font-size":"20px","line-height":"20px","font-family":"Arial","padding":"2px 4px","margin":"0px","border-width":"0px","border-style":"none","background-color":"#888","white-space":"nowrap"}'),
|
||
(2, '.tp-caption.small_text', NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"0px 2px 5px rgba(0, 0, 0, 0.5)","font-weight":"700","font-size":"14px","line-height":"20px","font-family":"Arial","margin":"0px","border-width":"0px","border-style":"none","white-space":"nowrap"}'),
|
||
(3, '.tp-caption.medium_text', NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"0px 2px 5px rgba(0, 0, 0, 0.5)","font-weight":"700","font-size":"20px","line-height":"20px","font-family":"Arial","margin":"0px","border-width":"0px","border-style":"none","white-space":"nowrap"}'),
|
||
(4, '.tp-caption.large_text', NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"0px 2px 5px rgba(0, 0, 0, 0.5)","font-weight":"700","font-size":"40px","line-height":"40px","font-family":"Arial","margin":"0px","border-width":"0px","border-style":"none","white-space":"nowrap"}'),
|
||
(5, '.tp-caption.very_large_text', NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"0px 2px 5px rgba(0, 0, 0, 0.5)","font-weight":"700","font-size":"60px","line-height":"60px","font-family":"Arial","margin":"0px","border-width":"0px","border-style":"none","white-space":"nowrap","letter-spacing":"-2px"}'),
|
||
(6, '.tp-caption.very_big_white', NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"none","font-weight":"800","font-size":"60px","line-height":"60px","font-family":"Arial","margin":"0px","border-width":"0px","border-style":"none","white-space":"nowrap","padding":"0px 4px","padding-top":"1px","background-color":"#000"}'),
|
||
(7, '.tp-caption.very_big_black', NULL, NULL, '{"position":"absolute","color":"#000","text-shadow":"none","font-weight":"700","font-size":"60px","line-height":"60px","font-family":"Arial","margin":"0px","border-width":"0px","border-style":"none","white-space":"nowrap","padding":"0px 4px","padding-top":"1px","background-color":"#fff"}'),
|
||
(8, '.tp-caption.modern_medium_fat', NULL, NULL, '{"position":"absolute","color":"#000","text-shadow":"none","font-weight":"800","font-size":"24px","line-height":"20px","font-family":"\\"Open Sans\\", sans-serif","margin":"0px","border-width":"0px","border-style":"none","white-space":"nowrap"}'),
|
||
(9, '.tp-caption.modern_medium_fat_white', NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"none","font-weight":"800","font-size":"24px","line-height":"20px","font-family":"\\"Open Sans\\", sans-serif","margin":"0px","border-width":"0px","border-style":"none","white-space":"nowrap"}'),
|
||
(10, '.tp-caption.modern_medium_light', NULL, NULL, '{"position":"absolute","color":"#000","text-shadow":"none","font-weight":"300","font-size":"24px","line-height":"20px","font-family":"\\"Open Sans\\", sans-serif","margin":"0px","border-width":"0px","border-style":"none","white-space":"nowrap"}'),
|
||
(11, '.tp-caption.modern_big_bluebg', NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"none","font-weight":"800","font-size":"30px","line-height":"36px","font-family":"\\"Open Sans\\", sans-serif","padding":"3px 10px","margin":"0px","border-width":"0px","border-style":"none","background-color":"#4e5b6c","letter-spacing":"0"}'),
|
||
(12, '.tp-caption.modern_big_redbg', NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"none","font-weight":"300","font-size":"30px","line-height":"36px","font-family":"\\"Open Sans\\", sans-serif","padding":"3px 10px","padding-top":"1px","margin":"0px","border-width":"0px","border-style":"none","background-color":"#de543e","letter-spacing":"0"}'),
|
||
(13, '.tp-caption.modern_small_text_dark', NULL, NULL, '{"position":"absolute","color":"#555","text-shadow":"none","font-size":"14px","line-height":"22px","font-family":"Arial","margin":"0px","border-width":"0px","border-style":"none","white-space":"nowrap"}'),
|
||
(14, '.tp-caption.boxshadow', NULL, NULL, '{"-moz-box-shadow":"0px 0px 20px rgba(0, 0, 0, 0.5)","-webkit-box-shadow":"0px 0px 20px rgba(0, 0, 0, 0.5)","box-shadow":"0px 0px 20px rgba(0, 0, 0, 0.5)"}'),
|
||
(15, '.tp-caption.black', NULL, NULL, '{"color":"#000","text-shadow":"none"}'),
|
||
(16, '.tp-caption.noshadow', NULL, NULL, '{"text-shadow":"none"}'),
|
||
(17, '.tp-caption.thinheadline_dark', NULL, NULL, '{"position":"absolute","color":"rgba(0,0,0,0.85)","text-shadow":"none","font-weight":"300","font-size":"30px","line-height":"30px","font-family":"\\"Open Sans\\"","background-color":"transparent"}'),
|
||
(18, '.tp-caption.thintext_dark', NULL, NULL, '{"position":"absolute","color":"rgba(0,0,0,0.85)","text-shadow":"none","font-weight":"300","font-size":"16px","line-height":"26px","font-family":"\\"Open Sans\\"","background-color":"transparent"}'),
|
||
(19, '.tp-caption.largeblackbg', NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"none","font-weight":"300","font-size":"50px","line-height":"70px","font-family":"\\"Open Sans\\"","background-color":"#000","padding":"0px 20px","-webkit-border-radius":"0px","-moz-border-radius":"0px","border-radius":"0px"}'),
|
||
(20, '.tp-caption.largepinkbg', NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"none","font-weight":"300","font-size":"50px","line-height":"70px","font-family":"\\"Open Sans\\"","background-color":"#db4360","padding":"0px 20px","-webkit-border-radius":"0px","-moz-border-radius":"0px","border-radius":"0px"}'),
|
||
(21, '.tp-caption.largewhitebg', NULL, NULL, '{"position":"absolute","color":"#000","text-shadow":"none","font-weight":"300","font-size":"50px","line-height":"70px","font-family":"\\"Open Sans\\"","background-color":"#fff","padding":"0px 20px","-webkit-border-radius":"0px","-moz-border-radius":"0px","border-radius":"0px"}'),
|
||
(22, '.tp-caption.largegreenbg', NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"none","font-weight":"300","font-size":"50px","line-height":"70px","font-family":"\\"Open Sans\\"","background-color":"#67ae73","padding":"0px 20px","-webkit-border-radius":"0px","-moz-border-radius":"0px","border-radius":"0px"}'),
|
||
(23, '.tp-caption.excerpt', NULL, NULL, '{"font-size":"36px","line-height":"36px","font-weight":"700","font-family":"Arial","color":"#ffffff","text-decoration":"none","background-color":"rgba(0, 0, 0, 1)","text-shadow":"none","margin":"0px","letter-spacing":"-1.5px","padding":"1px 4px 0px 4px","width":"150px","white-space":"normal !important","height":"auto","border-width":"0px","border-color":"rgb(255, 255, 255)","border-style":"none"}'),
|
||
(24, '.tp-caption.large_bold_grey', NULL, NULL, '{"font-size":"60px","line-height":"60px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(102, 102, 102)","text-decoration":"none","background-color":"transparent","text-shadow":"none","margin":"0px","padding":"1px 4px 0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
|
||
(25, '.tp-caption.medium_thin_grey', NULL, NULL, '{"font-size":"34px","line-height":"30px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(102, 102, 102)","text-decoration":"none","background-color":"transparent","padding":"1px 4px 0px","text-shadow":"none","margin":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
|
||
(26, '.tp-caption.small_thin_grey', NULL, NULL, '{"font-size":"18px","line-height":"26px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(117, 117, 117)","text-decoration":"none","background-color":"transparent","padding":"1px 4px 0px","text-shadow":"none","margin":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
|
||
(27, '.tp-caption.lightgrey_divider', NULL, NULL, '{"text-decoration":"none","background-color":"rgba(235, 235, 235, 1)","width":"370px","height":"3px","background-position":"initial initial","background-repeat":"initial initial","border-width":"0px","border-color":"rgb(34, 34, 34)","border-style":"none"}'),
|
||
(28, '.tp-caption.large_bold_darkblue', NULL, NULL, '{"font-size":"58px","line-height":"60px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(52, 73, 94)","text-decoration":"none","background-color":"transparent","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
|
||
(29, '.tp-caption.medium_bg_darkblue', NULL, NULL, '{"font-size":"20px","line-height":"20px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"rgb(52, 73, 94)","padding":"10px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
|
||
(30, '.tp-caption.medium_bold_red', NULL, NULL, '{"font-size":"24px","line-height":"30px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(227, 58, 12)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
|
||
(31, '.tp-caption.medium_light_red', NULL, NULL, '{"font-size":"21px","line-height":"26px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(227, 58, 12)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
|
||
(32, '.tp-caption.medium_bg_red', NULL, NULL, '{"font-size":"20px","line-height":"20px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"rgb(227, 58, 12)","padding":"10px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
|
||
(33, '.tp-caption.medium_bold_orange', NULL, NULL, '{"font-size":"24px","line-height":"30px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(243, 156, 18)","text-decoration":"none","background-color":"transparent","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
|
||
(34, '.tp-caption.medium_bg_orange', NULL, NULL, '{"font-size":"20px","line-height":"20px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"rgb(243, 156, 18)","padding":"10px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
|
||
(35, '.tp-caption.grassfloor', NULL, NULL, '{"text-decoration":"none","background-color":"rgba(160, 179, 151, 1)","width":"4000px","height":"150px","border-width":"0px","border-color":"rgb(34, 34, 34)","border-style":"none"}'),
|
||
(36, '.tp-caption.large_bold_white', NULL, NULL, '{"font-size":"58px","line-height":"60px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"transparent","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
|
||
(37, '.tp-caption.medium_light_white', NULL, NULL, '{"font-size":"30px","line-height":"36px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
|
||
(38, '.tp-caption.mediumlarge_light_white', NULL, NULL, '{"font-size":"34px","line-height":"40px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
|
||
(39, '.tp-caption.mediumlarge_light_white_center', NULL, NULL, '{"font-size":"34px","line-height":"40px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"#ffffff","text-decoration":"none","background-color":"transparent","padding":"0px 0px 0px 0px","text-align":"center","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
|
||
(40, '.tp-caption.medium_bg_asbestos', NULL, NULL, '{"font-size":"20px","line-height":"20px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"rgb(127, 140, 141)","padding":"10px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
|
||
(41, '.tp-caption.medium_light_black', NULL, NULL, '{"font-size":"30px","line-height":"36px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(0, 0, 0)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
|
||
(42, '.tp-caption.large_bold_black', NULL, NULL, '{"font-size":"58px","line-height":"60px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(0, 0, 0)","text-decoration":"none","background-color":"transparent","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
|
||
(43, '.tp-caption.mediumlarge_light_darkblue', NULL, NULL, '{"font-size":"34px","line-height":"40px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(52, 73, 94)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
|
||
(44, '.tp-caption.small_light_white', NULL, NULL, '{"font-size":"17px","line-height":"28px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
|
||
(45, '.tp-caption.roundedimage', NULL, NULL, '{"border-width":"0px","border-color":"rgb(34, 34, 34)","border-style":"none"}'),
|
||
(46, '.tp-caption.large_bg_black', NULL, NULL, '{"font-size":"40px","line-height":"40px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"rgb(0, 0, 0)","padding":"10px 20px 15px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
|
||
(47, '.tp-caption.mediumwhitebg', NULL, NULL, '{"font-size":"30px","line-height":"30px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(0, 0, 0)","text-decoration":"none","background-color":"rgb(255, 255, 255)","padding":"5px 15px 10px","text-shadow":"none","border-width":"0px","border-color":"rgb(0, 0, 0)","border-style":"none"}'),
|
||
(48, '.avada_huge_white_text', NULL, NULL, '{"position":"absolute","color":"#ffffff","font-size":"130px","line-height":"45px","font-family":"museoslab500regular"}'),
|
||
(49, '.avada_huge_black_text', NULL, NULL, '{"position":"absolute","color":"#000000","font-size":"130px","line-height":"45px","font-family":"museoslab500regular;}'),
|
||
(50, '.avada_big_black_text', NULL, NULL, '{"position":"absolute","color":"#333333","font-size":"42px","line-height":"45px","font-family":"museoslab500regular"}'),
|
||
(51, '.avada_big_white_text', NULL, NULL, '{"position":"absolute","color":"#fff","font-size":"42px","line-height":"45px","font-family":"museoslab500regular"}'),
|
||
(52, '.avada_big_black_text_center', NULL, NULL, '{"position":"absolute","color":"#333333","font-size":"38px","line-height":"45px","font-family":"museoslab500regular","text-align":"center"}'),
|
||
(53, '.avada_med_green_text', NULL, NULL, '{"position":"absolute","color":"#A0CE4E","font-size":"24px","line-height":"24px","font-family":"PTSansRegular, Arial, Helvetica, sans-serif"}'),
|
||
(54, '.avada_small_gray_text', NULL, NULL, '{"position":"absolute","color":"#747474","font-size":"13px","line-height":"20px","font-family":"PTSansRegular, Arial, Helvetica, sans-serif"}'),
|
||
(55, '.avada_small_white_text', NULL, NULL, '{"position":"absolute","color":"#fff","font-size":"13px","line-height":"20px","font-family":"PTSansRegular, Arial, Helvetica, sans-serif","text-shadow":"0px 2px 5px rgba(0, 0, 0, 0.5)","font-weight":"700"}'),
|
||
(56, '.avada_block_black', NULL, NULL, '{"position":"absolute","color":"#A0CE4E","text-shadow":"none","font-size":"22px","line-height":"34px","padding":"0px 10px","padding-top":"1px","margin":"0px","border-width":"0px","border-style":"none","background-color":"#000","font-family":"PTSansRegular, Arial, Helvetica, sans-serif"}'),
|
||
(57, '.avada_block_green', NULL, NULL, '{"position":"absolute","color":"#000","text-shadow":"none","font-size":"22px","line-height":"34px","padding":"0px 10px","padding-top":"1px","margin":"0px","border-width":"0px","border-style":"none","background-color":"#A0CE4E","font-family":"PTSansRegular, Arial, Helvetica, sans-serif"}'),
|
||
(58, '.avada_block_white', NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"none","font-size":"22px","line-height":"34px","padding":"0px 10px","padding-top":"1px","margin":"0px","border-width":"0px","border-style":"none","background-color":"#000","font-family":"PTSansRegular, Arial, Helvetica, sans-serif"}'),
|
||
(59, '.avada_block_white_trans', NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"none","font-size":"22px","line-height":"34px","padding":"0px 10px","padding-top":"1px","margin":"0px","border-width":"0px","border-style":"none","background-color":"rgba(0, 0, 0, 0.6)","font-family":"PTSansRegular, Arial, Helvetica, sans-serif"}'),
|
||
(60, '.tp-caption.avada_block_black', NULL, NULL, '{"text-decoration":"none","background-color":"rgb(0, 0, 0)","border-width":"0px","border-color":"rgb(34, 34, 34)","border-style":"none"}'),
|
||
(61, '.tp-caption.portada_h1', '{"hover":"false"}', '""', '{"text-decoration":"none","background-color":"transparent","font-family":"\\"Roboto\\"","font-transform":"uppercase","color":"#ffffff","border-width":"0px","border-color":"rgb(34, 34, 34)","border-style":"none"}');
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_revslider_layer_animations`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_revslider_layer_animations` (
|
||
`id` int(9) NOT NULL AUTO_INCREMENT,
|
||
`handle` text NOT NULL,
|
||
`params` text NOT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_revslider_layer_animations`
|
||
--
|
||
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_revslider_settings`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_revslider_settings` (
|
||
`id` int(9) NOT NULL AUTO_INCREMENT,
|
||
`general` text NOT NULL,
|
||
`params` text NOT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_revslider_settings`
|
||
--
|
||
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_revslider_sliders`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_revslider_sliders` (
|
||
`id` int(9) NOT NULL AUTO_INCREMENT,
|
||
`title` tinytext NOT NULL,
|
||
`alias` tinytext,
|
||
`params` text NOT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_revslider_sliders`
|
||
--
|
||
|
||
INSERT INTO `drgrp_revslider_sliders` (`id`, `title`, `alias`, `params`) VALUES
|
||
(1, 'Avada_Full_Width', 'Avada_Full_Width', '{"title":"Avada_Full_Width","alias":"Avada_Full_Width","shortcode":"[rev_slider Avada_Full_Width]","slider_type":"fullwidth","fullscreen_offset_container":"","width":"960","height":"450","responsitive_w1":"940","responsitive_sw1":"770","responsitive_w2":"780","responsitive_sw2":"500","responsitive_w3":"510","responsitive_sw3":"310","responsitive_w4":"","responsitive_sw4":"","responsitive_w5":"","responsitive_sw5":"","responsitive_w6":"","responsitive_sw6":"","delay":"9000","shuffle":"off","lazy_load":"off","use_wpml":"off","load_googlefont":"false","google_font":"PT+Sans+Narrow:400,700","stop_slider":"off","stop_after_loops":"0","stop_at_slide":"2","position":"center","margin_top":"0","margin_bottom":"0","margin_left":"0","margin_right":"0","shadow_type":"0","show_timerbar":"hide","background_color":"#ffffff","padding":"0","show_background_image":"false","background_image":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/","touchenabled":"on","stop_on_hover":"on","navigaion_type":"none","navigation_arrows":"solo","navigation_style":"round","navigaion_always_on":"false","hide_thumbs":"200","navigaion_align_hor":"center","navigaion_align_vert":"bottom","navigaion_offset_hor":"0","navigaion_offset_vert":"20","leftarrow_align_hor":"left","leftarrow_align_vert":"center","leftarrow_offset_hor":"20","leftarrow_offset_vert":"0","rightarrow_align_hor":"right","rightarrow_align_vert":"center","rightarrow_offset_hor":"20","rightarrow_offset_vert":"0","thumb_width":"100","thumb_height":"50","thumb_amount":"5","hide_slider_under":"0","hide_defined_layers_under":"0","hide_all_layers_under":"0","start_with_slide":"1","first_transition_type":"fade","first_transition_duration":"300","first_transition_slot_amount":"7","jquery_noconflict":"on","js_to_body":"false","output_type":"none"}'),
|
||
(2, 'Avada_Page_Slider', 'Avada_Page_Slider', '{"title":"Avada_Page_Slider","alias":"Avada_Page_Slider","shortcode":"[rev_slider Avada_Page_Slider]","source_type":"gallery","post_types":"post","post_category":"category_9","post_sortby":"ID","posts_sort_direction":"DESC","max_slider_posts":"30","excerpt_limit":"55","slider_template_id":"","posts_list":"","slider_type":"responsitive","fullscreen_offset_container":"","fullscreen_min_height":"","full_screen_align_force":"off","auto_height":"off","force_full_width":"off","width":"940","height":"300","responsitive_w1":"940","responsitive_sw1":"770","responsitive_w2":"780","responsitive_sw2":"500","responsitive_w3":"510","responsitive_sw3":"310","responsitive_w4":"0","responsitive_sw4":"0","responsitive_w5":"0","responsitive_sw5":"0","responsitive_w6":"0","responsitive_sw6":"0","delay":"9000","shuffle":"off","lazy_load":"off","use_wpml":"off","stop_slider":"off","stop_after_loops":0,"stop_at_slide":2,"load_googlefont":"false","google_font":["<link href=\\\\''http:\\/\\/fonts.googleapis.com\\/css?family=PT+Sans+Narrow:400,700\\\\'' rel=\\\\''stylesheet\\\\'' type=\\\\''text\\/css\\\\''>"],"position":"center","margin_top":0,"margin_bottom":0,"margin_left":0,"margin_right":0,"shadow_type":"3","show_timerbar":"hide","padding":0,"background_color":"#E9E9E9","background_dotted_overlay":"none","show_background_image":"false","background_image":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/","bg_fit":"cover","bg_repeat":"no-repeat","bg_position":"center top","touchenabled":"on","stop_on_hover":"on","navigaion_type":"thumb","navigation_arrows":"none","navigation_style":"square-old","navigaion_always_on":"false","hide_thumbs":200,"navigaion_align_hor":"center","navigaion_align_vert":"bottom","navigaion_offset_hor":"0","navigaion_offset_vert":20,"leftarrow_align_hor":"left","leftarrow_align_vert":"center","leftarrow_offset_hor":20,"leftarrow_offset_vert":0,"rightarrow_align_hor":"right","rightarrow_align_vert":"center","rightarrow_offset_hor":20,"rightarrow_offset_vert":0,"thumb_width":100,"thumb_height":50,"thumb_amount":5,"hide_slider_under":0,"hide_defined_layers_under":0,"hide_all_layers_under":0,"hide_thumbs_under_resolution":0,"start_with_slide":"1","first_transition_type":"fade","first_transition_duration":300,"first_transition_slot_amount":7,"reset_transitions":"","reset_transition_duration":0,"0":"Execute settings on all slides","jquery_noconflict":"on","js_to_body":"false","output_type":"none","template":"false"}'),
|
||
(3, 'Avada_Small_Slider', 'Avada_Small_Slider', '{"title":"Avada_Small_Slider","alias":"Avada_Small_Slider","shortcode":"[rev_slider Avada_Small_Slider]","slider_type":"responsitive","fullscreen_offset_container":"","width":"451","height":"220","responsitive_w1":"940","responsitive_sw1":"770","responsitive_w2":"780","responsitive_sw2":"500","responsitive_w3":"510","responsitive_sw3":"310","responsitive_w4":"","responsitive_sw4":"","responsitive_w5":"","responsitive_sw5":"","responsitive_w6":"","responsitive_sw6":"","delay":"9000","shuffle":"off","lazy_load":"off","use_wpml":"off","load_googlefont":"false","google_font":"PT+Sans+Narrow:400,700","stop_slider":"off","stop_after_loops":"0","stop_at_slide":"2","position":"center","margin_top":"0","margin_bottom":"0","margin_left":"0","margin_right":"0","shadow_type":"1","show_timerbar":"top","background_color":"#E9E9E9","padding":"0","show_background_image":"false","background_image":"http:\\/\\/theme-fusion.com\\/avadaxml\\/wp-content\\/","touchenabled":"on","stop_on_hover":"on","navigaion_type":"none","navigation_arrows":"none","navigation_style":"round","navigaion_always_on":"false","hide_thumbs":"200","navigaion_align_hor":"center","navigaion_align_vert":"bottom","navigaion_offset_hor":"0","navigaion_offset_vert":"20","leftarrow_align_hor":"left","leftarrow_align_vert":"center","leftarrow_offset_hor":"20","leftarrow_offset_vert":"0","rightarrow_align_hor":"right","rightarrow_align_vert":"center","rightarrow_offset_hor":"20","rightarrow_offset_vert":"0","thumb_width":"100","thumb_height":"50","thumb_amount":"5","hide_slider_under":"0","hide_defined_layers_under":"0","hide_all_layers_under":"0","start_with_slide":"1","first_transition_type":"fade","first_transition_duration":"300","first_transition_slot_amount":"7","jquery_noconflict":"on","js_to_body":"false","output_type":"none"}'),
|
||
(4, 'DRG Homepage', 'drg_homepage', '{"title":"DRG Homepage","alias":"drg_homepage","shortcode":"[rev_slider drg_homepage]","source_type":"gallery","post_types":"post","post_category":"category_2","post_sortby":"ID","posts_sort_direction":"DESC","max_slider_posts":"30","excerpt_limit":"55","slider_template_id":"","posts_list":"","slider_type":"fullwidth","fullscreen_offset_container":"","fullscreen_min_height":"","full_screen_align_force":"off","auto_height":"off","force_full_width":"off","width":"960","height":"450","responsitive_w1":"940","responsitive_sw1":"770","responsitive_w2":"780","responsitive_sw2":"500","responsitive_w3":"510","responsitive_sw3":"310","responsitive_w4":"0","responsitive_sw4":"0","responsitive_w5":"0","responsitive_sw5":"0","responsitive_w6":"0","responsitive_sw6":"0","delay":"9000","shuffle":"off","lazy_load":"off","use_wpml":"off","stop_slider":"off","stop_after_loops":0,"stop_at_slide":2,"load_googlefont":"false","google_font":["<link href=\\\\''http:\\/\\/fonts.googleapis.com\\/css?family=PT+Sans+Narrow:400,700\\\\'' rel=\\\\''stylesheet\\\\'' type=\\\\''text\\/css\\\\''>"],"position":"center","margin_top":0,"margin_bottom":0,"margin_left":0,"margin_right":0,"shadow_type":"0","show_timerbar":"hide","padding":0,"background_color":"#ffffff","background_dotted_overlay":"none","show_background_image":"false","background_image":"","bg_fit":"cover","bg_repeat":"no-repeat","bg_position":"center top","touchenabled":"on","stop_on_hover":"on","navigaion_type":"bullet","navigation_arrows":"solo","navigation_style":"round","navigaion_always_on":"false","hide_thumbs":200,"navigaion_align_hor":"center","navigaion_align_vert":"bottom","navigaion_offset_hor":"0","navigaion_offset_vert":20,"leftarrow_align_hor":"left","leftarrow_align_vert":"center","leftarrow_offset_hor":20,"leftarrow_offset_vert":0,"rightarrow_align_hor":"right","rightarrow_align_vert":"center","rightarrow_offset_hor":20,"rightarrow_offset_vert":0,"thumb_width":100,"thumb_height":50,"thumb_amount":5,"hide_slider_under":0,"hide_defined_layers_under":0,"hide_all_layers_under":0,"hide_thumbs_under_resolution":0,"start_with_slide":"1","first_transition_type":"fade","first_transition_duration":300,"first_transition_slot_amount":7,"reset_transitions":"","reset_transition_duration":0,"0":"Execute settings on all slides","jquery_noconflict":"on","js_to_body":"false","output_type":"none","template":"false"}');
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_revslider_slides`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_revslider_slides` (
|
||
`id` int(9) NOT NULL AUTO_INCREMENT,
|
||
`slider_id` int(9) NOT NULL,
|
||
`slide_order` int(11) NOT NULL,
|
||
`params` text NOT NULL,
|
||
`layers` text NOT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_revslider_slides`
|
||
--
|
||
|
||
INSERT INTO `drgrp_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`) VALUES
|
||
(1, 1, 1, '{"background_type":"solid","image":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/uploads\\/revslider\\/Avada_Full_Width\\/slide_3.jpg","image_id":"4074","title":"Slide","state":"published","slide_transition":"fade","0":"Choose Image","slot_amount":"7","transition_rotation":"0","transition_duration":"300","delay":"","enable_link":"false","link_type":"regular","link":"","link_open_in":"same","slide_link":"nothing","link_pos":"front","slide_thumb":"","fullwidth_centering":"true","date_from":"","date_to":"","slide_bg_color":"#f6f6f6"}', '[{"style":"","text":"Image 2","type":"image","image_url":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/uploads\\/revslider\\/Avada_Full_Width\\/slide_4.jpg","left":9,"top":0,"animation":"fade","easing":"easeOutExpo","speed":300,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":false,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","time":300,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","serial":"0","endTimeFinal":8700,"endSpeedFinal":300,"realEndTime":9000,"timeLast":8700},{"style":"","text":"Image 3","type":"image","image_url":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/uploads\\/revslider\\/Avada_Full_Width\\/mac.png","left":512,"top":61,"animation":"lfl","easing":"easeOutExpo","speed":1500,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":false,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","time":800,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","serial":"1","endTimeFinal":7500,"endSpeedFinal":300,"realEndTime":9000,"timeLast":8200},{"style":"","text":"Image 4","type":"image","image_url":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/uploads\\/revslider\\/Avada_Full_Width\\/ipad2.png","left":453,"top":188,"animation":"lft","easing":"easeOutExpo","speed":1500,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":false,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","time":1100,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","serial":"2","endTimeFinal":7500,"endSpeedFinal":300,"realEndTime":9000,"timeLast":7900},{"style":"","text":"Image 5","type":"image","image_url":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/uploads\\/revslider\\/Avada_Full_Width\\/iphone.png","left":394,"top":241,"animation":"lfr","easing":"easeOutExpo","speed":1500,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":false,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","time":1400,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","serial":"3","endTimeFinal":7500,"endSpeedFinal":300,"realEndTime":9000,"timeLast":7600},{"text":"Avada Wordpress Theme","type":"text","left":-1,"top":94,"animation":"sft","easing":"easeOutExpo","speed":1000,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":false,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"avada_big_black_text","time":2100,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","serial":"4","endTimeFinal":8000,"endSpeedFinal":300,"realEndTime":9000,"timeLast":6900},{"text":"Made With Care For Our Users","type":"text","left":0,"top":152,"animation":"sfb","easing":"easeOutExpo","speed":1000,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":false,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"avada_med_green_text","time":2400,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","serial":"5","endTimeFinal":8000,"endSpeedFinal":300,"realEndTime":9000,"timeLast":6600},{"text":"Lid est laborum dolo rumes fugats untras. Et harums ser quidem <br>rerum facilisdolores nemis omnis fugiats vitaes nemo minima<br> rerums unsers sadips amets sadips ipsums","type":"text","left":0,"top":200,"animation":"fade","easing":"easeOutExpo","speed":1000,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":false,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"avada_small_gray_text","time":2800,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","serial":"6","endTimeFinal":8000,"endSpeedFinal":300,"realEndTime":9000,"timeLast":6200},{"text":"<a href=\\\\\\"http:\\/\\/themeforest.net\\/item\\/avada-responsive-multipurpose-theme\\/2833226?ref=ThemeFusion\\\\\\" class=\\\\\\"button large green\\\\\\">Purchase Now<\\/a>","type":"text","left":0,"top":310,"animation":"lfb","easing":"easeOutExpo","speed":3000,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":false,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"avada_small_gray_text","time":2700,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","serial":"7","endTimeFinal":6000,"endSpeedFinal":300,"realEndTime":9000,"timeLast":6300}]'),
|
||
(2, 1, 2, '{"background_type":"image","image":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/uploads\\/revslider\\/Avada_Full_Width\\/slide_5.jpg","image_id":"4073","title":"Slide","state":"published","slide_transition":"fade","0":"Choose Image","slot_amount":7,"transition_rotation":0,"transition_duration":300,"delay":"","enable_link":"false","link_type":"regular","link":"","link_open_in":"same","slide_link":"nothing","link_pos":"front","slide_thumb":"","fullwidth_centering":"true","date_from":"","date_to":"","slide_bg_color":"#E7E7E7","slide_bg_external":"","bg_fit":"cover","bg_fit_x":"100","bg_fit_y":"100","bg_repeat":"no-repeat","bg_position":"center top","bg_position_x":"0","bg_position_y":"0","kenburn_effect":"off","kb_start_fit":"100","kb_end_fit":"100","bg_end_position":"center top","kb_duration":"9000","kb_easing":"Linear.easeNone"}', '[{"style":"","text":"Image 2","type":"image","image_url":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/uploads\\/revslider\\/Avada_Full_Width\\/ipad.png","left":0,"top":64,"animation":"lfr","easing":"easeOutExpo","speed":1500,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":false,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","time":500,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","serial":"0","endTimeFinal":7500,"endSpeedFinal":300,"realEndTime":9000,"timeLast":8500,"width":500,"height":308},{"text":"Avada Is Better Than Ever","type":"text","left":675,"top":90,"animation":"sft","easing":"easeOutExpo","speed":750,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":false,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"avada_block_black","time":1100,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","serial":"1","endTimeFinal":8250,"endSpeedFinal":300,"realEndTime":9000,"timeLast":7900,"width":-1,"height":-1,"alt":"","scaleX":"","scaleY":"","scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":""},{"text":"100% Fully Responsive","type":"text","left":702,"top":130,"animation":"sfb","easing":"easeOutExpo","speed":750,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":false,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"avada_block_black","time":1400,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","serial":"2","endTimeFinal":8250,"endSpeedFinal":300,"realEndTime":9000,"timeLast":7600,"width":-1,"height":-1},{"text":"With Numerous","type":"text","left":778,"top":200,"animation":"sft","easing":"easeOutExpo","speed":750,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":false,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"avada_block_green","time":1700,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","serial":"3","endTimeFinal":8250,"endSpeedFinal":300,"realEndTime":9000,"timeLast":7300,"width":-1,"height":-1},{"text":"Additions & Optimizations","type":"text","left":679,"top":240,"animation":"sfb","easing":"easeOutExpo","speed":750,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":false,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"avada_block_green","time":2000,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","serial":"4","endTimeFinal":8250,"endSpeedFinal":300,"realEndTime":9000,"timeLast":7000,"width":-1,"height":-1},{"text":"It Doesn''t Get Better Than This","type":"text","left":628,"top":318,"animation":"sft","easing":"easeOutExpo","speed":750,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":false,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"avada_block_black","time":2300,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","serial":"5","endTimeFinal":8250,"endSpeedFinal":300,"realEndTime":9000,"timeLast":6700,"width":-1,"height":-1}]'),
|
||
(3, 1, 3, '{"background_type":"image","image":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/uploads\\/revslider\\/Avada_Full_Width\\/slide_3.jpg","image_id":"4074","title":"Slide","state":"published","slide_transition":"fade","0":"Choose Image","slot_amount":"7","transition_rotation":"0","transition_duration":"300","delay":"","enable_link":"false","link_type":"regular","link":"","link_open_in":"same","slide_link":"nothing","link_pos":"front","slide_thumb":"","fullwidth_centering":"true","date_from":"","date_to":"","slide_bg_color":"#E7E7E7"}', '[{"text":"Create Fantastic Sliders With Animations","type":"text","left":272,"top":75,"animation":"lft","easing":"easeOutExpo","speed":750,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":false,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"avada_block_white","time":500,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","serial":"0","endTimeFinal":8250,"endSpeedFinal":300,"realEndTime":9000,"timeLast":8500},{"text":"BE CREATIVE","type":"text","left":52,"top":160,"animation":"lfr","easing":"easeOutExpo","speed":750,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":false,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"avada_huge_white_text","time":900,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","serial":"1","endTimeFinal":8250,"endSpeedFinal":300,"realEndTime":9000,"timeLast":8300},{"text":"The Possibilities Are Endless","type":"text","left":331,"top":260,"animation":"lfb","easing":"easeOutExpo","speed":750,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":false,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"avada_block_white","time":1100,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","serial":"2","endTimeFinal":8250,"endSpeedFinal":300,"realEndTime":9000,"timeLast":8100},{"text":"[fontawesome icon=\\\\\\"thumbs-up\\\\\\" circle=\\\\\\"no\\\\\\" size=\\\\\\"large\\\\\\" iconcolor=\\\\\\"#fff\\\\\\" circlecolor=\\\\\\"\\\\\\" circlebordercolor=\\\\\\"\\\\\\"]","type":"text","left":57,"top":351,"animation":"sft","easing":"easeOutExpo","speed":500,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":false,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"noshadow","time":1300,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","serial":"3","endTimeFinal":8500,"endSpeedFinal":300,"realEndTime":9000,"timeLast":7800},{"text":"[fontawesome icon=\\\\\\"rocket\\\\\\" circle=\\\\\\"no\\\\\\" size=\\\\\\"large\\\\\\" iconcolor=\\\\\\"#fff\\\\\\" circlecolor=\\\\\\"\\\\\\" circlebordercolor=\\\\\\"\\\\\\"]","type":"text","left":187,"top":351,"animation":"sfb","easing":"easeOutExpo","speed":500,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":false,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"noshadow","time":1600,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","serial":"4","endTimeFinal":8500,"endSpeedFinal":300,"realEndTime":9000,"timeLast":7500},{"text":"[fontawesome icon=\\\\\\"search\\\\\\" circle=\\\\\\"no\\\\\\" size=\\\\\\"large\\\\\\" iconcolor=\\\\\\"#fff\\\\\\" circlecolor=\\\\\\"\\\\\\" circlebordercolor=\\\\\\"\\\\\\"]","type":"text","left":317,"top":351,"animation":"sft","easing":"easeOutExpo","speed":500,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":false,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"noshadow","time":1900,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","serial":"5","endTimeFinal":8500,"endSpeedFinal":300,"realEndTime":9000,"timeLast":7200},{"text":"[fontawesome icon=\\\\\\"music\\\\\\" circle=\\\\\\"no\\\\\\" size=\\\\\\"large\\\\\\" iconcolor=\\\\\\"#fff\\\\\\" circlecolor=\\\\\\"\\\\\\" circlebordercolor=\\\\\\"\\\\\\"]","type":"text","left":447,"top":351,"animation":"sfb","easing":"easeOutExpo","speed":500,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":false,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"noshadow","time":2200,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","serial":"6","endTimeFinal":8500,"endSpeedFinal":300,"realEndTime":9000,"timeLast":6900},{"text":"[fontawesome icon=\\\\\\"leaf\\\\\\" circle=\\\\\\"no\\\\\\" size=\\\\\\"large\\\\\\" iconcolor=\\\\\\"#fff\\\\\\" circlecolor=\\\\\\"\\\\\\" circlebordercolor=\\\\\\"\\\\\\"]","type":"text","left":577,"top":351,"animation":"sft","easing":"easeOutExpo","speed":500,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":false,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"noshadow","time":2500,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","serial":"7","endTimeFinal":8500,"endSpeedFinal":300,"realEndTime":9000,"timeLast":6600},{"text":"[fontawesome icon=\\\\\\"globe\\\\\\" circle=\\\\\\"no\\\\\\" size=\\\\\\"large\\\\\\" iconcolor=\\\\\\"#fff\\\\\\" circlecolor=\\\\\\"\\\\\\" circlebordercolor=\\\\\\"\\\\\\"]","type":"text","left":707,"top":351,"animation":"sfb","easing":"easeOutExpo","speed":500,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":false,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"noshadow","time":2800,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","serial":"8","endTimeFinal":8500,"endSpeedFinal":300,"realEndTime":9000,"timeLast":6300},{"text":"[fontawesome icon=\\\\\\"heart\\\\\\" circle=\\\\\\"no\\\\\\" size=\\\\\\"large\\\\\\" iconcolor=\\\\\\"#fff\\\\\\" circlecolor=\\\\\\"\\\\\\" circlebordercolor=\\\\\\"\\\\\\"]","type":"text","left":837,"top":351,"animation":"sft","easing":"easeOutExpo","speed":500,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":false,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"noshadow","time":3100,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","serial":"9","endTimeFinal":8500,"endSpeedFinal":300,"realEndTime":9000,"timeLast":5900}]'),
|
||
(4, 2, 1, '{"background_type":"image","image":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/uploads\\/revslider\\/Avada_Page_Slider\\/slide_1.jpg","image_id":"3875","title":"Slide","state":"published","date_from":"","date_to":"","slide_transition":"random","0":"Choose Image","slot_amount":7,"transition_rotation":0,"transition_duration":300,"delay":"","enable_link":"false","link_type":"regular","link":"","link_open_in":"same","slide_link":"nothing","link_pos":"front","slide_thumb":"","slide_bg_color":"#E7E7E7","slide_bg_external":"","bg_fit":"cover","bg_fit_x":"100","bg_fit_y":"100","bg_repeat":"no-repeat","bg_position":"center center","bg_position_x":"0","bg_position_y":"0","kenburn_effect":"off","kb_start_fit":"100","kb_end_fit":"100","bg_end_position":"center top","kb_duration":"9000","kb_easing":"Linear.easeNone"}', '[{"text":"Ultra Responsive","type":"text","left":584,"top":87,"animation":"lfr","easing":"Power3.easeInOut","speed":300,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":true,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"avada_block_white","time":500,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":166,"height":34,"serial":"0","endTimeFinal":8700,"endSpeedFinal":300,"realEndTime":9000,"timeLast":8500,"alt":"","scaleX":"","scaleY":"","scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":""},{"text":"Loaded With Options","type":"text","left":597,"top":129,"animation":"lfr","easing":"Power3.easeInOut","speed":750,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":true,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"avada_block_white","time":800,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":203,"height":34,"serial":1,"endTimeFinal":8250,"endSpeedFinal":300,"realEndTime":9000,"timeLast":8200,"alt":"","scaleX":"","scaleY":"","scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":""}]'),
|
||
(5, 2, 2, '{"background_type":"image","image":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/uploads\\/revslider\\/Avada_Page_Slider\\/slide_2.jpg","image_id":"3873","title":"Slide","state":"published","date_from":"","date_to":"","slide_transition":"random","0":"Choose Image","slot_amount":7,"transition_rotation":0,"transition_duration":300,"delay":"","enable_link":"false","link_type":"regular","link":"","link_open_in":"same","slide_link":"nothing","link_pos":"front","slide_thumb":"","slide_bg_color":"#E7E7E7","slide_bg_external":"","bg_fit":"cover","bg_fit_x":"100","bg_fit_y":"100","bg_repeat":"no-repeat","bg_position":"center center","bg_position_x":"0","bg_position_y":"0","kenburn_effect":"off","kb_start_fit":"100","kb_end_fit":"100","bg_end_position":"center top","kb_duration":"9000","kb_easing":"Linear.easeNone"}', '[{"text":"Ultra Responsive","type":"text","left":584,"top":87,"animation":"lfr","easing":"Power3.easeInOut","speed":300,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":true,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"avada_block_white","time":500,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":166,"height":34,"serial":"0","endTimeFinal":8700,"endSpeedFinal":300,"realEndTime":9000,"timeLast":8500,"alt":"","scaleX":"","scaleY":"","scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":""},{"text":"Loaded With Options","type":"text","left":597,"top":129,"animation":"lfr","easing":"Power3.easeInOut","speed":750,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":true,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"avada_block_white","time":800,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":203,"height":34,"serial":1,"endTimeFinal":8250,"endSpeedFinal":300,"realEndTime":9000,"timeLast":8200,"alt":"","scaleX":"","scaleY":"","scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":""}]'),
|
||
(6, 3, 1, '{"title":"Slide","state":"published","slide_transition":"fade","0":"Choose Image","slot_amount":"7","transition_rotation":"0","transition_duration":"300","delay":"6000","enable_link":"false","link_type":"regular","link":"","link_open_in":"same","slide_link":"nothing","link_pos":"front","slide_thumb":"","fullwidth_centering":"true","background_type":"image","image_id":"4076","slide_bg_color":"#E7E7E7","image":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/uploads\\/revslider\\/Avada_Small_Slider\\/slide_4.jpg","date_from":"","date_to":""}', '[{"style":"","text":"Image 5","type":"image","image_url":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/uploads\\/revslider\\/Avada_Small_Slider\\/logo.png","left":191,"top":71,"animation":"lfl","easing":"easeOutExpo","speed":1500,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":false,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","time":1000,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","serial":"1","endTimeFinal":4500,"endSpeedFinal":300,"realEndTime":6000,"timeLast":5000},{"style":"","text":"Image 6","type":"image","image_url":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/uploads\\/revslider\\/Avada_Small_Slider\\/iphone.png","left":72,"top":29,"animation":"lfr","easing":"easeOutExpo","speed":1500,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":false,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","time":800,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","serial":"2","endTimeFinal":4500,"endSpeedFinal":300,"realEndTime":6000,"timeLast":5200},{"text":"Wordpress Theme","type":"text","left":191,"top":119,"animation":"fade","easing":"easeOutExpo","speed":1000,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":false,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"avada_med_green_text","time":1400,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","serial":"3","endTimeFinal":5000,"endSpeedFinal":300,"realEndTime":6000,"timeLast":4600}]'),
|
||
(7, 3, 2, '{"title":"Slide","state":"published","slide_transition":"fade","0":"Choose Image","slot_amount":"7","transition_rotation":"0","transition_duration":"300","delay":"6000","enable_link":"false","link_type":"regular","link":"","link_open_in":"same","slide_link":"nothing","link_pos":"front","slide_thumb":"","fullwidth_centering":"true","background_type":"image","image_id":"4076","slide_bg_color":"#E7E7E7","image":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/uploads\\/revslider\\/Avada_Small_Slider\\/slide_4.jpg","date_from":"","date_to":""}', '[{"style":"","text":"Image 5","type":"image","image_url":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/uploads\\/revslider\\/Avada_Small_Slider\\/logo.png","left":228,"top":76,"animation":"lfl","easing":"easeOutExpo","speed":1500,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":false,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","time":1400,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","serial":"0","endTimeFinal":4500,"endSpeedFinal":300,"realEndTime":6000,"timeLast":4600},{"text":"#1 Selling Theme","type":"text","left":228,"top":126,"animation":"fade","easing":"easeOutExpo","speed":1000,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":false,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"avada_med_green_text","time":1700,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","serial":"2","endTimeFinal":5000,"endSpeedFinal":300,"realEndTime":6000,"timeLast":4300},{"style":"","text":"Image 5","type":"image","image_url":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/uploads\\/revslider\\/Avada_Small_Slider\\/ipad2.png","left":31,"top":34,"animation":"lfb","easing":"easeOutExpo","speed":2000,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":false,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","time":1000,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","serial":"4","endTimeFinal":4000,"endSpeedFinal":300,"realEndTime":6000,"timeLast":5000}]'),
|
||
(8, 4, 1, '{"background_type":"solid","image":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/uploads\\/2014\\/01\\/cropped-header-01.jpg","image_id":"4612","title":"Slide","state":"published","date_from":"","date_to":"","slide_transition":"fade","0":"Choose Image","slot_amount":7,"transition_rotation":0,"transition_duration":300,"delay":"","enable_link":"false","link_type":"regular","link":"","link_open_in":"same","slide_link":"nothing","link_pos":"front","slide_thumb":"","slide_bg_color":"#E7E7E7","slide_bg_external":"","bg_fit":"contain","bg_fit_x":"100","bg_fit_y":"100","bg_repeat":"no-repeat","bg_position":"center top","bg_position_x":"0","bg_position_y":"0","kenburn_effect":"off","kb_start_fit":"100","kb_end_fit":"100","bg_end_position":"center top","kb_duration":"9000","kb_easing":"Linear.easeNone","0":"Choose Image"}', '[{"style":"","text":"Image 2","type":"image","image_url":"http:\\/\\/127.0.0.1:4001\\/wordpress\\/wp-content\\/uploads\\/2014\\/01\\/cropped-header-01.jpg","left":-87,"top":1,"animation":"tp-fade","easing":"Power3.easeInOut","speed":300,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":true,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","time":100,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":1120,"height":350,"serial":"0","endTimeFinal":8700,"endSpeedFinal":300,"realEndTime":9000,"timeLast":8900,"alt":"","scaleX":"1120","scaleY":"350","scaleProportional":true,"attrID":"","attrClasses":"","attrTitle":"","attrRel":""},{"text":"PROFFESIONALISM & PASSION FOR HORSES","type":"text","left":20,"top":48,"animation":"lfb","easing":"Quad.easeIn","speed":1000,"align_hor":"center","align_vert":"middle","hiddenunder":false,"resizeme":true,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"portada_h1","time":500,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":263,"height":18,"serial":"1","endTimeFinal":8000,"endSpeedFinal":300,"realEndTime":9000,"timeLast":8500,"alt":"","scaleX":"","scaleY":"","scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","link_id":"","link_class":"","link_title":"","link_rel":""}]');
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_rg_form`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_rg_form` (
|
||
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
|
||
`title` varchar(150) NOT NULL,
|
||
`date_created` datetime NOT NULL,
|
||
`is_active` tinyint(1) NOT NULL DEFAULT '1',
|
||
`is_trash` tinyint(1) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_rg_form`
|
||
--
|
||
|
||
INSERT INTO `drgrp_rg_form` (`id`, `title`, `date_created`, `is_active`, `is_trash`) VALUES
|
||
(1, 'Contacto', '2014-02-07 12:45:55', 1, 0),
|
||
(2, 'Boletín de noticias', '2014-03-03 12:38:16', 1, 0),
|
||
(3, 'Solicitar información', '2014-03-05 16:45:22', 1, 0);
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_rg_form_meta`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_rg_form_meta` (
|
||
`form_id` mediumint(8) unsigned NOT NULL,
|
||
`display_meta` longtext,
|
||
`entries_grid_meta` longtext,
|
||
`confirmations` longtext,
|
||
`notifications` longtext,
|
||
PRIMARY KEY (`form_id`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_rg_form_meta`
|
||
--
|
||
|
||
INSERT INTO `drgrp_rg_form_meta` (`form_id`, `display_meta`, `entries_grid_meta`, `confirmations`, `notifications`) VALUES
|
||
(1, '{"title":"Contacto","description":"","labelPlacement":"top_label","descriptionPlacement":"below","button":{"type":"text","text":"Enviar","imageUrl":""},"fields":[{"adminLabel":"","adminOnly":"","allowsPrepopulate":false,"defaultValue":"","description":"","content":"","cssClass":"gf_left_half","errorMessage":"","id":1,"inputName":"","isRequired":true,"label":"Nombre","noDuplicates":"","size":"medium","type":"text","postCustomFieldName":"","displayAllCategories":false,"displayCaption":"","displayDescription":"","displayTitle":"","inputType":"","rangeMin":"","rangeMax":"","calendarIconType":"","calendarIconUrl":"","dateType":"","dateFormat":"","phoneFormat":"","addressType":"","defaultCountry":"","defaultProvince":"","defaultState":"","hideAddress2":"","hideCountry":"","hideState":"","inputs":null,"nameFormat":"","allowedExtensions":"","captchaType":"","pageNumber":1,"captchaTheme":"","simpleCaptchaSize":"","simpleCaptchaFontColor":"","simpleCaptchaBackgroundColor":"","failed_validation":"","productField":"","enablePasswordInput":"","maxLength":"","enablePrice":"","basePrice":"","multipleFiles":false,"maxFiles":"","calculationFormula":"","calculationRounding":"","enableCalculation":"","disableQuantity":false,"inputMask":false,"inputMaskValue":"","formId":1,"descriptionPlacement":"below"},{"adminLabel":"","adminOnly":"","allowsPrepopulate":false,"defaultValue":"","description":"","content":"","cssClass":"gf_right_half","errorMessage":"","id":2,"inputName":"","isRequired":true,"label":"Email","noDuplicates":"","size":"medium","type":"email","postCustomFieldName":"","displayAllCategories":false,"displayCaption":"","displayDescription":"","displayTitle":"","inputType":"","rangeMin":"","rangeMax":"","calendarIconType":"","calendarIconUrl":"","dateType":"","dateFormat":"","phoneFormat":"","addressType":"","defaultCountry":"","defaultProvince":"","defaultState":"","hideAddress2":"","hideCountry":"","hideState":"","inputs":null,"nameFormat":"","allowedExtensions":"","captchaType":"","pageNumber":1,"captchaTheme":"","simpleCaptchaSize":"","simpleCaptchaFontColor":"","simpleCaptchaBackgroundColor":"","failed_validation":"","productField":"","enablePasswordInput":"","maxLength":"","enablePrice":"","basePrice":"","multipleFiles":false,"maxFiles":"","calculationFormula":"","calculationRounding":"","enableCalculation":"","disableQuantity":false,"inputMask":false,"inputMaskValue":"","formId":1,"descriptionPlacement":"below"},{"adminLabel":"","adminOnly":"","allowsPrepopulate":false,"defaultValue":"","description":"","content":"","cssClass":"","errorMessage":"","id":3,"inputName":"","isRequired":true,"label":"Mensaje","noDuplicates":"","size":"medium","type":"textarea","postCustomFieldName":"","displayAllCategories":false,"displayCaption":"","displayDescription":"","displayTitle":"","inputType":"","rangeMin":"","rangeMax":"","calendarIconType":"","calendarIconUrl":"","dateType":"","dateFormat":"","phoneFormat":"","addressType":"","defaultCountry":"","defaultProvince":"","defaultState":"","hideAddress2":"","hideCountry":"","hideState":"","inputs":null,"nameFormat":"","allowedExtensions":"","captchaType":"","pageNumber":1,"captchaTheme":"","simpleCaptchaSize":"","simpleCaptchaFontColor":"","simpleCaptchaBackgroundColor":"","failed_validation":"","productField":"","enablePasswordInput":"","maxLength":"","enablePrice":"","basePrice":"","multipleFiles":false,"maxFiles":"","calculationFormula":"","calculationRounding":"","enableCalculation":"","disableQuantity":false,"inputMask":false,"inputMaskValue":"","formId":1,"descriptionPlacement":"below"}],"id":1,"useCurrentUserAsAuthor":true,"postContentTemplateEnabled":false,"postTitleTemplateEnabled":false,"postTitleTemplate":"","postContentTemplate":"","lastPageButton":null,"pagination":null,"firstPageCssClass":null,"cssClass":"","enableHoneypot":"1","enableAnimation":"","limitEntries":"","limitEntriesCount":"","limitEntriesPeriod":"","limitEntriesMessage":"","scheduleForm":"","scheduleStart":"","scheduleStartHour":"","scheduleStartMinute":"","scheduleStartAmpm":"","scheduleEnd":"","scheduleEndHour":"","scheduleEndMinute":"","scheduleEndAmpm":"","schedulePendingMessage":"","scheduleMessage":"","requireLogin":"","requireLoginMessage":""}', NULL, '{"52f4d583e2fcc":{"id":"52f4d583e2fcc","name":"Confirmaci\\u00f3n por defecto","isDefault":true,"type":"message","message":"\\u00a1Gracias por contactar con nosotros! Nos pondremos en contacto contigo muy pronto.","url":"","pageId":"","queryString":""}}', '{"52f4d583e2e42":{"id":"52f4d583e2e42","to":"{admin_email}","name":"Notificaci\\u00f3n del Administrador","event":"form_submission","toType":"email","subject":"Nuevos env\\u00edos de {form_title}","message":"{all_fields}"}}'),
|
||
(2, '{"title":"Bolet\\u00edn de noticias","description":"Inscr\\u00edbase gratuitamente para recibir nuestro bolet\\u00edn de noticias y tendr\\u00e1 la posibilidad de mantenerse informado sobre nuestras novedades y eventos.","labelPlacement":"left_label","descriptionPlacement":"below","button":{"type":"text","text":"Enviar","imageUrl":""},"fields":[{"adminLabel":"","adminOnly":"","allowsPrepopulate":false,"defaultValue":"","description":"","content":"","cssClass":"","errorMessage":"","id":1,"inputName":"","isRequired":true,"label":"Nombre","noDuplicates":"","size":"large","type":"name","postCustomFieldName":"","displayAllCategories":false,"displayCaption":"","displayDescription":"","displayTitle":"","inputType":"","rangeMin":"","rangeMax":"","calendarIconType":"","calendarIconUrl":"","dateType":"","dateFormat":"","phoneFormat":"","addressType":"","defaultCountry":"","defaultProvince":"","defaultState":"","hideAddress2":"","hideCountry":"","hideState":"","inputs":null,"nameFormat":"simple","allowedExtensions":"","captchaType":"","pageNumber":1,"captchaTheme":"","simpleCaptchaSize":"","simpleCaptchaFontColor":"","simpleCaptchaBackgroundColor":"","failed_validation":"","productField":"","enablePasswordInput":"","maxLength":"","enablePrice":"","basePrice":"","multipleFiles":false,"maxFiles":"","calculationFormula":"","calculationRounding":"","enableCalculation":"","disableQuantity":false,"inputMask":false,"inputMaskValue":"","formId":2,"descriptionPlacement":"below"},{"adminLabel":"","adminOnly":"","allowsPrepopulate":false,"defaultValue":"","description":"","content":"","cssClass":"","errorMessage":"","id":2,"inputName":"","isRequired":true,"label":"Email","noDuplicates":"","size":"large","type":"email","postCustomFieldName":"","displayAllCategories":false,"displayCaption":"","displayDescription":"","displayTitle":"","inputType":"","rangeMin":"","rangeMax":"","calendarIconType":"","calendarIconUrl":"","dateType":"","dateFormat":"","phoneFormat":"","addressType":"","defaultCountry":"","defaultProvince":"","defaultState":"","hideAddress2":"","hideCountry":"","hideState":"","inputs":null,"nameFormat":"","allowedExtensions":"","captchaType":"","pageNumber":1,"captchaTheme":"","simpleCaptchaSize":"","simpleCaptchaFontColor":"","simpleCaptchaBackgroundColor":"","failed_validation":"","productField":"","enablePasswordInput":"","maxLength":"","enablePrice":"","basePrice":"","multipleFiles":false,"maxFiles":"","calculationFormula":"","calculationRounding":"","enableCalculation":"","disableQuantity":false,"inputMask":false,"inputMaskValue":"","formId":2,"descriptionPlacement":"below"},{"adminLabel":"","adminOnly":"","allowsPrepopulate":false,"defaultValue":"","description":"","content":"","cssClass":"","errorMessage":"","id":3,"inputName":"","isRequired":true,"label":"Consentimiento","noDuplicates":"","size":"medium","type":"checkbox","postCustomFieldName":"","displayAllCategories":false,"displayCaption":"","displayDescription":"","displayTitle":"","inputType":"","rangeMin":"","rangeMax":"","calendarIconType":"","calendarIconUrl":"","dateType":"","dateFormat":"","phoneFormat":"","addressType":"","defaultCountry":"","defaultProvince":"","defaultState":"","hideAddress2":"","hideCountry":"","hideState":"","inputs":[{"id":"3.1","label":"S\\u00ed, acepto <a href=\\"\\">las condiciones<\\/a>","name":""}],"nameFormat":"","allowedExtensions":"","captchaType":"","pageNumber":1,"captchaTheme":"","simpleCaptchaSize":"","simpleCaptchaFontColor":"","simpleCaptchaBackgroundColor":"","failed_validation":"","productField":"","enablePasswordInput":"","maxLength":"","enablePrice":"","basePrice":"","choices":[{"text":"S\\u00ed, acepto <a href=\\"\\">las condiciones<\\/a>","value":"S\\u00ed, acepto <a href=\\"\\">las condiciones<\\/a>","isSelected":false,"price":""}],"multipleFiles":false,"maxFiles":"","calculationFormula":"","calculationRounding":"","enableCalculation":"","disableQuantity":false,"inputMask":false,"inputMaskValue":"","formId":2,"descriptionPlacement":"below"}],"id":2,"cssClass":"","enableHoneypot":"","enableAnimation":"","limitEntries":"","limitEntriesCount":"","limitEntriesPeriod":"","limitEntriesMessage":"","scheduleForm":"","scheduleStart":"","scheduleStartHour":"","scheduleStartMinute":"","scheduleStartAmpm":"","scheduleEnd":"","scheduleEndHour":"","scheduleEndMinute":"","scheduleEndAmpm":"","schedulePendingMessage":"","scheduleMessage":"","requireLogin":"","requireLoginMessage":"","useCurrentUserAsAuthor":true,"postContentTemplateEnabled":false,"postTitleTemplateEnabled":false,"postTitleTemplate":"","postContentTemplate":"","lastPageButton":null,"pagination":null,"firstPageCssClass":null}', NULL, '{"531477b864433":{"id":"531477b864433","name":"Confirmaci\\u00f3n por defecto","isDefault":"1","type":"message","message":"Gracias por inscribirse en nuestro bolet\\u00edn de noticias. Recibir\\u00e1 nuestras novedades muy pronto.","url":"","pageId":"","queryString":"","disableAutoformat":"","conditionalLogic":[]}}', '{"531477b86414b":{"id":"531477b86414b","to":"{admin_email}","name":"Notificaci\\u00f3n del Administrador","event":"form_submission","toType":"email","subject":"Nuevos env\\u00edos de {form_title}","message":"{all_fields}"}}'),
|
||
(3, '{"title":"Solicitar informaci\\u00f3n","description":"","labelPlacement":"top_label","descriptionPlacement":"below","button":{"type":"text","text":"Enviar","imageUrl":""},"fields":[{"adminLabel":"","adminOnly":"","allowsPrepopulate":false,"defaultValue":"","description":"","content":"","cssClass":"","errorMessage":"","id":1,"inputName":"","isRequired":true,"label":"Nombre","noDuplicates":"","size":"large","type":"text","postCustomFieldName":"","displayAllCategories":false,"displayCaption":"","displayDescription":"","displayTitle":"","inputType":"","rangeMin":"","rangeMax":"","calendarIconType":"","calendarIconUrl":"","dateType":"","dateFormat":"","phoneFormat":"","addressType":"","defaultCountry":"","defaultProvince":"","defaultState":"","hideAddress2":"","hideCountry":"","hideState":"","inputs":null,"nameFormat":"","allowedExtensions":"","captchaType":"","pageNumber":1,"captchaTheme":"","simpleCaptchaSize":"","simpleCaptchaFontColor":"","simpleCaptchaBackgroundColor":"","failed_validation":"","productField":"","enablePasswordInput":"","maxLength":"","enablePrice":"","basePrice":"","formId":3,"descriptionPlacement":"below","multipleFiles":false,"maxFiles":"","calculationFormula":"","calculationRounding":"","enableCalculation":"","disableQuantity":false,"inputMask":false,"inputMaskValue":""},{"id":2,"label":"Email","adminLabel":"","type":"email","isRequired":true,"size":"large","errorMessage":"","inputs":null,"multipleFiles":false,"maxFiles":"","calculationFormula":"","calculationRounding":"","enableCalculation":"","disableQuantity":false,"displayAllCategories":false,"inputMask":false,"inputMaskValue":"","allowsPrepopulate":false},{"id":3,"label":"Comentarios","adminLabel":"","type":"textarea","isRequired":false,"size":"large","errorMessage":"","inputs":null,"multipleFiles":false,"maxFiles":"","calculationFormula":"","calculationRounding":"","enableCalculation":"","disableQuantity":false,"displayAllCategories":false,"inputMask":false,"inputMaskValue":"","allowsPrepopulate":false}],"id":3,"useCurrentUserAsAuthor":true,"postContentTemplateEnabled":false,"postTitleTemplateEnabled":false,"postTitleTemplate":"","postContentTemplate":"","lastPageButton":null,"pagination":null,"firstPageCssClass":null}', '', '{"531754a2735a9":{"id":"531754a2735a9","name":"Confirmaci\\u00f3n por defecto","isDefault":"1","type":"message","message":"\\u00a1Gracias por contactar con nosotros! \\r\\nEn breve, recibir\\u00e1 m\\u00e1s informaci\\u00f3n en su email.","url":"","pageId":"","queryString":"","disableAutoformat":"","conditionalLogic":[]}}', '{"531754a2732c7":{"id":"531754a2732c7","to":"{admin_email}","name":"Notificaci\\u00f3n al Administrador","event":"form_submission","toType":"email","subject":"Solicitud de informaci\\u00f3n ''{embed_post:post_title}''","message":"<a href=\\"{embed_url}\\" title=\\"{embed_post:post_title}\\" target=\\"_blank\\">{embed_post:post_title}<\\/a>\\r\\n\\r\\n{all_fields}","bcc":"","from":"{admin_email}","fromName":"www.doublergroup.com","replyTo":"","routing":null,"conditionalLogic":null,"disableAutoformat":""}}');
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_rg_form_view`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_rg_form_view` (
|
||
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`form_id` mediumint(8) unsigned NOT NULL,
|
||
`date_created` datetime NOT NULL,
|
||
`ip` char(15) DEFAULT NULL,
|
||
`count` mediumint(8) unsigned NOT NULL DEFAULT '1',
|
||
PRIMARY KEY (`id`),
|
||
KEY `form_id` (`form_id`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=44 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_rg_form_view`
|
||
--
|
||
|
||
INSERT INTO `drgrp_rg_form_view` (`id`, `form_id`, `date_created`, `ip`, `count`) VALUES
|
||
(1, 1, '2014-02-07 12:52:07', '127.0.0.1', 8),
|
||
(2, 1, '2014-02-07 13:01:17', '127.0.0.1', 2),
|
||
(3, 1, '2014-02-07 17:57:23', '127.0.0.1', 4),
|
||
(4, 1, '2014-02-07 18:01:17', '127.0.0.1', 16),
|
||
(5, 1, '2014-02-14 15:54:40', '127.0.0.1', 2),
|
||
(6, 1, '2014-02-20 16:30:54', '127.0.0.1', 11),
|
||
(7, 1, '2014-02-21 10:01:53', '127.0.0.1', 4),
|
||
(8, 1, '2014-02-21 11:38:47', '127.0.0.1', 2),
|
||
(9, 1, '2014-02-21 12:23:14', '127.0.0.1', 1),
|
||
(10, 1, '2014-02-24 17:40:28', '127.0.0.1', 9),
|
||
(11, 1, '2014-02-24 18:08:58', '127.0.0.1', 21),
|
||
(12, 1, '2014-02-25 11:23:58', '127.0.0.1', 9),
|
||
(13, 1, '2014-02-25 12:17:56', '127.0.0.1', 8),
|
||
(14, 1, '2014-02-25 16:00:33', '127.0.0.1', 5),
|
||
(15, 1, '2014-02-25 17:07:53', '127.0.0.1', 10),
|
||
(16, 1, '2014-02-25 18:01:58', '127.0.0.1', 14),
|
||
(17, 1, '2014-02-26 08:50:12', '127.0.0.1', 1),
|
||
(18, 1, '2014-02-26 09:30:51', '127.0.0.1', 2),
|
||
(19, 1, '2014-02-26 10:30:45', '127.0.0.1', 21),
|
||
(20, 1, '2014-02-26 11:02:13', '127.0.0.1', 30),
|
||
(21, 1, '2014-02-26 12:00:41', '127.0.0.1', 30),
|
||
(22, 1, '2014-02-26 13:04:53', '127.0.0.1', 5),
|
||
(23, 1, '2014-02-26 15:10:53', '127.0.0.1', 55),
|
||
(24, 1, '2014-02-26 16:01:14', '127.0.0.1', 54),
|
||
(25, 1, '2014-02-26 17:00:52', '127.0.0.1', 34),
|
||
(26, 1, '2014-02-26 18:01:14', '127.0.0.1', 64),
|
||
(27, 1, '2014-02-26 19:02:44', '127.0.0.1', 6),
|
||
(28, 1, '2014-02-27 14:45:43', '127.0.0.1', 2),
|
||
(29, 1, '2014-02-27 15:23:03', '127.0.0.1', 35),
|
||
(30, 1, '2014-02-28 11:03:10', '127.0.0.1', 11),
|
||
(31, 1, '2014-02-28 17:29:07', '127.0.0.1', 4),
|
||
(32, 1, '2014-03-03 11:00:00', '127.0.0.1', 9),
|
||
(33, 1, '2014-03-03 12:22:48', '127.0.0.1', 2),
|
||
(34, 2, '2014-03-03 13:52:30', '127.0.0.1', 14),
|
||
(35, 2, '2014-03-03 14:02:00', '127.0.0.1', 4),
|
||
(36, 1, '2014-03-03 14:07:54', '127.0.0.1', 4),
|
||
(37, 1, '2014-03-03 15:08:30', '127.0.0.1', 29),
|
||
(38, 2, '2014-03-03 15:37:29', '127.0.0.1', 2),
|
||
(39, 1, '2014-03-03 16:24:22', '127.0.0.1', 14),
|
||
(40, 2, '2014-03-05 15:40:47', '127.0.0.1', 2),
|
||
(41, 1, '2014-03-05 15:41:10', '127.0.0.1', 5),
|
||
(42, 1, '2014-03-05 16:04:35', '127.0.0.1', 36),
|
||
(43, 3, '2014-03-05 16:52:34', '127.0.0.1', 1);
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_rg_lead`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_rg_lead` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||
`form_id` mediumint(8) unsigned NOT NULL,
|
||
`post_id` bigint(20) unsigned DEFAULT NULL,
|
||
`date_created` datetime NOT NULL,
|
||
`is_starred` tinyint(1) NOT NULL DEFAULT '0',
|
||
`is_read` tinyint(1) NOT NULL DEFAULT '0',
|
||
`ip` varchar(39) NOT NULL,
|
||
`source_url` varchar(200) NOT NULL DEFAULT '',
|
||
`user_agent` varchar(250) NOT NULL DEFAULT '',
|
||
`currency` varchar(5) DEFAULT NULL,
|
||
`payment_status` varchar(15) DEFAULT NULL,
|
||
`payment_date` datetime DEFAULT NULL,
|
||
`payment_amount` decimal(19,2) DEFAULT NULL,
|
||
`payment_method` varchar(30) DEFAULT NULL,
|
||
`transaction_id` varchar(50) DEFAULT NULL,
|
||
`is_fulfilled` tinyint(1) DEFAULT NULL,
|
||
`created_by` bigint(20) unsigned DEFAULT NULL,
|
||
`transaction_type` tinyint(1) DEFAULT NULL,
|
||
`status` varchar(20) NOT NULL DEFAULT 'active',
|
||
PRIMARY KEY (`id`),
|
||
KEY `form_id` (`form_id`),
|
||
KEY `status` (`status`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_rg_lead`
|
||
--
|
||
|
||
INSERT INTO `drgrp_rg_lead` (`id`, `form_id`, `post_id`, `date_created`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`, `currency`, `payment_status`, `payment_date`, `payment_amount`, `payment_method`, `transaction_id`, `is_fulfilled`, `created_by`, `transaction_type`, `status`) VALUES
|
||
(1, 2, NULL, '2014-03-03 14:03:42', 0, 0, '127.0.0.1', 'http://127.0.0.1:4001/wordpress/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36', 'EUR', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active');
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_rg_lead_detail`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_rg_lead_detail` (
|
||
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`lead_id` int(10) unsigned NOT NULL,
|
||
`form_id` mediumint(8) unsigned NOT NULL,
|
||
`field_number` float NOT NULL,
|
||
`value` varchar(200) DEFAULT NULL,
|
||
PRIMARY KEY (`id`),
|
||
KEY `form_id` (`form_id`),
|
||
KEY `lead_id` (`lead_id`),
|
||
KEY `lead_field_number` (`lead_id`,`field_number`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_rg_lead_detail`
|
||
--
|
||
|
||
INSERT INTO `drgrp_rg_lead_detail` (`id`, `lead_id`, `form_id`, `field_number`, `value`) VALUES
|
||
(1, 1, 2, 1, 'sasa'),
|
||
(2, 1, 2, 2, 'darranz@rodax-software.com'),
|
||
(3, 1, 2, 3.1, 'Sí, acepto <a href="">las condiciones</a>');
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_rg_lead_detail_long`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_rg_lead_detail_long` (
|
||
`lead_detail_id` bigint(20) unsigned NOT NULL,
|
||
`value` longtext,
|
||
PRIMARY KEY (`lead_detail_id`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_rg_lead_detail_long`
|
||
--
|
||
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_rg_lead_meta`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_rg_lead_meta` (
|
||
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`form_id` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
||
`lead_id` bigint(20) unsigned NOT NULL,
|
||
`meta_key` varchar(255) DEFAULT NULL,
|
||
`meta_value` longtext,
|
||
PRIMARY KEY (`id`),
|
||
KEY `meta_key` (`meta_key`),
|
||
KEY `lead_id` (`lead_id`),
|
||
KEY `form_id_meta_key` (`form_id`,`meta_key`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_rg_lead_meta`
|
||
--
|
||
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_rg_lead_notes`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_rg_lead_notes` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||
`lead_id` int(10) unsigned NOT NULL,
|
||
`user_name` varchar(250) DEFAULT NULL,
|
||
`user_id` bigint(20) DEFAULT NULL,
|
||
`date_created` datetime NOT NULL,
|
||
`value` longtext,
|
||
PRIMARY KEY (`id`),
|
||
KEY `lead_id` (`lead_id`),
|
||
KEY `lead_user_key` (`lead_id`,`user_id`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_rg_lead_notes`
|
||
--
|
||
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_terms`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_terms` (
|
||
`term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`name` varchar(200) NOT NULL DEFAULT '',
|
||
`slug` varchar(200) NOT NULL DEFAULT '',
|
||
`term_group` bigint(10) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`term_id`),
|
||
UNIQUE KEY `slug` (`slug`),
|
||
KEY `name` (`name`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=59 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_terms`
|
||
--
|
||
|
||
INSERT INTO `drgrp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
|
||
(1, 'Sin categoría', 'sin-categoria', 0),
|
||
(51, 'Enlaces a razas - Inglés0', 'enlaces-a-razas-ingles0', 0),
|
||
(43, 'Gelding', 'gelding', 0),
|
||
(40, 'Semental', 'semental', 0),
|
||
(42, 'Capón', 'capon', 0),
|
||
(41, 'Stallion', 'stallion', 0),
|
||
(54, 'Oldenburg @en', 'oldenburg-en', 0),
|
||
(14, 'Group 1', 'group-1', 0),
|
||
(15, 'group1', 'group1', 0),
|
||
(53, 'Holsteiner @en', 'holsteiner-en', 0),
|
||
(50, 'Enlaces a razas', 'enlaces-a-razas', 0),
|
||
(44, 'p', 'p', 0),
|
||
(48, 'Competition', 'competition', 0),
|
||
(47, 'Menú principal - Inglés', 'menu-principal-ingles', 0),
|
||
(49, 'Breeding', 'breeding', 0),
|
||
(26, 'Main', 'main', 0),
|
||
(27, '404', '404', 0),
|
||
(28, 'Top', 'top', 0),
|
||
(30, 'Menú principal', 'menu-principal', 0),
|
||
(31, 'Sin categoría @en', 'sin-categoria-en', 0),
|
||
(52, 'Cross', 'cross', 0),
|
||
(33, 'Zangersheide', 'zangersheide', 0),
|
||
(34, 'Holsteiner', 'holsteiner', 0),
|
||
(35, 'Oldenburg', 'oldenburg', 0),
|
||
(36, 'Cruzado', 'cruzado', 0),
|
||
(37, 'Westphalian', 'westphalian', 0),
|
||
(38, 'Competición', 'competicion', 0),
|
||
(39, 'Cría', 'cria', 0),
|
||
(55, 'Westphalian @en', 'westphalian-en', 0),
|
||
(56, 'Zangersheide @en', 'zangersheide-en', 0),
|
||
(57, 'p @en', 'p-en', 0),
|
||
(58, 'Portada', 'portada', 0);
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_term_relationships`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_term_relationships` (
|
||
`object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||
`term_order` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
|
||
KEY `term_taxonomy_id` (`term_taxonomy_id`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_term_relationships`
|
||
--
|
||
|
||
INSERT INTO `drgrp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
||
(1, 1, 0),
|
||
(5048, 1, 0),
|
||
(5045, 1, 0),
|
||
(4955, 57, 0),
|
||
(5051, 1, 0),
|
||
(4461, 32, 0),
|
||
(4867, 32, 0),
|
||
(4693, 40, 0),
|
||
(4970, 56, 0),
|
||
(4699, 40, 0),
|
||
(4990, 62, 0),
|
||
(4970, 57, 0),
|
||
(4694, 40, 0),
|
||
(5079, 71, 0),
|
||
(5076, 58, 0),
|
||
(5076, 78, 0),
|
||
(5078, 60, 0),
|
||
(5076, 70, 0),
|
||
(5078, 74, 0),
|
||
(5085, 73, 0),
|
||
(5074, 70, 0),
|
||
(5073, 58, 0),
|
||
(5084, 73, 0),
|
||
(5075, 60, 0),
|
||
(5078, 71, 0),
|
||
(5075, 77, 0),
|
||
(5083, 73, 0),
|
||
(5075, 70, 0),
|
||
(5074, 60, 0),
|
||
(4955, 65, 0),
|
||
(4955, 66, 0),
|
||
(4462, 32, 0),
|
||
(5044, 72, 0),
|
||
(5043, 72, 0),
|
||
(5042, 72, 0),
|
||
(4466, 32, 0),
|
||
(4467, 32, 0),
|
||
(4469, 32, 0),
|
||
(4470, 32, 0),
|
||
(4471, 32, 0),
|
||
(4472, 32, 0),
|
||
(4473, 32, 0),
|
||
(4951, 55, 0),
|
||
(4958, 32, 0),
|
||
(4955, 56, 0),
|
||
(5077, 70, 0),
|
||
(5080, 74, 0),
|
||
(207, 1, 0),
|
||
(5079, 74, 0),
|
||
(209, 1, 0),
|
||
(215, 1, 0),
|
||
(5082, 73, 0),
|
||
(5080, 71, 0),
|
||
(202, 1, 0),
|
||
(4957, 32, 0),
|
||
(4953, 55, 0),
|
||
(4948, 55, 0),
|
||
(5080, 60, 0),
|
||
(213, 1, 0),
|
||
(5081, 73, 0),
|
||
(5079, 60, 0),
|
||
(211, 1, 0),
|
||
(3876, 19, 0),
|
||
(3877, 19, 0),
|
||
(3878, 19, 0),
|
||
(4052, 20, 0),
|
||
(4055, 20, 0),
|
||
(4477, 32, 0),
|
||
(4478, 32, 0),
|
||
(4479, 32, 0),
|
||
(5041, 72, 0),
|
||
(5040, 72, 0),
|
||
(5036, 69, 0),
|
||
(5035, 69, 0),
|
||
(5034, 69, 0),
|
||
(5020, 69, 0),
|
||
(5021, 69, 0),
|
||
(4487, 32, 0),
|
||
(5022, 69, 0),
|
||
(4948, 59, 0),
|
||
(4948, 63, 0),
|
||
(4951, 59, 0),
|
||
(4492, 32, 0),
|
||
(4493, 32, 0),
|
||
(4494, 32, 0),
|
||
(4495, 32, 0),
|
||
(4951, 63, 0),
|
||
(4497, 32, 0),
|
||
(4953, 59, 0),
|
||
(4499, 32, 0),
|
||
(4953, 63, 0),
|
||
(4994, 57, 0),
|
||
(4502, 33, 0),
|
||
(4503, 33, 0),
|
||
(4504, 33, 0),
|
||
(4505, 33, 0),
|
||
(4506, 32, 0),
|
||
(4994, 65, 0),
|
||
(4994, 56, 0),
|
||
(4509, 32, 0),
|
||
(4510, 32, 0),
|
||
(4511, 32, 0),
|
||
(4512, 32, 0),
|
||
(4990, 56, 0),
|
||
(4970, 64, 0),
|
||
(4990, 59, 0),
|
||
(4971, 59, 0),
|
||
(4517, 32, 0),
|
||
(4518, 32, 0),
|
||
(4519, 32, 0),
|
||
(4971, 56, 0),
|
||
(4971, 61, 0),
|
||
(4522, 32, 0),
|
||
(4523, 32, 0),
|
||
(4524, 32, 0),
|
||
(4525, 32, 0),
|
||
(4526, 32, 0),
|
||
(4527, 32, 0),
|
||
(4528, 32, 0),
|
||
(4529, 32, 0),
|
||
(4530, 32, 0),
|
||
(4531, 32, 0),
|
||
(4532, 32, 0),
|
||
(4533, 32, 0),
|
||
(4967, 40, 0),
|
||
(4535, 32, 0),
|
||
(4536, 32, 0),
|
||
(4537, 32, 0),
|
||
(4538, 32, 0),
|
||
(4539, 32, 0),
|
||
(4540, 32, 0),
|
||
(4541, 32, 0),
|
||
(4542, 32, 0),
|
||
(4543, 32, 0),
|
||
(4544, 32, 0),
|
||
(4545, 34, 0),
|
||
(4546, 34, 0),
|
||
(4547, 34, 0),
|
||
(4548, 34, 0),
|
||
(4549, 32, 0),
|
||
(4550, 32, 0),
|
||
(4551, 32, 0),
|
||
(4552, 32, 0),
|
||
(4553, 32, 0),
|
||
(4554, 32, 0),
|
||
(4555, 32, 0),
|
||
(4556, 32, 0),
|
||
(4557, 32, 0),
|
||
(4558, 32, 0),
|
||
(4559, 32, 0),
|
||
(4560, 32, 0),
|
||
(4561, 32, 0),
|
||
(4562, 32, 0),
|
||
(4563, 32, 0),
|
||
(4564, 32, 0),
|
||
(4565, 32, 0),
|
||
(4566, 32, 0),
|
||
(4567, 32, 0),
|
||
(4568, 32, 0),
|
||
(5074, 76, 0),
|
||
(5077, 79, 0),
|
||
(5077, 58, 0),
|
||
(4572, 33, 0),
|
||
(4573, 32, 0),
|
||
(4574, 32, 0),
|
||
(4575, 32, 0),
|
||
(4576, 32, 0),
|
||
(4577, 32, 0),
|
||
(4578, 32, 0),
|
||
(4579, 32, 0),
|
||
(4580, 32, 0),
|
||
(4581, 32, 0),
|
||
(5073, 75, 0),
|
||
(5077, 75, 0),
|
||
(5073, 70, 0),
|
||
(5053, 1, 0),
|
||
(4586, 32, 0),
|
||
(4587, 32, 0),
|
||
(4965, 40, 0),
|
||
(4966, 40, 0),
|
||
(4590, 34, 0),
|
||
(4591, 34, 0),
|
||
(4592, 32, 0),
|
||
(4593, 32, 0),
|
||
(4594, 32, 0);
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_term_taxonomy`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_term_taxonomy` (
|
||
`term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||
`taxonomy` varchar(32) NOT NULL DEFAULT '',
|
||
`description` longtext NOT NULL,
|
||
`parent` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||
`count` bigint(20) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`term_taxonomy_id`),
|
||
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
|
||
KEY `taxonomy` (`taxonomy`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=81 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_term_taxonomy`
|
||
--
|
||
|
||
INSERT INTO `drgrp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
|
||
(1, 1, 'category', '', 0, 10),
|
||
(56, 38, 'horse_categories', '', 0, 5),
|
||
(55, 39, 'horse_categories', '', 0, 3),
|
||
(66, 44, 'horse_tags', '', 0, 1),
|
||
(19, 14, 'slide-page', '', 0, 3),
|
||
(20, 15, 'themefusion_es_groups', '', 0, 2),
|
||
(64, 33, 'horse_breeds', '', 0, 1),
|
||
(65, 34, 'horse_breeds', '', 0, 2),
|
||
(63, 36, 'horse_breeds', '', 0, 3),
|
||
(70, 48, 'horse_categories', '', 0, 5),
|
||
(71, 49, 'horse_categories', '', 0, 3),
|
||
(60, 43, 'horse_genders', '', 0, 5),
|
||
(32, 26, 'nav_menu', '', 0, 86),
|
||
(33, 27, 'nav_menu', '', 0, 0),
|
||
(34, 28, 'nav_menu', '', 0, 0),
|
||
(61, 37, 'horse_breeds', '', 0, 1),
|
||
(62, 35, 'horse_breeds', '', 0, 1),
|
||
(76, 54, 'horse_breeds', '', 0, 1),
|
||
(77, 55, 'horse_breeds', '', 0, 1),
|
||
(78, 56, 'horse_breeds', '', 0, 1),
|
||
(57, 40, 'horse_genders', '', 0, 3),
|
||
(59, 42, 'horse_genders', '', 0, 5),
|
||
(58, 41, 'horse_genders', '', 0, 3),
|
||
(40, 30, 'nav_menu', '', 0, 0),
|
||
(41, 31, 'category', '', 0, 0),
|
||
(69, 47, 'nav_menu', '', 0, 6),
|
||
(72, 50, 'nav_menu', '', 0, 5),
|
||
(73, 51, 'nav_menu', '', 0, 5),
|
||
(74, 52, 'horse_breeds', '', 0, 3),
|
||
(75, 53, 'horse_breeds', '', 0, 2),
|
||
(79, 57, 'horse_tags', '', 0, 1),
|
||
(80, 58, 'themefusion_es_groups', '', 0, 0);
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_usermeta`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_usermeta` (
|
||
`umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||
`meta_key` varchar(255) DEFAULT NULL,
|
||
`meta_value` longtext,
|
||
PRIMARY KEY (`umeta_id`),
|
||
KEY `user_id` (`user_id`),
|
||
KEY `meta_key` (`meta_key`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=36 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_usermeta`
|
||
--
|
||
|
||
INSERT INTO `drgrp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
|
||
(1, 1, 'first_name', ''),
|
||
(2, 1, 'last_name', ''),
|
||
(3, 1, 'nickname', 'rodax'),
|
||
(4, 1, 'description', ''),
|
||
(5, 1, 'rich_editing', 'true'),
|
||
(6, 1, 'comment_shortcuts', 'false'),
|
||
(7, 1, 'admin_color', 'fresh'),
|
||
(8, 1, 'use_ssl', '0'),
|
||
(9, 1, 'show_admin_bar_front', 'true'),
|
||
(10, 1, 'drgrp_capabilities', 'a:2:{s:13:"administrator";b:1;s:9:"translate";b:1;}'),
|
||
(11, 1, 'drgrp_user_level', '10'),
|
||
(12, 1, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),
|
||
(13, 1, 'default_password_nag', ''),
|
||
(14, 1, 'show_welcome_panel', '1'),
|
||
(15, 1, 'drgrp_user-settings', 'm6=o&hidetb=1&editor=html&m10=o&m5=o&urlbutton=none&imgsize=medium&align=none&galfile=1&galcols=2&m9=o&m8=o&m7=o&m11=o&m13=o&m4=o&m15=c&m12=o&m14=c&m2=o&m1=o&m0=o&libraryContent=browse&ed_size=644&wplink=1'),
|
||
(16, 1, 'drgrp_user-settings-time', '1393849907'),
|
||
(17, 1, 'drgrp_dashboard_quick_press_last_post_id', '5090'),
|
||
(19, 1, 'nav_menu_recently_edited', '50'),
|
||
(20, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";}'),
|
||
(21, 1, 'metaboxhidden_nav-menus', 'a:12:{i:0;s:8:"add-post";i:1;s:19:"add-avada_portfolio";i:2;s:13:"add-avada_faq";i:3;s:23:"add-themefusion_elastic";i:4;s:12:"add-post_tag";i:5;s:15:"add-post_format";i:6;s:22:"add-portfolio_category";i:7;s:20:"add-portfolio_skills";i:8;s:18:"add-portfolio_tags";i:9;s:16:"add-faq_category";i:10;s:25:"add-themefusion_es_groups";i:11;s:14:"add-slide-page";}'),
|
||
(22, 1, 'drgrp_nav_menu_recently_edited', '26'),
|
||
(23, 1, 'meta-box-order_dashboard', 'a:2:{i:0;b:0;s:4:"side";s:21:"icl_dashboard_widget,";}'),
|
||
(24, 1, 'closedpostboxes_page', 'a:4:{i:0;s:9:"cmsnavdiv";i:1;s:12:"revisionsdiv";i:2;s:10:"postcustom";i:3;s:14:"icl_div_config";}'),
|
||
(25, 1, 'metaboxhidden_page', 'a:4:{i:0;s:16:"commentstatusdiv";i:1;s:11:"commentsdiv";i:2;s:7:"slugdiv";i:3;s:9:"authordiv";}'),
|
||
(26, 1, 'layerslider_help_wp_pointer', '1'),
|
||
(27, 1, 'closedpostboxes_avada_portfolio', 'a:5:{i:0;s:7:"icl_div";i:1;s:9:"formatdiv";i:2;s:19:"portfolio_skillsdiv";i:3;s:10:"postcustom";i:4;s:14:"icl_div_config";}'),
|
||
(28, 1, 'metaboxhidden_avada_portfolio', 'a:1:{i:0;s:7:"slugdiv";}'),
|
||
(29, 1, 'meta-box-order_avada_portfolio', 'a:4:{s:4:"side";s:251:"icl_div,submitdiv,formatdiv,portfolio_categorydiv,portfolio_skillsdiv,tagsdiv-portfolio_tags,pageparentdiv,postimagediv,featured-image-2_avada_portfolio,featured-image-3_avada_portfolio,featured-image-4_avada_portfolio,featured-image-5_avada_portfolio";s:6:"normal";s:97:"postexcerpt,revisionsdiv,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv,icl_div_config";s:3:"sbg";s:7:"sbg_box";s:8:"advanced";s:22:"pyre_portfolio_options";}'),
|
||
(30, 1, 'screen_layout_avada_portfolio', '2'),
|
||
(31, 1, 'closedpostboxes_drg_horse', 'a:2:{i:0;s:7:"icl_div";i:1;s:17:"pyre_post_options";}'),
|
||
(32, 1, 'metaboxhidden_drg_horse', 'a:1:{i:0;s:7:"slugdiv";}'),
|
||
(33, 1, 'drgrp_language_pairs', 'a:1:{s:2:"es";a:1:{s:2:"en";i:1;}}'),
|
||
(34, 1, 'tgmpa_dismissed_notice', '1'),
|
||
(35, 1, 'layerslider_builder_help_wp_pointer', '1');
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_users`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_users` (
|
||
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||
`user_login` varchar(60) NOT NULL DEFAULT '',
|
||
`user_pass` varchar(64) NOT NULL DEFAULT '',
|
||
`user_nicename` varchar(50) NOT NULL DEFAULT '',
|
||
`user_email` varchar(100) NOT NULL DEFAULT '',
|
||
`user_url` varchar(100) NOT NULL DEFAULT '',
|
||
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`user_activation_key` varchar(60) NOT NULL DEFAULT '',
|
||
`user_status` int(11) NOT NULL DEFAULT '0',
|
||
`display_name` varchar(250) NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`ID`),
|
||
KEY `user_login_key` (`user_login`),
|
||
KEY `user_nicename` (`user_nicename`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_users`
|
||
--
|
||
|
||
INSERT INTO `drgrp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
|
||
(1, 'rodax', '$P$BxywYypksbo.1I8FRGqirAnI.s7CRh.', 'rodax', 'darranz@rodax-software.com', '', '2014-01-29 21:04:51', '', 0, 'rodax');
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_wpgmza`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_wpgmza` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`map_id` int(11) NOT NULL,
|
||
`address` varchar(700) NOT NULL,
|
||
`description` mediumtext NOT NULL,
|
||
`pic` varchar(700) NOT NULL,
|
||
`link` varchar(700) NOT NULL,
|
||
`icon` varchar(700) NOT NULL,
|
||
`lat` varchar(100) NOT NULL,
|
||
`lng` varchar(100) NOT NULL,
|
||
`anim` varchar(3) NOT NULL,
|
||
`title` varchar(700) NOT NULL,
|
||
`infoopen` varchar(3) NOT NULL,
|
||
`category` int(11) NOT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_wpgmza`
|
||
--
|
||
|
||
INSERT INTO `drgrp_wpgmza` (`id`, `map_id`, `address`, `description`, `pic`, `link`, `icon`, `lat`, `lng`, `anim`, `title`, `infoopen`, `category`) VALUES
|
||
(1, 1, 'London', '', '', '', '', '51.5081290', '-0.1280050', '', '', '', 0);
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_wpgmza_categories`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_wpgmza_categories` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`active` tinyint(1) NOT NULL,
|
||
`category_name` varchar(50) NOT NULL,
|
||
`category_icon` varchar(700) NOT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_wpgmza_categories`
|
||
--
|
||
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_wpgmza_maps`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_wpgmza_maps` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`map_title` varchar(50) NOT NULL,
|
||
`map_width` varchar(6) NOT NULL,
|
||
`map_height` varchar(6) NOT NULL,
|
||
`map_start_lat` varchar(700) NOT NULL,
|
||
`map_start_lng` varchar(700) NOT NULL,
|
||
`map_start_location` varchar(700) NOT NULL,
|
||
`map_start_zoom` int(10) NOT NULL,
|
||
`default_marker` varchar(700) NOT NULL,
|
||
`type` int(10) NOT NULL,
|
||
`alignment` int(10) NOT NULL,
|
||
`directions_enabled` int(10) NOT NULL,
|
||
`styling_enabled` int(10) NOT NULL,
|
||
`styling_json` mediumtext NOT NULL,
|
||
`active` int(1) NOT NULL,
|
||
`kml` varchar(700) NOT NULL,
|
||
`bicycle` int(10) NOT NULL,
|
||
`traffic` int(10) NOT NULL,
|
||
`dbox` int(10) NOT NULL,
|
||
`dbox_width` varchar(10) NOT NULL,
|
||
`listmarkers` int(10) NOT NULL,
|
||
`listmarkers_advanced` int(10) NOT NULL,
|
||
`ugm_enabled` int(10) NOT NULL,
|
||
`fusion` varchar(100) NOT NULL,
|
||
`map_width_type` varchar(3) NOT NULL,
|
||
`map_height_type` varchar(3) NOT NULL,
|
||
`mass_marker_support` int(10) NOT NULL,
|
||
`ugm_access` int(10) NOT NULL,
|
||
`order_markers_by` int(10) NOT NULL,
|
||
`order_markers_choice` int(10) NOT NULL,
|
||
`show_user_location` int(3) NOT NULL,
|
||
`filterbycat` tinyint(1) NOT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_wpgmza_maps`
|
||
--
|
||
|
||
INSERT INTO `drgrp_wpgmza_maps` (`id`, `map_title`, `map_width`, `map_height`, `map_start_lat`, `map_start_lng`, `map_start_location`, `map_start_zoom`, `default_marker`, `type`, `alignment`, `directions_enabled`, `styling_enabled`, `styling_json`, `active`, `kml`, `bicycle`, `traffic`, `dbox`, `dbox_width`, `listmarkers`, `listmarkers_advanced`, `ugm_enabled`, `fusion`, `map_width_type`, `map_height_type`, `mass_marker_support`, `ugm_access`, `order_markers_by`, `order_markers_choice`, `show_user_location`, `filterbycat`) VALUES
|
||
(1, 'My first map', '600', '400', '51.5081290', '-0.1280050', '51.5081290,-0.1280050', 1, '0', 1, 0, 1, 0, '', 0, '', 2, 2, 1, '250', 0, 0, 0, '', 'px', 'px', 1, 0, 1, 2, 0, 0);
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_wpgmza_polygon`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_wpgmza_polygon` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`map_id` int(11) NOT NULL,
|
||
`polydata` longtext NOT NULL,
|
||
`linecolor` varchar(7) NOT NULL,
|
||
`fillcolor` varchar(7) NOT NULL,
|
||
`opacity` varchar(3) NOT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_wpgmza_polygon`
|
||
--
|
||
|
||
|
||
-- --------------------------------------------------------
|
||
|
||
--
|
||
-- Estructura de tabla para la tabla `drgrp_wpgmza_polylines`
|
||
--
|
||
|
||
CREATE TABLE IF NOT EXISTS `drgrp_wpgmza_polylines` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`map_id` int(11) NOT NULL,
|
||
`polydata` longtext NOT NULL,
|
||
`linecolor` varchar(7) NOT NULL,
|
||
`linethickness` varchar(3) NOT NULL,
|
||
`opacity` varchar(3) NOT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
||
|
||
--
|
||
-- Volcar la base de datos para la tabla `drgrp_wpgmza_polylines`
|
||
--
|
||
|