File: /var/www/vhosts/creativefellows.nl/fvr.creativefellows.nl/db.sql
-- phpMyAdmin SQL Dump
-- version 4.9.7
-- https://www.phpmyadmin.net/
--
-- Host: localhost:8889
-- Gegenereerd op: 29 apr 2021 om 17:00
-- Serverversie: 5.7.32
-- PHP-versie: 7.3.24
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
--
-- Database: `cassette3_fvru`
--
-- --------------------------------------------------------
--
-- 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,
`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
) 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,
`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(255) 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, 1, 'Page links', 'page-links', 0, 0, 0, 1),
(2, 5, 'Zalen', 'test', 0, 0, 0, 1);
-- --------------------------------------------------------
--
-- 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(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `comments`
--
CREATE TABLE `comments` (
`comment_id` int(10) NOT NULL,
`unique_id` int(10) NOT NULL,
`datetime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`posted_by` varchar(250) NOT NULL,
`comment` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- 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, 'related-items', '', 1, 0),
(2, 'background-gray', '', 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, 5, 1, 1),
(7, 6, 1, 1),
(9, 7, 1, 1),
(21, 8, 2, 5),
(22, 9, 2, 5),
(23, 10, 2, 5),
(24, 11, 2, 5),
(25, 12, 2, 5),
(26, 13, 2, 5),
(27, 14, 2, 5);
-- --------------------------------------------------------
--
-- 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,
`unique_id` int(10) NOT NULL,
`link_type` int(1) NOT NULL,
`value` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`label` 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
(6, 17, 1),
(5, 18, 1),
(7, 19, 1),
(9, 20, 1),
(10, 23, 1),
(11, 22, 1),
(12, 21, 1),
(13, 8, 1),
(14, 9, 1),
(15, 10, 1),
(16, 11, 1),
(17, 12, 1),
(18, 13, 1),
(19, 14, 1);
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `entry_tags`
--
CREATE TABLE `entry_tags` (
`entry_tag_id` int(10) UNSIGNED NOT NULL,
`unique_id` int(10) NOT NULL,
`entry_id` int(10) UNSIGNED NOT NULL,
`template_id` int(10) 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, '', 0, 0),
(5, 'Text', 'textarea', 'text', 'Tekstveld (multiline)', 1, 1, 1, 0, '', 0, 0),
(6, 'Image', 'image', 'tinytext', 'Foto', 1, 0, 1, 0, '', 0, 0),
(11, 'Tags', 'tag', 'text', 'Tags', 0, 0, 1, 0, '', 0, 0),
(12, 'Entry links', 'link', 'varchar(250)', 'Links', 0, 0, 1, 0, '', 0, 0),
(22, 'shop', 'shop', 'varchar(250)', 'Shop', 0, 0, 0, 0, '', 0, 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, '', 0, 0),
(24, 'checkbox', 'checkbox', 'int(10)', 'Checkbox', 0, 1, 1, 0, '', 0, 0),
(28, 'select', 'select', 'varchar(250)', 'Select', 0, 1, 1, 0, '', 0, 0),
(29, 'Files', 'files', 'text', 'Files', 1, 0, 1, 0, '', 0, 0),
(30, 'Date', 'datepicker', 'varchar(250)', 'Date', 0, 0, 1, 0, '', 0, 0),
(31, 'radio', 'radio', 'int(10)', 'Radio', 0, 1, 1, 0, '', 0, 0),
(32, 'Form group', 'formgroup', 'varchar(250)', 'Form group', 0, 1, 0, 0, '', 0, 0),
(33, 'form', 'form', 'int(10)', 'form', 0, 0, 1, 0, '', 0, 0),
(34, 'em', 'em', 'varchar(250)', 'em', 0, 0, 1, 0, '', 0, 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>', 0, 0),
(36, 'cols', 'cols', 'text', 'cols', 0, 0, 1, 0, '', 0, 0),
(37, 'Color', 'colorpicker', 'varchar(250)', 'color', 0, 0, 1, 0, '', 0, 0),
(38, 'code', 'code', 'text', 'code', 0, 0, 0, 0, '', 0, 0),
(39, 'Pagina introductie', 'Pagina introductie', 'text', 'Pagina introductie', 0, 0, 0, 1, '<div class=\"page-row page-row__introduction\"><div class=\"grid-container\"> \r\n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\r\n \r\n <div class=\"small-12 cell\">\r\n <div class=\"column-wrapper\">\r\n <h1>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</h1>\r\n <p>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>\r\n</div>\r\n</div>\r\n', 0, 0),
(40, '2-column', '2-column', 'text', '2-column', 0, 0, 0, 1, '<div class=\"page-row\"> \r\n<div class=\"grid-container\"> \r\n<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 <p>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 <div class=\"small-12 medium-6 cell\">\r\n <div class=\"column-wrapper\">\r\n <p>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>\r\n</div>\r\n</div>', 0, 0),
(67, '5-column', '5-column', 'text', '5-column', 0, 0, 0, 1, '<div class=\"grid-container\"> \r\n<div class=\"grid-x grid-padding-x small-up-1 medium-up-5\">\r\n<div class=\"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=\"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=\"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 class=\"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=\"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>\r\n</div>', 0, 0),
(51, 'Custom code', 'custom', 'custom', 'custom', 0, 0, 0, 1, '<div class=\"custom-code\"></div>\r\n', 0, 0),
(56, 'img', 'img', 'img-sub', 'img', 0, 0, 0, 0, ' <div class=\"image-full-width\">\n \n <div class=\"foreground hrzntl-spacer\">\n <div class=\"inner-wrapper\">\n \n <div class=\"col24\">\n <div style=\"\" class=\"column-wrapper\"><p>CLick to edit</p></div>\n </div>\n \n </div>\n </div>\n\n <div class=\"column-wrapper background\" edittype=\"image\"><img src=\"http://placehold.it/1200x300&text=IMAGE\"></div>\n</div>\n', 0, 0),
(42, '3-column', '3-column', 'text', '3-column', 0, 0, 0, 1, '<div class=\"page-row\"> \r\n<div class=\"grid-container\"> \r\n<div class=\"grid-x grid-padding-x\">\r\n \r\n \r\n <div class=\"small-12 medium-4 large-4 cell\">\r\n <div class=\"column-wrapper\">\r\n <p>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=\"small-12 medium-4 large-4 cell\">\r\n <div class=\"column-wrapper\">\r\n <p>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=\"small-12 medium-4 large-4 cell\">\r\n <div class=\"column-wrapper\">\r\n <p>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\r\n</div>\r\n</div>\r\n</div>', 0, 0),
(68, '3-column - images', '3-column - images', 'text', '3-column - images', 0, 0, 0, 1, '<div class=\"page-row\"> \r\n<div class=\"grid-container\"> \r\n<div class=\"grid-x grid-padding-x align-center\">\r\n \r\n \r\n <div class=\"small-12 medium-4 large-4 cell\">\r\n <div class=\"column-wrapper image image__corner\" edittype=\"image\">\r\n <img src=\"http://placehold.it/600x300&text=IMAGE\">\r\n </div>\r\n </div>\r\n \r\n <div class=\"small-12 medium-4 large-4 cell\">\r\n <div class=\"column-wrapper image image__corner\" edittype=\"image\">\r\n <img src=\"http://placehold.it/600x300&text=IMAGE\">\r\n </div>\r\n </div>\r\n\r\n<div class=\"small-12 medium-4 large-4 cell\">\r\n <div class=\"column-wrapper image image__corner\" edittype=\"image\">\r\n <img src=\"http://placehold.it/600x300&text=IMAGE\">\r\n </div>\r\n </div>\r\n\r\n\r\n</div>\r\n</div>\r\n</div>\r\n\r\n', 1, 6),
(41, '4-column', '4-column', 'text', '4-column', 0, 0, 0, 1, '<div class=\"page-row\"> \r\n<div class=\"grid-container\"> \r\n<div class=\"grid-x grid-padding-x\">\r\n \r\n <div class=\"small-12 medium-6 large-3 cell\">\r\n <div class=\"column-wrapper\">\r\n <p>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 <div class=\"small-12 medium-6 large-3 cell\">\r\n <div class=\"column-wrapper\">\r\n <p>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=\"small-12 medium-6 large-3 cell\">\r\n <div class=\"column-wrapper\">\r\n <p>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 <div class=\"small-12 medium-6 large-3 cell\">\r\n <div class=\"column-wrapper\">\r\n <p>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>\r\n</div>\r\n</div>', 0, 0),
(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>', 0, 0),
(45, 'spacer', 'spacer', 'spacer', 'spacer', 0, 0, 0, 1, '<div class=\"page-row page-row__spacer\"> \r\n<div class=\"grid-container\"> \r\n<div class=\"grid-x grid-padding-x\">\r\n \r\n<div class=\"small-12 cell\">\r\n<div class=\"column-wrapper\" edittype=\"spacer\"><div class=\"default-spacer\"></div></div>\r\n</div>\r\n \r\n</div>\r\n</div>\r\n</div>\r\n', 0, 0),
(46, 'dragdrop', 'dragdrop', 'text', 'dragdrop', 0, 0, 1, 0, '', 0, 0),
(48, '2-column-centered', '2-column-centered', 'text', '2-column-centered', 0, 0, 0, 0, '<div class=\"col8 offset4\">\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=\"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', 0, 0),
(49, '3-column-centered', '3-column-centered', 'text', '3-column-centered', 0, 0, 0, 0, '<div class=\"col6 offset3\">\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\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\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>', 0, 0),
(50, '1-column-centered', '1-column-centered', 'text', '1-column-centered', 0, 0, 0, 0, '<div class=\"col16 offset4\">\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>', 0, 0),
(54, 'showcase', 'showcase', 'showcase\r\n', 'showcase', 0, 0, 0, 0, '<div class=\"image-showcase\">\r\n <div class=\"case-foreground\" edittype=\"textarea\">\r\n <div class=\"column-wrapper\" edittype=\"showcase-text\">\r\n <h1>heading 1</h1>\r\n <p>text goes here</p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class=\"column-wrapper case-background\" edittype=\"showcase-image\">\r\n <img src=\"http://placehold.it/1200x500&text=background\">\r\n </div>\r\n</div>', 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>', 0, 0),
(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>', 0, 0),
(58, '2-1-column', '2-1-column', 'text', '2-1-column', 0, 0, 0, 0, '<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</div>\r\n</div>\r\n\r\n<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>', 0, 0),
(59, 'geboortedatum', 'geboortedatum', 'varchar(250)', 'geboortedatum', 0, 1, 1, 0, '', 0, 0),
(60, 'upload', 'upload', 'varchar(250)', 'upload', 0, 1, 1, 0, '', 0, 0),
(61, '6-column', '6-column', 'text', '6-column', 0, 0, 0, 0, '<div class=\"col4\">\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=\"col4\">\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=\"col4\">\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=\"col4\">\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=\"col4\">\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=\"col4\">\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', 0, 0),
(62, 'button', 'button', 'text', 'button', 0, 0, 0, 0, '<div class=\"col24\">\r\n<div class=\"column-wrapper\">\r\n<p class=\"page-cta\"><a href=\"\" class=\"button primary full-width\">TRY THEN BUY – CLICK HERE FOR A FREE 90-DAY TRIAL</a></p>\r\n</div>\r\n</div>', 0, 0),
(63, '2-row-1-column-2-column', '2-row-1-column-2-column', 'text', '1-column', 0, 0, 0, 0, '<div class=\"col24\">\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</div>\r\n</div>\r\n<div class=\"col12\">\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</div>\r\n</div>\r\n<div class=\"col12\">\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</div>\r\n</div>', 0, 0),
(64, 'tabs', 'tabs', 'text', 'tabs', 0, 0, 0, 0, '<div class=\"\">\r\n <div class=\"column-wrapper\">\r\n\r\n <div class=\"tab-navigation\">\r\n \r\n <ul class=\"\">\r\n <li class=\"col6\"><a href=\"#tabs-1\">Header</a></li>\r\n <li class=\"col6\"><a href=\"#tabs-2\">Header</a></li>\r\n <li class=\"col6\"><a href=\"#tabs-3\">Header</a></li>\r\n <li class=\"col6\"><a href=\"#tabs-4\">Header</a></li>\r\n </ul>\r\n \r\n <div class=\"col24 sub-grid\" id=\"tabs-1\">\r\n <div class=\"col12\">\r\n <h2>Redefining the Rules <br />of Engagement</h2> \r\n <p>What does it take to succeed in today’s fast moving business environment? Success depends on a responsive workforce outfitted with adaptive solutions for anytime, anywhere access.</p>\r\n <p><a href=\"\" class=\"primary-link\"><i class=\"fa fa-arrow-circle-right\"></i> Explore the possibilities</a></p>\r\n </div>\r\n <div class=\"col9 offset3 vert-offset-1\">\r\n <img src=\"images/business-agility.jpg\" alt=\"\" />\r\n </div>\r\n </div>\r\n \r\n <div class=\"col24 sub-grid\" id=\"tabs-2\">\r\n <div class=\"col12\">\r\n <h2>Collaborative<br />Communities</h2> \r\n <p>Aliquam vulputate, pede vel vehicula accumsan, mi neque rutrum erat, eu congue orci lorem eget lorem. Vestibulum non ante..</p>\r\n <p><a href=\"\" class=\"primary-link\"><i class=\"fa fa-arrow-circle-right\"></i> Explore the possibilities</a></p>\r\n </div>\r\n <div class=\"col9 offset3 vert-offset-1\">\r\n <img src=\"http://placehold.it/397x260/e8e8e8/e8e8e8\" alt=\"\" />\r\n </div>\r\n </div>\r\n \r\n <div class=\"col24 sub-grid\" id=\"tabs-3\">\r\n <div class=\"col12\">\r\n <h2>Fostering alliances across and beyond boundaries</h2> \r\n <p>Cultivating a collaborative atmosphere has never been more vital.Responsiveness depends on simple yet specific techniques that promote openness and transparency to achieve a dynamic and informed work environment.</p>\r\n <p><a href=\"\" class=\"primary-link\"><i class=\"fa fa-arrow-circle-right\"></i> Explore the possibilities</a></p>\r\n </div>\r\n <div class=\"col9 offset3 vert-offset-1\">\r\n <img src=\"images/collaborative-communities.jpg\" alt=\"\" />\r\n </div>\r\n </div>\r\n \r\n <div class=\"col24 sub-grid\" id=\"tabs-4\">\r\n <div class=\"col12\">\r\n <h2>Assured Services</h2> \r\n <p>Aliquam vulputate, pede vel vehicula accumsan, mi neque rutrum erat, eu congue orci lorem eget lorem. Vestibulum non ante..</p>\r\n <p><a href=\"\" class=\"primary-link\"><i class=\"fa fa-arrow-circle-right\"></i> Explore the possibilities</a></p>\r\n </div>\r\n <div class=\"col9 offset3 vert-offset-1\">\r\n <img src=\"http://placehold.it/397x260/e8e8e8/e8e8e8\" alt=\"\" />\r\n </div>\r\n </div>\r\n \r\n </div>\r\n \r\n </div>\r\n</div>', 0, 0),
(65, '5-column', '5-column', 'text', '5-column', 0, 0, 0, 0, '\r\n<div class=\"col4-5\">\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=\"col4-5\">\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=\"col4-5\">\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=\"col4-5\">\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=\"col4-5\">\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>', 0, 0),
(66, '4-column-centered', '4-column-centered', 'text', '4-column-centered', 0, 0, 0, 0, '<div class=\"col4 offset4\">\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=\"col4\">\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=\"col4\">\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=\"col4\">\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', 0, 0),
(69, '2-column - images', '2-column - images', 'text', '2-column - images', 0, 0, 0, 1, '<div class=\"page-row\"> \r\n<div class=\"grid-container\"> \r\n<div class=\"grid-x grid-padding-x align-center\">\r\n \r\n \r\n <div class=\"small-12 medium-4 large-4 cell\">\r\n <div class=\"column-wrapper image image__corner\" edittype=\"image\">\r\n <img src=\"http://placehold.it/600x300&text=IMAGE\">\r\n </div>\r\n </div>\r\n \r\n <div class=\"small-12 medium-4 large-4 cell\">\r\n <div class=\"column-wrapper image image__corner\" edittype=\"image\">\r\n <img src=\"http://placehold.it/600x300&text=IMAGE\">\r\n </div>\r\n </div>\r\n\r\n\r\n</div>\r\n</div>\r\n</div>\r\n', 1, 6),
(70, 'Call to action', 'Call to action', 'text', 'Call to action', 0, 0, 0, 1, '<div class=\"page-row page-row__call-to-action\"> \r\n<div class=\"grid-container\"> \r\n<div class=\"grid-x grid-padding-x align-middle\">\r\n \r\n <div class=\"small-12 medium-9 cell\">\r\n <div class=\"column-wrapper\">\r\n <p><strong>Graag creëren we voor u en uw gasten iets speciaals.</strong><br />\r\nMeer weten? Bel <a href=\"\">030 231 0351</a>, app <a href=\"\">06 457 043 66</a> of mail naar <a href=\"\">chatelaine@fvru.nl</a></p>\r\n </div>\r\n </div>\r\n <div class=\"small-12 medium-3 cell\">\r\n <div class=\"column-wrapper link\" edittype=\"link\">\r\n <p><a href=\"#\" class=\"button primary expanded\">Neem contact op</a></p>\r\n </div>\r\n </div>\r\n \r\n</div>\r\n</div>\r\n</div>', 0, 0),
(71, '1-column', '1-column', 'text', '1-column', 0, 0, 0, 1, '<div class=\"page-row\"><div class=\"grid-container\"> \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\">\r\n <h2>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</h2>\r\n <p>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>\r\n</div>\r\n</div>\r\n', 0, 0),
(72, 'Callout', 'Callout', 'text', 'Callout', 0, 0, 0, 1, '<div class=\"page-row\"><div class=\"grid-container\"> \r\n <div class=\"grid-x grid-padding-x align-middle\">\r\n \r\n <div class=\"small-12 cell\">\r\n <div class=\"callout column-wrapper\">\r\n <h2>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</h2>\r\n <p>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>\r\n</div>\r\n</div>\r\n', 0, 0);
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `forms`
--
CREATE TABLE `forms` (
`form_id` int(10) NOT NULL,
`form_name` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`form_mail_id` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`form_response` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`form_submitted` text COLLATE utf8_unicode_ci NOT NULL,
`field_response` int(10) NOT NULL DEFAULT '0',
`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(255) COLLATE utf8_unicode_ci NOT NULL,
`custom_handler` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`custom_form_code` text COLLATE utf8_unicode_ci NOT NULL,
`locked` int(1) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Gegevens worden geëxporteerd voor tabel `forms`
--
INSERT INTO `forms` (`form_id`, `form_name`, `form_mail_id`, `form_response`, `form_submitted`, `field_response`, `unique_id`, `active`, `form_desc`, `button_label`, `custom_handler`, `custom_form_code`, `locked`) VALUES
(1, 'Houd mij op de hoogte', '', 'bas@creativefellows.nl', '<h2 style=\"text-align: center;\">Formulier verstuurd</h2>\r\n\r\n<p style=\"text-align: center;\">Bedankt voor het invullen van het interesseformulier.</p>\r\n', 0, '607edabf64656', 1, '<p>Zie jij jezelf hier al wonen of werken? Schrijf je in en blijf je op de hoogte van alle ontwikkelingen rondom Kop West.</p>\r\n', 'Verstuur', '', '', 0);
-- --------------------------------------------------------
--
-- 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,
`class` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`position` int(10) NOT NULL DEFAULT '0',
`value` int(1) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Gegevens worden geëxporteerd voor tabel `form_elements`
--
INSERT INTO `form_elements` (`form_element_id`, `unique_id`, `field_id`, `name`, `description`, `class`, `position`, `value`) VALUES
(1, '607edabf64656', 1, 'Naam', 'Naam', '', 1, 1),
(2, '607edabf64656', 1, 'Emailadres', 'Emailadres', '', 2, 1),
(3, '607edabf64656', 24, 'Interesse in', 'Interesse in', '', 3, 0);
-- --------------------------------------------------------
--
-- 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;
--
-- Gegevens worden geëxporteerd voor tabel `form_elements_options`
--
INSERT INTO `form_elements_options` (`form_option_id`, `form_element_id`, `value`) VALUES
(1, 1, 'undefined'),
(2, 2, 'undefined'),
(3, 3, 'Wonen'),
(4, 3, 'Werken');
-- --------------------------------------------------------
--
-- 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,
`date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`status` int(1) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- 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,
`pinterest_url` varchar(250) 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,
`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,
`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
) 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`, `pinterest_url`, `items_per_pagina`, `ideal`, `factuur`, `automatische_incasso`, `administratie_kosten`, `verzendkosten`, `prefix_order_nummer`, `order_nummer`, `btw_percentage`, `logo`, `ideal_type`, `webshop`, `html_title`, `standaard_kleur`, `css`, `custom_header`, `custom_footer`, `custom_sidebar`, `toon_menu`, `sticky_footer`, `payoff`, `typekit`, `google_analitics`) VALUES
(1, 'Fundatie van Renswoude Utrecht', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 20, 1, 1, 0, 0, 0, '1300', '1', 21, '', 'basic', 0, '', '#194a9d', 'isochips.css', '<p><a href=\"http://www.bisonoffices.nl\" target=\"_blank\"><img alt=\"\" src=\"/cassette3_db_select/content/bisonapartments/images/bison-offices-logo.png\" style=\"width: 96px; height: 29px;\" /></a> | <a href=\"http://www.bisonshopping.nl\" target=\"_blank\"><img alt=\"\" src=\"/cassette3_db_select/content/bisonapartments/images/bison-shopping.png\" style=\"width: 100px; height: 29px;\" /></a> | <a href=\"113-Contact\">Contact</a></p> ', '', '', 1, 1, '', '', '');
-- --------------------------------------------------------
--
-- 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,
`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 `languages`
--
CREATE TABLE `languages` (
`language_id` int(10) NOT NULL,
`name` varchar(100) NOT NULL,
`locale` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- 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',
`sort` varchar(50) DEFAULT 'u.position ',
`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`, `sort`, `active`) VALUES
(1, 'Main pages', '{main_pages}', '<div class=\"cell small-12 medium-4\">\n<div class=\"related-item\">\n\n<span class=\"image-wrapper\"><img data-src=\"{image}\" class=\"lazy-load-image\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mN8Vg8AAlEBZ0IDjCQAAAAASUVORK5CYII=\"></span>\n<div class=\"text-wrapper\">\n<h3>{title}<i class=\"fa fa-arrow-circle-right float-right\"></i></h3>\n<p>{lead}</p>\n</div>\n<a href=\"/{link}\" class=\"hidden-button\">Meer informatie</a>\n\n</div>\n</div>', 0, 1, 1, 0, 0, 'u.position ', 1),
(2, 'zalen', '{zalen_fundatie}', '<div class=\"cell\">\n<div class=\"related-item\">\n\n<span class=\"image-wrapper\"><div data-src=\"{image}\" class=\"lazy-load-image\"></div></span>\n<div class=\"text-wrapper\">\n<h4>{title}</h4>\n</div>\n<a href=\"/de-zalen/{link}\" class=\"hidden-button\">Meer informatie</a>\n\n</div>\n</div>', 0, 5, 2, 0, 5, 'u.position ', 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, '{title}', 'titel', 0, 0, 0, '0', 1),
(2, 1, '{lead}', 'omschrijving_kort', 0, 0, 0, '0', 1),
(3, 1, '{image}', 'foto', 0, 0, 0, '0', 1),
(4, 2, '{title}', 'titel', 0, 0, 0, '0', 1),
(5, 2, '{link}', 'link', 0, 0, 0, '0', 1),
(6, 2, '{image}', 'foto', 0, 0, 0, '0', 1),
(7, 1, '{link}', 'link', 0, 0, 0, '0', 1);
-- --------------------------------------------------------
--
-- 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 '0'
) 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,
`sub_of` int(10) NOT NULL DEFAULT '0',
`html` text CHARACTER SET latin1 NOT NULL,
`edittag` varchar(250) CHARACTER SET latin1 NOT NULL,
`datatype` varchar(250) CHARACTER SET latin1 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 CHARACTER SET latin1 NOT NULL,
`css` varchar(250) CHARACTER SET latin1 NOT NULL,
`link_data` int(10) NOT NULL DEFAULT '0',
`position` int(10) NOT NULL DEFAULT '1000',
`legacy` int(1) NOT NULL DEFAULT '0',
`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`, `sub_of`, `html`, `edittag`, `datatype`, `element_id`, `element_class`, `fullpage`, `custom`, `custom_content`, `css`, `link_data`, `position`, `legacy`, `status`, `locked`) VALUES
(1, 1, 0, '<section id=\"wasluszocu\" class=\"\"><div class=\"page-row\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\">\n <h1>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</h1>\n <p>Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>\n </div>\n </div>\n \n </div>\n</div>\n</div>\n</section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 0, 0, 0),
(2, 1, 0, '<section id=\"thvhcwehgp\" class=\"\"><div class=\"page-row\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\">\n <h1>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</h1>\n <p>Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>\n </div>\n </div>\n \n </div>\n</div>\n</div>\n</section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 0, 0, 0),
(3, 1, 0, '\n \n \n \n <section id=\"bivptinoeg\" class=\"\"><div class=\"page-row page-row__introduction\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h1>Fundatie van Renswoude Utrecht</h1>\n\n<p><a href=\"#\">De Fundatie van Renswoude</a> is een indrukwekkend monumentaal gebouw in het Museumkwartier in Utrecht. Het fundatiegebouw aan de Agnietenstraat is in 1760 gerealiseerd en werd oorspronkelijk gebouwd als internaat voor weesjongens. Het gebouw is een van de hoogtepunten van de rococo in Nederland. Tegenwoordig is het een rijksmonument en kunnen <a href=\"#\">de zalen</a> in het gebouw gehuurd worden voor o.a. <a href=\"#\">vergaderingen</a>, <a href=\"#\">ontvangsten</a>, <a href=\"#\">diners</a>, <a href=\"#\">recepties</a>, <a href=\"#\">kleine concerten</a> en <a href=\"#\">huwelijksvoltrekkingen</a>.</p>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n \n ', 'Pagina introductie', 'text', '', '', 0, 0, '', '', 0, 1, 0, 1, 0),
(4, 1, 0, '<section id=\"adbfwmwqzw\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 2, 0, 0, 0),
(5, 1, 4, '\n \n \n \n \n \n <section id=\"okxhhhbgol\" class=\"\"><div class=\"custom-code\"><div class=\"grid-container\">\n<div class=\"grid-x grid-padding-x text-left align-top\">\n{main_pages}\n</div>\n</div></div>\n</section>\n \n \n ', 'Custom code', 'custom', '', 'related-items', 0, 0, 'text-left align-top', '', 1, 2, 0, 0, 0),
(6, 1, 0, '\n \n \n \n \n \n <section id=\"mmqqapkqxk\" class=\"\"><div class=\"custom-code\"><div class=\"grid-container\">\n<div class=\"grid-x grid-padding-x text-left align-top\">\n{main_pages}\n</div>\n</div></div>\n</section>\n \n \n ', 'Custom code', 'custom', '', 'related-items', 0, 0, 'text-left align-top', '', 1, 3, 0, 0, 0),
(7, 1, 0, '<section id=\"augavrwkok\" class=\"\"><div class=\"custom-code\"></div>\n</section>', 'Custom code', 'custom', '', '', 0, 0, '', '', 0, 2, 0, 0, 0),
(8, 1, 0, '<section id=\"xikzxwqzht\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'related-items', 0, 0, ' ', '', 0, 2, 0, 1, 0),
(9, 1, 8, '<section id=\"cxbemudrol\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 2, 0, 0, 0),
(10, 1, 8, '\n \n \n \n \n \n <section id=\"oyytppcevi\" class=\"\"><div class=\"custom-code\"><div class=\"grid-container\">\n<div class=\"grid-x grid-padding-x text-left align-bottom\">\n{main_pages}\n</div>\n</div></div>\n</section>\n \n \n ', 'Custom code', 'custom', '', '', 0, 0, ' ', '', 1, 2, 0, 1, 0),
(11, 1, 0, '<section id=\"mbbuwhskgu\" class=\"\"><div class=\"page-row page-row__call-to-action\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x\">\n \n <div class=\"small-12 medium-8 cell\">\n <div class=\"column-wrapper\">\n <p><strong>Graag creëren we voor u en uw gasten iets speciaals.</strong><br>\nMeer weten? Bel <a href=\"\">030 231 0351</a>, app <a href=\"\">06 457 043 66</a> of mail naar <a href=\"\">chatelaine@fvru.nl</a></p>\n </div>\n </div>\n <div class=\"small-12 medium-4 cell\">\n <div class=\"column-wrapper\">\n <p><a href=\"#\" class=\"button primary\">Neem contact op</a></p>\n </div>\n </div>\n \n</div>\n</div>\n</div></section>', 'Call to action', 'text', '', '', 0, 0, '', '', 0, 3, 0, 0, 0),
(12, 1, 0, '<section id=\"cqatomhcgm\" class=\"\"><div class=\"page-row page-row__call-to-action\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x\">\n \n <div class=\"small-12 medium-9 cell\">\n <div class=\"column-wrapper\">\n <p><strong>Graag creëren we voor u en uw gasten iets speciaals.</strong><br>\nMeer weten? Bel <a href=\"\">030 231 0351</a>, app <a href=\"\">06 457 043 66</a> of mail naar <a href=\"\">chatelaine@fvru.nl</a></p>\n </div>\n </div>\n <div class=\"small-12 medium-3 cell\">\n <div class=\"column-wrapper\">\n <p><a href=\"#\" class=\"button primary expanded\">Neem contact op</a></p>\n </div>\n </div>\n \n</div>\n</div>\n</div></section>', 'Call to action', 'text', '', '', 0, 0, '', '', 0, 3, 0, 0, 0),
(13, 1, 0, '<section id=\"wdhbrcivif\" class=\"\"><div class=\"page-row page-row__call-to-action\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x align-middle\">\n \n <div class=\"small-12 medium-9 cell\">\n <div class=\"column-wrapper\">\n <p><strong>Graag creëren we voor u en uw gasten iets speciaals.</strong><br>\nMeer weten? Bel <a href=\"\">030 231 0351</a>, app <a href=\"\">06 457 043 66</a> of mail naar <a href=\"\">chatelaine@fvru.nl</a></p>\n </div>\n </div>\n <div class=\"small-12 medium-3 cell\">\n <div class=\"column-wrapper\">\n <p><a href=\"#\" class=\"button primary expanded\">Neem contact op</a></p>\n </div>\n </div>\n \n</div>\n</div>\n</div></section>', 'Call to action', 'text', '', '', 0, 0, '', '', 0, 4, 0, 0, 0),
(14, 1, 0, '<section id=\"lzdemxddvd\" class=\"\"><div class=\"page-row page-row__call-to-action\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x align-middle\">\n \n <div class=\"small-12 medium-9 cell\">\n <div class=\"column-wrapper\">\n <p><strong>Graag creëren we voor u en uw gasten iets speciaals.</strong><br>\nMeer weten? Bel <a href=\"\">030 231 0351</a>, app <a href=\"\">06 457 043 66</a> of mail naar <a href=\"\">chatelaine@fvru.nl</a></p>\n </div>\n </div>\n <div class=\"small-12 medium-3 cell\">\n <div class=\"column-wrapper link\" edittype=\"link\">\n <p><a href=\"#\" class=\"button primary expanded\">Neem contact op</a></p>\n </div>\n </div>\n \n</div>\n</div>\n</div></section>', 'Call to action', 'text', '', '', 0, 0, '', '', 0, 3, 0, 1, 0),
(15, 1, 0, '<section id=\"smyzysvllw\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'background-gray', 0, 0, ' ', '', 0, 4, 0, 1, 0),
(16, 1, 15, '\n \n <section id=\"ahbhtofsym\" class=\"\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x text-center \">\n \n <div class=\" medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><h3>Historie</h3>\n\n<p>Maria Duyst van Voorhout, Vrijvrouwe van Renswoude, was een dame met vooruitstrevende ideeën. Op hoge leeftijd bestemde ze bijna haar hele vermogen voor de opleiding van weeskinderen.</p>\n\n<p><a class=\"button secondary\" href=\"#\">Fundatie van Renswoude</a></p>\n</div>\n </div>\n <div class=\" medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><h3>Studiebeurzen</h3>\n\n<p>Met het huren van zalen in het fundatiegebouw draagt u bij onze doelstellingen: verstrekken van studiebeurzen en het in stand houden van het monumentale gebouw van de Fundatie van Renswoude.</p>\n\n<p><a class=\"button secondary\" href=\"#\">Selectiecriterea Studenten</a></p>\n</div>\n </div>\n \n</div>\n</div>\n</div></section>\n ', '2-column', 'text', '', '', 0, 0, 'text-center ', '', 0, 1, 0, 1, 0),
(17, 1, 15, '<section id=\"cqxmobrbbe\" class=\"\"><div class=\"page-row page-row__call-to-action\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x align-middle\">\n \n <div class=\"small-12 medium-9 cell\">\n <div class=\"column-wrapper\">\n <p><strong>Graag creëren we voor u en uw gasten iets speciaals.</strong><br>\nMeer weten? Bel <a href=\"\">030 231 0351</a>, app <a href=\"\">06 457 043 66</a> of mail naar <a href=\"\">chatelaine@fvru.nl</a></p>\n </div>\n </div>\n <div class=\"small-12 medium-3 cell\">\n <div class=\"column-wrapper link\" edittype=\"link\">\n <p><a href=\"#\" class=\"button primary expanded\">Neem contact op</a></p>\n </div>\n </div>\n \n</div>\n</div>\n</div></section>', 'Call to action', 'text', '', '', 0, 0, '', '', 0, 0, 0, 0, 0),
(18, 1, 0, '<section id=\"etyfkispef\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'related-items', 0, 0, ' ', '', 0, 5, 0, 1, 0),
(19, 1, 18, '\n \n \n \n \n \n \n \n \n \n <section id=\"uqpybhioxu\" class=\"\"><div class=\"custom-code\"><div class=\"grid-container\">\n<div class=\"grid-x grid-padding-x small-up-1 medium-up-5\">\n{zalen_fundatie}\n</div>\n</div></div>\n</section>\n \n \n \n \n ', 'Custom code', 'custom', '', '', 0, 0, ' ', '', 2, 1, 0, 1, 0),
(20, 1, 18, '\n \n \n \n <section id=\"bzdyorkrkm\" class=\"\"><div class=\"page-row\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h2>De zalen en de mogelijkheden</h2>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 0, 0, 1, 0),
(21, 1, 18, '\n \n <section id=\"gkukuisxma\" class=\"\"><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, 5, 0, 0, 0),
(22, 1, 18, '\n \n <section id=\"lrisnixlic\" class=\"\"><div class=\"page-row page-row__spacer\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x space-2\">\n \n<div class=\"small-12 medium-6 cell\">\n<div class=\"column-wrapper\" edittype=\"spacer\"><div class=\"default-spacer\"></div></div>\n</div>\n \n</div>\n</div>\n</div>\n</section>\n ', 'spacer', 'spacer', '', '', 0, 0, '', '', 0, 5, 0, 0, 0),
(23, 1, 18, '\n \n <section id=\"cyutnbgfas\" class=\"\"><div class=\"page-row page-row__spacer\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x space-2\">\n \n<div class=\"small-12 cell\">\n<div class=\"column-wrapper\" edittype=\"spacer\"><div class=\"default-spacer\"></div></div>\n</div>\n \n</div>\n</div>\n</div>\n</section>\n ', 'spacer', 'spacer', '', '', 0, 0, '', '', 0, 5, 0, 1, 0),
(24, 15, 0, '\n \n <section id=\"lqgtwfftqv\" class=\"\"><div class=\"page-row page-row__introduction\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h1>De Zalen</h1>\n\n<p>Personen of instellingen kunnen voor een vergadering, een ontvangst of een exclusief diner gebruikmaken van de Regentenzaal, Collegezaal, Portrettenkamer, Secretarie en/of de Keuken (laatstgenoemde ruimte bevindt zich in het souterrain). Ook de sluiting van een burgerlijk huwelijk, het houden van een uitvaartbijeenkomst of een rondleiding door het gebouw behoren tot de mogelijkheden. Vanwege het waardevolle en kwetsbare<br>\ninterieur gelden evenwel enige restricties: het moet gaan om besloten gezelschappen en luide muziek en danspartijen zijn te ‘schokkend’ voor het gebouw.</p>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n ', 'Pagina introductie', 'text', '', '', 0, 0, '', '', 0, 1, 0, 1, 0),
(25, 16, 0, '\n \n \n \n <section id=\"xiqknasevy\" class=\"\"><div class=\"page-row page-row__introduction\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h1>De Zalen</h1>\n\n<p>Personen of instellingen kunnen voor een vergadering, een ontvangst of een exclusief diner gebruikmaken van de Regentenzaal, Collegezaal, Portrettenkamer, Secretarie en/of de Keuken (laatstgenoemde ruimte bevindt zich in het souterrain). Ook de sluiting van een burgerlijk huwelijk, het houden van een uitvaartbijeenkomst of een rondleiding door het gebouw behoren tot de mogelijkheden. Vanwege het waardevolle en kwetsbare interieur gelden evenwel enige restricties: het moet gaan om besloten gezelschappen en luide muziek en danspartijen zijn te ‘schokkend’ voor het gebouw.</p>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n \n ', 'Pagina introductie', 'text', '', '', 0, 0, '', '', 0, 1, 0, 1, 0),
(26, 4, 0, '\n \n <section id=\"auiytkkeva\" class=\"\"><div class=\"page-row page-row__introduction\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h1>Trouwen</h1>\n\n<p>Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n ', 'Pagina introductie', 'text', '', '', 0, 0, '', '', 0, 1, 0, 1, 0),
(27, 3, 0, '\n \n <section id=\"vzsbrklliu\" class=\"\"><div class=\"page-row page-row__introduction\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h1>Dineren</h1>\n\n<p>Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n ', 'Pagina introductie', 'text', '', '', 0, 0, '', '', 0, 1, 0, 1, 0),
(28, 2, 0, '\n \n <section id=\"bgsabpffft\" class=\"\"><div class=\"page-row page-row__introduction\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h1>Vergaderen</h1>\n\n<p>Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n ', 'Pagina introductie', 'text', '', '', 0, 0, '', '', 0, 1, 0, 1, 0),
(29, 17, 0, '\n \n \n \n \n \n <section id=\"fbedkkbrea\" class=\"\"><div class=\"page-row page-row__introduction\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h1>Geschiedenis Fundatie van Renswoude Utrecht</h1>\n\n<p>Maria Duyst van Voorhout, Vrijvrouwe van Renswoude, was een dame met vooruitstrevende ideeën. Bij haar overlijden in 1754 liet zij anderhalf miljoen gulden na aan de Burgerweeshuizen van Delft en Den Haag en aan het Stadsambachtskinderhuis in Utrecht. Daaraan verbond zij de opdracht de schranderste jongens uit de kinderhuizen af te zonderen en op te leiden in kunstzinnige en technische vakken. Elk kinderhuis bracht zijn deel van het kapitaal onder in een fundatie, bestuurd door een college van regenten. Zo ontstonden de drie ‘Fundaties van Renswoude’, die zich onafhankelijk van elkaar wijdden aan de uitvoering van de opdracht van de Vrijvrouwe. Alleen de Utrechtse fundatie beschikt nog over haar oorspronkelijke domicilie, dat gerealiseerd werd in de jaren 1759 – 1762.</p>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n \n \n ', 'Pagina introductie', 'text', '', '', 0, 0, '', '', 0, 1, 0, 1, 0),
(30, 17, 0, '\n \n <section id=\"ykhxgmwqyb\" class=\"\"><div class=\"page-row\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h2>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</h2>\n\n<p>Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 2, 0, 0, 0),
(31, 17, 0, '<section id=\"ydhqqiuzqw\" class=\"\"><div class=\"page-row\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\">\n <h2>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</h2>\n <p>Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>\n </div>\n </div>\n \n </div>\n</div>\n</div>\n</section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 2, 0, 0, 0),
(32, 17, 0, '<section id=\"uqgqvmccii\" class=\"\"><div class=\"page-row\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\">\n <h2>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</h2>\n <p>Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>\n </div>\n </div>\n \n </div>\n</div>\n</div>\n</section>', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 0, 0, 0),
(33, 17, 0, '\n \n \n \n <section id=\"dbetwzhagb\" class=\"\"><div class=\"page-row\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x align-middle\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h2>Het gebouw</h2>\n\n<p>De Fundatie in Utrecht besloot tot de bouw van een nieuw pand naast het Stadsambachtskinderhuis. In het pand van het kinderhuis is nu het Centraal Museum gevestigd. Bouwmeester Joan Verkerk werd ingeschakeld en aan de Agnietenstraat verrees een fraai bouwwerk met een indrukwekkende gevel, die vanuit de Lange Nieuwstraat al van veraf zichtbaar is. Het gebouw bevatte een vleugel voor de élèves, zoals de leerlingen in de achttiende eeuw werden genoemd. In de vleugel bevonden zich collegezalen, slaapzalen, een eetzaal en voorts het kantoor van de secretaris-rentmeester. Dit kantoor, de Portrettenkamer, en een van de collegezalen zijn nog volledig intact. Ook de trappen met beeldhouwwerk, het rococoplafond in de gang en de sierlijke rococo cartouches boven de deuren bleven in oorspronkelijke staat bewaard. De 18e-eeuwse keuken in het souterrain is eveneens bewaard gebleven, met zelfs nog een bedstee voor het huishoudelijk personeel. Voor de regenten werd een imposant vertrek gerealiseerd. Deze Regentenzaal ziet met hoge ramen uit over tuin en singel aan de zuidzijde en de Lange Nieuwstraat aan de noordzijde. De zaal is zeer uitbundig en geheel in rococostijl gedecoreerd, destijds en ook nu het pronkstuk van de Fundatie.</p>\n\n<h2>Het opleidingsinstituut</h2>\n\n<p>In 1761 werd de Fundatie in gebruik genomen als opleidingsinstituut. De élèves woonden in het gebouw en leraren kwamen naar de Fundatie om de jongens een vooropleiding en vakopleiding te geven. De laatste fase van de beroepsopleiding vond plaats bij een leermeester. Met de oprichting van de Hogere Burgerscholen in 1863 en vervolgens verschillende hogescholen voor beroepsonderwijs veranderde de situatie in het fundatiehuis aanzienlijk. De élèves woonden nog wel in het fundatiehuis, maar volgden hun opleiding steeds vaker extern. Mede door de toename van de opleidingsmogelijkheden is in die tijd jarenlang van gedachten gewisseld over de vraag in hoeverre de vrijvrouwe bij haar beschrijving van een opleiding in ‘de Libre Konsten’ ook een opleiding in de verschillende disciplines aan de hogescholen bedoeld kon hebben. Pas tegen het eind van de negentiende eeuw huldigde de Utrechtse fundatie een ruimer standpunt. Zeker nadat vanaf 1923 de élèves niet meer in het fundatiegebouw woonden, waren zij vrijer in het kiezen van een opleidingsinstituut en een vakgebied. De Fundatie bleef wel zorgdragen voor de élèves en betaalde ook hun opleiding. Tegenwoordig verstrekt de Fundatie toelagen aan jongeren, jongens en meisjes, die door bijzondere omstandigheden niet in staat zijn hun opleiding zelf te betalen. In aanmerking komen alle studies en opleidingen van WO, HBO en van creatieve vakscholen op MBO-niveau.</p>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 0, 0, 0),
(34, 17, 0, '\n \n <section id=\"rzhaudcmgv\" class=\"\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x\">\n \n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><h2>Het gebouw</h2>\n\n<p>De Fundatie in Utrecht besloot tot de bouw van een nieuw pand naast het Stadsambachtskinderhuis. In het pand van het kinderhuis is nu het Centraal Museum gevestigd. Bouwmeester Joan Verkerk werd ingeschakeld en aan de Agnietenstraat verrees een fraai bouwwerk met een indrukwekkende gevel, die vanuit de Lange Nieuwstraat al van veraf zichtbaar is.</p>\n\n<p>Het gebouw bevatte een vleugel voor de élèves, zoals de leerlingen in de achttiende eeuw werden genoemd. In de vleugel bevonden zich collegezalen, slaapzalen, een eetzaal en voorts het kantoor van de secretaris-rentmeester. Dit kantoor, de Portrettenkamer, en een van de collegezalen zijn nog volledig intact. Ook de trappen met beeldhouwwerk, het rococoplafond in de gang en de sierlijke rococo cartouches boven de deuren bleven in oorspronkelijke staat bewaard.</p>\n\n<p>De 18e-eeuwse keuken in het souterrain is eveneens bewaard gebleven, met zelfs nog een bedstee voor het huishoudelijk personeel. Voor de regenten werd een imposant vertrek gerealiseerd. Deze Regentenzaal ziet met hoge ramen uit over tuin en singel aan de zuidzijde en de Lange Nieuwstraat aan de noordzijde. De zaal is zeer uitbundig en geheel in rococostijl gedecoreerd, destijds en ook nu het pronkstuk van de Fundatie.</p>\n</div>\n </div>\n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><h2>Het opleidingsinstituut</h2>\n\n<p>In 1761 werd de Fundatie in gebruik genomen als opleidingsinstituut. De élèves woonden in het gebouw en leraren kwamen naar de Fundatie om de jongens een vooropleiding en vakopleiding te geven. De laatste fase van de beroepsopleiding vond plaats bij een leermeester. Met de oprichting van de Hogere Burgerscholen in 1863 en vervolgens verschillende hogescholen voor beroepsonderwijs veranderde de situatie in het fundatiehuis aanzienlijk. De élèves woonden nog wel in het fundatiehuis, maar volgden hun opleiding steeds vaker extern.</p>\n\n<p>Mede door de toename van de opleidingsmogelijkheden is in die tijd jarenlang van gedachten gewisseld over de vraag in hoeverre de vrijvrouwe bij haar beschrijving van een opleiding in ‘de Libre Konsten’ ook een opleiding in de verschillende disciplines aan de hogescholen bedoeld kon hebben. Pas tegen het eind van de negentiende eeuw huldigde de Utrechtse fundatie een ruimer standpunt. Zeker nadat vanaf 1923 de élèves niet meer in het fundatiegebouw woonden, waren zij vrijer in het kiezen van een opleidingsinstituut en een vakgebied. De Fundatie bleef wel zorgdragen voor de élèves en betaalde ook hun opleiding. Tegenwoordig verstrekt de Fundatie toelagen aan jongeren, jongens en meisjes, die door bijzondere omstandigheden niet in staat zijn hun opleiding zelf te betalen. In aanmerking komen alle studies en opleidingen van WO, HBO en van creatieve vakscholen op MBO-niveau.</p>\n</div>\n </div>\n \n</div>\n</div>\n</div></section>\n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 0, 1, 0),
(35, 18, 0, '\n \n \n \n <section id=\"zbbbdeepcv\" class=\"\"><div class=\"page-row page-row__introduction\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h1>Doelstellingen</h1>\n\n<p>Indachtig de bedoelingen van Maria Duyst van Voorhout verleent de Stichting Fundatie van de Vrijvrouwe van Renswoude te Utrecht financiële ondersteuning aan jongeren. Het gaat om jonge mensen die een studie of opleiding volgen en voor wie het niet mogelijk is de studie of opleiding die zij wensen te volgen of reeds volgen zelf geheel of gedeeltelijk te bekostigen.</p>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n \n ', 'Pagina introductie', 'text', '', '', 0, 0, '', '', 0, 1, 0, 0, 0),
(36, 18, 0, '<section id=\"ehxpvsueoq\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 1, 0, 1, 0),
(37, 18, 36, '\n \n \n \n <section id=\"ndergptkko\" class=\"\"><div class=\"page-row page-row__introduction\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h1>Doelstellingen</h1>\n\n<p>Indachtig de bedoelingen van Maria Duyst van Voorhout verleent de Stichting Fundatie van de Vrijvrouwe van Renswoude te Utrecht financiële ondersteuning aan jongeren. Het gaat om jonge mensen die een studie of opleiding volgen en voor wie het niet mogelijk is de studie of opleiding die zij wensen te volgen of reeds volgen zelf geheel of gedeeltelijk te bekostigen.</p>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n \n ', 'Pagina introductie', 'text', '', '', 0, 0, '', '', 0, 1, 0, 1, 0),
(38, 18, 36, '\n \n \n \n \n \n <section id=\"wuriakptxf\" class=\"\"><div class=\"page-row\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x align-middle\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><p>Uitgebreide informatie over het beurzensysteem van de Fundatie is te vinden op de pagina <a href=\"/studiebeurzen\">Studiebeurzen</a>. Naast het verstrekken van studiebeurzen heeft de Utrechtse fundatie nog een tweede doelstelling, de instandhouding van het monumentale gebouw van de Fundatie aan de Agnietenstraat 5 te Utrecht. Dit uit 1761 stammende rijksmonument, met zijn prachtige stijlkamers, wordt verhuurd voor vergaderingen, ontvangsten, diners, kleine concerten, huwelijksvoltrekkingen en dergelijke. De opbrengsten uit deze verhuur worden aangewend om het fundatiegebouw in goede staat te houden.</p>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 0, 1, 0),
(39, 19, 0, '<section id=\"ofbrlhglol\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 1, 0, 1, 0),
(40, 19, 39, '\n \n \n \n \n \n <section id=\"ackcewcdqg\" class=\"\"><div class=\"page-row page-row__introduction\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h1>Het fundatiegebouw<br>\neen uniek Utrechts monument</h1>\n\n<p>Het monumentale gebouw van de Fundatie van Renswoude is zowel in- als uitwendig grotendeels in oorspronkelijke staat. De Regentenzaal is, ook in haar beschildering van plafond en wanden, nog geheel in de staat van 1762. Met het verstrijken van de tijd is deze zaal een zeldzaam voorbeeld van midden achttiende-eeuwse bouw- en interieurkunst geworden. Landelijk gezien wordt het pand als uniek bestempeld. Gebouw en interieur zijn van een bijzondere gaafheid en zeer typisch voor de bouwperiode. Een aanzienlijk deel van de inventaris van het pand is kunsthistorisch van belang; enkele stukken van de inventaris werden geëxposeerd in de rococo tentoonstelling van het Rijksmuseum, in 2002. De inventaris is gedeeltelijk afkomstig uit de inboedel van de stichteres van de fundaties.</p>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n \n \n ', 'Pagina introductie', 'text', '', '', 0, 0, '', '', 0, 1, 0, 1, 0),
(41, 19, 39, '\n \n <section id=\"ddzzxydozl\" class=\"\"><div class=\"page-row\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x align-middle\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><p>“De Regentenzaal van de Fundatie van Renswoude te Utrecht is misschien wel het best bewaarde en gedocumenteerde rococo interieur van Nederland. Zowel de vaste afwerking van het interieur als het grootste deel van de inboedel is in situ bewaard gebleven.” Aldus het boek ‘Rococo in Nederland’, dat in 2002 door het Rijksmuseum te Amsterdam is uitgebracht ter gelegenheid van de tentoonstelling ‘Rococo, Nederland aan de zwier’. In het boek is een apart hoofdstuk aan de Regentenzaal gewijd.</p>\n\n<p>Het fundatiegebouw in Utrecht is opgenomen in de lijst van 100 topmonumenten van Nederland. Wij doen ons best het in zijn soort unieke gebouw met inventaris in stand te houden en het tegelijkertijd zoveel mogelijk toegankelijk te laten zijn als levend erfgoed voor de stad Utrecht. De Fundatie is maatschappelijk betrokken en stelt het huis open voor bijvoorbeeld de Open Monumentendag, het Kamermuziekfestival en het Festival Oude Muziek.</p>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 0, 1, 0),
(42, 20, 0, '<section id=\"fanzzmufld\" class=\"\"><div class=\"page-row page-row__introduction\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\">\n <h1>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</h1>\n <p>Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>\n </div>\n </div>\n \n </div>\n</div>\n</div>\n</section>', 'Pagina introductie', 'text', '', '', 0, 0, '', '', 0, 1, 0, 0, 0),
(43, 20, 0, '<section id=\"filhrwmzfw\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 1, 0, 1, 0),
(44, 20, 43, '\n \n \n \n <section id=\"qlwyubiult\" class=\"\"><div class=\"page-row page-row__introduction\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h1><strong>Een taak die ondersteuning behoeft</strong></h1>\n\n<p>150.000 gulden gaf de Fundatie van Renswoude destijds uit aan de bouw van een statig pand om weeskinderen te huisvesten en op te leiden. Rond 1990 heeft de Fundatie bijna twee miljoen gulden moeten uitgeven aan een ingrijpende restauratie van het gebouw. In 2013 en 2014 was opnieuw een flinke renovatie nodig, deze keer voor ca. € 900.000.</p>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n \n ', 'Pagina introductie', 'text', '', '', 0, 0, '', '', 0, 1, 0, 1, 0),
(45, 20, 43, '\n \n \n \n \n \n <section id=\"mexletuuib\" class=\"\"><div class=\"page-row\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x align-middle\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h2>Renovatie</h2>\n\n<p>Voor een laatste gedeelte van het meerjarenplan om het gebouw in oorspronkelijke staat te behouden dan wel, op onderdelen, terug te brengen is eveneens veel geld nodig. Het onderhoud van het gebouw betekent een zware last voor de Fundatie, vooral omdat het in stand houden van dit eeuwenoude monument niet ten koste mag gaan van de primaire doelstelling van de Fundatie: het v<a href=\"/studiebeurzen\">erstrekken van studiebeurzen</a>. Om het onderhoud van het pand te kunnen financieren worden de <a href=\"/de-zalen\">stijlzalen verhuurd</a>.</p>\n\n<p>De Stichting Maria Duyst van Voorhout is opgericht om de Fundatie te helpen met de moeilijke taak om én beurzen te verstrekken én het monumentale pand in stand te houden. Deze stichting zet zich onder andere in voor fondsenwerving ten behoeve van het gebouw.</p>\n\n<p>Een schenking of legaat aan deze stichting is altijd welkom. Kleinere giften worden aangewend voor de restauratie van bijvoorbeeld een antieke klok of meubelstuk. Grotere bedragen worden dankbaar aanvaard en gebruikt voor de aanschaf van nieuwe gordijnen of voor de instandhouding van het rococo plafond in de Regentenzaal. Ook schenkingen in natura, zoals kunstvoorwerpen of bijvoorbeeld een antieke kroonluchter of bloementafel, worden in dank aanvaard.</p>\n\n<h2>Fondsen op naam</h2>\n\n<p>In de afgelopen decennia heeft menigeen die zich aangesproken voelde door de doelstelling van de Fundatie als gift of bij testament bedragen aan de Fundatie ter beschikking gesteld. Deze gelden worden als afzonderlijke fondsen op naam op dezelfde wijze beheerd als het vermogen van de Fundatie. De opbrengsten uit deze fondsen worden gebruikt voor beurzen, uitgaande van dezelfde criteria als voor de revenuen van het eigen vermogen van de Fundatie.</p>\n\n<p>De Stichting Fundatie van de Vrijvrouwe van Renswoude en de Stichting Maria Duyst van Voorhout zijn beide aangemerkt als culturele Algemeen Nut Beogende Instelling (ANBI) en zijn geregistreerd bij de Kamer van Koophandel Midden-Nederland.</p>\n\n<p>Mocht u, hetzij gegrepen door de doelstelling van de Fundatie, hetzij door de betekenis van ons gebouw als cultuurhistorisch monument, op enigerlei wijze steun willen verlenen, dan kunt u contact opnemen met de secretaris-rentmeester.</p>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 0, 1, 0),
(46, 20, 43, '\n \n <section id=\"hafggzvlyp\" class=\"\"><div class=\"page-row\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x align-middle\">\n \n <div class=\"small-12 cell\">\n <div class=\"callout column-wrapper\" style=\"\"><h2>Secretaris-rentmeester</h2>\n\n<p>Secretaris-rentmeester van de Stichting Fundatie van de Vrijvrouwe van Renswoude en van de Stichting Maria Duyst van Voorhout<br>\nH.P.B. Kraaijeveld, e-mail <a href=\"mailto:sr@fvru.nl\">sr@fvru.nl</a>, telefoon 06 1221 1908<br>\nAgnietenstraat 5, 3512 XA Utrecht</p>\n\n<p><strong>Stichting Fundatie van de Vrijvrouwe van Renswoude (Utrecht)</strong><br>\nbankrekening nummer NL 02 RABO 0159 2555 89</p>\n\n<p><strong>Stichting Maria Duyst van Voorhout</strong><br>\nbankrekening nummer NL 54 RABO 0159 2016 91</p>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n ', 'Callout', 'text', '', '', 0, 0, '', '', 0, 1, 0, 1, 0),
(47, 23, 0, '\n \n \n \n <section id=\"hxtpmxeudc\" class=\"\"><div class=\"page-row page-row__introduction\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h1>Publicaties over de Fundatie van Renswoude</h1>\n\n<p>Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n \n ', 'Pagina introductie', 'text', '', '', 0, 0, '', '', 0, 1, 0, 0, 0),
(48, 23, 0, '\n \n \n \n <section id=\"bscqyfnssk\" class=\"\"><div class=\"page-row\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x align-middle\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><ul>\n <li>Hengst, C.G.C. van, Aanteekeningen betreffende de Fundatie der Douarière Baronesse Van Reede, Vrijvrouwe van Renswoude, te Utrecht. Utrecht, 1890.</li>\n <li>Lier, A.J.S. van, De Fundatie van de Vrijvrouwe van Renswoude binnen de stad Utrecht, 1754 - 1954. Utrecht, 1954.</li>\n <li>Langenbach, M., Onbekend talent. Leerlingen van de Utrechtse Fundatie van Renswoude 1761 - 1795. Zutphen, 1991.</li>\n <li>Vries, J. de, De Utrechtse Fundatie van Renswoude. Het gebouw, de inrichting en de inventaris. Utrecht, 2004.</li>\n <li>Gaemers, Carin, Nalatenschap als toekomst. De Fundaties van de Vrijvrouwe van Renswoude 1754 - 1810. Zutphen, 2004.</li>\n <li>Lit, R. van, Oog voor talent. 250 jaar Fundatie van de Vrijvrouwe van Renswoude. Beknopte uitgave, samengesteld als begeleidend boekje bij de tentoonstelling ‘Oog voor talent’ in het Haags Historisch Museum. Den Haag, 2004.</li>\n</ul>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 2, 0, 0, 0),
(49, 23, 0, '<section id=\"mtedignsfm\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 3, 0, 1, 0),
(50, 23, 49, '\n \n <section id=\"tchrwtthvy\" class=\"\"><div class=\"page-row page-row__introduction\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h1>Publicaties over de Fundatie van Renswoude</h1>\n\n<p>Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n ', 'Pagina introductie', 'text', '', '', 0, 0, '', '', 0, 3, 0, 1, 0),
(51, 23, 49, '\n \n <section id=\"qbusnexwdw\" class=\"\"><div class=\"page-row\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x align-middle\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><ul>\n <li>Hengst, C.G.C. van, Aanteekeningen betreffende de Fundatie der Douarière Baronesse Van Reede, Vrijvrouwe van Renswoude, te Utrecht. Utrecht, 1890.</li>\n <li>Lier, A.J.S. van, De Fundatie van de Vrijvrouwe van Renswoude binnen de stad Utrecht, 1754 - 1954. Utrecht, 1954.</li>\n <li>Langenbach, M., Onbekend talent. Leerlingen van de Utrechtse Fundatie van Renswoude 1761 - 1795. Zutphen, 1991.</li>\n <li>Vries, J. de, De Utrechtse Fundatie van Renswoude. Het gebouw, de inrichting en de inventaris. Utrecht, 2004.</li>\n <li>Gaemers, Carin, Nalatenschap als toekomst. De Fundaties van de Vrijvrouwe van Renswoude 1754 - 1810. Zutphen, 2004.</li>\n <li>Lit, R. van, Oog voor talent. 250 jaar Fundatie van de Vrijvrouwe van Renswoude. Beknopte uitgave, samengesteld als begeleidend boekje bij de tentoonstelling ‘Oog voor talent’ in het Haags Historisch Museum. Den Haag, 2004.</li>\n</ul>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 3, 0, 1, 0),
(52, 21, 0, '<section id=\"wmmaofbflo\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', '', 0, 0, '', '', 0, 1, 0, 1, 0),
(53, 21, 52, '\n \n <section id=\"tyznpaqzae\" class=\"\"><div class=\"page-row page-row__introduction\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x text-center align-middle align-center\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h1>ANBI</h1>\n\n<p>De Stichting Fundatie van de Vrijvrouwe van Renswoude en de Stichting Maria Duyst van Voorhout, de stichting die eigenaar is van het fundatiegebouw, zijn beide culturele Algemeen Nut Beogende Instellingen, kortweg culturele ANBI. Onderstaand de voorgeschreven informatie over beide stichtingen.</p>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n ', 'Pagina introductie', 'text', '', '', 0, 0, '', '', 0, 1, 0, 1, 0),
(54, 21, 52, '\n \n \n \n \n \n \n \n <section id=\"rothoofrrn\" class=\"\"><div class=\"page-row\"><div class=\"grid-container\"> \n <div class=\"grid-x grid-padding-x align-middle\">\n \n <div class=\"small-12 cell\">\n <div class=\"column-wrapper\" style=\"\"><h2><strong>Namen van de instellingen</strong></h2>\n\n<p>Stichting Fundatie van de Vrijvrouwe van Renswoude (te Utrecht), publiekelijk ook bekend als Fundatie van Renswoude<br>\nKvK 41179407</p>\n\n<p>Stichting Maria Duyst van Voorhout, de onroerend goed holding voor het fundatiegebouw<br>\nKvK 41182995</p>\n\n<p>De Stichting Fundatie van de Vrijvrouwe van Renswoude is sinds augustus 1998 algeheel gevolmachtigd door de besturen van de Bote de Vries Stichting en de Anna Maria van Maanen Stichting. De Fundatie neemt sindsdien alle rechten en plichten, de beurzenverlening en het vermogensbeheer – kortom de gehele fondsenactiviteit van deze stichtingen waar.</p>\n\n<h3>RSIN/fiscaal nummer</h3>\n\n<p>0035.86.352 (Stichting Fundatie van de Vrijvrouwe van Renswoude te Utrecht)<br>\n8041.39.672 (Stichting Maria Duyst van Voorhout)</p>\n\n<h3>Contact</h3>\n\n<p><strong>Bezoekadres:</strong><br>\nAgnietenstraat 5<br>\n3512XA Utrecht<br>\ntelefoon 030 – 2310531</p>\n\n<p><strong>Postadres:</strong><br>\nSecretaris-rentmeester H.P.B. Kraaijeveld<br>\nAgnietenstraat 5<br>\n3512XA Utrecht<br>\ntelefoon 06 1221 1908<br>\ne-mail <a href=\"mailto:sr@fvru.nl\">sr@fvru.nl</a></p>\n\n<p><a href=\"http://www.fundatievanrenswoude-utrecht.nl\">www.fundatievanrenswoude-utrecht.nl</a></p>\n</div>\n </div>\n \n </div>\n</div>\n</div>\n</section>\n \n \n \n ', '1-column', 'text', '', '', 0, 0, '', '', 0, 1, 0, 1, 0),
(57, 21, 56, '\n \n \n \n <section id=\"sxbfwfmveh\" class=\"\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x\">\n \n <div class=\" medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><h3>Doelstellingen</h3>\n\n<ol>\n <li>Het verlenen van financiële ondersteuning, in de vorm van studiebeurzen, aan jongeren die zonder deze steun niet in staat zouden zijn hun studie of opleiding (WO, HBO, creatieve vakscholen MBO) geheel of gedeeltelijk te bekostigen.</li>\n <li>De instandhouding van het fundatiegebouw aan de Agnietenstraat 5 te Utrecht, een rijksmonument met wat beschouwd wordt als het best bewaard gebleven rococo interieur in Nederland.</li>\n</ol>\n\n<h3>Beleidsplan</h3>\n\n<p>Klik hier voor het beleidsplan van beide stichtingen.</p>\n\n<h3>College van Regenten</h3>\n\n<p>Mr. D.H. Kok, regent, voorzitter<br>\nMr. E.J.M. Kerpen, regent, vice-voorzitter<br>\nMw. mr. drs. W.N. Herweijer, regent<br>\nMw. Y.M.W. van Rijswijk, regent<br>\nMw. mr. J. Roelofs, regent<br>\nDrs. J.H.M. van de Ven, regent</p>\n</div>\n </div>\n <div class=\" medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><h3>Secretaris-rentmeester</h3>\n\n<p>H.P.B. Kraaijeveld</p>\n\n<h3>Châtelaine</h3>\n\n<p>Antoinette Brink<br>\nDe châtelaine is belast met huisbeheer en de verhuur van stijlzalen.</p>\n\n<h3>Beloningsbeleid</h3>\n\n<p>De regenten zijn onbezoldigd. Zij hebben recht op een onkostenvergoeding, waarvan in het overgrote deel van de gevallen wordt afgezien. De secretaris-rentmeester geniet een honorarium.</p>\n\n<h3>Jaarverslagen</h3>\n\n<ul>\n <li>Volg deze link voor het verslag over het jaar 2019 van de Stichting Fundatie van de Vrijvrouwe van Renswoude (Utrecht).</li>\n <li>Volg deze link voor het verslag over het jaar 2019 van de Stichting Maria Duyst van Voorhout.</li>\n</ul>\n</div>\n </div>\n \n</div>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 2, 0, 1, 0),
(55, 21, 52, '\n \n \n \n <section id=\"rebsmbrzqw\" class=\"\"><div class=\"page-row\"> \n<div class=\"grid-container\"> \n<div class=\"grid-x grid-padding-x\">\n \n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><h3>Doelstellingen</h3>\n\n<ol>\n <li>Het verlenen van financiële ondersteuning, in de vorm van studiebeurzen, aan jongeren die zonder deze steun niet in staat zouden zijn hun studie of opleiding (WO, HBO, creatieve vakscholen MBO) geheel of gedeeltelijk te bekostigen.</li>\n <li>De instandhouding van het fundatiegebouw aan de Agnietenstraat 5 te Utrecht, een rijksmonument met wat beschouwd wordt als het best bewaard gebleven rococo interieur in Nederland.</li>\n</ol>\n\n<h3>Beleidsplan</h3>\n\n<p>Klik hier voor het beleidsplan van beide stichtingen.</p>\n\n<h3>College van Regenten</h3>\n\n<p>Mr. D.H. Kok, regent, voorzitter<br>\nMr. E.J.M. Kerpen, regent, vice-voorzitter<br>\nMw. mr. drs. W.N. Herweijer, regent<br>\nMw. Y.M.W. van Rijswijk, regent<br>\nMw. mr. J. Roelofs, regent<br>\nDrs. J.H.M. van de Ven, regent</p>\n</div>\n </div>\n <div class=\"small-12 medium-6 cell\">\n <div class=\"column-wrapper\" style=\"\"><h3>Secretaris-rentmeester</h3>\n\n<p>H.P.B. Kraaijeveld</p>\n\n<h3>Châtelaine</h3>\n\n<p>Antoinette Brink<br>\nDe châtelaine is belast met huisbeheer en de verhuur van stijlzalen.</p>\n\n<h3>Beloningsbeleid</h3>\n\n<p>De regenten zijn onbezoldigd. Zij hebben recht op een onkostenvergoeding, waarvan in het overgrote deel van de gevallen wordt afgezien. De secretaris-rentmeester geniet een honorarium.</p>\n\n<h3>Jaarverslagen</h3>\n\n<p>Volg deze link voor het verslag over het jaar 2019 van de Stichting Fundatie van de Vrijvrouwe van Renswoude (Utrecht).</p>\n\n<p>Volg deze link voor het verslag over het jaar 2019 van de Stichting Maria Duyst van Voorhout.</p>\n</div>\n </div>\n \n</div>\n</div>\n</div></section>\n \n ', '2-column', 'text', '', '', 0, 0, '', '', 0, 1, 0, 0, 0),
(56, 21, 0, '<section id=\"xxkcwypqya\" class=\"\"><div class=\"section-group\" edittype=\"group\"><div class=\"group-wrapper droppable-in-group\">{contents}</div></div></section>', 'Group', 'veld groep', '', 'background-gray', 0, 0, ' ', '', 0, 2, 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 `secties`
--
CREATE TABLE `secties` (
`sectie_id` int(10) NOT NULL,
`naam` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
`url` varchar(255) 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',
`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 DEFAULT '0',
`custom_code` text COLLATE utf8_unicode_ci NOT NULL,
`sort` int(10) NOT NULL DEFAULT '0',
`sitelinks` int(1) NOT NULL DEFAULT '1',
`categories` int(1) NOT NULL DEFAULT '0',
`show_translations` int(4) NOT NULL DEFAULT '1',
`redirect` text 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`, `kolommen`, `cssid`, `zichtbaar`, `position`, `custom`, `custom_code`, `sort`, `sitelinks`, `categories`, `show_translations`, `redirect`, `active`) VALUES
(1, 'home', '', '', '', 1, '', '', 0, 0, 0, '', 0, 1, 0, 1, '', 1),
(2, 'Vergaderen', 'vergaderen', '', '', 1, '', '', 1, 1, 0, '', 0, 1, 0, 1, '', 1),
(3, 'Dineren', 'dineren', '', '', 1, '', '', 1, 2, 0, '', 0, 1, 0, 1, '', 1),
(4, 'Trouwen', 'trouwen', '', '', 1, '', '', 1, 3, 0, '', 0, 1, 0, 1, '', 1),
(5, 'De Zalen', 'de-zalen', '', '', 1, '', '', 1, 4, 0, '', 0, 1, 0, 1, '', 1),
(6, 'Studiebeurzen', 'studiebeurzen', '', '', 1, '', '', 1, 7, 0, '', 0, 1, 0, 1, '', 1),
(7, 'De Fundatie', 'de-fundatie', '', '', 2, '', '', 1, 5, 0, '', 0, 1, 0, 1, '', 1),
(8, 'Contact', 'contact', '', '', 1, '', '', 1, 8, 0, '', 0, 1, 0, 1, '', 1),
(9, 'Organisatie', 'organisatie', '', '', 2, '', '', 1, 6, 0, '', 0, 1, 0, 1, '', 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, 2, 1),
(3, 3, 1),
(4, 4, 1),
(5, 5, 1),
(6, 6, 1),
(7, 7, 1),
(8, 8, 1),
(9, 5, 2),
(10, 9, 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, 'page', 0, 0, 1),
(2, 'text', 0, 0, 1);
-- --------------------------------------------------------
--
-- 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_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,
`titel` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`contents` text COLLATE utf8_unicode_ci,
`foto` tinytext COLLATE utf8_unicode_ci,
`omschrijving_kort` varchar(250) COLLATE utf8_unicode_ci 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`, `titel`, `contents`, `foto`, `omschrijving_kort`) VALUES
(1, 0, 1, '2021-04-28 07:45:40', 1, 1, 0, 0, 'Fundatie van Renswoude Utrecht', '', '', 'Fundatie van Renswoude Utrecht', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/fvru/images/home/De-Eetzaal-vergaderen-utrecht.jpg', ''),
(2, 0, 1, '2021-04-28 09:21:08', 1, 2, 0, 0, '', '', '', 'Vergaderen', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/fvru/images/vergaderen/Portrettenkamer-vergaderen-utrecht.jpg', 'Geliefde plek voor vergaderingen en andere overlegsituaties'),
(3, 0, 1, '2021-04-28 09:25:22', 1, 3, 0, 0, '', '', '', 'Dineren', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/fvru/images/dineren/historisch-keuken-dineren-utrecht.jpg', 'Genieten van een goede maaltijd in de Eetzaal'),
(4, 0, 1, '2021-04-28 09:27:32', 1, 4, 0, 0, '', '', '', 'Trouwen', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/fvru/images/trouwen/regentenzaal-trouwen-utrecht.jpg', 'Samen zijn en genieten van een goede maaltijd in een intieme omgeving'),
(5, 0, 1, '2021-04-28 09:29:59', 1, 5, 0, 0, '', '', '', 'Dineren', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/fvru/images/dineren/historisch-keuken-dineren-utrecht.jpg', 'Geliefde plek voor vergaderingen en andere overlegsituaties'),
(6, 0, 1, '2021-04-28 09:30:05', 1, 6, 0, 0, '', '', '', 'Vergaderen', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/fvru/images/vergaderen/Portrettenkamer-vergaderen-utrecht.jpg', 'Geliefde plek voor vergaderingen en andere overlegsituaties'),
(7, 0, 1, '2021-04-28 09:30:10', 1, 7, 0, 0, '', '', '', 'Trouwen', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/fvru/images/trouwen/regentenzaal-trouwen-utrecht.jpg', 'Geliefde plek voor vergaderingen en andere overlegsituaties'),
(8, 0, 1, '2021-04-28 10:43:32', 1, 8, 0, 0, '', '', '', 'Regentenzaal', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/fvru/images/zalen/regentenzaal-trouwen-utrecht.jpg', ''),
(9, 0, 1, '2021-04-28 10:43:35', 1, 9, 0, 0, '', '', '', 'Collegezaal', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/fvru/images/zalen/Collegezaal.jpg', ''),
(10, 0, 1, '2021-04-28 10:43:40', 1, 10, 0, 0, '', '', '', 'Eetzaal', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/fvru/images/home/De-Eetzaal-vergaderen-utrecht.jpg|*|https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/fvru/images/zalen/Eetzaal.jpg', ''),
(11, 0, 1, '2021-04-28 10:43:44', 1, 11, 0, 0, '', '', '', 'Historische keuken', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/fvru/images/dineren/historisch-keuken-dineren-utrecht.jpg', ''),
(12, 0, 1, '2021-04-28 10:43:48', 1, 12, 0, 0, '', '', '', 'Portrettenkamer', '', 'https://s3.eu-central-1.amazonaws.com/z3r2zxopa4uuqpw5a4ju/fvru/images/vergaderen/Portrettenkamer-vergaderen-utrecht.jpg', ''),
(13, 0, 1, '2021-04-28 10:43:51', 1, 13, 0, 0, '', '', '', 'Secretarie', '', '', ''),
(14, 0, 1, '2021-04-28 10:43:56', 1, 14, 0, 0, '', '', '', 'Binnentuin', '', '', ''),
(15, 0, 1, '2021-04-28 12:10:16', 1, 15, 0, 0, '', '', '', 'De zalen', '', '', ''),
(16, 0, 1, '2021-04-28 12:13:42', 1, 16, 0, 2, '', '', '', 'De Zalen', '', '', ''),
(17, 0, 1, '2021-04-28 12:19:39', 1, 17, 0, 0, 'Geschiedenis Fundatie van Renswoude Utrecht', '', '', 'Geschiedenis', '', '', ''),
(18, 0, 1, '2021-04-28 12:34:58', 1, 18, 0, 0, 'Doelstellingen Fundatie van Renswoude Utrecht', '', '', 'Doelstellingen', '', '', ''),
(19, 0, 1, '2021-04-28 12:36:36', 1, 19, 0, 0, 'Het fundatiegebouw een uniek Utrechts monument', '', '', 'Het fundatiegebouw', '', '', ''),
(20, 0, 1, '2021-04-28 12:45:14', 1, 20, 0, 0, 'Een taak die ondersteuning behoeft', '', '', 'Een taak die ondersteuning behoeft', '', '', ''),
(21, 0, 1, '2021-04-28 14:43:43', 1, 21, 0, 0, '', '', '', 'Bestuur', '', '', ''),
(22, 0, 1, '2021-04-28 14:43:51', 1, 22, 0, 0, '', '', '', 'ANBI', '', '', ''),
(23, 0, 1, '2021-04-28 14:44:05', 1, 23, 0, 0, '', '', '', 'Publicaties', '', '', '');
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `td_text`
--
CREATE TABLE `td_text` (
`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,
`titel` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL,
`contents` text COLLATE utf8_unicode_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- 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,
`dragdrop` int(11) 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 `templates`
--
INSERT INTO `templates` (`template_id`, `naam`, `position`, `dragdrop`, `active`) VALUES
(1, 'page', 0, 0, 1),
(2, 'text', 0, 0, 0);
-- --------------------------------------------------------
--
-- 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,
`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`, `sub_of`, `type`, `overzicht`, `link_to`, `position`, `translate`, `active`) VALUES
(1, 1, 1, 'titel', 'titel', 0, 1, 0, 0, 0, 0, 1),
(2, 1, 46, 'contents', 'contents', 0, 1, 0, 0, 0, 0, 1),
(3, 1, 6, 'foto', 'foto', 0, 1, 0, 0, 0, 0, 1),
(4, 1, 1, 'omschrijving_kort', 'omschrijving_kort', 0, 1, 0, 0, 0, 0, 1),
(5, 2, 1, 'titel', 'titel', 0, 1, 0, 0, 0, 0, 0),
(6, 2, 46, 'contents', 'contents', 0, 1, 0, 0, 0, 0, 0),
(7, 0, 0, '608951868849a', '', 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,
`url` varchar(255) NOT NULL,
`position` int(10) NOT NULL DEFAULT '0',
`status` int(1) NOT NULL,
`created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`language_id` int(10) NOT NULL DEFAULT '0',
`translation_of_uid` int(10) NOT NULL DEFAULT '0',
`last_update` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`sortable` 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`, `url`, `position`, `status`, `created`, `language_id`, `translation_of_uid`, `last_update`, `sortable`) VALUES
(1, 1, 1, 1, 'test', 0, 2, '2021-04-27 22:00:00', 0, 0, '2021-04-28 13:49:53', 'Fundatie van Renswoude Utrecht'),
(2, 2, 1, 2, 'vergaderen', 0, 2, '2021-04-27 22:00:00', 0, 0, '2021-04-28 09:27:59', 'Vergaderen'),
(3, 3, 1, 3, 'dineren', 0, 2, '2021-04-27 22:00:00', 0, 0, '2021-04-28 09:28:14', 'Dineren'),
(4, 4, 1, 4, 'trouwen', 0, 2, '2021-04-27 22:00:00', 0, 0, '2021-04-28 09:28:10', 'Trouwen'),
(5, 1, 1, 5, 'dineren', 1, 2, '2021-04-27 22:00:00', 0, 0, '2021-04-28 09:34:00', 'Dineren'),
(6, 1, 1, 6, 'vergaderen', 0, 2, '2021-04-27 22:00:00', 0, 0, '2021-04-28 09:33:53', 'Vergaderen'),
(7, 1, 1, 7, 'trouwen', 2, 2, '2021-04-27 22:00:00', 0, 0, '2021-04-28 09:34:08', 'Trouwen'),
(8, 5, 1, 8, 'regentenzaal', 0, 2, '2021-04-27 22:00:00', 0, 0, '2021-04-28 14:47:27', 'Regentenzaal'),
(9, 5, 1, 9, 'collegezaal', 1, 2, '2021-04-27 22:00:00', 0, 0, '2021-04-28 14:47:31', 'Collegezaal'),
(10, 5, 1, 10, 'eetzaal', 2, 2, '2021-04-27 22:00:00', 0, 0, '2021-04-28 14:47:35', 'Eetzaal'),
(11, 5, 1, 11, 'historische-keuken', 3, 2, '2021-04-27 22:00:00', 0, 0, '2021-04-28 14:47:39', 'Historische keuken'),
(12, 5, 1, 12, 'portrettenkamer', 4, 2, '2021-04-27 22:00:00', 0, 0, '2021-04-28 14:47:46', 'Portrettenkamer'),
(13, 5, 1, 13, 'secretarie', 5, 2, '2021-04-27 22:00:00', 0, 0, '2021-04-28 14:47:50', 'Secretarie'),
(14, 5, 1, 14, 'binnentuin', 6, 2, '2021-04-27 22:00:00', 0, 0, '2021-04-28 14:47:54', 'Binnentuin'),
(15, 5, 1, 15, 'de-zalen', 0, 0, '2021-04-28 12:10:16', 0, 0, '2021-04-28 12:10:16', 'De zalen'),
(16, 5, 1, 16, 'de-zalen', 0, 2, '2021-04-27 22:00:00', 0, 0, '2021-04-28 12:14:15', 'De Zalen'),
(17, 7, 1, 17, 'geschiedenis', 0, 2, '2021-04-27 22:00:00', 0, 0, '2021-04-28 12:41:39', 'Geschiedenis'),
(18, 7, 1, 18, 'doelstellingen', 1, 2, '2021-04-27 22:00:00', 0, 0, '2021-04-28 12:41:20', 'Doelstellingen'),
(19, 7, 1, 19, 'het-fundatiegebouw', 2, 2, '2021-04-27 22:00:00', 0, 0, '2021-04-28 12:42:02', 'Het fundatiegebouw'),
(20, 7, 1, 20, 'een-taak-die-ondersteuning-behoeft', 3, 2, '2021-04-27 22:00:00', 0, 0, '2021-04-28 12:53:40', 'Een taak die ondersteuning behoeft'),
(21, 9, 1, 21, 'bestuur', 0, 2, '2021-04-27 22:00:00', 0, 0, '2021-04-28 14:44:55', 'Bestuur'),
(22, 9, 1, 22, 'anbi', 0, 2, '2021-04-27 22:00:00', 0, 0, '2021-04-28 14:44:41', 'ANBI'),
(23, 7, 1, 23, 'publicaties', 4, 2, '2021-04-27 22:00:00', 0, 0, '2021-04-28 14:44:12', 'Publicaties');
-- --------------------------------------------------------
--
-- 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',
`rechten` varchar(255) NOT NULL,
`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 `choice_options`
--
ALTER TABLE `choice_options`
ADD PRIMARY KEY (`choice_id`),
ADD KEY `field_id` (`field_id`);
--
-- Indexen voor tabel `comments`
--
ALTER TABLE `comments`
ADD PRIMARY KEY (`comment_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` (`unique_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_tags`
--
ALTER TABLE `entry_tags`
ADD PRIMARY KEY (`entry_tag_id`),
ADD KEY `module_entry_id` (`entry_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 `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 `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 `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 `tags`
--
ALTER TABLE `tags`
ADD PRIMARY KEY (`tag_id`);
--
-- Indexen voor tabel `td_page`
--
ALTER TABLE `td_page`
ADD PRIMARY KEY (`entry_id`);
--
-- Indexen voor tabel `td_text`
--
ALTER TABLE `td_text`
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=3;
--
-- AUTO_INCREMENT voor een tabel `choice_options`
--
ALTER TABLE `choice_options`
MODIFY `choice_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `comments`
--
ALTER TABLE `comments`
MODIFY `comment_id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `custom_css`
--
ALTER TABLE `custom_css`
MODIFY `custom_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT voor een tabel `entry_categories`
--
ALTER TABLE `entry_categories`
MODIFY `entry_category_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;
--
-- 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=20;
--
-- AUTO_INCREMENT voor een tabel `entry_tags`
--
ALTER TABLE `entry_tags`
MODIFY `entry_tag_id` int(10) UNSIGNED 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=73;
--
-- AUTO_INCREMENT voor een tabel `forms`
--
ALTER TABLE `forms`
MODIFY `form_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT voor een tabel `form_elements`
--
ALTER TABLE `form_elements`
MODIFY `form_element_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- 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=5;
--
-- 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 `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 `languages`
--
ALTER TABLE `languages`
MODIFY `language_id` int(10) NOT NULL AUTO_INCREMENT;
--
-- 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=8;
--
-- 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=58;
--
-- AUTO_INCREMENT voor een tabel `prijzen_product`
--
ALTER TABLE `prijzen_product`
MODIFY `prijs_product_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=54;
--
-- AUTO_INCREMENT voor een tabel `secties`
--
ALTER TABLE `secties`
MODIFY `sectie_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
--
-- 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=11;
--
-- AUTO_INCREMENT voor een tabel `stramiens`
--
ALTER TABLE `stramiens`
MODIFY `stramien_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT voor een tabel `tags`
--
ALTER TABLE `tags`
MODIFY `tag_id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT voor een tabel `td_page`
--
ALTER TABLE `td_page`
MODIFY `entry_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;
--
-- AUTO_INCREMENT voor een tabel `td_text`
--
ALTER TABLE `td_text`
MODIFY `entry_id` int(10) NOT NULL AUTO_INCREMENT;
--
-- 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=8;
--
-- 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=24;
--
-- 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;