HEX
Server: Apache
System: Linux v38079.2is.nl 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: democfellows (10015)
PHP: 8.1.34
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/creativefellows.nl/test.creativefellows.nl/kiesjeschoolalphen/db.sql
-- phpMyAdmin SQL Dump
-- version 4.9.3
-- https://www.phpmyadmin.net/
--
-- Host: localhost:8889
-- Gegenereerd op: 16 apr 2020 om 16:18
-- Serverversie: 5.7.26
-- PHP-versie: 5.6.40

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";

--
-- Database: `cassette3_nec_univerge_blue`
--

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `bestellingen`
--

CREATE TABLE `bestellingen` (
  `bestelling_id` int(10) NOT NULL,
  `klant_id` int(10) NOT NULL,
  `order_id` varchar(25) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `datum` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `totaal` float NOT NULL,
  `bezorgkosten` float NOT NULL,
  `type_betaling` varchar(25) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `verzending` int(1) NOT NULL,
  `opmerkingen` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `opmerkingen_intern` text NOT NULL,
  `voltooid` int(1) NOT NULL,
  `betaald` int(1) NOT NULL DEFAULT '0',
  `status` int(1) NOT NULL DEFAULT '0',
  `ideal_trans_id` varchar(250) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `tav` varchar(250) NOT NULL,
  `straat` varchar(250) NOT NULL,
  `huisnummer` varchar(250) NOT NULL,
  `postcode` varchar(250) NOT NULL,
  `plaats` varchar(250) NOT NULL,
  `land` varchar(250) NOT NULL,
  `in_archief` int(1) NOT NULL,
  `html` text NOT NULL,
  `parcel_id` varchar(255) NOT NULL,
  `tracktrace` int(10) NOT NULL,
  `label` blob NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `bestellingen_producten`
--

CREATE TABLE `bestellingen_producten` (
  `bp_id` int(10) NOT NULL,
  `uid` int(10) NOT NULL,
  `bestelling_id` int(10) NOT NULL,
  `aantal` int(10) NOT NULL,
  `prijs` float NOT NULL,
  `maat` varchar(255) NOT NULL,
  `options` text NOT NULL,
  `totaal` float NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `categories`
--

CREATE TABLE `categories` (
  `category_id` int(10) NOT NULL,
  `sectie_id` int(10) NOT NULL,
  `naam` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `url` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `position` int(1) NOT NULL DEFAULT '0',
  `sub_of` int(10) NOT NULL DEFAULT '0',
  `zichtbaar` int(1) NOT NULL DEFAULT '1',
  `active` int(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Gegevens worden geëxporteerd voor tabel `categories`
--

INSERT INTO `categories` (`category_id`, `sectie_id`, `naam`, `url`, `position`, `sub_of`, `zichtbaar`, `active`) VALUES
(1, 2, '5 readons', '5-readons', 0, 0, 1, 0),
(2, 2, '5 reasons', '5-reasons', 0, 0, 1, 0),
(3, 11, '5 Blue Reasons', '5-blue-reasons', 0, 0, 1, 1),
(4, 11, 'Predictable costs', 'predictable-costs', 0, 0, 1, 0),
(5, 11, 'Increased efficiency', 'increased-efficiency', 0, 0, 1, 0),
(6, 5, 'terms of use', 'terms-of-use', 0, 0, 1, 1),
(7, 5, 'Privacy Policy', 'privacy-policy', 0, 0, 1, 1),
(8, 5, 'Information Security', 'information-security', 0, 0, 1, 1),
(9, 5, 'Why cloud', 'why-cloud', 0, 0, 1, 1),
(10, 12, 'Why move to cloud', 'why-move-to-cloud', 0, 0, 1, 1),
(11, 12, 'Why UNIVERGE BLUE', 'why-univerge-blue', 0, 0, 1, 1);

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `category_posities`
--

CREATE TABLE `category_posities` (
  `category_positie_id` int(10) NOT NULL,
  `category_id` int(10) NOT NULL,
  `positie_id` int(10) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `choice_options`
--

CREATE TABLE `choice_options` (
  `choice_id` int(10) UNSIGNED NOT NULL,
  `field_id` mediumint(8) UNSIGNED NOT NULL,
  `choice` tinytext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `value` varchar(250) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Gegevens worden geëxporteerd voor tabel `choice_options`
--

INSERT INTO `choice_options` (`choice_id`, `field_id`, `choice`, `value`) VALUES
(1, 19, 'hide buttons', '1');

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `custom_css`
--

CREATE TABLE `custom_css` (
  `custom_id` int(10) NOT NULL,
  `css_class` varchar(250) NOT NULL,
  `css` text NOT NULL,
  `active` int(1) NOT NULL DEFAULT '1',
  `position` int(10) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Gegevens worden geëxporteerd voor tabel `custom_css`
--

INSERT INTO `custom_css` (`custom_id`, `css_class`, `css`, `active`, `position`) VALUES
(1, 'panel-gray', '', 1, 0),
(2, 'blocks', '', 1, 0),
(3, 'advantage-partner', '', 1, 0),
(4, 'features-block', '', 1, 0),
(5, 'large-image-right', '', 1, 0),
(6, 'block-blue', '', 1, 0),
(7, 'feature-slider', '', 1, 0),
(8, 'hexagon-icon-row', '', 1, 0),
(9, 'block-gray', '', 1, 0),
(10, 'tab-details', '', 1, 0),
(11, 'feature-row', '', 1, 0),
(12, 'box-out', '', 1, 0),
(13, 'resource-download', '', 1, 0);

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `entry_categories`
--

CREATE TABLE `entry_categories` (
  `entry_category_id` int(10) NOT NULL,
  `unique_id` int(10) NOT NULL,
  `category_id` int(10) NOT NULL,
  `sectie_id` int(10) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Gegevens worden geëxporteerd voor tabel `entry_categories`
--

INSERT INTO `entry_categories` (`entry_category_id`, `unique_id`, `category_id`, `sectie_id`) VALUES
(8, 10, 3, 11),
(6, 11, 3, 11),
(7, 12, 3, 11),
(10, 13, 3, 11),
(9, 14, 3, 11),
(11, 2, 6, 5),
(12, 3, 7, 5),
(13, 4, 8, 5),
(43, 29, 10, 12),
(41, 30, 11, 12);

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `entry_choices`
--

CREATE TABLE `entry_choices` (
  `entry_choice_id` int(10) NOT NULL,
  `unique_id` int(10) NOT NULL,
  `choice_id` int(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `entry_links`
--

CREATE TABLE `entry_links` (
  `entry_link_id` int(10) NOT NULL,
  `entry_id` int(10) NOT NULL,
  `template_id` int(10) NOT NULL,
  `link_type` int(1) NOT NULL,
  `value` varchar(250) COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `entry_posities`
--

CREATE TABLE `entry_posities` (
  `entry_positie_id` int(10) NOT NULL,
  `unique_id` int(10) NOT NULL,
  `positie_id` int(10) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Gegevens worden geëxporteerd voor tabel `entry_posities`
--

INSERT INTO `entry_posities` (`entry_positie_id`, `unique_id`, `positie_id`) VALUES
(4, 2, 3),
(5, 3, 3),
(6, 4, 3),
(47, 29, 1),
(45, 30, 1),
(36, 20, 1),
(13, 22, 1),
(14, 23, 1),
(27, 24, 1),
(17, 25, 1),
(18, 26, 1),
(37, 6, 1),
(38, 8, 1),
(39, 7, 1),
(40, 15, 1),
(41, 9, 1),
(42, 16, 1),
(43, 17, 1);

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `entry_syns`
--

CREATE TABLE `entry_syns` (
  `entry_syn_id` int(10) NOT NULL,
  `uid` int(10) NOT NULL,
  `field_id` int(10) NOT NULL,
  `syn_id` int(10) NOT NULL,
  `org_syn_id` int(10) NOT NULL,
  `status` int(1) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `entry_tags`
--

CREATE TABLE `entry_tags` (
  `entry_tag_id` int(10) NOT NULL,
  `unique_id` int(10) UNSIGNED NOT NULL,
  `tag_id` int(10) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `field_types`
--

CREATE TABLE `field_types` (
  `field_id` mediumint(8) UNSIGNED NOT NULL,
  `name` tinytext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `form_element` tinytext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `datatype` tinytext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `description` varchar(250) NOT NULL,
  `in_group` int(1) NOT NULL DEFAULT '0',
  `in_formgenerator` int(1) NOT NULL DEFAULT '0',
  `in_template` int(1) NOT NULL DEFAULT '0',
  `in_dragdrop` int(1) NOT NULL DEFAULT '0',
  `html` text NOT NULL,
  `wrap` int(1) NOT NULL DEFAULT '1',
  `position` int(10) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Gegevens worden geëxporteerd voor tabel `field_types`
--

INSERT INTO `field_types` (`field_id`, `name`, `form_element`, `datatype`, `description`, `in_group`, `in_formgenerator`, `in_template`, `in_dragdrop`, `html`, `wrap`, `position`) VALUES
(1, 'Input', 'text', 'varchar(250)', 'Tekstveld', 0, 1, 1, 0, '', 1, 0),
(5, 'Text', 'textarea', 'text', 'Tekstveld (multiline)', 1, 1, 1, 0, '', 1, 0),
(6, 'Image', 'image', 'tinytext', 'Foto', 1, 0, 1, 0, '', 1, 0),
(11, 'Tags', 'tag', 'text', 'Tags', 0, 0, 1, 0, '', 1, 0),
(12, 'Entry links', 'link', 'varchar(250)', 'Links', 0, 0, 1, 0, '', 1, 0),
(22, 'shop', 'shop', 'varchar(250)', 'Shop', 0, 0, 1, 0, '', 1, 0),
(25, 'Group', 'field_group', 'veld groep', 'Group', 0, 0, 0, 1, '<div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div>', 0, 0),
(3, 'autocomplete', 'autocomplete', 'int(10)', 'Autocomplete', 0, 0, 1, 0, '', 1, 0),
(24, 'checkbox', 'checkbox', 'int(10)', 'Checkbox', 0, 1, 1, 0, '', 1, 0),
(26, 'h1', 'h1', 'varchar(250)', 'h1', 0, 0, 1, 0, '<div class=\"col24 single-row\">\r\n<div class=\"column-wrapper\">\r\n<h1>{fields_contents}</h1>\r\n</div>\r\n</div>', 1, 1),
(27, 'h2', 'h2', 'varchar(250)', 'h2', 0, 0, 1, 0, '<div class=\"col24 single-row\">\r\n<div class=\"column-wrapper\">\r\n<h2>{fields_contents}</h2>\r\n</div>\r\n</div>', 1, 2),
(28, 'select', 'select', 'varchar(250)', 'Select', 0, 1, 1, 0, '', 1, 0),
(29, 'Files', 'files', 'text', 'Files', 1, 0, 1, 0, '', 1, 0),
(14, 'Date', 'datepicker', 'varchar(250)', 'Date', 0, 1, 1, 0, '', 1, 0),
(31, 'radio', 'radio', 'int(10)', 'Radio', 0, 1, 1, 0, '', 1, 0),
(32, 'Form group', 'formgroup', 'varchar(250)', 'Form group', 0, 1, 0, 0, '', 1, 0),
(33, 'form', 'form', 'int(10)', 'form', 0, 0, 1, 0, '', 1, 0),
(34, 'em', 'em', 'varchar(250)', 'em', 0, 0, 1, 0, '', 1, 0),
(35, 'share', 'share', 'text', 'share', 0, 0, 1, 0, '<span class=\'st_facebook_hcount\' displayText=\'Facebook\'></span>\r\n				<span class=\'st_twitter_hcount\' displayText=\'Tweet\'></span>\r\n				<span class=\'st_linkedin_hcount\' displayText=\'LinkedIn\'></span>\r\n				<span class=\'st_googleplus_hcount\' displayText=\'Google +\'></span>\r\n				<span class=\'st_email_hcount\' displayText=\'Email\'></span>', 1, 0),
(36, 'cols', 'cols', 'text', 'cols', 0, 0, 1, 0, '', 1, 0),
(37, 'Color', 'colorpicker', 'varchar(250)', 'color', 0, 0, 1, 0, '', 1, 0),
(38, 'code', 'code', 'text', 'code', 0, 0, 0, 0, '', 1, 0),
(40, '2-column', '2-column', 'text', '2-column', 0, 0, 0, 1, '<div class=\"grid-x grid-padding-x\">\r\n\r\n<div class=\"small-12 medium-6 cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>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,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"small-12 medium-6 cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>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,</p>\r\n\r\n</div>\r\n</div>\r\n</div', 1, 2),
(39, '1-column', '1-column', 'text', '1-column', 0, 0, 0, 1, '<div class=\"grid-x grid-padding-x\">\r\n<div class=\"medium-12 cell\">\r\n<div class=\"column-wrapper\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>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.</p>\r\n<p>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,</p>\r\n\r\n</div>\r\n</div>\r\n</div>', 1, 1),
(51, 'custom', 'custom', 'custom', 'custom', 0, 0, 0, 1, '\r\n<div class=\"custom-code\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>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.</p>\r\n<p>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,</p>\r\n\r\n</div>', 0, 17),
(66, 'graph', 'graph', 'text', 'graph', 0, 0, 1, 0, '', 1, 18),
(42, '3-column', '3-column', 'text', '3-column', 0, 0, 0, 1, '<div class=\"grid-x grid-padding-x\">\r\n<div class=\"small-12 medium-4 cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>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,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"small-12 medium-4 cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>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,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"small-12 medium-4 cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>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,</p>\r\n\r\n</div>\r\n</div>\r\n</div>', 1, 3),
(41, '4-column', '4-column', 'text', '4-column', 0, 0, 0, 1, '<div class=\"grid-x grid-padding-x\">\r\n<div class=\"small-12 medium-6 large-3 cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>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,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"small-12 medium-6 large-3 cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>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,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"small-12 medium-6 large-3 cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>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,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"small-12 medium-6 large-3 cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>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,</p>\r\n\r\n</div>\r\n</div>\r\n</div>', 1, 4),
(43, 'img', 'img', 'img', 'Foto', 0, 0, 0, 1, '<div class=\"image-full-width\">\r\n	<div class=\"column-wrapper background\" edittype=\"image\">\r\n		<img src=\"http://placehold.it/1200x300&text=IMAGE\">\r\n	</div>\r\n</div>', 1, 18),
(44, 'devider', 'devider', 'text', 'devider', 0, 0, 0, 1, '<div class=\"grid-x grid-padding-x hr-devider\">\r\n<div class=\"medium-12 cell\">\r\n<hr/>\r\n</div>\r\n</div>', 1, 0),
(45, 'spacer', 'spacer', 'spacer', 'spacer', 0, 0, 0, 1, '<div class=\"grid-x grid-padding-x\">\r\n<div class=\"small-12 cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<div class=\"column-wrapper\" edittype=\"spacer\"><div class=\"default-spacer\"></div></div>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n', 1, 0),
(46, 'dragdrop', 'dragdrop', 'text', 'dragdrop', 0, 0, 1, 0, '', 1, 0),
(48, '2-column-centered', '2-column-centered', 'text', '2-column-centered', 0, 0, 0, 1, '<div class=\"grid-x grid-padding-x\">\r\n<div class=\"medium-3 medium-offset-3 cell\">\r\n<div class=\"column-wrapper\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>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.</p>\r\n<p>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,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"medium-3 end cell\">\r\n<div class=\"column-wrapper\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>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.</p>\r\n<p>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,</p>\r\n\r\n</div>\r\n</div>\r\n</div>', 1, 8),
(49, '3-column-centered', '3-column-centered', 'text', '3-column-centered', 0, 0, 0, 1, '<div class=\"grid-x grid-padding-x align-center\">\r\n<div class=\"medium-3 cell\">\r\n<div class=\"column-wrapper\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>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.</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"medium-3 cell\">\r\n<div class=\"column-wrapper\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>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.</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"medium-3 cell\">\r\n<div class=\"column-wrapper\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>', 1, 9),
(50, '1-column-centered', '1-column-centered', 'text', '1-column-centered', 0, 0, 0, 1, '<div class=\"grid-x grid-padding-x align-center\">\r\n<div class=\"small-12 medium-3 cell\">\r\n<div class=\"column-wrapper\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>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.</p>\r\n<p>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,</p>\r\n\r\n</div>\r\n</div>\r\n</div>', 1, 7),
(54, 'showcase', 'showcase', 'showcase', 'showcase', 0, 0, 0, 1, '<section id=\"egghgcifke\" class=\"\">\r\n	<div class=\"image-showcase\">\r\n		<div class=\"showcase-case\" datagroup=\"case\">\r\n	\r\n	\r\n	\r\n		<div class=\"grid-container case-foreground\" edittype=\"textarea\">\r\n			<div class=\"grid-x grid-padding-x align-middle\">\r\n		\r\n				<div class=\"small-12 cell\">\r\n					<div class=\"column-wrapper\" edittype=\"showcase-text\">\r\n					\r\n						<h1>Heading</h1>\r\n						<p>Text</p>\r\n					\r\n					</div>\r\n				</div>\r\n				\r\n			</div>	\r\n		</div>\r\n\r\n		<div class=\"column-wrapper case-background\" edittype=\"showcase-image\">	\r\n						<img src=\"https://via.placeholder.com/1200x600?text=image\">\r\n		</div>\r\n		\r\n		\r\n		\r\n		</div>\r\n	</div>\r\n</section>', 0, 0),
(55, '1-2-column', '1-2-column', 'text', '2-column', 0, 0, 0, 0, '<div class=\"col8\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>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.</p>\r\n\r\n<p>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,</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col16\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>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.</p>\r\n\r\n<p>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,</p>\r\n</div>\r\n</div>', 1, 12),
(57, 'item-links', 'item-links', 'category-link', 'item-links', 0, 0, 0, 0, '<div class=\"col6\">\r\n	<div class=\"column-wrapper\" edittype=\"textarea\">\r\n		<p>Room for image</p>\r\n	</div>\r\n	</div>\r\n\r\n	<div class=\"col18\">\r\n	<div class=\"column-wrapper\" edittype=\"textarea\">\r\n	<p>Room for text</p>\r\n	</div>\r\n</div>', 1, 15),
(58, '1-4-column', '1-4-column', 'text', '1-4-column', 0, 0, 0, 0, '<div class=\"col6\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col18\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>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.</p>\r\n\r\n<p>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,</p>\r\n</div>\r\n</div>', 1, 13),
(59, 'geboortedatum', 'geboortedatum', 'varchar(250)', 'geboortedatum', 0, 1, 1, 0, '', 1, 0),
(60, 'upload', 'upload', 'varchar(250)', 'upload', 0, 1, 1, 0, '', 1, 0),
(61, 'postdata', 'postdata', 'varchar(250)', 'postdata', 0, 1, 1, 0, '', 1, 0),
(63, '3-1-column', '3-1-column', 'text', '3-1-column', 0, 0, 0, 0, '<div class=\"col18\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>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.</p>\r\n\r\n<p>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,</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col6\">\r\n<div class=\"column-wrapper\" edittype=\"textarea\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n</div>\r\n</div>\r\n', 1, 14),
(64, 'synoniem', 'synoniem', 'varchar(255)', 'synoniem', 0, 0, 1, 0, '', 1, 0),
(62, 'Image-crop', 'image-crop', 'text', 'image-crop', 0, 0, 1, 0, '', 1, 0),
(65, '4-column-centered', '4-column-centered', 'text', '4-column-centered', 0, 0, 0, 0, '<div class=\"grid-x grid-padding-x text-center\">\r\n<div class=\"medium-2 medium-offset-2 cell\">\r\n<div class=\"column-wrapper\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>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.</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"medium-2 cell\">\r\n<div class=\"column-wrapper\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>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.</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"medium-2 cell\">\r\n<div class=\"column-wrapper\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>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.</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"medium-2 end cell\">\r\n<div class=\"column-wrapper\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>', 1, 9),
(67, '5-column', '5-column', 'text', '5-column', 0, 0, 0, 1, '<div class=\"grid-x grid-padding-x\">\r\n\r\n<div class=\"medium-auto cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>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,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"medium-auto cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>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,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"medium-auto cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>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,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"medium-auto cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>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,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"medium-auto cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>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,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n\r\n</div>', 1, 5),
(68, '3-column - enlarge image', '3-column - enlarge image', 'text', '3-column - enlarge image', 0, 0, 0, 0, '<div class=\"grid-x grid-padding-x align-center enlarge-images\">\r\n<div class=\"small-12 medium-4 cell\">\r\n\r\n<div class=\"column-wrapper image\" edittype=\"image\">\r\n<img src=\"http://placehold.it/600x300&text=IMAGE\" class=\"lazyload\">\r\n</div>\r\n\r\n</div>\r\n\r\n\r\n\r\n<div class=\"small-12 medium-4 cell\">\r\n\r\n<div class=\"column-wrapper image\" edittype=\"image\">\r\n<img src=\"http://placehold.it/600x300&text=IMAGE\" class=\"lazyload\">\r\n</div>\r\n\r\n</div>\r\n\r\n\r\n\r\n<div class=\"small-12 medium-4 cell\">\r\n\r\n<div class=\"column-wrapper image\" edittype=\"image\">\r\n<img src=\"http://placehold.it/600x300&text=IMAGE\" class=\"lazyload\">\r\n</div>\r\n\r\n</div>\r\n\r\n</div>', 1, 6),
(76, '3-column options', '3-column options', 'text', '3-column options', 0, 0, 0, 0, '<div class=\"grid-x grid-padding-x text-center row-options\">\r\n\r\n<div class=\"medium-4 cell\">\r\n\r\n<div class=\"card\">\r\n\r\n<div class=\"card-section\">\r\n<h3 edit=\"h\">Hotel Zeist</h3>\r\n<a href=\"#\" class=\"button hollow\" edit=\"button\">Boek een hotelkamer</a>\r\n</div>\r\n\r\n<div class=\"card-image\">\r\n<div class=\"column-wrapper\" edittype=\"image\">\r\n<img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/figi/images/Single-hotelkamers-2.jpg\" class=\"lazyload\" alt=\"\">\r\n</div>\r\n</div>\r\n\r\n</div>\r\n\r\n</div>\r\n\r\n<div class=\"medium-4 cell\">\r\n\r\n<div class=\"card\">\r\n\r\n<div class=\"card-section\">\r\n<h3 edit=\"h\">Hotel Zeist</h3>\r\n<a href=\"#\" class=\"button hollow\" edit=\"button\">Boek een hotelkamer</a>\r\n</div>\r\n\r\n<div class=\"card-image\">\r\n<div class=\"column-wrapper\" edittype=\"image\">\r\n<img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/figi/images/Single-hotelkamers-2.jpg\" class=\"lazyload\" alt=\"\">\r\n</div>\r\n</div>\r\n\r\n</div>\r\n\r\n</div>\r\n\r\n<div class=\"medium-4 cell\">\r\n\r\n<div class=\"card\">\r\n\r\n<div class=\"card-section\">\r\n<h3 edit=\"h\">Hotel Zeist</h3>\r\n<a href=\"#\" class=\"button hollow\" edit=\"button\">Boek een hotelkamer</a>\r\n</div>\r\n\r\n<div class=\"card-image\">\r\n<div class=\"column-wrapper\" edittype=\"image\">\r\n<img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/figi/images/Single-hotelkamers-2.jpg\" class=\"lazyload\" alt=\"\">\r\n</div>\r\n</div>\r\n\r\n</div>\r\n\r\n</div>\r\n\r\n\r\n\r\n</div>', 1, 6),
(71, '2-column Impressie', '2-column Impressie', 'text', '2-column Impressie', 0, 0, 0, 0, '<div class=\"grid-x grid-padding-x align-center row-impression\">\r\n\r\n<div class=\"small-12 medium-6 cell\">\r\n<div class=\"column-wrapper image\" edittype=\"image\">\r\n<img src=\"https://placehold.it/600x300&text=IMAGE\" class=\"lazyload\">\r\n</div>\r\n</div>\r\n\r\n<div class=\"small-12 medium-6 cell\">\r\n<div class=\"column-wrapper image\" edittype=\"image\">\r\n<img src=\"https://placehold.it/600x300&text=IMAGE\" class=\"lazyload\">\r\n</div>\r\n</div>\r\n\r\n</div>', 1, 6),
(74, '1-column Impressie', '1-column Impressie', 'text', '1-column Impressie', 0, 0, 0, 0, '<div class=\"grid-x grid-padding-x align-center row-impression\">\r\n\r\n\r\n<div class=\"small-12 medium-12 cell\">\r\n<div class=\"column-wrapper image\" edittype=\"image\">\r\n<img src=\"https://placehold.it/1200x600&text=IMAGE\" class=\"lazyload\">\r\n</div>\r\n</div>\r\n\r\n</div>', 1, 6),
(69, '2-column callout', '2-column callout', 'text', '2-column callout', 0, 0, 0, 0, '<div class=\"grid-x grid-padding-x\">\r\n\r\n	<div class=\"small-12 large-6 cell\">\r\n\r\n		<div class=\"column-wrapper\">\r\n			<div class=\"callout\">\r\n			\r\n				<h3>Titel</h3>\r\n				<p>Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. </p>\r\n				<a data-toggle=\"panel1\">Meer Informatie</a>\r\n	  	\r\n				<div id=\"panel1\" class=\"hide\" data-toggler=\"hide\">\r\n					<p>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,</p>\r\n				</div>\r\n			\r\n			</div>\r\n		</div>\r\n		\r\n		\r\n\r\n	</div>\r\n\r\n\r\n	<div class=\"small-12 large-6 cell\">\r\n\r\n		<div class=\"column-wrapper\">\r\n			<div class=\"callout\">\r\n			\r\n				<h3>Titel</h3>\r\n				<p>Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. </p>\r\n				<a data-toggle=\"panel2\">Meer Informatie</a>\r\n	  	\r\n				<div id=\"panel2\" class=\"hide\" data-toggler=\"hide\">\r\n					<p>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,</p>\r\n				</div>\r\n			\r\n			</div>\r\n		</div>\r\n\r\n	</div>\r\n\r\n	\r\n</div>\r\n', 1, 6),
(70, 'button', 'button', 'text', 'button', 0, 0, 0, 1, '<div class=\"grid-x grid-padding-x\">\r\n<div class=\"small-12 cell text-center\">\r\n\r\n	<div class=\"column-wrapper link\" edittype=\"link\">\r\n		<a href=\"#\" class=\"button primary\">Button text</a>\r\n	</div>\r\n\r\n</div>\r\n</div>', 1, 6),
(72, '3-column imageslider', '3-column imageslider', 'image-slider', '3-column imageslider', 0, 0, 0, 0, '<div class=\"grid-x grid-padding-x align-center row-sliders text-center\">\r\n\r\n<div class=\"small-12 medium-4 cell\">\r\n	<h3 edit=\"h\">Heading</h3>\r\n	<div class=\"image-slider\">\r\n		<div class=\"slider-case\" datagroup=\"case\">\r\n	\r\n		<div class=\"column-wrapper case-background\" edittype=\"showcase-image\">	\r\n			<img src=\"https://via.placeholder.com/1200x600?text=image\">\r\n		</div>\r\n				\r\n		</div>\r\n	</div>\r\n\r\n</div>\r\n\r\n<div class=\"small-12 medium-4 cell\">\r\n	<h3 edit=\"h\">Heading</h3>\r\n	<div class=\"image-slider\">\r\n		<div class=\"slider-case\" datagroup=\"case\">\r\n	\r\n		<div class=\"column-wrapper case-background\" edittype=\"showcase-image\">	\r\n			<img src=\"https://via.placeholder.com/1200x600?text=image\">\r\n		</div>\r\n				\r\n		</div>\r\n	</div>\r\n\r\n</div>\r\n\r\n<div class=\"small-12 medium-4 cell\">\r\n	<h3 edit=\"h\">Heading</h3>\r\n	<div class=\"image-slider\">\r\n		<div class=\"slider-case\" datagroup=\"case\">\r\n	\r\n		<div class=\"column-wrapper case-background\" edittype=\"showcase-image\">	\r\n			<img src=\"https://via.placeholder.com/1200x600?text=image\">\r\n		</div>\r\n				\r\n		</div>\r\n	</div>\r\n\r\n</div>\r\n\r\n\r\n\r\n\r\n</div>', 1, 16),
(73, 'Youtube', 'Youtube', 'youtube-embed', 'Youtube', 0, 0, 0, 1, '<div class=\"grid-x grid-padding-x align-center text-center\">\r\n\r\n<div class=\"small-12 cell\">\r\n		\r\n		\r\n	<div class=\"responsive-embed widescreen\" edittype=\"responsive-embed\">\r\n	  <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/oLk4dZl6z4c\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>\r\n	</div>\r\n		\r\n</div>\r\n\r\n\r\n</div>\r\n\r\n', 1, 16),
(75, '4-column options', '4-column options', 'text', '4-column options', 0, 0, 0, 0, '<div class=\"grid-x grid-padding-x text-center row-options\">\r\n\r\n<div class=\"medium-3 cell\">\r\n\r\n<div class=\"card\">\r\n\r\n<div class=\"card-section\">\r\n<h3 edit=\"h\">Hotel Zeist</h3>\r\n<a href=\"#\" class=\"button hollow\" edit=\"button\">Boek een hotelkamer</a>\r\n</div>\r\n\r\n<div class=\"card-image\">\r\n<div class=\"column-wrapper\" edittype=\"image\">\r\n<img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/figi/images/Single-hotelkamers-2.jpg\" class=\"lazyload\" alt=\"\">\r\n</div>\r\n</div>\r\n\r\n</div>\r\n\r\n</div>\r\n\r\n<div class=\"medium-3 cell\">\r\n\r\n<div class=\"card\">\r\n\r\n<div class=\"card-section\">\r\n<h3 edit=\"h\">Hotel Zeist</h3>\r\n<a href=\"#\" class=\"button hollow\" edit=\"button\">Boek een hotelkamer</a>\r\n</div>\r\n\r\n<div class=\"card-image\">\r\n<div class=\"column-wrapper\" edittype=\"image\">\r\n<img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/figi/images/Single-hotelkamers-2.jpg\" class=\"lazyload\" alt=\"\">\r\n</div>\r\n</div>\r\n\r\n</div>\r\n\r\n</div>\r\n\r\n<div class=\"medium-3 cell\">\r\n\r\n<div class=\"card\">\r\n\r\n<div class=\"card-section\">\r\n<h3 edit=\"h\">Hotel Zeist</h3>\r\n<a href=\"#\" class=\"button hollow\" edit=\"button\">Boek een hotelkamer</a>\r\n</div>\r\n\r\n<div class=\"card-image\">\r\n<div class=\"column-wrapper\" edittype=\"image\">\r\n<img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/figi/images/Single-hotelkamers-2.jpg\" class=\"lazyload\" alt=\"\">\r\n</div>\r\n</div>\r\n\r\n</div>\r\n\r\n</div>\r\n\r\n<div class=\"medium-3 cell\">\r\n\r\n<div class=\"card\">\r\n\r\n<div class=\"card-section\">\r\n<h3 edit=\"h\">Hotel Zeist</h3>\r\n<a href=\"#\" class=\"button hollow\" edit=\"button\">Boek een hotelkamer</a>\r\n</div>\r\n\r\n<div class=\"card-image\">\r\n<div class=\"column-wrapper\" edittype=\"image\">\r\n<img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/figi/images/Single-hotelkamers-2.jpg\" class=\"lazyload\" alt=\"\">\r\n</div>\r\n</div>\r\n\r\n</div>\r\n\r\n</div>\r\n\r\n</div>', 1, 6),
(77, '4-column links', '4-column links', 'text', '4-column links', 0, 0, 0, 0, '<div class=\"grid-x grid-padding-x text-center row-options\">\r\n\r\n<div class=\"medium-3 cell\">\r\n\r\n<div class=\"card\">\r\n\r\n<div class=\"card-section\">\r\n<a href=\"#\" class=\"button hollow\" edit=\"button\">Boek een hotelkamer</a>\r\n</div>\r\n\r\n<div class=\"card-image\">\r\n<div class=\"column-wrapper\" edittype=\"image\">\r\n<img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/figi/images/Single-hotelkamers-2.jpg\" class=\"lazyload\" alt=\"\">\r\n</div>\r\n</div>\r\n\r\n</div>\r\n\r\n</div>\r\n\r\n<div class=\"medium-3 cell\">\r\n\r\n<div class=\"card\">\r\n\r\n<div class=\"card-section\">\r\n<a href=\"#\" class=\"button hollow\" edit=\"button\">Boek een hotelkamer</a>\r\n</div>\r\n\r\n<div class=\"card-image\">\r\n<div class=\"column-wrapper\" edittype=\"image\">\r\n<img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/figi/images/Single-hotelkamers-2.jpg\" class=\"lazyload\" alt=\"\">\r\n</div>\r\n</div>\r\n\r\n</div>\r\n\r\n</div>\r\n\r\n<div class=\"medium-3 cell\">\r\n\r\n<div class=\"card\">\r\n\r\n<div class=\"card-section\">\r\n<a href=\"#\" class=\"button hollow\" edit=\"button\">Boek een hotelkamer</a>\r\n</div>\r\n\r\n<div class=\"card-image\">\r\n<div class=\"column-wrapper\" edittype=\"image\">\r\n<img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/figi/images/Single-hotelkamers-2.jpg\" class=\"lazyload\" alt=\"\">\r\n</div>\r\n</div>\r\n\r\n</div>\r\n\r\n</div>\r\n\r\n<div class=\"medium-3 cell\">\r\n\r\n<div class=\"card\">\r\n\r\n<div class=\"card-section\">\r\n<a href=\"#\" class=\"button hollow\" edit=\"button\">Boek een hotelkamer</a>\r\n</div>\r\n\r\n<div class=\"card-image\">\r\n<div class=\"column-wrapper\" edittype=\"image\">\r\n<img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/figi/images/Single-hotelkamers-2.jpg\" class=\"lazyload\" alt=\"\">\r\n</div>\r\n</div>\r\n\r\n</div>\r\n\r\n</div>\r\n\r\n</div>', 1, 6),
(78, '4-column-callout', '4-column-callout', 'text', '4-column-callout', 0, 0, 0, 0, '<div class=\"grid-x grid-padding-x features-block\">\r\n\r\n	<div class=\"small-12 medium-6 large-3 cell\">\r\n		<div class=\"card\">\r\n	\r\n			<div class=\"card-image\">\r\n				<div class=\"column-wrapper\" edittype=\"image\">\r\n					<img src=\"http://placehold.it/600x300&text=IMAGE\" class=\"lazyload\">\r\n				</div>\r\n			</div>\r\n			\r\n			<div class=\"card-section\">\r\n				<div class=\"column-wrapper\">\r\n					<p>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,</p>\r\n				</div>	\r\n				<a href=\"#\" class=\"button\" edit=\"button\">Link label</a>\r\n			</div>\r\n			\r\n		</div>\r\n	</div>\r\n\r\n\r\n	<div class=\"small-12 medium-6 large-3 cell\">\r\n		<div class=\"card\">\r\n	\r\n			<div class=\"card-image\">\r\n				<div class=\"column-wrapper\" edittype=\"image\">\r\n					<img src=\"http://placehold.it/600x300&text=IMAGE\" class=\"lazyload\">\r\n				</div>\r\n			</div>\r\n			\r\n			<div class=\"card-section\">\r\n				<div class=\"column-wrapper\">\r\n					<p>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,</p>\r\n				</div>	\r\n				<a href=\"#\" class=\"button\" edit=\"button\">Link label</a>\r\n			</div>\r\n			\r\n		</div>\r\n	</div>\r\n\r\n\r\n	<div class=\"small-12 medium-6 large-3 cell\">\r\n		<div class=\"card\">\r\n	\r\n			<div class=\"card-image\">\r\n				<div class=\"column-wrapper\" edittype=\"image\">\r\n					<img src=\"http://placehold.it/600x300&text=IMAGE\" class=\"lazyload\">\r\n				</div>\r\n			</div>\r\n			\r\n			<div class=\"card-section\">\r\n				<div class=\"column-wrapper\">\r\n					<p>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,</p>\r\n				</div>	\r\n				<a href=\"#\" class=\"button\" edit=\"button\">Link label</a>\r\n			</div>\r\n			\r\n		</div>\r\n	</div>\r\n\r\n\r\n	<div class=\"small-12 medium-6 large-3 cell\">\r\n		<div class=\"card\">\r\n	\r\n			<div class=\"card-image\">\r\n				<div class=\"column-wrapper\" edittype=\"image\">\r\n					<img src=\"http://placehold.it/600x300&text=IMAGE\" class=\"lazyload\">\r\n				</div>\r\n			</div>\r\n			\r\n			<div class=\"card-section\">\r\n				<div class=\"column-wrapper\">\r\n					<p>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,</p>\r\n				</div>	\r\n				<a href=\"#\" class=\"button\" edit=\"button\">Link label</a>\r\n			</div>\r\n			\r\n		</div>\r\n	</div>\r\n\r\n\r\n</div>', 1, 6),
(79, '6-column', '6-column', 'text', '6-column', 0, 0, 0, 1, '<div class=\"grid-x grid-padding-x\">\r\n\r\n<div class=\"medium-auto cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>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,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"medium-auto cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>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,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"medium-auto cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>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,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"medium-auto cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>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,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"medium-auto cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>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,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"medium-auto cell\">\r\n<div class=\"column-wrapper\">\r\n\r\n<p>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,</p>\r\n\r\n</div>\r\n</div>\r\n\r\n\r\n</div>', 1, 6),
(80, '5-column-centered', '5-column-centered', 'text', '5-column-centered', 0, 0, 0, 1, '<div class=\"grid-x grid-padding-x text-center small-up-1 medium-up-5\">\r\n<div class=\"cell\">\r\n<div class=\"column-wrapper\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>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.</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"cell\">\r\n<div class=\"column-wrapper\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>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.</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"cell\">\r\n<div class=\"column-wrapper\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>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.</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"cell\">\r\n<div class=\"column-wrapper\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>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.</p>\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"cell\">\r\n<div class=\"column-wrapper\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n\r\n<p>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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>', 1, 4);

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `forms`
--

CREATE TABLE `forms` (
  `form_id` int(10) NOT NULL,
  `form_name` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `form_response` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `form_submitted` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `custom_form_code` text COLLATE utf8_unicode_ci NOT NULL,
  `unique_id` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `active` int(1) NOT NULL DEFAULT '0',
  `form_desc` text COLLATE utf8_unicode_ci NOT NULL,
  `button_label` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `custom_handler` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `locked` int(1) NOT NULL DEFAULT '0',
  `field_response` int(10) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `form_elements`
--

CREATE TABLE `form_elements` (
  `form_element_id` int(10) NOT NULL,
  `unique_id` varchar(25) CHARACTER SET latin1 NOT NULL DEFAULT '',
  `field_id` int(10) NOT NULL DEFAULT '0',
  `name` varchar(250) CHARACTER SET latin1 NOT NULL DEFAULT '',
  `description` text CHARACTER SET latin1 NOT NULL,
  `position` int(10) NOT NULL DEFAULT '0',
  `class` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `value` int(1) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `form_elements_options`
--

CREATE TABLE `form_elements_options` (
  `form_option_id` int(10) NOT NULL,
  `form_element_id` int(10) NOT NULL,
  `value` varchar(250) CHARACTER SET latin1 NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `form_response`
--

CREATE TABLE `form_response` (
  `form_response_id` int(10) NOT NULL,
  `uid` varchar(250) NOT NULL,
  `form_id` int(10) NOT NULL,
  `field_id` int(10) NOT NULL,
  `value` text NOT NULL,
  `status` int(1) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `htmltemplates`
--

CREATE TABLE `htmltemplates` (
  `template_id` int(10) NOT NULL,
  `titel` varchar(250) NOT NULL,
  `omschrijving` text NOT NULL,
  `html` text NOT NULL,
  `active` int(1) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `instellingen`
--

CREATE TABLE `instellingen` (
  `id` int(10) NOT NULL,
  `bedrijfsnaam` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `adres` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `postcode_woonplaats` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `telefoon` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `bank` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `bank_iban` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `bank_bic` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `kvk` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `btw` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `master_email` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `website` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `postbus` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `postbus_postcode_plaats` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `facebook_url` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `twitter_url` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `youtube_url` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `linkedin_url` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `pinterest_url` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `googleplus_url` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `items_per_pagina` int(10) NOT NULL DEFAULT '20',
  `ideal` int(1) NOT NULL DEFAULT '0',
  `factuur` int(1) NOT NULL DEFAULT '0',
  `automatische_incasso` int(1) NOT NULL DEFAULT '0',
  `administratie_kosten` float NOT NULL DEFAULT '0',
  `verzendkosten` float NOT NULL DEFAULT '0',
  `prefix_order_nummer` varchar(250) COLLATE utf8_unicode_ci NOT NULL DEFAULT '2013',
  `order_nummer` varchar(250) COLLATE utf8_unicode_ci NOT NULL DEFAULT '1',
  `btw_percentage` float NOT NULL DEFAULT '21',
  `logo` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `logo_style` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `ideal_type` varchar(250) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'basic',
  `webshop` int(1) NOT NULL DEFAULT '0',
  `html_title` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `standaard_kleur` varchar(250) COLLATE utf8_unicode_ci NOT NULL DEFAULT '#000000',
  `css` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `custom_header` text COLLATE utf8_unicode_ci NOT NULL,
  `custom_footer` text COLLATE utf8_unicode_ci NOT NULL,
  `custom_sidebar` text COLLATE utf8_unicode_ci NOT NULL,
  `registration_mail` text COLLATE utf8_unicode_ci NOT NULL,
  `toon_menu` int(1) NOT NULL DEFAULT '1',
  `sticky_footer` int(1) NOT NULL DEFAULT '1',
  `payoff` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `typekit` text COLLATE utf8_unicode_ci NOT NULL,
  `google_analitics` text COLLATE utf8_unicode_ci NOT NULL,
  `myparcel_user` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `myparcel_apikey` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `tp_confirm_email` text COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Gegevens worden geëxporteerd voor tabel `instellingen`
--

INSERT INTO `instellingen` (`id`, `bedrijfsnaam`, `adres`, `postcode_woonplaats`, `telefoon`, `bank`, `bank_iban`, `bank_bic`, `kvk`, `btw`, `master_email`, `website`, `postbus`, `postbus_postcode_plaats`, `facebook_url`, `twitter_url`, `youtube_url`, `linkedin_url`, `pinterest_url`, `googleplus_url`, `items_per_pagina`, `ideal`, `factuur`, `automatische_incasso`, `administratie_kosten`, `verzendkosten`, `prefix_order_nummer`, `order_nummer`, `btw_percentage`, `logo`, `logo_style`, `ideal_type`, `webshop`, `html_title`, `standaard_kleur`, `css`, `custom_header`, `custom_footer`, `custom_sidebar`, `registration_mail`, `toon_menu`, `sticky_footer`, `payoff`, `typekit`, `google_analitics`, `myparcel_user`, `myparcel_apikey`, `tp_confirm_email`) VALUES
(1, 'NEC Enterprise Solutions', '', '', '', '', '', '', '', '', '', 'http://univergeblue2019.test:8888/', '', '', '', '', '', '', '', '', 20, 1, 1, 0, 0, 4, '1300', '1', 21, 'images/nec_oabw.svg', 'height:24px;margin-bottom:24px;', 'basic', 0, 'NEC Enterprise Solutions', '#ec6600', 'isochips.css', '', '', '', '<div>\nBeste {voornaam} {achternaam},<br /><br />\nBedankt voor je registratie op verfenbehangland.nl. Onderstaand een bevestiging van de door jou ingegevoerde gegevens.<br /><br />\n	\nGoedinbehang.nl\n</div>', 1, 1, '', '<link rel=\"stylesheet\" href=\"https://use.typekit.net/vyn6eei.css\">', '', 'goedinbehang', '9d01e9463abc1cd789f3657e7d64513954583197', 'Beste {naam_volledig},\r\n\r\nHiermee bevestigen wij dat uw bestelling met ordernummer {ordernummer} vandaag door ons is verzonden naar:\r\n\r\n{aflveradres}\r\n\r\nU kunt uw pakket volgen met de Track &amp; Trace link die u in een aparte e-mail ontvangt.\r\n\r\nMocht er onverhoopt iets mis zijn met de bestelling, mail dan direct naar verkoop@goedinbehang.nl dan zullen wij er voor zorgen dat het probleem zo snel mogelijk wordt opgelost.\r\n\r\nWij danken u vriendelijk voor uw bestelling.\r\n\r\nMet vriendelijke groet,\r\n\r\nGoedinbehang.nl\r\n');

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `klanten`
--

CREATE TABLE `klanten` (
  `klant_id` int(11) NOT NULL,
  `type_klant` int(1) NOT NULL DEFAULT '1',
  `bedrijfsnaam` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `kvk` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
  `btw` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
  `telefoon` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `email` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `wachtwoord` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
  `aanhef` int(1) NOT NULL,
  `voornaam` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `tussenvoegsel` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `achternaam` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `straat` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `huisnummer` int(10) NOT NULL,
  `postcode` varchar(10) COLLATE utf8_unicode_ci NOT NULL,
  `plaats` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `land` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `locale` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'NL',
  `nieuwsbrief` int(1) NOT NULL DEFAULT '0',
  `ideal` int(1) NOT NULL DEFAULT '1',
  `factuur` int(1) NOT NULL DEFAULT '0',
  `incasso` int(1) NOT NULL DEFAULT '0',
  `administratiekosten` int(1) NOT NULL DEFAULT '1',
  `gevonden` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `saldo` float NOT NULL,
  `datum_aanmelding` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `status` int(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `kortingcode_reeks`
--

CREATE TABLE `kortingcode_reeks` (
  `codereeks_id` int(10) NOT NULL,
  `kortingscode_id` int(10) NOT NULL,
  `code` varchar(25) COLLATE utf8_unicode_ci NOT NULL,
  `status` int(1) NOT NULL DEFAULT '1',
  `used_by_klant` int(10) NOT NULL DEFAULT '0',
  `date_used` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `kortingscodes`
--

CREATE TABLE `kortingscodes` (
  `kortingscode_id` int(10) NOT NULL,
  `naam` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `bedrag_percentage` int(10) NOT NULL,
  `type_code` int(1) NOT NULL,
  `prefix` varchar(10) COLLATE utf8_unicode_ci NOT NULL,
  `geldig_van` date NOT NULL DEFAULT '0000-00-00',
  `geldig_tot` date NOT NULL DEFAULT '0000-00-00',
  `aantal` int(10) NOT NULL,
  `onbeperkt` int(11) NOT NULL,
  `active` int(1) NOT NULL DEFAULT '1',
  `position` int(10) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `languages`
--

CREATE TABLE `languages` (
  `language_id` int(10) NOT NULL,
  `name` varchar(100) NOT NULL,
  `url` varchar(255) NOT NULL,
  `locale` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Gegevens worden geëxporteerd voor tabel `languages`
--

INSERT INTO `languages` (`language_id`, `name`, `url`, `locale`) VALUES
(1, 'nl', '', 'nl');

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `link_data`
--

CREATE TABLE `link_data` (
  `link_data_id` int(10) NOT NULL,
  `name` varchar(255) NOT NULL,
  `find` varchar(255) NOT NULL,
  `template` text NOT NULL,
  `entry` int(10) NOT NULL DEFAULT '0',
  `section` int(10) NOT NULL,
  `category` int(10) NOT NULL,
  `position` int(10) NOT NULL DEFAULT '0',
  `repeat_items` int(10) NOT NULL DEFAULT '0',
  `active` int(1) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Gegevens worden geëxporteerd voor tabel `link_data`
--

INSERT INTO `link_data` (`link_data_id`, `name`, `find`, `template`, `entry`, `section`, `category`, `position`, `repeat_items`, `active`) VALUES
(1, 'Blue Solutions', '{blue_solutions}', '<div class=\"small-3 cell \">\n<div class=\"callout\" data-equalizer-watch>\n<img src=\"images/icon-education.png\" alt=\"\">\n<h4>{name}</h4>\n<p>{lead}<a href=\"{link}\" class=\"overlay-link\">More</a></p>\n</div>\n</div>', 0, 3, 0, 0, 1, 1),
(2, 'Blue Reasons', '{blue_reasons}', '<div class=\"reason-detail hide\"  id=\"reason-{uid}\">\n{description}\n</div>', 0, 11, 3, 0, 1, 1);

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `link_data_fields`
--

CREATE TABLE `link_data_fields` (
  `link_data_field_id` int(10) NOT NULL,
  `template_data_id` int(10) NOT NULL,
  `template` varchar(255) NOT NULL,
  `field` varchar(255) NOT NULL,
  `intro` int(1) NOT NULL DEFAULT '0',
  `array` int(1) NOT NULL DEFAULT '0',
  `index` int(10) NOT NULL DEFAULT '0',
  `function` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
  `active` int(1) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Gegevens worden geëxporteerd voor tabel `link_data_fields`
--

INSERT INTO `link_data_fields` (`link_data_field_id`, `template_data_id`, `template`, `field`, `intro`, `array`, `index`, `function`, `active`) VALUES
(1, 1, '{name}', 'title', 0, 0, 0, '0', 1),
(2, 1, '{lead}', 'lead', 0, 0, 0, '0', 1),
(3, 1, '{link}', 'entry_link', 0, 0, 0, '0', 1),
(4, 2, '{title}', 'name', 0, 0, 0, '0', 1),
(5, 2, '{description}', 'text', 0, 0, 0, '0', 1),
(6, 2, '{uid}', 'uid', 0, 0, 0, '0', 1);

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `order_labels`
--

CREATE TABLE `order_labels` (
  `label_id` int(10) NOT NULL,
  `order_id` int(10) NOT NULL,
  `consignment_id` varchar(255) NOT NULL,
  `parcel_id` varchar(255) NOT NULL,
  `tracktrace` varchar(255) NOT NULL,
  `label` blob NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `page_redirects`
--

CREATE TABLE `page_redirects` (
  `redirect_id` int(10) NOT NULL,
  `old_url` text CHARACTER SET latin1 NOT NULL,
  `new_url` text CHARACTER SET latin1 NOT NULL,
  `position` int(10) NOT NULL DEFAULT '0',
  `active` int(1) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `page_section_content`
--

CREATE TABLE `page_section_content` (
  `page_section_id` int(10) NOT NULL,
  `page_id` int(10) NOT NULL,
  `html` text COLLATE utf8_unicode_ci NOT NULL,
  `edittag` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `datatype` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `element_id` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `element_class` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `fullpage` int(1) NOT NULL DEFAULT '0',
  `custom` int(1) NOT NULL DEFAULT '0',
  `custom_content` text COLLATE utf8_unicode_ci NOT NULL,
  `css` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `link_data` int(10) NOT NULL DEFAULT '0',
  `sub_of` int(10) NOT NULL DEFAULT '0',
  `position` int(10) NOT NULL DEFAULT '1',
  `status` int(1) NOT NULL DEFAULT '1',
  `locked` int(1) DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Gegevens worden geëxporteerd voor tabel `page_section_content`
--

INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `sub_of`, `position`, `status`, `locked`) VALUES
(16, 1, '<section id=\"lxkfsxyaaz\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', 'blue-row', '', 0, 0, 'text-left align-top', '', 0, 0, 5, 1, 0),
(11, 1, '<section id=\"rxnzgqivdg\" class=\"grid-container\"><div class=\"grid-x grid-padding-x hr-devider\">\n<div class=\"medium-12 cell\">\n<hr>\n</div>\n</div></section>', 'devider', 'text', '', '', 0, 0, '', '', 0, 0, 3, 1, 0),
(12, 1, '<section id=\"gufkaueghn\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 0, 4, 1, 0),
(13, 1, '\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					<section id=\"vliioyctyc\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-middle\">\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>All You Need To Grow</h2>\n\n<h3>In A Secure Cloud Environment</h3>\n\n<p>Moving to the cloud with UNIVERGE BLUE provides a sound foundation on which to build.&nbsp; Automatic access to the most current technology and scaling, based on need, drives workplace performance.&nbsp; Relinquishing infrastructure management creates the chance to focus on more strategic mandates.&nbsp; The ability to confidentially react to emerging opportunities promote greater market, customer and even employee agility.&nbsp; With UNIVERGE BLUE, possibilities can become a reality.</p>\n\n<p class=\"vert-offset-1\"><a class=\"button small-only-expanded primary\" href=\"#\">Why Now; Why UNIVERGE BLUE</a></p>\n</div>\n</div>\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/univerge-blue-cross-platform-cloud.jpg\"></p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, 'text-left align-middle', '', 0, 12, 1, 1, 0),
(17, 1, '\n					\n					\n					\n					<section id=\"ngepfcxfwb\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>UNIVERGE BLUE Reliability</h2>\n\n<h3>Business Continuity Assured</h3>\n</div>\n</div>\n</div></section>\n					\n					', '1-column', 'text', '', '', 0, 0, '', '', 0, 16, 1, 1, 0),
(19, 5, '\n					\n					<section id=\"ozdewcmxrq\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\" style=\"\"><h1>UNIVERGE BLUE</h1>\n\n<h2>Business Cloud Services</h2>\n\n<p>Stay connected without having to purchase, manage and maintain your own network. UNIVERGE BLUE is a complete suite of customizable, reliable, secure cloud-based communications services. Let UNIVERGE BLUE guide your business into the cloud. You reap the powerful business communications benefits without the hassles or upfront costs. With UNIVERGE BLUE, development and innovation never stop.&nbsp; As new technology is developed, it is easily deployed into your business communications service without disrupting operations.</p>\n\n<p>You can collaborate from a desk phone, your smartphone, laptop or from a video room. You have instant access to real-time directories with presence, voice, messaging, video and collaboration from anywhere and everywhere. You can now move across the hall, across the state or across the globe in an instant. You get the same features, same experience with no compromise.</p>\n</div>\n</div>\n</div></section>\n					', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(18, 1, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"rlhhylaxkr\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><h4><strong>Reliable Experiences</strong></h4>\n\n<h5>Custom Infrastructure; Varied Configurations</h5>\n\n<p>UNIVERGE BLUE is a cloud solution line backed by 120 years of experience, award-winning communications and IT technology and a wealth of global expertise from a trusted partner and advisor to businesses, government agencies and organizations worldwide.&nbsp;</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><h4><strong>Resilient Infrastructure</strong></h4>\n\n<h5>Maximum Uptime; Minimum Disruptions</h5>\n\n<p>High availability and reinvention are mission critical to UNIVERGE BLUE where virtualized cloud services keep operations up and running, solutions hi-tech, disruptions to a minimum and potential threats and risks averted.</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><h4><strong>Responsive Support</strong></h4>\n\n<h5>Expert Assistance; Automatic Monitoring</h5>\n\n<p>Providing a range of support services from assessments, configuration and migration to issue resolution are integral in delivering the best customer UNIVERGE BLUE experience and alleviating any potential uncertainty related to operational continuity and workplace performance.</p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					', '3-column', 'text', '', '', 0, 0, '', '', 0, 16, 2, 1, 0),
(25, 1, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"fgqqkabdco\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-8 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>UNIVERGE BLUE: Everything As A Service</h2>\n\n<h3>Resolving digital workplace complexity</h3>\n\n<p>Implementing scalable infrastructure has never been easier.&nbsp; Whether single or stacked solutions in a private, public or hybrid environment, UNIVERGE BLUE provides fundamental control, security and operational efficiency all at a financially manageable and predictable operational expense. It is accessibility without the maintenance, flexibility minus the continuous investment, resiliency modified to demand and a choice of financial service models for better cost management.</p>\n\n<p><strong>UNIVERGE BLUE - highly efficient and adaptive cloud services for today’s digital workplace.</strong></p>\n</div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><p class=\"hide-for-small-only\" style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/univerge-blue-badge.png\"></p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(20, 5, '\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					<section id=\"iuudyurpgb\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-top\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><h2>5 reasons to move <strong>to Cloud Communications</strong></h2>\n\n<div class=\"feature-slider-block\">\n<div class=\"grid-x grid-padding-x align-middle\">\n<div class=\"cell small-12 medium-4\">\n<ul class=\"no-bullet\">\n	<li><a class=\"toggle current\" data-target=\"#reason-10\">Secure &amp; reliable</a></li>\n	<li><a class=\"toggle\" data-target=\"#reason-13\">Increased efficiency</a></li>\n	<li><a class=\"toggle\" data-target=\"#reason-11\">Predictable costs</a></li>\n	<li><a class=\"toggle\" data-target=\"#reason-12\">Flexible &amp; scalable</a></li>\n	<li><a class=\"toggle\" data-target=\"#reason-14\">Fast deployment</a></li>\n</ul>\n</div>\n\n<div class=\"cell small-12 medium-8\">{blue_reasons}</div>\n</div>\n</div>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					', '1-column', 'text', '', 'feature-slider', 0, 0, 'text-left align-top', '', 2, 0, 2, 1, 0),
(21, 5, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"uwibpuxydy\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center align-top\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><h1>Discover how Univerge blue can</h1>\n\n<h2>Transform Your Business</h2>\n\n<div class=\"grid-x grid-padding-x\" data-equalizer=\"\">{blue_solutions}</div>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					', '1-column', 'text', '', 'block-blue', 0, 0, 'text-center align-top', '', 1, 0, 3, 1, 0),
(22, 18, '\n					\n					\n					\n					<section id=\"dozrvzidcr\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>Get in Touch<br>\n<strong>The best way to contact us</strong></h2>\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. 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.</p>\n</div>\n</div>\n</div></section>\n					\n					', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 1, 0, 0),
(252, 18, '<section id=\"tkbdzvvhoa\" class=\"grid-container\"><div class=\"grid-x grid-padding-x align-center\">\n<div class=\"small-12 medium-3 cell\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>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.</p>\n<p>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,</p>\n\n</div>\n</div>\n</div></section>', '1-column-centered', 'text', '', '', 0, 0, '', '', 0, 249, 1, 0, 0),
(23, 1, '<section id=\"klrcqpakqk\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(24, 1, '\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					<section id=\"goyhgyqlzf\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-top\">\n<div class=\" medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon team-collaboration\">Team Collaboration</h4>\n\n<p class=\"text\">Voice, web and video conferencing</p>\n\n<p><a href=\"#\">Explore</a></p>\n</div>\n</div>\n</div>\n\n<div class=\" medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon backup-as-a-service\">Backup As A Service</h4>\n\n<p class=\"text\">Data archiving, management and recovery</p>\n\n<p><a href=\"#\">Explore solution</a></p>\n</div>\n</div>\n</div>\n\n<div class=\" medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon voice-presence-uc\">Voice, Presence &amp; UC</h4>\n\n<p class=\"text\">Integrated workforce communications</p>\n\n<p><a href=\"#\">Explore solution</a></p>\n</div>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					', '3-column', 'text', '', 'hexagon-icon-row', 0, 0, 'text-left align-top', '', 0, 23, 1, 1, 0),
(26, 1, '<section id=\"coghibcvzd\" class=\"grid-container\"><div class=\"grid-x grid-padding-x hr-devider\">\n<div class=\"medium-12 cell\">\n<hr>\n</div>\n</div></section>', 'devider', 'text', '', '', 0, 0, '', '', 0, 16, 0, 1, 0),
(29, 19, '<section id=\"fizwfsezgf\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', 'toggle-reasons', 'block-gray', 0, 0, 'text-left align-top', '', 0, 0, 2, 1, 0),
(30, 19, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"yhkznrvhxw\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-top\">\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top flexible\">Flexible &amp; Reliable</h4>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top predictable inactive\">Predictable Costs</h4>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top secure inactive\">Secure &amp; Scalable</h4>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top deployment inactive\">Fast Deployment</h4>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top ha inactive\">High Availability</h4>\n</div>\n</div>\n\n\n</div></section>\n					\n					\n					\n					\n					\n					', '5-column', 'text', '', 'hexagon-icon-row', 0, 0, 'text-left align-top', '', 0, 29, 1, 1, 0),
(38, 19, '\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					<section id=\"txdpdcrazl\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-middle\">\n\n<div class=\" medium-7 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"details-reason\">\n<p>As an information technology leader with 120 years of real-world experience, UNIVERGE BLUE utilizes NEC’s award-winning technologies, services and expertise to deliver highly reliable and fully integrated cloud services that interlock with comprehensive delivery options, all from a single provider.</p>\n\n<p class=\"nec-quote\"><strong>Make IT simple</strong><br>\nIf features aren’t instant and intuitive they simply don’t get used</p>\n</div>\n</div>\n</div>\n\n<div class=\" medium-5 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/univerge-blue-video-collaboration.png\"></p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, 'text-left align-middle', '', 0, 29, 3, 1, 0),
(31, 19, '\n					\n					<section id=\"pxwiptwbfa\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>5 REASONS TO MOVE TO</h2>\n\n<h3>UNIVERGE BLUE CLOUD SERVICES</h3>\n</div>\n</div>\n</div></section>\n					', '1-column', 'text', '', '', 0, 0, '', '', 0, 29, 0, 1, 0),
(34, 19, '<section id=\"khwsxzquuk\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 0, 0, 1, 0),
(35, 19, '\n					\n					\n					\n					\n					\n					<section id=\"bybbpehlit\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-8 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>UNIVERGE BLUE: Everything As A Service</h2>\n\n<h3>Resolving digital workplace complexity</h3>\n\n<p>By improving accessibility and promoting transparency through team collaboration and feature-rich communications services, achieving greater dexterity that advances workforce productivity and increasing the resilience and scalability of vital infrastructure, UNIVERGE BLUE delivers experiences that respond to rising and changing expectations swiftly, adaptively and economically advantageously … all from within the cloud.</p>\n\n<p>Stay connected and protected without the aggravation of actually having to manage, maintain or protect your organization’s infrastructure directly.&nbsp; By choosing UNIVERGE BLUE, companies - irrespective of size - gain the capability to build and modernize critical services effortlessly, with low upfront costs and from within a cloud-based environment.&nbsp; Services can be scaled quickly according to demand.&nbsp; As new technologies become available, automatic upgrades also ensure ongoing relevance, with minimal disruption and elevated control.</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/univerge-blue-badge.png\"></p>\n</div>\n</div>\n</div></section>\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 34, 0, 1, 0),
(39, 19, '<section id=\"hkrysnqphm\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, 'text-left align-top', '', 0, 0, 3, 1, 0),
(41, 19, '\n					\n					\n					\n					<section id=\"xwutunvvcb\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>UNIVERGE BLUE Reliability</h2>\n\n<h3>Business Continuity Assured</h3>\n</div>\n</div>\n</div></section>\n					\n					', '1-column', 'text', '', '', 0, 0, '', '', 0, 39, 1, 1, 0),
(43, 19, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"nwckmytsut\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-top\">\n<div class=\" medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon team-collaboration\">Team Collaboration</h4>\n\n<p class=\"text\">Voice, web and video conferencing for workspaces without boundaries</p>\n\n<p><a href=\"#\">Explore solution</a></p>\n</div>\n</div>\n</div>\n\n<div class=\" medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon backup-as-a-service\">Backup As A Service</h4>\n\n<p class=\"text\">Data archiving, management and recovery for security and accessibility</p>\n\n<p><a href=\"#\">Explore solution</a></p>\n</div>\n</div>\n</div>\n\n<div class=\" medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon voice-presence-uc\">Voice, Presence &amp; UC</h4>\n\n<p class=\"text\">Integrated workforce connectivity for highly available workplaces</p>\n\n<p><a href=\"#\">Explore solution</a></p>\n</div>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					\n					', '3-column', 'text', '', 'hexagon-icon-row', 0, 0, 'text-left align-top', '', 0, 39, 2, 1, 0),
(69, 20, '\n					\n					\n					\n					\n					\n					<section id=\"rpgdncdukr\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-top\">\n\n<div class=\" medium-7 cell\">\n<div class=\"column-wrapper\" style=\"\"><h3>Flexible Coordination</h3>\n\n<p>Recordings of each virtual conversation ends the need for all participants to be in the same space at the same time in order to contribute, move projects along and ends the arduous task of scheduling based on potentially availability.</p>\n</div>\n</div>\n\n<div class=\" medium-5 cell\">\n<div class=\"column-wrapper\" style=\"\"><p>image</p>\n</div>\n</div>\n</div></section>\n					\n					\n					', '2-column', 'text', 'flexible-coordination2', 'tab-details', 0, 0, 'text-left align-top', '', 0, 48, 3, 1, 0),
(45, 20, '<section id=\"ouhcqibkbr\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 0, 0, 1, 0),
(47, 20, '\n					\n					\n					\n					<section id=\"wtrytyxaim\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-8 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>UNIVERGE BLUE</h2>\n\n<h3>Team Collaboration &amp; Video Conferencing</h3>\n\n<p>By removing the barriers that prevent clearer communications and by providing greater control over how, when, where and with whom to connect, UNIVERGE BLUE supplies a truly collaborative cloud environment.&nbsp; Whether looking to strengthen customer satisfaction, galvanize a fragmented workforce, pool expertise or react more rapidly to requests and opportunities, UNIVERGE BLUE’s Cloud Team Collaboration and Video Conferencing solutions move communicating to a dynamic platform where experiences are more personal, responsive and productive.</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/univerge-blue-badge.png\"></p>\n</div>\n</div>\n</div></section>\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 45, 1, 1, 0),
(48, 20, '<section id=\"leolydtntt\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', 'toggle-reasons', 'block-gray', 0, 0, 'text-left align-top', '', 0, 0, 1, 1, 0),
(49, 20, '\n					\n					\n					\n					\n					\n					<section id=\"ihtgnneppw\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-top\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><h2>6 REASONS TO EMBRACE</h2>\n\n<h3>UNIVERGE BLUE CLOUD COLLABORATION</h3>\n</div>\n</div>\n</div></section>\n					\n					\n					', '1-column', 'text', '', '', 0, 0, '', '', 0, 48, 0, 1, 0),
(50, 20, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"bnbuvmntos\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-top\">\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top gatherings\"><a href=\"#virtualized-gatherings\">Virtualized<br>\nGatherings</a></h4>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top coordination inactive\"><a href=\"#flexible-coordination\">Flexible<br>\nCoordination</a></h4>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top duplication inactive\"><a href=\"#reduced-duplication\">Reduced<br>\nDuplication</a></h4>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top adaptive inactive\"><a href=\"#highly-adaptive\">Highly<br>\nAdaptive</a></h4>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top scheduling inactive\"><a href=\"#flexible-scheduling\">Flexible<br>\nScheduling</a></h4>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top environments inactive\"><a href=\"#protected-environments\">Protected<br>\nEnvironments</a></h4>\n</div>\n</div>\n\n\n</div></section>\n					\n					\n					\n					\n					\n					\n					\n					', '6-column', 'text', '', 'hexagon-icon-row', 0, 0, 'text-left align-top', '', 0, 48, 1, 1, 0),
(51, 20, '\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					<section id=\"rhwdhbpxik\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-top\">\n\n<div class=\" medium-7 cell\">\n<div class=\"column-wrapper\" style=\"\"><h3>Virtualized Gatherings</h3>\n\n<p>Fully interactive meetings that integrate audio, video and application sharing , where data files and documents can be easily shared, and meetings can be recorded and accessed from virtually anywhere at a&nbsp; preferred time maximizes participation for better results.</p>\n</div>\n</div>\n\n<div class=\" medium-5 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/univerge-blue-video-collaboration.png\"></p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					', '2-column', 'text', 'virtualized-gatherings2', 'tab-details', 0, 0, 'text-left align-top', '', 0, 48, 2, 1, 0),
(52, 20, '<section id=\"gxoncamudt\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 0, 3, 1, 0),
(53, 20, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"htwpasechu\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-top\">\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon team-collaboration\">Team Collaboration</h4>\n\n<p>High quality voice, video conferencing, chat and screen sharing with AES encrypted file sharing and data storage in a single, intuitive application</p>\n\n<p><a href=\"#\">Explore solution</a></p>\n</div>\n</div>\n</div>\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon video-conference\">Video Conferencing</h4>\n\n<p>Flexible and feature-rich conferencing that promotes effective communications and collaboration within a feature-rich and intuitive virtualized workspace</p>\n\n<p><a href=\"#\">Explore solution</a></p>\n</div>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					', '2-column', 'text', '', 'hexagon-icon-row', 0, 0, 'text-left align-top', '', 0, 52, 1, 1, 0),
(54, 20, '\n					\n					\n					\n					<section id=\"ezuprvckgb\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>DISCOVER WHAT’S POSSIBLE</h2>\n\n<h3>With UNIVERGE BLUE Cloud Collaboration</h3>\n</div>\n</div>\n</div></section>\n					\n					', '1-column', 'text', '', '', 0, 0, '', '', 0, 52, 0, 1, 0),
(55, 21, '<section id=\"pnuwesdotd\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(56, 21, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"pkcvneblvy\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-8 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>Industry Specific</h2>\n\n<h3>Solutions as a Service</h3>\n\n<p>Quick deployment, flexible configuration and world-class security makes UNIVERGE BLUE a powerful cloud platform for organizations that want virtualized services but have specific performance, compliance and cost concerns.&nbsp; Being cloud-based means roll-outs and upgrades get completed in a fraction of the time.&nbsp; Services from a single provider deliver greater centralized control.&nbsp; Cost structures based on demand better align expenditures to actual use.&nbsp; Customized deployments mean answers to an exact requirement or need.</p>\n\n<p>Let UNIVERGE BLUE shoulder the burden of your organization’s infrastructure, leaving your workforce free to focus on more strategic matters.&nbsp; Rest assured that your operations will be secure with high levels of encryption and security protocols.&nbsp; With services, including updates, being completed from within the cloud, downtime and upgrade disruptions are kept to a minimum.&nbsp;&nbsp; Disaster recovery protects in the event that something unthinkable does happen, while virtualized communications bring new efficiencies across and beyond the organization.</p>\n\n<p>&nbsp;</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><p style=\"text-align: center;\"><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/univerge-blue-badge.png\"></p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 55, 1, 1, 0),
(57, 21, '<section id=\"uoquiyteab\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'block-gray', 0, 0, 'text-left align-top', '', 0, 0, 2, 1, 0),
(59, 21, '\n					\n					\n					\n					<section id=\"vlphfoddyx\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-middle\">\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"details-reason\">\n<p>Award-winning technologies, services and expertise that deliver highly reliable and fully integrated cloud services that interlock with comprehensive delivery options, all from a single provider.</p>\n\n<p class=\"nec-quote\"><strong>Make IT simple</strong><br>\nIf features aren’t instant and intuitive they simply don’t get used</p>\n</div>\n</div>\n</div>\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/univerge-blue-video-collaboration.png\"></p>\n</div>\n</div>\n</div></section>\n					\n					', '2-column', 'text', '', '', 0, 0, 'text-left align-middle', '', 0, 57, 2, 1, 0),
(62, 21, '<section id=\"pocarfschk\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 0, 3, 1, 0),
(60, 21, '\n					\n					\n					\n					\n					\n					<section id=\"nmdwyhblsm\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-top\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><h2>DISCOVER HOW UNIVERGE BLUE</h2>\n\n<h3>Can Transform Your Operations</h3>\n</div>\n</div>\n</div></section>\n					\n					\n					', '1-column', 'text', '', '', 0, 0, '', '', 0, 57, 0, 1, 0),
(63, 21, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"rmtfhxkaay\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-top\">\n<div class=\" medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon\">Education</h4>\n\n<p>Engaging and secure cloud- based learning environments</p>\n\n<p><a href=\"#\">Explore solution</a></p>\n</div>\n</div>\n</div>\n\n<div class=\" medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon\">Government</h4>\n\n<p>Secure and intuitive cloud government-sector services</p>\n\n<p><a href=\"#\">Explore solution</a></p>\n</div>\n</div>\n</div>\n\n<div class=\" medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon\">Healthcare</h4>\n\n<p>Connected and protected cloud infrastructure for healthcare providers</p>\n\n<p><a href=\"#\">Explore solution</a></p>\n</div>\n</div>\n</div>\n\n<div class=\" medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon\">Hospitality</h4>\n\n<p>Cloud infrastructure that promotes and protects guest loyalty</p>\n\n<p><a href=\"#\">Explore solution</a></p>\n</div>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					', '4-column', 'text', '', 'hexagon-icon-row', 0, 0, 'text-left align-top', '', 0, 62, 1, 1, 0),
(64, 21, '\n					\n					\n					\n					<section id=\"ivxgpmsisc\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-top\">\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top flexible\">Flexible &amp; Reliable</h4>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top predictable inactive\">Predictable Costs</h4>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top secure inactive\">Secure &amp; Scalable</h4>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top deployment inactive\">Fast Deployment</h4>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top ha inactive\">High Availability</h4>\n</div>\n</div>\n\n\n</div></section>\n					\n					', '5-column', 'text', '', 'hexagon-icon-row', 0, 0, 'text-left align-top', '', 0, 57, 1, 1, 0),
(65, 21, '\n					\n					<section id=\"nxgnhbdfhk\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>The Industries served</h2>\n\n<h3>with UNIVERGE BLUE</h3>\n</div>\n</div>\n</div></section>\n					', '1-column', 'text', '', '', 0, 0, '', '', 0, 62, 0, 1, 0),
(66, 21, '\n					\n					\n					\n					<section id=\"mqspvdgffw\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-top\">\n<div class=\" medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon\"><strong>Retail</strong></h4>\n\n<p>Cloud services that work to grow in-store business and call center efficiency</p>\n\n<p><a href=\"#\">Explore solution</a></p>\n</div>\n</div>\n</div>\n\n<div class=\" medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon\">Small Midsize Businesses</h4>\n\n<p>Initiative cloud operations for competitive efficiencies</p>\n\n<p><a href=\"#\">Explore solution</a></p>\n</div>\n</div>\n</div>\n\n<div class=\" medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon\">Multi-Site Organizations</h4>\n\n<p>Bringing disparaged locations together</p>\n\n<p><a href=\"#\">Explore solution</a></p>\n</div>\n</div>\n</div>\n\n<div class=\" medium-6 large-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon\">Manufacturing</h4>\n\n<p>Putting technology to work to move manufacturers forward</p>\n\n<p><a href=\"#\">Explore solution</a></p>\n</div>\n</div>\n</div>\n</div></section>\n					\n					', '4-column', 'text', '', 'hexagon-icon-row', 0, 0, 'text-left align-top', '', 0, 62, 3, 1, 0),
(67, 1, '\n					\n					\n					\n					\n					\n					<section id=\"ugpchntekd\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-top\">\n<div class=\" medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon contact-center\">Contact Center</h4>\n\n<p class=\"text\">Agent and caller management and supervision</p>\n\n<p><a href=\"#\">Explore</a></p>\n</div>\n</div>\n</div>\n\n<div class=\" medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon mobility\">Mobility</h4>\n\n<p class=\"text\">Transparent whenever, wherever communications</p>\n\n<p><a href=\"#\">Explore solution</a></p>\n</div>\n</div>\n</div>\n\n<div class=\" medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon security\">Security</h4>\n\n<p class=\"text\">Safeguards against threats<br>\nand failures</p>\n\n<p><a href=\"#\">Explore solution</a></p>\n</div>\n</div>\n</div>\n</div></section>\n					\n					\n					', '3-column', 'text', '', 'hexagon-icon-row', 0, 0, 'text-left align-top', '', 0, 23, 1, 1, 0),
(68, 19, '\n					\n					\n					\n					<section id=\"riiypoleyw\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-top\">\n<div class=\" medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon contact-center\">Contact Center</h4>\n\n<p>Agent and caller management and supervision for front line attentive service</p>\n\n<p class=\"text\"><a href=\"#\">Explore solution</a></p>\n</div>\n</div>\n</div>\n\n<div class=\" medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon mobility\">Mobility</h4>\n\n<p>Flexible communications for dynamic work environments</p>\n\n<p class=\"text\"><a href=\"#\">Explore solution</a></p>\n</div>\n</div>\n</div>\n\n<div class=\" medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon security\">Security</h4>\n\n<p>Safeguards against threats and failures for operational control</p>\n\n<p class=\"text\"><a href=\"#\">Explore solution</a></p>\n</div>\n</div>\n</div>\n</div></section>\n					\n					', '3-column', 'text', '', 'hexagon-icon-row', 0, 0, 'text-left align-top', '', 0, 39, 3, 1, 0),
(73, 20, '\n					\n					\n					\n					<section id=\"qmukktwkna\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-top\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><p>AAAA</p>\n</div>\n</div>\n</div></section>\n					\n					', '1-column', 'text', 'virtualized-gatherings', '', 0, 0, 'text-left align-top', '', 0, 72, 2, 1, 0),
(74, 20, '\n					\n					\n					\n					<section id=\"gutkivqvlc\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-top\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><p>BBB</p>\n</div>\n</div>\n</div></section>\n					\n					', '1-column', 'text', 'flexible-coordination', '', 0, 0, 'text-left align-top', '', 0, 72, 2, 1, 0),
(75, 6, '<section id=\"iageneyynk\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 0, 1, 1, 0),
(76, 6, '<section id=\"knrusmanly\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-12 cell\">\n<div class=\"column-wrapper\">\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\n<p>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.</p>\n<p>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,</p>\n\n</div>\n</div>\n</div></section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 75, 1, 1, 0),
(77, 31, '\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					<section id=\"cfpwkbwuls\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-middle\">\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>PROVIDING THE ULTIMATE<strong> WORK STYLE FLEXIBILTY</strong></h2>\n\n<p>UNIVERGE BLUE™ CONNECT is an easy-to-use cloud-based communications platform that helps easily manage team communications and collaboration through one simple cloud app to cut complexity, costs and a seamless experience.&nbsp;</p>\n\n<ul>\n	<li>Fully integrated unified communication and collaboration solution into one seamless and intuitive experience.</li>\n	<li>Allow your teams to work when they want and in the context they want (over any channel or device) to drive the specific outcomes you want.</li>\n</ul>\n\n<p><a class=\"button primary\" href=\"#\">Learn More</a></p>\n</div>\n</div>\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/files/blue-platform.png\"></p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, 'text-left align-middle', '', 0, 82, 0, 1, 0),
(78, 31, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"mmgdqmenll\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-middle\">\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>BLUE™ connECT<strong> DESKTOP APP</strong></h2>\n\n<p>UNIVERGE BLUE™ Desktop App brings essential collaboration tools together, making teamwork easier than ever.</p>\n\n<ul>\n	<li>See who is available, send team chats and text messages, place and receive calls, share screens, start video calls and share files.</li>\n	<li>All from ONE application. Available as a downloadable app for PC or Mac®.</li>\n</ul>\n\n<p><a class=\"button primary\" href=\"#\">Learn More</a><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/logo/type2/NEC-Univerge-Blue-Logo-type-2-Connect.svg\" style=\"float: right; height: 72px;\"></p>\n</div>\n</div>\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/blue-connect-desktop-app.png\"></p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, 'text-left align-middle', '', 0, 82, 2, 1, 0),
(79, 31, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"vfxuiptqyb\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-middle\">\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/blue-connect-mobile.png\"></h2>\n</div>\n</div>\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>BLUE™ connECT<strong> MOBILE APP</strong></h2>\n\n<p>Do business anywhere you go with the UNIVERGE BLUE™ Mobile App,&nbsp; it allows you to connect to team members, customers, and vendors easier than ever before.</p>\n\n<ul>\n	<li>Reach with a single business identity for HD VoIP calling, SMS, and online fax.</li>\n	<li>Route calls with advanced call controls, like call flip, switch, transfer, and park.</li>\n	<li>Seamlessly make and receive calls with your carrier minutes, Wi‑Fi, or cellular data without ever dropping a call.</li>\n</ul>\n\n<p><a class=\"button primary\" href=\"#\">Learn More</a><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/logo/type2/NEC-Univerge-Blue-Logo-type-2-Connect.svg\" style=\"float: right; height: 72px;\"></p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, 'text-left align-middle', '', 0, 82, 3, 1, 0),
(80, 31, '\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					<section id=\"hwexsnidst\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-middle\">\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>FILE SHARING <strong>&amp; SECURITY</strong></h2>\n\n<p>Improve team collaboration, streamline workflows and increase decision making speed with BLUE SHARE file sharing and backup<strong>. </strong>With direct access to the application from any device, teams can review recent files and backup documents quickly, no matter their location.</p>\n\n<ul>\n	<li>Real-time backup of all files, mobile photos, and videos from any device</li>\n	<li>View the most current version of files and co-edit documents in real time from any device</li>\n	<li>Integration with Windows file server, Exchange® Email, Active Directory, Outlook®, Office®, and Office 365®</li>\n</ul>\n\n<p><a class=\"button primary\" href=\"#\">Learn More</a><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/logo/type2/NEC-Univerge-Blue-Logo-type-2-Share.svg\" style=\"height: 72px; float: right;\"></p>\n</div>\n</div>\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/blue-connect-desktop-files.png\"></p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, 'text-left align-middle', '', 0, 82, 4, 1, 0),
(82, 31, '<section id=\"xtclvfebio\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'feature-row', 0, 0, 'text-left align-top', '', 0, 0, 4, 1, 0),
(81, 31, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"psmfixktoz\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-middle\">\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/univerge-blue-meet-application.png\"></p>\n</div>\n</div>\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>Bring your <strong>teams together</strong></h2>\n\n<p>With one-click video meetings, stay connected no matter where you are in the world. Go from sharing ideas to delivering work, all in one place.</p>\n\n<ul>\n	<li>Start a video meeting right from a messaging thread.</li>\n	<li>Share your screen so everyone\'s on the same page.</li>\n	<li>Manage the conversation flow with in-meeting chat.</li>\n</ul>\n\n<p><a class=\"button primary\" href=\"#\">Learn More</a><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/logo/type2/NEC-Univerge-Blue-Logo-type-2-Meet.svg\" style=\"height: 72px; float: right;\"></p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, 'text-left align-middle', '', 0, 82, 1, 1, 0),
(85, 31, '<section id=\"abcbefbsek\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', 'hide', 'box-out', 0, 0, 'text-left align-top', '', 0, 0, 5, 1, 0),
(86, 31, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"lwftpmrtyi\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center align-top\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><h2><strong>UNIVERGE BLUE™</strong>&nbsp; Business Cloud Applications</h2>\n\n<p>UNIVERGE BLUE™ CONNECT is an easy-to-use cloud-based communications platform that helps employees to be more productive and collaborative. It includes a full-featured phone system combined with chat, web/video&nbsp; conferencing, and files sync, share and backup capabilities.</p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					', '1-column', 'text', '', '', 0, 0, 'text-center align-top', '', 0, 85, 5, 1, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `sub_of`, `position`, `status`, `locked`) VALUES
(87, 31, '\n					\n					\n					\n					<section id=\"hdpyivqpqa\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/logo/type2/NEC-Univerge-Blue-Logo-type-2-Share.svg\"></p>\n</div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/logo/type2/NEC-Univerge-Blue-Logo-type-2-Meet.svg\"></p>\n</div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/logo/type2/NEC-Univerge-Blue-Logo-type-2-Engage.svg\"></p>\n</div>\n</div>\n</div></section>\n					\n					', '3-column', 'text', '', '', 0, 0, '', '', 0, 85, 5, 1, 0),
(88, 31, '\n					\n					<section id=\"cmlfrkmisc\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/logo/type2/NEC-Univerge-Blue-Logo-type-2-Webfax.svg\"></p>\n</div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/logo/type2/NEC-Univerge-Blue-Logo-type-2-Protect.svg\"></p>\n</div>\n</div>\n\n<div class=\"small-12 medium-4 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/logo/type2/NEC-Univerge-Blue-Logo-type-2-Recover.svg\"></p>\n</div>\n</div>\n</div></section>\n					', '3-column', 'text', '', '', 0, 0, '', '', 0, 85, 5, 1, 0),
(90, 27, '\n					\n					\n					\n					\n					\n					<section id=\"ynnqwyyxgr\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-middle\">\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>WHY UNIVERGE BLUE<strong> SHOULD BE YOUR CHOICE</strong></h2>\n\n<p>With the ability to deliver fully integrated cloud services, comprehensive delivery models, flexible pricing plans and with direct access to technology from leading manufacturer and information-technology integrator NEC, UNIVERGE BLUE is a trusted solution in achieving and maintaining the right cloud strategy.</p>\n</div>\n</div>\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/connect/NEC-Univerge-Blue7.jpg\"></p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, 'text-left', '', 0, 89, 0, 1, 0),
(89, 27, '<section id=\"ztrqukphax\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'feature-row', 0, 0, 'text-left', '', 0, 0, 1, 1, 0),
(91, 27, '\n					<section id=\"zyruvsmwyb\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-middle\">\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"responsive-embed widescreen\"><iframe allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" src=\"https://www.youtube.com/embed/Sh9zCGR9esM\" width=\"100%\" height=\"315\" frameborder=\"0\"></iframe></div>\n</div>\n</div>\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>CLOUD MIGRATION MADE SIMPLE <strong>With UNIVERGE BLUE</strong></h2>\n\n<p>Whether it is responsive communications, more collaborative work practices or simplified and more secure data storage, UNIVERGE BLUE is the cloud solution to make it happen. From one-off services to multi-faceted environments, <strong>UNIVERGE BLUE can deliver practical and cost-effective cloud alternatives</strong> in a choice of scalable service configurations and cost plans.</p>\n\n<p>To migrate quickly and to maintain the best cloud strategy long term, customers benefit from 3 support options – working directly with the NEC UNIVERGE BLUE sales and support team, through a local authorized UNIVERGE BLUE integrator or reseller or with the combined resources of both.</p>\n</div>\n</div>\n</div></section>\n					', '2-column', 'text', '', '', 0, 0, 'text-left', '', 0, 89, 1, 1, 0),
(93, 27, '\n					\n					\n					\n					<section id=\"rsglgoohpr\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center align-top\">\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon on-top environments\">Award Winning Services</h4>\n\n<p>Direct access to relevant and award-winning solutions and expert support.</p>\n</div>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon on-top deployment\">flexible<br>\ndeployment</h4>\n\n<p>Fast and tailored access of customized tools and services.</p>\n</div>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon on-top roll-out\">Multiple rollout plans</h4>\n\n<p>Phased or dynamic migration strategies right-sized to current and changing demand.</p>\n</div>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon expand on-top\">Scaled<br>\npayment</h4>\n\n<p>Operational cost efficiencies through tiered payment structures and custom payment plans.</p>\n</div>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon on-top transfer\">Operational<br>\ncontinuity</h4>\n\n<p>Elevated safety with automatic upgrades and safeguards for optimal responsiveness.</p>\n</div>\n</div>\n</div>\n\n\n</div></section>\n					\n					\n					', '5-column', 'text', '', 'hexagon-icon-row', 0, 0, 'text-center', '', 0, 89, 4, 0, 0),
(95, 29, '<section id=\"bqirsaahvu\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'feature-row', 0, 0, 'text-left', '', 0, 0, 1, 1, 0),
(94, 27, '\n					\n					\n					<section id=\"whlaaimefu\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center align-top\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><h2>CONVENIENCE, SCALABILITY &amp; PROTECTION <strong>What To Expect With UNIVERGE BLUE</strong></h2>\n</div>\n</div>\n</div></section>\n					\n					', '1-column', 'text', '', '', 0, 0, 'text-center', '', 0, 89, 3, 0, 0),
(241, 27, '\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"lfwnlkcptk\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center align-top\">\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top environments\">Award Winning Services</h4>\n\n<p>Direct access to relevant and award-winning solutions and expert support.</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top deployment\">Flexible<br>\ndeployment</h4>\n\n<p>Fast and tailored access of customized tools and services.</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top roll-out\">Multiple rollout plans</h4>\n\n<p>Phased or dynamic migration strategies right-sized to current and changing demand.</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon expand on-top\">Scaled<br>\npayment</h4>\n\n<p>Operational cost efficiencies through tiered payment structures and custom payment plans.</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top transfer\">Operational<br>\ncontinuity</h4>\n\n<p>Elevated safety with automatic upgrades and safeguards for optimal responsiveness.</p>\n</div>\n</div>\n\n\n</div></section>\n					\n					\n					\n					', '5-column', 'text', '', 'hexagon-icon-row', 0, 0, 'text-center align-top', '', 0, 239, 1, 1, 0),
(242, 30, '<section id=\"ncyuvbyhcu\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'resource-download', 0, 0, 'text-left align-top', '', 0, 0, 4, 1, 0),
(243, 30, '\n					\n					<section id=\"qkziipguof\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center align-top\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><h2>Safety Measures <strong>UNIVERGE BLUE Takes Security Seriously</strong></h2>\n</div>\n</div>\n</div></section>\n					', '1-column', 'text', '', '', 0, 0, 'text-center align-top', '', 0, 242, 4, 1, 0),
(244, 30, '\n					\n					\n					\n					<section id=\"xiwbgmpuwp\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-top\">\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top unified-comms\">Greater Collaboration</h4>\n\n<p>Voice, Presence &amp; UC offers a flexible, five nines (99.999%), multi-tenant, feature rich, encrypted approach to communicating and collaborating, backed by around the clock customer support and system monitoring.</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top blue-security\">Backed by AES encryption</h4>\n\n<p>Confidential conversations and shared proprietary presentations remain safe as UNIVERGE BLUE collaborative cloud solutions operate on highly secure cloud platforms backed by AES industry standard encryption.</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top archive\">Customized recovery points</h4>\n\n<p>Data retention and archiving based on customized recovery points and preset recovery times make use of two highly secure, compliant and energy efficient data centers to store and protect hosted data and assets.</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon backup on-top\">Secure<br>\nDatacenters</h4>\n\n<p>Each of our datacenters has been chosen to meet the highest availability criteria. Each is SSAE 16 Type II compliant with verified levels of physical security.</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top transfer\">Regulatory<br>\nCompliance</h4>\n\n<p>UNIVERGE BLUE ensures a commitment to security by meeting stringent industry standards, such as HIPAA for medical records, CPNI to protect user information, PCI-DSS to protect credit card information and SOC II audit to demonstrate our controls and processes are effective in minimizing risk and exposure to cloud stored data.</p>\n</div>\n</div>\n\n\n</div></section>\n					\n					', '5-column', 'text', '', 'hexagon-icon-row', 0, 0, 'text-left align-top', '', 0, 242, 4, 1, 0),
(101, 29, '<section id=\"arkciuuhsp\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'resource-download', 0, 0, 'text-left align-top', '', 0, 0, 2, 1, 0),
(102, 29, '\n					\n					\n					\n					\n					\n					<section id=\"opgbxgupow\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center align-top\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><h2>RESULTS WHERE IT MATTERS<br>\n<strong>Whom UNIVERGE BLUE Can Help</strong></h2>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					', '1-column', 'text', '', '', 0, 0, 'text-center', '', 0, 101, 2, 1, 0),
(238, 27, '<section id=\"mhwzgipvuw\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\">\n\n<p>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,</p>\n\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\">\n\n<p>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,</p>\n\n</div>\n</div>\n</div></section>', '2-column', 'text', '', '', 0, 0, '', '', 0, 0, 3, 0, 0),
(105, 29, '\n					\n					\n					\n					<section id=\"vrgpmkktyt\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-middle\">\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>NEW POSSIBILITIES <strong>With More Intelligent Cloud Experiences</strong></h2>\n\n<p>With the ability to deliver fully integrated cloud services, comprehensive delivery models, flexible pricing plans and with direct access to technology from leading manufacturer and information-technology integrator NEC, UNIVERGE BLUE makes cloud services and advanced applications as a service a practical choice for any size company.</p>\n\n<p>With UNIVERGE BLUE, cloud services and advanced applications as a service become a practical choice for any size company. Small and start-up organizations gain scalability with minimum investment and experience. Midsize and larger enterprises streamline complexity and achieve added capabilities without infrastructure and staffing costs. Growing companies match demand with predictable pricing and pay-per-use payment plans. For organizations looking to be more effective and competitive, UNIVERGE BLUE offers quick deployment and automatic no-fuss upgrades for sustainable productivity based on cloud-based communications, collaboration, contact center and data management services.</p>\n</div>\n</div>\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/migrate/NEC%20Univerge%20Blue%20Hexagons%20screens21.jpg\"></p>\n</div>\n</div>\n</div></section>\n					\n					\n					', '2-column', 'text', '', '', 0, 0, 'text-left', '', 0, 95, 1, 1, 0),
(103, 29, '\n					\n					\n					\n					\n					<section id=\"zguwubpkah\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center align-top\">\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top growth\">Growth<br>\nPotential</h4>\n\n<p>Organizations experiencing planned and unexpected growth.</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top merge\">Simple<br>\nConsolidation</h4>\n\n<p>Enterprises undergoing a recent merger or acquisition.</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top transparency\">Meeting<br>\nDemands</h4>\n\n<p>Companies needing to meet seasonality or fluctuating demand.</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top cost-control\">Greater<br>\nOversight</h4>\n\n<p>Businesses looking to effectively control operational costs or increase efficiency.</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top user-experience\">Accessible<br>\nExpertise</h4>\n\n<p>Organizations lacking expertise or with limited hiring capability.</p>\n</div>\n</div>\n\n\n</div></section>\n					\n					\n					\n					', '5-column', 'text', '', 'hexagon-icon-row', 0, 0, 'text-center', '', 0, 101, 2, 1, 0),
(106, 29, '\n					\n					\n					\n					<section id=\"tolnpbpluw\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-middle\">\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/NEC%20Univerge%20Blue%20Hexagons%20screens18.jpg\"></p>\n</div>\n</div>\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>THE ONE VENDOR SOLUTION <strong>For Cloud Transparency &amp; Efficiency</strong></h2>\n\n<p>UNIVERGE BLUE delivers more than fast, reliable and financially manageable cloud services; provided through a single, trusted, proven and reliable provider - NEC. This means less complexity, better integration and more centralized support. It also means gaining the expertise of a leading manufacturer and information-technology integrator that has enabled enterprises worldwide and fostered innovation for 120 years across a wide spectrum of industries. The UNIVERGE BLUE cloud solution is built on this ability.</p>\n</div>\n</div>\n</div></section>\n					\n					\n					', '2-column', 'text', '', '', 0, 0, 'text-left', '', 0, 95, 1, 1, 0),
(107, 29, '\n					<section id=\"kbrideswnx\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 cell\">\n<div class=\"column-wrapper space-2\">\n\n<div class=\"column-wrapper\" edittype=\"spacer\"><div class=\"default-spacer\"></div></div>\n\n</div>\n</div>\n</div>\n</section>\n					', 'spacer', 'spacer', '', '', 0, 0, '', '', 0, 101, 2, 0, 0),
(108, 29, '\n					<section id=\"fxmbpkkmaf\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div>\n</div></section>\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 95, 1, 0, 0),
(109, 30, '<section id=\"ixpdnnnzdv\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'feature-row', 0, 0, 'text-left', '', 0, 0, 1, 1, 0),
(110, 30, '\n					\n					\n					\n					<section id=\"awnvaossby\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-middle\">\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>ACCESSIBILE SUPPORT<br>\n<strong>Assistance When &amp; If Needed</strong></h2>\n\n<p>To migrate quickly and to maintain the best cloud strategy long term, UNIVERGE BLUE offers multiple packages and add-on options to ensure the right services for the right users. The result is a highly flexible approach to cloud migration and cloud sustainability, with the benefit of financial manageability through controllable and predictable costs.</p>\n\n<p>UNIVERGE BLUE customers also gain access to its solution’s manufacturers other technologies. This means the possibility to augment the UNIVERGE BLUE solution from NEC’s diverse portfolio of communications, analytics, security, biometrics and technology solutions&nbsp;to create even more value for the enterprise and its end users.</p>\n</div>\n</div>\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/connect/NEC-Univerge-Blue5.jpg\"></p>\n</div>\n</div>\n</div></section>\n					\n					\n					', '2-column', 'text', '', '', 0, 0, 'text-left', '', 0, 109, 1, 1, 0),
(111, 30, '\n					\n					\n					\n					\n					\n					<section id=\"zhklawhdwg\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-middle\">\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/migrate/WHY-UNIVERGE-BLUE.jpg\"></p>\n</div>\n</div>\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>CUSTOMIZED SERVICE PLANS <strong>Scalable To Existing &amp; Changing Demand</strong></h2>\n\n<p>UNIVERGE BLUE provides a choice of financial service models with add, remove or pay-as-use options and upgrades. The result is a highly flexible approach to cloud migration and cloud sustainability, with the benefit of financial manageability made possible through controllable and predictable costs.</p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, 'text-left', '', 0, 109, 1, 1, 0),
(112, 30, '\n					<section id=\"sneapocpyi\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-middle\">\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>THE RIGHT CLOUD SOLUTION <strong>With UNIVERGE BLUE CLOUD SERVICES</strong></h2>\n\n<p>Backed by NEC, UNIVERGE BLUE benefits from the company’s 120 years of real-world experience and substantial investment in advancing communications and infrastructure technology. NEC maintains a global reputation as a leading and trustworthy solution provider that is committed to the success of its customers, their customers and those that depend on them.</p>\n</div>\n</div>\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"responsive-embed widescreen\"><iframe allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" src=\"https://www.youtube.com/embed/8W32gsGrH5g\" width=\"100%\" height=\"315\" frameborder=\"0\"></iframe></div>\n</div>\n</div>\n</div></section>\n					', '2-column', 'text', '', '', 0, 0, 'text-left', '', 0, 109, 1, 1, 0),
(116, 30, '\n					\n					\n					<section id=\"dduvmdxbvo\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center align-top\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><h2>Safety Measures <strong>UNIVERGE BLUE Takes Security Seriously</strong></h2>\n</div>\n</div>\n</div></section>\n					\n					', '1-column', 'text', '', '', 0, 0, 'text-center', '', 0, 109, 1, 0, 0),
(117, 30, '\n					\n					\n					\n					\n					<section id=\"avkslkoeqs\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center align-top\">\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top unified-comms\">Greater Collaboration</h4>\n\n<p>Voice, Presence &amp; UC offers a flexible, five nines (99.999%), multi-tenant, feature rich, encrypted approach to communicating and collaborating, backed by around the clock customer support and system monitoring.</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top blue-security\">Backed by AES encryption</h4>\n\n<p>Confidential conversations and shared proprietary presentations remain safe as UNIVERGE BLUE collaborative cloud solutions operate on highly secure cloud platforms backed by AES industry standard encryption.</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top archive\">Customized recovery points</h4>\n\n<p>Data retention and archiving based on customized recovery points and preset recovery times make use of two highly secure, compliant and energy efficient data centers to store and protect hosted data and assets.</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon backup on-top\">Secure<br>\nDatacenters</h4>\n\n<p>Each of our datacenters has been chosen to meet the highest availability criteria. Each is SSAE 16 Type II compliant with verified levels of physical security.</p>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><h4 class=\"hexagon-icon on-top transfer\">Regulatory<br>\nCompliance</h4>\n\n<p>UNIVERGE BLUE ensures a commitment to security by meeting stringent industry standards, such as HIPAA for medical records, CPNI to protect user information, PCI-DSS to protect credit card information and SOC II audit to demonstrate our controls and processes are effective in minimizing risk and exposure to cloud stored data.</p>\n</div>\n</div>\n\n\n</div></section>\n					\n					\n					\n					', '5-column', 'text', '', 'hexagon-icon-row', 0, 0, 'text-center', '', 0, 0, 3, 0, 0),
(118, 30, '\n					<section id=\"gryagbbbpd\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 cell\">\n<div class=\"column-wrapper space-2\">\n\n<div class=\"column-wrapper\" edittype=\"spacer\"><div class=\"default-spacer\"></div></div>\n\n</div>\n</div>\n</div>\n</section>\n					', 'spacer', 'spacer', '', '', 0, 0, '', '', 0, 0, 4, 0, 0),
(119, 32, '<section id=\"bwqpoxgchq\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'feature-row', 0, 0, 'text-left align-top', '', 0, 0, 1, 1, 0),
(120, 32, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"lzdcyiwmbz\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-middle\">\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>CLEARER &amp; MORE INTERACTIVE<br>\n<strong>COMMUNICATIONS</strong></h2>\n\n<p>UNIVERGE BLUE MEET integrates audio, video and application sharing into a turnkey cloud-based video conferencing platform for increased control of web-based conference calls.</p>\n\n<ul>\n	<li>Flexible how, when, where and with whom collaboration.</li>\n	<li>Virtual sharing of expertise to educate, build consensus and achieve results.</li>\n	<li>Galvanize fragmented workforces, strengthen customer satisfaction and quicken decision making through real-time accessibility.</li>\n	<li>Increase workforce productivity with intuitive communications tools, such as messaging to video transfer, one-click screen sharing and in-meeting chat.</li>\n</ul>\n</div>\n</div>\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/meet/NEC%20Univerge%20Blue%20PC%20screens.jpg\"></p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, 'text-left align-middle', '', 0, 119, 1, 1, 0),
(121, 32, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"sampmoimmd\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/meet/NEC%20Univerge%20Blue%20Hexagons%20screens6.jpg\"></p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>BROADER<br>\n<strong>REACH</strong></h2>\n\n<p>UNIVERGE BLUE MEET delivers virtual environments that are inclusive and engaging.&nbsp;</p>\n\n<ul>\n	<li>A multi-party video-conferencing display permits viewing of meeting participants.</li>\n	<li>Virtual rooms and conversations are assignable to specific initiatives and individuals.</li>\n	<li>Meetings can scale from 2 to 100 participants.</li>\n</ul>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 119, 1, 1, 0),
(122, 32, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"paeinlcwxp\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>IMPROVED<br>\n<strong>COORDINATION</strong></h2>\n\n<p>Recordings of meetings document what occurred and allow those unable to attend to stay informed.</p>\n\n<ul>\n	<li>Outcomes and progress no longer suffered due to scheduling conflicts.</li>\n	<li>Time is spent on hosting meetings not scheduling them.</li>\n	<li>Recordings can be played back from virtually anywhere at any time.</li>\n	<li>Artificial Intelligence (AI) based transcription ensures accurate taking of meeting notes.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/meet/NEC%20Univerge%20Blue%20PC%20screens%20Meet.jpg\"></p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 119, 1, 1, 0),
(123, 32, '\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"iwmphedkmu\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/meet/NEC%20Univerge%20Blue%20Hexagons%20screens15.jpg\"></p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>SIMPLIFIED<br>\n<strong>EXPERIENCES</strong></h2>\n\n<p>One-click functionality improves team collaboration, streamlines workflows and quickens decision-making.</p>\n\n<ul>\n	<li>Documents shared virtually are understood better, revised faster and distributed less often.</li>\n	<li>Urgent, impromptu or sensitive meetings are supported with “meet-me invite” and per-user URL invitations.</li>\n	<li>One-click meeting add-ins for Microsoft® Outlook® and other calendar applications make for quick and simple scheduling of single or serial meetings.</li>\n	<li>AES encryption ensures conversations and shared materials and information remain secure.</li>\n</ul>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 119, 1, 1, 0),
(129, 32, '<section id=\"uavcaikurt\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'resource-download', 0, 0, 'text-left align-top', '', 0, 0, 2, 1, 0),
(133, 32, '\n					\n					\n					\n					\n					\n					<section id=\"dbatwxffrm\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center align-top\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><h2>EVERYTHING YOUR ORGANIZATION<br>\n<strong>NEEDS TO STAY PRODUCTIVE</strong></h2>\n</div>\n</div>\n</div></section>\n					\n					\n					', '1-column', 'text', '', '', 0, 0, 'text-center align-top', '', 0, 129, 2, 1, 0),
(132, 32, '\n					\n					\n					\n					\n					\n					<section id=\"lznekcvoev\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-3 medium-offset-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/cards/video.jpg\">\n<div class=\"card-section\">\n<h4>VIDEO CONFERENCING</h4>\n\n<p>Flexible and feature-rich video conferencing</p>\n<a href=\"http://cassette.test:8888/admin/\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"medium-3 end cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/cards/webinars.jpg\">\n<div class=\"card-section\">\n<h4>WEBINARS</h4>\n\n<p>A complete set of tools for broadcast webinars</p>\n\n<p><a href=\"http://cassette.test:8888/admin/\">Learn More</a></p>\n</div>\n</div>\n</div>\n</div>\n</div></section>\n					\n					\n					', '2-column-centered', 'text', '', '', 0, 0, '', '', 0, 129, 2, 1, 0),
(134, 33, '<section id=\"npbcpkxoxv\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'feature-row', 0, 0, 'text-left align-top', '', 0, 0, 1, 1, 0),
(135, 33, '\n					\n					<section id=\"pbsmfpadau\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>STAYING CONNECTED IN THE<br>\n<strong>SIMPLEST WAYS POSSIBLE</strong></h2>\n\n<p>With intelligent call handling and a choice of intuitive communications, messaging, presence and collaboration features, UNIVERGE BLUE MOBILITY turns smart call-capable devices into fully functioning cloud-based communications hubs.&nbsp;</p>\n\n<ul>\n	<li>Easy to modify to specific communication organization and user requirements.</li>\n	<li>Call routing, single reach, centralized message management and packaged sharing applications create an open and responsive work environment.</li>\n	<li>Extends the reach of employees through increased connectivity, accessibility and responsiveness.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div>\n</div></section>\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 134, 1, 1, 0),
(136, 33, '\n					\n					\n					\n					<section id=\"oggdrrbwxq\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>IMPROVED<br>\n<strong>MANAGEMENT</strong></h2>\n\n<p>Greater capabilities at a single, low monthly payment makes cloud mobility a compelling and cost-efficient alternative to traditional operations.</p>\n\n<ul>\n	<li>One flexible, fast, easy-to-use hosted cloud service.</li>\n	<li>Easy access to essential phone features an organization requires.</li>\n	<li>Automatic upgrades and demand scalability for performance and continuity assurance.</li>\n	<li>24/7 system monitoring without the burden of self-management.</li>\n</ul>\n</div>\n</div>\n</div></section>\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 134, 1, 1, 0),
(139, 33, '<section id=\"lcfopdblkh\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'resource-download', 0, 0, 'text-left align-top', '', 0, 0, 2, 1, 0),
(137, 33, '\n					\n					\n					\n					<section id=\"gltusfbrsx\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>CONTINUOUS<br>\n<strong>CONNECTIVITY</strong></h2>\n\n<p>Creating rules that improve call management ensures important calls are routed quickly and efficiently to the best resource, at the appropriate location and on the most suitable device.</p>\n\n<ul>\n	<li>Easy switch live calls between smartphone, desktop or laptop without interruption.</li>\n	<li>Leave workspaces without having to leave functionality behind.</li>\n	<li>Easy integration of new devices and technologies with no downtime or loss in productivity.</li>\n	<li>Streamline reach with a single number set to ring on one or multiple devices simultaneously.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div>\n</div></section>\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 134, 1, 1, 0),
(138, 33, '\n					\n					\n					\n					<section id=\"iumriposke\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>SIMPLIFIED<br>\n<strong>ACCESSIBILITY</strong></h2>\n\n<p>With UNIVEREG BLUE MOBILITY, users can easily work from any location with the same capability as when in-office.</p>\n\n<ul>\n	<li>No need to call or email to see who is available with real-time status updates.</li>\n	<li>Calendars, contacts and outgoing calls are managed with simple voice commands.</li>\n	<li>A single inbox centralizes all email and voice messages for easy retrieval across devices.</li>\n	<li>Instant messaging and chat ensure secure, reliable and quick exchanges on any device.</li>\n</ul>\n</div>\n</div>\n</div></section>\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 134, 1, 1, 0),
(140, 33, '\n					\n					\n					\n					<section id=\"zhnoihtawu\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center align-top\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><h2>EVERYTHING YOUR ORGANIZATION<br>\n<strong>NEEDS TO STAY PRODUCTIVE</strong></h2>\n</div>\n</div>\n</div></section>\n					\n					', '1-column', 'text', '', '', 0, 0, 'text-center align-top', '', 0, 139, 2, 1, 0),
(143, 33, '\n					\n					\n					\n					<section id=\"ehzrpqqszh\" class=\"grid-container\"><div class=\"grid-x grid-padding-x align-center\">\n<div class=\"small-12 medium-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>Cloud Mobility</h4>\n\n<p>Anywhere, anytime on any device communications and collaboration</p>\n<a href=\"http://cassette.test:8888/admin/\">Learn More</a></div>\n</div>\n</div>\n</div>\n</div></section>\n					\n					', '1-column-centered', 'text', '', '', 0, 0, '', '', 0, 139, 2, 1, 0),
(144, 34, '<section id=\"npbcpkxoxv\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'feature-row', 0, 0, 'text-left align-top', '', 0, 0, 1, 1, 0),
(145, 34, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"pbsmfpadau\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>OPERTIONAL<br>\n<strong>EFFICIENCY &amp; CONTROL</strong></h2>\n\n<p>UNIVERGE BLUE BACKUP offers a broad set of fully integrated services to manage and protect critical proprietary information and data.</p>\n\n<ul>\n	<li>Service includes Infrastructure as a Service (IaaS) and UNIVERGE BLUE RECOVER, a Disaster Recovery-as-a-Services (DRaaS) cloud solution.</li>\n	<li>Comprehensive management and recovery services and full-staffed network operations center are available 24 hours a day, 7 days a week, and 365 days a year.</li>\n	<li>Daily or monthly status and performance reports provide complete transparency and enclosure.&nbsp;</li>\n	<li>Data retention and archiving are set by customized recovery points and preset recovery times.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/NEC%20Univerge%20Blue%20Hexagons%20screens10.jpg\"></p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 144, 1, 1, 0),
(146, 34, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"oggdrrbwxq\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/migrate/WHY-UNIVERGE-BLUE.jpg\"></p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>ADVANCED<br>\n<strong>TECHNOLOGY</strong></h2>\n\n<p>UNIVERGE BLUE BACKUP is built on NEC’s award-winning server, storage and software-defined networking technology for highly resilient and responsive computing and efficient hosting and housing the sensitive data.</p>\n\n<ul>\n	<li>Ongoing access to the latest hardware and software without the need to maintain the infrastructure or personnel.</li>\n	<li>Easy and economical replacement of aging on-premises infrastructure without loss of oversight or being concerned about unpredictable cost.</li>\n	<li>Access to advanced technology with state-of-the-art performance and functionality for easy data control, protection, scalability and continuity.</li>\n	<li>Use of Iron Mountain’s hallmark data centers, including Northern Virginia VA1 and Western Pennsylvania WPA1, which is considered one of the most secure, compliant and energy efficient data center complexes in the world.</li>\n</ul>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 144, 1, 1, 0),
(147, 34, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"gltusfbrsx\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>FLEXIBLE<br>\n<strong>STRUCTURES</strong></h2>\n\n<p>UNIVERGE BLUE BACKUP provides operational efficiency along with essential control, security and compliance support all at a financially manageable and predictable expense.</p>\n\n<ul>\n	<li>Virtual data management available as either off-premises or hybrid environments.</li>\n	<li>Custom integration of essential infrastructure in a variety of configurations optimize specific core requirements.</li>\n	<li>Performance reassurance with pre-tested architecture built on NEC’s advanced computer, storage and network technology.</li>\n	<li>Optional add-on components that accommodate changing requirements while alleviating undue pressure on exiting internal resources and IT budgets.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/NEC%20Univerge%20Blue%20Hexagons%20screens12.jpg\"></p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 144, 1, 1, 0),
(148, 34, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"iumriposke\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/NEC%20Univerge%20Blue%20Hexagons%20screens16.jpg\"></p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>REGULATORY<br>\n<strong>COMPLIANT</strong></h2>\n\n<p>By partnering with Iron Mountain, UNIVERGE BLUE BACKUP offers broad coverage and high levels of compliance through Iron Mountain’s National Data Center.</p>\n\n<ul>\n	<li>Level 4 Security as defined by the Department of Justice</li>\n	<li>HIPAA for medical records compliance.</li>\n	<li>ISO 27001, PCI-DSS 3.1, SOC 2 Type II information security standards.</li>\n	<li>FISMA high-security for federal clients.</li>\n</ul>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 144, 1, 1, 0),
(150, 34, '\n					\n					\n					\n					<section id=\"zhnoihtawu\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center align-top\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><h2>EVERYTHING YOUR ORGANIZATION<br>\n<strong>NEEDS TO STAY PRODUCTIVE</strong></h2>\n</div>\n</div>\n</div></section>\n					\n					', '1-column', 'text', '', '', 0, 0, 'text-center align-top', '', 0, 149, 2, 1, 0),
(151, 34, '\n					\n					<section id=\"ehzrpqqszh\" class=\"grid-container\"><div class=\"grid-x grid-padding-x align-center\">\n<div class=\"small-12 medium-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/cards/video.jpg\">\n<div class=\"card-section\">\n<h4>Cloud Mobility</h4>\n\n<p>Anywhere, anytime on any device communications and collaboration</p>\n<a href=\"http://cassette.test:8888/admin/\">Learn More</a></div>\n</div>\n</div>\n</div>\n</div></section>\n					', '1-column-centered', 'text', '', '', 0, 0, '', '', 0, 149, 2, 1, 0),
(153, 34, '<section id=\"mpzvitchse\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'resource-download', 0, 0, 'text-left align-top', '', 0, 0, 3, 1, 0),
(155, 34, '\n					\n					<section id=\"gmzibmzall\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center align-top\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><h2>EVERYTHING YOUR ORGANIZATION<br>\n<strong>NEEDS TO STAY PRODUCTIVE</strong></h2>\n</div>\n</div>\n</div></section>\n					', '1-column', 'text', '', '', 0, 0, 'text-center align-top', '', 0, 153, 3, 1, 0),
(156, 34, '\n					\n					\n					\n					<section id=\"kxksmmezev\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center small-up-1 medium-up-5\">\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>Backup as A Service</h4>\n\n<p>Simplified and secure cloud data management</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>Infrastructure as A Service</h4>\n\n<p>Custom integrated cloud infrastructure in a range of configurations</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>NEC &amp; Iron Mountain</h4>\n\n<p>Innovative technology storage solutions for highly secure and compliance data management</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>Disaster Recovery</h4>\n\n<p>Continuity of data and services vital to organizational operations</p>\n<a href=\"http://cassette.test:8888/admin/\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>File Sync &amp; Share</h4>\n\n<p>File sync and share, real-time backup and antivirus (including ransomware) protection all in one product</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n</div></section>\n					\n					', '5-column-centered', 'text', '', '', 0, 0, '', '', 0, 153, 3, 1, 0),
(157, 35, '<section id=\"npbcpkxoxv\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'feature-row', 0, 0, 'text-left align-top', '', 0, 0, 1, 1, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `sub_of`, `position`, `status`, `locked`) VALUES
(158, 35, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"pbsmfpadau\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>GREATER<br>\n<strong>RESPONSIVENESS</strong></h2>\n\n<p>UNIVEREG BLUE ENGAGE improves the handling and oversight of incoming phone calls through a range of agent and supervisor content center services.</p>\n\n<ul>\n	<li>Scalable from the smallest call-centric teams to large omni-channel environments.</li>\n	<li>Streamlines incoming calls through interactive voice prompts and automated call routing for optimal call management.</li>\n	<li>Reduces response time and improves service quality along with caller and agent experiences.</li>\n	<li>Compatibility with most CRM and ERP systems and collaborative apps ensure easy adoption and minimizes disruptions.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/enage/NEC%20Univerge%20Blue%20PC%20screens%20Engage.jpg\"></p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 157, 1, 1, 0),
(159, 35, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"oggdrrbwxq\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/meet/NEC%20Univerge%20Blue%20Hexagons%20screens11.jpg\"></p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>INCREASED<br>\n<strong>CONTROL</strong></h2>\n\n<p>Real-time monitoring and permission-based activity reports brings transparency to agent and contact center performance.&nbsp;</p>\n\n<ul>\n	<li>Contact monitoring include phone, email and chat interactions.</li>\n	<li>Centralized performance data result in more accurate call center reports and analysis.</li>\n	<li>Call monitoring can be analyzed by skill set, group provisioning and agent profile.</li>\n	<li>Flexible agent-controlled multimedia recordings can be stored for easy, permission-based online retrieval.</li>\n</ul>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 157, 1, 1, 0),
(170, 36, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"pbsmfpadau\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>STAYING CONNECTED &amp;<br>\n<strong>PRODUCTIVE</strong></h2>\n\n<p>UNIVERGE BLUE CONNECT is a highly intuitive UC platform for a flexible, five nines (99.999%), multi-tenant, feature rich, encrypted approach to communicating.</p>\n\n<ul>\n	<li>Allows mobile devices to interact seamlessly with an organization’s existing phone system.</li>\n	<li>Increases workforce flexibility with virtually anywhere, anytime and on any device accessibility.</li>\n	<li>Transcribes voicemail messages to text and email for efficient voicemail handling.</li>\n	<li>Integrated chat, text messaging, video conferencing, screen sharing, file sharing, file backup for greater productivity and collaboration</li>\n</ul>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/connect/NEC%20Univerge%20Blue%20PC%20screens%20connect.jpg\"></p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 169, 1, 1, 0),
(160, 35, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"gltusfbrsx\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>EFFICIENT<br>\n<strong>HANDLING</strong></h2>\n\n<p>Using advanced skill-based routing with automatic call distribution (ACD), callers are directed to the next available agent and the most suitably trained agent available.</p>\n\n<ul>\n	<li>Faster, more appropriate and efficient resolution of calls.</li>\n	<li>A customizable agent web client easily integrates with standard CRM platforms and critical business apps for broad and intuitive access to pertinent information and resources.</li>\n	<li>The agent web client is configurable to specific requirements or frequent caller requests.</li>\n	<li>Calls can be answered by built-in smartphone, from a traditional desktop telephone or over a VoIP connection.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/enage/NEC%20Univerge%20Blue%20PC%20screens%20Engage2.jpg\"></p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 157, 1, 1, 0),
(161, 35, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"iumriposke\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/meet/NEC%20Univerge%20Blue%20Hexagons%20screens4.jpg\"></p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>TAILORED<br>\n<strong>SERVICES</strong></h2>\n\n<p>UNIVERGE BLUE ENGAGE offers a broad set of services to streamline the caller experiences and ensure service and staffing levels are sustained.</p>\n\n<ul>\n	<li>Automatic call distribution can be synchronized based on select function, region, time of day and by organization- or industry-specific criteria.</li>\n	<li>Customized voice prompts allow callers to self-manage their call, retrieving information needed, reaching a specific department or individual and contacting an agent when required.</li>\n	<li>Silent mode along with phone and web-based conversation prompts allows supervisors to monitor agent activity to check performance and ensure calls are handled correctly.</li>\n	<li>A secure widget-based dashboard provides easy access to real-time reporting on all activity for total transparency.</li>\n</ul>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 157, 1, 1, 0),
(162, 35, '\n					\n					\n					\n					\n					\n					<section id=\"zhnoihtawu\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center align-top\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><h2>EVERYTHING YOUR ORGANIZATION<br>\n<strong>NEEDS TO STAY PRODUCTIVE</strong></h2>\n</div>\n</div>\n</div></section>\n					\n					\n					', '1-column', 'text', '', '', 0, 0, 'text-center align-top', '', 0, 157, 2, 0, 0),
(165, 35, '\n					\n					<section id=\"gmzibmzall\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center align-top\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><h2>EVERYTHING YOUR ORGANIZATION<br>\n<strong>NEEDS TO STAY PRODUCTIVE</strong></h2>\n</div>\n</div>\n</div></section>\n					', '1-column', 'text', '', '', 0, 0, 'text-center align-top', '', 0, 164, 3, 1, 0),
(166, 35, '\n					\n					\n					\n					<section id=\"kxksmmezev\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center small-up-1 medium-up-5\">\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>Backup as A Service</h4>\n\n<p>Simplified and secure cloud data management</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>Infrastructure as A Service</h4>\n\n<p>Custom integrated cloud infrastructure in a range of configurations</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>NEC &amp; Iron Mountain</h4>\n\n<p>Innovative technology storage solutions for highly secure and compliance data management</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>Disaster Recovery</h4>\n\n<p>Continuity of data and services vital to organizational operations</p>\n<a href=\"http://cassette.test:8888/admin/\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>File Sync &amp; Share</h4>\n\n<p>File sync and share, real-time backup and antivirus (including ransomware) protection all in one product</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n</div></section>\n					\n					', '5-column-centered', 'text', '', '', 0, 0, '', '', 0, 164, 3, 1, 0),
(167, 35, '<section id=\"oxhtilaocm\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'resource-download', 0, 0, 'text-left align-top', '', 0, 0, 2, 1, 0),
(168, 35, '\n					\n					\n					\n					\n					\n					<section id=\"lxwqqpnruh\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center small-up-1 medium-up-5\">\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>ENGAGE AS A SERVICE</h4>\n\n<p>Contact center call management solution</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>ENGAGE CORE</h4>\n\n<p>Supervisor functions and analytics and call recording</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>ENGAGE ADVANCED</h4>\n\n<p>Skills and rule-based routing, scheduled and custom reports and queued callbacks and voicemails.</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>ENGAGE COMPLETE</h4>\n\n<p>Custom integration, schedule manager, built-in omni-channel and dynamic notifications</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>ENGAGE PACKAGES</h4>\n\n<p>Features that help call center agent and supervisors meet caller expectation</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n</div></section>\n					\n					\n					', '5-column-centered', 'text', '', '', 0, 0, '', '', 0, 167, 1, 1, 0),
(169, 36, '<section id=\"npbcpkxoxv\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'feature-row', 0, 0, 'text-left align-top', '', 0, 0, 1, 1, 0),
(171, 36, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"oggdrrbwxq\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/connect/NEC-Univerge-Blue7.jpg\"></p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>COST<br>\n<strong>EFFICIENT</strong></h2>\n\n<p>With UNIVERGE BLUE CONNECT, there is not phone system hardware to buy, install, manage, upgrade or replace.</p>\n\n<ul>\n	<li>Service is based on number of users and not on number of lines.</li>\n	<li>Voice and data is consolidated onto one network for centralized management.</li>\n	<li>Flat, per-user rates include no extra or hidden fees but set monthly costs.</li>\n	<li>100+ enterprise-grade calling features are included in the service for optimal functionality.</li>\n</ul>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 169, 1, 1, 0),
(172, 36, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"gltusfbrsx\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>SIMPLIFIED<br>\n<strong>SCALING</strong></h2>\n\n<p>UNIVERGE BLUE CONNECT is easily scalable to the meet the needs of any organization.</p>\n\n<ul>\n	<li>Service is based on number of users and not on number of lines.</li>\n	<li>Ordered additional services requires no technician or special expertise as can be done easily online.</li>\n	<li>Documents and white boards can be shared and swapped out intuitively.</li>\n	<li>Simplified sharing allows participants to focus on the tasks instead of the support application involved.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/connect/NEC%20Univerge%20Blue%20PC%20screens%20connect2.jpg\"></p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 169, 1, 1, 0),
(181, 36, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"rgrogaqpmm\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center small-up-1 medium-up-5\">\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>CONNECT</h4>\n\n<p>Full integrated unified communications</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>CONNECT DESKTOP APPLICATION</h4>\n\n<p>On-site communications capabilities</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>CONNECT REMOTE WORKING</h4>\n\n<p>Unified communications remote working</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>CONNECT GET STARTED</h4>\n\n<p>Desktop and remote user guide</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>Connect PACKAGES</h4>\n\n<p>Accessibility features and capabilities</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					', '5-column-centered', 'text', '', '', 0, 0, '', '', 0, 179, 1, 1, 0),
(173, 36, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"iumriposke\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/connect/NEC-Univerge-Blue3.jpg\"></p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>INCREASE<br>\n<strong>TRANSPARENCY</strong></h2>\n\n<p>UNIVERGE BLUE CONNECT Desktop and Mobile Applications make collaboration easier whether on-site or working remotely.</p>\n\n<ul>\n	<li>Place calls, send chats and texts, share files and start a video conference regardless of location.</li>\n	<li>Assign a single phone number as the main point of contact to centralized responsiveness.</li>\n	<li>Transfer calls between devices without the fear of becoming disconnected.</li>\n	<li>Allows teams to locate, confirm available and reach colleagues on their device of choice.</li>\n</ul>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 169, 1, 1, 0),
(179, 36, '<section id=\"nagmdsybgq\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'resource-download', 0, 0, 'text-left align-top', '', 0, 0, 2, 1, 0),
(180, 36, '\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"dewflcvycn\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center align-top\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><h2>EVERYTHING YOUR ORGANIZATION<br>\n<strong>NEEDS TO STAY PRODUCTIVE</strong></h2>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					', '1-column', 'text', '', '', 0, 0, 'text-center align-top', '', 0, 179, 0, 1, 0),
(176, 36, '\n					\n					\n					\n					\n					\n					<section id=\"lxwqqpnruh\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center small-up-1 medium-up-5\">\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>ENGAGE AS A SERVICE</h4>\n\n<p>Contact center call management solution</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>ENGAGE CORE</h4>\n\n<p>Supervisor functions and analytics and call recording</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>ENGAGE ADVANCED</h4>\n\n<p>Skills and rule-based routing, scheduled and custom reports and queued callbacks and voicemails.</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>ENGAGE COMPLETE</h4>\n\n<p>Custom integration, schedule manager, built-in omni-channel and dynamic notifications</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>ENGAGE PACKAGES</h4>\n\n<p>Features that help call center agent and supervisors meet caller expectation</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n</div></section>\n					\n					\n					', '5-column-centered', 'text', '', '', 0, 0, '', '', 0, 175, 2, 1, 0),
(177, 36, '\n					\n					<section id=\"gmzibmzall\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center align-top\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><h2>EVERYTHING YOUR ORGANIZATION<br>\n<strong>NEEDS TO STAY PRODUCTIVE</strong></h2>\n</div>\n</div>\n</div></section>\n					', '1-column', 'text', '', '', 0, 0, 'text-center align-top', '', 0, 175, 3, 1, 0),
(178, 36, '\n					\n					\n					\n					<section id=\"kxksmmezev\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center small-up-1 medium-up-5\">\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>Backup as A Service</h4>\n\n<p>Simplified and secure cloud data management</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>Infrastructure as A Service</h4>\n\n<p>Custom integrated cloud infrastructure in a range of configurations</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>NEC &amp; Iron Mountain</h4>\n\n<p>Innovative technology storage solutions for highly secure and compliance data management</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>Disaster Recovery</h4>\n\n<p>Continuity of data and services vital to organizational operations</p>\n<a href=\"http://cassette.test:8888/admin/\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>File Sync &amp; Share</h4>\n\n<p>File sync and share, real-time backup and antivirus (including ransomware) protection all in one product</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n</div></section>\n					\n					', '5-column-centered', 'text', '', '', 0, 0, '', '', 0, 175, 3, 1, 0),
(253, 18, '\n					\n					\n					\n					<section id=\"zcwiwgesce\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center align-top\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><h2>Get in Touch<br>\n<strong>The best way to contact us</strong></h2>\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. 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.</p>\n</div>\n</div>\n</div></section>\n					\n					', '1-column', 'text', '', '', 0, 0, 'text-center align-top', '', 0, 249, 1, 1, 0),
(184, 37, '<section id=\"npbcpkxoxv\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'feature-row', 0, 0, 'text-left align-top', '', 0, 0, 1, 1, 0),
(185, 37, '\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					<section id=\"oggdrrbwxq\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>SECURITY<br>\n<strong>MEASURES</strong></h2>\n\n<p>UNIVERGE BLUE SECURITY makes operating from the cloud less stressful and more reassuring with protocols that avert possible vulnerabilities and threats.</p>\n\n<ul>\n	<li>Automatic access to the latest hardware and software to avert system vulnerabilities.</li>\n	<li>Multiple levels of protection aimed at optimizing performance while ensuring safety.</li>\n	<li>Conforms to industry encryption and compliant standards.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/security/NEC%20Univerge%20Blue%20Hexagons%20screens13.jpg\"></p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 184, 1, 1, 0),
(198, 38, '\n					\n					\n					\n					<section id=\"zkdoubavhc\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>COST<br>\n<strong>EFFECTIVE</strong></h2>\n\n<p>By integrating UNIVERGE BLUE’s Unified Communications and Contact Center solutions into frequently used enterprise applications, UNIVERGE BLUE INTEGRATE provides a centralized approach to cloud-based communications.</p>\n\n<ul>\n	<li>Streamlines an organization’s ability to connect and collaborate at a minimum cost.</li>\n	<li>Robust enterprise and contact center services delivered as a low cost, on-demand delivery model.</li>\n	<li>The ability to do more with low monthly payments and with no costly up-front costs.</li>\n	<li>Communications tools that promote brand- and service-specific efficiencies through customer-oriented services.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div>\n</div></section>\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 194, 1, 1, 0),
(186, 37, '\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					<section id=\"gltusfbrsx\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/NEC%20Univerge%20Blue%20Hexagons%20screens19.jpg\"></p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>DATA<br>\n<strong>SAFETY</strong></h2>\n\n<p>UNIVERGE BLUE BACKUP offers a broad set of fully integrated services to manage and protect critical proprietary information and data stores.</p>\n\n<ul>\n	<li>Hosted in geographically dispersed, highly secure and monitored data centers by top tier certified providers.</li>\n	<li>All data centers adhere to strict standards in physical security.</li>\n	<li>Multi-factor authentication dashboards provide safe access to the management and reporting for all services.</li>\n</ul>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 184, 1, 1, 0),
(197, 38, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"iumriposke\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>BROAD<br>\n<strong>COMPATIBILITY</strong></h2>\n\n<p>UNIVERGE BLUE INTEGRATE integrates with the following enterprise and management programs to create a single, comprehensive communications platform.</p>\n\n<ul>\n	<li>Microsoft Dynamics 365</li>\n	<li>Salesforce</li>\n	<li>GSuite</li>\n	<li>Slack</li>\n	<li>MS Office 365</li>\n	<li>Sugar CRM</li>\n	<li>Microsoft Teams</li>\n	<li>ZOHO</li>\n	<li>Oracle NETSUITE</li>\n	<li>Zendesk</li>\n</ul>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 194, 1, 1, 0),
(249, 18, '<section id=\"yzdvubzgqd\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'feature-row', 0, 0, 'text-left align-top', '', 0, 0, 1, 1, 0),
(250, 18, '\n					\n					\n					\n					<section id=\"coxsszkwuh\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>Get in Touch<br>\n<strong>The best way to contact us</strong></h2>\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. 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.</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div>\n</div></section>\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 249, 1, 0, 0),
(251, 18, '\n					\n					<section id=\"brpbizmyrg\" class=\"grid-container\"><div class=\"grid-x grid-padding-x align-center\">\n<div class=\"medium-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><h4>FAQ</h4>\n</div>\n</div>\n\n<div class=\"medium-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><h4>Phone</h4>\n</div>\n</div>\n\n<div class=\"medium-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><h4>Email</h4>\n</div>\n</div>\n</div></section>\n					', '3-column-centered', 'text', '', '', 0, 0, '', '', 0, 249, 1, 1, 0),
(188, 37, '\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					<section id=\"iumriposke\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>REGULATORY<br>\n<strong>DATA COMPLIANCE</strong></h2>\n\n<p>UNIVERGE BLUE ensures its commitment to security by meeting a multitude of stringent industry standards.</p>\n\n<ul>\n	<li>HIPAA for medical records.</li>\n	<li>CPNI to protect user information.</li>\n	<li>PCI-DSS to protect credit card information.</li>\n	<li>SOC II audit to demonstrate controls and processes are effective in minimizing risk and exposure.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/security/NEC%20Univerge%20Blue%20Hexagons%20screens16.jpg\"></p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 184, 1, 1, 0),
(196, 38, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"gltusfbrsx\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>PRACTICAL<br>\n<strong>APPROACH</strong></h2>\n\n<p>Productivity becomes smarter and more efficient with a centralized approach to cloud-based communications that streamlines an organization’s ability to connect and collaborate better.</p>\n\n<ul>\n	<li>Removes the burden of self-managed, disparaged infrastructure.</li>\n	<li>Integrates with applications that employees are already accustom to using.</li>\n	<li>Access to proven solutions that optimize communications and workforce responsiveness.</li>\n	<li>Helps improve workplace experiences through increased accessibility and easy access to pertinent tools and information.</li>\n</ul>\n\n<p>&nbsp;</p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 194, 1, 1, 0),
(190, 37, '\n					\n					\n					\n					\n					\n					<section id=\"lxwqqpnruh\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center small-up-1 medium-up-5\">\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>ENGAGE AS A SERVICE</h4>\n\n<p>Contact center call management solution</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>ENGAGE CORE</h4>\n\n<p>Supervisor functions and analytics and call recording</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>ENGAGE ADVANCED</h4>\n\n<p>Skills and rule-based routing, scheduled and custom reports and queued callbacks and voicemails.</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>ENGAGE COMPLETE</h4>\n\n<p>Custom integration, schedule manager, built-in omni-channel and dynamic notifications</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>ENGAGE PACKAGES</h4>\n\n<p>Features that help call center agent and supervisors meet caller expectation</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n</div></section>\n					\n					\n					', '5-column-centered', 'text', '', '', 0, 0, '', '', 0, 189, 2, 1, 0),
(191, 37, '\n					\n					<section id=\"gmzibmzall\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center align-top\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><h2>EVERYTHING YOUR ORGANIZATION<br>\n<strong>NEEDS TO STAY PRODUCTIVE</strong></h2>\n</div>\n</div>\n</div></section>\n					', '1-column', 'text', '', '', 0, 0, 'text-center align-top', '', 0, 189, 3, 1, 0),
(192, 37, '\n					\n					\n					\n					<section id=\"kxksmmezev\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center small-up-1 medium-up-5\">\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>Backup as A Service</h4>\n\n<p>Simplified and secure cloud data management</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>Infrastructure as A Service</h4>\n\n<p>Custom integrated cloud infrastructure in a range of configurations</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>NEC &amp; Iron Mountain</h4>\n\n<p>Innovative technology storage solutions for highly secure and compliance data management</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>Disaster Recovery</h4>\n\n<p>Continuity of data and services vital to organizational operations</p>\n<a href=\"http://cassette.test:8888/admin/\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>File Sync &amp; Share</h4>\n\n<p>File sync and share, real-time backup and antivirus (including ransomware) protection all in one product</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n</div></section>\n					\n					', '5-column-centered', 'text', '', '', 0, 0, '', '', 0, 189, 3, 1, 0),
(193, 37, '\n					\n					\n					\n					\n					\n					<section id=\"zkdoubavhc\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/NEC%20Univerge%20Blue%20Hexagons%20screens18.jpg\"></p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>CONTINOUS<br>\n<strong>MONITORING</strong></h2>\n\n<p>With UNIVERGE BLUE, around-the-clock oversight comes standard as does live customer support and recovery services.</p>\n\n<ul>\n	<li>AES encryption ensures proprietary information remain secure.</li>\n	<li>Around-the-clock oversight comes standard with live customer support.</li>\n	<li>Recovery services are delivered 24 hours a day, 7 days a week, and 365 days a year for UNIVERGE BLUE’s Backup as a Service and Infrastructure as a Service solutions.</li>\n</ul>\n</div>\n</div>\n</div></section>\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 184, 1, 1, 0),
(194, 38, '<section id=\"npbcpkxoxv\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'feature-row', 0, 0, 'text-left align-top', '', 0, 0, 1, 1, 0),
(195, 38, '\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"oggdrrbwxq\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>FINANCIALLY<br>\n<strong>VIABLE</strong></h2>\n\n<p>UNIVERGE BLUE INTEGRATE provides a centralized approach to communicating that streamlines an organization’s ability to connect with customers and collaborate better with colleagues internally.</p>\n\n<ul>\n	<li>Convenient and intuitive ways to communicate across multiple devices, locations and settings.</li>\n	<li>Streamlines the management of incoming and outgoing calls.</li>\n	<li>Access to highly compatible collaborative and communications tools, interactive voice prompts and automated call routing for optimal call efficiency.</li>\n	<li>A low cost, on-demand delivery model that permits organizations to do more for less.</li>\n</ul>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 194, 1, 1, 0),
(248, 41, '\n					\n					\n					\n					\n					\n					<section id=\"suyxxkhgro\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-top\">\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>UNIVERGE BLUE CONNECT<br>\n<strong>MOBILE APP</strong></h2>\n\n<p>Whether you’re working from your office, or your living room, the UNIVERGE BLUE CONNECT Desktop and Mobile&nbsp; Applications ensure your communications and collaborations&nbsp; run smoothly, so everything is business as usual.</p>\n\n<ul>\n	<li>Access all of your <strong>company contacts</strong></li>\n	<li>Send and receive <strong>chats</strong> and view conversation history</li>\n	<li>Real-time <strong>presence indicators</strong> show you if a colleague is available for a quick call or chat</li>\n	<li>Place and receive calls using <strong>your business phone number</strong></li>\n</ul>\n</div>\n</div>\n\n<div class=\" medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/connect/NEC%20Univerge%20Blue%20PC%20screens%20connect.jpg\"></p>\n</div>\n</div>\n</div></section>\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 245, 1, 1, 0),
(245, 41, '<section id=\"rcfebgkvda\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'feature-row', 0, 0, 'text-left align-top', '', 0, 0, 1, 1, 0),
(246, 41, '\n					\n					\n					\n					\n					\n					<section id=\"vmxickqmzy\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/connect/NEC%20Univerge%20Blue%20Hexagons%20screens2.jpg\"></p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>Your business phone<br>\n<strong>goes wherever you go</strong></h2>\n\n<ul>\n	<li>Take your business phone number, conversations, and more with you wherever you go.</li>\n	<li>All <strong>conversations sync across mobile and desktop</strong> applications–you can answer a call from your mobile device and&nbsp; seamlessly transfer it to your desktop without skipping a beat.</li>\n	<li>The UNIVERGE BLUE™ CONNECT Mobile App is available in both <strong>Android™</strong>&nbsp; and <strong>Apple® iOS</strong> versions.</li>\n</ul>\n</div>\n</div>\n</div></section>\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 245, 1, 1, 0),
(247, 41, '\n					\n					\n					\n					<section id=\"acscrtponp\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>UNIVERGE BLUE™<br>\n<strong>CONNECT Desktop App</strong></h2>\n\n<p>A single application to help remote workers stay engaged and connected. Place and receive calls using your business phone number, manage voicemails, chat with co-workers,&nbsp; hop on a quick video conference, access your files and more–all from a single application.</p>\n\n<ul>\n	<li><strong>Team Chat</strong>, communicate with colleagues using&nbsp; individual and group chat</li>\n	<li><strong>Integrated Company Directory</strong>, easily access your company contacts</li>\n	<li><strong>Video Conferencing</strong>, meet with up to 100 participants on HD video and up to 200 by phone</li>\n	<li><strong>Files</strong>, access and share files securely between colleagues&nbsp;</li>\n	<li><strong>Dial Pad</strong>, Place calls to internal and external contacts using your business phone number</li>\n	<li><strong>Presence</strong>, See at-a-glance if your colleagues are available to collaborate</li>\n	<li><strong>Accessory Earbuds or Headset</strong>, With the Connect desktop app, you no longer need a phone when your PC becomes the phone</li>\n</ul>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/connect/NEC%20Univerge%20Blue%20Connect%20desktop.jpg\"></p>\n</div>\n</div>\n</div></section>\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 245, 1, 1, 0),
(239, 27, '<section id=\"yovvhosihi\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'resource-download', 0, 0, 'text-left align-top', '', 0, 0, 3, 1, 0);
INSERT INTO `page_section_content` (`page_section_id`, `page_id`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `sub_of`, `position`, `status`, `locked`) VALUES
(237, 27, '\n					\n					\n					\n					\n					\n					<section id=\"kheyitnesn\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-left align-top\">\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon on-top environments\">Award Winning Services</h4>\n\n<p>Direct access to relevant and award-winning solutions and expert support.</p>\n</div>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon on-top deployment\">flexible<br>\ndeployment</h4>\n\n<p>Fast and tailored access of customized tools and services.</p>\n</div>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon on-top roll-out\">Multiple rollout plans</h4>\n\n<p>Phased or dynamic migration strategies right-sized to current and changing demand.</p>\n</div>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon expand on-top\">Scaled<br>\npayment</h4>\n\n<p>Operational cost efficiencies through tiered payment structures and custom payment plans.</p>\n</div>\n</div>\n</div>\n\n<div class=\"medium-auto cell \">\n<div class=\"column-wrapper\" style=\"\"><div class=\"option\">\n<h4 class=\"hexagon-icon on-top transfer\">Operational<br>\ncontinuity</h4>\n\n<p>Elevated safety with automatic upgrades and safeguards for optimal responsiveness.</p>\n</div>\n</div>\n</div>\n\n\n</div></section>\n					\n					\n					', '5-column', 'text', '', 'hexagon-icon-row', 0, 0, 'text-left align-top', '', 0, 235, 1, 1, 0),
(212, 38, '\n					\n					<section id=\"bhubzqfqka\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center align-top\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><h2>EVERYTHING YOUR ORGANIZATION<br>\n<strong>NEEDS TO STAY PRODUCTIVE</strong></h2>\n</div>\n</div>\n</div></section>\n					', '1-column', 'text', '', '', 0, 0, 'text-center align-top', '', 0, 211, 2, 1, 0),
(211, 38, '<section id=\"dnuordtatv\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'resource-download', 0, 0, 'text-left align-top', '', 0, 0, 2, 1, 0),
(213, 38, '\n					\n					<section id=\"wkkasybayq\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n<div class=\"medium-3 medium-offset-3 cell \">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>UNIVERGE BLUE CONNECT</h4>\n\n<p>Full service, highly compatible robust communications services packed into a single solution</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"medium-3 end cell \">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>UNIVERGE BLUE ENGAGE</h4>\n\n<p>Features that help call center agent and supervisors meet caller expectation</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n</div></section>\n					', '2-column-centered', 'text', '', '', 0, 0, '', '', 0, 211, 2, 1, 0),
(214, 39, '<section id=\"shwvfawupo\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'feature-row', 0, 0, 'text-left align-top', '', 0, 0, 1, 1, 0),
(215, 39, '\n					\n					\n					\n					\n					\n					<section id=\"xcreuvwnoz\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>AD-HOC &amp; ON-DEMAND<br>\n<strong>GROUP CONNECTIVITY</strong></h2>\n\n<p>UNIVERGE BLUE WEBINARS is a complete broadcast cloud solution for virtual meetings where dispersed individuals can collect and where information can be shared through intuitive real-time exchanges and with post-event recordings.</p>\n\n<ul>\n	<li>Intuitive scheduling and hosting.</li>\n	<li>The ability to send custom invites and book advanced and ad-hoc sessions.</li>\n	<li>Highly scalable with an ability to register up to 1,000 attendees per session.</li>\n	<li>Ideal for industries and organizations with large employee or customer bases or for enterprises looking to sustain a strong group community and commitment economically.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div>\n</div></section>\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 214, 1, 1, 0),
(216, 39, '\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"bgoedcfabd\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>COST SAVING<br>\n<strong>CONNECTIVITY</strong></h2>\n\n<p>Helps in establishing and maintaining human connection for personalized and meaningful meeting experiences that leave a more lasting impression.</p>\n\n<ul>\n	<li>Collaboration without lost productivity or the additional costs usually associated with travel.</li>\n	<li>Accommodates ad-hoc or pre-planned scheduling.</li>\n	<li>Group connectivity capable across a range of time zones, situations and on a variety of devices.</li>\n</ul>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 214, 1, 1, 0),
(232, 40, '\n					\n					\n					\n					\n					\n					<section id=\"godrtfuqnn\" class=\"grid-container\"><div class=\"grid-x grid-padding-x align-center\">\n<div class=\"medium-3 cell \">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/pdf/UNIVERGE-BLUE-DS-SHARE.jpg\">\n<div class=\"card-section\">\n<h4>File Share</h4>\n\n<p>Individual file backup, storage, antivirus, sharing and synchronization</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"medium-3 cell \">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/pdf/UNIVERGE-BLUE-get-started-windows.jpg\">\n<div class=\"card-section\">\n<h4>File Share Get Started - Windows Users</h4>\n\n<p>Document, file and support user guide</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"medium-3 cell \">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/pdf/UNIVERGE-BLUE-get-started-mac-os.jpg\">\n<div class=\"card-section\">\n<h4>File Share Get Started - Mac Users</h4>\n\n<p>Document, file and support user guide</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n</div></section>\n					\n					\n					', '3-column-centered', 'text', '', '', 0, 0, '', '', 0, 230, 1, 1, 0),
(217, 39, '\n					\n					\n					\n					\n					\n					<section id=\"sksoqkhmfc\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>BETTER<br>\n<strong>OUTCOMES</strong></h2>\n\n<p>Create opportunities that build affiliations and consensus so results are arrived at faster with a strong sense of group evolvement.</p>\n\n<ul>\n	<li>Direct contact with specific individuals and groups.</li>\n	<li>Interact live to build stronger relationships.</li>\n	<li>Support more engaging environments that leave impressions that are more favorable.</li>\n	<li>Ensure important points are covered and not misinterpreted or missed.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"></div>\n</div>\n</div></section>\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 214, 1, 1, 0),
(219, 39, '<section id=\"awiktxsbmr\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'resource-download', 0, 0, 'text-left align-top', '', 0, 0, 2, 1, 0),
(220, 39, '\n					\n					<section id=\"gvgkluuxah\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center align-top\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><h2>EVERYTHING YOUR ORGANIZATION<br>\n<strong>NEEDS TO STAY PRODUCTIVE</strong></h2>\n</div>\n</div>\n</div></section>\n					', '1-column', 'text', '', '', 0, 0, 'text-center align-top', '', 0, 219, 2, 1, 0),
(240, 27, '\n					\n					<section id=\"zwkcyzpixi\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center align-top\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><h2>CONVENIENCE, SCALABILITY &amp; PROTECTION<br>\n<strong>What To Expect With UNIVERGE BLUE</strong></h2>\n</div>\n</div>\n</div></section>\n					', '1-column', 'text', '', '', 0, 0, 'text-center align-top', '', 0, 239, 0, 1, 0),
(230, 40, '<section id=\"rhilazchzt\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'resource-download', 0, 0, 'text-left align-top', '', 0, 0, 2, 1, 0),
(231, 40, '\n					\n					\n					\n					<section id=\"gctphvqkzu\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center align-top\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><h2>EVERYTHING YOUR ORGANIZATION<br>\n<strong>NEEDS TO STAY PRODUCTIVE</strong></h2>\n</div>\n</div>\n</div></section>\n					\n					', '1-column', 'text', '', '', 0, 0, 'text-center align-top', '', 0, 230, 0, 1, 0),
(223, 40, '\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"xcreuvwnoz\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>IMPROVED<br>\n<strong>ADMINISTRATION</strong></h2>\n\n<p>UNIVERGE BLUE SHARE provides secure internal and external file and document sharing without compromising on accessibility or functionality.</p>\n\n<ul>\n	<li>Save, synchronize and share latest document versions from any device.</li>\n	<li>Protect documentations and revisions with real-time backup.</li>\n	<li>Safeguard files and the organization with antivirus protection.</li>\n	<li>Guard against unauthorized or intentional document and file interceptions.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/share/NEC%20Univerge%20Blue%20PC%20screens%20share.jpg\"></p>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 222, 1, 1, 0),
(235, 27, '<section id=\"ulztortvod\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'resource-download', 0, 0, 'text-left align-top', '', 0, 0, 2, 0, 0),
(236, 27, '\n					\n					\n					\n					\n					\n					\n					\n					<section id=\"fnrdnctotl\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center align-top\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><h2>CONVENIENCE, SCALABILITY &amp; PROTECTION<br>\n<strong>What To Expect With UNIVERGE BLUE</strong></h2>\n</div>\n</div>\n</div></section>\n					\n					\n					\n					', '1-column', 'text', '', '', 0, 0, 'text-center align-top', '', 0, 235, 0, 1, 0),
(222, 40, '<section id=\"shwvfawupo\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'feature-row', 0, 0, 'text-left align-top', '', 0, 0, 1, 1, 0),
(224, 40, '\n					\n					\n					\n					<section id=\"bgoedcfabd\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/share/NEC-Univerge-Blue8.jpg\"></p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>LAYERED<br>\n<strong>SECURITY</strong></h2>\n\n<p>UNIVERGE BLUE SHARE includes multilevel security protocols for peace of mind and protection of information assets.</p>\n\n<ul>\n	<li>Real-time backup of all PC files, mobile photos and video files.</li>\n	<li>Convenient one-click restoration at any point in time.</li>\n	<li>Two-factor authentication and TLS encryption.</li>\n	<li>Built-in anti-malware and antivirus protection for an additional layer of security.</li>\n	<li>Time-specific auto recovery to guard against potential cyberattacks.</li>\n	<li>Additionally, Bitdefender’s anti-malware and antivirus software are available for new and existing UNIVERGE BLUE SHARE customers at no extra cost.</li>\n</ul>\n</div>\n</div>\n</div></section>\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 222, 1, 1, 0),
(225, 40, '\n					\n					\n					\n					\n					\n					<section id=\"sksoqkhmfc\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>OPTIMAL<br>\n<strong>COMPATIBILITY</strong></h2>\n\n<p>UNIVERGE BLUE SHARE provides comprehensive document protection by integrating with Microsoft’s most popular productivity and communication applications.</p>\n\n<ul>\n	<li>Exchange®</li>\n	<li>Office 365®</li>\n	<li>Outlook®</li>\n	<li>Office®</li>\n	<li>Active Directory®</li>\n	<li>Existing File Servers</li>\n</ul>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/share/NEC%20Univerge%20Blue%20PC%20screens%20share2.jpg\"></p>\n</div>\n</div>\n</div></section>\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 222, 1, 1, 0),
(226, 40, '\n					\n					\n					\n					\n					\n					<section id=\"uzpnhqeskt\" class=\"grid-container\"><div class=\"grid-x grid-padding-x\">\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/share/NEC-Univerge-Blue.jpg\"></p>\n</div>\n</div>\n\n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" style=\"\"><h2>MANAGEMENT<br>\n<strong>SUPPORT</strong></h2>\n\n<p>Besides providing fast and secure ways to share digital files, UNIVERGE BLUE SHARE makes the sharing and receiving of information extremely convenient and controlled.</p>\n\n<ul>\n	<li>24x7x365 phone support.</li>\n	<li>A 99.999% uptime services level agreement.</li>\n	<li>Cross-device accessibility across desktop, laptop, smartphone, tablet and the web.</li>\n	<li>Unlimited versioning.</li>\n	<li>Quick restoration to a point in time down to the minute.</li>\n</ul>\n</div>\n</div>\n</div></section>\n					\n					\n					', '2-column', 'text', '', '', 0, 0, '', '', 0, 222, 1, 1, 0),
(228, 40, '\n					\n					<section id=\"gvgkluuxah\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center align-top\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><h2>EVERYTHING YOUR ORGANIZATION<br>\n<strong>NEEDS TO STAY PRODUCTIVE</strong></h2>\n</div>\n</div>\n</div></section>\n					', '1-column', 'text', '', '', 0, 0, 'text-center align-top', '', 0, 227, 2, 1, 0),
(229, 40, '\n					\n					<section id=\"qtmisbsrdd\" class=\"grid-container\"><div class=\"grid-x grid-padding-x align-center\">\n<div class=\"medium-3 cell \">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>File Share</h4>\n\n<p>Individual file backup, storage, antivirus, sharing and synchronization</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"medium-3 cell \">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>File Share Get Started - Windows Users</h4>\n\n<p>Document, file and support user guide</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n\n<div class=\"medium-3 cell \">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>File Share Get Started - Mac Users</h4>\n\n<p>Document, file and support user guide</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n</div></section>\n					', '3-column-centered', 'text', '', '', 0, 0, '', '', 0, 227, 2, 1, 0),
(233, 39, '\n					\n					<section id=\"ddckrtsfbm\" class=\"grid-container\"><div class=\"grid-x grid-padding-x align-center\">\n<div class=\"small-12 medium-3 cell\">\n<div class=\"column-wrapper\" style=\"\"><div class=\"card\"><img src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/univerge-blue.jpg\">\n<div class=\"card-section\">\n<h4>WEBINARS</h4>\n\n<p>A complete set of tools for broadcast webinars</p>\n<a href=\"#\">Learn More</a></div>\n</div>\n</div>\n</div>\n</div></section>\n					', '1-column-centered', 'text', '', '', 0, 0, '', '', 0, 219, 2, 1, 0),
(234, 35, '\n					\n					<section id=\"nmuhnwylyr\" class=\"grid-container\"><div class=\"grid-x grid-padding-x text-center align-top\">\n<div class=\"medium-12 cell \">\n<div class=\"column-wrapper\" style=\"\"><h2>EVERYTHING YOUR ORGANIZATION<br>\n<strong>NEEDS TO STAY PRODUCTIVE</strong></h2>\n</div>\n</div>\n</div></section>\n					', '1-column', 'text', '', '', 0, 0, 'text-center align-top', '', 0, 167, 0, 1, 0);

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `prijzen_product`
--

CREATE TABLE `prijzen_product` (
  `prijs_product_id` int(10) NOT NULL,
  `unique_id` int(10) NOT NULL,
  `naam` varchar(250) NOT NULL,
  `aantal` int(10) NOT NULL,
  `van` float NOT NULL,
  `voor` float NOT NULL,
  `gewicht` float NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `pw_reset`
--

CREATE TABLE `pw_reset` (
  `reset_id` int(10) NOT NULL,
  `user_id` int(10) NOT NULL,
  `code` varchar(50) NOT NULL,
  `valid_until` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `secties`
--

CREATE TABLE `secties` (
  `sectie_id` int(10) NOT NULL,
  `naam` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `url` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `meta_titel` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `meta_description` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `stramien` int(1) NOT NULL DEFAULT '1',
  `section_view` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `category_view` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `kolommen` varchar(10) COLLATE utf8_unicode_ci NOT NULL,
  `cssid` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
  `zichtbaar` int(1) NOT NULL DEFAULT '1',
  `position` int(1) NOT NULL,
  `custom` int(1) NOT NULL,
  `custom_code` text COLLATE utf8_unicode_ci NOT NULL,
  `sort` int(10) NOT NULL,
  `sitelinks` int(1) NOT NULL DEFAULT '1',
  `categories` int(1) NOT NULL,
  `redirect` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `active` int(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Gegevens worden geëxporteerd voor tabel `secties`
--

INSERT INTO `secties` (`sectie_id`, `naam`, `url`, `meta_titel`, `meta_description`, `stramien`, `section_view`, `category_view`, `kolommen`, `cssid`, `zichtbaar`, `position`, `custom`, `custom_code`, `sort`, `sitelinks`, `categories`, `redirect`, `active`) VALUES
(1, 'Home', '', '', '', 2, '', '', '', '', 0, 0, 0, '', 0, 1, 0, '', 1),
(2, 'Cloud Services', '', '', '', 1, 'view.default.php', 'view.default.php', '', '', 1, 1, 0, '', 0, 1, 0, '', 1),
(3, 'Industries', '', '', '', 1, 'view.default.php', 'view.default.php', '', '', 0, 6, 0, '', 0, 1, 0, '', 1),
(4, 'Features', '', '', '', 1, '', '', '', '', 0, 4, 0, '', 0, 1, 0, '', 1),
(5, 'Get in Touch', '', '', '', 1, 'view.default.php', 'view.default.php', '', '', 1, 7, 0, '', 0, 1, 0, '', 1),
(10, 'block-blue', '', '', '', 0, '', '', '', '', 0, 0, 0, '', 0, 1, 0, '', 0),
(11, 'Login', '', '', '', 1, '', '', '', '', 1, 5, 0, '', 0, 1, 0, 'https://portal.univergeblue.com/', 1),
(12, 'Why Migrate', '', '', '', 1, 'view.default.php', 'view.default.php', '', '', 1, 2, 0, '', 0, 1, 0, '', 1),
(13, 'Remote Working', '', '', '', 1, 'view.default.php', 'view.default.php', '', '', 1, 3, 0, '', 0, 1, 0, '', 1);

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `sectie_categories`
--

CREATE TABLE `sectie_categories` (
  `sectie_category_id` int(10) NOT NULL,
  `sectie_id` int(10) NOT NULL,
  `category_id` int(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `sectie_templates`
--

CREATE TABLE `sectie_templates` (
  `sectie_templates_id` int(10) NOT NULL,
  `sectie_id` int(10) NOT NULL,
  `template_id` int(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Gegevens worden geëxporteerd voor tabel `sectie_templates`
--

INSERT INTO `sectie_templates` (`sectie_templates_id`, `sectie_id`, `template_id`) VALUES
(1, 1, 1),
(2, 5, 1),
(3, 2, 1),
(4, 4, 1),
(5, 3, 1),
(6, 11, 2),
(7, 12, 1),
(8, 13, 1);

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `stramiens`
--

CREATE TABLE `stramiens` (
  `stramien_id` int(10) NOT NULL,
  `naam` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `position` int(10) NOT NULL,
  `columns` int(10) NOT NULL,
  `active` int(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Gegevens worden geëxporteerd voor tabel `stramiens`
--

INSERT INTO `stramiens` (`stramien_id`, `naam`, `position`, `columns`, `active`) VALUES
(1, 'default', 0, 0, 1),
(2, 'home', 0, 0, 1),
(3, 'collaboration', 0, 0, 1),
(4, 'mobility', 0, 0, 1),
(5, 'backupservice', 0, 0, 1),
(6, 'contactcenter', 0, 0, 1),
(7, 'voicepresence', 0, 0, 1),
(8, 'security', 0, 0, 1),
(9, 'education', 0, 0, 1),
(10, 'healthcare', 0, 0, 1),
(11, 'government', 0, 0, 1),
(12, 'hospitality', 0, 0, 1),
(13, 'retail', 0, 0, 1),
(14, 'smb', 0, 0, 1),
(15, 'enterprise', 0, 0, 1),
(16, 'migrate', 0, 0, 1),
(17, 'movecloud', 0, 0, 1),
(18, 'whyblue', 0, 0, 1),
(19, 'table', 0, 0, 1);

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `synoniemen`
--

CREATE TABLE `synoniemen` (
  `synoniem_id` int(11) NOT NULL,
  `synoniem` varchar(255) NOT NULL,
  `value` varchar(255) NOT NULL,
  `active` int(1) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `synoniemen_default`
--

CREATE TABLE `synoniemen_default` (
  `default_syn_id` int(10) NOT NULL,
  `field_id` int(10) NOT NULL,
  `value` varchar(255) NOT NULL,
  `status` int(1) NOT NULL DEFAULT '1',
  `active` int(1) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `tags`
--

CREATE TABLE `tags` (
  `tag_id` int(10) NOT NULL,
  `name` varchar(250) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `times_tagged` int(10) NOT NULL DEFAULT '0',
  `position` int(10) NOT NULL,
  `active` int(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `td_feature`
--

CREATE TABLE `td_feature` (
  `entry_id` int(10) NOT NULL,
  `position` int(10) NOT NULL,
  `status` int(1) NOT NULL DEFAULT '1',
  `last_edit` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `template_id` int(10) NOT NULL,
  `unique_id` int(10) NOT NULL,
  `form_id` int(10) NOT NULL,
  `stramien_id` int(10) NOT NULL,
  `meta_title` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `meta_desc` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `page_redirect` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `name` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
  `text` text COLLATE utf8_unicode_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Gegevens worden geëxporteerd voor tabel `td_feature`
--

INSERT INTO `td_feature` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `name`, `text`) VALUES
(1, 0, 1, '2019-03-12 10:57:25', 2, 10, 0, 0, '', '', '', 'Secure & reliable', '<p class=\"c-font-thin\">Cutting-edge encryption and security protocols. Updates are made in the cloud, providing you with the latest security, upgrades, applications and services without distrupting your business. With 24/7 support and system monitoring, UNIVERGE BLUE provides peace of mind. Focus your energy on productivity, we’ll handle the infrastructure.</p>\r\n'),
(2, 0, 1, '2019-03-12 10:57:38', 2, 11, 0, 0, '', '', '', 'Predictable costs', '<p>Your communications costs will reflect your changing staff levels and business requirements. You can scale your business and know exactly what your costs will be, no more CAPEX surprises when capacity exceeds your current limits and you need to purchase large amounts of hardware.If you migrate from an NEC based phone system, you may be able to take advantage of some of the equipment you have already purchased. This is not a rip-and replace.</p>\r\n'),
(3, 0, 1, '2019-03-12 10:57:43', 2, 12, 0, 0, '', '', '', 'Flexible & scalable', '<p>Fast, agile and flexible, UNIVERGE BLUE expands to meet your business growth demands anywhere on the planet; across towns, countries, continents and oceans. Don’t guess or blindly commit to capacity needs. Pay only for what you use. Whether you have 1 or 100 locations, UNIVERGE BLUE has you covered.</p>\r\n'),
(4, 0, 1, '2019-03-12 10:57:58', 2, 13, 0, 0, '', '', '', 'Increased efficiency', '<p>UNIVERGE BLUE enables you to efficiently handle all customer communication channels – phone, email, chat, video and voicemail. NEC brings 100 years of communications technology experience, with the right features to jumpstart your Cloud Contact Center today.</p>\r\n'),
(5, 0, 1, '2019-03-12 10:58:10', 2, 14, 0, 0, '', '', '', 'Fast deployment', '<p>UNIVERGE BLUE Video Collaboration provides all-inclusive enterprise-grade video collaboration in any context, from simple browser-based video to desktop and mobile apps, unlimited legacy endpoint connectivity, phone dial-in, and recording. Rapid cloud deployment means faster ROI, and robust cloud services eliminate the tactical burden of managing a video network, freeing IT resources to focus on strategic projects.</p>\r\n'),
(6, 0, 1, '2020-01-21 10:51:37', 2, 28, 0, 0, '', '', 'https://portal.univergeblue.com/', 'Login', '');

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `td_page`
--

CREATE TABLE `td_page` (
  `entry_id` int(10) NOT NULL,
  `position` int(10) NOT NULL,
  `status` int(1) NOT NULL DEFAULT '1',
  `last_edit` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `template_id` int(10) NOT NULL,
  `unique_id` int(10) NOT NULL,
  `form_id` int(10) NOT NULL,
  `stramien_id` int(10) NOT NULL,
  `meta_title` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `meta_desc` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `page_redirect` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `title` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
  `contents` text COLLATE utf8_unicode_ci,
  `image_background` tinytext COLLATE utf8_unicode_ci,
  `image_foreground` tinytext COLLATE utf8_unicode_ci,
  `showcase_text` text COLLATE utf8_unicode_ci,
  `link` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
  `lead` varchar(500) COLLATE utf8_unicode_ci DEFAULT NULL,
  `heading` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
  `loopback` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
  `buttons` int(10) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Gegevens worden geëxporteerd voor tabel `td_page`
--

INSERT INTO `td_page` (`entry_id`, `position`, `status`, `last_edit`, `template_id`, `unique_id`, `form_id`, `stramien_id`, `meta_title`, `meta_desc`, `page_redirect`, `title`, `contents`, `image_background`, `image_foreground`, `showcase_text`, `link`, `lead`, `heading`, `loopback`, `buttons`) VALUES
(1, 0, 1, '2019-03-06 11:10:42', 1, 1, 0, 2, 'UNIVERGE BLUE | Business Cloud Services', '', '', 'NEC UNIVERGE BLUE', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/background/office-peoples.jpg', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/dudette.png', '<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/univerge-blue.png\" /></p>\r\n\r\n<h1>Business Cloud Services</h1>\r\n\r\n<p>Select features as needed from within the cloud, expanding capacity is just a click away. Connect to the world via voice, chat, text messaging or video. UNIVERGE BLUE lets you communicate via the cloud.</p>\r\n', '', 'Agile, secure and meaningful business transformation with UNIVERGE BLUE™ Cloud Services, from critical communications and data management services to industry-specific cloud environments and hosted solutions.', 'Build. Modernize. Scale.<strong>with UNIVERGE BLUE</strong>', '', 0),
(2, 0, 1, '2019-03-06 11:52:43', 1, 2, 0, 0, '', '', '', 'Terms of Use', '', '', '', '', '', '', '', '', 0),
(3, 0, 1, '2019-03-06 11:52:53', 1, 3, 0, 0, '', '', '', 'Privacy Policy', '', '', '', '', '', '', '', '', 0),
(4, 0, 1, '2019-03-06 11:52:55', 1, 4, 0, 0, '', '', '', 'Information Security', '', '', '', '', '', '', '', '', 0),
(5, 0, 1, '2019-03-11 14:43:11', 1, 5, 0, 0, '', '', '', 'UNIVERGE BLUE Features', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/ucaas-blue-features.jpg', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/ucaas-blue-features.png', '<p><img alt=\"\" src=\"https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/univerge-blue.png\" /></p>\r\n\r\n<h1>Business Cloud Services</h1>\r\n\r\n<p>UNIVERGE BLUE is a cost-effective business cloud platform for Voice, Mobility, Messaging, Presence, Conferencing, Contact Center and much more. With it’s scalable infrastructure Implementing new services has never been easier.</p>\r\n', '', '', '', '', 0),
(6, 0, 1, '2019-03-12 10:29:15', 1, 6, 0, 9, 'Elevate Learning With Highly Connected & Secure Academic Environments', '', '', 'Cloud Education', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/background/bg-cloud-education.jpg', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/foreground/fg-cloud-education.png', '', '', 'UNIVERGE BLUE CLOUD SERVICES for Education optimizes collaboration and knowledge sharing across traditional and online learning environments from within the cloud.', 'Elevate Learning With <strong>Highly Connected & Secure Academic Environments</strong>', '', 0),
(7, 0, 1, '2019-03-12 10:29:19', 1, 7, 0, 11, 'Protect Efficiencies With Intuitive & Secure Goverment Solutions', '', '', 'Cloud Government', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/background/bg-government.jpg', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/foreground/fg-government.png', '', '', 'UNIVERGE BLUE CLOUD SERVICES for Government equips federal, state and local agencies and workers with highly adaptive cloud-based communications and infrastructure systems outfitted with feature-rich, intuitive services and secure data-intense controls. ', 'Protect Efficiencies With<strong> Intuitive & Secure Goverment Solutions</strong>', '', 0),
(8, 0, 1, '2019-03-12 10:29:23', 1, 8, 0, 10, 'Empower Caregivers With More Responsive & Personalized Healthcare Services', '', '', 'Cloud Healthcare', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/background/bg-healthcare.jpg', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/foreground/fg-healthcare-cloud.png', '', '', 'UNIVERGE BLUE CLOUD SERVICES for Healthcare enables clinicians and caregivers to collaborate more effectively to create efficient and integrated cloud-based patient care and experiences.', 'Empower Caregivers With <strong>More Responsive & Personalized Healthcare Services</strong>', '', 0),
(9, 0, 1, '2019-03-12 10:29:28', 1, 9, 0, 13, 'Winning Interactions With Shopper & In-store Retail Solutions', '', '', 'Cloud Retail', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/background/bg-retail.jpg', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/foreground/fg-retail.png', '', '', 'UNIVERGE BLUE CLOUD SERVICES for Small-Midsize Business (SMB) achieves a highly connected workforce where dynamic accessibility and collaboration across and beyond the enterprise allows smaller organizations to do and achieve more with less.', 'Winning Interactions With<strong>Shopper & In-store Retail Solutions</strong>', '', 0),
(10, 0, 1, '2019-03-13 14:57:53', 1, 15, 0, 12, 'Memorable Experiences With Individualized & Coordinated Hospitality Solutions', '', '', 'Cloud Hospitality', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/background/bg-hospitality.jpg', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/foreground/fg-hospitality.png', '', '', 'UNIVERGE BLUE CLOUD SERVICES for Hospitality promotes staff productivity and brand-specific efficiencies through guest-oriented services that reinforce personalized and responsive services and property visits to elevate guest satisfaction.', 'Memorable Experiences With  <strong>Individualized & Coordinated Hospitality Solutions</strong>', '', 0),
(11, 0, 1, '2019-03-13 14:58:14', 1, 16, 0, 14, 'Competitive Advantages With Small-midsize Business Solutions', '', '', 'Cloud SMB', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/background/bg-smb.jpg', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/foreground/fg-smb-cloud.png', '', '', 'UNIVERGE BLUE CLOUD SERVICES for Small-Midsize Business (SMB) achieves a highly connected workforce where dynamic accessibility and collaboration across and beyond the enterprise allows smaller organizations to do and achieve more with less. ', 'Competitive Advantages With<strong>Small-midsize Business Solutions</strong>', '', 0),
(12, 0, 1, '2019-03-13 14:58:29', 1, 17, 0, 15, 'Centralized Efficiencies With Enterprise Services & Solutions', '', '', 'Cloud Enterprise', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/background/bg-enteprise-cloud.jpg', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/foreground/fg-enterprise-cloud.png', '', '', 'UNIVERGE BLUE CLOUD SERVICES for Enterprises help larger sized organizations reduce their operational complexity and staffing costs with custom and highly integrated cloud-based communications and infrastructure services in a variety of flexible cost and deployment structures, all from a single and highly regarded service provider. ', 'Centralized Efficiencies With<strong>Enterprise Services & Solutions</strong>', '', 0),
(13, 0, 1, '2019-03-14 09:56:47', 1, 18, 0, 1, '', '', '', 'Get in Touch', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/background/contact-us-univerge-blue.jpg', '', '', '', '', 'Here’s how to <strong>contact us</strong>', '', 1),
(14, 0, 1, '2019-12-04 12:57:18', 1, 19, 0, 0, 'UNIVERGE BLUE Cloud Services', '', '', 'Cloud Services', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/on-the-move.jpg', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/foreground/dude-blue.png', '', '', 'xxxxx xxxxxxxxx xxxxxxxxxxxx xxxxxxxxx xxxxxxxxxxxx xxxxxxxxx xxxxxxx', 'The Ultimate <strong>Smart Workspace</strong>', '', 0),
(15, 0, 1, '2019-12-05 12:29:57', 1, 20, 0, 3, '', '', '', 'Team Collaboration', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/background/office.jpg', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/foreground/dude-phone.png', '', '', 'UNIVERGE BLUE MEET Collaboration is everything that users need to connect, engage and collaborate virtually from anywhere at any time.', 'BETTER RESULTS with <strong>UNIVERGE BLUE MEET</strong>', '', 0),
(16, 0, 1, '2019-12-05 13:54:46', 1, 21, 0, 0, 'Industry Based Cloud Services', '', '', 'Industries', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/background/office-grreen.jpg', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/foreground/woman-white-shirt.png', '', '', 'Quick deployment, flexible configuration and world-class security within the Cloud', 'Highly-Adaptive Industry-Based <strong>Cloud Services</strong>', '', 0),
(17, 0, 1, '2020-01-10 13:26:24', 1, 22, 0, 4, 'Greater Productivity with Cloud Mobility', '', '', 'Mobility', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/background/bg-mobility.jpg', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/foreground/fg-mobility.png', '', '', 'UNIVERGE BLUE Cloud Mobility vitalizes mobile workforce communications and productivity through reliable access to highly flexible call and collaborative solutions optimized by cross-device compatibility.', 'Greater Productivity with<strong>Cloud Mobility</strong>', '', 0),
(18, 0, 1, '2020-01-13 10:28:12', 1, 23, 0, 5, 'Data Assurance with Cloud Backup as a Service', '', '', 'Backup as a Service', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/background/bg-data-center.jpg', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/foreground/fg-backup-as-service.png', '', '', 'UNIVERGE BLUE Backup as a Service (BaaS) – which also includes UNIVERGE BLUE’s Infrastructure as a Service (IaaS) and Disaster Recovery as a Services solutions – provides a fully integrated cloud environment that integrates comprehensive delivery options with essential services vital in managing and securing critical datacenters and sensitive data stores.', 'Data Assurance with <strong>Backup as a Service</strong>', '', 0),
(19, 0, 1, '2020-01-13 12:15:54', 1, 24, 0, 6, 'Caller Responsiveness With Univerge Blue Contact Center', '', '', 'Contact Center', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/background/bg-call-center.jpg', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/foreground/fg-contact-center.png', '', '', 'UNIVERGE BLUE Contact Center is a highly customizable cloud-based call center solution that improves the handling and oversight of incoming phone calls through a range of basic to premium agent and supervisor contact center services.', 'Caller Responsiveness With Univerge Blue<strong>Contact Center</strong>', '', 0),
(20, 0, 1, '2020-01-13 13:15:53', 1, 25, 0, 7, 'Efficient Communications With Voice, Presence & Unified Communications', '', '', 'Voice, Presence & UC', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/background/office-peoples.jpg', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/foreground/fg-unified-communications.png|*|https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/foreground/fg-unified-communicatio', '', '', 'UNIVERGE BLUE Voice, Presence and Unified Communications (UC) modernizes how organizations can communicate with a choice of highly customized and hybrid or hosted cloud phone services.', 'Efficient Communications With <strong>Voice, Presence & UC</strong>', '', 0),
(21, 0, 1, '2020-01-13 13:47:43', 1, 26, 0, 8, 'Safety Protocols With Univerge Blue Cloud Security', '', '', 'Security', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/background/bg-security.jpg', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/foreground/fg-safety-protocols.png', '', '', 'UNIVERGE BLUE Security encompasses a range of cloud-based practices that work to alleviate potential concern about loss of control associated with moving critical processes and data to the cloud. ', 'Safety Protocols With Univerge Blue <strong>Cloud Security</strong>', '', 0),
(22, 0, 1, '2020-01-21 09:47:01', 1, 27, 0, 1, 'Migrate to the Cloud With the Right Cloud Solution', '', '', 'Migrate to the cloud', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/background/why-migrate.jpg', '', '', '', 'Moving to the cloud and losing the manageability and control over familiar physical and critical environments can be concerning.  Any uneasiness and potential mistakes become avoidable with the right solution when backed by the right provider.', 'MIGRATE TO THE CLOUD <strong>With the Right Cloud Solution</strong>', '', 0),
(23, 0, 1, '2020-01-21 14:18:56', 1, 29, 0, 1, '', '', '', 'Why Move To The Cloud Now', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/background/why-migrate-now.jpg', '', '', '', 'Why continue to put the time and effort into purchasing and maintaining equipment and software or investing in technology that simply goes unused?  UNIVERGE BLUE can deliver meaningful and controlled transformation through greater standardization and increased compatibility with high value cloud services that bring agility, productivity and value to the organization at substantial cost savings.', 'Why The Time is Now<strong>For UNIVERGE BLUE</strong>', '', 0),
(24, 0, 1, '2020-01-21 14:32:58', 1, 30, 0, 1, '', '', '', 'Why Cloud; Why UNIVERGE BLUE', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/background/bg-enteprise-cloud.jpg', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/foreground/fg-why-blue.png', '', '', 'UNIVERGE BLUE delivers advanced public, hosted private and hybrid cloud environments and a range of communications, collaboration, contact center and data storage and recovery cloud services.  No need to work across multiple vendors or deal with disparaged services or contract agreements. Cloud migration is made easy with UNIVERGE BLUE, whether it is an initial move to the cloud, achieving a larger cloud presence or looking to migrate a specific function.', 'WHY CLOUD; WHY UNIVERGE BLUE <strong>Fast, Proven & Dependable </strong>', '', 0),
(25, 0, 1, '2020-04-06 11:43:43', 1, 31, 0, 0, 'Video. Phone. Messaging. Together Connected..', '', '', 'NEC Univerge BLUE', '', '', '', '<h1><strong>Video. Phone. Messaging. Together Connected.</strong></h1>\r\n\r\n<p>Integrated video conferencing, screen sharing, and messaging for teams big and small.</p>\r\n\r\n<p><a class=\"button secondary\" href=\"#\">WHY Cloud? Why BLUE?</a> <a class=\"button primary\" href=\"#\">Request Free Demo</a></p>\r\n', '', '', '', '', 0),
(26, 0, 1, '2020-04-15 08:32:26', 1, 32, 0, 0, 'Connect, engage and collaborate | UNIVERGE BLUE MEET', '', '', 'UNIVERGE BLUE MEET', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/background/univerge-blue-meet.jpg', '', '', '', 'Connect, engage and collaborate virtually from anywhere at any time', '<strong>UNIVERGE BLUE MEET</strong>', '', 0),
(27, 0, 1, '2020-04-15 10:57:55', 1, 33, 0, 0, '', '', '', 'UNIVERGE BLUE MOBILITY', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/background/bg-cloud-education.jpg', '', '', '', 'Highly flexible cross-device call and collaboration solutions', '<strong>UNIVERGE BLUE MOBILITY</strong>', '', 0),
(28, 0, 1, '2020-04-15 10:57:55', 1, 34, 0, 0, '', '', '', 'UNIVERGE BLUE BACKUP', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/backup/UNIVERGE-BLUE-backup.jpg', '', '', '', 'Critical data center and data store cloud services', '<strong>UNIVERGE BLUE BACKUP</strong>', '', 0),
(29, 0, 1, '2020-04-15 10:57:55', 1, 35, 0, 0, 'A highly customizable cloud-based contact center solution  | UNIVERGE BLUE', '', '', 'UNIVERGE BLUE ENGAGE', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/enage/UNIVERGE-BLUE-Engage.jpg', '', '', '', 'A highly customizable cloud-based contact center solution ', '<strong>UNIVERGE BLUE ENGAGE</strong>', '', 0),
(30, 0, 1, '2020-04-15 10:57:55', 1, 36, 0, 0, 'Cloud-based unified communications (UC) solution | UNIVERGE BLUE CONNECT', '', '', 'UNIVERGE BLUE CONNECT', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/connect/UNIVERGE-BLUE-connect.jpg', '', '', '', 'A fully integrated cloud-based unified communications (UC) solution.', '<strong>UNIVERGE BLUE CONNECT</strong>', '', 0),
(31, 0, 1, '2020-04-15 10:57:55', 1, 37, 0, 0, 'Cloud-based unified commoving critical processes and data to the cloud.munications (UC) solution | UNIVERGE BLUE CONNEC | UNIVERGE BLUE SECURITY', '', '', 'UNIVERGE BLUE RECOVER', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/security/UNIVERGE-BLUE-cloud-security.jpg', '', '', '', 'Easing potential concerns about moving critical processes and data to the cloud.', '<strong>UNIVERGE BLUE RECOVER</strong>', '', 0),
(32, 0, 1, '2020-04-15 10:57:55', 1, 38, 0, 0, 'Supplementing frequently used enterprise applications | UNIVERGE BLUE INTEGRATE', '', '', 'UNIVERGE BLUE INTEGRATE', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/background/office-people.jpg', '', '', '', 'Supplementing frequently used enterprise applications with UNIVERGE BLUE’s Unified Communications and Contact Center solutions.', '<strong>UNIVERGE BLUE CLOUD INTEGRATE</strong>', '', 0),
(33, 0, 1, '2020-04-15 10:57:55', 1, 39, 0, 0, 'A complete broadcast cloud solution for virtual meetings | UNIVERGE BLUE SHARE', '', '', 'UNIVERGE BLUE WEBINARS', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/showcases/background/office-peoples.jpg', '', '', '', 'A complete broadcast cloud solution for virtual meetings', '<strong>UNIVERGE BLUE CLOUD WEBINARS</strong>', '', 0),
(34, 0, 1, '2020-04-15 10:57:55', 1, 40, 0, 0, 'Simplifying and securing the sharing of digital documentation | UNIVERGE BLUE WEBINARS', '', '', 'UNIVERGE BLUE SHARE', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/share/blue-management-support.jpg', '', '', '', 'Simplifying and securing the sharing of digital documentation ', '<strong>UNIVERGE BLUE SHARE</strong>', '', 0),
(35, 0, 1, '2020-04-16 11:05:57', 1, 41, 0, 0, '', '', '', 'Remote Working', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/univergeblue/images/v2/background/remote-working-univerge-blue.jpg', '', '', '', 'A single application to help remote workers stay engaged and connected ', 'Working Remotely Will be <strong>Business  as Usual</strong>', 'loopback.remoteworking.php', 0),
(36, 0, 1, '2020-04-16 13:12:49', 1, 42, 0, 19, '', '', '', 'Connect packages', '', '', '', '', '', '', '', 'empty.php', 0);

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `templates`
--

CREATE TABLE `templates` (
  `template_id` int(10) NOT NULL,
  `naam` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `position` int(10) NOT NULL,
  `active` int(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Gegevens worden geëxporteerd voor tabel `templates`
--

INSERT INTO `templates` (`template_id`, `naam`, `position`, `active`) VALUES
(1, 'page', 0, 1),
(2, 'feature', 0, 1);

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `template_fields`
--

CREATE TABLE `template_fields` (
  `template_field_id` int(10) NOT NULL,
  `template_id` int(10) NOT NULL,
  `field_id` int(10) NOT NULL,
  `field_naam` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `field_user` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `value` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `sub_of` int(10) NOT NULL DEFAULT '0',
  `type` int(1) NOT NULL DEFAULT '0',
  `overzicht` int(1) NOT NULL DEFAULT '0',
  `link_to` int(10) NOT NULL DEFAULT '0',
  `position` int(10) NOT NULL,
  `translate` int(1) NOT NULL DEFAULT '0',
  `active` int(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Gegevens worden geëxporteerd voor tabel `template_fields`
--

INSERT INTO `template_fields` (`template_field_id`, `template_id`, `field_id`, `field_naam`, `field_user`, `value`, `sub_of`, `type`, `overzicht`, `link_to`, `position`, `translate`, `active`) VALUES
(1, 1, 1, 'title', 'title', '', 0, 1, 0, 0, 0, 0, 1),
(2, 1, 46, 'contents', 'contents', '', 0, 1, 0, 0, 7, 0, 1),
(3, 1, 6, 'image_background', 'image_background', '', 0, 1, 0, 0, 4, 0, 1),
(4, 1, 6, 'image_foreground', 'image_foreground', '', 0, 1, 0, 0, 5, 0, 1),
(5, 1, 5, 'showcase_text', 'showcase_text', '', 0, 1, 0, 0, 3, 0, 1),
(6, 1, 12, 'link', 'link', '', 0, 1, 0, 0, 6, 0, 1),
(7, 0, 0, '5c862d7c8a808', '', '', 0, 1, 0, 0, 0, 0, 1),
(8, 0, 0, '5c862d80c82ee', '', '', 0, 1, 0, 0, 0, 0, 1),
(9, 0, 0, '5c862d86bf5db', '', '', 0, 1, 0, 0, 0, 0, 1),
(10, 0, 0, '5c862d89a981b', '', '', 0, 1, 0, 0, 0, 0, 1),
(11, 1, 1, 'lead', 'lead', '', 0, 1, 0, 0, 2, 0, 1),
(12, 0, 0, '5c878a1f3642d', '', '', 0, 1, 0, 0, 0, 0, 1),
(13, 2, 1, 'name', 'name', '', 0, 1, 0, 0, 0, 0, 1),
(14, 2, 5, 'text', 'text', '', 0, 1, 0, 0, 0, 0, 1),
(15, 1, 1, 'heading', 'heading', '', 0, 1, 0, 0, 1, 0, 1),
(16, 0, 0, '5de7b1775c610', '', '', 0, 1, 0, 0, 0, 0, 1),
(17, 1, 1, 'loopback', 'loopback', '', 0, 1, 0, 0, 8, 0, 1),
(18, 0, 0, '5e984f0079626', '', '', 0, 1, 0, 0, 0, 0, 1),
(19, 1, 24, 'buttons', 'buttons', '', 0, 1, 0, 0, 0, 0, 1);

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `translations`
--

CREATE TABLE `translations` (
  `translation_id` int(10) NOT NULL,
  `language_id` int(10) NOT NULL,
  `element_id` int(100) NOT NULL,
  `type` varchar(250) NOT NULL,
  `value` varchar(250) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `unique_ids`
--

CREATE TABLE `unique_ids` (
  `unique_id` int(10) NOT NULL,
  `sectie_id` int(10) NOT NULL,
  `template_id` int(10) NOT NULL,
  `entry_id` int(10) NOT NULL,
  `status` int(1) NOT NULL,
  `position` int(10) NOT NULL,
  `language_id` int(10) NOT NULL,
  `translation_of_uid` int(10) NOT NULL,
  `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `last_update` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `sortable` varchar(255) DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Gegevens worden geëxporteerd voor tabel `unique_ids`
--

INSERT INTO `unique_ids` (`unique_id`, `sectie_id`, `template_id`, `entry_id`, `status`, `position`, `language_id`, `translation_of_uid`, `created`, `last_update`, `sortable`, `url`) VALUES
(1, 1, 1, 1, 1, 0, 0, 0, '2019-03-05 23:00:00', '2020-01-27 12:57:20', 'NEC UNIVERGE BLUE', 'nec-univerge-blue'),
(2, 5, 1, 2, 2, 0, 0, 0, '2019-03-05 23:00:00', '2019-03-14 09:56:34', 'Terms of Use', 'terms-of-use'),
(3, 5, 1, 3, 2, 1, 0, 0, '2019-03-05 23:00:00', '2019-03-14 09:56:38', 'Privacy Policy', 'privacy-policy'),
(4, 5, 1, 4, 2, 2, 0, 0, '2019-03-05 23:00:00', '2019-03-14 09:56:42', 'Information Security', 'information-security'),
(5, 4, 1, 5, 2, 0, 0, 0, '2019-03-10 23:00:00', '2019-03-11 14:45:55', 'UNIVERGE BLUE Features', 'univerge-blue-features'),
(6, 3, 1, 6, 1, 1, 0, 0, '2019-03-11 23:00:00', '2020-03-26 11:47:54', 'Cloud Education', 'cloud-education'),
(7, 3, 1, 7, 1, 3, 0, 0, '2019-03-11 23:00:00', '2020-03-26 12:28:40', 'Cloud Government', 'cloud-government'),
(8, 3, 1, 8, 1, 2, 0, 0, '2019-03-11 23:00:00', '2020-03-26 12:19:18', 'Cloud Healthcare', 'cloud-healthcare'),
(9, 3, 1, 9, 1, 5, 0, 0, '2019-03-11 23:00:00', '2020-03-26 12:42:12', 'Cloud Retail', 'cloud-retail'),
(10, 11, 2, 1, 2, 0, 0, 0, '2019-03-11 23:00:00', '2019-03-13 12:55:48', 'Secure & reliable', 'secure-reliable'),
(11, 11, 2, 2, 2, 2, 0, 0, '2019-03-11 23:00:00', '2019-03-12 10:58:23', 'Predictable costs', 'predictable-costs'),
(12, 11, 2, 3, 2, 3, 0, 0, '2019-03-11 23:00:00', '2019-03-13 12:55:26', 'Flexible & scalable', 'flexible-scalable'),
(13, 11, 2, 4, 2, 1, 0, 0, '2019-03-11 23:00:00', '2019-03-13 13:01:21', 'Increased efficiency', 'increased-efficiency'),
(14, 11, 2, 5, 2, 4, 0, 0, '2019-03-11 23:00:00', '2019-03-13 12:58:20', 'Fast deployment', 'fast-deployment'),
(15, 3, 1, 10, 1, 4, 0, 0, '2019-03-12 23:00:00', '2020-03-26 12:32:59', 'Cloud Hospitality', 'cloud-hospitality'),
(19, 2, 1, 14, 1, 10, 0, 0, '2019-12-03 23:00:00', '2020-01-21 10:44:32', 'Cloud Services', 'cloud-services'),
(18, 5, 1, 13, 2, 0, 0, 0, '2019-03-13 23:00:00', '2020-04-16 12:58:25', 'Get in Touch', 'get-in-touch'),
(16, 3, 1, 11, 1, 6, 0, 0, '2019-03-12 23:00:00', '2020-03-26 12:48:48', 'Cloud SMB', 'cloud-smb'),
(17, 3, 1, 12, 1, 7, 0, 0, '2019-03-12 23:00:00', '2020-03-26 12:51:45', 'Cloud Enterprise', 'cloud-enterprise'),
(20, 2, 1, 15, 1, 11, 0, 0, '2019-12-04 23:00:00', '2020-03-25 13:32:00', 'Team Collaboration', 'team-collaboration'),
(21, 3, 1, 16, 1, 0, 0, 0, '2019-12-04 23:00:00', '2020-01-14 09:25:47', 'Industries', 'industries'),
(22, 2, 1, 17, 1, 12, 0, 0, '2020-01-09 23:00:00', '2020-01-27 14:25:52', 'Mobility', 'mobility'),
(23, 2, 1, 18, 1, 13, 0, 0, '2020-01-12 23:00:00', '2020-01-27 14:25:56', 'Backup as a Service', 'backup-as-a-service'),
(24, 2, 1, 19, 1, 14, 0, 0, '2020-01-12 23:00:00', '2020-01-29 10:22:51', 'Contact Center', 'contact-center'),
(25, 2, 1, 20, 1, 15, 0, 0, '2020-01-12 23:00:00', '2020-01-27 14:26:08', 'Voice, Presence & UC', 'voice-presence-uc'),
(26, 2, 1, 21, 1, 16, 0, 0, '2020-01-12 23:00:00', '2020-01-27 14:26:13', 'Security', 'security'),
(27, 12, 1, 22, 2, 0, 0, 0, '2020-01-20 23:00:00', '2020-04-16 11:13:02', 'Migrate to the cloud', 'migrate-to-the-cloud'),
(28, 11, 2, 6, 2, 0, 0, 0, '2020-01-20 23:00:00', '2020-01-21 10:52:43', 'Login', 'login'),
(29, 12, 1, 23, 2, 1, 0, 0, '2020-01-20 23:00:00', '2020-04-16 11:20:27', 'Why Move To The Cloud Now', 'why-move-to-the-cloud-now'),
(30, 12, 1, 24, 2, 2, 0, 0, '2020-01-20 23:00:00', '2020-04-14 12:16:21', 'Why Cloud; Why UNIVERGE BLUE', 'why-cloud-why-univerge-blue'),
(31, 1, 1, 25, 2, 0, 0, 0, '2020-04-05 22:00:00', '2020-04-14 11:39:44', 'NEC Univerge BLUE', 'nec-univerge-blue'),
(32, 2, 1, 26, 2, 1, 0, 0, '2020-04-14 22:00:00', '2020-04-15 13:21:05', 'UNIVERGE BLUE MEET', 'meet'),
(33, 2, 1, 27, 2, 2, 0, 0, '2020-04-14 22:00:00', '2020-04-15 10:59:00', 'UNIVERGE BLUE MOBILITY', 'mobility'),
(34, 2, 1, 28, 2, 4, 0, 0, '2020-04-14 22:00:00', '2020-04-16 09:57:06', 'UNIVERGE BLUE BACKUP', 'backup'),
(35, 2, 1, 29, 2, 5, 0, 0, '2020-04-14 22:00:00', '2020-04-16 09:44:00', 'UNIVERGE BLUE ENGAGE', 'engage'),
(36, 2, 1, 30, 2, 0, 0, 0, '2020-04-14 22:00:00', '2020-04-15 13:31:47', 'UNIVERGE BLUE CONNECT', 'connect'),
(37, 2, 1, 31, 2, 6, 0, 0, '2020-04-14 22:00:00', '2020-04-16 10:23:14', 'UNIVERGE BLUE RECOVER', 'recover'),
(38, 2, 1, 32, 2, 7, 0, 0, '2020-04-14 22:00:00', '2020-04-15 12:04:18', 'UNIVERGE BLUE INTEGRATE', 'integrate'),
(39, 2, 1, 33, 2, 8, 0, 0, '2020-04-14 22:00:00', '2020-04-15 12:24:13', 'UNIVERGE BLUE WEBINARS', 'webinars'),
(40, 2, 1, 34, 2, 3, 0, 0, '2020-04-14 22:00:00', '2020-04-15 14:03:13', 'UNIVERGE BLUE SHARE', 'share'),
(41, 13, 1, 35, 2, 0, 0, 0, '2020-04-15 22:00:00', '2020-04-16 12:27:04', 'Remote Working', 'remote-working'),
(42, 2, 1, 36, 2, 9, 0, 0, '2020-04-15 22:00:00', '2020-04-16 13:16:50', 'Connect packages', 'connect-packages');

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `users`
--

CREATE TABLE `users` (
  `user_id` mediumint(8) UNSIGNED NOT NULL,
  `email` tinytext CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `wachtwoord` tinytext CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `voor` varchar(250) NOT NULL,
  `tussen` varchar(250) NOT NULL,
  `achter` varchar(250) NOT NULL,
  `admin` int(1) NOT NULL DEFAULT '0',
  `position` int(10) NOT NULL,
  `active` int(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `variabelen`
--

CREATE TABLE `variabelen` (
  `variabele_id` int(10) NOT NULL,
  `field_id` varchar(250) NOT NULL,
  `naam` varchar(250) NOT NULL,
  `active` varchar(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `variabele_data`
--

CREATE TABLE `variabele_data` (
  `variabele_data_id` int(10) NOT NULL,
  `variabele_id` int(10) NOT NULL,
  `naam` varchar(250) NOT NULL,
  `position` int(10) NOT NULL,
  `active` int(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Indexen voor geëxporteerde tabellen
--

--
-- Indexen voor tabel `bestellingen`
--
ALTER TABLE `bestellingen`
  ADD PRIMARY KEY (`bestelling_id`);

--
-- Indexen voor tabel `bestellingen_producten`
--
ALTER TABLE `bestellingen_producten`
  ADD PRIMARY KEY (`bp_id`),
  ADD KEY `product_id` (`uid`),
  ADD KEY `bestelling_id` (`bestelling_id`);

--
-- Indexen voor tabel `categories`
--
ALTER TABLE `categories`
  ADD PRIMARY KEY (`category_id`);

--
-- Indexen voor tabel `category_posities`
--
ALTER TABLE `category_posities`
  ADD PRIMARY KEY (`category_positie_id`),
  ADD KEY `pagina_id` (`category_id`,`positie_id`);

--
-- Indexen voor tabel `choice_options`
--
ALTER TABLE `choice_options`
  ADD PRIMARY KEY (`choice_id`),
  ADD KEY `field_id` (`field_id`);

--
-- Indexen voor tabel `custom_css`
--
ALTER TABLE `custom_css`
  ADD PRIMARY KEY (`custom_id`);

--
-- Indexen voor tabel `entry_categories`
--
ALTER TABLE `entry_categories`
  ADD PRIMARY KEY (`entry_category_id`),
  ADD KEY `unique_id` (`unique_id`,`category_id`);

--
-- Indexen voor tabel `entry_choices`
--
ALTER TABLE `entry_choices`
  ADD PRIMARY KEY (`entry_choice_id`);

--
-- Indexen voor tabel `entry_links`
--
ALTER TABLE `entry_links`
  ADD PRIMARY KEY (`entry_link_id`),
  ADD KEY `entry_id` (`entry_id`,`template_id`);

--
-- Indexen voor tabel `entry_posities`
--
ALTER TABLE `entry_posities`
  ADD PRIMARY KEY (`entry_positie_id`),
  ADD KEY `pagina_id` (`unique_id`,`positie_id`);

--
-- Indexen voor tabel `entry_syns`
--
ALTER TABLE `entry_syns`
  ADD PRIMARY KEY (`entry_syn_id`);

--
-- Indexen voor tabel `entry_tags`
--
ALTER TABLE `entry_tags`
  ADD PRIMARY KEY (`entry_tag_id`);

--
-- Indexen voor tabel `field_types`
--
ALTER TABLE `field_types`
  ADD PRIMARY KEY (`field_id`);

--
-- Indexen voor tabel `forms`
--
ALTER TABLE `forms`
  ADD PRIMARY KEY (`form_id`);

--
-- Indexen voor tabel `form_elements`
--
ALTER TABLE `form_elements`
  ADD PRIMARY KEY (`form_element_id`);

--
-- Indexen voor tabel `form_elements_options`
--
ALTER TABLE `form_elements_options`
  ADD PRIMARY KEY (`form_option_id`);

--
-- Indexen voor tabel `form_response`
--
ALTER TABLE `form_response`
  ADD PRIMARY KEY (`form_response_id`);

--
-- Indexen voor tabel `htmltemplates`
--
ALTER TABLE `htmltemplates`
  ADD PRIMARY KEY (`template_id`);

--
-- Indexen voor tabel `instellingen`
--
ALTER TABLE `instellingen`
  ADD PRIMARY KEY (`id`);

--
-- Indexen voor tabel `klanten`
--
ALTER TABLE `klanten`
  ADD PRIMARY KEY (`klant_id`),
  ADD KEY `incasso` (`incasso`);

--
-- Indexen voor tabel `kortingcode_reeks`
--
ALTER TABLE `kortingcode_reeks`
  ADD PRIMARY KEY (`codereeks_id`),
  ADD KEY `kortingscode_id` (`kortingscode_id`,`date_used`);

--
-- Indexen voor tabel `kortingscodes`
--
ALTER TABLE `kortingscodes`
  ADD PRIMARY KEY (`kortingscode_id`);

--
-- Indexen voor tabel `languages`
--
ALTER TABLE `languages`
  ADD PRIMARY KEY (`language_id`);

--
-- Indexen voor tabel `link_data`
--
ALTER TABLE `link_data`
  ADD PRIMARY KEY (`link_data_id`);

--
-- Indexen voor tabel `link_data_fields`
--
ALTER TABLE `link_data_fields`
  ADD PRIMARY KEY (`link_data_field_id`);

--
-- Indexen voor tabel `page_redirects`
--
ALTER TABLE `page_redirects`
  ADD PRIMARY KEY (`redirect_id`);

--
-- Indexen voor tabel `page_section_content`
--
ALTER TABLE `page_section_content`
  ADD PRIMARY KEY (`page_section_id`);
ALTER TABLE `page_section_content` ADD FULLTEXT KEY `html` (`html`);

--
-- Indexen voor tabel `prijzen_product`
--
ALTER TABLE `prijzen_product`
  ADD PRIMARY KEY (`prijs_product_id`),
  ADD KEY `unique_id` (`unique_id`);

--
-- Indexen voor tabel `pw_reset`
--
ALTER TABLE `pw_reset`
  ADD PRIMARY KEY (`reset_id`);

--
-- Indexen voor tabel `secties`
--
ALTER TABLE `secties`
  ADD PRIMARY KEY (`sectie_id`);

--
-- Indexen voor tabel `sectie_categories`
--
ALTER TABLE `sectie_categories`
  ADD PRIMARY KEY (`sectie_category_id`);

--
-- Indexen voor tabel `sectie_templates`
--
ALTER TABLE `sectie_templates`
  ADD PRIMARY KEY (`sectie_templates_id`);

--
-- Indexen voor tabel `stramiens`
--
ALTER TABLE `stramiens`
  ADD PRIMARY KEY (`stramien_id`);

--
-- Indexen voor tabel `synoniemen`
--
ALTER TABLE `synoniemen`
  ADD PRIMARY KEY (`synoniem_id`);

--
-- Indexen voor tabel `synoniemen_default`
--
ALTER TABLE `synoniemen_default`
  ADD PRIMARY KEY (`default_syn_id`);

--
-- Indexen voor tabel `tags`
--
ALTER TABLE `tags`
  ADD PRIMARY KEY (`tag_id`);

--
-- Indexen voor tabel `td_feature`
--
ALTER TABLE `td_feature`
  ADD PRIMARY KEY (`entry_id`);

--
-- Indexen voor tabel `td_page`
--
ALTER TABLE `td_page`
  ADD PRIMARY KEY (`entry_id`);

--
-- Indexen voor tabel `templates`
--
ALTER TABLE `templates`
  ADD PRIMARY KEY (`template_id`),
  ADD KEY `template_name` (`naam`);

--
-- Indexen voor tabel `template_fields`
--
ALTER TABLE `template_fields`
  ADD PRIMARY KEY (`template_field_id`),
  ADD KEY `template_id` (`template_id`,`field_id`);

--
-- Indexen voor tabel `translations`
--
ALTER TABLE `translations`
  ADD PRIMARY KEY (`translation_id`);

--
-- Indexen voor tabel `unique_ids`
--
ALTER TABLE `unique_ids`
  ADD PRIMARY KEY (`unique_id`),
  ADD KEY `sectie_id` (`sectie_id`,`template_id`,`entry_id`);

--
-- Indexen voor tabel `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`user_id`);

--
-- Indexen voor tabel `variabelen`
--
ALTER TABLE `variabelen`
  ADD PRIMARY KEY (`variabele_id`);

--
-- Indexen voor tabel `variabele_data`
--
ALTER TABLE `variabele_data`
  ADD PRIMARY KEY (`variabele_data_id`),
  ADD KEY `variabele_id` (`variabele_id`);

--
-- AUTO_INCREMENT voor geëxporteerde tabellen
--

--
-- AUTO_INCREMENT voor een tabel `bestellingen`
--
ALTER TABLE `bestellingen`
  MODIFY `bestelling_id` int(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT voor een tabel `bestellingen_producten`
--
ALTER TABLE `bestellingen_producten`
  MODIFY `bp_id` int(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT voor een tabel `categories`
--
ALTER TABLE `categories`
  MODIFY `category_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT voor een tabel `category_posities`
--
ALTER TABLE `category_posities`
  MODIFY `category_positie_id` int(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT voor een tabel `choice_options`
--
ALTER TABLE `choice_options`
  MODIFY `choice_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT voor een tabel `custom_css`
--
ALTER TABLE `custom_css`
  MODIFY `custom_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

--
-- AUTO_INCREMENT voor een tabel `entry_categories`
--
ALTER TABLE `entry_categories`
  MODIFY `entry_category_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=44;

--
-- AUTO_INCREMENT voor een tabel `entry_choices`
--
ALTER TABLE `entry_choices`
  MODIFY `entry_choice_id` int(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT voor een tabel `entry_links`
--
ALTER TABLE `entry_links`
  MODIFY `entry_link_id` int(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT voor een tabel `entry_posities`
--
ALTER TABLE `entry_posities`
  MODIFY `entry_positie_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=48;

--
-- AUTO_INCREMENT voor een tabel `entry_syns`
--
ALTER TABLE `entry_syns`
  MODIFY `entry_syn_id` int(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT voor een tabel `entry_tags`
--
ALTER TABLE `entry_tags`
  MODIFY `entry_tag_id` int(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT voor een tabel `field_types`
--
ALTER TABLE `field_types`
  MODIFY `field_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=81;

--
-- AUTO_INCREMENT voor een tabel `forms`
--
ALTER TABLE `forms`
  MODIFY `form_id` int(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT voor een tabel `form_elements`
--
ALTER TABLE `form_elements`
  MODIFY `form_element_id` int(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT voor een tabel `form_elements_options`
--
ALTER TABLE `form_elements_options`
  MODIFY `form_option_id` int(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT voor een tabel `form_response`
--
ALTER TABLE `form_response`
  MODIFY `form_response_id` int(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT voor een tabel `htmltemplates`
--
ALTER TABLE `htmltemplates`
  MODIFY `template_id` int(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT voor een tabel `instellingen`
--
ALTER TABLE `instellingen`
  MODIFY `id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT voor een tabel `klanten`
--
ALTER TABLE `klanten`
  MODIFY `klant_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT voor een tabel `kortingcode_reeks`
--
ALTER TABLE `kortingcode_reeks`
  MODIFY `codereeks_id` int(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT voor een tabel `kortingscodes`
--
ALTER TABLE `kortingscodes`
  MODIFY `kortingscode_id` int(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT voor een tabel `languages`
--
ALTER TABLE `languages`
  MODIFY `language_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT voor een tabel `link_data`
--
ALTER TABLE `link_data`
  MODIFY `link_data_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT voor een tabel `link_data_fields`
--
ALTER TABLE `link_data_fields`
  MODIFY `link_data_field_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT voor een tabel `page_redirects`
--
ALTER TABLE `page_redirects`
  MODIFY `redirect_id` int(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT voor een tabel `page_section_content`
--
ALTER TABLE `page_section_content`
  MODIFY `page_section_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=254;

--
-- AUTO_INCREMENT voor een tabel `prijzen_product`
--
ALTER TABLE `prijzen_product`
  MODIFY `prijs_product_id` int(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT voor een tabel `pw_reset`
--
ALTER TABLE `pw_reset`
  MODIFY `reset_id` int(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT voor een tabel `secties`
--
ALTER TABLE `secties`
  MODIFY `sectie_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

--
-- AUTO_INCREMENT voor een tabel `sectie_categories`
--
ALTER TABLE `sectie_categories`
  MODIFY `sectie_category_id` int(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT voor een tabel `sectie_templates`
--
ALTER TABLE `sectie_templates`
  MODIFY `sectie_templates_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT voor een tabel `stramiens`
--
ALTER TABLE `stramiens`
  MODIFY `stramien_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;

--
-- AUTO_INCREMENT voor een tabel `synoniemen`
--
ALTER TABLE `synoniemen`
  MODIFY `synoniem_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT voor een tabel `synoniemen_default`
--
ALTER TABLE `synoniemen_default`
  MODIFY `default_syn_id` int(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT voor een tabel `tags`
--
ALTER TABLE `tags`
  MODIFY `tag_id` int(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT voor een tabel `td_feature`
--
ALTER TABLE `td_feature`
  MODIFY `entry_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT voor een tabel `td_page`
--
ALTER TABLE `td_page`
  MODIFY `entry_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37;

--
-- AUTO_INCREMENT voor een tabel `templates`
--
ALTER TABLE `templates`
  MODIFY `template_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT voor een tabel `template_fields`
--
ALTER TABLE `template_fields`
  MODIFY `template_field_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;

--
-- AUTO_INCREMENT voor een tabel `translations`
--
ALTER TABLE `translations`
  MODIFY `translation_id` int(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT voor een tabel `unique_ids`
--
ALTER TABLE `unique_ids`
  MODIFY `unique_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=43;

--
-- AUTO_INCREMENT voor een tabel `users`
--
ALTER TABLE `users`
  MODIFY `user_id` mediumint(8) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT voor een tabel `variabelen`
--
ALTER TABLE `variabelen`
  MODIFY `variabele_id` int(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT voor een tabel `variabele_data`
--
ALTER TABLE `variabele_data`
  MODIFY `variabele_data_id` int(10) NOT NULL AUTO_INCREMENT;