Tiêu đề

Sơ đồ tổ chức 2019 

Nguồn

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script><script type="text/javascript" language="javascript">
/* Sticky Tooltip script (v1.0)
* Created: Nov 25th, 2009. This notice must stay intact for usage
* Author: Dynamic Drive at http://www.dynamicdrive.com/
* Visit http://www.dynamicdrive.com/ for full source code
*/


var stickytooltip={
tooltipoffsets: [20, -30], //additional x and y offset from mouse cursor for tooltips
fadeinspeed: 200, //duration of fade effect in milliseconds
rightclickstick: true, //sticky tooltip when user right clicks over the triggering element (apart from pressing "s" key) ?
stickybordercolors: ["black", "darkred"], //border color of tooltip depending on sticky state
stickynotice1: [""], //customize tooltip status message
stickynotice2: "", //customize tooltip status message

//***** NO NEED TO EDIT BEYOND HERE

isdocked: false,

positiontooltip:function($, $tooltip, e){
var x=e.pageX+this.tooltipoffsets[0], y=e.pageY+this.tooltipoffsets[1]
var tipw=$tooltip.outerWidth(), tiph=$tooltip.outerHeight(),
x=(x+tipw>$(document).scrollLeft()+$(window).width())? x-tipw-(stickytooltip.tooltipoffsets[0]*2) : x
y=(y+tiph>$(document).scrollTop()+$(window).height())? $(document).scrollTop()+$(window).height()-tiph-10 : y
$tooltip.css({left:x, top:y})
},

showbox:function($, $tooltip, e){
$tooltip.fadeIn(this.fadeinspeed)
this.positiontooltip($, $tooltip, e)
},

hidebox:function($, $tooltip){
if (!this.isdocked){
$tooltip.stop(false, true).hide()
$tooltip.css({borderColor:'black'}).find('.stickystatus:eq(0)').css({background:this.stickybordercolors[0]}).html(this.stickynotice1)
}
},

docktooltip:function($, $tooltip, e){
this.isdocked=true
$tooltip.css({borderColor:'darkred'}).find('.stickystatus:eq(0)').css({background:this.stickybordercolors[1]}).html(this.stickynotice2)
},


init:function(targetselector, tipid){
jQuery(document).ready(function($){
var $targets=$(targetselector)
var $tooltip=$('#'+tipid).appendTo(document.body)
if ($targets.length==0)
return
var $alltips=$tooltip.find('div.atip')
if (!stickytooltip.rightclickstick)
stickytooltip.stickynotice1[1]=''
stickytooltip.stickynotice1=stickytooltip.stickynotice1.join(' ')
stickytooltip.hidebox($, $tooltip)
$targets.bind('mouseenter', function(e){
$alltips.hide().filter('#'+$(this).attr('data-tooltip')).show()
stickytooltip.showbox($, $tooltip, e)
})
$targets.bind('mouseleave', function(e){
stickytooltip.hidebox($, $tooltip)
})
$targets.bind('mousemove', function(e){
if (!stickytooltip.isdocked){
stickytooltip.positiontooltip($, $tooltip, e)
}
})
$tooltip.bind("mouseenter", function(){
stickytooltip.hidebox($, $tooltip)
})
$tooltip.bind("click", function(e){
e.stopPropagation()
})
$(this).bind("click", function(e){
if (e.button==0){
stickytooltip.isdocked=false
stickytooltip.hidebox($, $tooltip)
}
})
$(this).bind("contextmenu", function(e){
if (stickytooltip.rightclickstick && $(e.target).parents().andSelf().filter(targetselector).length==1){ //if oncontextmenu over a target element
stickytooltip.docktooltip($, $tooltip, e)
return false
}
})
$(this).bind('keypress', function(e){
var keyunicode=e.charCode || e.keyCode
if (keyunicode==115){ //if "s" key was pressed
stickytooltip.docktooltip($, $tooltip, e)
}
})
}) //end dom ready
}
}

