Server : Apache
System : Linux iZ2vcgyutqttsd1p850kl8Z 3.10.0-1160.92.1.el7.x86_64 #1 SMP Tue Jun 20 11:48:01 UTC 2023 x86_64
User : www ( 1000)
PHP Version : 5.6.40
Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Directory :  /www/wwwroot/saimikebio.com/mobile/themes/lingshi/library/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : /www/wwwroot/saimikebio.com/mobile/themes/lingshi/library/tg_footer.lbi
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<div id="content" class="footer mr-t20">
  <p class="link region" style="height:1px;"> </p>
  <p class="region"> {$copyright} </p>
</div>

<link href="{$ectouch_themes}/css/global_nav.css?v=20140408" type="text/css" rel="stylesheet"/>
<!--全局导航-Start-->
<div class="global-nav   global-nav--current">
    <div class="global-nav__nav-wrap" style="background:#9c231b;">

        <div style="width:50px; height:45px; padding:9px 0 0 5px;"><img src="{$n_c.headimgurl}"  border="0" style="width:2.5rem;height: 2.5rem;"/></div>
        <div style="width:62%; float:; height:45px;color:#FFF; padding:10px 0;">
        <p style=" color:#0F0;">{$n_c.nickname}</p><p>{$is_fxs}</p>
        </div>
        <div style="width:70px; float:; height:45px;text-align:right; padding-right:5px; padding-top:2px;">
        <!--{if $uidd eq 'ok' }-->
	<a href="./?u={$u_idd}" class="global-nav__nav-link">
                <span class="global-nav__nav-tit" style="border:1px solid #0F0; color:#FFF;">进入商城</span>
       </a>
	<!-- {else} -->
	  <a href="{$article.link}" class="global-nav__nav-link" style=" margin-top:10px; ">
                <span class="global-nav__nav-tit" style="border:1px solid #0F0; color:#FFF;">立即购买</span>
       </a>
	<!-- {/if} -->
        </div>
    </div>
    <div class="global-nav__operate-wrap">
        <span class="global-nav__yhd-logo"></span>
    </div>
</div>
<!--全局导航-End-->
<script type="text/javascript" src="{$ectouch_themes}/js/zepto.min.js?v=20140408"></script>
<script type="text/javascript">
Zepto(function($){
   var $nav = $('.global-nav'), $btnLogo = $('.global-nav__operate-wrap');
   //点击箭头,显示隐藏导航
   $btnLogo.on('click',function(){
     if($btnLogo.parent().hasClass('global-nav--current')){
       navHide();
     }else{
       navShow();
     }
   });

   var navShow = function(){
     $nav.addClass('global-nav--current');
   }

   var navHide = function(){
     $nav.removeClass('global-nav--current');
   }
   
})
function get_search_box(){
	try{
		document.getElementById('get_search_box').click();
	}catch(err){
		document.getElementById('keywordfoot').focus();
 	}
}
</script>