<i class="icon-search"></i> Hiển thị
			</a>
			<a id="dlink"  style="display:none;"></a>
			<input type="button" class="btn btn-small btn-success" id="btn_excelmau5"  value='Xuất excel'>
        </span>
	</h5>
</div>
<div class="row-fluid">
   	<div class="span4">
   		<div id="caydonvi_mau5" style="overflow:auto"> CÂY ĐƠN VỊ </div>
    </div>
    <div class="span8">
   			<h4 class="blue header"><i class="icon-star blue"></i> Phụ lục 5 - Bảng theo dõi tình hình hoạt động tại tổ dân phố, thôn
   			</h4>
   			Đợt báo cáo: <?php 
echo ThontoHelper::selectBox_notdefautl(null, array('name' => 'dot_phuluc5'), 'thonto_dotbaocao', array('id', 'tendot'), 'trangthai =1', 'nam desc, id desc');
?>
	</div>
</div>
	<h5 class="row-fluid header smaller lighter blue">
      	<span>Hiển thị nội dung thống kê</span>
	</h5>
	<div id="kqThongkemau5" ></div>
<script type="text/javascript">
var dot_phuluc5;
var getDataPhuluc5 = function(index,donvi_id,donvi_ten,donvi_kieu,lft,rgt){
	dot_phuluc5 = jQuery('#dot_phuluc5 option:selected').val();
	var dataPost = {option:'com_thonto',controller:'thongke',task:'getDulieuPhuluc5',lft:lft,rgt:rgt, dot_phuluc5:dot_phuluc5};
	jQuery.post('index.php', dataPost, function(data){
		var xhtml = '';
		var a =data.thongtinthem;
示例#2
0
 * Company: DNICT
 */
$user = JFactory::getUser();
$dot = $_REQUEST['dot'] == null ? 0 : $_REQUEST['dot'];
?>
<style>
#main-content-tree{
 height: 280px;
 overflow: auto;
}
</style>
<h3 class="row-fluid header smaller lighter blue">
	Tình hình quản lý <small><span id='tentochuc'></span> </small>
	<span class="pull-right inline">
		<?php 
echo ThontoHelper::selectBox_notdefautl($dot, array('name' => 'dot'), 'thonto_dotbaocao', array('id', 'tendot'), 'trangthai=1', 'nam desc');
?>
	</span>
</h3>
<div class="row-fluid" id="com_thonto_viewdetail"></div>
<script type="text/javascript">
var id;
var showlist;
var px_id;
var dot;
var _initViewDetailPage = function(id){
	dot = jQuery('#dot option:selected').val();
	jQuery.ajax({
		  type: "GET",
		  url: 'index.php?option=com_thonto&controller=tinhhinhquanly&task=frmtinhhinhquanly&format=raw&thonto_id='+id+'&dot='+dot,
		  beforeSend: function(){