File: /www/wwwroot/bs.kntsleep.com/system/web/common/html/member/warning.html
{include theme=com/head}
<section class="member" bosscms="sys_member">
<article>
<div class="warning">
{if:(get.buy=='doc')}
<h2><i class="fa fa-exclamation"></i><b>温馨提示</b></h2>
<p>文档标题:{group.name}</p>
<p class="text">阅读该文档需要 <b>{group.golds}</b>金币</p>
{if:($G.member)}
<form action="{path.relative}api/member/?action=buy" method="post">
{get.buy|form::input='buy',###,null,'hidden',array(),false}
{get.id|form::input='id',###,null,'hidden',array(),false}
{get.lang|form::input='lang',###,null,'hidden',array(),false}
<button>立即购买</button>
</form>
{else}
<p><a class="button" href="{items.folder|url::member='login'}">登陆会员</a></p>
{/if}
{/if}
</div>
</article>
</section>
{include theme=com/foot}