//stickytooltip.init("targetElementSelector", "tooltipcontainer")
stickytooltip.init("*[data-tooltip]", "mystickytooltip")

</script>
<p><style type="text/css">
.stickytooltip{
box-shadow: 5px 5px 8px #818181;/*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 5px 5px 8px #818181;
-moz-box-shadow: 5px 5px 8px #818181;
display:none;
position:absolute;
display:none;
border:1px solid black; /*Border around tooltip*/
background:white;
z-index:3000;
}
.atip{
font-size:14px;
text-align:center;
font-weight:bold;
}

.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:red;
color:white;
padding-top:1px;
text-align:center;
font:bold 12px Arial;
}</style></p>
<table width="764" height="1631" cellspacing="0" cellpadding="0" border="0" id="Table_01">
    <tbody>
        <tr>
            <td rowspan="47"><img width="8" height="1630" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_01.png" /></td>
            <td colspan="4"><img width="755" height="105" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/01.png" data-tooltip="sticky61" /></td>
            <td><img width="1" height="105" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="3"><img width="430" height="36" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/02.png" data-tooltip="sticky1" /></td>
            <td><img width="325" height="36" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/07.png" data-tooltip="sticky2" /></td>
            <td><img width="1" height="36" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="3"><img width="430" height="40" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/03.png" data-tooltip="sticky4" /></td>
            <td><img width="325" height="40" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/08.png" data-tooltip="sticky3" /></td>
            <td><img width="1" height="40" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="3"><img width="430" height="41" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/04.png" data-tooltip="sticky6" /></td>
            <td><img width="325" height="41" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/09.png" data-tooltip="sticky5" /></td>
            <td><img width="1" height="41" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="3"><img width="430" height="41" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/05.png" data-tooltip="sticky8" /></td>
            <td><img width="325" height="41" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/10.png" data-tooltip="sticky7" /></td>
            <td><img width="1" height="41" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="3"><img width="430" height="44" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/06.png" data-tooltip="sticky10" /></td>
            <td><img width="325" height="44" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/11.png" data-tooltip="sticky9" /></td>
            <td><img width="1" height="44" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="4"><img width="755" height="130" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_13.png" data-tooltip="chutich" /></td>
            <td><img width="1" height="130" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2"><img width="390" height="35" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_14.png" data-tooltip="sticky12" /></td>
            <td colspan="3"><img width="365" height="31" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(1).png" data-tooltip="sticky13" /></td>
            <td><img width="1" height="31" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2" colspan="3"><img width="365" height="35" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(2).png" data-tooltip="sticky15" /></td>
            <td><img width="1" height="4" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2"><img width="390" height="41" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_17.png" data-tooltip="sticky14" /></td>
            <td><img width="1" height="31" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2" colspan="3"><img width="365" height="36" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(3).png" data-tooltip="sticky17" /></td>
            <td><img width="1" height="10" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2"><img width="390" height="40" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_19.png" data-tooltip="sticky16" /></td>
            <td><img width="1" height="26" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2" colspan="3"><img width="365" height="35" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(4).png" data-tooltip="sticky19" /></td>
            <td><img width="1" height="14" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2"><img width="390" height="40" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_21.png" data-tooltip="sticky18" /></td>
            <td><img width="1" height="21" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2" colspan="3"><img width="365" height="33" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(5).png" data-tooltip="sticky21" /></td>
            <td><img width="1" height="19" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2"><img width="390" height="42" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_23.png" data-tooltip="sticky20" /></td>
            <td><img width="1" height="14" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2" colspan="3"><img width="365" height="37" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(6).png" data-tooltip="sticky23" /></td>
            <td><img width="1" height="28" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2"><img width="390" height="41" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_25.png" data-tooltip="sticky22" /></td>
            <td><img width="1" height="9" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2" colspan="3"><img width="365" height="41" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(7).png" data-tooltip="sticky25" /></td>
            <td><img width="1" height="32" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2"><img width="390" height="37" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_27.png" data-tooltip="sticky24" /></td>
            <td><img width="1" height="9" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2" colspan="3"><img width="365" height="36" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(8).png" data-tooltip="sticky27" /></td>
            <td><img width="1" height="28" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2"><img width="390" height="48" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_29.png" data-tooltip="sticky28" /></td>
            <td><img width="1" height="8" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="3"><img width="365" height="40" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(9).png" data-tooltip="sticky29" /></td>
            <td><img width="1" height="40" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td><img width="390" height="38" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_31.png" data-tooltip="sticky30" /></td>
            <td colspan="3"><img width="365" height="38" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(10).png" data-tooltip="sticky31" /></td>
            <td><img width="1" height="38" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2"><img width="390" height="42" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_33.png" data-tooltip="sticky32" /></td>
            <td colspan="3"><img width="365" height="36" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(11).png" data-tooltip="sticky33" /></td>
            <td><img width="1" height="36" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2" colspan="3"><img width="365" height="36" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(12).png" data-tooltip="sticky35" /></td>
            <td><img width="1" height="6" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2"><img width="390" height="43" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_36.png" data-tooltip="sticky34" /></td>
            <td><img width="1" height="30" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2" colspan="3"><img width="365" height="41" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(13).png" data-tooltip="sticky37" /></td>
            <td><img width="1" height="13" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2"><img width="390" height="65" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_38.png" data-tooltip="sticky36" /></td>
            <td><img width="1" height="28" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="3">&nbsp;</td>
            <td><img width="1" height="37" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="4"><img width="755" height="41" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_40.png" /></td>
            <td><img width="1" height="41" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="2"><img width="396" height="36" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_41.png" data-tooltip="sticky40" /></td>
            <td rowspan="9" colspan="2"><img width="359" height="417" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_42.png" /></td>
            <td><img width="1" height="36" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="2"><img width="396" height="40" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_43.png" data-tooltip="sticky42" /></td>
            <td><img width="1" height="40" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="2"><img width="396" height="40" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_44.png" data-tooltip="sticky43" /></td>
            <td><img width="1" height="40" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="2"><img width="396" height="41" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_45.png" data-tooltip="sticky44" /></td>
            <td><img width="1" height="41" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="2"><img width="396" height="57" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_46.png" data-tooltip="sticky45" /></td>
            <td><img width="1" height="57" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="2"><img width="396" height="68" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_47.png" data-tooltip="sticky46" /></td>
            <td><img width="1" height="68" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="2"><img width="396" height="43" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_48.png" data-tooltip="sticky47" /></td>
            <td><img width="1" height="43" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="2"><img width="396" height="58" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_49.png" data-tooltip="sticky48" /></td>
            <td><img width="1" height="58" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="3" colspan="2"><img width="396" height="76" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_50.png" data-tooltip="sticky50" /></td>
            <td><img width="1" height="34" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="2"><img width="359" height="34" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_51.png" data-tooltip="sticky51" /></td>
            <td><img width="1" height="34" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2" colspan="2"><img width="359" height="42" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_52.png" data-tooltip="sticky52" /></td>
            <td><img width="1" height="8" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="2"><img width="396" height="34" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_53.png" data-tooltip="sticky53" /></td>
            <td><img width="1" height="34" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="2"><img width="396" height="36" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_54.png" data-tooltip="sticky54" /></td>
            <td colspan="2"><img width="359" height="36" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_55.png" data-tooltip="sticky55" /></td>
            <td><img width="1" height="36" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="2"><img width="396" height="37" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_56.png" data-tooltip="sticky56" /></td>
            <td colspan="2"><img width="359" height="37" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_57.png" data-tooltip="sticky57" /></td>
            <td><img width="1" height="37" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="2"><img width="396" height="39" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_58.png" data-tooltip="sticky58" /></td>
            <td colspan="2"><img width="359" height="39" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_59.png" data-tooltip="sticky59" /></td>
            <td><img width="1" height="39" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="2"><img width="396" height="35" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_60.png" /></td>
            <td colspan="2"><img width="359" height="35" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_61.png" data-tooltip="sticky60" /></td>
            <td><img width="1" height="35" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td><img width="8" height="1" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
            <td><img width="390" height="1" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
            <td><img width="6" height="1" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
            <td><img width="34" height="1" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
            <td><img width="325" height="1" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
            <td>&nbsp;</td>
        </tr>
    </tbody>
