<!DOCTYPE HTML>
<html>
<head>
<meta property="qc:admins" content="71472552776166367">
<meta property="qc:admins" content="0500007726643536375">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-app-status-bar-style" content="black">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store, must-revalidate">
<meta http-equiv="expires" content="0">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1,minimal-ui">
<meta name="full-screen" content="yes">
<title>{$data.title}</title>
<link href="/Public/Mobile/css/iconfont.css" rel="stylesheet">
<link href="/Public/Mobile/css/common.css" rel="stylesheet">
<script src="/Public/Mobile/js/jquery-1.11.1.min.js"></script>
<style>
      body {background:#FFF;}
      .t-article {padding:0 2rem;}
      .t-article .content .content-main h1{font-size:2rem;}
    </style>
</head>

<body>
    <header class="header">
      <div class=""><?php $url = $_SERVER['HTTP_REFERER']; ?>
        <a href="<notempty name='url'>{$url}<else />{:U('Share/register')}</notempty>" class="hbtn back"><i class="iconfont icon-drop-left"></i></a>
        <h1 class="caption">{$title}</h1>
      </div>
    </header>
    <div class="occupy"></div>
    <section class="trunker">
      <section class="container">
        <div class="t-article">

          <div class="content">
            {$data.content}
          </div>
        </div>
      </section>
    </section>
   
    <script>
      $(function() {
        var content = $(".content").html().replace('返回注册','');
        $('.content').html(content);
        $('.jsshare').click(function() {
          
        });  
      });
    </script>
	</body>
</html>