<!doctype html>
<html>
<head>
{code:"home/cfgs.php"}
{php}
glbHtml::page('init');
eimp('initJs','jquery;comm;/base/home/funcs');
{/php}
<link href='{=PATH_VENDUI}/bootstrap/css/font-awesome.min.css' type='text/css' rel='stylesheet'/>
<link href='{=PATH_VIEWS}/base/home/style.css' type='text/css' rel='stylesheet'/>
{block:head}{/block:head}
<!--base target="_blank"/-->
</head>
<body>
<div id="topMargin" style="display:none; border:0px solid #999;"></div>
<!--[if lt IE 9]>
<p class='gwidth ie6'>浏览器版本太低,不支持HTML5,浏览效果可能不正常!</p>
<![endif]-->
<div class="out">
{block:main}
{/block:main}
</div><!--end.out-->
<div class="foot">
<p>
<span>[<a href="?start">Start</a>] # </span>
<a href="{surl(comm:about)}">猫市</a> |
<a href="{surl(comm:cargo)}">服务</a> |
<a href="{surl(comm:about-aduty)}">申明</a>
<span> # [<a class="qrcode_home" _url='{=PATH_PROJ}/'>Scan<i class="qrcode_hpic" id="qrcode_pichome" style="display:none;"></i></a>] </span>
</p>
<p>
<a href="http://txjia.com/imcat">贴心猫</a>(<a href="http://txjia.com/imcat">imcat</a>) © MIT @
<a href="http://www.miitbeian.gov.cn/" target="_blank">粤ICP备07020797号</a>
</p>
<!--p class="info">{php echo basDebug::runInfo(); }</p-->
</div>
<script>
var _burl = '{=$_cbase['run']['rsite']}';
var _ismb = <?php echo $isMobile ? 1 : 0; ?>;
$(function(){
if(_ismb){
$('.vnote p').hide();
$('.foot span').hide();
}else{
qrActs();
}
});
$(function(){
winAutoMargin('topMargin');
$('.login-head p').width($('.topmsg').outerWidth());
})
</script>
</body>
</html>