</table>
<!--HTML for the tooltips-->
<div class="stickytooltip" id="mystickytooltip">
<div style="padding-bottom: 5px; padding-left: 5px; padding-right: 5px; padding-top: 5px">
<div style="width: 200px" class="atip" id="sticky1">Trưởng ban: Nguyễn Thị Hồng Nhung </br> Số điện thoại: (028) 37.420.301 - Fax: 38.976.601</div>
<div style="width: 200px" class="atip" id="sticky2">Chủ tịch: Phạm Hoa Mai</br>
Số điện thoại: (028) 37.420.793 - Fax: 37.423.390
</div>
<div style="width: 200px" class="atip" id="sticky3">B&iacute; thư: Lê Minh Trí </br>Số điện thoại: :(028) 62.806.949 - 62.806.950</div>
<div style="width: 200px" class="atip" id="sticky4">Trưởng ban: Nguyễn Thị B&eacute; Hai </br> Số điện thoại: (028) 37.420.212 - Fax: 38.976.601</div>
<div style="width: 200px" class="atip" id="sticky5">Chủ tịch: Nguyễn Thị Tuyết Nga </br> Số điện thoại: (028)37.437.338 - 37.471.431</div>
<div style="width: 200px" class="atip" id="sticky6">Trưởng ban: Trương Tấn Kiệt </br>Số điện thoại: (028) 37.420.016</div>
<div style="width: 200px" class="atip" id="sticky7">Chủ tịch: Nguyễn Thị Ngọc Hương </br>Số điện thoại: (028)37.420.817  - Fax: 37.420.170 </div>
<div style="width: 200px" class="atip" id="sticky8">Chủ nhiệm: Nguyễn Minh Thanh Tùng </br> Số điện thoại: (028) 37.420.015 - Fax: 38.976.601</div>
<div style="width: 200px" class="atip" id="sticky9">Gi&aacute;m đốc: Trương Tấn Kiệt </br>Số điện thoại: (028) 37.425.581</div>
<div style="width: 200px" class="atip" id="sticky10">Ch&aacute;nh Văn Ph&ograve;ng: Phan Ngọc T&acirc;n</br>Số điện thoại: (028) 38.976.601</div>
<div style="width: 200px" class="atip" id="sticky11">sticky11</div>
<div style="width: 200px" class="atip" id="sticky12">Ch&aacute;nh VP:&nbsp; Nguyễn Trần Ph&uacute; Thịnh </br>SĐT: (028) 37.400.509 - Fax: 37.470.225
Email: q2@tphcm.gov.vn
</div>
<div style="width: 200px" class="atip" id="sticky13">Trưởng c&ocirc;ng an:&nbsp;Trần Văn Hiếu </br>SĐT: (028 ) 37.415.333 - Fax: 37.415.325</div>
<div style="width: 200px" class="atip" id="sticky14">Trưởng ph&ograve;ng: Nguyễn Đo&agrave;n Thế H&ugrave;ng </br>SĐT: (028) 37.470.542 - Fax: 37.470.542
Email: noivu.q2@tphcm.gov.vn
</div>
<div style="width: 200px" class="atip" id="sticky15">Chỉ huy trưởng:&nbsp;Hồ Tấn Tường </br>SĐT: (028) 37.423.638 - Fax: 37.420. 003</div>
<div style="width: 200px" class="atip" id="sticky16">Ch&aacute;nh Thanh tra: V&otilde; Thanh B&igrave;nh </br>SĐT: (028) 37.470.194
Email: thanhtra.q2@tphcm.gov.vn
</div>
<div style="width: 200px" class="atip" id="sticky17">Gi&aacute;m đốc: b&agrave; Tăng Thị Hường </br>SĐT: (028) 37.430.056 - 37.420.469 - 109</div>
<div style="width: 200px" class="atip" id="sticky18">Trưởng ph&ograve;ng: Lộ Nhật Thu </br>SĐT: (028) 62.795.025 - Fax: 37.470.383
Email: tckh.q2@tphcm.gov.vn
</div>
<div style="width: 200px" class="atip" id="sticky19">Chi cục trưởng: Nguyễn Duy Th&agrave;nh </br>SĐT: (028) 37.423.446 - Fax: 028.37.423.440</div>
<div style="width: 200px" class="atip" id="sticky20">Trưởng ph&ograve;ng: Nguyễn Văn H&ugrave;ng </br>SĐT: (028) 37.470.193 – Fax:37.470.193
Email: tuphap.q2@tphcm.gov.vn
</div>
<div style="width: 200px" class="atip" id="sticky21">Ch&aacute;nh &aacute;n:&nbsp;Ph&ugrave;ng Văn Hải</br>SĐT: (028) 37.422.267 - Fax: 37.422.268</div>
<div style="width: 200px" class="atip" id="sticky22">Ph&oacute; Trưởng ph&ograve;ng: Mai Thanh Nga </br>SĐT: (028) 3747.0170
Email: qldt.q2@tphcm.gov.vn
</div>
<div style="width: 200px" class="atip" id="sticky23">Chi Cục trưởng: b&agrave; Vương Thị Th&uacute;y</br>SĐT: (028) 37422.668 - Fax: 028.37422.669</div>
<div style="width: 200px" class="atip" id="sticky24">Trưởng ph&ograve;ng:&nbsp; Vũ Ho&agrave;i Phương</br>SĐT: (028) 37.470.399 - Fax: 37.470.399
Email: tnmt.q2@tphcm.gov.vn
</div>
<div style="width: 200px" class="atip" id="sticky25">Viện trưởng: &ocirc;ng Phạm Xu&acirc;n Hiến </br>SĐT: (028) 37.422.204 - Fax: 37.422.203</div>
<div style="width: 200px" class="atip" id="sticky26">Ch&aacute;nh thanh tra:&nbsp;Nguyễn&nbsp;Tấn&nbsp;Th&agrave;nh</div>
<div style="width: 200px" class="atip" id="sticky27">Chi cục trưởng:&nbsp;Phạm Thị Anh </br>SĐT: (028)37.470.294 – 37471146</div>
<div style="width: 200px" class="atip" id="sticky28">Trưởng ph&ograve;ng:&nbsp;L&ecirc;&nbsp;Th&aacute;i Nguy&ecirc;n Khang </br>SĐT: (028) 37.470.148
Email: vhtttt.q2@tphcm.gov.vn
</div>
<div style="width: 200px" class="atip" id="sticky29">Gi&aacute;m đốc:&nbsp;Vũ Thị Mai Ly </br>SĐT: (028) 37.423.347 - Fax: 37.423.347</div>
<div style="width: 200px" class="atip" id="sticky30">Trưởng ph&ograve;ng: Nguyễn Ph&uacute;c Huy T&ugrave;ng </br>SĐT: (028) 3747.0627
Email: pgd2@moet.edu.vn
</div>
<div style="width: 200px" class="atip" id="sticky31">Trưởng trạm: Phạm Ngọc Ch&iacute;</div>
<div style="width: 200px" class="atip" id="sticky32">Trưởng ph&ograve;ng:&nbsp;Nguyễn Thị Ngọc Tr&acirc;m </br>SĐT: (028) 37.470.171 - Fax: 37.470.171
Email: kinhte.q2@tphcm.gov.vn
</div>
<div style="width: 200px" class="atip" id="sticky33">Đội trưởng:&nbsp;Trịnh Minh Ch&acirc;u</div>
<div style="width: 200px" class="atip" id="sticky34">Trưởng  ph&ograve;ng: Trương Thanh Trung <br>SĐT: (028) 3747.0543
Email: pyt.q2@tphcm.gov.vn
</div>
<div style="width: 200px" class="atip" id="sticky35">Trưởng trạm: Nguyễn&nbsp;Tấn Đ&ocirc;ng </br>SĐT: (028) 38.976.453 - Fax: 38.976.153</div>
<div style="width: 200px" class="atip" id="sticky36">Trưởng ph&ograve;ng:&nbsp;L&ecirc; H&ugrave;ng Huệ</br>SĐT: (028) 37.470.708
Email: ldtbxh.q2@tphcm.gov.vn
</div>
<div style="width: 200px" class="atip" id="sticky37">Trưởng trạm:&nbsp;Nguyễn&nbsp;Minh Mẫn</div>
<div style="width: 200px" class="atip" id="sticky38">Trưởng ph&ograve;ng:&nbsp;L&ecirc;&nbsp;Quốc Bảo</div>
<div style="width: 200px" class="atip" id="sticky39">sticky39</div>
<div style="width: 200px" class="atip" id="sticky40">Gi&aacute;m đốc:&nbsp;Phan Th&agrave;nh Phước</div>
<div style="width: 200px" class="atip" id="sticky41">sticky41</div>
<div style="width: 200px" class="atip" id="sticky42">Hiệu trưởng: Th&aacute;i Thiện Xu&acirc;n </br>SĐT: (028) 37437037 - Fax: 028.37437166 -Email: cdtt.q2@tphcm.gov.vn</div>
<div style="width: 200px" class="atip" id="sticky43">Gi&aacute;m đốc: Đ&agrave;o Văn Long</br>SĐT: (028) 54.023.004 - Email: tttdtt.q2@tphcm.gov.vn</div>
<div style="width: 200px" class="atip" id="sticky44">Gi&aacute;m đốc: Trần Ch&iacute; Nghĩa </br>SĐT: : (028) 66.875.875 - Email : ttvhtt.q2@tphcm.gov.vn</div>
<div style="width: 200px" class="atip" id="sticky45">Trưởng Ban:&nbsp;Đỗ Quốc Doanh</br>SĐT: (028) 22.534.218 - Email: bbtgpmb.q2@tphcm.gov.vn</div>
<div style="width: 200px" class="atip" id="sticky46">Gi&aacute;m đốc:&nbsp;&ocirc;ng Đỗ Tấn Sĩ</br>SĐT: (028) 37437037 - Fax: 028.37437166 -Email: bqlduan.q2@tphcm.gov.vn</div>
<div style="width: 200px" class="atip" id="sticky47">Gi&aacute;m đốc:&nbsp;Trần&nbsp;Văn Khanh</div>
<div style="width: 200px" class="atip" id="sticky48">Gi&aacute;m đốc: L&ecirc; Ngọc Thạch</br>SĐT: (028) 37.421.166 - Fax: 37.421.167 – Email: dvci.q2@tphcm.gov.vn</div>
<div style="width: 200px" class="atip" id="sticky49">sticky49</div>
<div style="width: 200px" class="atip" id="sticky50">Chủ tịch UBND phường: Phạm Thanh Phương</br>SĐT: (028) 37.470.428 - Fax: 37.470.428 
Email: anphu.q2@tphcm.gov.vn
</div>
<div style="width: 200px" class="atip" id="sticky51">Chủ tịch UBND phường: Phạm Văn L&agrave;nh </br>SĐT: (028)37.431.053 - Fax: 37.430.529
Email: binhtrungdong.q2@tphcm.gov.vn
</div>
<div style="width: 200px" class="atip" id="sticky52">Chủ tịch UBND phường: Võ Trung Hiếu
</br> SĐT: (028) 37.431.664 (UBND)
Email: binhtrungtay.q2@tphcm.gov.vn
</div>
<div style="width: 200px" class="atip" id="sticky53">Chủ tịch: Nguyễn Như Th&agrave;nh </br>SĐT: (028) 38.905.138
Email: anloidong.q2@tphcm.gov.vn
</div>
<div style="width: 200px" class="atip" id="sticky54">Chủ tịch: Nguyễn Xu&acirc;n Quỳnh</br>SĐT: (028) 37.405.025- 37.415.521 - Fax: 37.415.520
Email: ankhanh.q2@tphcm.gov.vn
</div>
<div style="width: 200px" class="atip" id="sticky55">Chủ tịch UBND phường: Nguyễn Đức Hiền
</br> SĐT: (028) 38.976.429 
Email: catlai.q2@tphcm.gov.vn
</div>
<div style="width: 200px" class="atip" id="sticky56">Chủ tịch UBND phường: Hồ Hải Phong </br>SĐT: (028) 37.415.036 – 37.407.068
Email: binhan.q2@tphcm.gov.vn
</div>
<div style="width: 200px" class="atip" id="sticky57">Chủ tịch UBND phường: Phạm Đ&igrave;nh T&uacute;</br>SĐT: (028)37.420.559
Email: thanhmyloi.q2@tphcm.gov.vn
</div>
<div style="width: 200px" class="atip" id="sticky58">Chủ tịch UBND phường: Thượng Thị Ngọc Anh </br>SĐT: (028)37.415.395 - Fax: 54.020.728
Email: binhkhanh.q2@tphcm.gov.vn
</div>
<div style="width: 200px" class="atip" id="sticky59">Chủ tịch UBND phường: Nguyễn Ngọc Tuấn </br>SĐT: (028) 35.190.601
Email: thaodien.q2@tphcm.gov.vn
</div>
<div style="width: 200px" class="atip" id="sticky60">Chủ tịch UBND phường: : Nguyễn Văn Kiên
</br> SĐT: (028) 37.400.008 - 37.401.162 - Fax: 54.025.875
Email: thuthiem.q2@tphcm.gov.vn
</div>
<div style="width: 200px" class="atip" id="sticky61">B&iacute; thư: Trần Thanh Thuận <br />
Ph&oacute; B&iacute; thư: B&ugrave;i Văn Ph&uacute;c<br />
Th&ocirc;ng tin li&ecirc;n hệ<br />
Số điện thoại h&agrave;nh ch&iacute;nh: (028)37.420.013<br />
Số Fax:38.976.601</div>
<div style="width: 200px" class="atip" id="chutich">Chủ tịch: Lê Đức Thanh<br />
Ph&oacute; Chủ tịch: Huỳnh Văn T&acirc;m <br />
Ph&oacute; Chủ tịch: Nguyễn Bạch Ho&agrave;ng Phụng<br />
Ph&oacute; Chủ tịch: Nguyễn Hồng Điệp<br />
Th&ocirc;ng tin li&ecirc;n hệ<br />
Số điện thoại h&agrave;nh ch&iacute;nh: (028)37.400.509<br />
Số Fax:37.470.225<br />
Email: q2@tphcm.gov.vn</div>
</div>
<div class="stickystatus">&nbsp;</div>
</div>
<p>&nbsp;</p>
Attachments
Đã tạo vào thời điểm 08/03/2019 8:09 SA  bởi System Account 
Được sửa tại 26/08/2020 3:35 CH  bởi System Account