56 lines
1.8 KiB
HTML
56 lines
1.8 KiB
HTML
{extend name="public/base"/}
|
||
{block name="body"}
|
||
<div class="main-box no-header clearfix">
|
||
|
||
<!-- 标题栏 -->
|
||
<header class="main-box-header clearfix">
|
||
<div class="pull-left">
|
||
<h2>手工充值</h2>
|
||
</div>
|
||
<div class="pull-right">
|
||
</div>
|
||
</header>
|
||
|
||
<div class="main-box-body clearfix">
|
||
<!-- 修改密码表单 -->
|
||
<form method="post" class="form-horizontal">
|
||
<div class="form-group">
|
||
<label class="col-lg-2 control-label">增加阅读币:</label>
|
||
<div class="col-lg-4">
|
||
<input type="text" name="egold" class="col-xs-10 col-sm-5" value=""/>
|
||
</div>
|
||
<div class="col-lg-4">
|
||
必须为整数,例:10为增加10阅读币
|
||
</div>
|
||
</div>
|
||
<div class="form-group">
|
||
<div class="col-lg-offset-2 col-lg-10">
|
||
<button type="submit" class="btn btn-primary submit-btn ajax-post" target-form="form-horizontal">确 认</button>
|
||
<button class="btn btn-default btn-return" onclick="javascript:history.back(-1);return false;">返 回</button>
|
||
</div>
|
||
</div>
|
||
</form>
|
||
</div>
|
||
|
||
<div class="main-box-body clearfix">
|
||
<!-- 修改密码表单 -->
|
||
<form method="post" class="form-horizontal2" method="post">
|
||
<div class="form-group">
|
||
<label class="col-lg-2 control-label">减阅读币:</label>
|
||
<div class="col-lg-4" style="margin-bottom:10px;">
|
||
<input type="text" name="jgold" class="col-xs-10 col-sm-5" value=""/>
|
||
</div>
|
||
<div class="col-lg-4">
|
||
清空请设置0
|
||
</div>
|
||
</div>
|
||
<div class="form-group">
|
||
<div class="col-lg-offset-2 col-lg-10">
|
||
<button type="submit" class="btn btn-primary submit-btn ajax-post" target-form="form-horizontal2">确 认</button>
|
||
<button class="btn btn-default btn-return" onclick="javascript:history.back(-1);return false;">返 回</button>
|
||
</div>
|
||
</div>
|
||
</form>
|
||
</div>
|
||
</div>
|
||
{/block} |