Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
ltms.eemo.co.kr
/
public_html
/
super
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/ltms.eemo.co.kr/public_html/super/inc_breed_status_chart.php
<? $tapActive = empty($tapActive) ? 1 : $tapActive ; ?> <? if (empty($_REQUEST['sel_dong'])) {?> <ul class="nav nav-tabs" role="tablist" id="tablist"> <li><a class="nav-link <?=$tapActive==1 ? 'active show' : '' ?>" href="breed_status_chart_dotae.php?farm_no=<?=$_REQUEST[farm_no]?>&farm_code=<?=$_REQUEST[farm_code]?>&jong_type=<?=$_REQUEST[jong_type]?>&pbreedtype=<?=$_REQUEST[pbreedtype]?>&contract_no=<?=$contract_no?>&type=all">Mortality & Perish</a></li> <!-- <li><a class="nav-link <?=$tapActive==2 ? 'active show' : '' ?>" href="breed_status_chart_temp.php?farm_no=<?=$_REQUEST[farm_no]?>&farm_code=<?=$_REQUEST[farm_code]?>&jong_type=<?=$_REQUEST[jong_type]?>&pbreedtype=<?=$_REQUEST[pbreedtype]?>&contract_no=<?=$contract_no?>&type=all">Temperature</a></li> --> <!-- <li><a class="nav-link <?=$tapActive==3 ? 'active show' : '' ?>" href="breed_status_chart_humi.php?farm_no=<?=$_REQUEST[farm_no]?>&farm_code=<?=$_REQUEST[farm_code]?>&jong_type=<?=$_REQUEST[jong_type]?>&pbreedtype=<?=$_REQUEST[pbreedtype]?>&contract_no=<?=$contract_no?>&type=all">Humidity</a></li> --> <!-- <li><a class="nav-link <?=$tapActive==4 ? 'active show' : '' ?>" href="breed_status_chart_feed.php?farm_no=<?=$_REQUEST[farm_no]?>&farm_code=<?=$_REQUEST[farm_code]?>&jong_type=<?=$_REQUEST[jong_type]?>&pbreedtype=<?=$_REQUEST[pbreedtype]?>&contract_no=<?=$contract_no?>&type=all">Feed intake</a></li> --> <!-- <li><a class="nav-link <?=$tapActive==5 ? 'active show' : '' ?>" href="breed_status_chart_fcr.php?farm_no=<?=$_REQUEST[farm_no]?>&farm_code=<?=$_REQUEST[farm_code]?>&jong_type=<?=$_REQUEST[jong_type]?>&pbreedtype=<?=$_REQUEST[pbreedtype]?>&contract_no=<?=$contract_no?>&type=all">FCR</a></li> --> <!-- <li><a class="nav-link <?=$tapActive==6 ? 'active show' : '' ?>" href="breed_status_chart_weight.php?farm_no=<?=$_REQUEST[farm_no]?>&farm_code=<?=$_REQUEST[farm_code]?>&jong_type=<?=$_REQUEST[jong_type]?>&pbreedtype=<?=$_REQUEST[pbreedtype]?>&contract_no=<?=$contract_no?>&type=all">Weight</a></li> --> </ul> <?}else{?> <ul class="nav nav-tabs" role="tablist" id="tablist"> <li><a class="nav-link <?=$tapActive==1 ? 'active show' : '' ?>" href="breed_status_chart_dotae_dong.php?sel_dong=<?=$_REQUEST[sel_dong]?>&farm_no=<?=$_REQUEST[farm_no]?>&farm_code=<?=$_REQUEST[farm_code]?>&jong_type=<?=$_REQUEST[jong_type]?>&pbreedtype=<?=$_REQUEST[pbreedtype]?>&contract_no=<?=$contract_no?>&type=dong">Mortality & Perish</a></li> <li><a class="nav-link <?=$tapActive==2 ? 'active show' : '' ?>" href="breed_status_chart_temp.php?sel_dong=<?=$_REQUEST[sel_dong]?>&farm_no=<?=$_REQUEST[farm_no]?>&farm_code=<?=$_REQUEST[farm_code]?>&jong_type=<?=$_REQUEST[jong_type]?>&pbreedtype=<?=$_REQUEST[pbreedtype]?>&contract_no=<?=$contract_no?>&type=dong">Temperature</a></li> <li><a class="nav-link <?=$tapActive==3 ? 'active show' : '' ?>" href="breed_status_chart_humi.php?sel_dong=<?=$_REQUEST[sel_dong]?>&farm_no=<?=$_REQUEST[farm_no]?>&farm_code=<?=$_REQUEST[farm_code]?>&jong_type=<?=$_REQUEST[jong_type]?>&pbreedtype=<?=$_REQUEST[pbreedtype]?>&contract_no=<?=$contract_no?>&type=dong">Humidity</a></li> <li><a class="nav-link <?=$tapActive==4 ? 'active show' : '' ?>" href="breed_status_chart_feed.php?sel_dong=<?=$_REQUEST[sel_dong]?>&farm_no=<?=$_REQUEST[farm_no]?>&farm_code=<?=$_REQUEST[farm_code]?>&jong_type=<?=$_REQUEST[jong_type]?>&pbreedtype=<?=$_REQUEST[pbreedtype]?>&contract_no=<?=$contract_no?>&type=dong">Feed intake</a></li> <li><a class="nav-link <?=$tapActive==5 ? 'active show' : '' ?>" href="breed_status_chart_fcr.php?sel_dong=<?=$_REQUEST[sel_dong]?>&farm_no=<?=$_REQUEST[farm_no]?>&farm_code=<?=$_REQUEST[farm_code]?>&jong_type=<?=$_REQUEST[jong_type]?>&pbreedtype=<?=$_REQUEST[pbreedtype]?>&contract_no=<?=$contract_no?>&type=dong">FCR</a></li> <li><a class="nav-link <?=$tapActive==6 ? 'active show' : '' ?>" href="breed_status_chart_weight.php?sel_dong=<?=$_REQUEST[sel_dong]?>&farm_no=<?=$_REQUEST[farm_no]?>&farm_code=<?=$_REQUEST[farm_code]?>&jong_type=<?=$_REQUEST[jong_type]?>&pbreedtype=<?=$_REQUEST[pbreedtype]?>&contract_no=<?=$contract_no?>&type=dong">Weight</a></li> </ul> <?}?>