-- phpMyAdmin SQL Dump
-- version 2.11.9.5
-- http://www.phpmyadmin.net
--
-- Anamakine: localhost
-- Üretim Zamanı: 22 Temmuz 2009 saat 19:47:17
-- Sunucu sürümü: 5.0.81
-- PHP Sürümü: 5.2.6

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Veritabanı: `licegov_licegov`
--

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

--
-- Tablo yapısı: `jos_akobook`
--

CREATE TABLE IF NOT EXISTS `jos_akobook` (
  `gbid` int(10) NOT NULL auto_increment,
  `gbip` varchar(15) NOT NULL default '',
  `gbname` varchar(20) NOT NULL default '',
  `gbmail` varchar(60) default NULL,
  `gbloca` varchar(50) default NULL,
  `gbpage` varchar(150) default NULL,
  `gbvote` int(10) default NULL,
  `gbtext` text NOT NULL,
  `gbdate` varchar(20) default NULL,
  `gbcomment` text,
  `gbedit` enum('y','n') NOT NULL default 'n',
  `gbeditdate` datetime default NULL,
  `published` tinyint(1) NOT NULL default '0',
  `gbicq` varchar(20) default NULL,
  `gbaim` varchar(20) default NULL,
  `gbmsn` varchar(20) default NULL,
  PRIMARY KEY  (`gbid`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;

--
-- Tablo döküm verisi `jos_akobook`
--

INSERT INTO `jos_akobook` (`gbid`, `gbip`, `gbname`, `gbmail`, `gbloca`, `gbpage`, `gbvote`, `gbtext`, `gbdate`, `gbcomment`, `gbedit`, `gbeditdate`, `published`, `gbicq`, `gbaim`, `gbmsn`) VALUES
(4, '212.175.112.153', 'Mustafa', 'mustafa@yahoo.com', '', '', 3, 'Hayýrlý olsun', '1194698447', NULL, 'n', NULL, 0, '', '', '');

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

--
-- Tablo yapısı: `jos_banner`
--

CREATE TABLE IF NOT EXISTS `jos_banner` (
  `bid` int(11) NOT NULL auto_increment,
  `cid` int(11) NOT NULL default '0',
  `type` varchar(10) NOT NULL default 'banner',
  `name` varchar(50) NOT NULL default '',
  `imptotal` int(11) NOT NULL default '0',
  `impmade` int(11) NOT NULL default '0',
  `clicks` int(11) NOT NULL default '0',
  `imageurl` varchar(100) NOT NULL default '',
  `clickurl` varchar(200) NOT NULL default '',
  `date` datetime default NULL,
  `showBanner` tinyint(1) NOT NULL default '0',
  `checked_out` tinyint(1) NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `editor` varchar(50) default NULL,
  `custombannercode` text,
  PRIMARY KEY  (`bid`),
  KEY `viewbanner` (`showBanner`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Tablo döküm verisi `jos_banner`
--

INSERT INTO `jos_banner` (`bid`, `cid`, `type`, `name`, `imptotal`, `impmade`, `clicks`, `imageurl`, `clickurl`, `date`, `showBanner`, `checked_out`, `checked_out_time`, `editor`, `custombannercode`) VALUES
(1, 1, 'banner', 'OSM 1', 0, 194, 1, 'osmbanner1.png', 'http://www.opensourcematters.org', '2004-07-07 15:31:29', 1, 0, '0000-00-00 00:00:00', NULL, NULL),
(2, 1, 'banner', 'OSM 2', 0, 185, 3, 'osmbanner2.png', 'http://www.opensourcematters.org', '2004-07-07 15:31:29', 1, 0, '0000-00-00 00:00:00', NULL, NULL);

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

--
-- Tablo yapısı: `jos_bannerclient`
--

CREATE TABLE IF NOT EXISTS `jos_bannerclient` (
  `cid` int(11) NOT NULL auto_increment,
  `name` varchar(60) NOT NULL default '',
  `contact` varchar(60) NOT NULL default '',
  `email` varchar(60) NOT NULL default '',
  `extrainfo` text NOT NULL,
  `checked_out` tinyint(1) NOT NULL default '0',
  `checked_out_time` time default NULL,
  `editor` varchar(50) default NULL,
  PRIMARY KEY  (`cid`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Tablo döküm verisi `jos_bannerclient`
--

INSERT INTO `jos_bannerclient` (`cid`, `name`, `contact`, `email`, `extrainfo`, `checked_out`, `checked_out_time`, `editor`) VALUES
(1, 'Open Source Matters', 'Administrator', 'admin@opensourcematters.org', '', 0, '00:00:00', NULL);

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

--
-- Tablo yapısı: `jos_bannerfinish`
--

CREATE TABLE IF NOT EXISTS `jos_bannerfinish` (
  `bid` int(11) NOT NULL auto_increment,
  `cid` int(11) NOT NULL default '0',
  `type` varchar(10) NOT NULL default '',
  `name` varchar(50) NOT NULL default '',
  `impressions` int(11) NOT NULL default '0',
  `clicks` int(11) NOT NULL default '0',
  `imageurl` varchar(50) NOT NULL default '',
  `datestart` datetime default NULL,
  `dateend` datetime default NULL,
  PRIMARY KEY  (`bid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Tablo döküm verisi `jos_bannerfinish`
--


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

--
-- Tablo yapısı: `jos_captcha_session`
--

CREATE TABLE IF NOT EXISTS `jos_captcha_session` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `sessionid` varchar(64) NOT NULL default '',
  `password` varchar(8) NOT NULL default '',
  `date` datetime NOT NULL default '0000-00-00 00:00:00',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Tablo döküm verisi `jos_captcha_session`
--


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

--
-- Tablo yapısı: `jos_categories`
--

CREATE TABLE IF NOT EXISTS `jos_categories` (
  `id` int(11) NOT NULL auto_increment,
  `parent_id` int(11) NOT NULL default '0',
  `title` varchar(50) NOT NULL default '',
  `name` varchar(255) NOT NULL default '',
  `image` varchar(100) NOT NULL default '',
  `section` varchar(50) NOT NULL default '',
  `image_position` varchar(10) NOT NULL default '',
  `description` text NOT NULL,
  `published` tinyint(1) NOT NULL default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `editor` varchar(50) default NULL,
  `ordering` int(11) NOT NULL default '0',
  `access` tinyint(3) unsigned NOT NULL default '0',
  `count` int(11) NOT NULL default '0',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `cat_idx` (`section`,`published`,`access`),
  KEY `idx_section` (`section`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=19 ;

--
-- Tablo döküm verisi `jos_categories`
--

INSERT INTO `jos_categories` (`id`, `parent_id`, `title`, `name`, `image`, `section`, `image_position`, `description`, `published`, `checked_out`, `checked_out_time`, `editor`, `ordering`, `access`, `count`, `params`) VALUES
(1, 0, 'Son Haberler', 'Son Haberler', '', '1', 'left', '<p>&nbsp;</p><p>Okulumuzdan ve k&ouml;y&uuml;m&uuml;zden&nbsp;son haberleri bu sayfalarda bulabilirsiniz. </p><p>&nbsp;</p>', 0, 0, '0000-00-00 00:00:00', '', 2, 0, 1, 'imagefolders=*2*'),
(2, 0, 'Joomla!', 'Joomla!', 'clock.jpg', 'com_weblinks', 'left', 'A selection of links that are all related to the Joomla! Project.', 1, 0, '0000-00-00 00:00:00', NULL, 0, 0, 0, ''),
(3, 0, 'Flaþ Haberler', 'Flaþ Haberler', '', '2', 'left', '', 1, 0, '0000-00-00 00:00:00', '', 1, 0, 0, 'imagefolders=*2*'),
(4, 0, 'Joomla!', 'Joomla!', '', 'com_newsfeeds', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 2, 0, 0, ''),
(5, 0, 'Business: general', 'Business: general', '', 'com_newsfeeds', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''),
(7, 0, 'Örnekler', 'Örnek SSS', 'key.jpg', '3', 'left', 'Here you will find an example set of FAQs.', 0, 0, '0000-00-00 00:00:00', NULL, 0, 0, 2, ''),
(9, 0, 'Finance', 'Finance', '', 'com_newsfeeds', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 5, 0, 0, ''),
(10, 0, 'Linux', 'Linux', '', 'com_newsfeeds', 'left', '<br />\r\n', 1, 0, '0000-00-00 00:00:00', NULL, 6, 0, 0, ''),
(11, 0, 'Internet', 'Internet', '', 'com_newsfeeds', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 7, 0, 0, ''),
(12, 0, 'Ýletiþim', 'Ýletiþim', '', 'com_contact_details', 'left', 'Contact Details for this website', 1, 0, '0000-00-00 00:00:00', NULL, 0, 0, 0, ''),
(14, 0, 'Sözler', 'Sözler', '', '4', 'left', '', 0, 0, '0000-00-00 00:00:00', NULL, 2, 0, 0, 'imagefolders=*2*'),
(15, 0, 'Oyunlar', 'Oyunlar', '', '5', 'left', '', 0, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, 'imagefolders=*2*'),
(16, 0, 'Arabesk', 'Arabesk', '', '4', 'left', '', 0, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, 'imagefolders=*2*'),
(17, 0, 'Þiirler', 'Þiirler', '', '6', 'left', '', 0, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, 'imagefolders=*2*'),
(18, 0, 'Karkamýþ Haberleri', 'Karkamýþ Haberleri', '', '1', 'left', '', 0, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, 'imagefolders=*2*');

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

--
-- Tablo yapısı: `jos_classifieds`
--

CREATE TABLE IF NOT EXISTS `jos_classifieds` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `catid` int(11) NOT NULL default '0',
  `sid` int(11) NOT NULL default '0',
  `telephone` varchar(250) default '',
  `email` varchar(250) default '',
  `title` varchar(250) NOT NULL default '',
  `controlofid` varchar(32) NOT NULL default '',
  `description` text,
  `date` datetime NOT NULL default '0000-00-00 00:00:00',
  `expiredate` datetime NOT NULL default '0000-00-00 00:00:00',
  `type` int(11) NOT NULL default '0',
  `hits` int(11) NOT NULL default '0',
  `adimage` varchar(255) default '',
  `checked_out` int(11) NOT NULL default '0',
  `published` tinyint(1) unsigned NOT NULL default '0',
  `confirmed` tinyint(1) unsigned NOT NULL default '0',
  `approved` tinyint(1) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `catid` (`catid`,`published`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Tablo döküm verisi `jos_classifieds`
--


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

--
-- Tablo yapısı: `jos_classifieds_categories`
--

CREATE TABLE IF NOT EXISTS `jos_classifieds_categories` (
  `id` int(11) NOT NULL auto_increment,
  `parent` int(11) NOT NULL default '0',
  `name` varchar(250) NOT NULL default '',
  `uploadim` tinyint(1) NOT NULL default '0',
  `defimwidth` int(11) NOT NULL default '0',
  `defimheight` int(11) NOT NULL default '0',
  `description` text NOT NULL,
  `ordering` int(11) NOT NULL default '0',
  `published` tinyint(1) NOT NULL default '0',
  `types` text NOT NULL,
  `image` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;

--
-- Tablo döküm verisi `jos_classifieds_categories`
--

INSERT INTO `jos_classifieds_categories` (`id`, `parent`, `name`, `uploadim`, `defimwidth`, `defimheight`, `description`, `ordering`, `published`, `types`, `image`) VALUES
(1, 0, 'Category1', 1, 100, 100, 'Category 1 Description', 1, 1, '1,2,3,4,5', ''),
(3, 0, 'Category2', 0, 80, 80, '', 2, 1, '1,2,5', ''),
(4, 1, 'SubCategory1_1', 0, 100, 100, '', 1, 1, '1,2,3,4,5', ''),
(5, 1, 'SubCategory1_2', 0, 50, 50, '', 2, 1, '1,2,3,4,5', ''),
(6, 4, 'SubCategory1_1_1', 1, 80, 80, '', 1, 1, '1,2,5', ''),
(7, 0, 'Category3', 1, 80, 80, 'Category 3 Description', 3, 1, '6', '');

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

--
-- Tablo yapısı: `jos_classifieds_type`
--

CREATE TABLE IF NOT EXISTS `jos_classifieds_type` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(100) NOT NULL default '',
  `ordering` int(11) NOT NULL default '0',
  `uploadimage` tinyint(1) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ;

--
-- Tablo döküm verisi `jos_classifieds_type`
--

INSERT INTO `jos_classifieds_type` (`id`, `name`, `ordering`, `uploadimage`) VALUES
(1, 'For Sale', 0, 1),
(2, 'Looking to Buy', 1, 0),
(3, 'For Rent', 2, 1),
(4, 'Looking to Rent', 3, 1),
(5, 'For Trade', 4, 1),
(6, 'Announcenent', 5, 1);

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

--
-- Tablo yapısı: `jos_components`
--

CREATE TABLE IF NOT EXISTS `jos_components` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(50) NOT NULL default '',
  `link` varchar(255) NOT NULL default '',
  `menuid` int(11) unsigned NOT NULL default '0',
  `parent` int(11) unsigned NOT NULL default '0',
  `admin_menu_link` varchar(255) NOT NULL default '',
  `admin_menu_alt` varchar(255) NOT NULL default '',
  `option` varchar(50) NOT NULL default '',
  `ordering` int(11) NOT NULL default '0',
  `admin_menu_img` varchar(255) NOT NULL default '',
  `iscore` tinyint(4) NOT NULL default '0',
  `params` text NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=122 ;

--
-- Tablo döküm verisi `jos_components`
--

INSERT INTO `jos_components` (`id`, `name`, `link`, `menuid`, `parent`, `admin_menu_link`, `admin_menu_alt`, `option`, `ordering`, `admin_menu_img`, `iscore`, `params`) VALUES
(1, 'Reklamlar', '', 0, 0, '', 'Reklam Yönetimi', 'com_banners', 0, 'js/ThemeOffice/component.png', 0, ''),
(2, 'Reklam Yönetimi', '', 0, 1, 'option=com_banners', 'Aktif Reklamlar', 'com_banners', 1, 'js/ThemeOffice/edit.png', 0, ''),
(3, 'Müþteri Yönetimi', '', 0, 1, 'option=com_banners&task=listclients', 'Müþteri Yönetimi', 'com_banners', 2, 'js/ThemeOffice/categories.png', 0, ''),
(4, 'Web Baðlantýlarý', 'option=com_weblinks', 0, 0, '', 'Baðlantý Yönetimi', 'com_weblinks', 0, 'js/ThemeOffice/globe2.png', 0, ''),
(5, 'Baðlantý Öðeleri', '', 0, 4, 'option=com_weblinks', 'View existing weblinks', 'com_weblinks', 1, 'js/ThemeOffice/edit.png', 0, ''),
(6, 'Baðlantý Kategorileri', '', 0, 4, 'option=categories&section=com_weblinks', 'Manage weblink categories', '', 2, 'js/ThemeOffice/categories.png', 0, ''),
(7, 'Ýletiþim', 'option=com_contact', 0, 0, '', 'Edit contact details', 'com_contact', 0, 'js/ThemeOffice/user.png', 1, ''),
(8, 'Ýletiþim Yönetimi', '', 0, 7, 'option=com_contact', 'Edit contact details', 'com_contact', 0, 'js/ThemeOffice/edit.png', 1, ''),
(9, 'Ýletiþim Kategorileri', '', 0, 7, 'option=categories&section=com_contact_details', 'Manage contact categories', '', 2, 'js/ThemeOffice/categories.png', 1, ''),
(10, 'Ön Sayfa', 'option=com_frontpage', 0, 0, '', 'Manage Front Page Items', 'com_frontpage', 0, 'js/ThemeOffice/component.png', 1, ''),
(11, 'Anketler', 'option=com_poll', 0, 0, 'option=com_poll', 'Manage Polls', 'com_poll', 0, 'js/ThemeOffice/component.png', 0, ''),
(12, 'Haber Baþlýklarý', 'option=com_newsfeeds', 0, 0, '', 'News Feeds Management', 'com_newsfeeds', 0, 'js/ThemeOffice/component.png', 0, ''),
(13, 'Haber Baþlýðý Yönetimi', '', 0, 12, 'option=com_newsfeeds', 'Manage News Feeds', 'com_newsfeeds', 1, 'js/ThemeOffice/edit.png', 0, ''),
(14, 'Kategori Yönetimi', '', 0, 12, 'option=com_categories&section=com_newsfeeds', 'Manage Categories', '', 2, 'js/ThemeOffice/categories.png', 0, ''),
(15, 'Giriþ', 'option=com_login', 0, 0, '', '', 'com_login', 0, '', 1, ''),
(16, 'Arama', 'option=com_search', 0, 0, '', '', 'com_search', 0, '', 1, ''),
(17, 'Syndicate', '', 0, 0, 'option=com_syndicate&hidemainmenu=1', 'Manage Syndication Settings', 'com_syndicate', 0, 'js/ThemeOffice/component.png', 0, ''),
(18, 'Toplu Posta', '', 0, 0, 'option=com_massmail&hidemainmenu=1', 'Send Mass Mail', 'com_massmail', 0, 'js/ThemeOffice/mass_email.png', 0, ''),
(24, 'VNETCOM Files Manager', 'option=com_vfm', 0, 0, 'option=com_vfm', 'VNETCOM Files Manager', 'com_vfm', 0, 'js/ThemeOffice/component.png', 0, 'a:13:{s:16:"componentheading";s:20:"VNETCOM File Manager";s:7:"rootdir";s:11:"C:/wamp/www";s:15:"root_permission";s:4:"view";s:5:"debug";s:0:"";s:12:"debug_output";s:0:"";s:17:"debug_output_ajax";s:23:"vfm_debug_ajax.log.html";s:12:"zip_filename";s:3:"vfm";s:9:"allow_zip";s:1:"1";s:11:"zip_maxsize";i:10485760;s:12:"allow_rating";s:1:"1";s:16:"rating_maxlength";i:100;s:15:"rating_maxpoint";i:5;s:16:"enable_jocomment";i:0;}'),
(25, 'Configuration', '', 0, 24, 'option=com_vfm&act=config', 'Configuration', 'com_vfm', 0, 'js/ThemeOffice/component.png', 0, 'a:13:{s:16:"componentheading";s:20:"VNETCOM File Manager";s:7:"rootdir";s:11:"C:/wamp/www";s:15:"root_permission";s:4:"view";s:5:"debug";s:0:"";s:12:"debug_output";s:0:"";s:17:"debug_output_ajax";s:23:"vfm_debug_ajax.log.html";s:12:"zip_filename";s:3:"vfm";s:9:"allow_zip";s:1:"1";s:11:"zip_maxsize";i:10485760;s:12:"allow_rating";s:1:"1";s:16:"rating_maxlength";i:100;s:15:"rating_maxpoint";i:5;s:16:"enable_jocomment";i:0;}'),
(26, 'Manage Groups', '', 0, 24, 'option=com_vfm&act=group', 'Manage Groups', 'com_vfm', 1, 'js/ThemeOffice/component.png', 0, 'a:13:{s:16:"componentheading";s:20:"VNETCOM File Manager";s:7:"rootdir";s:11:"C:/wamp/www";s:15:"root_permission";s:4:"view";s:5:"debug";s:0:"";s:12:"debug_output";s:0:"";s:17:"debug_output_ajax";s:23:"vfm_debug_ajax.log.html";s:12:"zip_filename";s:3:"vfm";s:9:"allow_zip";s:1:"1";s:11:"zip_maxsize";i:10485760;s:12:"allow_rating";s:1:"1";s:16:"rating_maxlength";i:100;s:15:"rating_maxpoint";i:5;s:16:"enable_jocomment";i:0;}'),
(28, 'Classifields', 'option=com_classifieds', 0, 0, 'option=com_classifieds', 'Classifields', 'com_classifieds', 0, 'js/ThemeOffice/component.png', 0, ''),
(29, 'View Ads', '', 0, 28, 'option=com_classifieds', 'View Ads', 'com_classifieds', 0, 'js/ThemeOffice/component.png', 0, ''),
(30, 'Categories', '', 0, 28, 'option=com_classifieds&task=categories', 'Categories', 'com_classifieds', 1, 'js/ThemeOffice/component.png', 0, ''),
(31, 'Ad Types', '', 0, 28, 'option=com_classifieds&task=types', 'Ad Types', 'com_classifieds', 2, 'js/ThemeOffice/component.png', 0, ''),
(32, 'Configuration and CSS', '', 0, 28, 'option=com_classifieds&task=settings', 'Configuration and CSS', 'com_classifieds', 3, 'js/ThemeOffice/component.png', 0, ''),
(33, 'Help', '', 0, 28, 'option=com_classifieds&task=help', 'Help', 'com_classifieds', 4, 'js/ThemeOffice/component.png', 0, ''),
(65, 'Jom Comment', 'option=com_jomcomment', 0, 0, 'option=com_jomcomment', 'Jom Comment', 'com_jomcomment', 0, '../administrator/components/com_jomcomment/icon.png', 0, ''),
(50, 'E-devlet', 'option=com_e-devlet', 0, 0, 'option=com_e-devlet', 'E-devlet', 'com_e-devlet', 0, 'js/ThemeOffice/component.png', 0, ''),
(51, 'About', '', 0, 50, 'option=com_e-devlet&task=about', 'About', 'com_e-devlet', 0, 'js/ThemeOffice/component.png', 0, ''),
(66, 'E-devlet', 'option=com_e-devlet', 0, 0, 'option=com_e-devlet', 'E-devlet', 'com_e-devlet', 0, 'js/ThemeOffice/component.png', 0, ''),
(67, 'About', '', 0, 66, 'option=com_e-devlet&task=about', 'About', 'com_e-devlet', 0, 'js/ThemeOffice/component.png', 0, ''),
(106, 'EasyBook Bilgi', '', 0, 101, 'option=com_easybook&task=about', 'EasyBook Bilgi', 'com_easybook', 4, 'js/ThemeOffice/credits.png', 0, ''),
(101, 'EasyBook', 'option=com_easybook', 0, 0, 'option=com_easybook', 'EasyBook', 'com_easybook', 0, 'js/ThemeOffice/component.png', 0, ''),
(102, 'Ziyaretci Mesajlari', '', 0, 101, 'option=com_easybook&task=view', 'Ziyaretci Mesajlari', 'com_easybook', 0, 'js/ThemeOffice/edit.png', 0, ''),
(103, 'Konfigurasyon Ayarlari', '', 0, 101, 'option=com_easybook&task=config', 'Konfigurasyon Ayarlari', 'com_easybook', 1, 'js/ThemeOffice/config.png', 0, ''),
(104, 'Dil Ayarlari', '', 0, 101, 'option=com_easybook&task=language', 'Dil Ayarlari', 'com_easybook', 2, 'js/ThemeOffice/language.png', 0, ''),
(105, 'Yasak Kelimeler', '', 0, 101, 'option=com_easybook&task=words', 'Yasak Kelimeler', 'com_easybook', 3, 'js/ThemeOffice/edit.png', 0, '');

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

--
-- Tablo yapısı: `jos_contact_details`
--

CREATE TABLE IF NOT EXISTS `jos_contact_details` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(100) NOT NULL default '',
  `con_position` varchar(50) default NULL,
  `address` text,
  `suburb` varchar(50) default NULL,
  `state` varchar(20) default NULL,
  `country` varchar(50) default NULL,
  `postcode` varchar(10) default NULL,
  `telephone` varchar(25) default NULL,
  `fax` varchar(25) default NULL,
  `misc` mediumtext,
  `image` varchar(100) default NULL,
  `imagepos` varchar(20) default NULL,
  `email_to` varchar(100) default NULL,
  `default_con` tinyint(1) unsigned NOT NULL default '0',
  `published` tinyint(1) unsigned NOT NULL default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL default '0',
  `params` text NOT NULL,
  `user_id` int(11) NOT NULL default '0',
  `catid` int(11) NOT NULL default '0',
  `access` tinyint(3) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Tablo döküm verisi `jos_contact_details`
--

INSERT INTO `jos_contact_details` (`id`, `name`, `con_position`, `address`, `suburb`, `state`, `country`, `postcode`, `telephone`, `fax`, `misc`, `image`, `imagepos`, `email_to`, `default_con`, `published`, `checked_out`, `checked_out_time`, `ordering`, `params`, `user_id`, `catid`, `access`) VALUES
(1, 'LiceKaymakamlýðý', '', 'Lice Kaymakamlýðý Lice / DÝYARBAKIR', '', '', '', '', '', '', '', 'web_links.jpg', 'top', 'licekaymakamligi@lice.gov.tr', 0, 1, 0, '0000-00-00 00:00:00', 1, 'menu_image=-1\npageclass_sfx=\nprint=\nback_button=\nname=0\nposition=0\nemail=1\nstreet_address=1\nsuburb=0\nstate=0\ncountry=0\npostcode=0\ntelephone=1\nfax=1\nmisc=1\nimage=1\nvcard=0\nemail_description=1\nemail_description_text=\nemail_form=1\nemail_copy=0\ndrop_down=0\ncontact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=', 0, 12, 0);

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

--
-- Tablo yapısı: `jos_content`
--

CREATE TABLE IF NOT EXISTS `jos_content` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `title` varchar(100) NOT NULL default '',
  `title_alias` varchar(100) NOT NULL default '',
  `introtext` mediumtext NOT NULL,
  `fulltext` mediumtext NOT NULL,
  `state` tinyint(3) NOT NULL default '0',
  `sectionid` int(11) unsigned NOT NULL default '0',
  `mask` int(11) unsigned NOT NULL default '0',
  `catid` int(11) unsigned NOT NULL default '0',
  `created` datetime NOT NULL default '0000-00-00 00:00:00',
  `created_by` int(11) unsigned NOT NULL default '0',
  `created_by_alias` varchar(100) NOT NULL default '',
  `modified` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified_by` int(11) unsigned NOT NULL default '0',
  `checked_out` int(11) unsigned NOT NULL default '0',
  `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL default '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL default '0000-00-00 00:00:00',
  `images` text NOT NULL,
  `urls` text NOT NULL,
  `attribs` text NOT NULL,
  `version` int(11) unsigned NOT NULL default '1',
  `parentid` int(11) unsigned NOT NULL default '0',
  `ordering` int(11) NOT NULL default '0',
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `access` int(11) unsigned NOT NULL default '0',
  `hits` int(11) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `idx_section` (`sectionid`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_catid` (`catid`),
  KEY `idx_mask` (`mask`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=459 ;

--
-- Tablo döküm verisi `jos_content`
--

INSERT INTO `jos_content` (`id`, `title`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`) VALUES
(2, 'Flaþ Haber 1', '', 'Joomla! 1.0 - &#39;Experience the Freedom&#39;!. It has never been easier to create your own dynamic site. Manage all your content from the best CMS admin interface.', '', -1, 2, 0, 3, '2007-08-09 08:30:34', 62, '', '2007-01-14 16:54:14', 62, 0, '0000-00-00 00:00:00', '2007-08-09 00:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=', 4, 0, 1, '', '', 0, 83),
(3, 'Flaþ Haber 2', '', 'Yesterday all servers in the U.S. went out on strike in a bid to get more RAM and better CPUs. A spokes person said that the need for better RAM was due to some fool increasing the front-side bus speed. In future, busses will be told to slow down in residential motherboards.', '', -2, 1, 0, 1, '2004-08-09 08:30:34', 62, '', '2007-01-14 14:15:23', 62, 0, '0000-00-00 00:00:00', '2004-08-09 00:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=', 2, 0, 0, '', '', 0, 2),
(4, 'Flaþ Haber 3', '', 'Aoccdrnig to a rscheearch at an Elingsh uinervtisy, it deosn&#39;t mttaer in waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht frist and lsat ltteer is at the rghit pclae. The rset can be a toatl mses and you can sitll raed it wouthit porbelm. Tihs is bcuseae we do not raed ervey lteter by itslef but the wrod as a wlohe.', '', -1, 2, 0, 3, '2007-08-09 08:30:34', 62, '', '2007-01-14 16:54:14', 62, 0, '0000-00-00 00:00:00', '2004-08-09 00:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=', 2, 0, 2, '', '', 0, 95),
(6, 'Örnek Haber Öðesi 1', 'Haber1', 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.', '<p>{mosimage}Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p><p>Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.</p><p>Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.</p><p>Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, At accusam aliquyam diam diam dolore dolores duo eirmod eos erat, et nonumy sed tempor et et invidunt justo labore Stet clita ea et gubergren, kasd magna no rebum. sanctus sea sed takimata ut vero voluptua. est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.</p><p>Consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>', -1, 2, 0, 3, '2004-07-07 11:54:06', 62, '', '2007-01-14 16:54:14', 62, 0, '0000-00-00 00:00:00', '2004-07-07 00:00:00', '0000-00-00 00:00:00', 'food/coffee.jpg|left||0\r\nfood/bread.jpg|right||0', '', 'pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=', 3, 0, 3, '', '', 0, 302),
(7, 'Örnek Haber Öðesi 2', 'Haber2', '<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam </p>', '', -2, 1, 0, 1, '2004-07-07 11:54:06', 62, '', '2007-01-14 14:28:12', 62, 0, '0000-00-00 00:00:00', '2004-07-07 00:00:00', '0000-00-00 00:00:00', 'food/bun.jpg|right||0', '', 'pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=', 2, 0, 0, '', '', 0, 2),
(8, 'Örnek Haber Öðesi 3', 'Haber3', '<p>{mosimage}Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit\r\namet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem\r\nipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>', '', -2, 1, 0, 1, '2004-04-12 11:54:06', 62, '', '2004-07-07 18:08:23', 62, 0, '0000-00-00 00:00:00', '2004-07-07 00:00:00', '0000-00-00 00:00:00', 'fruit/pears.jpg|right||0', '', '', 1, 0, 0, '', '', 0, 1),
(9, 'Örnek Haber Öðesi 4', 'Haber4', '<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>', '<p>{mosimage}Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at\r\nvero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum\r\nzzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor\r\nsit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt\r\nut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n{mospagebreak}<p>{mosimage}Ut wisi enim ad minim veniam, quis nostrud exerci tation\r\nullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis\r\nautem vel eum iriure dolor in hendrerit in vulputate velit esse molestie\r\nconsequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan\r\net iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis\r\ndolore te feugait nulla facilisi.</p>\r\n\r\n<p>{mosimage}Nam liber tempor cum soluta nobis eleifend option congue\r\nnihil imperdiet doming id quod mazim placerat facer possim assum. Lorem ipsum\r\ndolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod\r\ntincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim\r\nveniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut\r\naliquip ex ea commodo consequat.</p>\r\n\r\n<p>Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd\r\ngubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum\r\ndolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, At accusam aliquyam diam diam dolore dolores\r\nduo eirmod eos erat, et nonumy sed tempor et et invidunt justo labore Stet\r\nclita ea et gubergren, kasd magna no rebum. sanctus sea sed takimata ut vero\r\nvoluptua. est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,\r\nconsetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore\r\net dolore magna aliquyam erat.</p>\r\n\r\n{mospagebreak}<p>Consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut\r\nlabore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam\r\net justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata\r\nsanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur\r\nsadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore\r\nmagna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo\r\ndolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est\r\nLorem ipsum dolor sit amet.</p>', -2, 1, 0, 1, '2004-07-07 11:54:06', 62, '', '2004-07-07 18:10:23', 62, 0, '0000-00-00 00:00:00', '2004-07-07 00:00:00', '0000-00-00 00:00:00', 'fruit/strawberry.jpg|left||0\r\nfruit/pears.jpg|right||0\r\nfruit/cherry.jpg|left||0', '', '', 1, 0, 0, '', '', 0, 7),
(10, 'Örnek SSS Öðesi 1', 'SSS1', '<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>', '', -2, 3, 0, 7, '2004-05-12 11:54:06', 62, '', '2004-07-07 18:10:23', 62, 0, '0000-00-00 00:00:00', '2004-01-01 00:00:00', '0000-00-00 00:00:00', '', '', '', 1, 0, 0, '', '', 0, 8),
(11, 'Örnek SSS Öðesi 2', 'SSS2', '<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>', '<p>{mosimage}Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at\r\nvero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum\r\nzzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor\r\nsit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt\r\nut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n<p>{mosimage}Ut wisi enim ad minim veniam, quis nostrud exerci tation\r\nullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis\r\nautem vel eum iriure dolor in hendrerit in vulputate velit esse molestie\r\nconsequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan\r\net iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis\r\ndolore te feugait nulla facilisi.</p>\r\n\r\n<p>{mosimage}Nam liber tempor cum soluta nobis eleifend option congue\r\nnihil imperdiet doming id quod mazim placerat facer possim assum. Lorem ipsum\r\ndolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod\r\ntincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim\r\nveniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut\r\naliquip ex ea commodo consequat.</p>\r\n\r\n<p>Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd\r\ngubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum\r\ndolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, At accusam aliquyam diam diam dolore dolores\r\nduo eirmod eos erat, et nonumy sed tempor et et invidunt justo labore Stet\r\nclita ea et gubergren, kasd magna no rebum. sanctus sea sed takimata ut vero\r\nvoluptua. est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,\r\nconsetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore\r\net dolore magna aliquyam erat.</p>\r\n\r\n<p>Consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut\r\nlabore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam\r\net justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata\r\nsanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur\r\nsadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore\r\nmagna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo\r\ndolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est\r\nLorem ipsum dolor sit amet.</p>', -2, 3, 0, 7, '2004-05-12 11:54:06', 62, 'Web master', '2004-07-07 18:10:23', 62, 0, '0000-00-00 00:00:00', '2004-01-01 00:00:00', '0000-00-00 00:00:00', 'fruit/cherry.jpg|left||0\r\nfruit/peas.jpg|right||0\r\nfood/milk.jpg|left||0', '', '', 1, 0, 0, '', '', 0, 10),
(30, 'Ýlçemizde þimdiden bayramlaþma heyecaný yaþandý.', 'Ýlçemizde þimdiden bayramlaþma heyecaný yaþandý.', '<p>Ýl&ccedil;emizde þimdiden bayramlaþma heyecaný yaþandý. Suriyenin Halep il&ccedil;e hudutlarý i&ccedil;erisinde bulunan ve&nbsp; Suriyede akrabasý bulunan T&uuml;rk vatandaþlarýnýn kurban bayramýnýn 2,3 ve 4. g&uuml;nleri...</p>', '<p>Ýl&ccedil;emizde þimdiden bayramlaþma heyecaný yaþandý. Suriyenin Halep il&ccedil;e hudutlarý i&ccedil;erisinde bulunan ve&nbsp; Suriyede akrabasý bulunan T&uuml;rk vatandaþlarýnýn kurban bayramýnýn 2,3 ve 4. g&uuml;nleri idari mektupla Karkamýþ Hudut Kapýsýndan Suriye&#39;ye ge&ccedil;iþleri saðlanacaktýr.</p><p align="center">{mosimage}</p>', -2, 2, 0, 3, '2007-01-25 11:19:18', 62, '', '2007-01-28 08:06:20', 62, 0, '0000-00-00 00:00:00', '2007-01-25 11:18:50', '0000-00-00 00:00:00', 'bayramlasma.jpg|||1||bottom||', '', 'pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=', 6, 0, 0, '', '', 0, 3),
(27, 'Okulumuzda karne heyecaný baþladý', 'Okulumuzda karne heyecaný baþladý', '<p align="justify">Karne heyecaný baþladý. &Ouml;ðretmenler bizi &ccedil;ok sevdi.</p><p align="justify">Karne heyecaný baþladý. &Ouml;ðretmenler bizi &ccedil;ok sevdi.</p><p align="justify">Karne heyecaný baþladý. &Ouml;ðretmenler bizi &ccedil;ok sevdi.</p><p align="justify">Karne heyecaný baþladý. &Ouml;ðretmenler bizi &ccedil;ok sevdi.</p>', '<p align="justify">Karne heyecaný baþladý. &Ouml;ðretmenler bizi &ccedil;ok sevdi.</p><p align="justify">Karne heyecaný baþladý. &Ouml;ðretmenler bizi &ccedil;ok sevdi.</p><p align="justify">Karne heyecaný baþladý. &Ouml;ðretmenler bizi &ccedil;ok sevdi.</p><p align="justify">Karne heyecaný baþladý. &Ouml;ðretmenler bizi &ccedil;ok sevdi.</p><p align="justify">Karne heyecaný baþladý. &Ouml;ðretmenler bizi &ccedil;ok sevdi.</p>', -2, 2, 0, 3, '2007-01-17 14:02:55', 62, '', '2007-01-25 10:37:51', 62, 0, '0000-00-00 00:00:00', '2007-01-17 13:58:02', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=', 5, 0, 0, '', '', 0, 11),
(31, 'Karkamýþ Kaymakamlýðýnýn giriþimiyle artýk Türkiye - Suriye sýnýrýnda...', 'Karkamýþ Kaymakamlýðýnýn giriþimiyle artýk Türkiye - Suriye sýnýrýnda...', 'Karkamýþ Kaymaklýðýnýn giriþimiyle artýk T&uuml;rkiye -&nbsp;Suriye sýnýrýnda 25 metre y&uuml;kseklikte dev T&uuml;rk Bayraðý dalgalanmaktadýr.', '<p>Karkamýþ Kaymaklýðýnýn giriþimiyle artýk T&uuml;rkiye -&nbsp;Suriye sýnýrýnda 25 metre y&uuml;kseklikte dev T&uuml;rk Bayraðý dalgalanmaktadýr.Emeði ge&ccedil;en herkese teþekk&uuml;rlerimizi sunarýz.</p><p align="center">{mosimage}</p>', -2, 2, 0, 3, '2007-01-25 11:22:37', 62, '', '2007-02-04 20:21:35', 62, 0, '0000-00-00 00:00:00', '2007-01-25 11:22:15', '0000-00-00 00:00:00', 'bayrak.jpg', '', 'pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=', 5, 0, 0, '', '', 0, 79),
(32, 'Okullar arasý bilgi yarýþmasý sona erdi.', 'Okullar arasý bilgi yarýþmasý sona erdi.', 'Okullar arasý bilgi yarýþmasý sona erdi.Ýl&ccedil;e Milli Eðitim M&uuml;d&uuml;rl&uuml;ð&uuml;n&uuml;n baþlatmýþ olduðu okullar arasý bilgi yarýþmasý sona erdi.', '<p align="justify">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Okullar arasý bilgi yarýþmasý sona erdi.Ýl&ccedil;e Milli Eðitim M&uuml;d&uuml;rl&uuml;ð&uuml;n&uuml;n baþlatmýþ olduðu okullar arasý bilgi yarýþmasý sona erdi. Yarýþma sonrasý 1.olan okullarýn &ouml;d&uuml;llerini il&ccedil;e kaymakamýmýz sayýn &Ouml;mer KALAYLI verdi. Yarýþmada birleþtirilmiþ sýnýflar arasýnda yapýlan yarýþmada birinciliði Eceler Ýlk&ouml;ðretim Okulu ve Kývýrcýk Ýlk&ouml;ðretim okulu kazandý. 2.liði Soylu ilk&ouml;ðretim okulu kazandý. Merkez Ýlk&ouml;ðretim okulu 4.ve 5.sýnýflar arasýnda yapýlan yarýþmada ise 4.sýnýflarda 1. Kocatepe Ýlk&ouml;ðretim okulu, 5.sýnýflarda 1. Etiler Ýlk&ouml;ðretim okulu, 3.l&uuml;ð&uuml; ise &Ccedil;iftlik Ýlk&ouml;ðretim okulu kazandý. 5.sýnýflar arasýnda yapýlan yarýþmada 1.liði Etiler Ýlk&ouml;ðretim okulu, 2.liði Kocatepe Ýlk&ouml;ðretim okulu 3.l&uuml;ð&uuml; ise &Ccedil;iftlik Ýlk&ccedil;&ouml;ðretim okulu kazandý.Bu t&uuml;r yarýþmalarýn tekrarlanmasý dileðiyle yarýþma tamamlandý.</p><p align="center">{mosimage}</p>', -2, 2, 0, 3, '2007-01-25 11:24:02', 62, '', '2007-01-28 07:48:38', 62, 0, '0000-00-00 00:00:00', '2007-01-25 11:23:48', '0000-00-00 00:00:00', 'yarisma.jpg|||2||bottom||', '', 'pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=', 7, 0, 0, '', '', 0, 192),
(33, 'Lice', 'Lice', '<table border="0" cellspacing="0" cellpadding="0" width="577" height="578" align="left" style="border-collapse: collapse" id="AutoNumber1" bordercolor="#111111"><tbody><tr><td width="503" height="46" style="font-size: 11px; font-family: Tahoma, Arial, sans-serif"><p align="center"><span style="font-weight: 700; z-index: 2; left: -4px; position: relative; top: 9px"><font size="4" color="#ff5820">LÝCE&nbsp;ÝL&Ccedil;EMÝZ</font></span></p></td></tr><tr><td width="503" height="1" style="font-size: 11px; font-family: Tahoma, Arial, sans-serif" bgcolor="#336699"><font size="2"><img alt="" width="1" height="1" /></font></td></tr><tr><td width="595" height="497" valign="top"><font face="Tahoma, Arial, Helvetica, sans-serif" size="2"><p style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; margin-left: 0cm" class="MsoNormal" align="justify"><span class="mw-headline"><strong><font face="Times New Roman" size="3" color="#000000">Coðrafi Konumu</font></strong></span></p><p style="background-attachment: scroll; background-repeat: repeat; background-position: 0% 0%; background-color: #f8fcff; background-image: none" align="justify"><font face="Times New Roman" size="3" color="#000000">Diyarbakýr&#39;ýn Kuzeydoðusunda yer almaktadýr. Ýl&ccedil;e merkezi </font><a href="http://tr.wikipedia.org/wiki/1975" title="1975"><span style="color: WindowText"><font face="Times New Roman" size="3">1975</font></span></a><font face="Times New Roman" size="3" color="#000000"> Depremi&#39;nden &ouml;nce Akdað eteklerindeki Aký tepesinde kurulu iken, depremden sonra hemen aþaðýlarýnda bulunan ovaya kurulmuþtur. Lice&#39;nin Deprem &ouml;ncesindeki yerleþimi eðimli ve kademeli bir d&uuml;zende olup uzaktan bakýldýðýnda sanki evler birbiri &uuml;zerine dizilmiþ gibi bir g&ouml;r&uuml;nt&uuml; ortaya &ccedil;ýkmakta idi.</font></p><p style="background-attachment: scroll; background-repeat: repeat; background-position: 0% 0%; background-color: #f8fcff; background-image: none" align="justify"><font face="Times New Roman" size="3" color="#000000">Lice&#39;nin Diyarbakýr il merkezine uzaklýðý yaklaþýk 90 km, Y&uuml;z&ouml;l&ccedil;&uuml;m&uuml; 1.083 km&sup2;&#39;dir. Merkez bucaðý dýþýnda 1 bucak (Hezan-Kayacýk), 13 Mahalle, 56 K&ouml;y ve 112 Mezrasý vardýr.</font></p><p style="background-attachment: scroll; background-repeat: repeat; background-position: 0% 0%; background-color: #f8fcff; background-image: none" align="justify"><font face="Times New Roman" size="3" color="#000000">Lice il&ccedil;e merkezi daha &ouml;nceleri </font><a href="http://tr.wikipedia.org/w/index.php?title=Antak_Kalesi&amp;action=edit" title="Antak Kalesi"><span style="color: WindowText"><font face="Times New Roman" size="3">Antak Kalesi</font></span></a><font face="Times New Roman" size="3" color="#000000">&#39;ne baðlý bir k&ouml;y iken (</font><a href="http://tr.wikipedia.org/wiki/1042" title="1042"><span style="color: WindowText"><font face="Times New Roman" size="3">1042</font></span></a><font face="Times New Roman" size="3" color="#000000"> yýlýnda) zamanla geliþmiþ ve (Antak Kalesinin de zaman i&ccedil;inde &ouml;nemini yitirmesiyle) Ýl&ccedil;e Merkezi konumuna gelmiþtir. </font><a href="http://tr.wikipedia.org/w/index.php?title=G%C3%BCneydo%C4%9Fu_Toroslar&amp;action=edit" title="G&uuml;neydoðu Toroslar"><span style="color: WindowText"><font face="Times New Roman" size="3">G&uuml;neydoðu Toroslar</font></span></a><font face="Times New Roman" size="3" color="#000000">&#39;ýn g&uuml;ney eteklerinde, deniz y&uuml;zeyinden yaklaþýk olarak 1100-1125 m. y&uuml;kseklikte kurulmuþtur.</font></p><p style="background-attachment: scroll; background-repeat: repeat; background-position: 0% 0%; background-color: #f8fcff; background-image: none" align="justify"><font face="Times New Roman" size="3" color="#000000">Ýl&ccedil;e topraklarýnýn bir b&ouml;l&uuml;m&uuml; </font><a href="http://tr.wikipedia.org/wiki/G%C3%BCneydo%C4%9Fu_Anadolu" title="G&uuml;neydoðu Anadolu"><span style="color: WindowText"><font face="Times New Roman" size="3">G&uuml;neydoðu Anadolu</font></span></a><font face="Times New Roman" size="3" color="#000000">, daha b&uuml;y&uuml;k olan b&ouml;l&uuml;m&uuml; ise </font><a href="http://tr.wikipedia.org/wiki/Do%C4%9Fu_Anadolu_B%C3%B6lgesi" title="Doðu Anadolu B&ouml;lgesi"><span style="color: WindowText"><font face="Times New Roman" size="3">Doðu Anadolu B&ouml;lgesi</font></span></a><font face="Times New Roman" size="3" color="#000000">&#39;ndedir. G&uuml;neydoðu Anadolu b&ouml;lgesinde bulunan Diyarbakýr ilinin, Doðu Anadolu&#39;ya sarkan diðer il&ccedil;eleri ise </font><a href="http://tr.wikipedia.org/wiki/%C3%87%C3%BCng%C3%BC%C5%9F" title="&Ccedil;&uuml;ng&uuml;þ"><span style="color: WindowText"><font face="Times New Roman" size="3">&Ccedil;&uuml;ng&uuml;þ</font></span></a><font face="Times New Roman" size="3" color="#000000"> ve </font><a href="http://tr.wikipedia.org/wiki/Kulp" title="Kulp"><span style="color: WindowText"><font face="Times New Roman" size="3">Kulp</font></span></a><font face="Times New Roman" size="3" color="#000000">&#39;tur.</font></p><p style="background-attachment: scroll; background-repeat: repeat; background-position: 0% 0%; background-color: #f8fcff; background-image: none" align="justify"><font face="Times New Roman" size="3" color="#000000">Ýl&ccedil;e topraklarý, G&uuml;neydoðu Toroslarýn engebeli ormanlarla kaplý, Kuzey - G&uuml;ney doðrultulu vadilerle &ccedil;ok yarýlmýþ kesimlerini kaplar. Hani ve Lice Y&ouml;relerinden, g&uuml;neye doðru </font><a href="http://tr.wikipedia.org/w/index.php?title=Sar%C4%B1m_%C3%87ay%C4%B1&amp;action=edit" title="Sarým &Ccedil;ayý"><span style="color: WindowText"><font face="Times New Roman" size="3">Sarým &Ccedil;ayý</font></span></a><font face="Times New Roman" size="3" color="#000000">&#39;na doðru Koz (y&uuml;ksekliði 2.283 m.), Cirbir, Lis (2.220 m.) ve Adem (2.100 m.) daðlarý uzanýr. Ku&ccedil;, Þagur (Þahur K&ouml;y&uuml;) ve Mýzak (Mizak) daðlarý ikinci sýrayý; Bebek, Eshab-ý Kehf, Zýrýht ve Cun daðlarý da &uuml;&ccedil;&uuml;nc&uuml; sýrayý oluþturur. D&ouml;rd&uuml;nc&uuml; sýra ise, Piraziz, Nerip, Dakyanus ve Hezan daðlarýdýr.</font></p><p style="background-attachment: scroll; background-repeat: repeat; background-position: 0% 0%; background-color: #f8fcff; background-image: none" align="justify"><font face="Times New Roman" size="3" color="#000000">Topraklarý Doðuda </font><a href="http://tr.wikipedia.org/wiki/Kulp" title="Kulp"><span style="color: WindowText"><font face="Times New Roman" size="3">Kulp</font></span></a><font face="Times New Roman" size="3" color="#000000">, G&uuml;neydoðuda </font><a href="http://tr.wikipedia.org/wiki/Silvan" title="Silvan"><span style="color: WindowText"><font face="Times New Roman" size="3">Silvan</font></span></a><font face="Times New Roman" size="3" color="#000000">, G&uuml;neyde </font><a href="http://tr.wikipedia.org/wiki/Hazro" title="Hazro"><span style="color: WindowText"><font face="Times New Roman" size="3">Hazro</font></span></a><font face="Times New Roman" size="3" color="#000000">, G&uuml;neybatýda </font><a href="http://tr.wikipedia.org/wiki/Kocak%C3%B6y" title="Kocak&ouml;y"><span style="color: WindowText"><font face="Times New Roman" size="3">Kocak&ouml;y</font></span></a><font face="Times New Roman" size="3" color="#000000">, Batýda </font><a href="http://tr.wikipedia.org/wiki/Hani" title="Hani"><span style="color: WindowText"><font face="Times New Roman" size="3">Hani</font></span></a><font face="Times New Roman" size="3" color="#000000">, Kuzey ve Kuzeybatýda ise Bing&ouml;l ilinin </font><a href="http://tr.wikipedia.org/wiki/Gen%C3%A7%2C_Bing%C3%B6l" title="Gen&ccedil;, Bing&ouml;l"><span style="color: WindowText"><font face="Times New Roman" size="3">Gen&ccedil;</font></span></a><font face="Times New Roman" size="3" color="#000000"> il&ccedil;esi ile &ccedil;evrilidir.</font></p><p style="background-attachment: scroll; background-repeat: repeat; background-position: 0% 0%; background-color: #f8fcff; background-image: none" align="justify"><font face="Times New Roman" size="3" color="#000000">Lice&#39;nin komþularý arasýnda en uzun sýnýr; 48 km uzunluðu ile </font><a href="http://tr.wikipedia.org/wiki/Bing%C3%B6l" title="Bing&ouml;l"><span style="color: WindowText"><font face="Times New Roman" size="3">Bing&ouml;l</font></span></a><font face="Times New Roman" size="3" color="#000000"> il sýnýrýdýr. Bing&ouml;l sýnýrý Kuzeybatýdaki Ecemiþ K&ouml;y&uuml;, Ývecik Mezrasýnda baþlar, kuzeydoðudaki G&uuml;ldiken K&ouml;y&uuml;nde biter. Doðuda ise 27 km. uzunluðunda Kulp sýnýrý bulunur. Bu sýnýr kuzeydoðudaki G&uuml;ldiken K&ouml;y&uuml;, &Ccedil;otuk Mezrasýnda baþlar, g&uuml;neydoðudaki T&uuml;reli K&ouml;y&uuml; Dehlizara Mezrasýnda biter. G&uuml;neydoðu sýnýrýnda ise 8 km. uzunluðunda Silvan sýnýrý bulunur. Silvan ile Lice sýnýrýný Yumru Daðý oluþturur. Silvan sýnýrý T&uuml;reli K&ouml;y&uuml; Dehlizara Mezrasýnda baþlar, Kutlu K&ouml;y&uuml; Kerpi&ccedil;&ouml;ren Mezrasýnda biter. G&uuml;neyde 18 km. uzunluðunda Hazro sýnýrý bulunur. Hazro sýnýrý Kutlu K&ouml;y&uuml; Kerpi&ccedil;&ouml;ren Mezrasýnda baþlar, Dolunay K&ouml;y&uuml;nde biter. G&uuml;neybatýda ise 20 km .uzunluðunda Kocak&ouml;y sýnýrý bulunur. Kocak&ouml;y sýnýrý Dolunay K&ouml;y&uuml;nde baþlar, G&ouml;k&ccedil;e K&ouml;y&uuml;nde son bulur. Batýda ise 37 km. uzunluðunda Hani sýnýrý bulunur. Hani sýnýrý G&ouml;k&ccedil;e K&ouml;y&uuml;nden baþlar, Ecemiþ K&ouml;y&uuml;, Ývecik Mezrasýnda son bulur..</font></p></font></td></tr></tbody></table>', '', 1, 0, 0, 0, '2007-01-26 08:50:37', 62, '', '2008-04-04 13:22:20', 62, 62, '2009-06-26 13:22:02', '2007-01-26 08:50:20', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 1, 0, 0, '', '', 0, 36),
(169, 'Nüfus Durumu', 'Nüfus Durumu', '<div style="text-align: justify;">Türkiye Ýstatistik Kurumu (TÜÝK) Adrese Dayalý  Nüfus Kayýt Sistemi 2008 Nüfus Sayýmý Sonuçlarý''''ný açýkladý.Buna göre, ülkemiz  nüfusu 2008 yýlý sonu itibariyle binde 13,1''lik artýþla 71 milyon 517 bin 100  kiþiye çýktý. TÜÝK verilerine göre, nüfusun yüzde 75''i il ve ilçe merkezlerinde  yaþýyor. Ýl ve ilçe merkezlerinde ikamet eden nüfus 53 milyon 611 bin 723 kiþi,  belde ve köylerde yaþayanlar ise 17 milyon 905 bin 377 kiþi olarak hesaplandý.  Sonuçalar göre, Ýlçemiz nüfusu ilçe merkezi: 12.111, köyleirn nüfuslarý: 19.140  olmak üzere Toplam: 31.251 oldu. Geçen yýla göre Ýlçe Merkezi&#160; 1007 azalýrken  Köyler Nüfusu 1698 arttý.. Toplamda ise Ýlçe Nüfusu 2007 yýlý sonuçlarýna göre  691 arttý.</div>\r\n. &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<strong>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <u>2007  Ylý&#160;&#160;</u>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</strong><u><strong>2008 Yýlý</strong></u><br />\r\nMerkez&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;  13.118&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 12.111<br />\r\nKöy nüfusu&#160;  17.442&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;19.140<br />\r\nToplam&#160;&#160;&#160;&#160;&#160;&#160;&#160;  30.560&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;31.251<br />\r\n<br />\r\n<strong>&#160;KÖY  NÜFUSLARI:</strong><br />\r\n&#160;<br />\r\n<strong>&#160; Merkez Bucaðý</strong><br />\r\n<br />\r\n<u><strong>&#160;  Köy&#160;&#160;&#160;</strong></u><strong>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<u>Toplam&#160;</u>&#160;&#160;&#160;&#160;&#160;<u> Erkek</u>&#160;&#160;&#160;&#160;&#160;&#160;&#160;<u>  Kadýn&#160;</u>&#160;</strong><br />\r\n<div>&#160;Damar&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;18&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 10&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 8&#160;  <br />\r\n&#160;Daralan&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;423&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 210&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 213&#160;  <br />\r\n&#160;Dernek&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;1.068&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 542&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 526&#160;  <br />\r\n&#160;Ecemiþ&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;295&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 136&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 159&#160;  <br />\r\n&#160;Güçlü&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;31&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 18&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 13&#160;  <br />\r\n&#160;Güldiken&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;390&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 208&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 182&#160;  <br />\r\n&#160;Gürbeyli&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;204&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 104&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 100&#160;  <br />\r\n&#160;Hedik&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;89&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 50&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 39&#160;  <br />\r\n&#160;Kýlýçlý&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;292&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 153&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 139&#160;  <br />\r\n&#160;Kýpçak&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;812&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 409&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 403&#160;  <br />\r\n&#160;Kutlu&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;153&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 81&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 72&#160;  <br />\r\n&#160;Örtülü&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;72&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 44&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 28&#160;  <br />\r\n&#160;Saydamlý&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;87&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 43&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 44&#160;  <br />\r\n&#160;Sýðýnak&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;360&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 186&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 174&#160;  <br />\r\n&#160;Þenlik&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;93&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 55&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 38&#160;  <br />\r\n&#160;Tepe&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;240&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 128&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 112&#160;  <br />\r\n&#160;Türeli&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;163&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 86&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 77&#160;  <br />\r\n&#160;Ulucak&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;102&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 53&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 49&#160;  <br />\r\n&#160;Üçdamlar&#160;&#160;&#160;&#160;&#160;&#160;1.364&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 713&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 651&#160;  <br />\r\n&#160;Yalýmlý&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;163&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 89&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 74&#160;  <br />\r\n&#160;Yamaçlý&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;48&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 18&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 30&#160;  <br />\r\n&#160;Yorulmaz&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;35&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 22&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 13&#160;  <br />\r\n&#160;Yünlüce&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;367&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 190&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 177&#160;  <br />\r\n&#160;Zümrüt&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;1.154&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 597&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 557&#160;  <br />\r\n&#160;Serin&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;129&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 69&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 60&#160;  <br />\r\n&#160;Duru&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;1.016&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 514&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 502&#160;  <br />\r\n&#160;Ergin&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 126&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 69&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 57&#160;  <br />\r\n&#160;Kýyý&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 460&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 220&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 240&#160;  <br />\r\n&#160;Tuzla&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 123&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 74&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 49&#160;  <br />\r\n&#160;Yaprak&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 572&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 294&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 278&#160;  <br />\r\n&#160;Kýralan&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 422&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 225&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 197&#160;&#160;<br />\r\n&#160;</div>\r\n&#160;Bucak  toplamý&#160;&#160; 13.881&#160;&#160; 7.170&#160;&#160;  6.711&#160;&#160;<br />\r\n&#160;&#160;&#160;&#160;&#160;<br />\r\n<strong>Kayacýk&#160;Bucaðý&#160;</strong><br />\r\n<br />\r\n<strong><u>&#160;  Köy&#160;&#160;&#160;</u>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<u>Toplam&#160;</u>&#160;&#160;&#160;&#160;&#160;<u> Erkek</u>&#160;&#160;&#160;&#160;&#160;&#160;&#160;<u>  Kadýn&#160;</u>&#160;</strong><br />\r\nSavat&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 329&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 152&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 177&#160;  <br />\r\n&#160;Baðlan&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 337&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 171&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 166&#160; <br />\r\n&#160;Çaðdaþ&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;  76&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 44&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 32&#160; <br />\r\n&#160;Çavundur&#160;&#160;&#160;&#160;&#160;&#160;&#160;260&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 120&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;  140&#160; <br />\r\n&#160;Dolunay&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;445&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 204&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 241&#160;  <br />\r\n&#160;Esenler&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;353&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 164&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 189&#160; <br />\r\n&#160;Gökçe&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;  554&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 277&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 277&#160; <br />\r\n&#160;Kabakaya&#160;&#160;&#160;&#160;&#160;&#160;342&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 177&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;  165&#160; <br />\r\n&#160;Ortaç&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 164&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 79&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 85&#160;  <br />\r\n&#160;Oyuklu&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;1.001&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 457&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 544&#160; <br />\r\n&#160;Yalaza&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;  222&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 121&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 101&#160; <br />\r\n&#160;Ziyaret&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 647&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;  316&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 331&#160; <br />\r\n&#160;Dibek&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 132&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 70&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 62&#160;  <br />\r\n&#160;Uçarlý&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 397&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 204&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 193&#160;&#160;<br />\r\n&#160;<br />\r\nBucak toplamý&#160;&#160;  5.259&#160;&#160; 2.556&#160;&#160; 2.703 <br />\r\n<strong><br />\r\nTOPLAM:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;19.140&#160; 9.726&#160;&#160;&#160;  9.414</strong><!--JOM COMMENT START-->', '', 1, 0, 0, 0, '2007-11-10 11:09:17', 62, '', '2009-03-06 11:44:18', 62, 0, '0000-00-00 00:00:00', '2007-11-10 11:08:08', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 0, '', '', 0, 3482);
INSERT INTO `jos_content` (`id`, `title`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`) VALUES
(388, 'Aziz Þehitlerimizin Ýsimleri Okullarda Yaþatýlacak.', 'Aziz Þehitlerimizin Ýsimleri Okullarda Yaþatýlacak.', '<div style="text-align: justify;">Ýlçemize baðlý Çeper ve Zümrüt Köylerinde eðitim ve öðretime yeni açýlan 2 Ýlköðretim Okulu ile Kayacýk Köyü''nde, geçen yýl eðitim ve öðretime açýlan bir Ýlköðretim Okulumuza þehitlerimizin isimleri verildi. 19.11.2008 tarihinde vatani görevlerini yaparken Kayacýk Jandarma Karakolumuz''a yönelik bölücü terör örgütü tarafýndan yapýlan hain saldýrýda þehit olan Þehit Jandarma Çavuþ Ýsmail UYGUN''un ismi Kayacýk''taki, Þehit Jandarma Er Fevzi GÜNGÖR''ün simi Çeper Köyü''nde bulunan Ýlköðretim Okullarýnda yaþatýlacak.</div>', '<div style="text-align: justify;">Ayrýca, yine bölücü terör örgütü tarafýndan 03.01.2008 tarihinde Diyarbakýr Ýl Merkezinde bombalý saldýrý sonucu hayatýný kaybeden aslen Ýlçemiz Ulucak Köyü nüfusuna kayýtlý Ferhat MUTLU''nun ismi ise Zümrüt Köyü''nde yeni eðitim ve öðretime açýlan Ýlköðretim Okulu''nda yaþatýlacak. Konuyla ilgili bir açýklama yapan Ýlçe Kaymakamýmýz yaptýðý açýklamada&#160; "Vatan topraklarýný korumak için en güç þartlar altýnda dahi canlarýný ortaya  koymaktan çekinmeyen þehitlerimiz, birlik ve beraberliðimizin sürekliliði  konusundaki kararlýlýðýmýzýn en büyük kanýtýdýr. Ve bu uðurda can veren  Þehitlerimiz birer onur abidemizdir. Biz de þehitlerimizin isimlerini büyük bir þerefle yeni eðitim ve öðretime açýlan Okullarýmýzda yaþatmak isedik. Terörü oluþturanlar, besleyenler ve ona destek olanlar bilmelidir ki Türkiye  Cumhuriyetinin ülkesi ve milletiyle bölünmez bütünlüðünü koruma kararlýlýðý  karþýsýnda hiçbir güç duramayacak; vatanýný, milletini, bayraðýný, milli ve  manevi deðerlerini seven, bu deðerleri her þeyden aziz bilen insanlarýmýz  oldukça þer odaklarý amaçlarýna hiçbir zaman ulaþamayacaklardýr. Bir kez daha aziz þehitlerimizi rahmet ve minnetle anýyorum. Ruhlarý þad olsun, onlar sadece bu okullarda deðil ayný zamanda her zaman yüreðimizde yaþayacaklar." ifadelerine yer verdi.<br />\r\n<br />\r\n{mosimage}<br />\r\n<br />\r\n{mosimage}<br />\r\n<br />\r\n{mosimage}<br />\r\n&#160;</div>\r\n<div style="text-align: center;"><strong>ÞEHÝTLERÝMÝZÝN ÖZGEÇMÝÞLERÝ<br />\r\n<br />\r\n</strong></div>\r\n<div style="text-align: center;">{mosimage}</div>\r\n<div style="text-align: center;">&#160; Þehit Jandarma Çavuþ Ýsmail UYGUN</div>\r\n<div style="text-align: justify;"><br />\r\n&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 19/12/1984 tarihinde KAYSERÝ Ýlinin Kocasinan Ýlçesinde dünyaya gelen Ýsmail UYGUN, Ýlköðretimini Ergenekon Ýlköðretim Okulu&#8217;nda, Lise öðrenimini Atatürk Ticaret Meslek Lisesi&#8217; nde baþarýyla tamamladýktan sonra Erciyes Üniversitesi Ýþletme Bölümü&#8217;nü bitirip, ona müteakiben Eskiþehir Anadolu Üniversitesi Açýk Öðretim Fakültesi Ýþletme Bölümü&#8217;nden mezun olmuþtur.<br />\r\n<br />\r\n&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Kayseri&#8217;de hayatýný sürdüren Ýsmail UYGUN özel bir þirkette muhasebe bölümünde çalýþmaktaydý. 21/08/2005 tarihinde de Ayþe UYGUN&#8217;la hayatýný birleþtirdi. Evlendikten bir yýl sonra da Beyza adýnda bir kýz çocuðu dünyaya gelmiþtir.<br />\r\n<br />\r\n&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Hayatýnýn geri kalan yýllarýnda daha emin adýmlar atmak için askerlik görevini yerine getirmek üzere 12/08/2008 tarihinde birliði olan DÝYARBAKIR Silvan Taktik Jandarma Alay Komutanlýðý emrinde acemi eðitimini tamamlamasýna müteakiben 10/09/2008 tarihinde DÝYARBAKIR Ýli Lice Ýlçesi Jandarma Komutanlýðý&#8217;na katýlarak görevine baþlamýþtýr.<br />\r\n<br />\r\n&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Þehit Jandarma Çavuþ Ýsmail UYGUN 19/11/2008 tarihinde Kayacýk Jandarma Karakol&#160; Komutanlýðý&#8217;na&#160;&#160; Bölücü Terör Örgütü&#160; mensuplarý tarafýndan yapýlan silahlý saldýrýda kahramanca mücadele göstermiþ ve olay&#160; yerinde þehit olmuþtur.<br />\r\n&#160;</div>\r\n<div style="text-align: center;">&#160; {mosimage}<br />\r\nÞehit Jandarma Er Fevzi GÜNGÖR</div>\r\n<div style="text-align: justify;">&#160;</div>\r\n<div style="text-align: justify;">&#160;&#160;&#160;&#160;&#160;&#160; 31. 01. 1987 tarihinde Bitlis ilinin Güroymak ilçesinde dünyaya gelen Fevzi Güngör&#160; Aþçý Ekrem Bey ve Metlube Hanýmýn 6 çocuðundan birisidir. Ýlköðrenimini maddi imkansýzlýklardan dolayý 3. sýnýftan terk etmek zorunda kalmýþtýr.<br />\r\n&#160;&#160;&#160;&#160;&#160; <br />\r\n&#160;&#160;&#160;&#160;&#160; Bekar olan Fevzi Güngör, Bitlis in Güroymak Ýlçesinde hayatýný sürdürürken, daha erken yaþta iþ hayatýna atýlmak için Ýstanbul a gitmiþtir. Ýstanbul da avize ustalýðý yapmýþtýr.<br />\r\n<br />\r\n&#160;&#160;&#160;&#160;&#160; Hayatýnýn geri kalan yýllarýn da daha emin adýmlar atmak için askerlik görevini 19.11.2007 tarihinde yerine getirmek üzere acemi eðitimini tamamlamasýna müteakip 02.02.2008 tarihinde Diyarbakýr ili Lice ilçesi Jandarma Komutanlýðýna katýlarak görevine baþlamýþtýr.<br />\r\n<br />\r\n&#160;&#160;&#160;&#160;&#160; Þehit Jandarma Er Fevzi Güngör 19/11/2008 tarihinde Kayacýk Jandarma Karakol&#160; Komutanlýðý&#8217;na&#160;&#160; Bölücü Terör Örgütü&#160; mensuplarý tarafýndan yapýlan silahlý saldýrýda kahramanca mücadele göstermiþ ve olay&#160; yerinde þehit olmuþtur.<br />\r\n&#160;</div>\r\n<div style="text-align: center;">{mosimage}<br />\r\nFerhat MUTLU</div>\r\n<div style="text-align: justify;"><br />\r\n&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Ýlçemiz Ulucak Köyü nüfusuna kayýtlý olan Ferhat MUTLU 01/06/1989 tarihinde Diyarbakýr&#8217; da doðdu. Babasýnýn adý Mehmet, annesinin adý Þefika&#8217; dýr.<br />\r\n<br />\r\n&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Ýlkokulu Yavuz Selim Ýlköðretim Okulu&#8217;nda, ortaokulu Hasanpaþa Ortaokulu&#8217;nda, lise öðrenini ise Gaffar Okkan Lisesi&#8217;nde tamamlamýþtýr. <br />\r\n<br />\r\n&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Üniversite sýnavýna hazýrlýk için özel bir dershaneye devam ederken 03/01/2008 tarihinde Selehattin YAZICIOÐLU Caddesi&#8217; nde&#160;&#160; Bölücü Terör Örgütü mensuplarý tarafýndan düzenlenen bombalý saldýrýda hayatýný kaybetmiþtir.</div>\r\n<div style="text-align: center;"><br />\r\n&#160;</div>\r\n<div style="text-align: justify;">&#160;</div>\r\n<div style="text-align: center;">&#160;</div>\r\n<div style="text-align: center;">&#160;</div>', 1, 2, 0, 3, '2009-02-26 02:00:00', 62, '', '2009-02-27 09:04:15', 62, 0, '0000-00-00 00:00:00', '2009-02-26 02:00:00', '0000-00-00 00:00:00', 'cepertabela.jpg|||0||bottom||\r\nkayaciktabela.jpg|||0||bottom||\r\nzumruttabela-1.jpg|||0||bottom||\r\nismailuygun.jpg|||0||bottom||\r\nfevzigungor.jpg|||0||bottom||\r\nferhatmutlu.jpg|||0||bottom||', '', 'pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=', 8, 0, 63, '', '', 0, 442),
(389, 'Kaymakamlýðýmýz''dan Ýhtiyaç Sahibi  545 Öðrencimize Kýþlýk Giyim Malzemesi Yardýmý', 'Kaymakamlýðýmýz''dan Ýhtiyaç Sahibi  545 Öðrencimize Kýþlýk Giyim Malzemesi Yardýmý', '<div style="text-align: justify;">Kaymakamlýk Sosyal yardýmlaþma ve Dayanýþma Vakfýmýz''ca ihtiyaç sahibi olduklarý Okul Müdürlüklerince tespit edilen Ýlçe merkezi ve Köy Ýlköðretim Okullarýda eðitim gören 545 öðrencimize ayakkabý, kaban, pantolon(etek) ve çoraptan oluþan 4 kalem giyim malzemesi yardýmý yapýldý. Yardým&#160; daðýtýmýnýn ihtiyaç sahibi öðrencilerimizin gurur ve onurunu incitmeyecek þekilde gerçekleþtirilmesine büyük bir özen gösterildi.</div>', '{mosimage}', 1, 2, 0, 3, '2009-02-12 17:17:44', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2009-02-12 17:07:23', '0000-00-00 00:00:00', 'giyimvakifdagitim-1.jpg|||0||bottom||', '', 'pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=', 1, 0, 70, '', '', 0, 244),
(390, 'Köy Ýç Yollarýnýnýn Stabilize Hale  Getilmesi Çalýþmalarý Tamamlandý.', 'Köy Ýç Yollarýnýnýn Stabilize Hale  Getilmesi Çalýþmalarý Tamamlandý.', '<table class="contentpaneopen">\r\n    <tbody>\r\n        <tr>\r\n            <td valign="top" colspan="2">\r\n            <p style="text-align: justify;">Kaymakamlýk Köylere Hizmet Götürme Birliðince 05-31 Ocak tarihleri arasýnda 2 greyder, 1 yükleyici ve 6 kamyondan oluþan stabilize  yol yapým ekibimiz Ýlçemize baðlý Yünlüce,Dallýca, Sýðýnak, Budak,Tepe, Kýyý, Kýpçak, Çýralý, Gürbeyli ve Damar Köylerinin baðlantý ve köy  iç yollarýnýn stabilize iyileþtirmelerini tamamladý. Yaklaþýk 25 gün süren  çalýþmalarla Köy iç yollarýnda kýþ aylarýnda meydana gelen çamurlaþmanýn önüne&#160; çakýl  kum malzeme serilip sýkýþtýrýlarak geçildi.</p>\r\n            </td>\r\n        </tr>\r\n    </tbody>\r\n</table>', '<div style="text-align: justify;">Her gün çalýþmalarý yerinde takip eden ve  Birlik Mühendisi''nden çalýþmalardan hakkýnda bilgi alan Ýlçe Kaymakamýmýz  konuyla ilgili yaptýðý açýklamasýnda "Özellikle kýþ aylarýnda köy iç yollarýnda  oluþan çamurlaþma vatandaþlarýmýzý ve bizleri çok rahatsýz ediyordu. Bunun önüne  geçmek için yaz aylarýnda baþlatmýþ olduðumuz köy iç yollarýna çakýl kum malzeme  serme- sýkýþtýrma çalýþmalarýna kýþ aylarýnda da devam ettik. Ekibimiz hafta  sonu dahi çalýþmalarýna devam etti.&#160;Bu konuda köylü vatandaþlarýmýz yapýlan  çalýþmalardan Kaymakamlýðýmýza memnuniyetlerini sýkça dile getiriyolar.&#160; Geçen  yýl Yaz aylarýnda yaptýðýmýz ayný çalýþmayla 8 köyümüzün köy içlerine çakýl kum  malzeme sermiþtik. Bu yýl da, program dahilinde kýþ mevsimine raðmen 10  köyümüzde bu çalýþmalarý tamamladýk.&#160; Gelecek dönemlerde de diðer köylerde  çalýþmalarý devam ettirmeyi düþündüklerini, amaçlarýnýn köylerdeki yaþam  standartýný en yüksel seviylere getirmek. Bu çalýþmalara emeði geçen herkese  teþekkür ediyorum.&#160;" ifadelerine yer verdi.<br />\r\n<br />\r\n{mosimage}<br />\r\n<br />\r\n{mosimage}<br />\r\n<br />\r\n{mosimage}<br />\r\n<br />\r\n{mosimage}<br />\r\n<br />\r\n{mosimage}<br />\r\n<br />\r\n{mosimage}<br />\r\n<br />\r\n{mosimage}</div>', 1, 2, 0, 3, '2009-02-13 08:45:46', 62, '', '2009-02-13 21:44:19', 62, 0, '0000-00-00 00:00:00', '2009-02-13 08:30:34', '0000-00-00 00:00:00', 'koyicicalisma-3.jpg\r\nkoyicicalisma-4.jpg|||0||bottom||\r\nkoyicicalisma-5.jpg|||0||bottom||\r\nkoyicicalisma-6.jpg|||0||bottom||\r\nkoyicicalisma-7.jpg|||0||bottom||\r\nkoyicicalisma-8.jpg|||0||bottom||\r\nkoyicicalisma-9.jpg|||0||bottom||', '', 'pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=', 5, 0, 69, '', '', 0, 273),
(391, 'Basýn Duyurusu', 'Basýn Duyurusu', '<div style="text-align: justify;">Son zamanlarda,&#160; kimi çevrelerce maksatlý bir þekilde&#160; sözde "Hastane binasýna yakýn bir&#160; yerde askeri personelin barýnma ihtiyacýna yönelik T.O.K.Ý tarafýndan yapýlmakta olan binalarýn inþaatýnýn tamamlanmasýndan sonra Ýlçe Hastanemizin kapatýlýp Askeri Hastane&#8217;ye dönüþtürüleceðine&#8221; dair mesnetsiz bilgiler dolaþtýrýlmaktadýr. Kamuoyunun doðru bilgilendirilmesi bakýmýndan aþaðýdaki açýklamalara ihtiyaç duyulmuþtur.</div>', '<div style="text-align: justify;">{mosimage}<br />\r\n<br />\r\n1-T.O.K.Ý. tarafýndan yapýlmakta olan binalar Ýlçemizde görevli askeri personelin barýnma ihtiyacýnýn karþýlanmasýna yönelik bir çalýþma olup yer yakýnlýðý dýþýnda Ýlçe Hastanesi&#8217;yle herhangi bir ilgisi yoktur. Askeri Hastane&#8217;ye dönüþtürülmesiyle ilgili olarak, bu konu ne Kamu Kurumlarýmýzýn gündemlerinde&#160; ne de planlamalarýnda mevcuttur. &#160;<br />\r\n<br />\r\n2-Ýlçe Hastanemizin mevcut personel kadrolarýný güçlendirmek için Kaymakamlýðýmýzca sürekli olarak yoðun giriþimlerde bulunulmaktadýr. Ayrýca, hastanemizde mevcut diþ hekimi sayýsýný artýrmaya yönelik çalýþma yapýldýðý konusunda Ýl Saðlýk&#160; Müdürlüðü&#8217;nden bilgi alýnmýþtýr. <br />\r\n&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />\r\n3- Hatýrlanacaðý üzere daha önce de; buna benzer Hastanemizin Saðlýk Ocaðý&#8217;na dönüþtürülüp mevcut personelin çevre Ýlçelerdeki Hastanelere gönderileceðine dair asýlsýz haberler dolaþtýrýlmýþ, Ýlçe halkýmýz bu tür asýlsýz bilgilere itibar etmemiþ ve o zamandan beri de önceden açýklama yapýldýðý gibi Hastanemizin mevcut statüsünde bilindiði üzere hiçbir deðiþikliðe gidilmemiþtir.<br />\r\n<br />\r\n4-Ayrýca, bazý köylerimizde daha önce yoðun terör olaylarý nedeniyle maalesef kapatýlan saðlýk ocaklarýnýn hizmete açýlmasýyla ilgili yoðun bir çalýþma baþlatýlmýþ. Bu kapsamda, Yaprak Köyü Saðlýk Ocaðý Kaymakamlýk Köylere Hizmet Götürme Birliði''nce onarýlarak hizmete açýlmýþ. Kayacýk Köyü saðlýk Ocaðý&#8217;nýn onarýmý tamamlanmýþ ve en kýsa zamanda açýlmasý için&#160; Ýl Saðlýk Müdürlüðü&#8217;nden personel talep edilmiþtir. <br />\r\n<br />\r\nBu açýklamalardan da anlaþýlacaði üzere saðlýk alanýda ilçemizde, bulunan kurumlarýn kapatýlmasý þöyle dursun, yeni saðlýk kurumlarýmýzýn hizmete açýlmasý, mevcut kurumlarýmýzýn da iþlerlerliðini ve verimliliðini daha iyi hale getirmek için yol alýndýðý apaçýk ortadadýr. Birlik ve beraberlik ruhu içerisinde, Ýlçemizin asýl ve öncelikli sorunlarýna çözüm bulma noktasýnda tamamýyla yoðunlaþarak her zaman ilçemizdeki tüm vatandaþlarýmýza hizmet etmek için çalýþmaktan ve yüce devletimizin þefkatli elini insanlarýmýza sonuna kadar uzatmaktan büyük bir gurur ve mutluluk duyduðumu belirterek bu gibi mesnetsiz, kurumlarýmýzý yýpratmaya yönelik talihsiz giriþimlerin vatandaþlarýmýz nezdinde gerçekci görülmeyeceðine dair inancým tamdýr. Bilgi kirliliðine karþý kamuoyunun ve deðerli vatandaþlarýmýzýn&#160; doðru ve saðlýklý bilgilenmesi için kamuouyuna saygýyla arz olunur.</div>\r\n<div style="text-align: right;"><br />\r\n{mosimage}</div>\r\n<div style="text-align: right;">&#160;</div>\r\n&#160;<br />\r\n<br />', 1, 2, 0, 3, '2009-02-25 02:00:00', 62, '', '2009-02-25 17:24:27', 62, 0, '0000-00-00 00:00:00', '2009-02-25 02:00:00', '0000-00-00 00:00:00', 'licehastane.jpg|||0||bottom||\r\nkalayliisim.jpg|||0||bottom||', '', 'pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=', 6, 0, 68, '', '', 0, 272),
(392, 'Tel kýrma Ýþlemeciliði Kurs Sergisi ', 'Tel kýrma Ýþlemeciliði Kurs Sergisi ', '<div style="text-align: justify;">Kaymakamlýðýmýzýn destekleriyle Ýlçemize baðlý Daralan Köyü''nde Mehmet TOPRAK Halk Eðitim Merkezi tarafýndan köyde yaþayan bayanlara yönelik Bartýn Ýþi Tel Kýrma Ýþlemeciliði Kursu büyük ilgi gördü. 10/11/2008-02/12/2008 tarihleri arasýnda 20 bayan kursiyere verilen kurs sonrasýnda kusiyerler el emeði göz nuru olan eserlerini 19 Þubat Perþembe günü Halk Eðitim Merkezi''nde sergilenmeye baþlandý. Sergi açýlýþ kurdelasý, Ýlçe Kaymakamýmýz, Cumhuriyet Savcýlarýmýz, Ýlçe Hakimimiz , Emniyet Amirimiz ve Köy Muhtarýmýz tarafýndan kesilen sergide yer alan iþlemeler büyük ilgi gördü.</div>', '<div style="text-align: justify;">Bir hafta boyunca halkýmýza açýk olan sergide isteyen vatandaþlarýmýza el emeði göz nuru iþlemelerden satýþ da yapýlacak. Satýþlardan elde edilen gelir kursiyerlerimizin malzeme alýmlarýnda kullanýlacak. Açýlýþ esnasýnda kýsa bir konuþma yapan Ýlçe Kaymakamýmýz Kursun baþarýlý bir þekilde verilmesinde emeði geçen baþta Halk eðitim Merkezi Müdürüne, kurs öðretmenine ve bayan kursiyerlere teþekkür etti. Kaymakamlýk olarak insanýmýzýn mesleki eðitimine, ve istihdamýna yönelik bu gibi kurslarý çok önemsediklerini, ayný köyde ahþap-kumaþ boyama sanatý kursunun devam ettiðini belirtti. Bu yýl meslek edindirmeye yönelik Ýlçede 35 kursun açýldýðýný,&#160; bu kurslara 759 kursiyerin iþtirak ettiðini, bunun 506''sýnýn bayan kursiyerlerden&#160; oluþmasýnýn oldukça sevindirici olduðunu sözlerine ekledi.</div>\r\n<div style="text-align: justify;"><br />\r\n{mosimage}<br />\r\n<br />\r\n{mosimage}<br />\r\n<br />\r\n{mosimage}<br />\r\n<br />\r\n{mosimage}<br />\r\n<br />\r\n{mosimage}<br />\r\n<br />\r\n{mosimage}<br />\r\n<br />\r\n{mosimage}</div>', 1, 2, 0, 3, '2009-02-19 17:54:38', 62, '', '2009-02-19 17:56:55', 62, 0, '0000-00-00 00:00:00', '2009-02-19 17:33:45', '0000-00-00 00:00:00', 'telkirmasergi-1.jpg|||0||bottom||\r\ntelkirmasergi-2.jpg|||0||bottom||\r\ntelkirmasergi-3.jpg|||0||bottom||\r\ntelkirmasergi-4.jpg|||0||bottom||\r\ntelkirmasergi-5.jpg|||0||bottom||\r\ntelkirmasergi-6.jpg|||0||bottom||\r\ntelkirmasergi-7.jpg|||0||bottom||', '', 'pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=', 3, 0, 67, '', '', 0, 370),
(393, 'Uyuþturucuyla Mücadele Toplantýsý', 'Uyuþturucuyla Mücadele Toplantýsý', '<div style="text-align: justify;">Ýlçemizin en büyük sorunlarýndan biri olan "Yasadýþý hint keneviri ekimi ve uyuþturucu madde kullanýmý"yla mücadele hususunda, alýnmasý gerekli tedbirler ve yapýlacak çalýþmalarý deðerlendirmek üzere Ýlçe Kaymakamýmýz Ömer KALAYLI baþkanlýðýnda ilgili Ýlçe daire müdürlerinin katýlýmýyla toplantý yapýldý.</div>', '<div style="text-align: justify;">Oldukça verimli geçen toplantýda daire amirleri kendi kurumlarýnýn bu sorun karþýsýnda almasý gereken tedbirleri, görüþ ve önerileri masaya yatýrdýlar. Toplantý sonrasýnda bir deðerlendirme konuþmasý yapan Ýlçe Kaymakamýmýz, knuþmasýnda "Ýlçemizin en büyük sorunlarýndan biri olarak gördüðümüz için bu konuda çalýþmalarý ve alýnacak tedbirleri daha da yogunlaþtýrmak istedik. Daire amirlerimiz arasýnda fikir alýþ-veriþi oldu. Bu toplantýlarý belli periyotlarla yaparak alýnacak tetbirlerin sonuçlarýný izlemek ve deðerlendirmek istiyoruz. Bu konuda, hemen hemen her kuruma büyük görevler düþüyor. Gerçekten, bugün bu bataklýða saplanan insanlarýn varlýðý ilçe saðlýðý ve geleceði konusunda çok kaygý verici . Özellikle gençlerimizi ve çocuklarýzý bu tehlikeden uzak tutmak için ailelerin bu konuda bilinçlendirilmesi büyük önem arz ediyor." ifadelerine yer verdi.<br />\r\n<br />\r\n{mosimage}</div>', 1, 2, 0, 3, '2009-02-20 17:19:07', 62, '', '2009-02-20 23:29:10', 62, 0, '0000-00-00 00:00:00', '2009-02-20 16:59:44', '0000-00-00 00:00:00', 'uyusturucuylamucadele-4.jpg|||0||bottom||', '', 'pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=', 3, 0, 66, '', '', 0, 235),
(170, 'Coðrafi Durumu', 'Coðrafi Durumu', '<p style="background: #f8fcff" align="justify"><span style="font-size: 12pt; color: black; font-family: &#39;Times New Roman&#39;">Diyarbakýr&#39;ýn Kuzeydoðusunda yer almaktadýr. Ýl&ccedil;e merkezi </span><a href="http://tr.wikipedia.org/wiki/1975" title="1975"><strong><span style="font-size: 12pt; color: windowtext; font-family: &#39;Times New Roman&#39;">1975</span></strong></a><span style="font-size: 12pt; color: black; font-family: &#39;Times New Roman&#39;"> Depremi&#39;nden &ouml;nce Akdað eteklerindeki Aký tepesinde kurulu iken, depremden sonra hemen aþaðýlarýnda bulunan ovaya kurulmuþtur. Lice&#39;nin Deprem &ouml;ncesindeki yerleþimi eðimli ve kademeli bir d&uuml;zende olup uzaktan bakýldýðýnda sanki evler birbiri &uuml;zerine dizilmiþ gibi bir g&ouml;r&uuml;nt&uuml; ortaya &ccedil;ýkmakta idi.</span></p><p style="background: #f8fcff" align="justify"><span style="font-size: 12pt; color: black; font-family: &#39;Times New Roman&#39;">Lice&#39;nin Diyarbakýr il merkezine uzaklýðý yaklaþýk 90 km, Y&uuml;z&ouml;l&ccedil;&uuml;m&uuml; 1.083 km&sup2;&#39;dir. Merkez bucaðý dýþýnda 1 bucak (Hezan-Kayacýk), 13 Mahalle, 56 K&ouml;y ve 112 Mezrasý vardýr.</span></p><p style="background: #f8fcff" align="justify"><span style="font-size: 12pt; color: black; font-family: &#39;Times New Roman&#39;">Lice il&ccedil;e merkezi daha &ouml;nceleri </span><a href="http://tr.wikipedia.org/w/index.php?title=Antak_Kalesi&amp;action=edit" title="Antak Kalesi"><strong><span style="font-size: 12pt; color: windowtext; font-family: &#39;Times New Roman&#39;">Antak Kalesi</span></strong></a><span style="font-size: 12pt; color: black; font-family: &#39;Times New Roman&#39;">&#39;ne baðlý bir k&ouml;y iken (</span><a href="http://tr.wikipedia.org/wiki/1042" title="1042"><strong><span style="font-size: 12pt; color: windowtext; font-family: &#39;Times New Roman&#39;">1042</span></strong></a><span style="font-size: 12pt; color: black; font-family: &#39;Times New Roman&#39;"> yýlýnda) zamanla geliþmiþ ve (Antak Kalesinin de zaman i&ccedil;inde &ouml;nemini yitirmesiyle) Ýl&ccedil;e Merkezi konumuna gelmiþtir. </span><a href="http://tr.wikipedia.org/w/index.php?title=G%C3%BCneydo%C4%9Fu_Toroslar&amp;action=edit" title="G&uuml;neydoðu Toroslar"><strong><span style="font-size: 12pt; color: windowtext; font-family: &#39;Times New Roman&#39;">G&uuml;neydoðu Toroslar</span></strong></a><span style="font-size: 12pt; color: black; font-family: &#39;Times New Roman&#39;">&#39;ýn g&uuml;ney eteklerinde, deniz y&uuml;zeyinden yaklaþýk olarak 1100-1125 m. y&uuml;kseklikte kurulmuþtur.</span></p><p style="background: #f8fcff" align="justify"><span style="font-size: 12pt; color: black; font-family: &#39;Times New Roman&#39;">Ýl&ccedil;e topraklarýnýn bir b&ouml;l&uuml;m&uuml; </span><a href="http://tr.wikipedia.org/wiki/G&Atilde;&frac14;neydo&Auml;&Yuml;u_Anadolu" title="G&uuml;neydoðu Anadolu"><strong><span style="font-size: 12pt; color: windowtext; font-family: &#39;Times New Roman&#39;">G&uuml;neydoðu Anadolu</span></strong></a><span style="font-size: 12pt; color: black; font-family: &#39;Times New Roman&#39;">, daha b&uuml;y&uuml;k olan b&ouml;l&uuml;m&uuml; ise </span><a href="http://tr.wikipedia.org/wiki/Do&Auml;&Yuml;u_Anadolu_B&Atilde;&para;lgesi" title="Doðu Anadolu B&ouml;lgesi"><strong><span style="font-size: 12pt; color: windowtext; font-family: &#39;Times New Roman&#39;">Doðu Anadolu B&ouml;lgesi</span></strong></a><span style="font-size: 12pt; color: black; font-family: &#39;Times New Roman&#39;">&#39;ndedir. G&uuml;neydoðu Anadolu b&ouml;lgesinde bulunan Diyarbakýr ilinin, Doðu Anadolu&#39;ya sarkan diðer il&ccedil;eleri ise </span><a href="http://tr.wikipedia.org/wiki/&Atilde;&Dagger;&Atilde;&frac14;ng&Atilde;&frac14;&Aring;&Yuml;" title="&Ccedil;&uuml;ng&uuml;þ"><strong><span style="font-size: 12pt; color: windowtext; font-family: &#39;Times New Roman&#39;">&Ccedil;&uuml;ng&uuml;þ</span></strong></a><span style="font-size: 12pt; color: black; font-family: &#39;Times New Roman&#39;"> ve </span><a href="http://tr.wikipedia.org/wiki/Kulp" title="Kulp"><strong><span style="font-size: 12pt; color: windowtext; font-family: &#39;Times New Roman&#39;">Kulp</span></strong></a><span style="font-size: 12pt; color: black; font-family: &#39;Times New Roman&#39;">&#39;tur.</span></p><p style="background: #f8fcff" align="justify"><span style="font-size: 12pt; color: black; font-family: &#39;Times New Roman&#39;">Ýl&ccedil;e topraklarý, G&uuml;neydoðu Toroslarýn engebeli ormanlarla kaplý, Kuzey - G&uuml;ney doðrultulu vadilerle &ccedil;ok yarýlmýþ kesimlerini kaplar. Hani ve Lice Y&ouml;relerinden, g&uuml;neye doðru </span><a href="http://tr.wikipedia.org/w/index.php?title=Sar%C4%B1m_%C3%87ay%C4%B1&amp;action=edit" title="Sarým &Ccedil;ayý"><strong><span style="font-size: 12pt; color: windowtext; font-family: &#39;Times New Roman&#39;">Sarým &Ccedil;ayý</span></strong></a><span style="font-size: 12pt; color: black; font-family: &#39;Times New Roman&#39;">&#39;na doðru Koz (y&uuml;ksekliði 2.283 m.), Cirbir, Lis (2.220 m.) ve Adem (2.100 m.) daðlarý uzanýr. Ku&ccedil;, Þagur (Þahur K&ouml;y&uuml;) ve Mýzak (Mizak) daðlarý ikinci sýrayý; Bebek, Eshab-ý Kehf, Zýrýht ve Cun daðlarý da &uuml;&ccedil;&uuml;nc&uuml; sýrayý oluþturur. D&ouml;rd&uuml;nc&uuml; sýra ise, Piraziz, Nerip, Dakyanus ve Hezan daðlarýdýr.</span></p><p style="background: #f8fcff" align="justify"><span style="font-size: 12pt; color: black; font-family: &#39;Times New Roman&#39;">Topraklarý Doðuda </span><a href="http://tr.wikipedia.org/wiki/Kulp" title="Kulp"><strong><span style="font-size: 12pt; color: windowtext; font-family: &#39;Times New Roman&#39;">Kulp</span></strong></a><span style="font-size: 12pt; color: black; font-family: &#39;Times New Roman&#39;">, G&uuml;neydoðuda </span><a href="http://tr.wikipedia.org/wiki/Silvan" title="Silvan"><strong><span style="font-size: 12pt; color: windowtext; font-family: &#39;Times New Roman&#39;">Silvan</span></strong></a><span style="font-size: 12pt; color: black; font-family: &#39;Times New Roman&#39;">, G&uuml;neyde </span><a href="http://tr.wikipedia.org/wiki/Hazro" title="Hazro"><strong><span style="font-size: 12pt; color: windowtext; font-family: &#39;Times New Roman&#39;">Hazro</span></strong></a><span style="font-size: 12pt; color: black; font-family: &#39;Times New Roman&#39;">, G&uuml;neybatýda </span><a href="http://tr.wikipedia.org/wiki/Kocak&Atilde;&para;y" title="Kocak&ouml;y"><strong><span style="font-size: 12pt; color: windowtext; font-family: &#39;Times New Roman&#39;">Kocak&ouml;y</span></strong></a><span style="font-size: 12pt; color: black; font-family: &#39;Times New Roman&#39;">, Batýda </span><a href="http://tr.wikipedia.org/wiki/Hani" title="Hani"><strong><span style="font-size: 12pt; color: windowtext; font-family: &#39;Times New Roman&#39;">Hani</span></strong></a><span style="font-size: 12pt; color: black; font-family: &#39;Times New Roman&#39;">, Kuzey ve Kuzeybatýda ise Bing&ouml;l ilinin </span><a href="http://tr.wikipedia.org/wiki/Gen&Atilde;&sect;,_Bing&Atilde;&para;l" title="Gen&ccedil;, Bing&ouml;l"><strong><span style="font-size: 12pt; color: windowtext; font-family: &#39;Times New Roman&#39;">Gen&ccedil;</span></strong></a><span style="font-size: 12pt; color: black; font-family: &#39;Times New Roman&#39;"> il&ccedil;esi ile &ccedil;evrilidir.</span></p><p style="background: #f8fcff" align="justify"><span style="font-size: 12pt; color: black; font-family: &#39;Times New Roman&#39;">Lice&#39;nin komþularý arasýnda en uzun sýnýr; 48 km uzunluðu ile </span><a href="http://tr.wikipedia.org/wiki/Bing&Atilde;&para;l" title="Bing&ouml;l"><strong><span style="font-size: 12pt; color: windowtext; font-family: &#39;Times New Roman&#39;">Bing&ouml;l</span></strong></a><span style="font-size: 12pt; color: black; font-family: &#39;Times New Roman&#39;"> il sýnýrýdýr. Bing&ouml;l sýnýrý Kuzeybatýdaki Ecemiþ K&ouml;y&uuml;, Ývecik Mezrasýnda baþlar, kuzeydoðudaki G&uuml;ldiken K&ouml;y&uuml;nde biter. Doðuda ise 27 km. uzunluðunda Kulp sýnýrý bulunur. Bu sýnýr kuzeydoðudaki G&uuml;ldiken K&ouml;y&uuml;, &Ccedil;otuk Mezrasýnda baþlar, g&uuml;neydoðudaki T&uuml;reli K&ouml;y&uuml; Dehlizara Mezrasýnda biter. G&uuml;neydoðu sýnýrýnda ise 8 km. uzunluðunda Silvan sýnýrý bulunur. Silvan ile Lice sýnýrýný Yumru Daðý oluþturur. Silvan sýnýrý T&uuml;reli K&ouml;y&uuml; Dehlizara Mezrasýnda baþlar, Kutlu K&ouml;y&uuml; Kerpi&ccedil;&ouml;ren Mezrasýnda biter. G&uuml;neyde 18 km. uzunluðunda Hazro sýnýrý bulunur. Hazro sýnýrý Kutlu K&ouml;y&uuml; Kerpi&ccedil;&ouml;ren Mezrasýnda baþlar, Dolunay K&ouml;y&uuml;nde biter. G&uuml;neybatýda ise 20 km .uzunluðunda Kocak&ouml;y sýnýrý bulunur. Kocak&ouml;y sýnýrý Dolunay K&ouml;y&uuml;nde baþlar, G&ouml;k&ccedil;e K&ouml;y&uuml;nde son bulur. Batýda ise 37 km. uzunluðunda Hani sýnýrý bulunur. Hani sýnýrý G&ouml;k&ccedil;e K&ouml;y&uuml;nden baþlar, Ecemiþ K&ouml;y&uuml;, Ývecik Mezrasýnda son bulur..</span></p><font face="Times New Roman" size="3" color="#000000">&nbsp; </font><h4 style="background: #f8fcff; margin: auto 0cm" align="justify"><span class="mw-headline"><span style="font-size: 12pt">Ýklim</span></span><span style="font-size: 12pt">i</span></h4><font face="Times New Roman" size="3" color="#000000"><h3 style="background: #f8fcff; margin: auto 0cm" align="justify"><a name="Ya.C4.9Fmur" title="Ya.C4.9Fmur"></a><span class="mw-headline"><span style="font-size: 12pt">Yaðmur</span></span><span style="font-size: 12pt"> </span></h3><p style="background: #f8fcff" align="justify"><font face="Times New Roman" size="3" color="#000000">Yapýlan ortalama &ouml;l&ccedil;&uuml;mlere g&ouml;re Lice&#39;nin &ccedil;evreye nazaran en fazla yaðýþý kaydettiði g&ouml;r&uuml;lmektedir. &Ouml;rneðin; yýllýk yaðýþ tutarý Diyarbakýr&#39;ýn diðer il&ccedil;elerinden Silvan&#39;da 729 mm., Ergani&#39;de 767 mm., Kulp&#39;ta 1.156 mm. iken Lice&#39;de 1.293 mm&#39;dir. Kuzeydeki Daðlarýn eteklerine gidildik&ccedil;e yaðýþ miktarý da artmaktadýr. En fazla yaðýþ Ýlkbahar&#39;da yaðarken, en az ise Yaz mevsiminde, Temmuz ve Aðustos aylarýnda 1 milimetre veya hi&ccedil; yaðýþ almadýðý da olur. Bu aylarda il&ccedil;e arazisi kupkuru olur. Sonbaharda Kýþ&#39;a nazaran daha az yaðýþ d&uuml;þer.</font></p><h3 style="background: #f8fcff; margin: auto 0cm" align="justify"><a name="Kar" title="Kar"></a><span class="mw-headline"><span style="font-size: 12pt">Kar</span></span><span style="font-size: 12pt"> </span></h3><p style="background: #f8fcff" align="justify"><font face="Times New Roman" size="3" color="#000000">Diyarbakýr&#39;ýn Doðu Anadolu B&ouml;lgesi&#39;ndeki il&ccedil;elerinden biri olan Lice&#39;de Kýþ&#39;lar olduk&ccedil;a soðuk ve yaðýþlý ge&ccedil;er. Diyarbakýr ve diðer il&ccedil;elere nazaran en yoðun Kar yaðýþý Lice&#39;dedir. Kar&#39;ýn yerde kalma s&uuml;resi de b&ouml;lgeye nazaran Lice&#39;de daha uzundur. Aþýrý Kar yaðýþlarý y&uuml;z&uuml;nden Lice-Gen&ccedil; ve Lice-Kulp Karayolu sýk-sýk ulaþýma kapanabilmektedir. Kar yaðýþýnýn &ccedil;ok olduðu ve soðuklar nedeniyle uzun s&uuml;re yerde &ouml;rt&uuml; oluþturduðu zamanlarda ulaþým tamamen aksayabilmektedir.</font></p><h2 style="background: #f8fcff; margin: auto 0cm" align="justify"><a name="Akarsular" title="Akarsular"></a><span class="mw-headline"><span style="font-size: 12pt">Akarsular</span></span><span style="font-size: 12pt"> </span></h2><p style="background: #f8fcff" align="justify"><font size="3"><font color="#000000"><font face="Times New Roman">523 Km&#39;si &uuml;lkemiz sýnýrlarýnda olmak &uuml;zere toplam 1.900 Km.lik uzunluðuyla T&uuml;rkiye&#39;nin en uzun 2. nehri olan </font></font></font><a href="http://tr.wikipedia.org/wiki/Dicle_Nehri" title="Dicle Nehri"><span style="color: windowtext"><font face="Times New Roman" size="3">Dicle Nehri</font></span></a><font face="Times New Roman" size="3" color="#000000">&#39;nin en &ouml;nemli iki kaynaðýndan biri il&ccedil;emiz sýnýrlarý i&ccedil;indeki Býrkleyn Maðaralarý&#39;ndan doðmaktadýr. Býrkleyn suyu, Lice&#39;nin yukarýsýnda, Lice-Gen&ccedil; yolu &uuml;zerinde bulunan Býrkleyn maðaralarýnda doðar. Bir s&uuml;re g&uuml;neybatý y&ouml;n&uuml;nde akar. Sonra batýya y&ouml;nelir; kimi dere sularýný alarak &ccedil;oðalýr. Piran y&ouml;resinde (Dicle il&ccedil;esinin eski adý) Dibni (Zebene) suyunu alýr. Zoðrýkelkum K&ouml;y&uuml;&#39;n&uuml;n yukarýsýnda g&uuml;neye d&ouml;ner. Metinan ve Amini kaleleri &ouml;n&uuml;nden ge&ccedil;erek Delucan y&ouml;resinde, G&ouml;lc&uuml;k civarýnda doðan diðer kolla birleþir. Dicle&#39;nin yataðý Delucan&#39;dan sonra g&uuml;neye doðru d&uuml;zleþir. Diyarbakýr&#39;dan varmadan &ouml;nce Devege&ccedil;idi suyunu alýr. Diyarbakýr&#39;ý ge&ccedil;tikten sonra sað taraftan Havar, Yenice ve Karasu derelerini, soldan da Ambar, Kuru, Pamuk, Sinan ve Batman &ccedil;aylarýný alýr. Daha sonra G&ouml;ksu ve Aþaðý Hanik &ccedil;aylarýný da alarak </font><a href="http://tr.wikipedia.org/wiki/Cizre" title="Cizre"><span style="color: windowtext"><font face="Times New Roman" size="3">Cizre</font></span></a><font face="Times New Roman" size="3" color="#000000"> sýnýrýna varýr.</font></p></font>', '', 1, 0, 0, 0, '2007-11-10 11:09:48', 62, '', '2007-11-10 13:00:46', 62, 0, '0000-00-00 00:00:00', '2007-11-10 11:09:23', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 0, '', '', 0, 2292),
(171, 'Ulaþtýrma ve Alt Yapý', 'Ulaþtýrma ve Alt Yapý', '<p><strong><span style="font-size: 11pt; font-family: Arial"><font color="#000000">1-Yol Durumu</font></span></strong></p><p><strong></strong><font color="#000000"><span style="font-size: 12pt"><font face="Times New Roman">Ýl&ccedil;emiz Diyarbakýr Ýl merkezine 87 km. mesafede olup, asfalt bir g&uuml;zergahtan her mevsim ulaþým rahatlýkla yapýlmaktadýr. Ýl&ccedil;e merkezine baðlý olan k&ouml;ylerle olan ulaþým ise stabilize yollarla yapýlmaktadýr. 2004<span>&nbsp; </span>yýlýnda K&ouml;y Hizmetleri ara&ccedil;larý<span>&nbsp; </span>ile 80 km.ye yakýn k&ouml;y yollarýnýn malzemeli bakýmý yapýlmýþtýr. 2005 yýlýnda K&ouml;ye geri D&ouml;n&uuml;þ Projesi &ccedil;er&ccedil;evesinde K&ouml;ylere Hizmet G&ouml;t&uuml;rme Birliðince iþ makineleri kiralanarak Duru, Duru Kavacýk, Hacý Musa, Saðatan ve Iþýklý mezralarý, Ceper K&ouml;y&uuml; Beyler Mezrasý, Ziyaret K&ouml;y&uuml; ,Ziyaret Fis Mez., Birlik k&ouml;y&uuml;,Esenler k&ouml;y&uuml; ve Arýklý k&ouml;y&uuml; olmak &uuml;zere yaklaþýk 30 km stabilize yol yapýlmýþtýr. Geri d&ouml;n&uuml;þ yapan k&ouml;y yollarýnýn yapýlmasý <span>&nbsp;</span>i&ccedil;in <span>&nbsp;</span>&ccedil;alýþmalarýmýz devam etmektedir. Ayrýca, 2006 ve 2007 K&Ouml;YDES projeleriyle k&ouml;y yollarýmýzýn &ouml;nemli bir kýsmýnýn bakýmý ve iyileþtirilmesi yapýlmýþ ve &ccedil;alýþmalar devam etmektedir.</font></span></font><span style="font-size: 12pt"><font face="Times New Roman" color="#000000">&nbsp;</font></span></p><p><strong><span style="font-size: 12pt"><font color="#000000"><font face="Times New Roman">2-Haberleþme Durumu<span>&nbsp;</span></font></font></span></strong></p><p><strong><span style="font-size: 12pt"><font color="#000000"><font face="Times New Roman"></font></font></span></strong><span style="font-size: 12pt"><font color="#000000"><font face="Times New Roman">Ýl&ccedil;emiz PTT binasý 1984 yýlýnda H&uuml;k&uuml;met Konaðý civarýnda 4 kattan ibaret betonarme bir bina yapýlmýþtýr. Hizmetler bu binada s&uuml;rd&uuml;r&uuml;lmektedir. Eski santralin ihtiyaca cevap vermemesi nedeniyle 1995 yýlýnda 1000 abonelik<span>&nbsp; </span>yeni bir santral kurulmuþ ise de bu santralýn da ihtiyaca cevap vermemesi &uuml;zerine 2003-2004 yýlýnda santralýn kapasitesi b&uuml;y&uuml;t&uuml;lerek 1750 aboneliðe &ccedil;ýkarýlmýþtýr. Ýl&ccedil;emiz Haberleþmesi savat k&ouml;y&uuml; kilise daðý &uuml;zerinde tesis edilen radyolink sistemle<span>&nbsp; </span>saðlanmaktadýr. Ayrýca il&ccedil;emize baðlý Savat(Kayacýk) k&ouml;y&uuml;nde<span>&nbsp; </span>304, Oyuklu k&ouml;y&uuml;nde 304 abonelik santral mevcuttur. Yerleþime a&ccedil;ýk diðer k&ouml;ylerimizde de Kablosuz Telefon sistemi ile haberleþme saðlanmaktadýr.</font></font></span> </p><p>&nbsp;</p>', '', 1, 0, 0, 0, '2007-11-10 11:10:10', 62, '', '2007-11-12 21:08:53', 62, 0, '0000-00-00 00:00:00', '2007-11-10 11:09:52', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 0, '', '', 0, 1107);
INSERT INTO `jos_content` (`id`, `title`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`) VALUES
(172, 'Kültür ve Turizm', 'Kültür ve Turizm', '<p align="justify"><strong>BÝRKLEYN MAÐARALARI</strong> Lice&#39;nin batýsýnda, Diyarbakýr-Bing&ouml;l karayolunun Birkleyn &Ccedil;ayý ile kesiþtiði yerdedir. D&ouml;rd&uuml;nc&uuml; zamanda bir g&ouml;&ccedil;me ile dað, Birkleyn &Ccedil;ayý&#39;nýn &ouml;n&uuml;n&uuml; týkamýþ ve &ccedil;ay sol sahildeki kalkerler arasýndan kendisine aþýndýrma ile yol a&ccedil;mýþ, b&ouml;ylece bug&uuml;nk&uuml; maðara meydana gelmiþtir. Bu aktif travers maðaranýn &uuml;st&uuml;nde iki tane fosil maðara daha vardýr. Kitabeli maðaranýn doðusunda bulunan, 400 m uzunluða sahip diðer fosil maðara oluþumlar a&ccedil;ýsýndan &ccedil;ok zengindir. Antik&ccedil;aðda &ouml;l&uuml;lerin yeraltý d&uuml;nyasýna girdiði kapý olarak kabul ediliyordu Diyarbakýr-Lice&#39;deki Birkleyn Maðaralarý&#39;nýn en uzunu. Dokuz y&uuml;z metrelik b&uuml;y&uuml;leyici t&uuml;nel ve ikinci maðara Asur kral kabartmalarý ve yazýtlarýyla s&uuml;slenmiþtir.</p><p align="justify">{mosimage}</p><p align="justify">{mosimage}</p><p align="justify">{mosimage}<br /><strong>&nbsp;</strong></p><p align="justify"><strong>&Ccedil;EPER HANI</strong></p><p align="justify">Kervansaray (Han), Diyarbakýr-Bing&ouml;l yolunda, Lice yol ayýrýmýndan yaklaþýk olarak 5 km kuzeyde, Biryas K&ouml;y&uuml; yakýnýndadýr. Bug&uuml;nk&uuml; Bing&ouml;l yolunun sol kenarýnda yer alan bu Han k&uuml;&ccedil;&uuml;k bir tepenin eteðinde, hafif meyilli bir arazi &uuml;zerinde kurulmuþtur. Tonozlarý yer-yer g&ouml;&ccedil;m&uuml;þ olan yapýnýn bir kýsmý bug&uuml;n ahýr olarak kullanýlmaktadýr.<br />Han 40 m 90X23 m 40 &ouml;l&ccedil;&uuml;s&uuml;nde dikd&ouml;rtgen bir yapýdýr. Kuzeydoðuya bakan cephede beþ h&uuml;cre ve iki eyvan yer almaktadýr. Cephenin doðu k&ouml;þesine rastlayan h&uuml;crenin g&uuml;ney duvarýna iki pencere a&ccedil;ýlmýþtýr. Bu pencerelerin ilk yapýdan kalmýþ olduklarý þ&uuml;phelidir. Fakat g&uuml;neydeki pencere bug&uuml;n d&uuml;zensiz bir gedikten ibarettir. Burada mevcut bir ocaðýn sonradan pencere þekline konulmuþ olabileceði akla gelmektedir. H&uuml;crenin kuzey duvarýnda iki adet dikd&ouml;rtgen niþ g&ouml;r&uuml;lmektedir. <br />&nbsp;&nbsp;&nbsp;&nbsp; I ve II numaralý h&uuml;creler arasýnda derince bir eyvan yer almaktadýr. Bug&uuml;n tonozu g&ouml;&ccedil;m&uuml;þ olan eyvanýn g&uuml;ney duvarýnda iki, kuzey duvarýnda da bir dikd&ouml;rtgen niþ g&ouml;r&uuml;lmektedir. II numaralý h&uuml;cre de yaklaþýk olarak I numaralý h&uuml;crenin &ouml;l&ccedil;&uuml;lerine sahiptir. (4m35x5m65) Bu h&uuml;crenin g&uuml;ney duvarýna bir dikd&ouml;rtgen niþ ve yarým daire profilli bir ocak; batý duvarýna bir, kuzey duvarýna da iki dikd&ouml;rtgen niþ a&ccedil;ýlmýþtýr. Bu h&uuml;creye bir tahta kapý takýlmýþ olup halen ahýr olarak kullanýlmaktadýr. <br />&nbsp;&nbsp;&nbsp;&nbsp; Cephenin yaklaþýk olarak ortasýnda yer alan giriþ eyvaný, h&uuml;crelere ve diðer eyvana nazaran daha geniþ tutulmuþtur. Tonozunun hemen-hemen tamamý g&ouml;&ccedil;m&uuml;þt&uuml;r. Eyvanýn batý duvarýna a&ccedil;ýlan geniþ&ccedil;e bir pencere, III numaralý h&uuml;cre ile irtibatý saðlamaktadýr. Basýk kemerli geniþ ahýr kapýsý bu eyvan i&ccedil;ine a&ccedil;ýlmaktadýr. III numaralý h&uuml;cre ile bu eyvan arasýndaki kalýn duvar i&ccedil;ine inþa edilmiþ taþ merdivenle &ccedil;atýya &ccedil;ýkýlmaktadýr. Kapýsý diðerleri gibi cepheye a&ccedil;ýlan III numaralý h&uuml;crenin doðu duvarýnda bir niþ; batý duvarýnda da bir niþ ve yarým daire profilli bir ocak g&ouml;r&uuml;lmektedir. Bu h&uuml;crenin tonozu g&ouml;&ccedil;m&uuml;þt&uuml;r. IV ve V numaralý h&uuml;crelerin kapýlarý dýþýnda, cepheye a&ccedil;ýlan birer de pencereleri vardýr. IV numaralý h&uuml;crenin g&uuml;ney, doðu ve batý duvarlarýnda birer niþ; batý duvarýnda bir de ocak vardýr. V numaralý h&uuml;crenin de batý ve kuzey duvarýnda bir niþ; batý duvarýnda yarým daire profilli bir ocak vardýr.<br />&nbsp;&nbsp;&nbsp; Cephe duvarýnýn ortasýnda yer alan giriþ eyvanýna a&ccedil;ýlan geniþ kapýdan ahýra ge&ccedil;ilmektedir. Bu kýsým, iki sýra halinde d&uuml;zenlenmiþ 12 adet dikd&ouml;rtgen profilli paye ile &uuml;&ccedil; paralel sahýna b&ouml;l&uuml;nm&uuml;þt&uuml;r. Giriþ kapýsýnýn karþýsýna rastlayan payeler arasýndaki a&ccedil;ýklýk (4m35) diðerlerine nazaran (3m65) daha fazladýr. Payeler yuvarlak kemerlerle birbirlerine ve doðu-batý duvarlarýndaki dikd&ouml;rtgen &ccedil;ýkýntýlara baðlanmaktadýr. Ayný geniþlikte olan sahýnlarýn her biri kuzeybatý-g&uuml;neydoðu y&ouml;n&uuml;nde uzanan birer beþik tonozla &ouml;rt&uuml;l&uuml;d&uuml;r. G&uuml;neydoðu tonozunun doðu ve batý u&ccedil;larý ile ortasý; ortadaki tonozun doðu ve batý u&ccedil;larý; kuzeybatý tonozunun da doðu ucu g&ouml;&ccedil;m&uuml;þ durumdadýr. Kuzeybatý tonozunda, batýdan itibaren beþ payenin arasý ve beþinci paye ile kuzey duvarý arasý briketle &ouml;r&uuml;lm&uuml;þt&uuml;r ve bu hacim halen aðýl olarak kullanýlmaktadýr.<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G&uuml;ney duvarý boyunca, yarým daire profili yedi adet ocak inþa edilmiþtir. Ocaklar, paye aralarýna isabet edecek þekilde yerleþtirilmiþtir. Kuzey duvarýnda, giriþ kapýsýnýn iki yanýnda, &uuml;&ccedil;erden altý adet ocak daha vardýr. Bu ocaklar þekil ve boyut y&ouml;n&uuml;nden g&uuml;ney duvarýndakilerle aynýdýr.<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Yapý olduk&ccedil;a itinalý bir iþ&ccedil;iliðe sahiptir. Dýþ duvarlar, d&uuml;zg&uuml;n sýralar teþkil eden yontma taþlarla inþa edilmiþtir. Dýþta, k&ouml;þeler, kapý ve pencere s&ouml;veleri, eyvanlarýn baþlangý&ccedil; kemerleri bej renkli d&uuml;zg&uuml;n kesme taþlarla inþa edilmiþtir. H&uuml;crelerin i&ccedil; duvarlarý kýrma taþtan, cephedeki eyvanlarýn ve h&uuml;crelerin tonozlarý tuðladandýr. &Ccedil;atýda tonozlar arasýndaki &ccedil;ukurluklara, tonozlarýn tepe y&uuml;ksekliði hizasýna kadar birbirine paralel duvarlar &ouml;r&uuml;lerek &ccedil;atý d&uuml;z bir y&uuml;zey haline getirilmiþtir. Bu duvarlar arasýndaki boþluklar yassý taþlarla kapatýlarak &uuml;zerleri toprakla &ouml;rt&uuml;lm&uuml;þt&uuml;r. Tonozlar &uuml;zerine binen y&uuml;k&uuml; azaltmak amacýna y&ouml;nelik bu teknik olduk&ccedil;a ilgin&ccedil;tir. Ý&ccedil;ten yarým k&uuml;re þekilli kubbe, dýþtan da mahruti &ccedil;atý ile &ouml;rt&uuml;l&uuml; Sel&ccedil;uklu K&uuml;mbetlerinde de ayný d&uuml;zen g&ouml;r&uuml;lmektedir. Ahýr giriþ kapýsýnýn basýk kemeri yassý taþlarla &ouml;r&uuml;lm&uuml;þt&uuml;r. Ahýr kýsmýnýn tonozlarý kýrma taþtandýr. Payelerin 1m 50 cm y&uuml;ksekliðe kadar olan kesimleri ile payeler arasýndaki yuvarlak kemerlerin i&ccedil; y&uuml;zeyleri kesme taþlarla kaplanmýþtýr. Yapýda mevcut b&uuml;t&uuml;n ocaklar ve niþler tuðla ile &ouml;r&uuml;lm&uuml;þt&uuml;r. Handa g&ouml;r&uuml;len muhtelif kýsýmlarýn ne olarak kullanýldýklarý kolayca tahmin edilebilmektedir. Cephede yer alan beþ m&uuml;stakim h&uuml;cre, hatýrlý ve zengin yolcularýn kalmalarý i&ccedil;in d&uuml;þ&uuml;n&uuml;lm&uuml;þ olmalýdýr. H&uuml;crelerin duvarlarýnda g&ouml;r&uuml;len &ccedil;ok sayýda niþ ve ocak, bu mekanlarýn yatakhane olarak d&uuml;þ&uuml;n&uuml;ld&uuml;klerine a&ccedil;ýk delildir. Ahýr kýsmýnda da ocaklar bulunduðuna g&ouml;re, yolcularýn bir kýsmý da burada barýnýyor olmalýydý. Cephede g&ouml;r&uuml;len ikinci eyvan, elveriþli mevsimlerde yolcularýn topluca dinlenebilecekleri bir mekan olarak d&uuml;þ&uuml;n&uuml;lm&uuml;þt&uuml;r.<br />&nbsp;&nbsp;&nbsp; Han, &uuml;&ccedil; nefli ahýr kýsmý ve bu kýsým &ouml;n&uuml;nde sýralanan h&uuml;creleri ile sýk rastlanan bir d&uuml;zene sahipse de, avludan yoksun oluþu yadýrganmaktadýr. Malatya&#39;daki H.1047/M.1637-38 tarihli silahlar Mustafa paþa kervansarayý, &ccedil;eper ile ayný d&uuml;zene sahip olmakla birlikte, burada ahýrýn &ouml;n&uuml;nde sýralanan h&uuml;creler revaklarla &ccedil;evrili bir avluya a&ccedil;ýlmaktadýr. Ahýr kýsmýnýn &ouml;n&uuml;nde h&uuml;crelere sahip diðer hanlarda ise h&uuml;creler avlunun sadece bu kesimine inhisar etmemekte, diðer &uuml;&ccedil; duvar boyunca da h&uuml;crelere rastlanmaktadýr. &Ccedil;eper haný ile ayný d&uuml;zene sahip bildiðimiz tek yapý Ceyhan&#39;ýn (Adana) Kurtkulaðý K&ouml;y&uuml;&#39;ndeki Handýr. &Ccedil;eper haný gibi &uuml;&ccedil; sahýnlý bir ahýra ve bu ahýr &ouml;n&uuml;nde bir ka&ccedil; h&uuml;creye sahip olan Kurtkulaðý Hanýnýn h&uuml;creleri bug&uuml;n &ccedil;ok harap durumdadýr. Gerek &Ccedil;eper Haný&#39;nda, gerekse Kurtkulaðý Hanýnda ahýrlarýn dýþa tamamen kapalý durumda olmalarýna mukabil &ouml;ndeki h&uuml;creler i&ccedil;in her hangi bir korunma tedbiri olmamýþ olmasý d&uuml;þ&uuml;nd&uuml;r&uuml;c&uuml;d&uuml;r.<br />&nbsp;&nbsp;&nbsp; &Ccedil;eper Haný ile ayný d&uuml;zene sahip hanlar arasýnda saydýðýmýz silahlar Mustafa Paþa Kervansarayý (Malatya) H.1047/M.1637-38; Hiþva Haný (Gaziantep) XVII.y&uuml;zyýl; Deliller Haný (Diyarbakýr) H.934/M.1527; Sulu Han (Ankara) 1658(?) tarihlidir. Yapýnýn en yakýn benzeri olan Kurtkulaðý Haný&#39;nýn tarihi belli olmamakla birlikte H.1116/M.1693 tarihli bir vakfiyede adý ge&ccedil;mektedir. Yukarýda saydýðýmýz &ouml;rnekler-bir teki hari&ccedil;-XVII. Y&uuml;zyýlda inþa edilmiþ yapýlardýr. Bu durumda &Ccedil;eper Haný&#39;nýn da XVII. Y&uuml;zyýlda inþa edilmiþ olduðunu kabul etmemiz m&uuml;mk&uuml;nd&uuml;r. Yapýnýn planý ilk olarak Metin S&ouml;zen tarafýndan yayýnlanmýþ ve hakkýnda bir ka&ccedil; c&uuml;mlelik bilgi verilmiþtir. Diyarbakýr ve b&ouml;lge &uuml;zerine araþtýrmalarýyla tanýnan Basri Konyar&#39;da yapý hakkýnda verdiði kýsa bilgide, Hanýn IV. Murat zamanýnda kaldýðý rivayetini nakletmekte ve Lice&#39;nin II: Kolordu Merkezi olduðu sýralarda yapýnýn onarýldýðýný s&ouml;ylemektedir.</p><p>{mosimage}<br /><br />{mosimage}<br /><br />{mosimage}</p><span style="font-size: 8pt; color: black; font-family: Tahoma"><span style="color: black; font-family: Verdana"></span><span style="font-size: 8pt; color: black; font-family: Verdana"><strong><span style="font-size: 24pt; color: black; font-family: Verdana">U</span></strong><strong><span style="font-size: 14pt; color: black; font-family: Verdana">lu Cami (Vakýf Ahmet Bey Camisi)</span></strong><strong><span style="font-size: 14pt; color: black; font-family: Tahoma"> </span></strong><span style="font-size: 14pt; color: black; font-family: Tahoma"><br /></span><span style="font-size: 8pt; color: black; font-family: Tahoma"><br /></span><span style="color: black"><font face="Times New Roman" size="3">Bu camiyi Þeyh Hasene Ezraki soyundan gelen Ahmet Bey 1540-1541 yýlýnda yaptýrmýþtýr. Ahmet Bey kurduðu vakýflar ve halka yaptýðý hizmetlerden &ouml;t&uuml;r&uuml; Vakýf Ahmet Bey olarak tanýnmýþtýr. Bu nedenle de camiye Vakýf Ahmet Bey ismi verilmiþtir. Ayrýca Ulu Cami veya Cami-i Kebir olarak da bilinmektedir. <br /><br />Lice depreminden &ouml;nce kare planlý olan bu caminin iki katlý bir son cemaat yeri vardýr. Ýbadet mekaný s&uuml;tunlar ve geniþ sivri kemerlerle iki nefe ayrýlmýþtýr. Daha sonra beþik tonozlu bir b&ouml;l&uuml;m buna eklenmiþtir. <br /><br />Cami 1845 yýlýnda yanmýþ, Hacý Sadullah Bey tarafýndan 1875 yýlýnda onarýlmýþ ve yapýlan bazý ilavelerle geniþletilmiþtir. 1960 yýlýnda da Hamit Toprak Bey tarafýndan camiye minare yaptýrýlmýþtýr. 1975 Lice depreminde cami b&uuml;y&uuml;k hasar g&ouml;rm&uuml;þ ve minaresi yýkýlmýþtýr.</font></span><span style="font-size: 8pt; color: black; font-family: Tahoma"> <br /><br /><br /></span><strong><span style="font-size: 24pt; color: black; font-family: Verdana">M</span></strong><strong><span style="font-size: 14pt; color: black; font-family: Verdana">elik Adil Camisi</span></strong><strong><span style="font-size: 8pt; color: black; font-family: Tahoma"> </span></strong><span style="font-size: 8pt; color: black; font-family: Tahoma"><br /><br /></span><span style="color: black"><font face="Times New Roman" size="3">Ýl&ccedil;eye baðlý, Kabakkaya (Antak) K&ouml;y&uuml;&rsquo;nde bulunan Melek Adil Camisi&rsquo;nin ne zaman yapýldýðý bilinmemektedir. Dikd&ouml;rtgen planlý bir yapý olup &uuml;zeri &ccedil;atý ile &ouml;rt&uuml;lm&uuml;þt&uuml;r. Minaresi d&ouml;rt k&ouml;þedir ve bazý silmelerle de &uuml;&ccedil; b&ouml;l&uuml;me ayrýlmýþtýr.</font></span><span style="font-size: 8pt; color: black; font-family: Verdana"></span></span> <p style="margin: 0cm 0cm 0pt" class="MsoNormal" align="justify"><br />&nbsp;</p></span>', '', 1, 0, 0, 0, '2007-11-10 11:11:00', 62, '', '2007-11-10 23:08:52', 62, 0, '0000-00-00 00:00:00', '2007-11-10 11:10:13', '0000-00-00 00:00:00', 'birkleyn-1.jpg|||0||bottom||\r\nbirkleyn-2.jpg|||0||bottom||\r\nbirkleyn-4.jpg|||0||bottom||\r\nceper_1.jpg\r\nceper_2.jpg\r\nceper_3.jpg', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 0, '', '', 0, 1377),
(173, 'Önemli Linkler', 'Önemli Linkler', '<div align="center"><table border="1" cellspacing="0" cellpadding="3" width="552" height="124" bordercolor="#e8f2fd"><tbody><tr height="11" valign="middle" bgcolor="#e8f2fd"><td width="189" height="14" bgcolor="#ffffff"><u><a href="http://diyarbakir.gov.tr" target="_blank">Diyarbakýr Valiliði</a></u></td><td width="345" height="14" bgcolor="#ffffff">Diyarbakýr&nbsp;Valiliði&#39;nin resmi web sitesi</td></tr><tr height="11" valign="middle" bgcolor="#ffffff"><td width="189" height="14" bgcolor="#e8f2fd"><u><a href="http://diyarbakir.meb.gov.tr" target="_blank">Diyarbakýr</a> <a href="http://diyarbakir.meb.gov.tr" target="_blank">Ýl Milli Eðitim M&uuml;d&uuml;rl&uuml;ð&uuml;</a></u></td><td width="345" height="14" bgcolor="#e8f2fd"><p>Diyarbakýr Ýl Milli Eðitim M&uuml;d&uuml;rl&uuml;ð&uuml;&#39;n&uuml;n resmi web sitesi</p></td></tr><tr height="11" valign="middle" bgcolor="#e8f2fd"><td width="189" height="14" bgcolor="#ffffff"><u><a href="http://lice.meb.gov.tr" target="_blank">Lice Ýl&ccedil;e Milli Eðitim M&uuml;d&uuml;rl&uuml;ð&uuml;</a></u></td><td width="345" height="14" bgcolor="#ffffff">&nbsp;Lice Ýl&ccedil;e Milli Eðitim m&uuml;d&uuml;rl&uuml;ð&uuml;n&uuml;n resmi web sitesi</td></tr><tr height="11" valign="middle" bgcolor="#ffffff"><td width="189" height="18" bgcolor="#e8f2fd"><u><a href="http://www.licedh.gov.tr" target="_blank">Lice Devlet Hastanesi</a></u></td><td width="345" height="18" bgcolor="#e8f2fd">Lice Devlet Hastanesi </td></tr></tbody></table></div><div align="center"><table border="1" cellspacing="0" cellpadding="3" width="552" height="165" bordercolor="#e8f2fd"><tbody><tr><td width="185" bgcolor="#e8f2fd"><a href="http://nvi.tckimlik.gov.tr/" target="_blank"><u>T.C. Kimlik Numarasý</u></a> </td><td width="349" bgcolor="#e8f2fd">T.C. Kimlik numarasý &ouml;ðrenme sayfasý </td></tr><tr><td width="185"><a href="http://www.google.com.tr/" target="_blank"><u>Arama motoru</u></a> </td><td width="349">Arama motoru </td></tr><tr><td width="185" bgcolor="#e8f2fd"><a href="http://www.arabul.com/" target="_blank"><u>Arama Motoru</u></a> </td><td width="349" bgcolor="#e8f2fd">Yerel Arama Motoru </td></tr><tr><td width="185"><a href="http://www.meb.gov.tr/" target="_blank"><u>Milli Eðitim Bakanlýðý</u></a> </td><td width="349">Milli Eðitim Bakanlýðý Sitesi... </td></tr><tr><td width="185" height="19"><a href="http://ttrehber.gov.tr/rehber_webtech/index.asp" target="_blank"><u>Telekom&#39;un Telefon Rehberi</u></a> </td><td width="349" height="19">Telekom&#39;un Telefon Rehberi </td></tr><tr><td width="185" height="9" bgcolor="#e8f2fd"><a href="http://fatura.telekom.gov.tr/" target="_blank"><u>Telefon Faturasý &Ouml;ðrenme.</u></a> </td><td width="349" height="9" bgcolor="#e8f2fd">Telekom&#39;un Teledon Faturasý &Ouml;ðrenme Sayfasý. </td></tr><tr><td width="185" height="19"><u><a href="http://www.kebirhost.net" target="_blank">Kebirhost.net</a></u></td><td width="349" height="19">Kebirhost Ýnternet Hizmetleri</td></tr></tbody></table></div><a name="Lice &Ouml;ðretmenevi" href="#Lice &Ouml;ðretmenevi" title="Lice &Ouml;ðretmenevi"></a>', '', 1, 0, 0, 0, '2007-11-10 12:22:35', 62, '', '2008-05-02 22:53:11', 62, 0, '0000-00-00 00:00:00', '2007-11-10 12:21:30', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 0, '', '', 0, 2250),
(176, 'Ekonomik Yapý', 'Ekonomik Yapý', '<p align="justify"><span style="font-size: 11pt; font-family: Arial"><font color="#000000"><span style="font-size: 11pt; font-family: Arial"><font color="#000000">Ýl&ccedil;e halký genellikle tarým ve hayvancýlýkla uðraþmaktadýr. Bir kesimi de ticaret ve zanaatk&acirc;rlýkla uðraþmaktadýr. Son yýllarda b&ouml;lgede vuku bulan ter&ouml;r olaylarý nedeniyle tarým ve hayvancýlýk sekt&ouml;r&uuml;nde azalma olmuþ ise de geri d&ouml;n&uuml;þ&uuml;n baþlamasýyla bu sekt&ouml;rlerde canlanma olmuþtur. Tarým ve hayvancýlýk alanýnda mesafe alýnabilmesi i&ccedil;in&nbsp; uzun vadeli kredi imk&acirc;nlarý saðlanmalýdýr. 1997 yýlýnda faaliyete ge&ccedil;en Toprak Mermer Fabrikasý 200 -250 vatandaþýmýza iþ imk&acirc;ný saðlamýþtýr. 1999 yýlýnda temeli atýlan&nbsp; Toprak Yað ve Yem Fabrikalarý&nbsp; faaliyete ge&ccedil;miþ olup&nbsp; bu fabrikalarda 150-200 civarýnda vatandaþ istihdam edilmiþtir. Ýl&ccedil;emizdeki iþsizlik oranýnda fabrikalarýn faaliyete ge&ccedil;mesi ile azalma olmuþtur.&nbsp;<br />&nbsp;</font></span></font></span></p><p align="justify"><span style="font-size: 11pt; font-family: Arial"><font color="#000000"><span style="font-size: 11pt; font-family: Arial"><font color="#000000">Ýl&ccedil;e merkezinde T&uuml;rkiye Kalkýnma&nbsp; Vakfýna ait 150 &ouml;ðrenci kapasiteli bir halý at&ouml;lyesi bulunmakla birlikte halen &ouml;ðrenci sayýsý 40-50 civarýndadýr. Bu kursta kullanýlan tezg&acirc;hlarýn&nbsp; 42 adedi il&ccedil;emiz Sosyal&nbsp; Yardýmlaþma ve Dayanýþma Vakfýna aittir.<br />Ý</font></span></font></span></p><p align="justify"><span style="font-size: 11pt; font-family: Arial"><font color="#000000"><span style="font-size: 11pt; font-family: Arial"><font color="#000000">l&ccedil;emizdeki halkýn b&uuml;y&uuml;k kesiminin ge&ccedil;im kaynaðý tarým ve hayvancýlýktýr. Ýl&ccedil;emizdeki arazilerin 41.346 dekarlýk b&ouml;l&uuml;m&uuml; sulu, 358,054 dekarlýk b&ouml;l&uuml;m&uuml; ise kuru tarýma elveriþlidir.&nbsp; Sulu arazilerde t&uuml;t&uuml;n, pamuk, sebze; kuru arazilerde&nbsp; ise buðday, arpa v.s. hububat ekimi yapýlmaktadýr.&nbsp; Ter&ouml;r olaylarý nedeniyle azalma g&ouml;steren tarým ve hayvancýlýk; geri d&ouml;n&uuml;þ&uuml;n baþlamasý ve devlet tarafýndan &ccedil;ift&ccedil;ilere saðlanan Doðrudan Gelir Desteði ile canlanmýþtýr. Ýl&ccedil;emizde, mevcut tarým arazisinin 33.815 dekarý bað, 14.415 dekarý da meyve aða&ccedil;larýndan&nbsp; oluþmaktadýr.&nbsp; Son istatistiklere g&ouml;re il&ccedil;emizde 4000 adet b&uuml;y&uuml;kbaþ, 3.000 adet k&uuml;&ccedil;&uuml;kbaþ, 15.450 adet k&uuml;mes hayvaný varlýðý tespit edilmiþtir</font></span></font></span></p><p align="justify"><span style="font-size: 11pt; font-family: Arial"><font color="#000000"><span style="font-size: 11pt; font-family: Arial"><font color="#000000"><strong>Tarým:</strong></font></span></font></span></p><p align="justify"><span style="font-size: 11pt; font-family: Arial"><font color="#000000"><span style="font-size: 11pt; font-family: Arial"><font color="#000000">Ýl&ccedil;e yery&uuml;z&uuml; þekilleri bakýmýndan engebeli bir yapýya sahip olduðundan tarým alanlarý fazla yer kaplamamaktadýr. Ekili tarým alanlarýnda yetiþtirilen &uuml;r&uuml;nlerin baþýnda t&uuml;t&uuml;n gelmektedir. Bunun yanýnda pamuk, sebze ve hububat ekimi de &ouml;nemli yer tutmaktadýr.<br />Ýl&ccedil;emizin toplam y&uuml;z&ouml;l&ccedil;&uuml;m&uuml; 1.041.800 dekar olup, bu alanýn 255.740 dekarý tarým, 60.500 dekarý &ccedil;ayýr-mera, 622.120 dekarý orman arazisi, 65.890 dekarý ise kullanýþsýz arazidir.<br />&nbsp;&nbsp;Tarým arazisinin 41.000 dekarý sulu tarým arazisi olup kaynak, dere ve kuyu sulamasýdýr. Devlet sulamasý mevcut deðildir. Vatandaþlarýmýzýn son yýllarda kendi imk&acirc;nlarýyla kazdýrdýklarý kuyularla sulu tarým arazisi oraný biraz artsa da sulama suyu sýkýntýsý devam etmektedir.&nbsp; </font></span></font></span></p><p align="justify"><span style="font-size: 11pt; font-family: Arial"><font color="#000000"><span style="font-size: 11pt; font-family: Arial"><font color="#000000"><strong>Baðcýlýk:</strong></font></span></font></span></p><p align="justify"><span style="font-size: 11pt; font-family: Arial"><font color="#000000"><span style="font-size: 11pt; font-family: Arial">&Uuml;lkemizin neredeyse her k&ouml;þesinde &uuml;z&uuml;m ve &uuml;z&uuml;mden elde edilen &uuml;r&uuml;nler, baðcýlýk k&uuml;lt&uuml;r&uuml;n&uuml; daha yakýndan tanýmanýn olduk&ccedil;a g&uuml;zel bir &ouml;rneðidir. Baðbozumu, &uuml;z&uuml;mlerin olgunlaþtýktan sonra toplanmasý iþlemine verilen isim olarak bilinir. Ýl&ccedil;emizde baðcýlýk fazlasýyla &ouml;nemli bir iþlev g&ouml;rmektedir. Ýl&ccedil;e dýþýnda baþlayan baðlardan elde edilen &uuml;z&uuml;m ve &uuml;z&uuml;mden elde edilen &uuml;r&uuml;nler ge&ccedil;im kaynaklarýndan birini oluþturmaktadýr. Asma aðacýnýn ve baðcýlýða verilen &ouml;nemi fazla olmasý nedeniyle baðcýlýk ve tarýmý &ouml;zel bir yer almýþtýr. </span></font></span></p><p align="justify"><span style="font-size: 11pt; font-family: Arial"><font color="#000000"><span style="font-size: 11pt; font-family: Arial">Her yýl mart-nisan aylarýnda il&ccedil;e halký &uuml;z&uuml;m baðlarýnýn bakýmýný, onarýmýný yapmakta, ekim ayýnda ise baðbozumunu ger&ccedil;ekleþtirmekte ve &uuml;r&uuml;n kaldýrýlmaktadýr. &Uuml;z&uuml;m&uuml;n doðru zamanda hasat edilmesi gerekir. &Uuml;z&uuml;mler istenilen olgunluða eriþtiðinde hasat baþlar. Hasat sýrasýnda bozuk ve k&uuml;fl&uuml; &uuml;z&uuml;mler ayrýlýr. Baðbozumu zamaný il&ccedil;ede hareketlilik baþlar, hemen hemen b&uuml;t&uuml;n aileler g&uuml;nler &ouml;ncesinden hazýrlanarak baðlara gider ve baðbozumunu b&uuml;y&uuml;k bir uðraþla ger&ccedil;ekleþtirirler. &Uuml;z&uuml;m suyunu elde etmek i&ccedil;in &ccedil;uvallar hazýrlanýr ve &uuml;z&uuml;mler &ccedil;uvalýn i&ccedil;ine konularak ezme iþlemi ger&ccedil;ekleþtirilir. Bu iþlemden sonra &uuml;z&uuml;m suyu kaplara doldurulur ve &uuml;z&uuml;m suyunu taþýmakta kullanýlan&nbsp; tulum dediðimiz bidon ile taþýnarak kaynatýlmak &uuml;zere hazýrlanýr. &Uuml;z&uuml;m suyunu kaynatmakta kullanýlan nýkre veya sitil dediðimiz b&uuml;y&uuml;k kaplarda kaynama iþlemi ger&ccedil;ekleþtirilmektedir. &Uuml;z&uuml;m suyu þýrasý kaynatýlarak belirli bir kývama getirilmekte ve pestil, sucuk, beyaz sucuk ve kesme dediðimiz &uuml;r&uuml;nler elde edilmektedir. Bu &uuml;r&uuml;nler daha &ccedil;ok halkýn kendi ihtiyacýný karþýlamasýna y&ouml;neliktir ve pek fazla ticareti yapýlmamaktadýr.</span></font></span></p><p align="justify"><span style="font-size: 11pt; font-family: Arial"><font color="#000000"><span style="font-size: 11pt; font-family: Arial">Ýl&ccedil;emizde ayrýca ceviz ve badem aða&ccedil;larý &ccedil;ok fazladýr. Ceviz ve bademler olgulaþtýktan sonra bir kýsmý kabuðundan ayrýlarak bir kýsmý da kabuklu olarak satýlmaktadýr. Genellikle kabuksuz olarak ve kýþ aylarýnda pestilin i&ccedil;ine konularak t&uuml;ketilmektedir. </span></font></span></p><p align="justify"><span style="font-size: 11pt; font-family: Arial"><font color="#000000"><span style="font-size: 11pt; font-family: Arial"><strong>Hayvancýlýk:</strong></span></font></span></p><p align="justify"><span style="font-size: 11pt; font-family: Arial"><font color="#000000"><span style="font-size: 11pt; font-family: Arial">Ýl&ccedil;ede b&uuml;y&uuml;kbaþ hayvancýlýk yapýlmaktadýr. B&uuml;y&uuml;kbaþ hayvancýlýk meralarýn azlýðý ve yery&uuml;z&uuml; þeklinin elveriþli olmamasýndan dolayý ahýr hayvancýlýðý þeklinde yapýlmaktadýr. Bunun yaný sýra k&uuml;mes hayvancýlýðý da &ouml;nemli bir yer tutmaktadýr. <br />2007 Yýlý Ýl&ccedil;emiz Hayvan Varlýðý<br />Cinsi&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Miktarý&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Birimi<br />Sýðýr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3982&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; baþ<br />Koyun&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.700&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; baþ<br />Kýl ke&ccedil;isi&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 9.000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; baþ<br />Fenni kovan&nbsp;&nbsp;&nbsp; :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; adet<br />Yerli kovan.&nbsp;&nbsp;&nbsp;&nbsp; :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 350&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; adet<br /><br /></span></font></span><span style="font-size: 11pt; font-family: Arial"><font color="#000000"><span style="font-size: 11pt; font-family: Arial"><font color="#000000">T&uuml;rkiye&rsquo;de toplam sýðýr pop&uuml;lasyonunun %17&rsquo; si k&uuml;lt&uuml;r ýrký, %44&rsquo; &uuml; k&uuml;lt&uuml;r melez ýrký ve %39&rsquo; u yerli ýrk hayvanlardan oluþurken, bu oran Ýl&ccedil;emizde sýrasýyla %13, %20 ve %67&rsquo;dir. Diðer bir deyiþle k&uuml;lt&uuml;r melez ve k&uuml;lt&uuml;r oraný T&uuml;rkiye ortalamasý %61 iken bu oran Lice&rsquo;de %33 ile olduk&ccedil;a d&uuml;þ&uuml;kt&uuml;r.</font></span></font></span></p><p align="justify"><span style="font-size: 11pt; font-family: Arial"><font color="#000000"><span style="font-size: 11pt; font-family: Arial"><font color="#000000"><strong>Sanayi:</strong><br /></font></span></font></span><span style="font-size: 11pt; font-family: Arial"><font color="#000000"><span style="font-size: 11pt; font-family: Arial"><font color="#000000"><br />&nbsp;Diyarbakýr&#39;ýn Lice Ýl&ccedil;esi&#39;nde Toprak Holding tarafýndan yaptýrýlan yað ve yem fabrikalarý ile il&ccedil;ede ekonomi canlanmaya baþlamýþtýr. Ýþadamý Halis Toprak&#39;ýn, doðduðu yer olan&nbsp;Ýl&ccedil;emizde 1997 yýlýnda 7500 metrekare kapalý alan &uuml;zerine 12 milyon dolara yaptýrdýðý mermer fabrikasýnýn ardýndan&nbsp;&nbsp; 2003 yýlý mayýs ayýnda rafine ve dolum tesisleri ile ham yað, eyl&uuml;l ayýnda da ham yað &uuml;retim &uuml;nitelerinin devreye girmesi ile yaðlý &ccedil;ekirdek iþleyerek &uuml;retime ge&ccedil;miþtir. B&ouml;lgedeki en b&uuml;y&uuml;k ve T&uuml;rkiye genelinde sekt&ouml;rdeki en b&uuml;y&uuml;klerden biri olan 65000 metrekare &uuml;zerine kurulan Toprak Lice Yað Fabrikasý iþletmesi, il&ccedil;ede istihdamýn, kalkýnmanýn ve ticaretin geliþmesini saðlayan &ccedil;ok b&uuml;y&uuml;k bir yatýrýmdýr. 150 d&ouml;n&uuml;m arazi &uuml;zerinde 30 bin metrekare kapalý alana sahip olan yað ve yem fabrikalarý yaklaþýk 20 milyon dolara mal olmuþtur. Tesislerde &uuml;retilen yað ve yemler baþta Ortadoðu olmak &uuml;zere &ccedil;ok sayýda &uuml;lkeye ihra&ccedil; edilmektedir. Yað fabrikasýnýn yýllýk &uuml;retim kapasitesi 105 bin tondur. Her iki fabrikada toplam 250 kiþi istihdam edilmektedir. <br /></font></span></font></span></p><p align="justify"><span style="font-size: 11pt; font-family: Arial"><font color="#000000"><span style="font-size: 11pt; font-family: Arial"><font color="#000000">Toprak Mermer Fabrikasý:<br />Ýl&ccedil;emizde Toprak Holding tarafýndan yaptýrýlan mermer fabrikasý 7500 metrekare kapalý alan &uuml;zerine kuruludur. 12&nbsp; milyon dolara yaptýrýlan fabrika 2007 yýlýnda faaliyete ge&ccedil;miþtir. Fabrika 150 iþ&ccedil;iye istihdam yaratmaktadýr. Ýþlenen mermerler i&ccedil; piyasada olduðu kadar dýþ piyasada da satýlmaktadýr. Mermerin ihra&ccedil; edildiði baþlýca &uuml;lkeler; &Ccedil;in, Endonezya, Japonya, Ýtalya, Ýrlanda, Ýspanya ve Suudi Arabistan&rsquo;dýr. <br /></font></span></font></span></p><p align="justify"><span style="font-size: 11pt; font-family: Arial"><font color="#000000"><span style="font-size: 11pt; font-family: Arial"><font color="#000000">Toprak Yem ve Yað Fabrikalarý: </font></span></font></span></p><p align="justify"><span style="font-size: 11pt; font-family: Arial"><font color="#000000"><span style="font-size: 11pt; font-family: Arial"><font color="#000000">Ýl&ccedil;emizde 2003 yýlý mayýs ayýnda rafine ve dolum tesisleri ile ham yað, eyl&uuml;l ayýnda da ham yað &uuml;retim &uuml;nitelerinin devreye girmesi ile yaðlý &ccedil;ekirdek iþleyerek &uuml;retime ge&ccedil;miþtir. B&ouml;lgedeki en b&uuml;y&uuml;k ve T&uuml;rkiye genelinde sekt&ouml;rdeki en b&uuml;y&uuml;klerden biri olan Toprak Lice Yað Fabrikasý iþletmesi, b&ouml;lgede istihdamýn, kalkýnmanýn ve ticaretin geliþmesini saðlayacak &ccedil;ok b&uuml;y&uuml;k bir yatýrýmdýr. Yað fabrikasýnda kullanýlan makinelerin tamamý son teknolojiye uygun olarak kurulmuþ olup bilgisayar kontroll&uuml; ve &ldquo;continue&rdquo; sistemle &ccedil;alýþmaktadýr.</font></span></font></span></p><p align="justify"><span style="font-size: 11pt; font-family: Arial"><font color="#000000"><span style="font-size: 11pt; font-family: Arial"><font color="#000000">2002 yýlý kasým ayýnda &uuml;retime baþlayan Toprak Lice Yem Fabrikasý, Toprak Lice Yað Fabrikasý ile birlikte entegre tesis olarak kurulmuþtur. Saatte 30 ton yem &uuml;retme kapasitesindedir. Peletleme kapasitesi ise saatte 15 tondur. <br />En ileri teknoloji ile tam otomatik ve bilgisayar kontroll&uuml; olarak &ldquo;continue&rdquo; sistemle her t&uuml;r ve formda hayvan yemi &uuml;retimi yapmaktadýr. <br />B&ouml;lgedeki en modern fabrika olan Toprak Lice Yem Fabrikasý&rsquo;nýn kaliteli yem &uuml;retiminde &ouml;nder olmasý ile piyasadaki etkinliði her ge&ccedil;en g&uuml;n daha da artmaktadýr. Yem &uuml;retim kalitesi ile b&ouml;lgede hayvan yetiþtiriciliðinin geliþmesini saðlamakta ve y&uuml;ksek verimli hayvan besiciliðini teþvik etmektedir. B&ouml;ylece b&ouml;lgenin &uuml;lke ekonomisine katkýsýný arttýrarak &ccedil;ok &ouml;nemli bir kilometre taþý olmuþtur.<br /><br /></font></span></font></span></p>', '', 1, 0, 0, 0, '2007-11-10 22:28:07', 62, '', '2008-04-21 15:47:53', 62, 0, '0000-00-00 00:00:00', '2007-11-10 22:27:00', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 0, '', '', 0, 746),
(177, 'Gençlik ve Spor', 'Gençlik ve Spor', '<p style="margin: 0cm 0cm 0pt 18pt" class="MsoNormal" align="justify">&nbsp;</p><p style="margin: 0cm 0cm 0pt 18pt" class="MsoNormal" align="justify"><font face="Times New Roman" size="3" color="#000000">Ýl&ccedil;emizde 1 kapalý spor salonu, 2 futbol sahasý,1 adet halý saha faaliyet g&ouml;stermekte ve gen&ccedil;lerin&nbsp;spor ihtiya&ccedil;larýna cevap vermektedir. Ýl&ccedil;emizde, Kaymakamlýk-Milli Eðitim M&uuml;d&uuml;rl&uuml;ð&uuml; iþbirliðiyle ilk ve orta dereceli &ouml;ðrenciler ile gen&ccedil;lerimize y&ouml;nelik sportif turnuvalar yapýlmaktadýr.</font></p>', '', 1, 0, 0, 0, '2007-11-10 22:33:53', 62, '', '2007-11-10 23:19:36', 62, 0, '0000-00-00 00:00:00', '2007-11-10 22:28:48', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 0, '', '', 0, 1063),
(178, 'Ýdari Durum', 'Ýdari Durum', '<p align="justify"><span style="font-size: 9pt; color: #000033; font-family: Verdana"><span style="font-size: 10pt; color: #003366; font-family: Verdana"></span></span></p><p align="justify"><span style="font-size: 9pt; color: #000033; font-family: Verdana"><span style="font-size: 10pt; color: #003366; font-family: Verdana"><span style="font-size: 10pt; color: #003366; font-family: Verdana">Ýl&ccedil;e, 1042 yýlýnda Antak merkezine baðlý bir k&ouml;yd&uuml;. 1071 yýlýnda T&uuml;rkler&rsquo;in eline ge&ccedil;ti. 1515 yýlýnda da Osmanlý Egemenliðine girdi. Antak merkezine baðlý bir k&ouml;y iken daha sonra il&ccedil;e merkezi oldu. Diyarbakýr sancaðýna baðlandý. Bucak olarakta Hani, Lice&rsquo;ye baðlandý. 1900&rsquo;de yayýnlanan bir salname ile Keraz (Kocak&ouml;y) de bucak olarak baðlandý. Bu durum 1924&rsquo;e dek s&uuml;rd&uuml;. </span>&Ccedil;ok eski bir yerleþim yeri olan Lice&#39;de Belediye 1867 yýlýnda kurulmuþtur. </span>14 mahalle muhtarlýðý, 56 k&ouml;y ve bunlara baðlý 106 mezra ve 15 kom olmak &uuml;zere 177 yerleþim birimlerinden ibarettir. </span></p><p align="justify"><span style="font-size: 9pt; color: #000033; font-family: Verdana"><font color="#333333">Kaymakamlýk Makamý ve baðlý Ýl&ccedil;e Yazý Ýþleri M&uuml;d&uuml;rl&uuml;ð&uuml;, Adliye, N&uuml;fus M&uuml;d&uuml;rl&uuml;ð&uuml;, Sivil Savunma Memurluðu, M<font face="Arial">a</font>lm&uuml;d&uuml;rl&uuml;ð&uuml;, Ýl&ccedil;e Milli Eðitim M&uuml;d&uuml;rl&uuml;ð&uuml;, Tapu Sicil M&uuml;d&uuml;rl&uuml;ð&uuml;, M&uuml;ft&uuml;l&uuml;k ile Sosyal Yardýmlaþma ve Dayanýþma Vakfý H&uuml;k&uuml;met Konaðý&#39;nda diðer daire m&uuml;d&uuml;rl&uuml;kleri ise kendilerine ait binalarda&nbsp;hizmet vermektedir. </font></span></p>', '', 1, 0, 0, 0, '2007-11-10 22:42:22', 62, '', '2007-11-10 22:55:51', 62, 0, '0000-00-00 00:00:00', '2007-11-10 22:41:49', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 0, '', '', 0, 1337),
(174, 'Devlet Hastanesi', 'Devlet Hastanesi', '<p><font color="#000000">LÝCE HALÝS TOPRAK VAKFI DEVLET HASTANESÝ</font></p><p align="left"><font face="Tahoma" size="2"><strong><a href="http://www.licedh.gov.tr/">www.licedh.gov.tr</a></strong></font>&nbsp;</p><p align="justify"><font face="Tahoma" size="2">2001 yýlýnda Halis Toprak Vakfý tarafýndan inþaatýna baþlanmýþ, 2005 yýlýnda inþaatý tamamlanarak 12 lojman ile beraber Halis Toprak Vakfý tarafýndan Diyarbakýr Saðlýk M&uuml;d&uuml;rl&uuml;ð&uuml;&rsquo;ne protokol ile devir edilmiþtir.<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />06/02/2006 tarihinde resmi olarak hizmete a&ccedil;ýlmýþ, gerekli olan týbbi alet ve malzemeler ile tesisatlarýn temini ve personel eksikliði giderildikten sonra 29/05/2006 tarihinde 1 uzman hekim, 7 pratisyen hekim, 3 ebe, 3 hemþire, 4 acil týp teknisyeni, 2 m&uuml;d&uuml;r muavini, 2 saðlýk memuru ve 1 ambulans þof&ouml;r&uuml; ile poliklinik ve hasta tedavi hizmeti vermeye baþlamýþtýr..<br />&nbsp;&nbsp;&nbsp; <br />15/01/2007 tarihi itibariyle 1 genel cerrahi uzmaný, 1 dahiliye uzmaný ve 1 pediatri uzmaný zorunlu hizmet kapsamýnda Saðlýk Bakanlýðý tarafýndan atanmýþ ve hastanemizin uzman kadrosu g&uuml;&ccedil;lendirilmiþtir.&nbsp;</font></p><p align="justify"><font face="Tahoma" size="2">Hastane, 3200 metrekare kapalý alana sahip olup, 50 yatak kapasitelidir. T&uuml;m hasta odalarý 2 kiþilik olup yatak sayýsýndan baðýmsýz olarak her odada banyo, wc,lavabo ve telefon, hasta baþý ve lavabo hemþire ikaz sistemi, merkezi oksijen ve vakum sistemi, kalorifer bulunmakta ve gerektiðinde kullanýlmak &uuml;zere yataklarýn uygun þekilde (paravan vb.) seperat&ouml;r ile ayrýlabilmesi i&ccedil;in d&uuml;zenleme yapýlabilmekte, yataklý tedavi kurumlarý iþletme y&ouml;netmeliðine uygun þekilde fiziki þartlar dikkate alýndýðý taktirde yatan hasta sayýsýnýn arttýrýlabilmesi esasý uygulanmaktadýr.</font><font face="Tahoma" size="2"><br />&nbsp;</font></p><p align="left"><font face="Tahoma" size="2"><strong>Poliklinik :</strong></font></p><table border="0" cellspacing="0" cellpadding="0" width="100%" style="border-collapse: collapse" bordercolor="#111111"><tbody><tr><td width="15%"><ul><li><p style="margin-top: 0px; margin-bottom: 0px"><strong><font face="Tahoma" size="2" color="#ff0000">Genel Cerrahi</font></strong> </p></li><li><p style="margin-top: 0px; margin-bottom: 0px"><strong><font face="Tahoma" size="2" color="#ff0000">Kadýn Doðum</font></strong> </p></li><li><p style="margin-top: 0px; margin-bottom: 0px"><strong><font face="Tahoma" size="2" color="#ff0000">Dahiliye</font></strong> </p></li><li><p style="margin-top: 0px; margin-bottom: 0px"><strong><font face="Tahoma" size="2" color="#ff0000">&Ccedil;ocuk</font></strong> </p></li></ul></td><td width="25%"><p style="margin-top: 0px; margin-bottom: 0px" align="left">&nbsp;</p><p style="margin-top: 0px; margin-bottom: 0px" align="center"><font face="Tahoma" size="2">09:00<font color="#ff0000"><strong> &raquo; </strong></font>12:00</font></p><p style="margin-top: 0px; margin-bottom: 0px" align="center"><font face="Tahoma" size="2">13:30<strong><font color="#ff0000"> &raquo; </font></strong>16:00</font></p><p style="margin-top: 0px; margin-bottom: 0px" align="center"><font face="Tahoma" size="2">Saatleri arasýnda hizmet verilmektedir.</font></p></td></tr></tbody></table><p>{mosimage}</p><p>{mosimage}</p><p>{mosimage}</p><li><font face="Tahoma" size="2"><font color="#ff0000"><strong>Acil Poliklinikleri</strong></font> <strong><font color="#ff0000">&raquo;</font></strong> 24 Saat hizmet verilmektedir.</font> </li><li><font face="Tahoma" size="2"><font color="#ff0000"><strong>Hastanemizde Laboratuar tahlilleri &raquo;</strong></font> Tam kan, Biyokimya, Ýdrar, Gaita, Tifo ve Brusela tahlilleri yapýlmaktadýr.<strong> <font color="#ff0000">&raquo;</font></strong> 08:00 - 22:00 saatleri arasý a&ccedil;ýktýr. (Saat 22:00&#39;dan sonra acil durumda Laboratuar hizmeti mevcuttur.)</font> </li><li><font face="Tahoma" size="2"><strong><font color="#ff0000">R&ouml;ntgen</font> </strong><font color="#ff0000"><strong>&raquo;</strong></font> 08:00- 12:00 ile 14:00 16:00 saatleri arasý hizmet verilmektedir. (Saat 16:00&#39;dan sonra acil durumda R&ouml;ntgen &ccedil;ekme imkaný mevcuttur.)</font> </li><li><font face="Tahoma" size="2"><font color="#ff0000"><strong>Ameliyathane</strong></font>&nbsp; <strong>&raquo;</strong> B&uuml;y&uuml;k - k&uuml;&ccedil;&uuml;k her t&uuml;rl&uuml; operasyon, BCDE operasyonlarý yapýlmaktadýr.&nbsp; </font></li>', '', 1, 0, 0, 0, '2007-11-10 12:27:21', 62, '', '2008-01-01 23:38:34', 62, 0, '0000-00-00 00:00:00', '2007-11-10 12:27:02', '0000-00-00 00:00:00', 'hastane-1.jpg|||0||bottom||\r\nhastane-3.jpg|||0||bottom||\r\nhastane-2.jpg|||0||bottom||', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 0, '', '', 0, 856),
(175, 'Öðretmenevi', 'Öðretmenevi', '<p><font color="#000000">Ýki katlý bir binada bulunup il&ccedil;emizin tek misafirhanesidir. Binada, 6 oda ve 14 yatak bulunmaktadýr.</font></p><p><font color="#000000">{mosimage}</font></p><p>{mosimage}</p><p><span style="font-size: 14pt; color: navy; font-family: &#39;Times New Roman&#39;">Telefon No: 0 412 861 24 11</span></p>', '', 1, 0, 0, 0, '2007-11-10 12:28:30', 62, '', '2007-11-10 14:36:38', 62, 0, '0000-00-00 00:00:00', '2007-11-10 12:27:48', '0000-00-00 00:00:00', 'ogretmenevi-1.jpg|||0||bottom||\r\nogretmenevi-2.jpg|||0||bottom||', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 0, '', '', 0, 966);
INSERT INTO `jos_content` (`id`, `title`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`) VALUES
(34, 'Lice Tarihi', 'Lice Tarihi', '<span style="font-size: 10pt; font-family: Verdana"><font face="Arial"><p style="margin: 0cm 0cm 0pt; text-align: justify" class="MsoNormal"><font size="3"><font color="#000000"><font face="Times New Roman"><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>Lice b&ouml;lgesinde &ccedil;ok eski tarihlerde yerleþik hayatýn baþladýðý bilinmektedir. Lice&rsquo;deki Asur kitabeleri M.&Ouml;.7000&rsquo;li d&ouml;nemlerdeki arkeolojik bakýr &ccedil;aðý son Neolitik d&ouml;neme tanýklýk etmektedir. </font></font></font></p><font face="Times New Roman" size="3" color="#000000">&nbsp;</font> <p style="margin: 0cm 0cm 0pt; text-align: justify" class="MsoNormal"><font size="3"><font color="#000000"><font face="Times New Roman"><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>Y&ouml;rede M.&Ouml;. 3000&rsquo;lere iliþkin ilk bilgiler Hurri &ndash; Mitanni halkýna dayanmaktadýr. M.&Ouml;. 14. Y&uuml;zyýl sonlarýnda Hurri &ndash; Mitanni egemenliðine son veren Asurlular oldu. Frig akýnlarý Asur devletini zayýflatýnca, yerel prensler &ouml;z yerlerinin sahibi oldu. Bu d&ouml;neme ait belgelerin azlýðý nedeniyle bu prenslikler hakkýndaki bilgiler azdýr. Nirbi Prensliði&rsquo;nin Lice ve Hani y&ouml;relerinde h&uuml;k&uuml;m s&uuml;rd&uuml;ð&uuml;n&uuml; Asur ve Urartu kaynaklarýndan &ouml;ðreniyoruz. Bu d&ouml;nemden sonra Lice&rsquo;de &ccedil;eþitli medeniyetler hakim olmuþsa da Lice daha &ccedil;ok Asur hakimiyetinde olmuþtur. Daha sonra b&ouml;lgede sýrasýyla Med, Pers, Makedon, Partlar ve Roma h&acirc;kimiyeti s&uuml;rm&uuml;þt&uuml;r. Lice M.S 622 &ndash; 639 yýllarý arasýnda Bizans ( Doðu Roma ) h&acirc;kimiyetine girmiþtir.</font></font></font></p><p style="margin: 0cm 0cm 0pt; text-align: justify" class="MsoNormal"><span><font face="Times New Roman" size="3" color="#000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></span></p><p style="margin: 0cm 0cm 0pt; text-indent: 35.4pt; text-align: justify" class="MsoNormal"><font size="3"><font color="#000000"><font face="Times New Roman"><span>&nbsp;</span>Halife Hz. &Ouml;mer zamanýnda Lyaz Bin Ganem ve Halid Bin Velid komutasýndaki ordular Bizans&rsquo;la savaþarak t&uuml;m Diyarbakýr ve il&ccedil;elerini ele ge&ccedil;irdiler. Hz. Ali ile Muaviye arasýnda yaþanan Sýffin Savaþýndan sonra &ldquo;Hakem Olayý&rdquo; ile Muaviye halife se&ccedil;ilince Emevi devleti kuruldu. B&ouml;ylece t&uuml;m El-Cezire (Mezopotamya) ve Diyarbakýr, Emevi devletine baðlanmýþ oldu. Emevilerin yýkýlmasýndan sonra b&ouml;lge Abbasi&rsquo;lerin eline ge&ccedil;ti. Abbasi&rsquo;ler s&uuml;rekli olarak Bizans&rsquo;la savaþmasý sonucu zayýfladý ve b&ouml;lge Mervaniler&rsquo;in h&acirc;kimiyetine ge&ccedil;ti. Mervaniler d&ouml;neminde Lice ve Diyarbakýr en sakin yýllarýný yaþadý. Mervaniler&rsquo;den sonra Lice ve Diyarbakýr B&uuml;y&uuml;k Sel&ccedil;uklularýn h&acirc;kimiyetine ge&ccedil;ti. B&ouml;lge Melik Þah&rsquo;ýn &ouml;l&uuml;m&uuml;ne kadar B&uuml;y&uuml;k Sel&ccedil;uklu denetiminde kaldý. Melik Þah&rsquo;ýn &ouml;l&uuml;m&uuml;nden sonra b&uuml;y&uuml;k bir otorite boþluðu yaþandý. O sýrada Suriye&rsquo;de yaþayan Melik Þah&rsquo;ýn kardeþi Tutuþ kendi h&uuml;k&uuml;mdarlýðýný ilan etti. Tutuþ 1098 yýlýnda ha&ccedil;lýlarla girdiði savaþ sonrasý &ouml;l&uuml;nce b&ouml;lge 1121 yýlýna kadar Ahlatþahlýlarýn elinde kaldý. 1121 yýlýndan sonra b&ouml;lge Mardin Artuklularý ile Hasankeyf Artuklularý arasýnda el deðiþtirdi. 1222 yýlýnda Diyarbakýr ve &ccedil;evresindeki t&uuml;m kaleler Ýlhanlýlar tarafýndan yaðmalanmýþ ve bir s&uuml;re sonra Eyyubi h&acirc;kimiyetine ge&ccedil;miþtir. Bundan sonra b&ouml;lge Eyyubi Anadolu Sel&ccedil;uklu savaþlarýna sahne oldu. B&ouml;lge 1259&ndash;1302 yýllarý arasýnda Anadolu Sel&ccedil;uklu Devletine baðlý kaldý.</font></font></font></p><p style="margin: 0cm 0cm 0pt; text-align: justify" class="MsoNormal"><span><font face="Times New Roman" size="3" color="#000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></span></p><p style="margin: 0cm 0cm 0pt; text-indent: 35.4pt; text-align: justify" class="MsoNormal"><font face="Times New Roman" size="3" color="#000000">Ýlhanlý h&uuml;k&uuml;mdarý Gazan Han (1259-1304) II. Suriye seferi sýrasýnda Diyarbakýr ve b&ouml;lgesini Mardin Artuklularýna býraktý. B&ouml;ylece b&ouml;lgede Ýlhanlýlara baðlý bir Artuklu y&ouml;netimi tekrar baþlamýþ oldu. Bundan sonra yerel amirler tarafýndan y&ouml;netilmeye baþlanan Atak (Lice) Meyafarikin, Amid kaleleri bu durumlarýný 1390&rsquo;lý yýllara kadar korudu. 1394&rsquo;te Timur Diyarbakýr&rsquo;ý kuþatarak aldý. Timur daha sonra b&ouml;lgenin y&ouml;netimini Kara Y&uuml;l&uuml;k Osman&rsquo;a býraktý. B&ouml;ylelikle y&ouml;re 1401&rsquo;de Akkoyunlu y&ouml;netimine girdi. Safavi&rsquo;ler 1502&rsquo;de Þurur Savaþý&rsquo;nda Akkoyunlularý yendikten sonra &uuml;lkenin her yanýna h&acirc;kim oldu. Ancak &ccedil;eþitli i&ccedil; isyanlar olmaya devam etti.</font></p><p style="margin: 0cm 0cm 0pt; text-align: justify" class="MsoNormal"><span><font face="Times New Roman" size="3" color="#000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></span></p><p style="margin: 0cm 0cm 0pt; text-indent: 35.4pt; text-align: justify" class="MsoNormal"><font size="3"><font color="#000000"><font face="Times New Roman"><span>&nbsp;</span>Bu durum 1517 yýlýnda Osmanlý Ýmparatorluðu&rsquo;nun b&ouml;lgeye h&acirc;kim olmasýna kadar devam etti. Bunca savaþtan sonra Lice ve Diyarbakýr Osmanlý Ýmparatorluðu&rsquo;nun h&acirc;kimiyetine girerek belli bir istikrar yakalamýþtýr.</font></font></font></p><p style="margin: 0cm 0cm 0pt; text-align: justify" class="MsoNormal"><span><font face="Times New Roman" size="3" color="#000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></span></p><p style="margin: 0cm 0cm 0pt; text-indent: 35.4pt; text-align: justify" class="MsoNormal"><font size="3"><font color="#000000"><font face="Times New Roman"><span>&nbsp;</span>1517 yýlýnda Osmanlý egemenliðine giren Lice bu sýrada &ouml;nemli bir yerleþim yeri olup Atak sancaðýna baðlýydý. Bundan sonra giderek &ouml;nem kazanmaya baþlayan Lice 1871 yýlýnda ilk defa Diyarbakýr&rsquo;a baðlý bir il&ccedil;e konumuna gelmiþtir. Gen&ccedil;, Hani ve Kulp Lice&rsquo;nin bucaklarý olarak g&ouml;r&uuml;lm&uuml;þt&uuml;r.1890&rsquo;da da Kocak&ouml;y Lice&rsquo;ye bucak olarak baðlanmýþtýr. 20 Nisan 1924 tarihli Teþkilat-ý Esasiye kanununun 89. maddesi sancaklarý kaldýrmýþ ve idari taksimat vilayet, kaza, nahiye ve k&ouml;y þeklinde tespit edilmiþtir. Bu konuma dayanýlarak Lice, Diyarbakýr iline baðlý bir il&ccedil;e olmuþtur. Ýl&ccedil;e 6 Eyl&uuml;l 1975 yýlýnda b&uuml;y&uuml;k bir deprem felaketi ge&ccedil;irmiþtir. 2367 kiþi hayatýný kaybetmiþ, il&ccedil;e merkezi t&uuml;m&uuml;yle hasar g&ouml;rd&uuml;ð&uuml; i&ccedil;in daðýn aþaðý tarafýna yeniden inþa edilmiþtir. Yine ayný depremde yaklaþýk 35 k&ouml;yde bir&ccedil;ok can kaybý ve aðýr hasar meydana gelmiþtir.</font></font></font>&nbsp;</p><p style="margin: 0cm 0cm 0pt" class="MsoNormal">&nbsp;</p><font face="Times New Roman" size="3" color="#000000">&nbsp;</font><font face="Times New Roman" size="3" color="#000000">&nbsp;</font><font face="Times New Roman" size="3" color="#000000">&nbsp;</font> <p style="margin: 0cm 0cm 0pt" class="MsoNormal"><font size="3"><font color="#000000"></font></font></p><font face="Times New Roman" size="3" color="#000000">&nbsp;</font><font face="Times New Roman" size="3" color="#000000">&nbsp;</font><font face="Times New Roman" size="3" color="#000000">&nbsp;</font><strong><span style="font-size: 14pt"><font face="Times New Roman" color="#000000">&nbsp;</font></span></strong><strong><span style="font-size: 14pt"><font face="Times New Roman" color="#000000">&nbsp;</font></span></strong><strong><span style="font-size: 14pt"><font face="Times New Roman" color="#000000">&nbsp;</font></span></strong><strong><span style="font-size: 14pt"><font face="Times New Roman" color="#000000">&nbsp;</font></span></strong><strong><span style="font-size: 14pt"><font face="Times New Roman" color="#000000">&nbsp;</font></span></strong><strong><span style="font-size: 14pt"><font face="Times New Roman" color="#000000">&nbsp;</font></span></strong><strong><span style="font-size: 14pt"><font face="Times New Roman" color="#000000">&nbsp;</font></span></strong><strong><span style="font-size: 14pt"><font face="Times New Roman" color="#000000">&nbsp;</font></span></strong><strong><span style="font-size: 14pt"><font face="Times New Roman" color="#000000">&nbsp;</font></span></strong><strong><span style="font-size: 14pt"><font face="Times New Roman" color="#000000">&nbsp;</font></span></strong><strong><span style="font-size: 14pt"><font face="Times New Roman" color="#000000">&nbsp;</font></span></strong><strong><span style="font-size: 14pt"><font face="Times New Roman" color="#000000">&nbsp;</font></span></strong><strong><span style="font-size: 14pt"><font face="Times New Roman" color="#000000">&nbsp;</font></span></strong><strong><span style="font-size: 14pt"><font face="Times New Roman" color="#000000">&nbsp;</font></span></strong><strong><span style="font-size: 14pt"><font face="Times New Roman" color="#000000">&nbsp;</font></span></strong><strong><span style="font-size: 14pt"><font face="Times New Roman" color="#000000">&nbsp;</font></span></strong><strong><span style="font-size: 14pt"><font face="Times New Roman" color="#000000">&nbsp;</font></span></strong><strong><span style="font-size: 14pt"><font face="Times New Roman" color="#000000">&nbsp;</font></span></strong><strong><span style="font-size: 14pt"><font color="#000000"><font face="Times New Roman">LÝCE ADININ K&Ouml;KENÝ</font></font></span></strong><strong><span style="font-size: 14pt"><font face="Times New Roman" color="#000000">&nbsp;</font></span></strong> <p style="margin: 0cm 0cm 0pt; text-align: justify" class="MsoNormal"><font size="3"><font color="#000000"><font face="Times New Roman"><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>Diyarbakýr&rsquo;ýn en eski tarihe sahip il&ccedil;elerinden biri olan &ldquo;Lice&rdquo;nin adýna ilk kez Asur kaynaklarýnda rastlanmaktadýr. Bu kaynaklara g&ouml;re b&ouml;lge &ldquo;ÞÝRÝÞA&rdquo; olarak adlandýrýlmakta idi. Kaynaklarda; &ldquo; 1. Tiglatpileser ( M. &Ouml;. 1116-1090) Asur kralý olunca, Diyarbakýr ve y&ouml;resini egemenliði altýna almak amacýyla bu y&ouml;redeki yerel prensliklere saldýrdý. Y&ouml;re halký ÞÝRÝÞA b&ouml;lgesine &ccedil;ekildi. Ancak kral, ÞÝRÝÞA y&ouml;resine gelerek buraya sýðýnanlarý ortadan kaldýrdý&rdquo;. þeklinde ge&ccedil;er.</font></font></font></p><font face="Times New Roman" size="3" color="#000000">&nbsp;</font> <p style="margin: 0cm 0cm 0pt; text-align: justify" class="MsoNormal"><font size="3"><font color="#000000"><font face="Times New Roman"><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>G&ouml;r&uuml;ld&uuml;ð&uuml; gibi bu sýralarda y&ouml;re ÞÝRÝÞA olarak adlandýrýlmaktadýr. &ldquo;Lice&rdquo; adýnýn ne zaman kullanýlmaya baþlandýðý bilinmemekle birlikte &ldquo;Holuris&rdquo; ten geldiði sanýlmaktadýr. Holuris, Ýllirisis, Ýlice ve daha sonra Lice bi&ccedil;iminde deðiþmiþtir. </font></font></font></p><font face="Times New Roman" size="3" color="#000000">&nbsp;</font> <p style="margin: 0cm 0cm 0pt; text-align: justify" class="MsoNormal"><font size="3"><font color="#000000"><font face="Times New Roman"><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>Osmanlý Devleti&rsquo;nin 1540 ve 1564 yýlý tahrir defterlerine g&ouml;re &ldquo;Ilýca&rdquo;, &ldquo;Atak&rdquo; (Entax ) sancaðýna baðlý bir k&ouml;yd&uuml;r. Holuris, Ýllirisis ve daha sonra Ýlice veya Lice ile Ilýca arasýndaki benzerlik hemen g&ouml;ze &ccedil;arpmaktadýr. &ldquo;Ilýca&rdquo; s&ouml;zc&uuml;ð&uuml;n&uuml;n Osmanlýca yazýlmýþ tahrir defterlerinden transkripsiyonu ( &ccedil;evirisi ) sýrasýnda yanlýþ okunmuþ olmasý ihtimali y&uuml;ksektir. &Ccedil;&uuml;nk&uuml; &ldquo;Ilýca&rdquo; s&ouml;zc&uuml;ð&uuml; ayný zamanda &ldquo;Ýlice veya Lice&rdquo; þeklinde de okunabilir. </font></font></font></p><font face="Times New Roman" size="3" color="#000000">&nbsp;</font> <p style="margin: 0cm 0cm 0pt; text-align: justify" class="MsoNormal"><font size="3"><font color="#000000"><font face="Times New Roman"><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>Yukarýdaki bilgiler ýþýðýnda bug&uuml;nk&uuml; Lice y&ouml;resinin eskiden ÞÝRÝÞA olarak adlandýrýldýðý, Lice isminin de Holuris&rsquo;ten gelerek daha sonra Ýllirisis, Ýlice ve nihayetinde Lice þeklini alarak g&uuml;n&uuml;m&uuml;ze kadar geldiði s&ouml;ylenebilir.<span>&nbsp;&nbsp; </span></font></font></font></p><font face="Times New Roman" size="3" color="#000000">&nbsp;</font><font face="Times New Roman" size="3" color="#000000">&nbsp;</font><strong><span style="font-size: 14pt"><font color="#000000"><font face="Times New Roman">LÝCE&rsquo;YE H&Acirc;KÝM OLAN MEDENÝYETLER</font></font></span></strong><strong><span style="font-size: 14pt"><font face="Times New Roman" color="#000000">&nbsp;</font></span></strong><strong><span style="font-size: 14pt"><font face="Times New Roman" color="#000000">&nbsp;</font></span></strong> <ol style="margin-top: 0cm"><li class="MsoNormal" style="margin: 0cm 0cm 0pt; tab-stops: list 36.0pt"><font face="Times New Roman" size="3" color="#000000">Hurr-i Mitanni Egemenliði</font></li><li class="MsoNormal" style="margin: 0cm 0cm 0pt; tab-stops: list 36.0pt"><font face="Times New Roman" size="3" color="#000000">Birinci Asur Egemenliði</font></li><li class="MsoNormal" style="margin: 0cm 0cm 0pt; tab-stops: list 36.0pt"><font face="Times New Roman" size="3" color="#000000">Prenslikler D&ouml;nemi</font></li><li class="MsoNormal" style="margin: 0cm 0cm 0pt; tab-stops: list 36.0pt"><font face="Times New Roman" size="3" color="#000000">Ýkinci Asur Egemenliði</font></li><li class="MsoNormal" style="margin: 0cm 0cm 0pt; tab-stops: list 36.0pt"><font face="Times New Roman" size="3" color="#000000">Bi-Zamani Krallýðý</font></li><li class="MsoNormal" style="margin: 0cm 0cm 0pt; tab-stops: list 36.0pt"><font face="Times New Roman" size="3" color="#000000">&Uuml;&ccedil;&uuml;nc&uuml; Asur Egemenliði</font></li><li class="MsoNormal" style="margin: 0cm 0cm 0pt; tab-stops: list 36.0pt"><font face="Times New Roman" size="3" color="#000000">Urartu Egemenliði</font></li><li class="MsoNormal" style="margin: 0cm 0cm 0pt; tab-stops: list 36.0pt"><font face="Times New Roman" size="3" color="#000000">Y&ouml;rede Son Asur Egemenliði</font></li><li class="MsoNormal" style="margin: 0cm 0cm 0pt; tab-stops: list 36.0pt"><font face="Times New Roman" size="3" color="#000000">Med Egemenliði</font></li><li class="MsoNormal" style="margin: 0cm 0cm 0pt; tab-stops: list 36.0pt"><font face="Times New Roman" size="3" color="#000000">Makedon Egemenliði</font></li><li class="MsoNormal" style="margin: 0cm 0cm 0pt; tab-stops: list 36.0pt"><font face="Times New Roman" size="3" color="#000000">Part Egemenliði ve B&uuml;y&uuml;k Tigran D&ouml;nemi</font></li><li class="MsoNormal" style="margin: 0cm 0cm 0pt; tab-stops: list 36.0pt"><font face="Times New Roman" size="3" color="#000000">Part-Roma-Sasani-Bizans D&ouml;nemi</font></li><li class="MsoNormal" style="margin: 0cm 0cm 0pt; tab-stops: list 36.0pt"><font face="Times New Roman" size="3" color="#000000">Emeviler </font></li><li class="MsoNormal" style="margin: 0cm 0cm 0pt; tab-stops: list 36.0pt"><font face="Times New Roman" size="3" color="#000000">Abbasiler</font></li><li class="MsoNormal" style="margin: 0cm 0cm 0pt; tab-stops: list 36.0pt"><font face="Times New Roman" size="3" color="#000000">B&uuml;y&uuml;k Sel&ccedil;uklular</font></li><li class="MsoNormal" style="margin: 0cm 0cm 0pt; tab-stops: list 36.0pt"><font face="Times New Roman" size="3" color="#000000">Suriye Sel&ccedil;uklularý</font></li><li class="MsoNormal" style="margin: 0cm 0cm 0pt; tab-stops: list 36.0pt"><font face="Times New Roman" size="3" color="#000000">Ahlatþahlar</font></li><li class="MsoNormal" style="margin: 0cm 0cm 0pt; tab-stops: list 36.0pt"><font face="Times New Roman" size="3" color="#000000">Artuklular</font></li><li class="MsoNormal" style="margin: 0cm 0cm 0pt; tab-stops: list 36.0pt"><font face="Times New Roman" size="3" color="#000000">Eyyubiler</font></li><li class="MsoNormal" style="margin: 0cm 0cm 0pt; tab-stops: list 36.0pt"><font face="Times New Roman" size="3" color="#000000">Ýlhanlýlar</font></li><li class="MsoNormal" style="margin: 0cm 0cm 0pt; tab-stops: list 36.0pt"><font face="Times New Roman" size="3" color="#000000">Akkoyunlular</font></li><li class="MsoNormal" style="margin: 0cm 0cm 0pt; tab-stops: list 36.0pt"><font face="Times New Roman" size="3" color="#000000">Osmanlý Ýmparatorluðu</font></li></ol></font></span>', '', 1, 0, 0, 0, '2007-01-26 08:51:18', 62, '', '2008-04-21 13:19:44', 62, 0, '0000-00-00 00:00:00', '2007-01-26 08:50:54', '0000-00-00 00:00:00', 'kartarihi_1.jpg|||0||bottom||\r\nkartarihi_2.jpg|||0||bottom||\r\nkartarihi_3.jpg|||0||bottom||', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 0, '', '', 0, 2548),
(35, 'Fotoðraf Galerisi', 'Fotoðraf Galerisi', '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />\r\n<title>Untitled Document</title>\r\n</head>\r\n\r\n<body>\r\n<table width="715" border="0" align="center" cellpadding="0" cellspacing="0">\r\n  <tr>\r\n    <td align="center"><img src="resimgaleri.jpg" width="715" height="536" border="0" usemap="#Map" /></td>\r\n  </tr>\r\n</table>\r\n\r\n<map name="Map" id="Map">\r\n<area shape="circle" coords="85,134,80" href="http://lice.gov.tr/index.php?option=com_content&amp;task=view&amp;id=345&amp;Itemid=254" target="_blank" />\r\n<area shape="circle" coords="268,149,80" href="http://lice.gov.tr/index.php?option=com_content&amp;task=view&amp;id=351&amp;Itemid=255" target="_blank" />\r\n<area shape="circle" coords="456,157,83" href="http://lice.gov.tr/index.php?option=com_content&amp;task=view&amp;id=350&amp;Itemid=256" target="_blank" />\r\n<area shape="circle" coords="635,172,79" href="http://lice.gov.tr/index.php?option=com_content&amp;task=view&amp;id=353&amp;Itemid=257" target="_blank" />\r\n<area shape="circle" coords="103,428,83" href="http://lice.gov.tr/index.php?option=com_content&amp;task=view&amp;id=347&amp;Itemid=258" target="_blank" />\r\n<area shape="circle" coords="279,443,85" href="http://lice.gov.tr/index.php?option=com_content&amp;task=view&amp;id=348&amp;Itemid=260" target="_blank" />\r\n<area shape="circle" coords="461,443,83" href="http://lice.gov.tr/index.php?option=com_content&amp;task=view&amp;id=346&amp;Itemid=261" target="_blank" />\r\n<area shape="circle" coords="635,451,85" href="http://lice.gov.tr/index.php?option=com_content&amp;task=view&amp;id=349&amp;Itemid=262" target="_blank" />\r\n</map></body>\r\n</html>\r\n', '', 1, 0, 0, 0, '2007-01-26 08:52:02', 62, '', '2008-11-25 20:08:24', 62, 0, '0000-00-00 00:00:00', '2007-01-26 08:51:48', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 1, 0, 0, '', '', 0, 21471),
(353, 'Eski Lice Fotoðraf Galerisi', 'Eski Lice Fotoðraf Galerisi', '<meta content="text/html; charset=iso-8859-9" http-equiv="Content-Type" />\r\n<table cellspacing="0" cellpadding="0" width="708" align="center" border="0">\r\n    <tbody>\r\n        <tr>\r\n            <td align="center"><object width="720" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" height="540" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0">\r\n            <param value="eskilice.swf" name="movie" />\r\n            <param value="high" name="quality" /><embed width="720" height="540" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="eskilice.swf"></embed></object></td>\r\n        </tr>\r\n    </tbody>\r\n</table>', '', 1, 0, 0, 0, '2008-11-25 20:00:52', 62, '', '2008-11-26 21:30:16', 62, 0, '0000-00-00 00:00:00', '2008-11-25 20:00:23', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 0, '', '', 0, 1295),
(369, 'Ýlçemizde 2003-2008 Yýllarý Arasýnda Yapýlan Þ.N.T Yardýmlarý.', 'Ýlçemizde 2003-2008 Yýllarý Arasýnda Yapýlan Þ.N.T. Yardýmlarý.', '<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />\r\n<meta content="Word.Document" name="ProgId" />\r\n<meta content="Microsoft Word 11" name="Generator" />\r\n<meta content="Microsoft Word 11" name="Originator" />\r\n<link href="file:///C:%5CDOCUME%7E1%5CMERKAL%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml" rel="File-List" /><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:HyphenationZone>21</w:HyphenationZone>\r\n  <w:PunctuationKerning/>\r\n  <w:ValidateAgainstSchemas/>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables/>\r\n   <w:SnapToGridInCell/>\r\n   <w:WrapTextWithPunct/>\r\n   <w:UseAsianBreakRules/>\r\n   <w:DontGrowAutofit/>\r\n  </w:Compatibility>\r\n  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n </w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState="false" LatentStyleCount="156">\r\n </w:LatentStyles>\r\n</xml><![endif]--><style type="text/css">\r\n<!--\r\n /* Style Definitions */\r\n p.MsoNormal, li.MsoNormal, div.MsoNormal\r\n	{mso-style-parent:"";\r\n	margin:0cm;\r\n	margin-bottom:.0001pt;\r\n	mso-pagination:widow-orphan;\r\n	font-size:12.0pt;\r\n	font-family:"Times New Roman";\r\n	mso-fareast-font-family:"Times New Roman";}\r\n@page Section1\r\n	{size:612.0pt 792.0pt;\r\n	margin:70.85pt 70.85pt 70.85pt 70.85pt;\r\n	mso-header-margin:35.4pt;\r\n	mso-footer-margin:35.4pt;\r\n	mso-paper-source:0;}\r\ndiv.Section1\r\n	{page:Section1;}\r\n--></style><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:"Normal Tablo";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-parent:"";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin:0cm;\r\n	mso-para-margin-bottom:.0001pt;\r\n	mso-pagination:widow-orphan;\r\n	font-size:10.0pt;\r\n	font-family:"Times New Roman";\r\n	mso-ansi-language:#0400;\r\n	mso-fareast-language:#0400;\r\n	mso-bidi-language:#0400;}\r\n</style>\r\n<![endif]-->\r\n<p class="MsoNormal" style="text-align: justify">Baþbakanlýk Sosyal Yardýmlaþma ve Dayanýþma Genel Müdürlüðü “Sosyal Riski Azaltma Projesi Proje Koordinasyon Birimi”nin 25/08/2003 tarih ve 2003/ 7 Sayýlý Genelgesi ile,<b> </b>çocuklarýný<b> </b>maddi imkansýzlýklar nedeniyle okula gönderemeyen Sosyal güvencesi olmayan ihtiyaç sahibi <span>&#160;</span>ailelere yönelik, Þartlý Nakit Transferi çerçevesinde eðitim-öðretim yardýmý, 0-6 yaþ gurubu arasýndaki çocuklara saðlýk yardýmý, annelere yönelik gebe ve doðum yardýmý adý altýnda<span> </span>nakdi<span>&#160; </span>yardým yapýlmasý uygun görülmüþtür.</p>\r\n<br />\r\n<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />\r\n<meta content="Word.Document" name="ProgId" />\r\n<meta content="Microsoft Word 11" name="Generator" />\r\n<meta content="Microsoft Word 11" name="Originator" />\r\n<link href="file:///C:%5CDOCUME%7E1%5CMERKAL%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml" rel="File-List" /><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:HyphenationZone>21</w:HyphenationZone>\r\n  <w:PunctuationKerning/>\r\n  <w:ValidateAgainstSchemas/>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables/>\r\n   <w:SnapToGridInCell/>\r\n   <w:WrapTextWithPunct/>\r\n   <w:UseAsianBreakRules/>\r\n   <w:DontGrowAutofit/>\r\n  </w:Compatibility>\r\n  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n </w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState="false" LatentStyleCount="156">\r\n </w:LatentStyles>\r\n</xml><![endif]--><style type="text/css">\r\n<!--\r\n /* Style Definitions */\r\n p.MsoNormal, li.MsoNormal, div.MsoNormal\r\n	{mso-style-parent:"";\r\n	margin:0cm;\r\n	margin-bottom:.0001pt;\r\n	mso-pagination:widow-orphan;\r\n	font-size:12.0pt;\r\n	font-family:"Times New Roman";\r\n	mso-fareast-font-family:"Times New Roman";}\r\n@page Section1\r\n	{size:612.0pt 792.0pt;\r\n	margin:70.85pt 70.85pt 70.85pt 70.85pt;\r\n	mso-header-margin:35.4pt;\r\n	mso-footer-margin:35.4pt;\r\n	mso-paper-source:0;}\r\ndiv.Section1\r\n	{page:Section1;}\r\n-->Baþbakanlýk\r\nSosyal Yardýmlaþma ve Dayanýþma Genel Müdürlüðü “Sosyal Riski Azaltma Projesi\r\nProje Koordinasyon Birimi” nin 25/08/2003 tarih ve 2003/ 7 Sayýlý Genelgesi\r\nile,çocuklarýnýmaddi imkansýzlýklar nedeniyle okula gönderemeyen Sosyal güvencesi\r\nolmayan ihtiyaç sahibi ailelere yönelik,\r\nÞartlý Nakit Transferi çerçevesinde eðitim-öðretim yardýmý, 0-6 yaþ gurubu\r\narasýndaki çocuklara saðlýk yardýmý, annelere yönelik gebe ve doðum yardýmý\r\nolarakannelere yöneliknakdiyardým yapýlmasý uygun görülmüþtür. </style><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:"Normal Tablo";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-parent:"";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin:0cm;\r\n	mso-para-margin-bottom:.0001pt;\r\n	mso-pagination:widow-orphan;\r\n	font-size:10.0pt;\r\n	font-family:"Times New Roman";\r\n	mso-ansi-language:#0400;\r\n	mso-fareast-language:#0400;\r\n	mso-bidi-language:#0400;}\r\n</style>\r\n<![endif]-->\r\n<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />\r\n<meta content="Word.Document" name="ProgId" />\r\n<meta content="Microsoft Word 11" name="Generator" />\r\n<meta content="Microsoft Word 11" name="Originator" />\r\n<link href="file:///C:%5CDOCUME%7E1%5CMERKAL%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml" rel="File-List" /><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:HyphenationZone>21</w:HyphenationZone>\r\n  <w:PunctuationKerning/>\r\n  <w:ValidateAgainstSchemas/>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables/>\r\n   <w:SnapToGridInCell/>\r\n   <w:WrapTextWithPunct/>\r\n   <w:UseAsianBreakRules/>\r\n   <w:DontGrowAutofit/>\r\n  </w:Compatibility>\r\n  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n </w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState="false" LatentStyleCount="156">\r\n </w:LatentStyles>\r\n</xml><![endif]--><style type="text/css">\r\n<!--{12302064Baþbakanlýk\r\nSosyal Yardýmlaþma ve Dayanýþma Genel Müdürlüðü &#8220;Sosyal Riski Azaltma Projesi\r\nProje Koordinasyon Birimi&#8221; nin 25/08/2003 tarih ve 2003/ 7 Sayýlý Genelgesi\r\nile,çocuklarýnýmaddi imkansýzlýklar nedeniyle okula gönderemeyen Sosyal güvencesi\r\nolmayan ihtiyaç sahibi ailelere yönelik,\r\nÞartlý Nakit Transferi çerçevesinde eðitim-öðretim yardýmý, 0-6 yaþ gurubu\r\narasýndaki çocuklara saðlýk yardýmý, annelere yönelik gebe ve doðum yardýmý\r\nolarakannelere yöneliknakdiyardým yapýlmasý uygun görülmüþtür. </style><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:"Normal Tablo";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-parent:"";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin:0cm;\r\n	mso-para-margin-bottom:.0001pt;\r\n	mso-pagination:widow-orphan;\r\n	font-size:10.0pt;\r\n	font-family:"Times New Roman";\r\n	mso-ansi-language:#0400;\r\n	mso-fareast-language:#0400;\r\n	mso-bidi-language:#0400;}\r\n</style>\r\n<![endif]-->    </meta>\r\n</meta>\r\n</meta>\r\n</meta></style>', '<div style="text-align: justify">\r\n<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />\r\n<meta content="FrontPage.Editor.Document" name="ProgId" />\r\n<meta content="Microsoft FrontPage 5.0" name="Generator" />\r\n<meta content="Microsoft Word 11" name="Originator" />\r\n<link href="../../../DOCUME~1/MERKAL~1/LOCALS~1/Temp/msohtml1/01/clip_filelist.xml" rel="File-List" /><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:HyphenationZone>21</w:HyphenationZone>\r\n  <w:PunctuationKerning/>\r\n  <w:ValidateAgainstSchemas/>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables/>\r\n   <w:SnapToGridInCell/>\r\n   <w:WrapTextWithPunct/>\r\n   <w:UseAsianBreakRules/>\r\n   <w:DontGrowAutofit/>\r\n  </w:Compatibility>\r\n  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n </w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState="false" LatentStyleCount="156">\r\n </w:LatentStyles>\r\n</xml><![endif]--><style type="text/css">\r\n<!--\r\n /* Style Definitions */\r\n p.MsoNormal, li.MsoNormal, div.MsoNormal\r\n	{mso-style-parent:"";\r\n	margin-bottom:.0001pt;\r\n	mso-pagination:widow-orphan;\r\n	font-size:12.0pt;\r\n	font-family:"Times New Roman";\r\n	mso-fareast-font-family:"Times New Roman"; margin-left:0cm; margin-right:0cm; margin-top:0cm}\r\n@page Section1\r\n	{size:612.0pt 792.0pt;\r\n	margin:70.85pt 70.85pt 70.85pt 70.85pt;\r\n	mso-header-margin:35.4pt;\r\n	mso-footer-margin:35.4pt;\r\n	mso-paper-source:0;}\r\ndiv.Section1\r\n	{page:Section1;}\r\n--></style><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:"Normal Tablo";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-parent:"";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin:0cm;\r\n	mso-para-margin-bottom:.0001pt;\r\n	mso-pagination:widow-orphan;\r\n	font-size:10.0pt;\r\n	font-family:"Times New Roman";\r\n	mso-ansi-language:#0400;\r\n	mso-fareast-language:#0400;\r\n	mso-bidi-language:#0400}\r\n</style>\r\n<![endif]--><span style="font-size: 12pt" times="" new="" roman="">Ýlçemiz merkez ve baðlý köylerde ikamet edip ihtiyaç sahibi aileler söz konusu bu Projeden faydalanan ailelere 2004 - 2008 yýlarý arasýnda yapýlan baþvuru sayýsý hak sahibi sayýsý ve toplam ödenen yardým miktarý aþaðýda belirtilmiþtir. <br />\r\n</span></div>\r\n<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />\r\n<meta content="Word.Document" name="ProgId" />\r\n<meta content="Microsoft Word 11" name="Generator" />\r\n<meta content="Microsoft Word 11" name="Originator" /><br />\r\n<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />\r\n<meta content="Word.Document" name="ProgId" />\r\n<meta content="Microsoft Word 11" name="Generator" />\r\n<meta content="Microsoft Word 11" name="Originator" />\r\n<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />\r\n<meta content="Word.Document" name="ProgId" />\r\n<meta content="Microsoft Word 11" name="Generator" />\r\n<meta content="Microsoft Word 11" name="Originator" />\r\n<link href="../../../DOCUME~1/MERKAL~1/LOCALS~1/Temp/msohtml1/01/clip_filelist.xml" rel="File-List" /><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:HyphenationZone>21</w:HyphenationZone>\r\n  <w:PunctuationKerning/>\r\n  <w:ValidateAgainstSchemas/>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables/>\r\n   <w:SnapToGridInCell/>\r\n   <w:WrapTextWithPunct/>\r\n   <w:UseAsianBreakRules/>\r\n   <w:DontGrowAutofit/>\r\n  </w:Compatibility>\r\n  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n </w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState="false" LatentStyleCount="156">\r\n </w:LatentStyles>\r\n</xml><![endif]--><style type="text/css">\r\n<!--\r\n /* Style Definitions */\r\n p.MsoNormal, li.MsoNormal, div.MsoNormal\r\n	{mso-style-parent:"";\r\n	margin-bottom:.0001pt;\r\n	mso-pagination:widow-orphan;\r\n	font-size:12.0pt;\r\n	font-family:"Times New Roman";\r\n	mso-fareast-font-family:"Times New Roman"; margin-left:0cm; margin-right:0cm; margin-top:0cm}\r\n@page Section1\r\n	{size:612.0pt 792.0pt;\r\n	margin:70.85pt 70.85pt 70.85pt 70.85pt;\r\n	mso-header-margin:35.4pt;\r\n	mso-footer-margin:35.4pt;\r\n	mso-paper-source:0;}\r\ndiv.Section1\r\n	{page:Section1;}\r\n--></style><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n	{mso-style-name:"Normal Tablo";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-parent:"";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin:0cm;\r\n	mso-para-margin-bottom:.0001pt;\r\n	mso-pagination:widow-orphan;\r\n	font-size:10.0pt;\r\n	font-family:"Times New Roman";\r\n	mso-ansi-language:#0400;\r\n	mso-fareast-language:#0400;\r\n	mso-bidi-language:#0400}\r\ntable.MsoTableGrid\r\n	{mso-style-name:"Tablo Kýlavuzu";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	border:solid windowtext 1.0pt;\r\n	mso-border-alt:solid windowtext .5pt;\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-border-insideh:.5pt solid windowtext;\r\n	mso-border-insidev:.5pt solid windowtext;\r\n	mso-para-margin:0cm;\r\n	mso-para-margin-bottom:.0001pt;\r\n	mso-pagination:widow-orphan;\r\n	font-size:10.0pt;\r\n	font-family:"Times New Roman";\r\n	mso-ansi-language:#0400;\r\n	mso-fareast-language:#0400;\r\n	mso-bidi-language:#0400;}\r\n</style>\r\n<![endif]-->\r\n<div align="center">\r\n  <center>\r\n<table width="722" height="125" border="1" cellspacing="1" class="MsoTableGrid" style="border:medium none; margin-left: -12.6pt; width: 363px; height: 118px">\r\n    <tbody>\r\n        <tr style="height: 41.5pt">\r\n            <td style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: windowtext 1pt solid; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 72pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 41.5pt" width="96">\r\n            <p class="MsoNormal" style="text-align: center" align="center">&#160;HAKEDEN AÝLE SAYISI</p>\r\n            </td>\r\n            <td style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: windowtext 1pt solid; padding-left: 5.4pt; padding-bottom: 0cm; border-left: medium none; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 41.5pt" width="108">\r\n            <p class="MsoNormal" style="text-align: center" align="center">HAK EDEN EÐÝTÝM ÇOCUK SAYISI</p>\r\n            </td>\r\n            <td style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: windowtext 1pt solid; padding-left: 5.4pt; padding-bottom: 0cm; border-left: medium none; width: 108pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 41.5pt" width="144">\r\n            <p class="MsoNormal" style="text-align: center" align="center">HAK EDEN SAÐLIK ÇOCUK SAYISI</p>\r\n            </td>\r\n            <td style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: windowtext 1pt solid; padding-left: 5.4pt; padding-bottom: 0cm; border-left: medium none; width: 108pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 41.5pt" width="144">\r\n            <p class="MsoNormal" style="text-align: center" align="center">FAYDALANAN TOPLAM ÇOCUK SAYISI</p>\r\n            </td>\r\n            <td style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: windowtext 1pt solid; padding-left: 5.4pt; padding-bottom: 0cm; border-left: medium none; width: 108pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 41.5pt" width="144">\r\n            <p class="MsoNormal" style="text-align: center" align="center">GEBELÝK VE DOÐUM ÝÇÝN FAYDALANAN AÝLE SAYISI</p>\r\n            </td>\r\n        </tr>\r\n        <tr bordercolor="#000000" style="height: 32.8pt">\r\n            <td width="96" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0cm; border-left: 1pt solid; width: 72pt; padding-top: 0cm; border-bottom: 1pt solid; height: 32.8pt">\r\n            <p class="MsoNormal" style="text-align: center" align="center"><b>2622<o:p></o:p></b></p>\r\n          </td>\r\n            <td width="108" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0cm; border-left: medium none; width: 81pt; padding-top: 0cm; border-bottom: 1pt solid; height: 32.8pt">\r\n            <p class="MsoNormal" style="text-align: center" align="center"><b>3731<o:p></o:p></b></p>\r\n          </td>\r\n            <td width="144" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0cm; border-left: medium none; width: 108pt; padding-top: 0cm; border-bottom: 1pt solid; height: 32.8pt">\r\n            <p class="MsoNormal" style="text-align: center" align="center"><b>3328<o:p></o:p></b></p>\r\n          </td>\r\n            <td width="144" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0cm; border-left: medium none; width: 108pt; padding-top: 0cm; border-bottom: 1pt solid; height: 32.8pt">\r\n            <p class="MsoNormal" style="text-align: center" align="center"><b>7059<o:p></o:p></b></p>\r\n          </td>\r\n            <td width="144" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0cm; border-left: medium none; width: 108pt; padding-top: 0cm; border-bottom: 1pt solid; height: 32.8pt">\r\n            <p class="MsoNormal" style="text-align: center" align="center"><b>51<o:p></o:p></b></p>\r\n          </td>\r\n        </tr>\r\n    </tbody>\r\n</table>\r\n  </center>\r\n</div>\r\n<p class="MsoNormal" style="text-align: justify"><o:p>&#160;</o:p></p>\r\n<p class="MsoNormal" style="text-align: center" align="center"><b>YAPILAN YARDIM TUTARI<o:p></o:p></b></p>\r\n<p class="MsoNormal" style="text-align: center" align="center"><b><o:p>&#160;</o:p></b></p>\r\n<div align="center">\r\n  <center>\r\n<table class="MsoTableGrid" style="border:medium none; width: 384px; height: 137px" cellspacing="1" border="1">\r\n    <tbody>\r\n        <tr style="height: 29.15pt">\r\n            <td style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: windowtext 1pt solid; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 115.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 29.15pt" width="154">\r\n            <p class="MsoNormal" style="text-align: center" align="center">2004-2008 YILLARI ARASINDA EÐÝTÝM ÝÇÝN ÖDENEN TUTAR</p>\r\n            <p class="MsoNormal" style="text-align: center" align="center">(YTL.)</p>\r\n            </td>\r\n            <td style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: windowtext 1pt solid; padding-left: 5.4pt; padding-bottom: 0cm; border-left: medium none; width: 115.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 29.15pt" width="154">\r\n            <p class="MsoNormal" style="text-align: center" align="center">2004-2008 YILLARI ARASINDA SAÐLIK ÝÇÝN ÖDENEN TUTAR</p>\r\n            <p class="MsoNormal" style="text-align: center" align="center">(YTL.)<b><o:p></o:p></b></p>\r\n            </td>\r\n            <td style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: windowtext 1pt solid; padding-left: 5.4pt; padding-bottom: 0cm; border-left: medium none; width: 126.1pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 29.15pt" width="168">\r\n            <p class="MsoNormal" style="text-align: center" align="center">2004-2008 YILLARI ARASINDA GEBELÝK VE DOÐUM ÝÇÝN ÖDENEN TUTAR<span>&#160;&#160;&#160;&#160;&#160; </span>(YTL.)</p>\r\n            </td>\r\n            <td style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: windowtext 1pt solid; padding-left: 5.4pt; padding-bottom: 0cm; border-left: medium none; width: 104.2pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 29.15pt" width="139">\r\n            <p class="MsoNormal" style="text-align: center" align="center">2004-2008 YILLAR ARASINDA ÖDENEN TOPLAM TUTAR</p>\r\n            <p class="MsoNormal" style="text-align: center" align="center">(YTL.)<b><o:p></o:p></b></p>\r\n            </td>\r\n        </tr>\r\n        <tr bordercolor="#000000" style="height: 29.15pt">\r\n            <td width="154" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0cm; border-left: 1pt solid; width: 115.15pt; padding-top: 0cm; border-bottom: 1pt solid; height: 29.15pt">\r\n            <p class="MsoNormal" style="text-align: center" align="center"><b>2.808.130,70<o:p></o:p></b></p>\r\n          </td>\r\n            <td width="154" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0cm; border-left: medium none; width: 115.15pt; padding-top: 0cm; border-bottom: 1pt solid; height: 29.15pt">\r\n            <p class="MsoNormal" style="text-align: center" align="center"><b>2.083.562,00<o:p></o:p></b></p>\r\n          </td>\r\n            <td width="168" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0cm; border-left: medium none; width: 126.1pt; padding-top: 0cm; border-bottom: 1pt solid; height: 29.15pt">\r\n            <p class="MsoNormal" style="text-align: center" align="center"><b>6.212,00<o:p></o:p></b></p>\r\n          </td>\r\n            <td width="139" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0cm; border-left: medium none; width: 104.2pt; padding-top: 0cm; border-bottom: 1pt solid; height: 29.15pt">\r\n            <p class="MsoNormal" style="text-align: center" align="center"><b>4.897,904,70<o:p></o:p></b></p>\r\n          </td>\r\n        </tr>\r\n    </tbody>\r\n</table></center>\r\n</div>\r\n', 1, 2, 0, 3, '2008-12-25 14:06:18', 62, '', '2008-12-25 18:35:24', 62, 0, '0000-00-00 00:00:00', '2008-12-25 14:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=', 6, 0, 88, '', '', 0, 305),
(36, 'Kurumlarýmýz', 'kurumlarýmýz', '<table border="0" cellpadding="0" align="center" style="width: 257px; height: 404px"><tbody><tr><strong><td height="22" style="width: 251px; padding: 0.75pt"><p style="text-align: left" align="center"><span class="linkler2"><strong><font color="#0000ff">&nbsp;&nbsp;KURUMLARIMIZ</font></strong></span></p><p style="text-align: left" align="center">&nbsp;</p></td></strong></tr><tr><strong><td height="21" valign="top" style="width: 251px; padding: 0.75pt"><p><font color="#990000">Yazý Ýþleri M&uuml;d&uuml;rl&uuml;ð&uuml; </font></p></td></strong></tr><tr><strong><td height="21" valign="top" style="width: 251px; padding: 0.75pt"><p><font color="#990000">Belediye Baþkanlýðý </font></p></td></strong></tr><tr><strong><td height="21" valign="top" style="width: 251px; padding: 0.75pt"><p><font color="#990000">Mal M&uuml;d&uuml;rl&uuml;ð&uuml;</font></p></td></strong></tr><tr><strong><td height="21" valign="top" style="width: 251px; padding: 0.75pt"><p><font color="#990000">Milli Eðitim M&uuml;d&uuml;rl&uuml;ð&uuml; </font></p></td></strong></tr><tr><strong><td height="21" valign="top" style="width: 251px; padding: 0.75pt"><p><font color="#990000">N&uuml;fus M&uuml;d&uuml;rl&uuml;ð&uuml; </font></p></td></strong></tr><tr><strong><td width="251" height="21" style="padding: 0.75pt"><p class="MsoNormal"><font color="#990000">Tarým M&uuml;d&uuml;rl&uuml;ð&uuml;</font></p></td></strong></tr><tr><strong><td height="21" valign="top" style="width: 251px; padding: 0.75pt"><p><font color="#990000">Tapu M&uuml;d&uuml;rl&uuml;ð&uuml; </font></p></td></strong></tr><tr><strong><td width="251" height="21" style="padding: 0.75pt"><p class="MsoNormal"><font color="#990000">Sosyal Yardýmlaþma</font></p></td></strong></tr><tr><strong><td height="21" valign="top" style="width: 251px; padding: 0.75pt"><p class="MsoNormal"><font color="#990000">Telekom Þefliði</font></p></td></strong></tr><tr><strong><td width="251" height="21" style="padding: 0.75pt"><p class="MsoNormal"><font color="#990000">G&uuml;mr&uuml;k Muhafaza</font></p></td></strong></tr><tr><strong><td height="21" valign="top" style="width: 251px; padding: 0.75pt"><p class="MsoNormal"><font color="#990000">Ýl&ccedil;e M&uuml;ft&uuml;l&uuml;ð&uuml;</font></p></td></strong></tr><tr><strong><td width="251" height="21" style="padding: 0.75pt"><p class="MsoNormal"><font color="#990000">Saðlýk Grubu</font></p></td></strong></tr><tr><strong><td width="251" height="23" style="padding: 0.75pt"><font color="#990000">Ýl&ccedil;e Jandarma Komutanlýðý</font></td></strong></tr><tr><strong><td width="251" height="19" style="padding: 0.75pt"><font color="#990000">Ýl&ccedil;e Emniyet Amirliði</font></td></strong></tr><tr><strong><td width="251" height="21" style="padding: 0.75pt"><font color="#990000">G&uuml;mr&uuml;k Kapýsý Muhafaza Kýsým Amirliði</font></td></strong></tr><tr><strong><td width="251" height="21" style="padding: 0.75pt"><font color="#990000">Tedaþ Ýþletme Baþ M&uuml;hendisliði</font></td></strong></tr><tr><strong><td width="251" height="19" style="padding: 0.75pt"><font color="#990000">TCDD Ýþletme Þefliði</font></td></strong></tr><tr><strong><td width="251" height="22" style="padding: 0.75pt"><p style="margin: 0cm 0cm 0pt"><span><font color="#990000">PTT</font></span></p></td></strong></tr><tr><strong><td width="251" height="22" style="padding: 0.75pt">&nbsp;</td></strong></tr></tbody></table>', '', -2, 0, 0, 0, '2007-01-26 09:09:49', 62, '', '2008-04-21 14:19:46', 62, 0, '0000-00-00 00:00:00', '2007-01-26 09:09:31', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 0, '', '', 0, 17);
INSERT INTO `jos_content` (`id`, `title`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`) VALUES
(37, 'Yazý Ýþleri Müdürlüðü', 'Yazý Ýþleri Müdürlüðü', '<p align="justify">&nbsp;&nbsp;</p><p align="center">{mosimage}</p><p align="justify">&nbsp;</p><p align="justify">Lice Kaymakamlýk Yazý Ýþleri M&uuml;d&uuml;rl&uuml;ð&uuml; h&uuml;k&uuml;met konaðýnýn 3.katýnda 1.M&uuml;d&uuml;r,1 Yazý Ýþleri b&uuml;rosu ile 1 Arþiv olmak &uuml;zere toplam 3 odada hizmet vermektedir. M&uuml;d&uuml;rl&uuml;k personeli olarak 1 Yazý Ýþleri M&uuml;d&uuml;r&uuml; ve 1 Veri Hazýrlama ve Kontrol Ýþletmeni olmak &uuml;zere 2 personelle hizmet vermekte olup, halen 1 adet&nbsp; M&uuml;d&uuml;r ve l adet Hizmetli kadrosu boþ bulunmaktadýr. Yazý Ýþleri M&uuml;d&uuml;rl&uuml;ð&uuml;ne baðlý Evrak B&uuml;rosu, Yazý Ýþleri B&uuml;rosu, Mahalli Ýdareler B&uuml;rosu, Ýdare Kurulu B&uuml;rosu, Ýnsan Haklarý B&uuml;rosu, &Ouml;zel Kalem, Planlama ve Koordinasyon ile Basýn ve Halkla Ýliþkiler B&uuml;rosunun yaný sýra il&ccedil;ede teþkilatý bulunmayan Sivil Savunma, T&uuml;ketici Hakem Heyeti ve Dernekler B&uuml;rosunun g&ouml;revleri de yapýlmaktadýr.</p><p align="center">{mosimage}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p><p align="center"><strong>Erdal KAYA-Yazý Ýþleri M&uuml;d&uuml;r V.</strong>&nbsp;</p><p align="justify">01.07.1980 Batman ilinde doðdu. Dicle &Uuml;niversitesi Eðitim Fak&uuml;ltesi, Sýnýf &Ouml;ðretmeni B&ouml;l&uuml;m&uuml; mezunu olup, 2001 yýlýnda Lice Kaymakamlýðý Veri Hazýrlama ve Kontrol Ýþletmeni olarak g&ouml;reve baþladý. 2006 yýlýnda ayný il&ccedil;ede yazý iþleri m&uuml;d&uuml;rl&uuml;ð&uuml; g&ouml;revine vekaleten atanmýþtýr.&nbsp; 2006 tarihinden bu yana Diyarbakýr&nbsp; Ýli Lice Ýl&ccedil;esinde Yazý Ýþleri M&uuml;d&uuml;r V. olarak g&ouml;revine devam etmektedir.</p>', '', 1, 0, 0, 0, '2007-01-26 09:10:23', 62, '', '2008-04-21 16:52:23', 62, 0, '0000-00-00 00:00:00', '2007-01-26 09:10:02', '0000-00-00 00:00:00', 'yaziisleri.gif|||0||bottom||\r\n\r\nyazi-isl.jpg|||0||bottom||', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 1, 0, 0, '', '', 0, 799),
(38, 'Mehmet TOPRAK Halk Eðitim Merkezi', 'Mehmet TOPRAK Halk Eðitim Merkezi', '<p style="margin: 0cm 0cm 0pt; text-indent: 35.4pt; text-align: justify" class="MsoNormal"><font face="Times New Roman" size="3" color="#000000">{mosimage}&nbsp;</font></p><p style="margin: 0cm 0cm 0pt; text-indent: 35.4pt; text-align: justify" class="MsoNormal"><font face="Times New Roman" size="3" color="#000000">Merkezimiz, hayýrsever iþadamý Toprak Holding sahibi Halis TOPRAK tarafýndan yapýmý tamamlanarak 2004 yýlýnda M&uuml;d&uuml;rl&uuml;ð&uuml;m&uuml;ze teslim edilmiþ ve ayný yýl hizmete a&ccedil;ýlmýþtýr.</font></p><font face="Times New Roman" size="3" color="#000000">&nbsp;</font><strong><u><font size="3"><font color="#000000"><font face="Times New Roman">BÝNANIN FÝZÝKÝ DURUMU:</font></font></font></u></strong> <p style="margin: 0cm 0cm 0pt" class="MsoNormal"><span><font face="Times New Roman" size="3" color="#000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></span></p><p style="margin: 0cm 0cm 0pt; text-align: justify" class="MsoNormal"><font size="3"><font color="#000000"><font face="Times New Roman"><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>Kurum binasý zemin ve 1.kat olmak &uuml;zere 2 katlý olup; b&uuml;nyesinde 3 Ýdare odasý,1 &Ccedil;ok ama&ccedil;lý salon, 1 Memur odasý,1 Internet odasý, 2 Sýnýf odasý,1 Bilgisayar odasý bulunmaktadýr.</font></font></font></p><font face="Times New Roman" size="3" color="#000000">&nbsp;</font> <p style="margin: 0cm 0cm 0pt; text-align: justify" class="MsoNormal"><strong><u><font face="Times New Roman" size="3" color="#000000">PERSONEL DURUMU:</font></u></strong></p><font face="Times New Roman" size="3" color="#000000">&nbsp;</font> <p style="margin: 0cm 0cm 0pt; text-indent: 35.4pt; text-align: justify" class="MsoNormal"><font face="Times New Roman" size="3" color="#000000">M&uuml;d&uuml;r Vekili (Asil M&uuml;d&uuml;r Yardýmcýsý), 2 M&uuml;d&uuml;r Yardýmcýsý (1 Asil 1 Ge&ccedil;ici), 1 Memur, 1 Anasýnýfý usta &ouml;ðreticisi, 11 Halý usta &ouml;ðreticisi ve 1 Makine nakýþlarý usta &ouml;ðreticisi olmak &uuml;zere toplam 17 kiþi &ccedil;alýþmaktadýr.</font></p><font face="Times New Roman" size="3" color="#000000">&nbsp;</font> <p style="margin: 0cm 0cm 0pt; text-align: justify" class="MsoNormal"><strong><u><font face="Times New Roman" size="3" color="#000000">EÐÝTÝM-&Ouml;ÐRETÝM DURUMU:</font></u></strong></p><font face="Times New Roman" size="3" color="#000000">&nbsp;</font> <p style="margin: 0cm 0cm 0pt; text-align: justify" class="MsoNormal"><font size="3"><font color="#000000"><font face="Times New Roman"><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>Sosyal-K&uuml;lt&uuml;rel Kurslar : 2006-2007 eðitim &ouml;ðretim yýlýnda toplam 37 adet okuma-yazma kursu a&ccedil;ýlmýþ olup bu kurslarda 397 kýz 83 erkek olmak &uuml;zere toplam 480 kiþiye belge verilmiþtir.Ýl&ccedil;emiz merkezinde bulanan 5 ilk&ouml;ðretim okulunda ayrý ayrý 5 OKS&rsquo; ye hazýrlýk kursu a&ccedil;ýlmýþtýr.Belirtilen kursa 186 kýz 194 erkek olmak &uuml;zere 380 &ouml;ðrenci devam etmiþtir.Kort tenisi kursunda ise 7 kýz 12 erkek olmak &uuml;zere 19 kursiyere belge verilmiþtir. </font></font></font></p><p style="margin: 0cm 0cm 0pt; text-indent: 35.4pt; text-align: justify" class="MsoNormal"><font face="Times New Roman" size="3" color="#000000">2007-2008 eðitim &ouml;ðretim yýlýnda ise 18/10/2007 tarihi itibarý ile 2 Adet 1 ve 2.Kademe okuma yazma kursu a&ccedil;ýlmýþ olup 5 kýz 18 erkek olmak &uuml;zere toplam 23 kursiyer devam etmektedir.Ýl&ccedil;emiz merkezinde bulanan 3 ilk&ouml;ðretim okulunda OKS&rsquo; ye hazýrlýk kursu a&ccedil;ýlmýþ olup 72 kýz 104 erkek olmak &uuml;zere 176 &ouml;ðrenci devam etmektedir. </font></p><strong><u><span style="text-decoration: none"><font face="Times New Roman" size="3" color="#000000">&nbsp;</font></span></u></strong><strong><u><font size="3"><font color="#000000"><font face="Times New Roman">MESLEKÝ TEKNÝK KURSLAR: </font></font></font></u></strong><p style="margin: 0cm 0cm 0pt; text-align: justify" class="MsoNormal"><span><font face="Times New Roman" size="3" color="#000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></span></p><p style="margin: 0cm 0cm 0pt; text-align: justify" class="MsoNormal"><font size="3"><font color="#000000"><font face="Times New Roman"><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>2006-2007 eðitim &ouml;ðretim yýlýnda Halýcýlýk ,Bilgisayar, Kalorifercilik ve Ateþ&ccedil;i Kursu, Hazýr Giyim Kursu ve 1.Kurslarýnda toplam 380 kýz 87 erkek olmak &uuml;zere toplam 467 kursiyer bu kurslara devam etmiþ olup; 227 kursiyere belge verilmiþtir.</font></font></font></p><p style="margin: 0cm 0cm 0pt; text-indent: 35.4pt; text-align: justify" class="MsoNormal"><font face="Times New Roman" size="3" color="#000000">2007-2008 eðitim &ouml;ðretim yýlýnda ise Halýcýlýk Kursu devam etmekte olup (275 kýz) a&ccedil;ýlan bilgisayar kursuna 8 kýz 13 erkek olmak &uuml;zere toplam 21 kursiyer devam etmektedir.</font></p><font face="Times New Roman" size="3" color="#000000">&nbsp;</font><strong><u><font size="3"><font color="#000000"><font face="Times New Roman">MODERN TARIM VE HAYVANCILIK KURSLARI: </font></font></font></u></strong><strong><u><span style="text-decoration: none"><font face="Times New Roman" size="3" color="#000000">&nbsp;</font></span></u></strong> <p style="margin: 0cm 0cm 0pt; text-align: justify" class="MsoNormal"><font size="3"><font color="#000000"><font face="Times New Roman"><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>Milli Eðitim Bakanlýðý ve Genel Kurmay Baþkanlýðý arasýnda yapýlan iþbirliði protokol&uuml; neticesinde 2006-2007 eðitim &ouml;ðretim yýlýnda il&ccedil;emizde bulunan Tugay Komutanlýðý emrindeki erbaþ ve erlere<span>&nbsp; </span>y&ouml;nelik a&ccedil;ýlan Tarla Bitkiler,Sýðýr Yetiþtiriciliði, Kooperatif&ccedil;ilik,Baðcýlýk,G&uuml;venlik G&ouml;revlisi G&uuml;bre ve G&uuml;breleme,Arýcýlýk S&uuml;s Bitkileri Yetiþtiriciliði,&Ccedil;ayýr-Mera-Silo ve Sýlaj Yapma,Sebzecilik,Sulama,Meyvecilik,Koyun ve Ke&ccedil;icilik, Toprak ve Su Muhafaza, Zirai M&uuml;cadele, Tarýmsal Mekanizasyon, Gýda ve Beslenme ve K&uuml;mes Hayvancýlýðý Kurslarýnda toplam 483 erkek kursiyer kurslara devam etmiþ ve belge almýþlardýr.</font></font></font></p><p style="margin: 0cm 0cm 0pt; text-align: justify" class="MsoNormal"><font size="3"><font color="#000000"><font face="Times New Roman"><span>&nbsp;</span><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>2007-2008 eðitim &ouml;ðretim yýlýnda ise Tugay Komutanlýðý&rsquo;nýn emrindeki erbaþ ve erlere ayný kurslar i&ccedil;in hazýrlýk kurslarý devem etmekte olup &ouml;ng&ouml;r&uuml;len kursiyer sayýsý 520 olarak planlanmaktadýr.</font></font></font></p><p style="margin: 0cm 0cm 0pt" class="MsoNormal">&nbsp;</p><p style="margin: 0cm 0cm 0pt" class="MsoNormal">&nbsp;</p><p style="margin: 0cm 0cm 0pt" class="MsoNormal">&nbsp;</p><p style="margin: 0cm 0cm 0pt" class="MsoNormal"><strong><font face="Times New Roman" size="3" color="#000000">YAYGIN EÐÝTÝM FAALÝYETLERÝ 2006-2007</font></strong></p><table border="1" cellspacing="0" cellpadding="0" width="458" class="MsoNormalTable" style="width: 343.5pt; border: windowtext 1pt solid"><tbody><tr style="height: 17.25pt"><td width="205" valign="top" style="width: 153.8pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>A&Ccedil;ILAN KURSUN ADI</strong></font></font></font></td><td width="130" valign="top" style="width: 97.7pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>KURS SAYISI</strong></font></font></font></td><td width="123" valign="top" style="width: 92pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>KURSÝYER SAY. </strong></font></font></font></td></tr><tr style="height: 17.25pt"><td width="205" valign="top" style="width: 153.8pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>Tarla Bitkileri</strong></font></font></font></td><td width="130" valign="top" style="width: 97.7pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>1</strong></font></font></font></td><td width="123" valign="top" style="width: 92pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>25</strong></font></font></font></td></tr><tr style="height: 17.25pt"><td width="205" valign="top" style="width: 153.8pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>Sýðýr Yetiþtiriciliði</strong></font></font></font></td><td width="130" valign="top" style="width: 97.7pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>1</strong></font></font></font></td><td width="123" valign="top" style="width: 92pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>25</strong></font></font></font></td></tr><tr style="height: 17.25pt"><td width="205" valign="top" style="width: 153.8pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>Kooperatif&ccedil;ililk</strong></font></font></font></td><td width="130" valign="top" style="width: 97.7pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>1</strong></font></font></font></td><td width="123" valign="top" style="width: 92pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>25</strong></font></font></font></td></tr><tr style="height: 17.25pt"><td width="205" valign="top" style="width: 153.8pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>Baðcýlýk Kursu</strong></font></font></font></td><td width="130" valign="top" style="width: 97.7pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>2</strong></font></font></font></td><td width="123" valign="top" style="width: 92pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>45</strong></font></font></font></td></tr><tr style="height: 17.25pt"><td width="205" valign="top" style="width: 153.8pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>G&uuml;venlik G&ouml;revlisi Kursu</strong></font></font></font></td><td width="130" valign="top" style="width: 97.7pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>1</strong></font></font></font></td><td width="123" valign="top" style="width: 92pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>25</strong></font></font></font></td></tr><tr style="height: 17.25pt"><td width="205" valign="top" style="width: 153.8pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>G&uuml;bre ve G&uuml;breleme Kursu</strong></font></font></font></td><td width="130" valign="top" style="width: 97.7pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>1</strong></font></font></font></td><td width="123" valign="top" style="width: 92pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>25</strong></font></font></font></td></tr><tr style="height: 17.25pt"><td width="205" valign="top" style="width: 153.8pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>Arýcýlýk Kursu</strong></font></font></font></td><td width="130" valign="top" style="width: 97.7pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>1</strong></font></font></font></td><td width="123" valign="top" style="width: 92pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>20</strong></font></font></font></td></tr><tr style="height: 17.25pt"><td width="205" valign="top" style="width: 153.8pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>S&uuml;s Bitkileri Yetiþtiriciliði </strong></font></font></font></td><td width="130" valign="top" style="width: 97.7pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>1</strong></font></font></font></td><td width="123" valign="top" style="width: 92pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>20</strong></font></font></font></td></tr><tr style="height: 30pt"><td width="205" valign="top" style="width: 153.8pt; height: 30pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>&Ccedil;ayýr, Mera,Silo, ve Silaj Yapma Kursu</strong></font></font></font></td><td width="130" valign="top" style="width: 97.7pt; height: 30pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>1</strong></font></font></font></td><td width="123" valign="top" style="width: 92pt; height: 30pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>20</strong></font></font></font></td></tr><tr style="height: 17.25pt"><td width="205" valign="top" style="width: 153.8pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>Sebzecilik Kursu</strong></font></font></font></td><td width="130" valign="top" style="width: 97.7pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>1</strong></font></font></font></td><td width="123" valign="top" style="width: 92pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>20</strong></font></font></font></td></tr><tr style="height: 17.25pt"><td width="205" valign="top" style="width: 153.8pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>Sulama Kursu</strong></font></font></font></td><td width="130" valign="top" style="width: 97.7pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>1</strong></font></font></font></td><td width="123" valign="top" style="width: 92pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>20</strong></font></font></font></td></tr><tr style="height: 17.25pt"><td width="205" valign="top" style="width: 153.8pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>Meyveclilik Kursu</strong></font></font></font></td><td width="130" valign="top" style="width: 97.7pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>1</strong></font></font></font></td><td width="123" valign="top" style="width: 92pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><strong><font size="3"><font color="#000000"><font face="Times New Roman">20</font></font></font></strong><strong><font face="Times New Roman" size="3" color="#000000">&nbsp;</font></strong></td></tr><tr style="height: 17.25pt"><td width="205" valign="top" style="width: 153.8pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><strong><font size="3"><font color="#000000"><font face="Times New Roman">Koyun ve Ke&ccedil;icilik Kursu</font></font></font></strong></td><td width="130" valign="top" style="width: 97.7pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><strong><font size="3"><font color="#000000"><font face="Times New Roman">1</font></font></font></strong></td><td width="123" valign="top" style="width: 92pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><strong><font size="3"><font color="#000000"><font face="Times New Roman">25</font></font></font></strong></td></tr><tr style="height: 17.25pt"><td width="205" valign="top" style="width: 153.8pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><strong><font size="3"><font color="#000000"><font face="Times New Roman">Toprak ve Su Muhafaza Kursu</font></font></font></strong></td><td width="130" valign="top" style="width: 97.7pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><strong><font size="3"><font color="#000000"><font face="Times New Roman">1</font></font></font></strong></td><td width="123" valign="top" style="width: 92pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><strong><font size="3"><font color="#000000"><font face="Times New Roman">20</font></font></font></strong></td></tr><tr style="height: 17.25pt"><td width="205" valign="top" style="width: 153.8pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><strong><font size="3"><font color="#000000"><font face="Times New Roman">Tarýmsal Mekanizasyon Kursu</font></font></font></strong></td><td width="130" valign="top" style="width: 97.7pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><strong><font size="3"><font color="#000000"><font face="Times New Roman">1</font></font></font></strong></td><td width="123" valign="top" style="width: 92pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><strong><font size="3"><font color="#000000"><font face="Times New Roman">20</font></font></font></strong></td></tr><tr style="height: 17.25pt"><td width="205" valign="top" style="width: 153.8pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><strong><font size="3"><font color="#000000"><font face="Times New Roman">Gýda ve Besleme Kursu</font></font></font></strong></td><td width="130" valign="top" style="width: 97.7pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><strong><font size="3"><font color="#000000"><font face="Times New Roman">1</font></font></font></strong></td><td width="123" valign="top" style="width: 92pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><strong><font size="3"><font color="#000000"><font face="Times New Roman">25</font></font></font></strong></td></tr><tr style="height: 17.25pt"><td width="205" valign="top" style="width: 153.8pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><strong><font size="3"><font color="#000000"><font face="Times New Roman">K&uuml;mes Hayvancýlýðý Kursu</font></font></font></strong></td><td width="130" valign="top" style="width: 97.7pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><strong><font size="3"><font color="#000000"><font face="Times New Roman">1</font></font></font></strong></td><td width="123" valign="top" style="width: 92pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><strong><font size="3"><font color="#000000"><font face="Times New Roman">20</font></font></font></strong></td></tr><tr style="height: 17.25pt"><td width="205" valign="top" style="width: 153.8pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><strong><font size="3"><font color="#000000"><font face="Times New Roman">T&uuml;rk Halk Oyunlarý</font></font></font></strong></td><td width="130" valign="top" style="width: 97.7pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><strong><font size="3"><font color="#000000"><font face="Times New Roman">2</font></font></font></strong></td><td width="123" valign="top" style="width: 92pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><strong><font size="3"><font color="#000000"><font face="Times New Roman">44</font></font></font></strong></td></tr><tr style="height: 17.25pt"><td width="205" valign="top" style="width: 153.8pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><strong><font size="3"><font color="#000000"><font face="Times New Roman">TOPLAM </font></font></font></strong></td><td width="130" valign="top" style="width: 97.7pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><strong><font size="3"><font color="#000000"><font face="Times New Roman">86</font></font></font></strong></td><td width="123" valign="top" style="width: 92pt; height: 17.25pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><strong><font size="3"><font color="#000000"><font face="Times New Roman">1503</font></font></font></strong></td></tr></tbody></table>', '', 1, 0, 0, 0, '2007-01-26 09:10:57', 62, '', '2007-11-28 09:15:47', 62, 0, '0000-00-00 00:00:00', '2007-01-26 09:10:41', '0000-00-00 00:00:00', 'halk-egt.jpg|||0||bottom||', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 0, '', '', 0, 394),
(39, 'Mal Müdürlüðü', 'Mal Müdürlüðü', '<p style="color: #990000" align="center">{mosimage}</p><p style="color: #990000" align="justify">H&uuml;k&uuml;met Konaðý&rsquo;nýn 1. katýnda, Malm&uuml;d&uuml;r&uuml;, muhasebe servisi, gelir servisi, milli emlak servisi, vezne olmak &uuml;zere 5 odada faaliyet g&ouml;stermektedir.</p><p style="color: #990000" align="justify">1-BUT&Ccedil;E GÝDERÝ TOPLAMI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 30.897.896,23</p><p style="color: #990000" align="justify">2-TAHAKKUK TOPLAMI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3.062.606,23</p><p style="color: #990000" align="justify">3-GENEL TAHSÝLAT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.837.175,25</p><p style="color: #990000" align="justify">4-TAHSÝLAT Y&Uuml;ZDESÝ&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %92</p><p style="color: #990000" align="justify">5-TOPLAM PERSONEL KADROSU&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;18</p><p style="color: #990000" align="justify">6-MEVCUT PERSONEL SAYISI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;8</p><p style="color: #990000" align="justify">7-M&Uuml;KELLEF SAYISI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1135</p><p style="color: #990000" align="justify">8-YEVMÝYE SAYISI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 9263</p><p style="color: #990000" align="justify">9-DEVAM EDEN HAZÝNE DAVA DOSYASI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;52</p><p style="color: #990000" align="justify">10-TOPLAM TAÞINMAZ ADEDÝ&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1437</p><p style="color: #990000" align="justify">11-TOPLAM TAÞINMAZ Y&Uuml;Z&Ouml;L&Ccedil;&Uuml;M&Uuml;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;10.503.798,92&nbsp;&nbsp; M2</p><p style="color: #990000" align="justify">12-SAYMANLIÐIMIZA KAYITLI KURUM SAYISI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;10</p><p style="color: #990000" align="justify">13-SAYMANLIÐIMIZA KAYITLI BÝRÝM SAYISI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;41</p>', '', 1, 0, 0, 0, '2007-01-26 09:11:13', 62, '', '2007-11-13 21:20:32', 62, 0, '0000-00-00 00:00:00', '2007-01-26 09:11:02', '0000-00-00 00:00:00', 'maliyelogo.gif|||0||bottom||\r\n', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 1, 0, 0, '', '', 0, 506);
INSERT INTO `jos_content` (`id`, `title`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`) VALUES
(40, 'Milli Eðitim Müdürlüðü', 'Milli Eðitim Müdürlüðü', '<span style="font-size: 10pt; color: #990000; font-family: Arial"><p align="justify">&nbsp;</p><p align="center">&nbsp;{mosimage}</p><font size="3"><font color="#000000"><font face="Times New Roman"><strong><span>1-YERLEÞÝM YERÝ:</span></strong><span> Ýl&ccedil;e H&uuml;k&uuml;met Konaðýnda olup, 2 Þube M&uuml;d&uuml;r&uuml; (1&rsquo;i Ýl&ccedil;e Milli Eðitim M&uuml;d&uuml;rl&uuml;ð&uuml;n&uuml; vekaleten s&uuml;rd&uuml;rmektedir), 2 Veri Hazýrlama Kontrol Ýþletmeni, 1 memur, 1 Hizmetli, 1 Þof&ouml;r <span>&nbsp;</span>mevcuttur. Ýl&ccedil;e Milli Eðitim M&uuml;d&uuml;rl&uuml;ð&uuml;n&uuml;n elektrik, su ve yakacak giderleri Mal M&uuml;d&uuml;rl&uuml;ð&uuml; Saymalýðýnca Karþýlanmaktadýr. Okul giderleri Genel ve &Ouml;zel Ýdare b&uuml;t&ccedil;esinden gelen &ouml;deneklerle karþýlanmaktadýr.</span><span style="font-size: 26pt"></span></font></font></font><span><font face="Times New Roman" size="3" color="#000000">&nbsp;</font></span><strong><span><font size="3"><font color="#000000"><font face="Times New Roman">2-PERSONEL DURUMU:</font></font></font></span></strong><strong><span><font face="Times New Roman" size="3" color="#000000">&nbsp;</font></span></strong> <table border="1" cellspacing="0" cellpadding="0" class="MsoTableGrid" style="border-collapse: collapse; border: medium none"><tbody><tr style="height: 4.05pt"><td rowspan="2" width="55" style="padding-right: 5.4pt; padding-left: 5.4pt; padding-bottom: 0cm; width: 41.4pt; padding-top: 0cm; height: 4.05pt; background-color: transparent; border: windowtext 1pt solid"><span><font size="3"><font color="#000000"><font face="Times New Roman">SIRA NO</font></font></font></span></td><td rowspan="2" width="264" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: windowtext 1pt solid; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 198pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 4.05pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">KURUMUN ADI</font></font></font></span></td><td colspan="2" width="92" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: windowtext 1pt solid; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 69.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 4.05pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">MEMUR </font></font></font></span></td><td colspan="2" width="96" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: windowtext 1pt solid; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 72pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 4.05pt; background-color: transparent"><p style="margin: 0cm 0cm 0pt" class="MsoNormal"><span><font face="Times New Roman" size="3" color="#000000">HÝZMETLÝ</font></span></p></td><td colspan="3" width="97" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: windowtext 1pt solid; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 72.5pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 4.05pt; background-color: transparent"><p style="margin: 0cm 0cm 0pt" class="MsoNormal"><span><font face="Times New Roman" size="3" color="#000000">ÞOF&Ouml;R</font></span></p></td></tr><tr style="height: 13.25pt"><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">Mev.</font></font></font></span></td><td width="44" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 33.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">Ýht.</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">Mev.</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">Ýht.</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">Mev.</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">Ýht.</font></font></font></span></td><td width="1" style="background-color: transparent; border: #ece9d8; padding: 0cm"><p style="margin: 0cm 0cm 0pt" class="MsoNormal">&nbsp;</p></td></tr><tr style="height: 14.2pt"><td width="55" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 41.4pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">1</font></font></font></span></td><td width="264" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 198pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">Ýl&ccedil;e Milli Eðitim M&uuml;d&uuml;rl&uuml;ð&uuml;</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">3</font></font></font></span></td><td width="44" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 33.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">2</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">1</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">1</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">1</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="1" style="background-color: transparent; border: #ece9d8; padding: 0cm"><p style="margin: 0cm 0cm 0pt" class="MsoNormal">&nbsp;</p></td></tr><tr style="height: 13.25pt"><td width="55" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 41.4pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">2</font></font></font></span></td><td width="264" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 198pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">Mehmet Toprak Halk Eðitim Merkezi</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">1</font></font></font></span></td><td width="44" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 33.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">1</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="1" style="background-color: transparent; border: #ece9d8; padding: 0cm"><p style="margin: 0cm 0cm 0pt" class="MsoNormal">&nbsp;</p></td></tr><tr style="height: 13.25pt"><td width="55" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 41.4pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">3</font></font></font></span></td><td width="264" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 198pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">Þht.&Ouml;ðt.A.Nurettin Soyer Anaokulu</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="44" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 33.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">1</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">2</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="1" style="background-color: transparent; border: #ece9d8; padding: 0cm"><p style="margin: 0cm 0cm 0pt" class="MsoNormal">&nbsp;</p></td></tr><tr style="height: 14.2pt"><td width="55" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 41.4pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">4</font></font></font></span></td><td width="264" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 198pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">Ahmet Toprak <span>&nbsp;</span>&Ccedil;ok Programlý Lisesi</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">1</font></font></font></span></td><td width="44" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 33.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">6</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="1" style="background-color: transparent; border: #ece9d8; padding: 0cm"><p style="margin: 0cm 0cm 0pt" class="MsoNormal">&nbsp;</p></td></tr><tr style="height: 13.25pt"><td width="55" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 41.4pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">5</font></font></font></span></td><td width="264" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 198pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">Atat&uuml;rk <span>&nbsp;</span>Ý.O.</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="44" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 33.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">1</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">1</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">2</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="1" style="background-color: transparent; border: #ece9d8; padding: 0cm"><p style="margin: 0cm 0cm 0pt" class="MsoNormal">&nbsp;</p></td></tr><tr style="height: 13.25pt"><td width="55" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 41.4pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">6</font></font></font></span></td><td width="264" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 198pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">Cumhuriyet<span>&nbsp; </span>Ý.O.</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="44" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 33.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">1</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">1</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">2</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="1" style="background-color: transparent; border: #ece9d8; padding: 0cm"><p style="margin: 0cm 0cm 0pt" class="MsoNormal">&nbsp;</p></td></tr><tr style="height: 13.25pt"><td width="55" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 41.4pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">7</font></font></font></span></td><td width="264" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 198pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">Demir&ccedil;elik<span>&nbsp; </span><span>&nbsp;</span>Ý.O.</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="44" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 33.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">1</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">1</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">3</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="1" style="background-color: transparent; border: #ece9d8; padding: 0cm"><p style="margin: 0cm 0cm 0pt" class="MsoNormal">&nbsp;</p></td></tr><tr style="height: 14.2pt"><td width="55" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 41.4pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">8</font></font></font></span></td><td width="264" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 198pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">Lice Ý.O.</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">1</font></font></font></span></td><td width="44" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 33.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">1</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">2</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="1" style="background-color: transparent; border: #ece9d8; padding: 0cm"><p style="margin: 0cm 0cm 0pt" class="MsoNormal">&nbsp;</p></td></tr><tr style="height: 13.25pt"><td width="55" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 41.4pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">9</font></font></font></span></td><td width="264" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 198pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">Þ.T.B.Aydýn <span>&nbsp;</span>Ý.O.</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="44" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 33.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">1</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">3</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="1" style="background-color: transparent; border: #ece9d8; padding: 0cm"><p style="margin: 0cm 0cm 0pt" class="MsoNormal">&nbsp;</p></td></tr><tr style="height: 13.25pt"><td width="55" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 41.4pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">10</font></font></font></span></td><td width="264" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 198pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">Ayþe Toprak <span>&nbsp;</span>YÝBO</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">1</font></font></font></span></td><td width="44" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 33.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">1</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">8</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">1</font></font></font></span></td><td width="1" style="background-color: transparent; border: #ece9d8; padding: 0cm"><p style="margin: 0cm 0cm 0pt" class="MsoNormal">&nbsp;</p></td></tr><tr style="height: 14.2pt"><td width="55" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 41.4pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">11</font></font></font></span></td><td width="264" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 198pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">Yaprak K&ouml;y&uuml;<span>&nbsp; </span>Ý.O</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="44" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 33.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">1</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">2</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="1" style="background-color: transparent; border: #ece9d8; padding: 0cm"><p style="margin: 0cm 0cm 0pt" class="MsoNormal">&nbsp;</p></td></tr><tr style="height: 14.2pt"><td width="55" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 41.4pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">12</font></font></font></span></td><td width="264" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 198pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">Kayacýk K&ouml;y&uuml;<span>&nbsp; </span>Ý.O</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="44" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 33.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">1</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">2</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="1" style="background-color: transparent; border: #ece9d8; padding: 0cm"><p style="margin: 0cm 0cm 0pt" class="MsoNormal">&nbsp;</p></td></tr><tr style="height: 14.2pt"><td width="55" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 41.4pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">13</font></font></font></span></td><td width="264" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 198pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">Lice &Ouml;ðretmen Evi</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="44" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 33.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">1</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">2</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 14.2pt; background-color: transparent"><span><font size="3"><font color="#000000"><font face="Times New Roman">-</font></font></font></span></td><td width="1" style="background-color: transparent; border: #ece9d8; padding: 0cm"><p style="margin: 0cm 0cm 0pt" class="MsoNormal">&nbsp;</p></td></tr><tr style="height: 13.25pt"><td width="55" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 41.4pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><span><font face="Times New Roman" size="3" color="#000000">&nbsp;</font></span></td><td width="264" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 198pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><strong><span><font size="3"><font color="#000000"><font face="Times New Roman">TOPLAM</font></font></font></span></strong></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><strong><span><font size="3"><font color="#000000"><font face="Times New Roman">7</font></font></font></span></strong></td><td width="44" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 33.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><strong><span><font size="3"><font color="#000000"><font face="Times New Roman">11</font></font></font></span></strong></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><strong><span><font size="3"><font color="#000000"><font face="Times New Roman">5</font></font></font></span></strong></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><strong><span><font size="3"><font color="#000000"><font face="Times New Roman">36</font></font></font></span></strong></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><strong><span><font size="3"><font color="#000000"><font face="Times New Roman">1</font></font></font></span></strong></td><td width="48" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 36pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 13.25pt; background-color: transparent"><strong><span><font size="3"><font color="#000000"><font face="Times New Roman">1</font></font></font></span></strong></td><td width="1" style="background-color: transparent; border: #ece9d8; padding: 0cm"><p style="margin: 0cm 0cm 0pt" class="MsoNormal">&nbsp;</p></td></tr></tbody></table><span><font face="Times New Roman" size="3" color="#000000">&nbsp;</font></span><strong><span><font size="3"><font color="#000000"><font face="Times New Roman">3-OKULLAÞMA DURUMU:</font></font></font></span></strong><span><font size="3"><font color="#000000"><font face="Times New Roman">a)Anaokulunda Okullaþma Durumu: %47.54 <span>&nbsp;</span>(Kýz %43.75, Erkek %50.00)</font></font></font></span><span><font size="3"><font color="#000000"><font face="Times New Roman">b) Anasýnýflarýnda Okullaþma Durumu: %47.54</font></font></font></span><span><font size="3"><font color="#000000"><font face="Times New Roman"><span>&nbsp;&nbsp;&nbsp; </span><strong>Merkez :</strong>%47.54 Kýz%43.75,<span>&nbsp; </span>Erkek %50.00, <strong>K&ouml;y:</strong> %0, Kýz%0,<span>&nbsp; </span>Erkek %0</font></font></font></span> <p style="margin: 0cm 0cm 0pt; text-align: justify" class="MsoNormal"><span><font face="Times New Roman" size="3" color="#000000">c) Ýlk&ouml;ðretimde Okullaþma Durumu: %86.39</font></span></p><p style="margin: 0cm 0cm 0pt; text-align: justify" class="MsoNormal"><span><font size="3"><font color="#000000"><font face="Times New Roman"><span>&nbsp;&nbsp;&nbsp; </span><strong>Merkez : </strong>99.48 Kýz%99.29,<span>&nbsp; </span>Erkek %99.64, <strong>K&ouml;y: </strong>93.85<strong> </strong>%, Kýz%90.10,<span>&nbsp; </span>Erkek %96.54</font></font></font></span></p><span><font size="3"><font color="#000000"><font face="Times New Roman">d) Orta&ouml;ðretimde Okullaþma Durumu: % 47 <span>&nbsp;</span>(<strong>Kýz:</strong> %53, Erkek<strong>: </strong>%41) </font></font></font></span><p style="margin: 0cm 0cm 0pt; text-align: justify; tab-stops: 36.0pt" class="MsoNormal"><font color="#000000"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"><span>&nbsp;</span>Ýl&ccedil;e merkezinde, 1 &Ccedil;ok Programlý Lise (Genel Lise, Tesisat Teknolojisi, Elektrik B&ouml;l&uuml;m&uuml;, Bilgisayar-Yazýlým, &Ccedil;ocuk Geliþimi B&ouml;l&uuml;m&uuml; olmak &uuml;zere toplam 5 b&ouml;l&uuml;mden oluþur), 6 ilk&ouml;ðretim Okulu, 1 Halk Eðitim Merkezi, 1 adet 3 derslikli Anaokulu, 1 Adet <span>&nbsp;</span>M.T.S.K, 14 yataklý &Ouml;ðretmen Evi, 90 kapasiteli &Ouml;zel Umut G&uuml;neþi &Ouml;zel Eðitim ve Rehabilitasyon Merkezi, K&ouml;y ve Mezralarda 2&rsquo;si 8 derslikli, 25&rsquo;i Birleþtirilmiþ Sýnýf<span>&nbsp; </span>ilk&ouml;ðretim okulu olmak &uuml;zere toplam 27 Ýlk&ouml;ðretim Okulu bulunmaktadýr. Ayrýca Demir&ccedil;elik Ýlk&ouml;ðretim Okulu hari&ccedil; merkezdeki t&uuml;m ilk&ouml;ðretim okullarýnda ve Halk Eðitim Merkezinde ana sýnýfý bulunmaktadýr. </span></font></p><p style="margin: 0cm 0cm 0pt; text-align: justify; tab-stops: 36.0pt" class="MsoNormal">&nbsp;</p><strong><font size="3"><font color="#000000"><font face="Times New Roman">Ýlk&ouml;ðretim Okullarýndaki &Ouml;ðrencilerin Daðýlýmý</font></font></font></strong> <table border="1" cellspacing="0" cellpadding="0" width="485" class="MsoNormalTable" style="width: 363.75pt; border: windowtext 2.25pt solid"><tbody><tr style="height: 33.75pt"><td width="121" style="width: 90.9pt; height: 33.75pt; background-color: transparent; border: windowtext 2.25pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">&nbsp;</font></font></font></td><td width="121" style="width: 90.95pt; height: 33.75pt; background-color: transparent; border: windowtext 2.25pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">KIZ</font></font></font></td><td width="121" style="width: 90.95pt; height: 33.75pt; background-color: transparent; border: windowtext 2.25pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">ERKEK</font></font></font></td><td width="121" style="width: 90.95pt; height: 33.75pt; background-color: transparent; border: windowtext 2.25pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">TOPLAM</font></font></font></td></tr><tr style="height: 33.75pt"><td width="121" style="width: 90.9pt; height: 33.75pt; background-color: transparent; border: windowtext 2.25pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">MERKEZ</font></font></font></td><td width="121" style="width: 90.95pt; height: 33.75pt; background-color: transparent; border: windowtext 2.25pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">1327</font></font></font></td><td width="121" style="width: 90.95pt; height: 33.75pt; background-color: transparent; border: windowtext 2.25pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">1859</font></font></font></td><td width="121" style="width: 90.95pt; height: 33.75pt; background-color: transparent; border: windowtext 2.25pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">3186</font></font></font></td></tr><tr style="height: 33.75pt"><td width="121" style="width: 90.9pt; height: 33.75pt; background-color: transparent; border: windowtext 2.25pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">K&ouml;y</font></font></font></td><td width="121" style="width: 90.95pt; height: 33.75pt; background-color: transparent; border: windowtext 2.25pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">219</font></font></font></td><td width="121" style="width: 90.95pt; height: 33.75pt; background-color: transparent; border: windowtext 2.25pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">267</font></font></font></td><td width="121" style="width: 90.95pt; height: 33.75pt; background-color: transparent; border: windowtext 2.25pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">486</font></font></font></td></tr><tr style="height: 33.75pt"><td width="121" style="width: 90.9pt; height: 33.75pt; background-color: transparent; border: windowtext 2.25pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">Birleþtirilmiþ Sýnýf</font></font></font></td><td width="121" style="width: 90.95pt; height: 33.75pt; background-color: transparent; border: windowtext 2.25pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">626</font></font></font></td><td width="121" style="width: 90.95pt; height: 33.75pt; background-color: transparent; border: windowtext 2.25pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">589</font></font></font></td><td width="121" style="width: 90.95pt; height: 33.75pt; background-color: transparent; border: windowtext 2.25pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">1215</font></font></font></td></tr><tr style="height: 35.25pt"><td width="121" style="width: 90.9pt; height: 35.25pt; background-color: transparent; border: windowtext 2.25pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">Genel Toplam&rdquo;</font></font></font></td><td width="121" style="width: 90.95pt; height: 35.25pt; background-color: transparent; border: windowtext 2.25pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">2146</font></font></font></td><td width="121" style="width: 90.95pt; height: 35.25pt; background-color: transparent; border: windowtext 2.25pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">2676</font></font></font></td><td width="121" style="width: 90.95pt; height: 35.25pt; background-color: transparent; border: windowtext 2.25pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">4887</font></font></font></td></tr></tbody></table><strong><font face="Times New Roman" size="3" color="#000000">&nbsp;</font></strong> <p style="margin: 0cm 0cm 0pt" class="MsoNormal"><strong><font size="3"></font></strong></p><strong><font size="3"><font color="#000000"><font face="Times New Roman">Orta&ouml;ðretimdeki &Ouml;ðrencilerin Daðýlýmý</font></font></font></strong> <table border="1" cellspacing="0" cellpadding="0" width="476" class="MsoNormalTable" style="width: 357pt; border: windowtext 2.25pt solid"><tbody><tr style="height: 55.5pt"><td width="120" style="width: 90pt; height: 55.5pt; background-color: transparent; border: windowtext 2.25pt solid; padding: 0cm"><strong><font size="3"><font color="#000000"><font face="Times New Roman">&nbsp;</font></font></font></strong></td><td width="122" style="width: 91.5pt; height: 55.5pt; background-color: transparent; border: windowtext 2.25pt solid; padding: 0cm"><strong><font size="3"><font color="#000000"><font face="Times New Roman">KIZ</font></font></font></strong></td><td width="118" style="width: 88.5pt; height: 55.5pt; background-color: transparent; border: windowtext 2.25pt solid; padding: 0cm"><strong><font size="3"><font color="#000000"><font face="Times New Roman">ERKEK</font></font></font></strong></td><td width="120" style="width: 90pt; height: 55.5pt; background-color: transparent; border: windowtext 2.25pt solid; padding: 0cm"><strong><font size="3"><font color="#000000"><font face="Times New Roman">Toplam</font></font></font></strong></td></tr><tr style="height: 57pt"><td width="120" style="width: 90pt; height: 57pt; background-color: transparent; border: windowtext 2.25pt solid; padding: 0cm"><strong><font size="3"><font color="#000000"><font face="Times New Roman">MERKEZ</font></font></font></strong></td><td width="122" style="width: 91.5pt; height: 57pt; background-color: transparent; border: windowtext 2.25pt solid; padding: 0cm"><strong><font size="3"><font color="#000000"><font face="Times New Roman">193</font></font></font></strong></td><td width="118" style="width: 88.5pt; height: 57pt; background-color: transparent; border: windowtext 2.25pt solid; padding: 0cm"><strong><font size="3"><font color="#000000"><font face="Times New Roman">323</font></font></font></strong></td><td width="120" style="width: 90pt; height: 57pt; background-color: transparent; border: windowtext 2.25pt solid; padding: 0cm"><strong><font size="3"><font color="#000000"><font face="Times New Roman">516</font></font></font></strong></td></tr></tbody></table><p>&nbsp;</p><strong><font size="3"><font color="#000000"><font face="Times New Roman">Branþlara G&ouml;re Ýlk&ouml;ðretim Okullarýndaki &Ouml;ðretmen Durumu </font></font></font></strong><table border="1" cellspacing="0" cellpadding="0" width="371" class="MsoNormalTable" style="width: 278.25pt; border: windowtext 1.5pt solid"><tbody><tr style="height: 18pt"><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>Branþ</strong></font></font></font></td><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>Norm Kadro</strong></font></font></font></td><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><strong>Mevcut</strong></font></font></font></td></tr><tr style="height: 18pt"><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">T&uuml;rk&ccedil;e</font></font></font></td><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">11</font></font></font></td><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">12</font></font></font></td></tr><tr style="height: 18pt"><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">Matematik</font></font></font></td><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">8</font></font></font></td><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">8</font></font></font></td></tr><tr style="height: 17.25pt"><td width="124" style="width: 93pt; height: 17.25pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">Fen bilgisi</font></font></font></td><td width="124" style="width: 93pt; height: 17.25pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">7</font></font></font></td><td width="124" style="width: 93pt; height: 17.25pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">2</font></font></font></td></tr><tr style="height: 18pt"><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">Sosyal bilgiler</font></font></font></td><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">6</font></font></font></td><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">6</font></font></font></td></tr><tr style="height: 18pt"><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">Din k&uuml;lt&uuml;r&uuml;</font></font></font></td><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">6</font></font></font></td><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">3</font></font></font></td></tr><tr style="height: 18pt"><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">Resim iþ teknik</font></font></font></td><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">4</font></font></font></td><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">3</font></font></font></td></tr><tr style="height: 18pt"><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">M&uuml;zik</font></font></font></td><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">3</font></font></font></td><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">2</font></font></font></td></tr><tr style="height: 18pt"><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">Rehberlik</font></font></font></td><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">7</font></font></font></td><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">2</font></font></font></td></tr><tr style="height: 18pt"><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">Bilgisayar</font></font></font></td><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">5</font></font></font></td><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">4</font></font></font></td></tr><tr style="height: 18pt"><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">Ýngilizce</font></font></font></td><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">11</font></font></font></td><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">7</font></font></font></td></tr><tr style="height: 18pt"><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">Ana Sýnýfý</font></font></font></td><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">14</font></font></font></td><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">3</font></font></font></td></tr><tr style="height: 18pt"><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">Beden Eðitimi</font></font></font></td><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">3</font></font></font></td><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">3</font></font></font></td></tr><tr style="height: 18pt"><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">Genel Toplam</font></font></font></td><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">85</font></font></font></td><td width="124" style="width: 93pt; height: 18pt; background-color: transparent; border: windowtext 1.5pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman">54</font></font></font></td></tr></tbody></table></span>', '', 1, 0, 0, 0, '2007-01-26 09:11:40', 62, '', '2007-11-19 21:56:15', 62, 0, '0000-00-00 00:00:00', '2007-01-26 09:11:26', '0000-00-00 00:00:00', 'meblogo.gif|||0||bottom||\r\n', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 1, 0, 0, '', '', 0, 1446);
INSERT INTO `jos_content` (`id`, `title`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`) VALUES
(41, 'Nüfus Müdürlüðü', 'Nüfus Müdürlüðü', '<p style="color: #990000" align="center">{mosimage}&nbsp;</p><p style="color: #990000" align="center">Medeni ATEÞ</p><p style="color: #990000" align="center">Ýl&ccedil;e N&uuml;fus M&uuml;d&uuml;r V.</p><p style="color: #990000" align="justify">N&uuml;fus M&uuml;d&uuml;rl&uuml;ð&uuml;, H&uuml;k&uuml;met Konaðý binasýnýn &uuml;&ccedil;&uuml;nc&uuml; katýnda hizmet vermektedir.</p><p style="color: #990000" align="justify">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ama&ccedil;:&nbsp; N&uuml;fus hizmetlerini ve bu hizmetleri y&uuml;r&uuml;tecek kuruluþlar ile bunlarýn yetki g&ouml;rev ve sorumluluklarýnýn arasýndaki g&ouml;rev yetki ve iliþkilerini belli etmek, hizmetin y&uuml;r&uuml;t&uuml;lmesinde izlenecek y&ouml;ntemlerin saptanmasý ve uygulanmasýnda birlik ve beraberliðin saðlanmasýdýr.<br />&nbsp;&nbsp;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Kurum Kuruluþ ve Tarih&ccedil;esi: Ýl&ccedil;emizin tarihi Osmanlýlardan daha &ouml;nceye dayanmaktadýr.&nbsp; &Ouml;nceden il&ccedil;e merkezi Kabakaya K&ouml;y&uuml;&rsquo;nde bulunmaktaydý. K&ouml;yde eski yerleþim yerinden kalma kalýntýlar halen mevcuttur.</p><p style="color: #990000" align="justify">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ýl&ccedil;e 14 mahalle ve 56 k&ouml;yden oluþmaktadýr. Ýl&ccedil;emize baðlý idari birimlerde toplam 199.480&nbsp; kiþi kayýtlýdýr. Bunlardan 128.529 kiþinin sað ve 70.951 kiþinin &ouml;l&uuml; olduðu kayýtlarýmýzýn tetkikinden anlaþýlmýþtýr. 2007 yýlýna ait doðum, evlenme, &ouml;l&uuml;m, diðer olaylar, kayýt d&uuml;zeltme, boþanma&nbsp; ile artýþ ve eksilme g&ouml;sterir b&uuml;t&uuml;n iþlemler d&acirc;hildir. 25/04/2006 tarihinde kabul edilen 5490 Sayýlý N&uuml;fus Hizmetleri Kanunu ile y&uuml;r&uuml;rl&uuml;ðe giren &ldquo;Adres Kayýt Sistemi&rdquo; ile yapýlan &ccedil;alýþmalar sonucunda daimi ikamet eden Ýl&ccedil;emiz Merkez N&uuml;fusu 13118, K&ouml;y N&uuml;fusu 14 442 olup toplam 30 560 olarak tespit edilmiþtir. <br />&nbsp;&nbsp; <br />Kadro ve Personel Durumu:&nbsp; Ýl&ccedil;emiz N&uuml;fus M&uuml;d&uuml;rl&uuml;ð&uuml;&rsquo;n&uuml;n 1 M&uuml;d&uuml;r, 7 Veri Hazýrlama ve Kontrol Ýþletmeni Memuru olmak &uuml;zere 8 kadrosu bulunmaktadýr. Bu kadrolardan 3 VHKÝ kadrosu doludur.</p><p style="color: #990000" align="justify">Hizmet Ara&ccedil; ve Gere&ccedil;ler: Hizmet binasý H&uuml;k&uuml;met Konaðý&rsquo;nýn 3. katýnda olup 1 M&uuml;d&uuml;r odasý, 1 N&uuml;fus Kalemi ve 1 Arþivden oluþmaktadýr. </p><p>&nbsp;</p>', '', 1, 0, 0, 0, '2007-01-26 09:12:03', 62, '', '2008-04-21 16:39:23', 62, 0, '0000-00-00 00:00:00', '2007-01-26 09:11:49', '0000-00-00 00:00:00', 'nufus-mud.jpg|||0||bottom||', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 0, '', '', 0, 724),
(247, 'Bilgi Edinme', 'Bilgi Edinme', '<p class="style1" align="center"><font style="font-size: 13pt">Aþaðýdaki formlardan size uygun olaný doldurup<br />aþaðýdaki &nbsp;e-posta adresine g&ouml;nderiniz</font>.<br /><img src="depo/yazi.png" alt="" width="227" height="39" /></p><table border="0" cellspacing="0" cellpadding="0" width="546" align="center"><tbody><tr><td width="372"><strong>Bilgi Edinme Kanunu </strong></td><td width="40" height="60"><a href="depo/bilgiedinmekanunu.html" target="_blank"><img src="depo/html.png" border="0" alt="" width="40" height="40" /></a></td><td width="134"><strong>.HTML</strong></td></tr><tr><td><strong>Bilgi Edinme Hakký Kanununun Uygulanmasýna Ýliþkin Esas ve Usuller Hakkýna Y&ouml;netmelik </strong></td><td><a href="depo/bilgiedinmeuygulama.html" target="_blank"><img src="depo/html.png" border="0" alt="" width="40" height="40" /></a><a href="depo/bilgi%20edinme%20basvuru%20formu_gercek.doc"></a></td><td><strong>.HTML</strong></td></tr><tr><td><strong>Bilgi Edinme Baþvuru Formu (T&uuml;zel Kiþiler) </strong></td><td height="60"><a href="depo/bilgi%20edinme%20basvuru%20formu_tuzel.doc"><img src="depo/word.png" border="0" alt="" width="40" height="40" /></a></td><td><strong>.DOC</strong></td></tr><tr><td><strong>Bilgi Edinme Baþvuru Formu (Ger&ccedil;ek Kiþiler)</strong></td><td><a href="depo/bilgi%20edinme%20basvuru%20formu_gercek.doc"><img src="depo/word.png" border="0" alt="" width="40" height="40" /></a></td><td><strong>.DOC</strong></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table>', '', 1, 0, 0, 0, '2008-04-21 15:08:44', 62, '', '2008-04-21 15:12:21', 62, 0, '0000-00-00 00:00:00', '2008-04-21 15:07:29', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 0, '', '', 0, 2261);
INSERT INTO `jos_content` (`id`, `title`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`) VALUES
(42, 'Tapu Müdürlüðü', 'Tapu Müdürlüðü', '<p align="center">&nbsp;{mosimage}</p><p align="center">{mosimage}</p><p align="center"><strong>Ahmet SAYIN</strong></p><p align="center"><strong>Ýl&ccedil;e Tapu Sicil M&uuml;d&uuml;r&uuml;</strong></p><p align="justify">&nbsp;&nbsp; H&uuml;k&uuml;met Konaðý&rsquo;nýn 3. katýnda iki odada hizmet vermektedir.</p><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">Personel Durumu:</span></strong> <table border="1" cellspacing="0" cellpadding="0" class="MsoNormalTable" style="margin: auto auto auto -5.5pt; border-collapse: collapse; border: medium none"><tbody><tr style="height: 26.25pt"><td width="300" style="padding-right: 3.5pt; padding-left: 3.5pt; padding-bottom: 0cm; width: 225pt; padding-top: 0cm; height: 26.25pt; background-color: transparent; border: windowtext 1pt solid"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">M&uuml;d&uuml;r</span></td><td width="96" style="border-right: windowtext 1pt solid; padding-right: 3.5pt; border-top: windowtext 1pt solid; padding-left: 3.5pt; padding-bottom: 0cm; border-left: #ece9d8; width: 72pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 26.25pt; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">1</span></td></tr><tr style="height: 26.25pt"><td width="300" style="border-right: windowtext 1pt solid; padding-right: 3.5pt; border-top: #ece9d8; padding-left: 3.5pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 225pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 26.25pt; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">Veri Hazýrlama Kontrol Ýþletmeni</span></td><td width="96" style="border-right: windowtext 1pt solid; padding-right: 3.5pt; border-top: #ece9d8; padding-left: 3.5pt; padding-bottom: 0cm; border-left: #ece9d8; width: 72pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 26.25pt; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">1</span></td></tr><tr style="height: 27pt"><td width="300" style="border-right: windowtext 1pt solid; padding-right: 3.5pt; border-top: #ece9d8; padding-left: 3.5pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 225pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 27pt; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">Tapu Arþiv Memuru</span></td><td width="96" style="border-right: windowtext 1pt solid; padding-right: 3.5pt; border-top: #ece9d8; padding-left: 3.5pt; padding-bottom: 0cm; border-left: #ece9d8; width: 72pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 27pt; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">1</span></td></tr><tr style="height: 25.35pt"><td width="300" style="border-right: windowtext 1pt solid; padding-right: 3.5pt; border-top: #ece9d8; padding-left: 3.5pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 225pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 25.35pt; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">Hizmetli</span></td><td width="96" style="border-right: windowtext 1pt solid; padding-right: 3.5pt; border-top: #ece9d8; padding-left: 3.5pt; padding-bottom: 0cm; border-left: #ece9d8; width: 72pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 25.35pt; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">1</span><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&nbsp;</span></td></tr></tbody></table><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&nbsp;</span> <table border="1" cellspacing="0" cellpadding="0" class="MsoTableGrid" style="border-collapse: collapse; border: medium none"><tbody><tr><td colspan="5" width="655" valign="top" style="padding-right: 5.4pt; padding-left: 5.4pt; padding-bottom: 0cm; width: 491.4pt; padding-top: 0cm; background-color: transparent; border: windowtext 1pt solid"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">DÝYARBAKIR ÝLÝ LÝCE ÝL&Ccedil;ESÝ 2007&ndash;2008 ÝHALELÝ KADASTRO &Ccedil;ALIÞMALARI DURUMUNU G&Ouml;STEREN &Ccedil;ÝZELGE</span></strong></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">1</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&Ccedil;ARÞI</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&nbsp;</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">M</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">Tarým<span>&nbsp; </span>Ýlaný Kesinleþti</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">2</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">DELVAN</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&nbsp;</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">M</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">Tarým<span>&nbsp; </span>Ýlaný Kesinleþti</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">3</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">KALÝ</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&nbsp;</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">M</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">Tarým<span>&nbsp; </span>Ýlaný Kesinleþti</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">4</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">KALVAN</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&nbsp;</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">M</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">Tarým<span>&nbsp; </span>Ýlaný Kesinleþti</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">5</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">KARAHASAN</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&nbsp;</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">M</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">Tarým<span>&nbsp; </span>Ýlaný Kesinleþti</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">6</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">K&Ouml;RT&Uuml;K</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&nbsp;</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">M</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">Tarým<span>&nbsp; </span>Ýlaný Kesinleþti</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">7</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">KUMLUCA</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">FUM</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">M</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">Tarým<span>&nbsp; </span>Ýlaný Kesinleþti</span></td></tr><tr style="height: 17.6pt"><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 17.6pt; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">8</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 17.6pt; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">MOLLA</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 17.6pt; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&nbsp;</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 17.6pt; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">M</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 17.6pt; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">Tarým<span>&nbsp; </span>Ýlaný Kesinleþti</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">9</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">M&Uuml;NÝAÐA</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&nbsp;</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">M</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">Tarým<span>&nbsp; </span>Ýlaný Kesinleþti</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">10</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">MURADÝYE</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&nbsp;</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">M</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&Ccedil;alýþmalar Ýhaleli Devam Ediyor</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">11</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">ÞAAR</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&nbsp;</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">M</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">Tarým<span>&nbsp; </span>Ýlaný Kesinleþti</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">12</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">YENÝÞEHÝR</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&nbsp;</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">M</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">Tarým<span>&nbsp; </span>Ýlaný Kesinleþti</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">13</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">YEÞÝLBUR&Ccedil;</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">DERCÝMÝT</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">M</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">Tarým<span>&nbsp; </span>Ýlaný Kesinleþti</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">14</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">ABALI</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">K&Ouml;RHAT</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">K</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&Ccedil;alýþmalar Ýhaleli Devam Ediyor</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">15</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">ARIKLI</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">H&Uuml;SEYÝNÝK</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">K</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&Ccedil;alýþmalar Ýhaleli Devam Ediyor</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">16</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">BAÐLAN</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">M&Uuml;ÞR&Uuml;F</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">K</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&Ccedil;alýþmalar Ýhaleli Devam Ediyor</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">17</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">BUDAK</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">HAZMAZ</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">K</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&Ccedil;alýþmalar Ýhaleli Devam Ediyor</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">18</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&Ccedil;AVUNDUR</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">LICEK</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">K</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&Ccedil;alýþmalar Ýhaleli Devam Ediyor</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">19</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&Ccedil;EPER</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&nbsp;</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">K</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&Ccedil;alýþmalar Ýhaleli Devam Ediyor</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">20</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">DARALAN</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">COMALAÞ</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">K</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&Ccedil;alýþmalar Ýhaleli Devam Ediyor</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">21</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">DERNEK</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">TÝL</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">K</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&Ccedil;alýþmalar Ýhaleli Devam Ediyor</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">22</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">DÝBEK&Ouml;Y</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">DERHUST</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">K</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&Ccedil;alýþmalar Ýhaleli Devam Ediyor</span></td></tr><tr style="height: 17.95pt"><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 17.95pt; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">23</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 17.95pt; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">DOLUNAY</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 17.95pt; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">ZENGÝ</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 17.95pt; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">K</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 17.95pt; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&Ccedil;alýþmalar Ýhaleli Devam Ediyor</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">24</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">DURUK&Ouml;Y</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">DERKAN</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">K</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&Ccedil;alýþmalar Ýhaleli Devam Ediyor</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">25</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">ERGÝNK&Ouml;Y</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">MARÝK</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">K</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&Ccedil;alýþmalar Ýhaleli Devam Ediyor</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">26</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">ESENLER</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">BALÝ&Ccedil;ÝNÝ</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">K</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&Ccedil;alýþmalar Ýhaleli Devam Ediyor</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">27</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">G&Uuml;&Ccedil;L&Uuml;</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">CELLÝK</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">K</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&Ccedil;alýþmalar Ýhaleli Devam Ediyor</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">28</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">KABAKAYA</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">ANTAK</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">K</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&Ccedil;alýþmalar Ýhaleli Devam Ediyor</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">29</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">KIP&Ccedil;AK</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">BERÝKAN</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">K</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&Ccedil;alýþmalar Ýhaleli Devam Ediyor</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">30</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">KIRALAN</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">ZÝRAHT</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">K</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&Ccedil;alýþmalar Ýhaleli Devam Ediyor</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">31</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">OYUKLU</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">SÝNÝ</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">K</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&Ccedil;alýþmalar Ýhaleli Devam Ediyor</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">32</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">SAVAT-BUCAK M</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">HEZAN</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">K</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&Ccedil;alýþmalar Ýhaleli Devam Ediyor</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">33</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">SIÐINAK</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">BANADIRA</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">K</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&Ccedil;alýþmalar Ýhaleli Devam Ediyor</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">34</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">TEPE</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&nbsp;</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">K</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&Ccedil;alýþmalar Ýhaleli Devam Ediyor</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">35</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">TUZLAK&Ouml;Y</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&nbsp;</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">K</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&Ccedil;alýþmalar Ýhaleli Devam Ediyor</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">36</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&Uuml;&Ccedil;DAMLAR</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">BAVERT</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">K</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&Ccedil;alýþmalar Ýhaleli Devam Ediyor</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">37</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">YAPRAKK&Ouml;Y</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">TUTÝ</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">K</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&Ccedil;alýþmalar Ýhaleli Devam Ediyor</span></td></tr><tr><td width="32" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 24.15pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">38</span></td><td width="155" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 116.25pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">YOL&Ccedil;ATI</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">SÝSÝ</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">K</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&Ccedil;alýþmalar Ýhaleli Devam Ediyor</span></td></tr></tbody></table><table border="1" cellspacing="0" cellpadding="0" width="655" class="MsoNormalTable" style="margin: auto auto auto -1.9pt; width: 491.4pt; border-collapse: collapse; border: medium none"><tbody><tr style="height: 12pt"><td width="31" valign="top" style="padding-right: 3.5pt; padding-left: 3.5pt; padding-bottom: 0cm; width: 23.4pt; padding-top: 0cm; height: 12pt; background-color: transparent; border: windowtext 1pt solid"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">39</span></td><td width="156" valign="top" style="border-right: windowtext 1pt solid; padding-right: 3.5pt; border-top: windowtext 1pt solid; padding-left: 3.5pt; padding-bottom: 0cm; border-left: #ece9d8; width: 117pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 12pt; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">Y&Uuml;NL&Uuml;CE</span></td><td width="108" valign="top" style="border-right: windowtext 1pt solid; padding-right: 3.5pt; border-top: windowtext 1pt solid; padding-left: 3.5pt; padding-bottom: 0cm; border-left: #ece9d8; width: 81pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 12pt; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">MELE</span></td><td width="36" valign="top" style="border-right: windowtext 1pt solid; padding-right: 3.5pt; border-top: windowtext 1pt solid; padding-left: 3.5pt; padding-bottom: 0cm; border-left: #ece9d8; width: 27pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 12pt; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&nbsp;</span></td><td width="324" valign="top" style="border-right: windowtext 1pt solid; padding-right: 3.5pt; border-top: windowtext 1pt solid; padding-left: 3.5pt; padding-bottom: 0cm; border-left: #ece9d8; width: 243pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 12pt; background-color: transparent"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">&Ccedil;alýþmalar Ýhaleli Devam Ediyor</span></td></tr></tbody></table>', '', 1, 0, 0, 0, '2007-01-26 09:12:38', 62, '', '2008-04-21 17:14:54', 62, 0, '0000-00-00 00:00:00', '2007-01-26 09:12:20', '0000-00-00 00:00:00', 'tapulogo.gif|||0||bottom||\r\ntapumudur.jpg|||0||bottom||', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 0, '', '', 0, 395);
INSERT INTO `jos_content` (`id`, `title`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`) VALUES
(43, 'Tarým Müdürlüðü', 'Tarým Müdürlüðü', '<p align="justify">&nbsp;</p><p align="center">{mosimage}&nbsp;</p><p align="justify">Hizmet binasý, 1965 yýlýnda inþa edilmiþ olup, ayný yýl yapýlan bir adette lojman mevcuttur.Ayrýca merkezi k&ouml;ylerde olmak &uuml;zere &Ccedil;eper K.G.T.M. (K&ouml;y Grup Tarým Merkezi), Dibek K.G.T.M., Kayacýk K.G.T.M., Yaprak K.G.T.M. olmak &uuml;zere d&ouml;rt adet K.G.T.M. binasý ve lojmaný mevcuttur.Ancak g&ouml;revli personel bulunmamaktadýr.</p><p align="justify">Tarým&nbsp; Ýl&ccedil;e M&uuml;d&uuml;rl&uuml;ð&uuml;&#39;n&uuml;n G&ouml;revleri </p><p align="justify">Bakanlýðýmýzýn&nbsp; 25/02/1985&nbsp; tarih&nbsp; ve&nbsp; KDD. /09/009/1161&nbsp; sayý&nbsp; ve&nbsp; taþra&nbsp; kuruluþlarýnýn&nbsp; yeniden&nbsp; teþkilatlanmasý&nbsp; ile ilgili 1985/1 nolu genelgenin 5. maddesi gereðince;</p><p align="justify">a) Ýl&ccedil;enin tarýmsal envanterini &ccedil;ýkarmak ve il&ccedil;enin tarým &uuml;retim potansiyelini mevcut teknolojiye g&ouml;re belirlemek,</p><p align="justify">b) Her&nbsp; t&uuml;rl&uuml;&nbsp; il&ccedil;e yayým&nbsp; programlarýný&nbsp;&nbsp; hazýrlamak&nbsp;&nbsp; ( bitki,&nbsp; hayvan,&nbsp; su &uuml;r&uuml;nleri &uuml;retimi,&nbsp; girdi&nbsp; kullanýmlarý, deðerlendirilmesi vb.) faydalý bilgileri, broþ&uuml;r, el kitabý, g&ouml;steri vb.&nbsp; yollarla kendi&nbsp; elemanlarýna ve&nbsp; &ccedil;ift&ccedil;ilere ulaþtýrmak,&nbsp; &ccedil;&ouml;z&uuml;m getirilmesi istenen&nbsp; &ccedil;ift&ccedil;i problemlerini&nbsp; Ýl M&uuml;d&uuml;rl&uuml;ð&uuml;ne intikal ettirmek,</p><p align="justify">c) Ýl M&uuml;d&uuml;rl&uuml;ð&uuml; uygulamaya d&ouml;n&uuml;k deneme ve demonstrasyonlar programlamak ve y&uuml;r&uuml;tmek,</p><p align="justify">d) K&ouml;y Hizmetleri ve Devlet Su Ýþleri Genel M&uuml;d&uuml;rl&uuml;kleri ile halk tarafýndan sulamaya a&ccedil;ýlan alanlarda tarým tekniklerini &ccedil;ift&ccedil;ilere &ouml;ðretmek ve yaymak,</p><p align="justify">e) Ýl&ccedil;enin tohum, fidan, fide, g&uuml;bre, ila&ccedil;, aþý, serum, zirai alet ve makine, damýzlýk hayvan, yumurta, civciv, balýk yavrusu ve yumurtasý, ipek b&ouml;ceði tohumu, ana arý, kovan, sperma ve zirai kredi gibi girdi ihtiya&ccedil;larýný k&ouml;y grup teknisyenliklerinden gelen bilgiler ýþýðýnda tespit etmek, bunlarýn tedarik ve daðýtýmý i&ccedil;in Ýl M&uuml;d&uuml;rl&uuml;ð&uuml;ne intikal ettirmek,</p><p align="justify">f) Tarým &uuml;r&uuml;nlerinin iþlenip deðerlendirilmesine, pazarlamasýna ve bunun i&ccedil;in gerekli tesislerin kurdurulmasýna yardýmcý olacak &ccedil;alýþmalarý yapmak, bu konuda &uuml;reticilerin ve m&uuml;teþebbislerin y&ouml;nlendirmek,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </p><p align="justify">h) Ýl&ccedil;edeki hayvanlarýn salgýn ve paraziter hastalýklardan korunmasýnýn saðlamak, bulaþýcý hastalýklarýn Ýl &ccedil;apýnda yayýlmasýný &ouml;nlemek amacýyla il&ccedil;e &ccedil;apýnda plan, program ve projeler hazýrlamak, uygulamak, denetlemek,</p><p align="justify">i) Ýl&ccedil;e dahilinde &ccedil;&ouml;z&uuml;mlenemeyen hastalýk, teþhis ve tedavi problemlerini Ýl M&uuml;d&uuml;rl&uuml;ð&uuml;ne intikal ettirmek, </p><p align="justify"><br />j) Ýl&ccedil;e dahilinde bitkilere zarar veren hastalýk, zararlý ve yabancý otlarýn tespitini yapmak ve koruma programlarýný hazýrlamak, onaylanmýþ programlarýn uygulanmasýný saðlamak,</p><p align="justify">k) Ýl&ccedil;e dahilinde faaliyette bulunan ila&ccedil; bayileri ile ila&ccedil;lama yapan &ouml;zel ve t&uuml;zel kiþilerin kontrol&uuml;n&uuml; yapmak, gýda ve yem stoklarý, gýda ve yem konularýný ilgilendiren et&uuml;t ve envanterleri hazýrlamak, ruhsatlý yem fabrikalarýný asgari teknik ve&nbsp; saðlýk þartlarý bakýmýndan denetlemek, gýda ve yem sanayi &uuml;r&uuml;nlerinin belirlenmiþ esaslara uygunluðunu denetlemek,</p><p align="justify">l) Su &uuml;r&uuml;nleri ile ilgili araþtýrma yapmak ve her t&uuml;rl&uuml; teþvik ve koruma tedbirlerinin alýnmasýný, &uuml;retim alanlarýnýn kiralanmasýný ve iþletilmesinin ve verimlerinin arttýrýlmasýný saðlamak, su kaynaklarýnýn kirletilmesini &ouml;nleyecek ve su &uuml;r&uuml;nlerini zarardan koruyacak tedbirleri almak ve aldýrmak,</p><p align="justify">m) Tarým arazisinde ekili, dikili ve mera gibi bitki alanlarýnýn ve bullarýn &uuml;r&uuml;nlerinin taþýnýr ve taþýnmaz &ccedil;ift&ccedil;i mallarýnýn korunmasýný ve tabii afetlerden zarar g&ouml;ren &ccedil;ift&ccedil;ilere &ouml;zel kanunlara g&ouml;re yardým yapýlmasýný saðlamak i&ccedil;in ilgili kuruluþlarla iþbirliði yapmak ve &ccedil;alýþmalara yardýmcý olmak,</p><p align="justify">n) Projeler &ccedil;er&ccedil;evesinde k&ouml;ylerde istihdam imkanlarýný arttýrmak amacýyla el sanatlarýnýn geliþtirilmesini, yayýlmasýný ve tanýtýlmasýnýn saðlayýcý ve mamullerinin pazarlanmasýný kolaylaþtýrýcý tedbirler almak,</p><p align="justify">o) &Ccedil;ift&ccedil;ilerin teþkilatlanmasýný ve kooperatif&ccedil;iliði teþvik etmek, bu ama&ccedil;la et&uuml;t ve projeler hazýrlamak, kooperatiflerin kurulmasý i&ccedil;in teknik ve yetkisi dahilinde mali yardýmda bulunmak ve denetlemek,</p><p align="justify">&ouml;) &Ouml;rnek &ccedil;ift&ccedil;i yetiþtirmek gayesi ile &ccedil;ift&ccedil;i &ccedil;ocuklarý ve gen&ccedil;leri i&ccedil;in eðitim programlarý ve projeleri uygulamak, </p><p align="justify">p) &Ouml;zel kanunlarla verilen g&ouml;revler ile Ýl M&uuml;d&uuml;rl&uuml;ð&uuml; ve Kaymakam tarafýndan verilecek benzeri g&ouml;revleri yapmak</p><p align="justify">&Ccedil;ÝFT&Ccedil;Ý KAYIT SÝSTEMÝ VE DOÐRUDAN GELÝR DESTEÐÝ PROJESÝ :</p><p align="justify">2001 yýlýnda 2.048 &ccedil;ift&ccedil;iye 1.502.570 YTL, 2002 yýlýnda 3.726 &ccedil;ift&ccedil;iye 4.543.502 YTL, 2003 yýlýnda 4.408 &ccedil;ift&ccedil;iye 4.585.238 YTL, 2004 yýlýnda 3015 &ccedil;ift&ccedil;iye 3.216.462.34 YTL, 2005 yýlýnda 3.102 &ccedil;ift&ccedil;iye 2.169.180,93 YTL &ouml;denmiþtir.2006 yýlýnda 3086 &ccedil;ift&ccedil;i m&uuml;racaatta bulunmuþ olup, Ýl&ccedil;emizde kadastro tespit &ccedil;alýþmalarý devam ettiði i&ccedil;in 2007 yýlý icmali alýnmamýþtýr.</p><p align="justify">ARAZÝ DAÐILIMI</p><p align="justify">&nbsp;Ýl&ccedil;emizin toplam y&uuml;z&ouml;l&ccedil;&uuml;m&uuml; 1.041.800 dekar olup, bu alanýn 255.740 dekarý tarým arazisi, 60.500 dekarý &ccedil;ayýr-mera, 622.120 dekarý orman, 65.890 dekarý ise kullanýþsýz arazidir.</p><p align="justify">&nbsp;Tarým arazisinin 41.000 dekarý sulu tarým arazisi olup, kaynak, dere ve kuyu sulamasýdýr.Devlet sulamasý mevcut deðildir.Ýl&ccedil;emiz vatandaþlarýnýn son yýllarda kendi imkanlarýyla kazdýrdýklarý kuyularla sulu tarým arazisi oraný biraz artsa da yinede sulama suyu sýkýntýsý vardýr.</p><p align="justify">Tarým Alanýnýn Daðýlýmý:</p><p align="justify">Cinsi&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ekiliþ (Dekar) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tarým Alaný Ý&ccedil;indeki&nbsp; %&rsquo;si<br />Hububat&nbsp;&nbsp;&nbsp;&nbsp;143.700&nbsp;&nbsp;&nbsp;56,18<br />Bakliyat&nbsp;&nbsp;&nbsp;&nbsp;800&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0,31<br />Sanai Bitkileri&nbsp;&nbsp;&nbsp;&nbsp;2815&nbsp;&nbsp;&nbsp;&nbsp;1,10<br />Yem Bitkileri&nbsp;&nbsp;&nbsp;&nbsp;5800&nbsp;&nbsp;&nbsp;&nbsp;2,26<br />Sebze&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2238&nbsp;&nbsp;&nbsp;&nbsp;0,87<br />Kavun-Karpuz&nbsp;&nbsp;&nbsp;680&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;0,27<br />Bað&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;34030&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;13,31<br />Meyve&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2217&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;0,87<br />Nadas&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 63460&nbsp;&nbsp;&nbsp;&nbsp;24,82&nbsp;<br />TOPLAM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255.740&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 100.00<br />&nbsp;<br />&nbsp; <br />HAYVANCILIK</p><p align="justify">Genel Hayvan Varlýðý(2007)</p><p align="justify">Cinsi&nbsp;&nbsp;&nbsp;&nbsp;Miktarý &nbsp;Birimi<br />Sýðýr,&nbsp;&nbsp;&nbsp;: &nbsp;&nbsp;&nbsp;&nbsp; 3982&nbsp;baþ<br />Koyun&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;&nbsp;&nbsp; 2.700&nbsp;baþ<br />Kýl ke&ccedil;isi&nbsp;&nbsp;:&nbsp;&nbsp;&nbsp;&nbsp; 9.000&nbsp;baþ<br />Fenni kovan &nbsp;&nbsp;:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1800 &nbsp;adet<br />Yerli kovan.&nbsp;&nbsp;: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 350 &nbsp;adet</p><p align="justify">2007 Yýlý Ýlimiz Hayvan Varlýðý</p><p align="justify">Cinsi&nbsp;Miktar (adet)&nbsp;Cinsi&nbsp;Miktar (adet)</p><p align="justify">Sýðýr&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;<br />Koyun&nbsp;<br />2700</p><p align="justify">Yerli&nbsp;<br />3020&nbsp;<br />Ke&ccedil;i&nbsp;<br />9.000</p><p align="justify">Melez&nbsp;<br />530&nbsp;<br />Arý Kovaný&nbsp;</p><p align="justify">S.Irký&nbsp;<br />432&nbsp;<br />Fenni&nbsp;<br />1800</p><p align="justify">TOPLAM&nbsp;<br />3982&nbsp;<br />Yerli&nbsp;<br />350</p><p align="justify">T&uuml;rkiye&rsquo;de toplam sýðýr pop&uuml;lasyonunun %17 si k&uuml;lt&uuml;r ýrtý, %44 &uuml; k&uuml;lt&uuml;r melez ýrký ve %39 u yerli ýrk hayvanlardan oluþurken, bu oran Ýl&ccedil;emizde sýrasýyla %13, %20 ve %67 dir.Diðer bir deyiþle k&uuml;lt&uuml;r melez ve k&uuml;lt&uuml;r oraný T&uuml;rkiye ortalamasý %61 iken bu oran Licede %33 ile olduk&ccedil;a d&uuml;þ&uuml;kt&uuml;r. </p><p align="justify">&nbsp;TARIM MAKÝNE VE EKÝPMANI</p><p align="justify">&nbsp;Ýl&ccedil;emizde 166 trakt&ouml;r, 166 trakt&ouml;r pulluðu, 78 hayvan pulluðu, 150 k&uuml;ltivat&ouml;r, 15 diskaro bulunmakta olup, 19 &ccedil;ift&ccedil;i ailesi ile yaklaþýk 1.536 dekara 1 trakt&ouml;r d&uuml;þmektedir.</p><p align="justify">&nbsp;</p><p align="justify">&nbsp;Ýl&ccedil;emiz 2004 Yýlý Tarým Makine Ve Ekipman Varlýðý</p><p align="justify">Cinsi&nbsp;Miktar (Adet)&nbsp;Cinsi&nbsp;Miktar (Adet<br />Trakt&ouml;r&nbsp;166&nbsp;Kombine Mibzer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br />Trakt&ouml;r Pulluðu&nbsp;166&nbsp;Bi&ccedil;me Makinasý&nbsp;&nbsp;&nbsp;11<br />K&uuml;ltivat&ouml;r&nbsp;150&nbsp;Motopomp (Termik-elekt.)&nbsp;148<br />Diskaro&nbsp;15&nbsp;Bi&ccedil;erd&ouml;ver&nbsp;&nbsp;&nbsp;---<br />Hububat Mibzeri&nbsp;---&nbsp;R&ouml;mork&nbsp;&nbsp;&nbsp;&nbsp;166</p><p align="justify">&Ouml;NEMLÝ &Uuml;R&Uuml;NLERDE VERÝM:&nbsp;</p><p align="justify">&nbsp;Ýl&ccedil;emizdeki tarým alanlarýnda b&uuml;y&uuml;k yeri ve &ouml;nemi olan bazý &uuml;r&uuml;nlerin dekara&nbsp; verimleri þ&ouml;yle ger&ccedil;ekleþmiþtir.</p><p align="justify">Cinsi&nbsp;&nbsp;&nbsp;2003&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2004&nbsp;&nbsp;2005&nbsp;&nbsp;2006&nbsp;&nbsp;&nbsp; &nbsp;2007<br />&nbsp;Buðday&nbsp;&nbsp;220&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 230&nbsp;&nbsp;225&nbsp;&nbsp;230&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;305<br />&nbsp;Arpa&nbsp;&nbsp;&nbsp;240&nbsp;&nbsp;245&nbsp;&nbsp;243&nbsp;&nbsp;250&nbsp;&nbsp;188<br />&nbsp;Nohut&nbsp;&nbsp;&nbsp;150&nbsp;&nbsp;155&nbsp;&nbsp;170&nbsp;&nbsp;160&nbsp;&nbsp;150<br />&nbsp;Mercimek&nbsp;&nbsp;&nbsp; 75&nbsp; &nbsp;&nbsp; 70&nbsp;&nbsp;&nbsp; 77&nbsp;&nbsp;75&nbsp;&nbsp;120<br />&nbsp;Susam&nbsp;&nbsp;&nbsp;&nbsp; 25&nbsp;&nbsp;&nbsp; 24&nbsp;&nbsp;&nbsp; 25&nbsp;&nbsp;25&nbsp;&nbsp;50<br />&nbsp;Ay&ccedil;i&ccedil;eði&nbsp;&nbsp; --- &nbsp;&nbsp;&nbsp; 50&nbsp;&nbsp;&nbsp; 80&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 100&nbsp;&nbsp;100</p><p align="justify">&nbsp;</p>', '', 1, 0, 0, 0, '2007-01-26 09:12:56', 62, '', '2007-11-14 19:26:53', 62, 0, '0000-00-00 00:00:00', '2007-01-26 09:12:46', '0000-00-00 00:00:00', 'tarimlogo.gif|||0||bottom||\r\n', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 1, 0, 0, '', '', 0, 511),
(44, 'Sosyal Yardýmlaþma ve Dayanýma Vakfý', 'Sosyal Yardýmlaþma ve Dayanýma Vakfý', '<p>&nbsp;&nbsp; </p><p align="center">&nbsp;{mosimage}</p><p align="center">{mosimage}</p><p align="center"><strong>H&uuml;seyin BÝLAL</strong></p><p align="center"><strong>Vakýf M&uuml;d&uuml;r&uuml;</strong></p><p style="margin: 0cm 0cm 0pt; text-indent: 35.4pt; text-align: justify" class="MsoNormal" align="justify">29.05.1986 tarih ve 3294 Sayýlý Yasa ile y&uuml;r&uuml;rl&uuml;ðe giren Sosyal Yardýmlaþma ve Dayanýþmayý Teþvik Kanunu gereði ile Ýl&ccedil;emiz Sosyal Yardýmlaþma ve Dayanýþma Vakfý 24.11.1986 tarihinde Resmi Senedi ile kurulup, faaliyetlerine baþlamýþtýr.</p><p style="margin: 0cm 0cm 0pt; text-indent: 35.4pt; text-align: justify" class="MsoNormal" align="justify">&nbsp;</p><p style="margin: 0cm 0cm 0pt; text-indent: 35.4pt; text-align: justify" class="MsoNormal" align="justify">Vakfýmýzýn Hizmet <span>&nbsp;</span>B&uuml;rosu; H&uuml;k&uuml;met Konaðýnýn &uuml;&ccedil;&uuml;nc&uuml; katýnda hizmet vermekte olup; ayrýca Ýl&ccedil;emiz &Ouml;zel Ýdare M&uuml;d&uuml;rl&uuml;ð&uuml;ne ait iþyerlerinde bir adet depo mevcuttur.</p><p style="margin: 0cm 0cm 0pt; text-indent: 35.4pt; text-align: justify" class="MsoNormal" align="justify">&nbsp;</p><p style="margin: 0cm 0cm 0pt; text-indent: 35.4pt; text-align: justify" class="MsoNormal" align="justify">Fakir ve Yardýma muhta&ccedil; Vatandaþlarýn ihtiya&ccedil;larý; Baþbakanlýk Sosyal Yardýmlaþma ve Dayanýþma Genel M&uuml;d&uuml;rl&uuml;ð&uuml;&rsquo;nden aktarýlan &ouml;deneklerle karþýlanmaktadýr.</p><p align="justify">1 Vakýf M&uuml;d&uuml;r&uuml;, 4 B&uuml;ro memuru ve 1 hizmetli olmak &uuml;zere 6 personel vakýfta g&ouml;rev almaktadýr.</p><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>ÝL&Ccedil;EMÝZ SOSYAL YARDIMLAÞMA VE DAYANIÞMA VAKFI BAÞKANLIÐINCA AMACINA UYGUN OLARAK YAPILAN FAALÝYETLER&nbsp; <p style="margin: 0cm 0cm 0pt; text-indent: 35.4pt; text-align: justify" class="MsoNormal" align="justify">1- Sosyal Yardýmlaþma ve Dayanýþma Teþvik Fonu&rsquo; nun baðlý bulunduðu Devlet Bakanlýðý ile Tarým ve K&ouml;yiþleri<span>&nbsp; </span>Bakanlýðý arasýnda yoksullukla m&uuml;cadele kapsamýnda; Ekonomik ve Sosyal artýrmak, tarýmsal &uuml;r&uuml;nleri mahallinde deðerlendirmek, pazarlamak ve k&ouml;yden kente g&ouml;&ccedil;&uuml; &ouml;nlemek amacýyla ortak projeler y&uuml;r&uuml;tmek gayesi ile 16.08.2003 tarihinde imzalanan iþbirliði protokol&uuml; kapsamýnda; <span>&nbsp;</span>Ýl&ccedil;emize baðlý Oyuklu K&ouml;y&uuml; Tarýmsal Kalkýnma Kooperatifinin 28.04.2004 tarihinde Uyguladýðý S&uuml;t Sýðýrcýlýðý Projesi kapsamýnda Kooperatife &uuml;ye olan 100 Ýhtiya&ccedil; Sahibi Aileye<span>&nbsp; </span>2&rsquo; þer adet B&uuml;y&uuml;k Baþ S&uuml;t Sýðýrý, 1&rsquo; rer adet 50 M2&rsquo; lik <span>&nbsp;</span>ahýr yapýmý , Ýþletme Binasý yapýmý ve Demirbaþ alýmý Projesi ger&ccedil;ekleþtirilmiþtir.</p><p>&nbsp;Proje Maliyeti<span>&nbsp;&nbsp; </span>: 863.000,00 YTL.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2-<span>&nbsp;</span>02.01.2007-<span>&nbsp;</span>22.10.2007<span>&nbsp; </span><span>&nbsp;</span>TARÝHLERÝ ARASINDA </p><p style="margin: 0cm 0cm 0pt; text-indent: 35.4pt" class="MsoNormal" align="justify">Ýl&ccedil;emizde ikamet edip, muhta&ccedil;lýk dosyalarý mevcut bulunan dul, yetim, sakat, </p><p style="margin: 0cm 0cm 0pt" class="MsoNormal" align="justify">Asker Aileleri, fakir ve yardýma muhta&ccedil; ailelere aþaðýda belirtilen yardýmlar<span>&nbsp; </span>yapýlmýþtýr.</p><p style="margin: 0cm 0cm 0pt" class="MsoNormal" align="justify">&nbsp;</p><blockquote><p style="margin: 0cm 0cm 0pt" class="MsoNormal" align="justify">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </p><table border="1" cellspacing="0" cellpadding="0" width="529" class="MsoTableGrid" style="margin: auto auto auto -39.6pt; width: 396.65pt; border-collapse: collapse; border: medium none"><tbody><tr style="height: 23pt"><td colspan="2" width="317" style="padding-right: 5.4pt; padding-left: 5.4pt; padding-bottom: 0cm; width: 238pt; padding-top: 0cm; height: 23pt; background-color: transparent; border: windowtext 1pt solid"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">Y A R D I M<span>&nbsp;&nbsp;&nbsp; </span>T &Uuml; R &Uuml;</font></font></font></strong></blockquote></td><td width="60" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: windowtext 1pt solid; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 44.85pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 23pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">KÝÞÝ</font></font></font></strong><font size="3"><font color="#000000"><font face="Times New Roman"><strong>SAYISI</strong></font></font></font></blockquote></td><td width="152" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: windowtext 1pt solid; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 113.8pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 23pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman"><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>T U T A R (TL.)</font></font></font></strong></blockquote></td></tr><tr style="height: 33.15pt"><td width="150" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 112.4pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 33.15pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">GIDA YARDIMI</font></font></font></strong></blockquote></td><td width="167" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 125.6pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 33.15pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><font size="3"><font color="#000000"><font face="Times New Roman">Fakir ve Yardýma Muhta&ccedil; Vatan-</font></font></font><font size="3"><font color="#000000"><font face="Times New Roman">daþlara daðýtýlan gýda paketleri</font></font></font></blockquote></td><td width="60" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 44.85pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 33.15pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">700</font></font></font></strong></blockquote></td><td width="152" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 113.8pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 33.15pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">38.707,20</font></font></font></strong></blockquote></td></tr><tr style="height: 23.7pt"><td width="150" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 112.4pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 23.7pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">YAKACAK YARDIMI</font></font></font></strong></blockquote></td><td width="167" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 125.6pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 23.7pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><font size="3"><font color="#000000"><font face="Times New Roman">Kýþ mevsiminde fakir vatandaþlara</font></font></font><font size="3"><font color="#000000"><font face="Times New Roman">yapýlan yakacak yardýmý</font></font></font></blockquote></td><td width="60" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 44.85pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 23.7pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">0</font></font></font></strong></blockquote></td><td width="152" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 113.8pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 23.7pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">0</font></font></font></strong></blockquote></td></tr><tr style="height: 34.25pt"><td width="150" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 112.4pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 34.25pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">GÝYECEK YARDIMI</font></font></font></strong></blockquote></td><td width="167" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 125.6pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 34.25pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><font size="3"><font color="#000000"><font face="Times New Roman">Vatandaþlara yapýlan giyim yardýmý. </font></font></font></blockquote></td><td width="60" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 44.85pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 34.25pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">0</font></font></font></strong></blockquote></td><td width="152" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 113.8pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 34.25pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">0</font></font></font></strong></blockquote></td></tr><tr style="height: 32pt"><td width="150" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 112.4pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 32pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">SAÐLIK YARDIMI</font></font></font></strong></blockquote></td><td width="167" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 125.6pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 32pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><font size="3"><font color="#000000"><font face="Times New Roman"><span>&nbsp;</span>Týbbi cihaz, Ýþitme Cihazý, Protez vb. yardýmlar.</font></font></font></blockquote></td><td width="60" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 44.85pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 32pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">13</font></font></font></strong></blockquote></td><td width="152" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 113.8pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 32pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">28.995,00</font></font></font></strong></blockquote></td></tr><tr style="height: 32.2pt"><td width="150" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 112.4pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 32.2pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">EÐÝTÝM ( &Ouml;ÐLE YEMEÐÝ )</font></font></font></strong></blockquote></td><td width="167" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 125.6pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 32.2pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><font size="3"><font color="#000000"><font face="Times New Roman">Taþýmalý Eðitim Programýndaki </font></font></font><font size="3"><font color="#000000"><font face="Times New Roman">&Ouml;ðrencilere verilen yemek</font></font></font></blockquote></td><td width="60" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 44.85pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 32.2pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">0</font></font></font></strong></blockquote></td><td width="152" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 113.8pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 32.2pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">0</font></font></font></strong></blockquote></td></tr><tr style="height: 31.9pt"><td width="150" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 112.4pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 31.9pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">PARA YARDIMI</font></font></font></strong><strong><font size="3"><font color="#000000"><font face="Times New Roman">( Bir defaya mahsus olmak &uuml;zere )<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></font></font></font></strong></blockquote></td><td width="167" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 125.6pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 31.9pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><font size="3"><font color="#000000"><font face="Times New Roman">Vatandaþlarýn Ýhtiyacýna binaen </font></font></font><font size="3"><font color="#000000"><font face="Times New Roman">verilen nakit para yardýmý</font></font></font></blockquote></td><td width="60" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 44.85pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 31.9pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">373</font></font></font></strong></blockquote></td><td width="152" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 113.8pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 31.9pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">80.160,00</font></font></font></strong></blockquote></td></tr><tr style="height: 23.45pt"><td width="150" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 112.4pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 23.45pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">EÐÝTÝM YARDIMI (&Ouml;nl&uuml;k-Kýrtasiye,Yurt-Ulaþým,Burs Vb.)</font></font></font></strong></blockquote></td><td width="167" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 125.6pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 23.45pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><font size="3"><font color="#000000"><font face="Times New Roman">&Ouml;ðrencilere Y&ouml;nelik yapýlan yardýmlar.</font></font></font></blockquote></td><td width="60" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 44.85pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 23.45pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">468</font></font></font></strong></blockquote></td><td width="152" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 113.8pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 23.45pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">17.950,00</font></font></font></strong></blockquote></td></tr><tr style="height: 34.8pt"><td width="150" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 112.4pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 34.8pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><font size="3"><font color="#000000"><font face="Times New Roman"><span>&nbsp;</span><strong>AFET YARDIMLARI</strong> <span>&nbsp;&nbsp;&nbsp;&nbsp;</span></font></font></font><strong><font size="3"><font color="#000000"><font face="Times New Roman">(Yangýn-Sel-Deprem vb.)<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></font></font></font></strong></blockquote></td><td width="167" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 125.6pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 34.8pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><font size="3"><font color="#000000"><font face="Times New Roman">Fakir ve Yardýma Muhta&ccedil; Ailelere y&ouml;nelik yapýlan yardýmlar.</font></font></font></blockquote></td><td width="60" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 44.85pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 34.8pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">0</font></font></font></strong></blockquote></td><td width="152" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 113.8pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 34.8pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">0</font></font></font></strong></blockquote></td></tr><tr style="height: 32pt"><td width="150" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 112.4pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 32pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">BARINMA YARDIMLARI</font></font></font></strong></blockquote></td><td width="167" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 125.6pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 32pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"></blockquote></td><td width="60" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 44.85pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 32pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">0</font></font></font></strong></blockquote></td><td width="152" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 113.8pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 32pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">0</font></font></font></strong></blockquote></td></tr><tr style="height: 31.6pt"><td width="150" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 112.4pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 31.6pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">DÝÐER YARDIMLAR</font></font></font></strong></blockquote></td><td width="167" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 125.6pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 31.6pt; background-color: transparent"></td><td width="60" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 44.85pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 31.6pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">0</font></font></font></strong></blockquote></td><td width="152" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 113.8pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 31.6pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">0</font></font></font></strong></blockquote></td></tr><tr style="height: 4.5pt"><td width="150" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: windowtext 1pt solid; width: 112.4pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 4.5pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">TOPLAM</font></font></font></strong></blockquote></td><td width="167" valign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 125.6pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 4.5pt; background-color: transparent"></td><td width="60" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 44.85pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 4.5pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">1554</font></font></font></strong></blockquote></td><td width="152" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: #ece9d8; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #ece9d8; width: 113.8pt; padding-top: 0cm; border-bottom: windowtext 1pt solid; height: 4.5pt; background-color: transparent"><blockquote dir="ltr" style="margin-right: 0px"><strong><font size="3"><font color="#000000"><font face="Times New Roman">165.812,20</font></font></font></strong></blockquote></td></tr></tbody></table></blockquote><p style="margin: 0cm 0cm 0pt" class="MsoNormal" align="justify">&nbsp;</p><p style="margin: 0cm 0cm 0pt" class="MsoNormal" align="justify">&nbsp;</p>', '', 1, 0, 0, 0, '2007-01-26 09:13:21', 62, '', '2008-04-21 16:36:42', 62, 0, '0000-00-00 00:00:00', '2007-01-26 09:13:10', '0000-00-00 00:00:00', 'vakiflogo.gif|||0||bottom||\r\nvakifmudur.jpg|||0||bottom||', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 0, '', '', 0, 523),
(45, 'Telekom Þefliði', 'Telekom Þefliði', '<p align="justify">&nbsp;</p><p class="MsoBodyText" align="center"><span style="font-size: 10pt; font-family: Arial">&nbsp;{mosimage}</span></p><p class="MsoBodyText" align="justify">&nbsp;</p>', '', 1, 0, 0, 0, '2007-01-26 09:13:40', 62, '', '2008-04-21 10:59:48', 62, 0, '0000-00-00 00:00:00', '2007-01-26 09:13:28', '0000-00-00 00:00:00', 'telekomlogo.gif|||0||bottom||', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 0, '', '', 0, 197),
(46, 'Gümrük Muhafaza', 'Gümrük Muhafaza', '<p align="justify">&nbsp;</p><p class="MsoBodyText" align="center">&nbsp;</p><p class="MsoBodyText" align="justify"><span style="font-size: 10pt; font-family: Arial">Gaziantep&nbsp; G&uuml;mr&uuml;k ve Muhafaza Baþm&uuml;d&uuml;rl&uuml;ð&uuml; baðlantýsý olan Karkamýþ G&uuml;mr&uuml;k M&uuml;d&uuml;rl&uuml;ð&uuml; ve G&uuml;mr&uuml;k Muhafaza Kýsým Amirliðimiz, saat 08:00 &ndash;17:00 arasýnda yolcu ve &ouml;zel ara&ccedil;larýn Suriye&rsquo;ye gidiþ ve geliþlerinde hizmet vermekte olup personelin tamamý Nokta atamalý deðil Baþm&uuml;d&uuml;rl&uuml;ð&uuml;m&uuml;z&uuml;n g&ouml;revlendirmesiyle ge&ccedil;ici olarak g&ouml;rev almaktadýr. G&ouml;revimizde bilgisayar kullanýlmamakta giriþ &ccedil;ýkýþ kayýtlarý defter kaydý þeklindedir. Ýl&ccedil;emizde ikamet eden personel olamayýp tamamý Gaziantep ve diger Ýl , Ýl&ccedil;elerden&nbsp;&nbsp; g&ouml;reve gelmektedir.</span></p><p class="MsoBodyText" align="justify">&nbsp;</p><p class="MsoNormal" align="justify"><span style="font-size: 10pt; font-family: Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G&uuml;mr&uuml;k M&uuml;d&uuml;rl&uuml;g&uuml; olarak: 1 M&uuml;d&uuml;r 2 Muayne memuru 1 Ambar memuru 1 G&uuml;mr&uuml;k memuru olamak &uuml;zere toplam&nbsp; 5 personel bulunmaktadýr.</span></p><p class="MsoNormal" align="justify">&nbsp;</p><p class="MsoNormal" align="justify"><span style="font-size: 10pt; font-family: Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; G&uuml;mr&uuml;k Muhafaza Kýsým Amirliði&nbsp; 1 Kýsým Amiri 5 Muhafaza memuru olmak &uuml;zere 6 adet&nbsp; personel bulunmaktadý</span></p>', '', -2, 0, 0, 0, '2007-01-26 09:13:57', 62, '', '2007-02-17 13:29:19', 62, 0, '0000-00-00 00:00:00', '2007-01-26 09:13:45', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 0, '', '', 0, 47);
INSERT INTO `jos_content` (`id`, `title`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`) VALUES
(47, 'Müftülük', 'Müftülük', '<p style="margin-left: 0cm; text-indent: 35.4pt" class="MsoBodyTextIndent">&nbsp;</p><p style="margin-left: 0cm; text-indent: 35.4pt" class="MsoBodyTextIndent" align="center"><span style="font-size: 10pt; font-family: Arial">&nbsp;{mosimage}</span></p><strong><font face="Times New Roman" size="3" color="#000000">&nbsp;</font></strong><strong><font face="Times New Roman" size="3" color="#000000">&nbsp;</font></strong> <p style="margin: 0cm 0cm 0pt; text-align: justify" class="MsoNormal"><font size="3"><font color="#000000"></font></font></p><font face="Times New Roman" size="3" color="#000000"><br />H&uuml;k&uuml;met Konaðý&rsquo;nýn 3. katýnda &ccedil;alýþmalarýný s&uuml;rd&uuml;rmektedir.<br />Kadrolu Merkez Cami Sayýsý: 10<br />Kadrolu K&ouml;y Cami Sayýsý: 26<br />Kadrolu Mezra Cami Sayýsý: 11<br />Kadrosu Olmayýp Kadro Ý&ccedil;in Sýralamaya Alýnan Cami Sayýsý: 13<br />Kuran Kursu: 1<br />Vaaz ve Ýrþat Hizmetleri: Merkezi vaaz ve ezan sisteminden il&ccedil;e merkezinden 9 ve 2 k&ouml;y camisi yararlanmaktadýr.<br />&nbsp;</font> <table border="0" cellspacing="0" cellpadding="0" width="639" class="MsoNormalTable" style="width: 479pt"><tbody><tr style="height: 36.75pt"><td width="140" style="width: 104.85pt; height: 36.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">Unvaný</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="58" style="width: 43.85pt; height: 36.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">Kadro</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="63" style="width: 47pt; height: 36.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">Mevcut</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="63" style="width: 47.05pt; height: 36.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">Merkez </span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="110" style="width: 82.75pt; height: 36.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"><span>&nbsp;</span>K&ouml;y - Belde</span></strong></td><td width="109" style="width: 81.5pt; height: 36.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">Vek. Ým. Hatip</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="96" style="width: 72pt; height: 36.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">Ýhtiya&ccedil;</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td></tr><tr style="height: 19.5pt"><td width="140" style="width: 104.85pt; height: 19.5pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">M&uuml;ft&uuml;</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="58" style="width: 43.85pt; height: 19.5pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">1</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="63" style="width: 47pt; height: 19.5pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">1</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="63" style="width: 47.05pt; height: 19.5pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">1</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="110" style="width: 82.75pt; height: 19.5pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">-</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="109" style="width: 81.5pt; height: 19.5pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">-</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="96" style="width: 72pt; height: 19.5pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">-</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td></tr><tr style="height: 19.5pt"><td width="140" style="width: 104.85pt; height: 19.5pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">V.H.K.Ý.</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="58" style="width: 43.85pt; height: 19.5pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">1</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="63" style="width: 47pt; height: 19.5pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">1</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="63" style="width: 47.05pt; height: 19.5pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">1</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="110" style="width: 82.75pt; height: 19.5pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">-</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="109" style="width: 81.5pt; height: 19.5pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">-</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="96" style="width: 72pt; height: 19.5pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">-</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td></tr><tr style="height: 23.25pt"><td width="140" style="width: 104.85pt; height: 23.25pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">Memur</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="58" style="width: 43.85pt; height: 23.25pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">-</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="63" style="width: 47pt; height: 23.25pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">-</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="63" style="width: 47.05pt; height: 23.25pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">-</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="110" style="width: 82.75pt; height: 23.25pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">-</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="109" style="width: 81.5pt; height: 23.25pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">-</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="96" style="width: 72pt; height: 23.25pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">-</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td></tr><tr style="height: 21.75pt"><td width="140" style="width: 104.85pt; height: 21.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">Vaiz(Yurt Dýþý G&ouml;r)</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="58" style="width: 43.85pt; height: 21.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">-</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="63" style="width: 47pt; height: 21.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">-</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="63" style="width: 47.05pt; height: 21.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">-</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="110" style="width: 82.75pt; height: 21.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">-</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="109" style="width: 81.5pt; height: 21.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">-</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="96" style="width: 72pt; height: 21.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">-</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td></tr><tr style="height: 21.75pt"><td width="140" style="width: 104.85pt; height: 21.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">Hizmetli</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="58" style="width: 43.85pt; height: 21.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">1</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="63" style="width: 47pt; height: 21.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">-</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="63" style="width: 47.05pt; height: 21.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">-</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="110" style="width: 82.75pt; height: 21.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">-</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="109" style="width: 81.5pt; height: 21.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">-</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="96" style="width: 72pt; height: 21.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">1</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td></tr><tr style="height: 18pt"><td width="140" style="width: 104.85pt; height: 18pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">Ýmam-Hatip</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="58" style="width: 43.85pt; height: 18pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">47</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="63" style="width: 47pt; height: 18pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">43</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="63" style="width: 47.05pt; height: 18pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">10</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="110" style="width: 82.75pt; height: 18pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">33</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="109" style="width: 81.5pt; height: 18pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">2</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="96" style="width: 72pt; height: 18pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">4</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td></tr><tr style="height: 21.75pt"><td width="140" style="width: 104.85pt; height: 21.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">M&uuml;ezzin Kayyým</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="58" style="width: 43.85pt; height: 21.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">7</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="63" style="width: 47pt; height: 21.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">7</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="63" style="width: 47.05pt; height: 21.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">7</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="110" style="width: 82.75pt; height: 21.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">-</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="109" style="width: 81.5pt; height: 21.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">-</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="96" style="width: 72pt; height: 21.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">-</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td></tr><tr style="height: 21.75pt"><td width="140" style="width: 104.85pt; height: 21.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">Toplam</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="58" style="width: 43.85pt; height: 21.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">57</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="63" style="width: 47pt; height: 21.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">52</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="63" style="width: 47.05pt; height: 21.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">19</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="110" style="width: 82.75pt; height: 21.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">33</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="109" style="width: 81.5pt; height: 21.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">2</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td><td width="96" style="width: 72pt; height: 21.75pt; background-color: transparent; border: #4b0096 1.5pt solid; padding: 0cm"><strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;">5</span></strong><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"></span></td></tr></tbody></table><p class="MsoNormal" align="justify">&nbsp;</p>', '', 1, 0, 0, 0, '2007-01-26 09:14:12', 62, '', '2008-04-21 16:58:07', 62, 0, '0000-00-00 00:00:00', '2007-01-26 09:14:05', '0000-00-00 00:00:00', 'muftuluklogo.gif|||0||bottom||', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 0, '', '', 0, 866),
(48, 'Saðlýk Grup Baþkanlýðý', 'Saðlýk Grup Baþkanlýðý', '<p align="justify"><span style="font-size: 10pt; font-family: Arial">&nbsp;&nbsp;&nbsp;&nbsp;</span></p><p align="justify"><span style="font-size: 10pt; font-family: Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {mosimage}</span></p><p align="justify">&nbsp;</p><p><span style="font-size: 10pt; font-family: Arial"><strong><span><font size="3"><font color="#000000"><font face="Times New Roman">BAÐLI KURUMLAR</font></font></font></span></strong><strong><span><font face="Times New Roman" size="3" color="#000000">&nbsp;</font></span></strong></span></p><p><span style="font-size: 10pt; font-family: Arial"><span><font size="3"><font color="#000000"><font face="Times New Roman">1-Lice Halis Toprak Vakfý Devlet Hastanesi</font></font></font></span></span></p><p><span style="font-size: 10pt; font-family: Arial"><span><font size="3"><font color="#000000"><font face="Times New Roman">2-Merkez Saðlýk Ocaðý</font></font></font></span></span></p><p><span style="font-size: 10pt; font-family: Arial"><span><font size="3"><font color="#000000"><font face="Times New Roman">3-Yaprak Saðlýk Ocaðý(Onarým &ccedil;alýþmasý devam etmektedir)</font></font></font></span><strong><span style="font-size: 14pt"><font face="Times New Roman" color="#000000">&nbsp;</font></span></strong></span></p><p><span style="font-size: 10pt; font-family: Arial"><strong><span style="font-size: 14pt"><font color="#000000"><font face="Times New Roman">Kapalý olan saðlýk kurumlarý</font></font></span></strong><strong><span><font face="Times New Roman" size="3" color="#000000">&nbsp;</font></span></strong></span></p><p><span style="font-size: 10pt; font-family: Arial"><span><font size="3"><font color="#000000"><font face="Times New Roman">1- &Ccedil;eper Saðlýk Ocaðý</font></font></font></span></span></p><p><span style="font-size: 10pt; font-family: Arial"><span><font size="3"><font color="#000000"><font face="Times New Roman">2- Kayacýk (Savat) Saðlýk Ocaðý</font></font></font></span></span></p><p><span style="font-size: 10pt; font-family: Arial"><span><font size="3"><font color="#000000"><font face="Times New Roman">3- Yalaza Saðlýk Evi</font></font></font></span></span></p><p><span style="font-size: 10pt; font-family: Arial"><span><font size="3"><font color="#000000"><font face="Times New Roman">4- Dibek Saðlýk Evi</font></font></font></span></span></p><p><span style="font-size: 10pt; font-family: Arial"><span><font size="3"><font color="#000000"><font face="Times New Roman">5- G&uuml;ldiken Saðlýk Evi</font></font></font></span></span></p><p><span style="font-size: 10pt; font-family: Arial"><span><font size="3"><font color="#000000"><font face="Times New Roman">6- Alataþ Saðlýk Evi</font></font></font></span></span></p><p><span style="font-size: 10pt; font-family: Arial"><span><font size="3"><font color="#000000"><font face="Times New Roman">7- Y&uuml;nl&uuml;ce Saðlýk Evi</font></font></font></span></span></p><p><span style="font-size: 10pt; font-family: Arial"><span><font size="3"><font color="#000000"><font face="Times New Roman">8-Bayýrlý Saðlýk Evi</font></font></font></span><strong><span><font face="Times New Roman" size="3" color="#000000">&nbsp;</font></span></strong></span></p><span style="font-size: 10pt; font-family: Arial"><strong><span><font size="3"><font color="#000000"><font face="Times New Roman">MERKEZ SAÐLIK OCAÐIMIZ PERSONEL DURUMU</font></font></font></span></strong><span><font face="Times New Roman" size="3" color="#000000">&nbsp;</font></span><span><font face="Times New Roman" size="3" color="#000000">&nbsp;</font></span> </span><span style="font-size: 10pt; font-family: Arial"><table border="1" cellspacing="0" cellpadding="0" width="555" class="MsoNormalTable" style="width: 416.25pt; border: windowtext 1pt solid"><tbody><tr style="height: 19.5pt"><td width="191" valign="top" style="width: 143.25pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>KADRO</span></font></font></font></td><td width="130" valign="top" style="width: 97.5pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>STANDART</span></font></font></font></td><td width="122" valign="top" style="width: 91.5pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>MEVCUT</span></font></font></font></td><td width="115" valign="top" style="width: 86.25pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>EKSÝK</span></font></font></font></td></tr><tr style="height: 19.5pt"><td width="191" valign="top" style="width: 143.25pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>Tabip </span></font></font></font></td><td width="130" valign="top" style="width: 97.5pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>7</span></font></font></font></td><td width="122" valign="top" style="width: 91.5pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>3</span></font></font></font></td><td width="115" valign="top" style="width: 86.25pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>4</span></font></font></font></td></tr><tr style="height: 19.5pt"><td width="191" valign="top" style="width: 143.25pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>Diþ Tabibi</span></font></font></font></td><td width="130" valign="top" style="width: 97.5pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>1</span></font></font></font></td><td width="122" valign="top" style="width: 91.5pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>-</span></font></font></font></td><td width="115" valign="top" style="width: 86.25pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>1</span></font></font></font></td></tr><tr style="height: 19.5pt"><td width="191" valign="top" style="width: 143.25pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>Ebe</span></font></font></font></td><td width="130" valign="top" style="width: 97.5pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>8</span></font></font></font></td><td width="122" valign="top" style="width: 91.5pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>3</span></font></font></font></td><td width="115" valign="top" style="width: 86.25pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>5</span></font></font></font></td></tr><tr style="height: 19.5pt"><td width="191" valign="top" style="width: 143.25pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>Hemþire </span></font></font></font></td><td width="130" valign="top" style="width: 97.5pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>7</span></font></font></font></td><td width="122" valign="top" style="width: 91.5pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>6</span></font></font></font></td><td width="115" valign="top" style="width: 86.25pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>1</span></font></font></font></td></tr><tr style="height: 19.5pt"><td width="191" valign="top" style="width: 143.25pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>Saðlýk Memuru</span></font></font></font></td><td width="130" valign="top" style="width: 97.5pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>4</span></font></font></font></td><td width="122" valign="top" style="width: 91.5pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>5</span></font></font></font></td><td width="115" valign="top" style="width: 86.25pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>-</span></font></font></font></td></tr><tr style="height: 18pt"><td width="191" valign="top" style="width: 143.25pt; height: 18pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>Acil ve Ýlk Yardým.Tek.</span></font></font></font></td><td width="130" valign="top" style="width: 97.5pt; height: 18pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>15</span></font></font></font></td><td width="122" valign="top" style="width: 91.5pt; height: 18pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>10</span></font></font></font></td><td width="115" valign="top" style="width: 86.25pt; height: 18pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>5</span></font></font></font></td></tr><tr style="height: 19.5pt"><td width="191" valign="top" style="width: 143.25pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>Týbbi Sekreter</span></font></font></font></td><td width="130" valign="top" style="width: 97.5pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>1</span></font></font></font></td><td width="122" valign="top" style="width: 91.5pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>3</span></font></font></font></td><td width="115" valign="top" style="width: 86.25pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>-</span></font></font></font></td></tr><tr style="height: 19.5pt"><td width="191" valign="top" style="width: 143.25pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>Hizmetli</span></font></font></font></td><td width="130" valign="top" style="width: 97.5pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>4</span></font></font></font></td><td width="122" valign="top" style="width: 91.5pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>1</span></font></font></font></td><td width="115" valign="top" style="width: 86.25pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>3</span></font></font></font></td></tr><tr style="height: 19.5pt"><td width="191" valign="top" style="width: 143.25pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>Laborant </span></font></font></font></td><td width="130" valign="top" style="width: 97.5pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>2</span></font></font></font></td><td width="122" valign="top" style="width: 91.5pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>1</span></font></font></font></td><td width="115" valign="top" style="width: 86.25pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>1</span></font></font></font></td></tr><tr style="height: 19.5pt"><td width="191" valign="top" style="width: 143.25pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>&Ccedil;evre Saðlýk Me.</span></font></font></font></td><td width="130" valign="top" style="width: 97.5pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>1</span></font></font></font></td><td width="122" valign="top" style="width: 91.5pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>1</span></font></font></font></td><td width="115" valign="top" style="width: 86.25pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>-</span></font></font></font></td></tr><tr style="height: 19.5pt"><td width="191" valign="top" style="width: 143.25pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>Þof&ouml;r </span></font></font></font></td><td width="130" valign="top" style="width: 97.5pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>2</span></font></font></font></td><td width="122" valign="top" style="width: 91.5pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>1</span></font></font></font></td><td width="115" valign="top" style="width: 86.25pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>1</span></font></font></font></td></tr><tr style="height: 19.5pt"><td width="191" valign="top" style="width: 143.25pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>TOPLAM</span></font></font></font></td><td width="130" valign="top" style="width: 97.5pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>52</span></font></font></font></td><td width="122" valign="top" style="width: 91.5pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>34</span></font></font></font></td><td width="115" valign="top" style="width: 86.25pt; height: 19.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>21</span></font></font></font></td></tr></tbody></table><font face="Times New Roman" size="3" color="#000000"><p style="margin: 0cm 0cm 0pt 106.2pt; text-indent: 35.4pt" class="MsoNormal"><strong><font size="3"><font color="#000000"><font face="Times New Roman"><span>2007 YILI AÞI Y&Uuml;ZDELERÝ</span></font></font></font></strong></p><table border="1" cellspacing="0" cellpadding="0" width="555" class="MsoNormalTable" style="width: 416.25pt; border: windowtext 1pt solid"><tbody><tr style="height: 31.5pt"><td width="328" style="width: 246pt; height: 31.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>DBT1 </span></font></font></font></td><td width="228" style="width: 171pt; height: 31.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>% 90,7</span></font></font></font></td></tr><tr style="height: 27.75pt"><td width="328" style="width: 246pt; height: 27.75pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>DBT3</span></font></font></font></td><td width="228" style="width: 171pt; height: 27.75pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>% 107</span></font></font></font></td></tr><tr style="height: 31.5pt"><td width="328" style="width: 246pt; height: 31.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>POLÝO 1</span></font></font></font></td><td width="228" style="width: 171pt; height: 31.5pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>% 90,7</span></font></font></font></td></tr><tr style="height: 27.75pt"><td width="328" style="width: 246pt; height: 27.75pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>POLÝO 3</span></font></font></font></td><td width="228" style="width: 171pt; height: 27.75pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>% 107</span></font></font></font></td></tr><tr style="height: 27.75pt"><td width="328" style="width: 246pt; height: 27.75pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>HEPATÝT B 1</span></font></font></font></td><td width="228" style="width: 171pt; height: 27.75pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>% 66</span></font></font></font></td></tr><tr style="height: 27.75pt"><td width="328" style="width: 246pt; height: 27.75pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>HEPATÝT B 3</span></font></font></font></td><td width="228" style="width: 171pt; height: 27.75pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>% 100</span></font></font></font></td></tr><tr style="height: 27.75pt"><td width="328" style="width: 246pt; height: 27.75pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>KIZAMIK-KIZAMIK&Ccedil;IK- KABAKULAK</span></font></font></font></td><td width="228" style="width: 171pt; height: 27.75pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>% 89,8</span></font></font></font></td></tr><tr style="height: 27.75pt"><td width="328" style="width: 246pt; height: 27.75pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>BCG</span></font></font></font></td><td width="228" style="width: 171pt; height: 27.75pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>% 86</span></font></font></font></td></tr><tr style="height: 27.75pt"><td width="328" style="width: 246pt; height: 27.75pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>MENENJÝT 1</span></font></font></font></td><td width="228" style="width: 171pt; height: 27.75pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>% 93</span></font></font></font></td></tr><tr style="height: 27.75pt"><td width="328" style="width: 246pt; height: 27.75pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><font size="3"><font color="#000000"><font face="Times New Roman"><span>MENENJÝT 3</span></font></font></font></td><td width="228" style="width: 171pt; height: 27.75pt; background-color: transparent; border: windowtext 1pt solid; padding: 0cm"><span><font face="Times New Roman" size="3" color="#000000">% 57</font></span></td></tr></tbody></table></font><p><strong><font size="3"><font color="#000000"><font face="Times New Roman">Merkez Saðlýk Ocaðýmýz&rsquo;dan g&ouml;r&uuml;n&uuml;m</font></font></font></strong> </p><p align="justify">{mosimage}</p><p align="justify">{mosimage}</p><p align="justify">{mosimage}</p><p align="justify">{mosimage}</p><p align="justify">{mosimage}</p></span>', '', 1, 0, 0, 0, '2007-01-26 09:14:31', 62, '', '2008-01-01 23:30:01', 62, 0, '0000-00-00 00:00:00', '2007-01-26 09:14:16', '0000-00-00 00:00:00', 'sagliglogo.gif|||0||bottom||\r\nPicture1.jpg|||0||bottom||\r\nPicture2.jpg|||0||bottom||\r\nPicture3.jpg|||0||bottom||\r\nPicture4.jpg|||0||bottom||\r\nPicture5.jpg|||0||bottom||', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 0, '', '', 0, 434),
(49, 'PTT', 'PTT', '<p class="MsoNormal" align="center"><span style="font-size: 10pt; font-family: Arial"><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{mosimage}</span></span></p><p class="MsoNormal" align="justify">&nbsp;</p><p class="MsoNormal" align="justify"><span style="font-size: 10pt; font-family: Arial"><span>{mosimage}</span></span></p><p class="MsoNormal" align="justify"><span style="font-size: 10pt; font-family: Arial"><span>{mosimage}</span></span></p><p class="MsoNormal" align="justify"><span style="font-size: 10pt; font-family: Arial"></span><span style="font-size: 10pt; font-family: Arial"><span><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PTT hizmetlerini m&uuml;stakil binasýnda vermektedir. Telekom Þefliði de posta iþletmeleri binasýnda faaliyetini s&uuml;rd&uuml;rmektedir.<br />Santrallerin Durumu: <br />Kurulduðu Yer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Kapasitesi<br />Ýl&ccedil;e Merkezi&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1250<br />Kayacýk&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 90<br />Oyuklu&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 213<br />&nbsp; Ýl&ccedil;emizde bulunan 56 k&ouml;yden 25&rsquo;inde telefon baðlantýsý yoktur. En kýsa zamanda bu k&ouml;ylere de KTS kurulacaktýr. Ýl&ccedil;emizde 1013 Kablosuz Telekom Santrali vardýr.<br /></span></span></span></span></p>', '', 1, 0, 0, 0, '2007-01-26 09:14:42', 62, '', '2008-04-21 11:05:08', 62, 0, '0000-00-00 00:00:00', '2007-01-26 09:14:32', '0000-00-00 00:00:00', 'postanelogo.gif|||0||bottom||\r\nptt-mudur.jpg|||0||bottom||\r\npttcalisani.jpg|||0||bottom||', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 0, '', '', 0, 700);
INSERT INTO `jos_content` (`id`, `title`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`) VALUES
(50, 'Ýlçe Jandarma Komutanlýðý', 'Ýlçe Jandarma Komutanlýðý', '<p align="center"><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{mosimage}</p><p align="justify">Ýl&ccedil;enin asayiþ ve g&uuml;venliði Ýl&ccedil;e Jandarma Komutanlýðýna baðlý 5 adet Jandarma Karakol Komutanlýðý tarafýndan y&uuml;r&uuml;t&uuml;lmektedir. 1996 yýlýndan itibaren il&ccedil;emizde 2. Motorlu Piyade Tugay Komutanlýðý ter&ouml;r nedeniyle b&ouml;lgemizde g&uuml;venlik hizmeti vermektedir.</p><p align="justify">Ýl&ccedil;e Jandarma Komutanlýðý (B) tipi olup, (J.TMK.3-482 )&rsquo;yi uygulamaktadýr. Ýl&ccedil;e J. Kararg&acirc;hý, J.Asyþ. Komando Bl. K.lýðý, Olay Yeri Ýnceleme Birimi, J. Mknz. Komd. D.Tim K.lýðý, Merkez J.Karakolu, Abalý J.Krk., Duru J. Krk., Kayacýk J.Krk., Tepe J.Krk. ve J. Trafik Timinden oluþmakta ve Jandarma b&ouml;lgesinin sorumluluk sahasý (1083) Km. olup, 56 k&ouml;y&nbsp;ve&nbsp;121 mezra&nbsp; mevcuttur.</p><p align="justify">Ýl&ccedil;e Jandarma Komutanlýðýna ait hizmet binasý 2006 yýlýnda faaliyete ge&ccedil;miþtir. Eski bina Merkez j. krk. k.lýðý olarak hizmet vermektedir.&nbsp;</p><p align="justify">&nbsp;</p><p align="justify">&nbsp;</p><p align="justify">{mosimage}</p>', '', 1, 0, 0, 0, '2007-01-26 09:14:56', 62, '', '2008-04-21 14:35:58', 62, 0, '0000-00-00 00:00:00', '2007-01-26 09:14:45', '0000-00-00 00:00:00', 'jandarmalogo.gif|||0||bottom||\r\njan.jpg|||0||bottom||', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 0, '', '', 0, 2167),
(51, 'Ýlçe Emniyet Amirliði', 'Ýlçe Emniyet Amirliði', '<p align="justify">&nbsp;</p><p align="center">{mosimage}&nbsp;</p><p align="justify">&nbsp;</p><p align="justify"><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"><font color="#000000">Ýl&ccedil;e Emniyet Amirliði; Ý&ccedil;iþleri Bakanlýðýnýn 29.09.1981 tarihli onayý ile Ýl&ccedil;emizde Emniyet<span>&nbsp; </span>Komiserliði kurulmasý uygun g&ouml;r&uuml;lm&uuml;þ olup, 05.11.1981 tarihinde Emniyet Komiserliði a&ccedil;ýlarak hizmete baþlamýþ, Diyarbakýr Valiliði Emniyet<span>&nbsp; </span>M&uuml;d&uuml;rl&uuml;ð&uuml;n&uuml;n 18.01.1989 g&uuml;n ve Personel Ýdr.Br.31771-1/89-1618 (002083) sayýlý yazýlarý ile 06.12.1988 g&uuml;n ve Em.Gnl.M&uuml;d&uuml;rl&uuml;ð&uuml; Personel Dairesi Bþk. Kadro Planlama Br. 283314 sayýlý Emir yazýlarý ile 13.01.1989 tarihinden itibaren Emniyet Amirliðine d&ouml;n&uuml;þt&uuml;r&uuml;lm&uuml;þt&uuml;r.</font></span></p><p><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"><font color="#000000">Emniyet Amirliði sorumluluk sahasý i&ccedil;erisinde umumi yer olarak,</font><span><font size="3"><font color="#000000"><font face="Times New Roman"><span>&nbsp;</span>17 Adet Kahvehane, 2 Adet Ýnternet Kafe ,<span>&nbsp; </span>1 Adet birahane bulunmaktadýr.&nbsp;<span>&nbsp;</span></font></font></font></span></span></p><p><span style="font-size: 12pt; font-family: &#39;Times New Roman&#39;"><span><font size="3"><font color="#000000"><font face="Times New Roman"><span>{mosimage}</span></font></font></font></span></span></p>', '', 1, 0, 0, 0, '2007-01-26 09:15:22', 62, '', '2007-12-13 23:06:45', 62, 0, '0000-00-00 00:00:00', '2007-01-26 09:15:11', '0000-00-00 00:00:00', 'emniyetlogo.gif|||0||bottom||\r\npolisvatandas.jpg|||0||bottom||', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 0, '', '', 0, 1322),
(167, 'Halk Eðitimi Merkezinde Yýlsonu sergisi büyük bir çoþkuyla yapýldý.', 'Halk Eðitimi Merkezinde Yýlsonu sergisi büyük bir çoþkuyla yapýldý.', 'Halk Eðitimi Merkezinde Yýlsonu sergisi b&uuml;y&uuml;k bir &ccedil;oþkuyla yapýldý. Bu a&ccedil;ýlýþa b&uuml;y&uuml;k bir katýlým oldu.', '<p align="center">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {mosimage}</p><p>Daha sonra sergi sonunda Halk Eðitimi Mekezi M&uuml;d&uuml;r&uuml; Cemil YILMAZ davetlilere yemek verdi.</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>', -2, 2, 0, 3, '2007-11-07 04:59:13', 62, '', '2007-11-07 05:00:38', 62, 0, '0000-00-00 00:00:00', '2007-11-07 04:57:19', '0000-00-00 00:00:00', 'baraj.jpg|||0||bottom||', '', 'pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=', 2, 0, 0, '', '', 0, 2),
(52, 'Dedaþ Ýþletme Baþmühendisliði', 'Dedaþ Ýþletme Baþmühendisliði', '<p align="center">&nbsp;</p><p align="center">{mosimage}</p><p align="center">{mosimage}</p><p align="center"><strong>Kurum Personeli</strong></p><p align="justify">H&uuml;k&uuml;met Konaðýnýn karþýsýnda belediyeye ait 1 katlý binada hizmet vermektedir. Ýl&ccedil;e merkezinde 21, k&ouml;y ve mezralarda ise 70 adet trafo bulunmaktadýr. Ýl&ccedil;e merkezinde 2400, k&ouml;y ve mezralarda ise 5000 kayýtlý abone vardýr.<br />Personel Durumu: 1 Þef, 2 Elektrik Teknisyeni, 1 Tahsildar.</p>', '', 1, 0, 0, 0, '2007-01-26 09:15:45', 62, '', '2008-04-21 16:48:59', 62, 0, '0000-00-00 00:00:00', '2007-01-26 09:15:31', '0000-00-00 00:00:00', 'tedaslogo.gif|||0||bottom||\r\ndedaspersonel.jpg|||0||bottom||', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 0, '', '', 0, 247),
(53, 'Karkamýþ Antik Kenti', 'Karkamýþ Antik Kenti', '<span style="font-size: 10pt; font-family: Verdana"><p align="justify"><br /><br /><span style="font-size: 10pt; font-family: Verdana">&nbsp;</span>&nbsp;<strong>&nbsp;</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong style="font-size: 12px; color: #ff3300">KARGAMÝS ANTÝK KENTÝ</strong></p></span><p align="justify">Karkamýþ Ýl&ccedil;esi yakýnýnda, Fýrat&rsquo;ýn batý kýyýsýnda, T&uuml;rkiye-Suriye sýnýr hattý &uuml;zerinde, Yakýndoðu Arkeolojisi&rsquo;nin en &ouml;nemli yerleþimlerinden Karkamýþ Antik kenti yer almaktadýr. Kent; M.&Ouml;. II. bin yýlda, Anadolu&rsquo;dan, Mezopotamya&rsquo;ya ve Mýsýr&rsquo;a uzanan yollarýn &ouml;nemli bir kavþak noktasýnda yer alýyordu. Karkamýþ Krallarýndan s&ouml;z eden ilk belgeler, M.&Ouml;. 1700&rsquo;e doðru ortaya &ccedil;ýkar. M.&Ouml;. 1650&rsquo;li yýllarda, Hitit Kralý Hattuþili 1, Karkamýþ ve &ccedil;evresindeki kentleri alarak, kuzey Suriye yolunun g&uuml;venliðini saðladý. Daha sonra, Mitanniler&rsquo;in egemenliði altýna giren kent, Þuppiluliuma I. d&ouml;neminde yeniden Hititlere baðlandý. Karkamýþ artýk, &ccedil;oðu b&uuml;y&uuml;k Hitit Krallarý soyundan gelen ve Ýmparatorluðun Suriye&rsquo;deki topraklarýný denetim altýnda tutan baðlý krallar tarafýndan y&ouml;netiliyordu. Hitit Ýmparatorluðu&rsquo;nun M.&Ouml;. XII. y&uuml;zyýl baþlarýnda yýkýlmasýndan sonra kent, yeni kurulan &ccedil;ok sayýda Ge&ccedil; Hitit Krallýðýndan birinin merkezi oldu. Asur Kralý Acurnasirpal II&rsquo;nin Suriye Seferi (M.&Ouml;. 876-866) sýrasýnda, haraca baðlanan Karkamýþ, M.&Ouml;. 717&rsquo;de Asur Kralý Sargon II tarafýndan yakýlýp yýkýlarak, Asur topraklarýna katýldý. George Smith&rsquo;in (1876) Cerablus yakýnýndaki kalýntýlarýn, Karkamýþ&rsquo;a ait olduðunu bulmasýndan sonra, Hogarth, Lawrence, Campbell-Thompson ve Woolley, 1878-1881, 1911-1914 ve 1919-1920 yýllarý arasýnda kentte British Museum adýna kazý &ccedil;alýþmalarý yapmýþlardýr. Kalenin bulunduðu tepede, tarih &ouml;ncesi kalýntýlarýn yaný sýra, Erken ve Ge&ccedil; Hitit d&ouml;nemlerinden iki ana yerleþim yeri saptanmýþtýr. Dýþ Kent, Ý&ccedil; Kent ve Kale olmak &uuml;zere &uuml;&ccedil; b&ouml;l&uuml;mden oluþan dikd&ouml;rtgen planlý Karkamýþ&rsquo;ta; y&ouml;netsel ve dinsel iþlevli yapýlar, kentin &ccedil;ekirdeðini oluþturmaktaydý. Yapýlar; Hitit-Asur &uuml;slubunda kabartmalarla kaplý siyah bazalt ve beyaz kire&ccedil; taþý ortostatlarla s&uuml;sl&uuml;d&uuml;r. Bulunan kabartmalarýn &ccedil;oðunluðu, Ge&ccedil; Hitit d&ouml;nemine tarihlendirilmektedir. Bu kabartmalar, Tanrý&ccedil;a Kupapa ve onun adýna yapýlan t&ouml;ren alayýndaki askerlerin, rahiplerin, &ccedil;eþitli hayvanlarý taþýyan kiþilerin, uzun ve d&uuml;z kýlý&ccedil;larla silahlanmýþ prenslerin, savaþ arabalarýnýn, karýþýk yaratýklarýn, koruyucu hayvanlarýn yer aldýðý t&ouml;ren alayý betimlemeleriyle M.&Ouml;. I. Bin yýl baþlarýndaki yaþam bi&ccedil;imine, giysilerine ve k&uuml;lt&uuml;r&uuml;ne ýþýk tutmaktadýr. Karkamýþ kabartmalarýnýn, b&uuml;y&uuml;k &ccedil;oðunluðu bug&uuml;n Ankara Anadolu Medeniyetleri M&uuml;zesi&rsquo;nde sergilenmektedir.Suriye sýnýrýnda mayýnlý askeri sahada bulunan harabeler, mayýnlardan temizlenmeyi beklemektedir. (NOT: G&uuml;n&uuml;m&uuml;zde Karkamýþ harabeleri askeri b&ouml;lgede olduðundan ziyarete kapalýdýr. Ziyaret i&ccedil;in Genel Kurmay Baþkanlýðý&rsquo;ndan izin alýnmasý<span style="color: white">..</span>gerekmektedir.)<span style="font-size: 10pt; font-family: Verdana">&nbsp;<br /></span></p><span style="font-size: 10pt; font-family: Verdana"><p align="center">{mosimage}<br /><span style="font-size: 10pt; font-family: Verdana"><br /><br /></span><span style="font-size: 10pt; font-family: Verdana">&nbsp;</span>&nbsp;<strong>&nbsp;</strong>&nbsp;&nbsp;&nbsp;<strong><font color="#ff0000">YAKIN ZAMANDA KARKAMIÞ ANTÝK KENTÝ ÝLE ÝLGÝLÝ YAPILAN &Ccedil;ALIÞMALAR</font></strong> </p></span><p style="background: white; margin: 0cm 11.15pt 0pt 5.4pt; text-indent: 25.9pt; line-height: 13.7pt; text-align: justify" class="MsoNormal" align="justify">&nbsp;</p><p style="background: white; margin: 0cm 11.15pt 0pt 5.4pt; text-indent: 25.9pt; line-height: 13.7pt; text-align: justify" class="MsoNormal" align="justify">Karkamýþ antik kenti, Taþýnmaz K&uuml;lt&uuml;r ve Tabiat Varlýklarý Y&uuml;ksek Kurulu&#39;nun 28.08.1986 g&uuml;n ve 2630 sayýlý kararý ile tescillenmiþ , Adana K&uuml;lt&uuml;r ve Tabiat Varlýklarýný Koruma Kurulu&#39;nun 20.07.1989 g&uuml;n ve 402 sayýlý kararýyla da 1. derece arkeolojik sit sýnýrý onanmýþtýr. </p><p align="justify">M.&Ouml;. 3500&#39;den M.&Ouml;. 700 yýlýna dek kesintisiz iskan g&ouml;rm&uuml;þ olan Kargamýþ antik kentinde Eski Mýsýr ve Suriye&#39;nin Anadolu ile iliþkilerini ortaya koyacak kazýlarýn bir an &ouml;nce yapýlarak turizme kazandýrýlmasý ile ilgili &ccedil;alýþma Gaziantep Valiliðince, K&uuml;lt&uuml;r Bakanlýðýna, Turizm Bakanlýðýna ve 6. Kolordu Komutanlýðýna yazýlarak 1991 yýlýnda baþlamýþtýr.</p><p style="background: white; margin: 0cm 11.5pt 0pt 6.1pt; text-indent: 26.3pt; line-height: 13.7pt; text-align: justify" class="MsoNormal" align="justify"><span style="letter-spacing: -0.05pt">Konu Genel Kurmay Baþkanlýðýna da iletilmiþ olup gelen 20.06.1991 g&uuml;n ve 0925-91 sayýlý </span>cevabi yazýda b&ouml;lgenin stratejik konumu vurgulanarak &quot;Askeri yasak b&ouml;lge konumu&quot;ndan <span style="letter-spacing: -0.1pt">&ccedil;ýkartýlmasýnýn s&ouml;z konusu olamayacaðý; ancak antik kentin &ccedil;evresinin aydýnlatýlabileceði, kentin</span> &ccedil;evresinin uygun fiziksel engellerle &ccedil;evrelenerek giriþ ve &ccedil;ýkýþ i&ccedil;in kapýlar kurulmasý, hava <span style="letter-spacing: -0.05pt">kararmadan &ouml;nce alanýn boþaltýlmasý, yetkili komutanlýkla koordineli olarak &ccedil;alýþýlmak koþuluyla turizme a&ccedil;ýlmasýnda sakýnca olmadýðý; ancak bu &ccedil;alýþma &Ouml;ncesinde b&ouml;lgede bulunan mayýnlarýn </span>temizlenmesinin zorunlu olduðu belirtilmektedir.</p><p align="justify"><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>Mayýnlarýn temizlenmesi &ccedil;alýþmasýnýn yapýlabilmesi i&ccedil;in gerekli izin, Adana K&uuml;lt&uuml;r ve Tabiat Varlýklarým Koruma Kurulu M&uuml;d&uuml;rl&uuml;ð&uuml;n&uuml;n 25.04.2002 g&uuml;n ve 4685 sayýlý kararýyla alýnmýþtýr. </p><p align="justify"><span>&nbsp;&nbsp;&nbsp;&nbsp; </span>6. Kolordu komutanlýðýndan alman 02.08.1991 tarih ve 716 sayýlý yazýda, anýlan yerdeki mayýnlarýn belirli bir anahtarý olmadýðý ve &ccedil;ok eskiden geliþi g&uuml;zel d&ouml;þenmiþ olmasý nedeniyle s&ouml;z konusu yerdeki mayýnlarýn temizlenmesi amacýyla mayýn temizleme tankýnýn g&ouml;revlendirilmesi hususunun 2. Ordu Komutanlýðýnýn emir ve tensiplerine maruz olduðunu <span style="letter-spacing: -0.05pt">belirtildiðinden, s&ouml;z konusu yazý Gaziantep Valiliðince 10.04.1992 tarih ve 546 sayýlý yazýyla 2. </span>Ordu Komutanlýðýna iletilerek b&ouml;lgedeki mayýnlarýn temizlenmesinin saðlanmasý istenmiþtir.</p><p style="background: white; line-height: 13.7pt; margin-right: 45pt; text-align: justify" class="MsoNormal" align="justify"><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>2. Ordu Komutanlýðýndan alýnan 06.05.1992 tarih ve 719 sayýlý yazýsýnda konunun Kara <span style="letter-spacing: -0.05pt">Kuvvetleri Komutanlýðýna intikal ettirildiði ve Kara Kuvvetleri Komutanlýðýna yapýlan tekliflerin </span>karþýlanmasýna baðlý olarak b&ouml;lgenin mayýnlardan temizlenmesine baþlanacaðý bildirilmiþtir.</p><p style="background: white; line-height: 13.7pt; margin-right: 45pt; text-align: justify" class="MsoNormal" align="justify"><span>&nbsp;&nbsp;&nbsp;&nbsp; </span><span style="letter-spacing: -0.1pt">Karkamýþ Kaymakamlýðý &Ouml;zel Kalem B&uuml;rosu&rsquo;nun 29.05.2006 </span>g&uuml;n ve 21 sayýlý yazýsýnda, &ldquo;Ýl&ccedil;e sýnýrlarý i&ccedil;inde bulunan tarihi Karkamýþ antik kentinin T&uuml;rkiye-Suriye sýnýrýndaki mayýnlý alanda kalmasý nedeniyle yerli ve yabancý turist ve araþtýrmacýlarýn gezip g&ouml;rmelerine olanak vermediði; bu b&ouml;lgenin askeri g&uuml;venlik b&ouml;lgesinden &ccedil;ýkarýlarak turizme a&ccedil;ýlmasý konusunda gerekli yazýþmalarýn yapýlmasýna karþýn bir sonu&ccedil; alýnamadýðý; yine konuya iliþkin K&uuml;lt&uuml;r Bakanlýðý Adana K&uuml;lt&uuml;r ve Tabiat varlýklarýný Koruma Kurulu m&uuml;d&uuml;rl&uuml;ð&uuml;n&uuml;n 25.04.2006 g&uuml;n ve 302/4685 sayýlý kararýnda Gaziantep ili, Karkamýþ il&ccedil;esi 1. <span style="letter-spacing: -0.05pt">derece arkeolojik sit alaný olarak tescilli Kargamýþ antik kenti i&ccedil;inde planlanan mayýn temizliðine </span><span style="letter-spacing: -0.1pt">iliþkin K&uuml;lt&uuml;r ve Tabiat Varlýklarýný Koruma Genel M&uuml;d&uuml;rl&uuml;ð&uuml;n&uuml;n 21.03.2002 g&uuml;n ve 2444 sayýlý </span>yazýsý ve ekleri, kurul M&uuml;d&uuml;rl&uuml;ð&uuml; uzmanlarýnca hazýrlanan 22.04.2002 tarihli dosya raporuna dayanarak yapýlan g&ouml;r&uuml;þme sonucu, Gaziantep ili, Karkamýþ il&ccedil;esi 1. derece arkeolojik sit alaný olarak tescilli Kargamýþ antik kenti i&ccedil;inde d&ouml;þeli olan mayýnlarýn, k&uuml;lt&uuml;r varlýklarýna zarar vermeyecek bir y&ouml;ntemle ilgili M&uuml;ze denetiminde kaldýrýlmasýna karar verildiði halde hi&ccedil;bir iþlem yapýlmadýðý; 18.12.1981 tarihli ve 2565 sayýlý Askeri Yasak b&ouml;lgeler ve G&uuml;venlik B&ouml;lgeleri Yasasýnýn 5. maddesi ile deðiþik Ek Fýkra: 20.10.2005 tarih ve 5412 sayýlý yasanýn 1. <span style="letter-spacing: -0.05pt">maddesinde kara sýnýrlarý boyunca tesis edilen askeri yasak b&ouml;lgelerin sýnýrlarý ise, kamu yararý </span>bulunmasý kaydýyla milli eðitim, k&uuml;lt&uuml;r, turizm ve spor ama&ccedil;lý etkinlikler i&ccedil;in Genel Kurmay Baþkanlýðýnýn &ouml;nerisi &uuml;zerine Bakanlar kurulunca daraltýlabilir ya da kimi b&ouml;lgeler t&uuml;m&uuml;yle kaldýrýlýr&#39;<sup>1</sup> h&uuml;km&uuml;n&uuml;n amir olduðu belirtildikten sonra, Suriye sýnýrýnda 1. derece askeri yasak b&ouml;lge i&ccedil;inde bulunan tarihi Karkamýþ antik kentinin askeri yasak b&ouml;lge kapsamýndan &ccedil;ýkarýlarak <span style="letter-spacing: -0.05pt">turizme a&ccedil;ýlmasý i&ccedil;in Gaziantep Ýl K&uuml;lt&uuml;r ve Turizm M&uuml;d&uuml;rl&uuml;ð&uuml;nce yerinde yapýlacak keþif sonucu d&uuml;zenlenecek raporun &uuml;st </span>makamlara sunulmasý&rdquo; istenmiþtir.</p><p align="justify">&nbsp;<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>Ancak b&uuml;t&uuml;n &ccedil;abalara raðmen mayýnlarýn<span>&nbsp; </span>temizlenmesi konusunda kayda deðer hi&ccedil;bir <br />&ccedil;alýþma<span>&nbsp; </span>olmamýþtýr.&nbsp;</p>', '', -2, 0, 0, 0, '2007-01-26 09:28:53', 62, '', '2007-02-13 11:45:57', 62, 0, '0000-00-00 00:00:00', '2007-01-26 09:28:41', '0000-00-00 00:00:00', 'harabe.jpg|||1||bottom||', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 0, '', '', 0, 118),
(54, 'Köy Bilgi Sistemi', 'Köy Bilgi Sistemi', '<p>Bu sayfa yapým aþamasýndadýr.</p>', '', 1, 0, 0, 0, '2007-01-26 09:30:00', 62, '', '2007-10-06 22:56:00', 62, 0, '0000-00-00 00:00:00', '2007-01-26 09:29:46', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 1, 0, 0, '', '', 0, 7313),
(166, 'Köylere Hizmet Götürme Birliði Meclis toplantýsý yapýldý.', 'Köylere Hizmet Götürme Birliði Meclis toplantýsý yapýldý.', '<span style="font-size: 10pt; font-family: &#39;Times New Roman&#39;">Nisan ayý olaðan meclis toplantýsý 16 Nisan 2007 tarihinde Kaymakamlýk toplantý salonunda Birlik Baþkanýmýz Ýl&ccedil;e Kaymakamý &Ouml;mer KALAYLI baþkanlýðýnda yapýldý...</span>', '<p><span style="font-size: 10pt; font-family: &#39;Times New Roman&#39;">Kaymakamýmýz, muhtarlara K&ouml;ylere Hizmet G&ouml;t&uuml;rme Birliði&rsquo;nin yaptýðý &ccedil;alýþmalar ve projeler konusunda bilgi verdi. Devam eden K&ouml;yi&ccedil;i temizlik, malzeme serimi ve K&ouml;ydes &ccedil;alýþmalarý konusunda muhtarlara d&uuml;þen g&ouml;revlere deðindi. Daha sonra <span>&nbsp;</span>Birlik Enc&uuml;men &uuml;yeliði se&ccedil;imi yapýldý. Enc&uuml;men &uuml;yeliðine Elifoðlu k&ouml;y&uuml; muhtarý Bilal Habeþ YAÐMURLU VE Alag&ouml;z k&ouml;y&uuml; muhtarý Musa ALAG&Ouml;Z se&ccedil;ildi. Birliðin 2006 yýlý b&uuml;t&ccedil;esi kesin hesabý g&ouml;r&uuml;þ&uuml;lerek kabul edildi. Daha sonra Ýl Saðlýk M&uuml;d&uuml;rl&uuml;ð&uuml; Sýtma Savaþ Dispanseri&rsquo;nden Dr. Recep TANRI&Ouml;VER muhtarlara &ldquo;sýtma savaþla m&uuml;cadele&rdquo; konusunda bilgilendirici bir sunum yaptý. </span></p><p><span style="font-size: 10pt; font-family: &#39;Times New Roman&#39;"><span style="font-size: 10pt; font-family: &#39;Times New Roman&#39;"><img style="width: 571px; height: 291px" src="images/stories/toplanti%20muhtar.jpg" alt="Sample Image" width="571" height="291" /></span></span></p>', -2, 2, 0, 3, '2007-04-16 18:00:45', 62, '', '2007-04-16 18:23:08', 62, 0, '0000-00-00 00:00:00', '2007-04-16 17:58:36', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=', 2, 0, 0, '', '', 0, 3);
INSERT INTO `jos_content` (`id`, `title`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`) VALUES
(55, 'Atatürk Köþesi', 'Atatürk Köþesi', '<p align="center">&nbsp;</p><p align="center"><strong><font face="Tahoma" size="2"><a href="http://egitek.meb.gov.tr/uretim/atacd/atacd.htm" target="_blank" title="Fotoðraflarla Atat&uuml;rk">Fotoðraflarla Atat&uuml;rk K&ouml;þemizi ziyaret etmek i&ccedil;in buraya týklayýnýz.</a>&nbsp;</font></strong></p><p align="center">&nbsp;</p><p align="center"><strong><font face="Tahoma" size="2">ATAT&Uuml;RK&#39;&Uuml;N YAÞAMININ KRONOLOJÝSÝ</font></strong></p><table border="0" cellspacing="1" cellpadding="0" width="100%" class="MsoNormalTable" style="width: 100%" id="table7"><tbody><tr style="height: 12pt"><td width="100%" style="background: #ebeae9; width: 100%; height: 12pt; padding: 0.75pt"><p style="text-align: center" align="center"><strong><span style="font-size: 7.5pt; font-family: Verdana">1881 - 1908</span></strong></p></td></tr></tbody></table><ul style="margin-bottom: 0cm"><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">19 Mayýs 1881 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa&#39;nýn Selanik&#39;te doðuþu. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">1893 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa&#39;nýn Selanik Askeri R&uuml;þtiyesi&#39;ne yazýlmasý ve &ouml;ðretmeni Mustafa Efendi&#39;nin kendisine &quot;Kemal&quot; adýný takmasý. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">1895 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Selanik Askeri R&uuml;þtiyesi&#39;ni bitirerek Manastýr Askeri Ýdadisine girmesi. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">13 Mart 1899 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Manastýr Askeri Ýdadisi&#39;ni bitirerek Ýstanbul&#39;da Harp Okulu&#39;na giriþi. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">10 Þubat 1902 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Harp Okulu&#39;nu teðmen r&uuml;tbesiyle bitirerek Harp Akademisi&#39;ne ge&ccedil;mesi. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">11 Ocak 1905 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Kurmay Y&uuml;zbaþý olarak Harp Akademisi&#39;nden mezun olmasý ve merkezi Þam&#39;da bulunan Beþinci Ordu emrine verilmesi. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">Ekim 1905 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in bazý arkadaþlarýyla birlikte Þam&#39;da gizli &quot;Vatan ve H&uuml;rriyet Cemiyeti&quot;ni kurmasý. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">20 Haziran 1907 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Kolaðasýlýðýna ( Kýdemli Y&uuml;zbaþý ) y&uuml;kseltilmesi. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">13 Ekim 1907 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Selanik&#39;te III. Ordu&#39;ya atanmasý. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">Þubat 1908 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Atat&uuml;rk&#39;&uuml;n General Litzmann&#39;dan &ccedil;evirdiði &quot;Takýmýn Muharebe Talimi&quot; adlý -asker&icirc; eðitimle ilgili- kitabýn Sel&acirc;nik&#39;te yayýmlanmasý. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">Haziran 1908 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Atat&uuml;rk&#39;e, III. Ordu Kararg&acirc;hý&#39;ndaki g&ouml;revinin yanýsýra &Uuml;sk&uuml;p-Sel&acirc;nik arasýndaki demiryolu m&uuml;fettiþliði g&ouml;revinin de verilmesi. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">23 Temmuz 1908 - </font></span></strong><span style="font-family: Tahoma"><font size="2">II. Meþrutiyet&#39;in Ýl&acirc;ný. </font></span></li></ul><table border="0" cellspacing="1" cellpadding="0" width="100%" height="20" class="MsoNormalTable" style="background: #ebeae9; width: 100%" id="table8"><tbody><tr style="height: 12.75pt"><td width="100%" style="width: 100%; height: 12.75pt; padding: 0.75pt"><p style="text-align: center" align="center"><strong><span style="font-family: Tahoma"><font size="2">1909 - 1914</font></span></strong></p></td></tr></tbody></table><ul style="margin-bottom: 0cm"><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">15-16 Nisan 1909 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in 31 Mart (13 Nisan) ayaklanmasý &uuml;zerine Hareket Ordusu&#39;nun kurmay baþkaný olarak Ýstanbul&#39;a hareket etmesi. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">6 Eyl&uuml;l 1909 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Selanik&#39;te III. Ordu Piyade Subay Talimgahý Komutaný olmasý. (Ayný yýl i&ccedil;inde Kolaðasý r&uuml;tbesiyle 38. Piyade Alayý komutaný olmuþtur.) </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">Mayýs 1910 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Mahmud Þevket Paþa&#39;nýn kurmay baþkaný olarak Arnavutluk harekatýnda bulunmasý. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">Eyl&uuml;l 1910 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Fransa&#39;da yapýlan manevralara T&uuml;rk Ordusu temsilcisi olarak katýlmasý. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">13 Eyl&uuml;l 1911 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Ýstanbul&#39;a Genelkurmay&#39;a nakledilmesi. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">27 Kasým 1911 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Trablusgarb&#39;ta Binbaþýlýða y&uuml;kseltilmesi. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">22 Aralýk 1911 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Ýtalyan - Osmanlý Trablus Savaþý&#39;nda Tobruk Taarruzu&#39;nu baþarýyla idare etmesi. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">25 Kasým 1912 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Bahrýsefid Boðazý ( &Ccedil;anakkale ) Kuva-yý M&uuml;rettebesi Harekat Þubesi M&uuml;d&uuml;rl&uuml;ð&uuml;&#39;ne atanmasý. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">27 Ekim 1913 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Sofya Ataþemiliteri olmasý. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">1 Mart 1914 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Yarbaylýða y&uuml;kseltilmesi. </font></span></li></ul><table border="0" cellspacing="1" cellpadding="0" width="100%" height="20" class="MsoNormalTable" style="background: #ebeae9; width: 100%" id="table9"><tbody><tr style="height: 12.75pt"><td width="100%" style="width: 100%; height: 12.75pt; padding: 0.75pt"><p style="text-align: center" align="center"><strong><span style="font-family: Tahoma"><font size="2">1915 - 1916</font></span></strong></p></td></tr></tbody></table><ul style="margin-bottom: 0cm"><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">2 Þubat 1915 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Tekirdað&#39;da 19. T&uuml;meni kurmaya baþlamasý. (25 Þubat 1915&#39;te t&uuml;men kuruluþunu tamamlayarak Maydos&#39;a gelmiþtir.) </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">25 Nisan 1915 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Ýtilaf devletlerinin Arýburnu&#39;na asker &ccedil;ýkarmalarý &uuml;zerine Mustafa Kemal&#39;in t&uuml;meniyle d&uuml;þmaný &ouml;nleyerek durdurmasý. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">1 Haziran 1915 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Albaylýða y&uuml;kseltilmesi. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">8-9 Aðustos 1915 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Anafartalar Grubu Komutanlýðý&#39;na atanmasý. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">10 Aðustos 1915 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in bizzat idare ettiði taarruzla Anafartalar cephesinde d&uuml;þmaný geri atmasý. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">17 Aðustos 1915 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa &nbsp; Kemal&#39;in Kire&ccedil;tepe&#39;de zafer kazanmasý. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">21 Aðustos 1915 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in II. Anafartalar Savaþý&#39;ný kazanmasý. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">14 Ocak 1916 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Edirne&#39;de XVI. Kolordu Komutanlýðý&#39;na baþlamasý. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">1 Nisan 1916 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Mirlivalýða ( T&uuml;mgeneral ) y&uuml;kselmesi. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">7-8 Aðustos 1916 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Bitlis ve Muþ&#39;u d&uuml;þman elinden geri almasý.</font></span> </li></ul><table border="0" cellspacing="1" cellpadding="0" width="100%" height="20" class="MsoNormalTable" style="background: #ebeae9; width: 100%" id="table10"><tbody><tr style="height: 12.75pt"><td width="100%" style="width: 100%; height: 12.75pt; padding: 0.75pt"><p style="text-align: center" align="center"><strong><span style="font-family: Tahoma"><font size="2">1917 - 1918</font></span></strong></p></td></tr></tbody></table><ul style="margin-bottom: 0cm"><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">7 Mart 1917 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Diyarbakýr&#39;daki II. Ordu Komutanlýðý vekilliðine atanmasý. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">16 Mart 1917 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Diyarbakýr&#39;daki II. Ordu Komutanlýðý&#39;na asil olarak atanmasý. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">5 Temmuz 1917 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Halep&#39;teki VII. Ordu Komutanlýðý&#39;na atanmasý. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">20 Eyl&uuml;l 1917 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in VII. Ordu Komutaný sýfatýyla memleketin ve ordunun durumunu a&ccedil;ýklayan tarihi raporunu g&ouml;ndermesi. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">15 Ekim 1917 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in VII. Ordu Komutanlýðý&#39;ndan ayrýlarak Ýstanbul&#39;a d&ouml;nmesi. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">15 Aralýk 1917 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Veliaht Vahidettin ile Almanya&#39;ya gitmesi. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">16 Aralýk 1917 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;e &quot;Birinci R&uuml;tbeden Kýlý&ccedil;lý Mecidi Niþaný&quot; verilmesi. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">4 Ocak 1918 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Almanya gezisinden d&ouml;nmesi. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">7 Aðustos 1918 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Filistin&#39;de bulunan VII. Ordu Komutanlýðý&#39;na ikinci defa tayin olunmasý. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">26 Ekim 1918 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in komuta ettiði VII. Ordu Birlikleri tarafýndan d&uuml;þman taarruzunun Haleb&#39;in kuzeyinde bug&uuml;nk&uuml; sýnýrlarýmýz &uuml;zerinde durdurulmasý. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">30 Ekim 1918 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Osmanlý Devleti ile Ýtilaf Devletleri arasýnda Mondros M&uuml;tarekesi imzalandý. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">31 Ekim 1918 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Osmanlý Devleti, Mondros M&uuml;tarekesi&#39;nin y&uuml;r&uuml;rl&uuml;ðe girmesiyle Birinci D&uuml;nya Savaþý&#39;ndan &ccedil;ýktý. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">31 Ekim 1918 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Yýldýrým Ordularý Grubu Komutaný olmasý. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">13 Kasým 1918 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Yýldýrým Ordularý Grubu Komutanlýðý&#39;nýn laðvý &uuml;zerine Ýstanbul&#39;a gelmesi. Ve denizde demirlemiþ d&uuml;þman filosunu g&ouml;rd&uuml;ð&uuml;nde, yaveri Cevat Abbas (G&uuml;rer) Bey&#39;e &uuml;nl&uuml; s&ouml;z&uuml;n&uuml; s&ouml;ylemesi: &quot;Geldikleri gibi giderler&quot;. </font></span></li></ul><table border="0" cellspacing="1" cellpadding="0" width="100%" height="20" class="MsoNormalTable" style="background: #ebeae9; width: 100%" id="table11"><tbody><tr style="height: 12.75pt"><td width="100%" style="width: 100%; height: 12.75pt; padding: 0.75pt"><p style="text-align: center" align="center"><strong><span style="font-family: Tahoma"><font size="2">1919</font></span></strong></p></td></tr></tbody></table><ul style="margin-bottom: 0cm"><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">30 Nisan 1919 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in 9. Ordu M&uuml;fettiþi olmasý. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">16 Mayýs 1919 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Samsun&#39;a gitmek &uuml;zere Bandýrma Vapuru ile Ýstanbul&#39;dan ayrýlmasý. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">19 Mayýs 1919 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Samsun&#39;a &ccedil;ýkmasý. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">21-22 Haziran 1919 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Amasya&#39;dan yolladýðý genelgeyle, milli kuvvetleri bir gaye ve bir teþkilat &ccedil;evresinde toplamak amacýyla Sivas Kongresi&#39;ni toplantýya &ccedil;aðýrdý. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">26 Haziran 1919 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Amasya&#39;dan Sivas&#39;a hareketi. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">3 Temmuz 1919 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Erzurum&#39;a ilk geliþi. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">8-9 Temmuz 1919 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in resmi g&ouml;revinden ve askerlikten &ccedil;ekilmesi. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">23 Temmuz 1919 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Erzurum Kongresi&#39;nin toplanmasý ve Mustafa Kemal&#39;in Erzurum Kongresi&#39;ne Baþkan se&ccedil;ilmesi. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">4 Eyl&uuml;l 1919 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Sivas Kongresi&#39;nin toplanmasý ve Mustafa Kemal&#39;in Sivas Kongresi&#39;ne Baþkan se&ccedil;ilmesi. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">11 Eyl&uuml;l 1919 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Anadolu ve Rumeli M&uuml;dafaa-i Hukuk Cemiyeti Heyeti Temsiliyesi Baþkanlýðý&#39;na se&ccedil;ilmesi. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">20-22 Ekim 1919 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Ýstanbul&#39;dan gelen Bahriye Nazýrý Salih Paþa ile Amasya&#39;da g&ouml;r&uuml;þmesi. </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">7 Kasým 1919 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Ýstanbul&#39;da toplanmasý kararlaþtýrýlan Osmanlý Meclisi i&ccedil;in Erzurum&#39;dan milletvekili se&ccedil;ilmesi. ( TBMM&#39;nin birinci d&ouml;nemi i&ccedil;in yapýlan se&ccedil;imde ve ondan sonraki se&ccedil;imlerde Ankara&#39;dan milletvekili se&ccedil;ilmiþtir. ) </font></span></li><li class="MsoNormal"><strong><span style="font-family: Tahoma"><font size="2">27 Aralýk 1919 - </font></span></strong><span style="font-family: Tahoma"><font size="2">Mustafa Kemal&#39;in Heyeti Temsiliye ile birlikte 