-- phpMyAdmin SQL Dump -- version 2.10.0.2 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Oct 31, 2008 at 11:45 AM -- Server version: 5.0.37 -- PHP Version: 5.2.1 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; -- -- Database: `cesvi` -- -- -------------------------------------------------------- -- -- Table structure for table `about` -- CREATE TABLE `about` ( `about_id` int(11) NOT NULL auto_increment, `about_mission` text NOT NULL, `about_history` text NOT NULL, `about_staff` text NOT NULL, PRIMARY KEY (`about_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ; -- -- Dumping data for table `about` -- INSERT INTO `about` (`about_id`, `about_mission`, `about_history`, `about_staff`) VALUES (1, 'MISIÓN, VISIÓN, VALORES, PRINCIPIOS GUÍAS - 2\r\n\r\nCesvi es una asociación humanitaria e independiente que trabaja por la solidaridad mundial.\r\n\r\nEn el sistema de los valores que guían a Cesvi, la solidaridad humana y la justicia social, se transforman en obras de ayuda humanitaria y de desarrollo que buscan contribuir a la afirmación de los derechos universales del hombre.\r\n\r\nCesvi trabaja con la convicción que la asistencia que brinda a las poblaciones más necesitadas a causa de la pobreza, conflictos armados, desastres naturales y desastres ambientales.\r\n\r\nEn el acrónimo Cesvi, las palabras Cooperación y Desarrollo subrayan que la filosofía de acción se basa en la promoción del protagonismo y de la movilización colectiva de los beneficiarios a favor de su propio progreso; por esta razón Cesvi está fuertemente comprometido para que la ayuda internacional no se reduzca a un simple acto de beneficencia y no esté influenciada por el protagonismo de sus donantes.', 'CESVI EN EL PERÚ - 2\r\n\r\nCesvi fue fundada en 1985, en la ciudad de Bergamo, Italia, y tiene más de 30 oficinas en todo el mundo. Su trabajo lo desarrolla en tres áreas principales: ayuda inmediata para la superación de situaciones de emergencia; rehabilitación y reconstrucción de infraestructuras destruidas por guerras o catástrofes naturales; programas de cooperación y proyectos de desarrollo dirigidos a sectores sociales marginados y comunidades pobres.\r\n\r\nEn el Perú, Cesvi inició sus funciones en 1989 en el departamento de San Martín implementando proyectos de desarrollo con las comunidades más vulnerables de la Amazonía. ', 'CESVI Y SU PERSONAL - 2\r\n\r\nCesvi está conformado por un equipo de profesionales, quienes con su trabajo de cada día, contribuyen en favor de la justicia, la paz y por la reducción de la pobreza en el Perú, participando de esta manera en el logro de los objetivos de Cesvi. Por ello es que este grupo de personas son más que empleados, son los colaboradores de Cesvi.\r\n\r\nDurante el año 2006, la familia Cesvi creció en un 33%. El total de sus colaboradores al finalizar el año 2006 ascendió a63 personas, de los cuales el 56% estaba compuesto por mujeres y el 44% por hombres.'); -- -------------------------------------------------------- -- -- Table structure for table `admin` -- CREATE TABLE `admin` ( `admin_id` int(11) NOT NULL auto_increment, `admin_user` varchar(200) NOT NULL, `admin_pass` varchar(200) NOT NULL, PRIMARY KEY (`admin_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `admin` -- INSERT INTO `admin` (`admin_id`, `admin_user`, `admin_pass`) VALUES (1, 'admin', 'pass'); -- -------------------------------------------------------- -- -- Table structure for table `balances` -- CREATE TABLE `balances` ( `bal_id` int(11) NOT NULL auto_increment, `bal_content` text NOT NULL, `bal_cover` varchar(200) NOT NULL, `bal_doc` varchar(200) NOT NULL, `bal_visible` varchar(1) NOT NULL, PRIMARY KEY (`bal_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `balances` -- -- -------------------------------------------------------- -- -- Table structure for table `convo` -- CREATE TABLE `convo` ( `convo_id` int(11) NOT NULL auto_increment, `convo_title` varchar(200) NOT NULL, `convo_content` text NOT NULL, `convo_terms` varchar(200) NOT NULL, `convo_cv` varchar(200) NOT NULL, `convo_visible` varchar(1) NOT NULL, `convo_cat` int(11) NOT NULL, PRIMARY KEY (`convo_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `convo` -- -- -------------------------------------------------------- -- -- Table structure for table `convo_cat` -- CREATE TABLE `convo_cat` ( `convo_cat_id` int(11) NOT NULL auto_increment, `convo_cat_desc` varchar(200) NOT NULL, `convo_cat_icon` varchar(200) NOT NULL, PRIMARY KEY (`convo_cat_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ; -- -- Dumping data for table `convo_cat` -- -- -------------------------------------------------------- -- -- Table structure for table `guidelines` -- CREATE TABLE `guidelines` ( `guide_id` int(11) NOT NULL auto_increment, `guide_title` text NOT NULL, `guide_subtitle` text NOT NULL, `guide_content` text NOT NULL, `guide_doc` varchar(200) NOT NULL, `guide_order` int(11) NOT NULL, PRIMARY KEY (`guide_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `guidelines` -- -- -------------------------------------------------------- -- -- Table structure for table `guide_intro` -- CREATE TABLE `guide_intro` ( `guide_i_id` int(11) NOT NULL auto_increment, `guide_i_content` text NOT NULL, PRIMARY KEY (`guide_i_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `guide_intro` -- -- -------------------------------------------------------- -- -- Table structure for table `home` -- CREATE TABLE `home` ( `home_id` int(11) NOT NULL auto_increment, `home_content` text NOT NULL, `home_ad` varchar(200) NOT NULL, `home_active` varchar(1) NOT NULL, PRIMARY KEY (`home_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ; -- -- Dumping data for table `home` -- INSERT INTO `home` (`home_id`, `home_content`, `home_ad`, `home_active`) VALUES (2, 'Cesvi es una asociación humanitaria independiente con sede central en la ciudad de Bérgamo, Italia. Fue fundada el año 1985 y tiene más de 30 oficinas ubicadas en todos los continentes.\r\n\r\nTrabaja por la solidaridad mundial y el ideal de la justicia social a través de acciones humanitarias de desarrollo que contribuyan a consolidar los derechos humanos.', '1225407448_publicidad.jpg', 'Y'); -- -------------------------------------------------------- -- -- Table structure for table `news` -- CREATE TABLE `news` ( `news_id` int(11) NOT NULL auto_increment, `news_headline` text NOT NULL, `news_abstract` text NOT NULL, `news_content` text NOT NULL, `news_photo` varchar(100) NOT NULL, `news_visible` varchar(1) NOT NULL, PRIMARY KEY (`news_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ; -- -- Dumping data for table `news` -- INSERT INTO `news` (`news_id`, `news_headline`, `news_abstract`, `news_content`, `news_photo`, `news_visible`) VALUES (2, 'Otro Titulo', 'Primer Parrafo ', 'Contenido', '', 'Y'); -- -------------------------------------------------------- -- -- Table structure for table `offices` -- CREATE TABLE `offices` ( `off_id` int(11) NOT NULL auto_increment, `off_content` text NOT NULL, `off_photo` varchar(200) NOT NULL, `off_visible` varchar(1) NOT NULL, PRIMARY KEY (`off_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `offices` -- -- -------------------------------------------------------- -- -- Table structure for table `programs` -- CREATE TABLE `programs` ( `program_id` int(11) NOT NULL auto_increment, `program_cat` int(11) NOT NULL, `program_title` text NOT NULL, `program_location` varchar(200) NOT NULL, `program_subtitle` text NOT NULL, `program_content` text NOT NULL, `program_doc` varchar(200) NOT NULL, `program_visible` varchar(1) NOT NULL, PRIMARY KEY (`program_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `programs` -- -- -------------------------------------------------------- -- -- Table structure for table `programs_cat` -- CREATE TABLE `programs_cat` ( `program_cat_id` int(11) NOT NULL auto_increment, `program_cat_desc` varchar(200) NOT NULL, PRIMARY KEY (`program_cat_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `programs_cat` -- -- -------------------------------------------------------- -- -- Table structure for table `programs_photos` -- CREATE TABLE `programs_photos` ( `program_ph_id` int(11) NOT NULL auto_increment, `program_ph_file` varchar(200) NOT NULL, `program_ph_pid` int(11) NOT NULL, PRIMARY KEY (`program_ph_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `programs_photos` -- -- -------------------------------------------------------- -- -- Table structure for table `publications` -- CREATE TABLE `publications` ( `pub_id` int(11) NOT NULL auto_increment, `pub_cover` varchar(200) NOT NULL, `pub_title` varchar(200) NOT NULL, `pub_subtitle` text NOT NULL, PRIMARY KEY (`pub_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `publications` -- -- -------------------------------------------------------- -- -- Table structure for table `stakeholders` -- CREATE TABLE `stakeholders` ( `st_id` int(11) NOT NULL auto_increment, `st_cat` int(11) NOT NULL, `st_company` varchar(200) NOT NULL, `st_link` varchar(200) NOT NULL, `st_visible` varchar(1) NOT NULL, PRIMARY KEY (`st_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ; -- -- Dumping data for table `stakeholders` -- INSERT INTO `stakeholders` (`st_id`, `st_cat`, `st_company`, `st_link`, `st_visible`) VALUES (1, 3, 'Asociación Atocongo', '', 'Y'), (2, 2, 'Mistyca', '', 'Y'); -- -------------------------------------------------------- -- -- Table structure for table `stake_category` -- CREATE TABLE `stake_category` ( `st_cat_id` int(11) NOT NULL auto_increment, `st_cat_desc` varchar(200) NOT NULL, `st_cat_icon` varchar(200) NOT NULL, PRIMARY KEY (`st_cat_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ; -- -- Dumping data for table `stake_category` -- INSERT INTO `stake_category` (`st_cat_id`, `st_cat_desc`, `st_cat_icon`) VALUES (2, 'Empresas Sociales', '1225422077_stake02.gif'), (3, 'Fundaciones', '1225422094_stake03.gif'); -- -------------------------------------------------------- -- -- Table structure for table `videos` -- CREATE TABLE `videos` ( `video_id` int(11) NOT NULL auto_increment, `video_title` varchar(200) NOT NULL, `video_subtitle` text NOT NULL, `video_file` varchar(200) NOT NULL, `video_visible` varchar(1) NOT NULL, PRIMARY KEY (`video_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `videos` --