Q&A 영역
질문
이거 해결 가능하신분 계실까요?
스마트딜
조회수 83
작성일2016.01.04
참고로
http://www.heart4u.or.kr/?c=1/10
연혁부분이구요
소스는
<div id="mouse_no" oncontextmenu="return false" ondragstart="return false" onselectstart="return false" />
<style type="text/css">
#tabs {width: 804px; height:40px; overflow:hidden;}
#tabs > a{text-decoration: none; font-size: 25px; background: url(/images/button/tab_off_01.png) no-repeat}
#tabs li a {float:left;text-align:center;background:url(/images/button/tab_off_01.png) no-repeat;width:73px;height:30px;padding:10px 0 0 0;}
#tabs li a:hover {background:url(/images/button/tab_on_01.png) no-repeat;width:73px;height:45px;color:#ffffff;}
#tabs .select {background:url(/images/button/tab_on_01.png) no-repeat;width:73px;height:45px;color:#ffffff;}
#tabs li a: link {color:#085680;}
#tabs li a: visited {color:#085680;}
#tabs li a: active {color:#085680;}
#rel{left: 64px; top: 13px; width: 585px;; height: 39px; overflow: hidden; position: relative;}
#ab{left: 0px; overflow: hidden; position: absolute;}
#prev{position: relative; left: 0px; top: -26px; width: 50px; height: 39px; display: none;}
#next{position: relative; left: 661px; top: -26px; width: 50px; height: 39px;}
h2{position: absolute; top: 55px;}
</style>
<script type="text/javascript">
$(document).ready(function(){
var cnt = 0;
var size = $('#tabs a').width();
var $prev = $('#prev');
var $next = $('#next');
$prev.bind('click', function(){
if(cnt == 3){
cnt = 0;
$('#ab').animate({'left': -(cnt*size)+'px'}, 'fast');
if(cnt == 0){
$prev.hide();
$next.show();
}
}
});
$next.bind('click', function(){
if(cnt < 3){
cnt += 3;
$('#ab').animate({'left': -(cnt*size)+'px'}, 'fast');
if(cnt == 3){
$prev.show();
$next.hide();
}
}
});
});
</script>
<div id="history_years">
<div id="rel">
<div id="ab">
<ul id="tabs">
<!--
<li><a href="#" name="#tab12" alt="2016년" class='select' title="2016년" caption="2016년">2016년</a></li>
-->
<li><a href="#" name="#tab11" alt="2015년" class='select' title="2015년" caption="2015년">2015년</a></li>
<li><a href="#" name="#tab10" alt="2014년" title="2014년" caption="2014년">2014년</a></li>
<li><a href="#" name="#tab9" alt="2013년" title="2013년" caption="2013년">2013년</a></li>
<li><a href="#" name="#tab8" alt="2012년" title="2012년" caption="2012년">2012년</a></li>
<li><a href="#" name="#tab7" alt="2011년" title="2011년" caption="2011년">2011년</a></li>
<li><a href="#" name="#tab6" alt="2010년" title="2010년" caption="2010년">2010년</a></li>
<li><a href="#" name="#tab5" alt="2009년" title="2009년" caption="2009년">2009년</a></li>
<li><a href="#" name="#tab4" alt="2008년" title="2008년" caption="2008년">2008년</a></li>
<li><a href="#" name="#tab3" alt="2007년" title="2007년" caption="2007년">2007년</a></li>
<li><a href="#" name="#tab2" alt="2006년" title="2006년" caption="2006년">2006년</a></li>
<li><a href="#" name="#tab1" alt="2005년" title="2005년" caption="2005년">2005년</a></li>
</ul>
</div>
</div>
</div>
<div>
<div>
<button type="button" id="prev" title="2012년 이후 연혁" alt="2012년 이후 연혁" caption="2012년 이후 연혁">◀</button>
</div>
<div>
<button type="button" id="next" title="2008년 이전 연혁" alt="2008년 이전 연혁" caption="2008년 이전 연혁">▶</button>
<!-- <button type="button" id="next">></button> -->
</div>
</div>
<div id="cont">
<div id="history_list">
<div class='clear'></div>
<div id="content_TAB">
<div id="tab1">
<div id="content1" class="tabcontent">
<h2><img src="<?php echo $g['url_layout']?>/image/sub0227_2005.png" width="120" height="33" alt="history 2005~" /><span>history 2005~</span></h2>
<!-- 연혁 내용부분 -->
<ul>
<li>
<table cellpadding="0" cellspacing="0" summary="2005년 연혁입니다.">
<caption>
2005년 연혁
</caption>
<colgroup>
<col width="20%" />
<col />
</colgroup>
<tbody>
<tr>
<th scope="col" class="th_title th_br">2005. 03. 02.</th>
<td class="text_l none">
<ul>
<li><strong style="">한국지체장애인협회 수탁 운영법인 선정</strong></li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2005. 03. 23.</th>
<td class="text_l none">
<ul>
<li><strong style="">용인시장애인종합복지관 위·수탁에 관한 약정 체결[용인시, 사)한국지체장애인협회]</strong></li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2005. 04. 25.</th>
<td class="text_l none">
<ul>
<li>제1대 김기호 관장 취임</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2005. 06. 17.</th>
<td class="text_l none">
<ul>
<li><strong style="">복지관 개관식 개최</strong></li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2005. 07. 01.</th>
<td class="text_l none">
<ul>
<li>복지관 서비스 개시</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2005. 07. 13.</th>
<td class="text_l none">
<ul>
<li>해밀후원회 창립총회(제 1 대 황규선 회장 취임)</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2005. 07. 17.</th>
<td class="text_l none">
<ul>
<li>복지관 홈페이지 (www.heart4u.or.kr) 개통</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2005. 09. 01.</th>
<td class="text_l none">
<ul>
<li>부설 주간보호센터, 재가복지봉사센터 개소</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2005. 10. 17.</th>
<td class="text_l none">
<ul>
<li>사랑과 감동을 전하는 가을음악회 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2005. 11. 05.</th>
<td class="text_l none">
<ul>
<li>용인시 사회복지종사자 체육대회 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2005. 12. 28.</th>
<td class="text_l none">
<ul>
<li>후원자 및 자원봉사자 송년회 개최</li>
</ul>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
</div>
<div id="tab2">
<div id="content2" class="tabcontent">
<h2><img src="<?php echo $g['url_layout']?>/image/sub0227_2006.png" width="120" height="33" alt="history 2006~" /><span>history 2006~</span></h2>
<ul>
<li></li>
<li>
<table cellpadding="0" cellspacing="0" summary="2006년 연혁입니다.">
<caption>
2006년 연혁
</caption>
<colgroup>
<col width="20%" />
<col />
</colgroup>
<tbody>
<tr>
<th scope="col" class="th_title th_br">2006. 02. 15.</th>
<td class="text_l none">
<ul>
<li>사무국 조직개편(1국 6팀 2센터 -> 1국 7팀 2센터, 기획홍보팀 신설)</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2006. 02. 21.</th>
<td class="text_l none">
<ul>
<li>용인예총과의 자매결연식</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2006. 04. 25.</th>
<td class="text_l none">
<ul>
<li>경기도 이동무료진료 실시</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2006. 05. 30.</th>
<td class="text_l none">
<ul>
<li>
아름다운 가게 수익나눔 "세상속으로" 프로포절 선정<br />
[형제·자매가 함께 떠나는 놀토 향토기행 "누리모둠"]
</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2006. 06. 16.</th>
<td class="text_l none">
<ul>
<li>개관 1 주년 기념행사</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2006. 10. 26.</th>
<td class="text_l none">
<ul>
<li>2006년 파라다이스복지재단 장애·비장애 아동 여름캠프 지원사업 선정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2006. 11. 16.</th>
<td class="text_l none">
<ul>
<li>저소득장애인 난방비지원을 위한 일일 Cafe "따뜻한 마음, 훈훈한 겨울" 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2006. 11. 22.</th>
<td class="text_l none">
<ul>
<li>자문위원 구성·위촉 및 제 1회 자문위원회의 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2006. 12. 13.</th>
<td class="text_l none">
<ul>
<li>지역 저소득장애인 난방비 전달식 개최(106가정, 18,020천원)</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2006. 12. 26 </th>
<td class="text_l none">
<ul>
<li>희망 2007 고속도로톨게이트모금 협력기관으로 선정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2006. 12. 28.</th>
<td class="text_l none">
<ul>
<li>'나누면 행복+행복' 고속도로톨게이트 모금행사 진행</li>
</ul>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<br />
</div>
</div>
<div id="tab3">
<div id="content3" class="tabcontent">
<h2><img src="<?php echo $g['url_layout']?>/image/sub0227_2007.png" width="120" height="33" alt="history 2007~" /><span>history 2007~</span></h2>
<ul>
<li>
<table cellpadding="0" cellspacing="0" summary="2007년 연혁입니다.">
<caption>
2007년 연혁
</caption>
<colgroup>
<col width="20%" />
<col />
</colgroup>
<tbody>
<tr>
<th scope="col" class="th_title th_br">2007. 03. 08.</th>
<td class="text_l none">
<ul>
<li>
2007년도 경기도 재활 프로그램 지원사업(2개분야)선정<br />
[장애아동·청소년의 역량강화를 위한 "Dynamic Threpy"]<br />
[장애인부모역량 강화 Project "나를 찾는 행복여행 플로렌스"]
</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2007. 03. 09.</th>
<td class="text_l none">
<ul>
<li>
2007년 장애인활동보조지원 사업기관 선정<br />
<br />
2007년 여성가족부지원 여성장애인역량강화프로그램 선정<br />
[여성장애인역량강화를 위한 "우먼파워"]<br />
<br />
2007년 한국문화예술교육진흥원 사회문화예술교육지원사업 선정<br />
[행복시밀레사진학교]<br />
<br />
2007년도 파라다이스 복지재단 통합프로그램 지원사업 선정<br />
[장애·비장애 청소년의 사진활동 및 역사탐방 "렌즈 속 백제 이야기"]
</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2007. 04. 10.</th>
<td class="text_l none">
<ul>
<li>홍보대사 위촉(용인송담대학 조현지 교수)</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2007. 04. 14.</th>
<td class="text_l none">
<ul>
<li>제1회 용인시민과 함께하는 "두리하나" 건강걷기 대회</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2007. 05. 04.</th>
<td class="text_l none">
<ul>
<li>장애인고용 업무 협약식(한국고용촉진공단 경기지사)</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2007. 06. 11.</th>
<td class="text_l none">
<ul>
<li>용인시 장애인 일자리사업 민간사업기관 지정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2007. 06. 15.</th>
<td class="text_l none">
<ul>
<li>개관 2주년 기념행사 / 한국장애인단체총연맹 장애인편의시설개선사업선정 </li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2007. 09. 13.</th>
<td class="text_l none">
<ul>
<li>산·학 협력체결(용인송담대학)</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2007. 09. 17</th>
<td class="text_l none">
<ul>
<li>용인송담대학과 함께하는 동영상(UCC)제작교육</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2007. 10. 01</th>
<td class="text_l none">
<ul>
<li>제2차 용인시 거주 장애인 욕구조사 실시 / 디카공모전 "희망세상...줌"</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2007. 10. 10.</th>
<td class="text_l none">
<ul>
<li>
2008년도 메트라이프아동복지재단 장애아동 역량강화 프로젝트사업 선정<br />
[장애아동언어능력향상을 위한 맛있는 언어치료 yummy yummy(야미야미)!]
</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2007. 11. 15.</th>
<td class="text_l none">
<ul>
<li>자매결연식(55사단 정비근무대)</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2007. 11. 16.</th>
<td class="text_l none">
<ul>
<li>2008년 경기도사회복지공동모금회 신청사업 선정 [동영상(UCC)제작교육]</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2007. 11. 22</th>
<td class="text_l none">
<ul>
<li>후원자 및 자원봉사자 송년회 개최</li>
</ul>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
</div>
<div id="tab4">
<div id="content4" class="tabcontent">
<h2><img src="<?php echo $g['url_layout']?>/image/sub0227_2008.png" width="120" height="33" alt="history 2008~" /><span>history 2008~</span></h2>
<ul>
<li>
<table cellpadding="0" cellspacing="0" summary="2008년 연혁입니다.">
<caption>
2008년 연혁
</caption>
<colgroup>
<col width="20%" />
<col />
</colgroup>
<tbody>
<tr>
<th scope="col" class="th_title th_br">2008. 02. 11.</th>
<td class="text_l none">
<ul>
<li>
2008년도 경기도 재활 프로그램 지원사업 선정<br />
[장애아동·청소년의 역량강화를 위한 "Dynamic Threpy""]
</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2008. 03. 04.</th>
<td class="text_l none">
<ul>
<li>
2008년도 여성장애인 사회참여확대 지원사업 선정<br />
[위풍당당, 행복충전!]
</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2008. 03. 06.</th>
<td class="text_l none">
<ul>
<li><strong style="">용인시장애인종합복지관 위·수탁에 관한 약정 체결[용인시, 사)한국지체장애인협회]</strong></li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2008. 04. 21.</th>
<td class="text_l none">
<ul>
<li>제2대 정성기 관장 취임</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2008. 05. 10.</th>
<td class="text_l none">
<ul>
<li>제2회 용인시민과 함께하는 "두리하나" 건강걷기 대회 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2008. 06. 18.</th>
<td class="text_l none">
<ul>
<li>개관3주년 기념행사</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2008. 06. 29.</th>
<td class="text_l none">
<ul>
<li>2008년 흰돌 문 거북이 낚시대회 개최 </li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2008. 07. 25.</th>
<td class="text_l none">
<ul>
<li><strong style="">장애인복지시설 종사자 역량강화를 위한 교육아이디어공모전 우수상 수상<br />[주최 : 경기도장애인종합복지관]</strong></li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2008. 09. 11.</th>
<td class="text_l none">
<ul>
<li>2008년 한가위 문화축제</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2008. 10. 23.</th>
<td class="text_l none">
<ul>
<li>"두리하나 나눔셋 바자회" 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2008. 10. 28.</th>
<td class="text_l none">
<ul>
<li><strong style="">2008년 사회복지우수프로그램 사례공모사업 우수상 선정</strong></li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2008. 11. 17.</th>
<td class="text_l none">
<ul>
<li>2009년도 경기도장애인복지시설 재활프로그램 사업 선정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2008. 11. 20.</th>
<td class="text_l none">
<ul>
<li>
2009년도 MetLife 장애아동프로젝트 지원사업 선정<br />
[장애아동들의 특별한 요리치료 향연 !!! "맛+색=rainbow cooks!!!"]
</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2008. 11. 21.</th>
<td class="text_l none">
<ul>
<li>자매결연 (신세계 이마트 용인점) </li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2008. 11. 24.</th>
<td class="text_l none">
<ul>
<li>지역 저소득장애인 난방비 전달식 개최 (100가정, 20,000천원)</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2008. 11. 24.</th>
<td class="text_l none">
<ul>
<li>
한국장애인개발원 2008년도 제2차 신규사업프로그램 선정<br />
[중증장애인의 전인적자립을 위한 친환경 제과사업 "위드 윈"]
</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2008. 12. 10.</th>
<td class="text_l none">
<ul>
<li>2008년 용인시장애인종합복지관 송년회 개최 </li>
</ul>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
</div>
<div id="tab5">
<div id="content5" class="tabcontent">
<h2><img src="<?php echo $g['url_layout']?>/image/sub0227_2009.png" width="120" height="33" alt="history 2009~" /><span>history 2009~</span></h2>
<ul>
<li>
<table cellpadding="0" cellspacing="0" summary="2009년 연혁입니다.">
<caption>
2009년 연혁
</caption>
<colgroup>
<col width="20%" />
<col />
</colgroup>
<tbody>
<tr>
<th scope="col" class="th_title th_br">2009. 01. 16.</th>
<td class="text_l none">
<ul>
<li><strong style="">용인시장애인재활자립작업장 위·수탁 운영 협약 체결[용인시, 용인시장애인종합복지관]</strong></li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2009. 03. 13.</th>
<td class="text_l none">
<ul>
<li>
2009년도 장애아동재활치료사업 지정
</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2009. 02. 25.</th>
<td class="text_l none">
<ul>
<li>2009년 경기도정보화기획단 장애인집합정보화교육 교육기관 선정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2009. 04. 15.</th>
<td class="text_l none">
<ul>
<li>국제로타리 3600지구 용인로타리클럽 차량전달식</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2009. 04. 24.</th>
<td class="text_l none">
<ul>
<li>자매결연(의료재단 영문의료법인 다보스병원)</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2009. 05. 30.</th>
<td class="text_l none">
<ul>
<li>제3회 용인시민과 함께하는 "두리하나" 건강걷기대회 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2009. 06. 19.</th>
<td class="text_l none">
<ul>
<li>개관 4주년 기념행사 & 쿠키트리 작업장 개소식</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2009. 08. 24.</th>
<td class="text_l none">
<ul>
<li>한국에너지재단 '2009 저소득 에너지 효율개선사업' 시행기관 선정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2009. 09. 11.</th>
<td class="text_l none">
<ul>
<li>경기도 사회복지공동모금회 '2010년 이동빨래방지원사업' 선정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2009. 09. 15.</th>
<td class="text_l none">
<ul>
<li>위기사례지원 업무협약식 (용인시청소년지원센터)</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2009. 10. 26.</th>
<td class="text_l none">
<ul>
<li>
2010년 경기도사회복지공동모금회 신청사업선정<br />
[환경 지킴이 활동을 통한 장애아동의 주체적 사회향상 프로그램 "자연과 함께 Kid Kid (키득키득)"]
</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2009. 11. 16.</th>
<td class="text_l none">
<ul>
<li>산학협력체결(우석대학교)</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2009. 11. 23.</th>
<td class="text_l none">
<ul>
<li>이동빨래방 차량 전달식 및 세탁 시연회</li>
</ul>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
</div>
<div id="tab6">
<div id="content6" class="tabcontent">
<h2><img src="<?php echo $g['url_layout']?>/image/sub0227_2010.png" width="120" height="33" alt="history 2010~" /><span>history 2010~</span></h2>
<ul>
<li>
<table cellpadding="0" cellspacing="0" summary="2010년 연혁입니다.">
<caption>
2010년 연혁
</caption>
<colgroup>
<col width="20%" />
<col />
</colgroup>
<tbody>
<tr>
<th scope="col" class="th_title th_br">2010. 01. 21.</th>
<td class="text_l none">
<ul>
<li>
용인시장애인재활자립작업장<br />
(쓰레기종량제봉투제작, 쿠키트리) 사회적 기업 인증
</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2010. 02. 01.</th>
<td class="text_l none">
<ul>
<li>
사무국 조직개편<br />
(1국 1부 8팀 1센터→1국 1부 4팀 2센터/사례관리센터, 직업재활센터 신설)
</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2010. 02. 26.</th>
<td class="text_l none">
<ul>
<li>2010년 경기도정보화기획단 장애인집합정보화교육 교육기관 선정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2010. 02. 26.</th>
<td class="text_l none">
<ul>
<li>한국에너지재단 지원 저소득에너지효율개선사업 선정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2010. 03. 10.</th>
<td class="text_l none">
<ul>
<li>
경기도청 지원 여성장애인 역량강화사업(원예치료사 교육을 통한 자존감 향상<br />
프로젝트 "아름다운 도전!!Green 프로젝트") 선정
</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2010. 03. 22.</th>
<td class="text_l none">
<ul>
<li>
용인시재활자립작업장, 용인지방공사, <br />
(사)사회적기업지원네트워크 삼자간 업무협약 체결
</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2010. 04. 19.</th>
<td class="text_l none">
<ul>
<li>중증장애인 콜센터 개소</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2010. 05. 08.</th>
<td class="text_l none">
<ul>
<li>제4회 용인시민과 함께하는 ‘두리하나’ 건강걷기대회 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2010. 06. 05.</th>
<td class="text_l none">
<ul>
<li>경기도 내 장애인종사자 체육대회 “한마음 대축제”</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2010. 08. 31.</th>
<td class="text_l none">
<ul>
<li>
강남대학교부설평생교육원과 산학협동협약 체결<br />
</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2010. 09. 01.</th>
<td class="text_l none">
<ul>
<li>복지관 1층 카페"아미띠에" 오픈</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2010. 09. 16.</th>
<td class="text_l none">
<ul>
<li>2010년 한가위 문화축제 실시</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2010. 10. 15.</th>
<td class="text_l none">
<ul>
<li>"두리하나 나눔셋 바자회" 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2010. 12. 03.</th>
<td class="text_l none">
<ul>
<li><strong style="">2010년 경기, 인천, 강원 사회적기업 성공사례 우수기업 선정</strong></li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2010. 12. 10.</th>
<td class="text_l none">
<ul>
<li>2010년 용인시장애인종합복지관 송년회 개최</li>
</ul>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
</div>
<div id="tab7">
<div id="content7" class="tabcontent">
<h2><img src="<?php echo $g['url_layout']?>/image/sub0227_2011.png" width="120" height="33" alt="history 2011~" /><span>history 2011~</span></h2>
<!-- 연혁 내용부분 -->
<ul>
<li>
<table cellpadding="0" cellspacing="0" summary="2011년 연혁입니다.">
<caption>
2011년 연혁
</caption>
<colgroup>
<col width="20%" />
<col />
</colgroup>
<tbody>
<tr>
<th scope="col" class="th_title th_br">2010. 12. 31.</th>
<td class="text_l none">
<ul>
<li>2011년도 경기도장애인복지시설 재활프로그램 2차 사업 선정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2011. 02. 25.</th>
<td class="text_l none">
<ul>
<li>2011년도 경기도정보화기획단 장애인집합정보화교육 교육기관 선정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2011. 03. 22.</th>
<td class="text_l none">
<ul>
<li><strong style="">용인시장애인종합복지관 위·수탁에 관한 약정 체결[용인시, 사)한국지체장애인협회]</strong></li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2011. 05. 08.</th>
<td class="text_l none">
<ul>
<li>제5회 두리하나 건강걷기대회 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2011. 07. 04.</th>
<td class="text_l none">
<ul>
<li>장애아동 의료비지원사업 협약 체결</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2011. 08. 01.</th>
<td class="text_l none">
<ul>
<li>제3대 정의철 관장 취임</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2011. 09. 01.</th>
<td class="text_l none">
<ul>
<li>복지관 홈페이지 (www.heart4u.or.kr) 리뉴얼 오픈</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2011. 09. 24.</th>
<td class="text_l none">
<ul>
<li>제3회 장애인복지관협의회 체육대회 참가</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2011. 10. 27.</th>
<td class="text_l none">
<ul>
<li>2012년도 경기도 장애인복지시설 재활프로그램 【'신·나·고'】선정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2011. 11. 15.</th>
<td class="text_l none">
<ul>
<li>2012 사회복지공동모금회 신청사업 선정<br />
【소셜미디어를 활용한 장애인 인권보호 옵져버(Observer)육성 파견사업】
</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2011. 11. 24.</th>
<td class="text_l none">
<ul>
<li>장애아동재활서비스 및 지역사회 업무 협약(용인강남학교)</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2011. 11. 28.</th>
<td class="text_l none">
<ul>
<li>2012년도 MetLife 장애아동 프로젝트 지원사업 선정<br />
【인형으로 만나는 행복놀이터 "와글와글"】
</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2011. 11. 29.</th>
<td class="text_l none">
<ul>
<li>한국장애인개발원 신규 사업 선정【자! 미리잡자】</li>
</ul>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
</div>
<div id="tab8">
<div id="content8" class="tabcontent">
<h2><img src="<?php echo $g['url_layout']?>/image/sub0227_2012.png" width="120" height="33" alt="history 2012~" /><span>history 2012~</span></h2>
<ul>
<li>
<table cellpadding="0" cellspacing="0" summary="2012년 연혁입니다.">
<caption>
2012년 연혁
</caption>
<colgroup>
<col width="20%" />
<col />
</colgroup>
<tbody>
<tr>
<th scope="col" class="th_title th_br">2012. 01. 02.</th>
<td class="text_l none">
<ul>
<li><strong style="">2011년 보건복지부 전국 장애인복지관 평가 최우수(A) 기관 선정</strong></li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2012. 02. 16.</th>
<td class="text_l none">
<ul>
<li>한국문화예술교육진흥원 복지기관 문화예술사업 선정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2012. 02. 08.</th>
<td class="text_l none">
<ul>
<li>2012년도 용인시장애인종합복지관 사업설명회 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2012. 02. 16.</th>
<td class="text_l none">
<ul>
<li>2012년도 경기도정보화기획단 장애인집합정보화교육 교육기관 선정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2012. 02. 28.</th>
<td class="text_l none">
<ul>
<li>한국문화예술교육진흥원 복지기관 문화예술사업 선정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2012. 04. 10.</th>
<td class="text_l none">
<ul>
<li>2012년 강남대학교와 용인대학교가 함께하는 장애인식개선캠페인 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2012. 04. 21.</th>
<td class="text_l none">
<ul>
<li>제6회 ECO ‘두리하나’ 건강걷기대회 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2012. 05. 08.</th>
<td class="text_l none">
<ul>
<li>강남대학교 사회복지전문대학원과 산·학 협약체결</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2012. 05. 16.</th>
<td class="text_l none">
<ul>
<li>2012년 저소득층 에너지효율개선사업 시행기관 선정</li>
<li>용인대학교 특수체육연구소와 산학 협력 협약체결</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2012. 05. 30.</th>
<td class="text_l none">
<ul>
<li>2012년도 교육재활사업「가정의 달 특별행사」“통(通)통(通) 벼룩시장 ” 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2012. 05. 30.</th>
<td class="text_l none">
<ul>
<li>복지관 개관7주년 기념행사 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2012. 09. 04.</th>
<td class="text_l none">
<ul>
<li><strong style="">2011년 사회복지시설 평가 모범시설 선정</strong></li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2012. 10. 15.</th>
<td class="text_l none">
<ul>
<li>2012년도 장애인식개선 공모전 “생각을 바꾸면 능력이 보입니다.” 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2012. 10. 19.</th>
<td class="text_l none">
<ul>
<li>2012년 두리하나 나눔셋! 바자회 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2012. 11. 12.</th>
<td class="text_l none">
<ul>
<li>용인시장애인종합복지관 정의철 관장 고용노동부장관상 수상</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2012. 12. 07.</th>
<td class="text_l none">
<ul>
<li><strong style="">2012년 경기도장애인복지시설 재활 프로그램 「신.나.고」 대상 수상</strong></li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2012. 12. 12.</th>
<td class="text_l none">
<ul>
<li>2012년 용인시와 함께하는 장애인 문화예술제「Hub(허브)」 개최</li>
</ul>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
</div>
<div id="tab9">
<div id="content9" class="tabcontent">
<h2><img src="<?php echo $g['url_layout']?>/image/sub0227_2013.png" width="120" height="33" alt="history 2013~" /><span>history 2013~</span></h2>
<ul>
<li>
<table cellpadding="0" cellspacing="0" summary="2013년 연혁입니다.">
<caption>
2013년 연혁
</caption>
<colgroup>
<col width="20%" />
<col />
</colgroup>
<tbody>
<tr>
<th scope="col" class="th_title th_br">2013. 01. 04.</th>
<td class="text_l none">
<ul>
<li>2013년도 경기도용인교육지원청 지원사업 "늘해랑학교" 개교</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2013. 01. 07.</th>
<td class="text_l none">
<ul>
<li><strong style="">2012년 중증장애인지원고용 민간위탁사업 우수기관 선정</strong></li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2013. 01. 30.</th>
<td class="text_l none">
<ul>
<li>삼성전자 DS부문 지원사업 ‘드라이빙 굿 잡’ 택시 면허자격 전원 합격(지원자 7명)</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2013. 02. 15.</th>
<td class="text_l none">
<ul>
<li>경기도용인교육지원청 지원사업「2013년 ~ 2014년도 경기도 평생학습관 지정」</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2013. 02. 25.</th>
<td class="text_l none">
<ul>
<li>경기도청 지원사업「2013년 정보소외계층 집합정보화교육 시행 기관」선정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2013. 03. 04.</th>
<td class="text_l none">
<ul>
<li>용인시평생교육원 지원사업「2013년 성인장애인 평생교육 지원 사업 시행 기관」선정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2013. 03. 11.</th>
<td class="text_l none">
<ul>
<li>푸르메재단 지원사업「2013년 신한은행과 함께하는 저소득장애인 치과치료비 지원 사업」선정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2013. 03. 12.</th>
<td class="text_l none">
<ul>
<li>한국에너지재단 지원사업「2013년 저소득층 에너지효율개선사업 시행 기관」선정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2013. 03. 19.</th>
<td class="text_l none">
<ul>
<li>한국장애인개발원 지원사업「2013년도 직무보조인 지원 사업 시행 기관」선정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2013. 04. 16.</th>
<td class="text_l none">
<ul>
<li>용인동부경찰서와 '학교·성·가정폭력 예방 및 장애인 지원 강화를 위한 업무 협약' 체결</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2013. 05. 11.</th>
<td class="text_l none">
<ul>
<li>제7회 삼성전자와 함께하는 "두리하나" 건강걷기대회 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2013. 07. 18.</th>
<td class="text_l none">
<ul>
<li>용인시 장애인복지시설 종사자 대상 "장애인 인권교육" 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2013. 09. 10.</th>
<td class="text_l none">
<ul>
<li>2013년 한가위 문화축제 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2013. 10. 04.</th>
<td class="text_l none">
<ul>
<li>지역사회와 함께하는 문화예술작품 기획전시회 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2013. 10. 06.</th>
<td class="text_l none">
<ul>
<li>용인시 농업기술센터 지원사업 ‘도시형 텃밭 지원사업’ 선정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2013. 10. 16.</th>
<td class="text_l none">
<ul>
<li>2013년 ‘가족초청 피크닉’(애슐리 흥적덤과 함께하는 시월愛) 실시</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2013. 10. 29</th>
<td class="text_l none">
<ul>
<li>(재)한국산림복지재단 지원사업 ‘2013년 나눔의 숲 캠프’ 참가</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2013. 11. 13.</th>
<td class="text_l none">
<ul>
<li>2013년 ‘이용고객 및 지역주민 인권교육’ 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2013. 11. 22.</th>
<td class="text_l none">
<ul>
<li>나사렛대학교와 업무협약 체결</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2013. 11. 29.</th>
<td class="text_l none">
<ul>
<li>2013년 이용고객과 함께하는 ‘용장 가족운동회’ 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2013. 12. 13.</th>
<td class="text_l none">
<ul>
<li>2013년 용인시장애인종합복지관 ‘이용고객 송년회’ 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2013. 12. 14.</th>
<td class="text_l none">
<ul>
<li>2013년 직원사회공헌활동 실시</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2013. 12. 27.</th>
<td class="text_l none">
<ul>
<li>용인시 처인구청지원사업 ‘이동빨래방차량 무료세탁지원사업’ 수행기관 선정</li>
</ul>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
</div>
<div id="tab10">
<div id="content10" class="tabcontent">
<h2><img src="<?php echo $g['url_layout']?>/image/sub0227_2014.png" width="120" height="33" alt="history 2014~" /><span>history 2014~</span></h2>
<ul>
<li>
<table cellpadding="0" cellspacing="0" summary="2014년 연혁입니다.">
<caption>
2014년 연혁
</caption>
<colgroup>
<col width="20%" />
<col />
</colgroup>
<tbody>
<tr>
<th scope="col" class="th_title th_br">2014. 01. 09.</th>
<td class="text_l none">
<ul>
<li>한국장애인개발원 "2014년 장애청소년직업재활지원사업" 수행기관 선정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2014. 01. 16.</th>
<td class="text_l none">
<ul>
<li>하트하트재단 "발달장애청소년 가족의 토요음악활동 사업" 수행기관 선정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2014. 02. 11.</th>
<td class="text_l none">
<ul>
<li>한국장애인재활협회 지원사업 ‘2014 장애가정청소년 성장-mentoring' 수행기관 선정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2014. 02. 14.</th>
<td class="text_l none">
<ul>
<li>2014년 경기도청 지원사업「2014년 정보소외계층 집합정보화교육 시행 기관」선정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2014. 02. 19.</th>
<td class="text_l none">
<ul>
<li>한국장애인개발원 "2014년 장애청소년직업재활지원사업" 수행기관 선정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2014. 02. 26.</th>
<td class="text_l none">
<ul>
<li>2014년 장애인평생교육 프로그램 수행기관 선정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2014. 02. 28.</th>
<td class="text_l none">
<ul>
<li>경기도장애인체육회 지원사업 2014년 장애인생활체육사업(탁구교실) 수행기관 선정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2014. 03. 25.</th>
<td class="text_l none">
<ul>
<li><strong style="">용인시장애인종합복지관 위·수탁에 관한 약정 체결[용인시, 사)한국지체장애인협회]</strong></li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2014. 04. 11.</th>
<td class="text_l none">
<ul>
<li>2014 용인시 장애인 취업박람회 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2014. 06. 18.</th>
<td class="text_l none">
<ul>
<li>복지관 개관9주년 기념행사 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2014. 06. 25.</th>
<td class="text_l none">
<ul>
<li>국제로타리 3600지구 용암로타리클럽 자매결연 체결</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2014. 06. 30.</th>
<td class="text_l none">
<ul>
<li>용인시 장애인복지시설 종사자 대상 "장애인 인권교육" 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2014. 09. 17.</th>
<td class="text_l none">
<ul>
<li>2014 삼성전자와 아름다운 동행 전통혼례 "인연" 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2014. 09. 24.</th>
<td class="text_l none">
<ul>
<li>2014년 사랑나눔실천운동 후원금 배분사업 선정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2014. 10. 07.</th>
<td class="text_l none">
<ul>
<li>바르게살기운동 용인시협의회 업무협약 체결</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2014. 10. 08.</th>
<td class="text_l none">
<ul>
<li><strong style="">용인시장애인종합복지관 -> 용인시처인장애인복지관 명칭변경</strong></li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2014. 10. 10.</th>
<td class="text_l none">
<ul>
<li>2014년 용인시 복지위원 교육 및 현장체험 실시</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2014. 10. 24.</th>
<td class="text_l none">
<ul>
<li>2014년 "두리하나 나눔 셋 바자회" 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2014. 10. 28.</th>
<td class="text_l none">
<ul>
<li>2014 문화예술교육 지원사업 「장애인 및 가족 구성원 대상 문화예술 프로그램 선정」</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2014. 11. 10.</th>
<td class="text_l none">
<ul>
<li>2014년 우리는 한가족 “한마음 가족운동회” 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2014. 11. 17.</th>
<td class="text_l none">
<ul>
<li>용인시 장애인복지시설 종사자 전문요원 교육 “역량UP! 비젼UP! 장애인복지UP!” 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2014. 11. 19.</th>
<td class="text_l none">
<ul>
<li>장애인 인권감수성 향상을 위한 “이용고객 및 지역주민 인권교육” 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2014. 12. 18.</th>
<td class="text_l none">
<ul>
<li><strong style="">2014년 정보문화실천 유공 장관 표창 수상</strong></li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2014. 12. 24.</th>
<td class="text_l none">
<ul>
<li>용인시무한돌봄센터 처인무한돌봄네트워크팀 제3기 위수탁 협약 체결</li>
</ul>
</td>
</tr>
<!--
<tr>
<th scope="col" class="th_title th_br">2014. 04. 11.</th>
<td class="text_l none">
<ul>
<li>2014 용인시 장애인 취업박람회 개최</li>
</ul>
</td>
</tr>
-->
</tbody>
</table>
</li>
</ul>
</div>
</div>
<div id="tab11">
<div id="content11" class="tabcontent">
<h2><img src="<?php echo $g['url_layout']?>/image/sub0227_2015.png" width="120" height="33" alt="history 2015~" /><span>history 2015~</span></h2>
<ul>
<li>
<table cellpadding="0" cellspacing="0" summary="2015년 연혁입니다.">
<caption>
2015년 연혁
</caption>
<colgroup>
<col width="20%" />
<col />
</colgroup>
<tbody>
<tr>
<th scope="col" class="th_title th_br">2015. 02. 17.</th>
<td class="text_l none">
<ul>
<li>한국장애인재활협회 지원사업 ‘2015 장애가정청소년 성장 mentoring' 수행기관 선정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2015. 03. 05.</th>
<td class="text_l none">
<ul>
<li><strong style="">2014년도 보건복지부 전국 장애인복지관 평가 최우수(A) 기관 선정</strong></li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2015. 03. 18.</th>
<td class="text_l none">
<ul>
<li>용인시중앙시장상인회 업무협약 체결</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2015. 03. 23.</th>
<td class="text_l none">
<ul>
<li>한국장애인고용공단 지원사업 ‘2015년 중증장애인지원고용사업’ 민간위탁 수행기관 선정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2015. 03. 26.</th>
<td class="text_l none">
<ul>
<li>삼성전자 ‘오케이(5K) 365 희망천사 지원사업’ 선정</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2015. 05. 06.</th>
<td class="text_l none">
<ul>
<li>한국장애인평생교육․복지학회 업무협약 체결</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2015. 05. 23.</th>
<td class="text_l none">
<ul>
<li>제8회 두리하나 건강걷기대회 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2015. 06. 17.</th>
<td class="text_l none">
<ul>
<li>용인시처인장애인복지관 개관기념일(10주년)</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2015. 07. 17.</th>
<td class="text_l none">
<ul>
<li><strong style="">복지관 개관 10주년 기념행사 개최</strong></li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2015. 09. 16.</th>
<td class="text_l none">
<ul>
<li>2015 삼성전자와 아름다운 동행 전통혼례 "인연" 개최</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2015. 09. 23.</th>
<td class="text_l none">
<ul>
<li>용인시처인구보건소 업무협약 체결</li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2015. 10. 27.</th>
<td class="text_l none">
<ul>
<li><strong style="">용인시처인장애인복지관 홈페이지,「웹 접근성」우수사이트 인증</strong></li>
</ul>
</td>
</tr>
<tr>
<th scope="col" class="th_title th_br">2015. 11. 4.</th>
<td class="text_l none">
<ul>
<li><strong style="">2015년도 용인시 장애인 복지 세미나 개최</strong></li>
<br /><li>2016년도 경기사회복지공동모금회 지원사업 선정<br />[저소득층 독거 여성장애인 자존감 향상 프로그램 '자(自)YOU 시간']</li>
<br /><li>2016년도 경기도 장애인복지시설 재활프로그램 선정<br />[발달장애인의 동료 상담가 양성 및 장애인 인권 향상 프로젝트]</li>
</ul>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
</div>
<!--
<div id="tab12">
<div id="content12" class="tabcontent">
<h2><img src="<?php echo $g['url_layout']?>/image/sub0227_2016.png" width="120" height="33" alt="history 2016~" /><span>history 2016~</span></h2>
<ul>
<li>
<table cellpadding="0" cellspacing="0" summary="2016년 연혁입니다.">
<caption>
2016년 연혁
</caption>
<colgroup>
<col width="20%" />
<col />
</colgroup>
<tbody>
<tr>
<th scope="col" class="th_title th_br">2016. 01. 04.</th>
<td class="text_l none">
<ul>
<li>제4대 곽상구 관장 취임</li>
</ul>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
</div>
-->
<script>
function resetTabs(){
$("#content_TAB > div").hide(); //Hide all content
$("#tabs a").attr("id",""); //Reset id's
$("#tabs a").removeClass("select"); //
}
var myUrl = window.location.href; //get URL
var myUrlTab = myUrl.substring(myUrl.indexOf("#")); // For localhost/tabs.html#tab2, myUrlTab = #tab2
var myUrlTabName = myUrlTab.substring(0,4); // For the above example, myUrlTabName = #tab
(function(){
$("#content_TAB > div").hide(); // Initially hide all content_TAB
$("#tabs li:first a").attr("id","current"); // Activate first tab
$("#content_TAB > div:last").fadeIn(); // Show first tab content_TAB
$("#tabs a").on("click",function(e) {
e.preventDefault();
if ($(this).attr("id") == "current"){ //detection for current tab
return
}
else{
resetTabs();
$(this).attr("id","current"); // Activate this
$(this).addClass("select"); //
$($(this).attr('name')).fadeIn(); // Show content for current tab
}
});
for (i = 0; i <= $("#tabs li").length; i++) {
if (myUrlTab == myUrlTabName + i) {
resetTabs();
$("a[name='"+myUrlTab+"']").attr("id","current"); // Activate url tab
$(myUrlTab).fadeIn(); // Show url tab content_TAB
}
}
})()
</script>
입니다.
2016년도를 추가하려고 하다가
현재 주석으로 처리했는데요...
주석으로 처리한 이유는...추가는 되는데...
2005년이 짤려서 나오더라구요...
왜 그런지 도통 모르겠습니다. 혹시 아시는분...ㅜㅜ

답변자님,
정보를 공유해 주세요.
내 소식이 없습니다.
최근 공지사항이 없습니다.
엑스퍼트 추천 상품
IT/디자인/마케팅 관련 전문가와 1:1 상담을 하고 싶다면?
엑스퍼트 전문가를 모십니다! 지식 공유하고 수익도 창출할 수 있는 기회