/*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `qs_zz_PageIndex` ( `id` int(11) NOT NULL AUTO_INCREMENT, `idPage` int(11) NOT NULL, `language` varchar(3) NOT NULL, `url` varchar(255) NOT NULL, `title` varchar(255) NOT NULL, `content` mediumtext NOT NULL, `scriptDuration` float(15,12) NOT NULL, `reindex` enum('y','n') NOT NULL DEFAULT 'n', `added` datetime NOT NULL, `changed` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `url` (`url`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; INSERT INTO `qs_zz_PageIndex` (`id`, `idPage`, `language`, `url`, `title`, `content`, `scriptDuration`, `reindex`, `added`, `changed`) VALUES (1,1,'uk','http://vityk.kitten.fr-wd.com/Quick_Site_Framework/branches/release-2/www/uk?a=b&c=2','Домашня сторінка 1','Домашня сторінка Домашня сторінка Домашня сторінка Домашня сторінка Домашня сторінка',0.130000993609,'y','2009-11-30 15:55:22','2009-11-30 15:55:22'),(2,1,'uk','http://vityk.kitten.fr-wd.com/Quick_Site_Framework/branches/release-2/www/uk?a=b&c=3','Домашня сторінка 1','Домашня сторінка Домашня сторінка Домашня сторінка Домашня сторінка Домашня сторінка',0.150002002716,'y','2009-11-30 16:04:48','2009-11-30 16:04:48'),(4,1,'eng','http://vityk.kitten.fr-wd.com/Quick_Site_Framework/branches/release-2/www','Header of page','1List Styles List Text 1 List Text 2 cvhf dcgh fghg Different Styles Different Font styles test styles List Style List Style List Style List Large text Using and color Bold Strong I Italic using em Style List Style List Style Link Table with custom border spacing Table with custom border spacing Table with custom border spacing Table with custom border spacing Table with custom border spacing Table with custom border spacing Table with custom border spacing Table with custom border spacing Table with custom border spacing Table with custom border spacing Table with custom border spacing Table with custom border spacing Table with custom border spacing Table with custom border spacing Table with custom border spacing Table with custom border spacing Table with custom border spacing Table with custom border spacing Table with custom border spacing',0.970014989376,'n','2009-11-30 16:08:14','2009-12-02 09:36:22');