Beispiel #1
0
<div class="page-content">
    <!-- /section:settings.box -->
    <div class="page-content-area">
        <div class="page-header">
            <h1><?php 
echo Html::encode($this->title);
?>
                <small>
                    详细信息查看

                    <?php 
echo Html::a('Edit', ['update', 'id' => $model->id], ['class' => 'btn btn-primary btn-xs']);
?>
                    <?php 
echo Html::a('Delete', ['delete', 'id' => $model->id], ['class' => 'btn btn-danger  btn-xs', 'data' => ['confirm' => 'Are you sure you want to delete this item?', 'method' => 'post']]);
?>
                </small>
            </h1>
        </div><!-- /.page-header -->

        <div class="row">
            <div class="col-xs-10 post-view">
                    
    <?php 
echo DetailView::widget(['model' => $model, 'attributes' => ['id', 'author_id', 'category_id', 'title', 'summary:ntext', 'cover', 'ip', 'view_all', 'com_all', 'recommend', 'created_at', 'updated_at', 'status']]);
?>
                <div class="hr hr-18 dotted hr-double"></div>
            </div><!-- /.col -->
        </div><!-- /.row -->
    </div><!-- /.page-content-area -->
</div>
Beispiel #2
0
<div class="page-content">
    <!-- /section:settings.box -->
    <div class="page-content-area">
        <div class="page-header">
            <h1><?php 
echo Html::encode($this->title);
?>
                <small>
                    详细信息查看

                    <?php 
echo Html::a('Edit', ['update', 'id' => $model->id], ['class' => 'btn btn-primary btn-xs']);
?>
                    <?php 
echo Html::a('Delete', ['delete', 'id' => $model->id], ['class' => 'btn btn-danger  btn-xs', 'data' => ['confirm' => 'Are you sure you want to delete this item?', 'method' => 'post']]);
?>
                </small>
            </h1>
        </div><!-- /.page-header -->

        <div class="row">
            <div class="col-xs-10 attr-val-view">
                    
    <?php 
echo DetailView::widget(['model' => $model, 'attributes' => ['id', 'category_id', 'attr_id', 'val']]);
?>
                <div class="hr hr-18 dotted hr-double"></div>
            </div><!-- /.col -->
        </div><!-- /.row -->
    </div><!-- /.page-content-area -->
</div>
Beispiel #3
0
<div class="page-content">
    <!-- /section:settings.box -->
    <div class="page-content-area">
        <div class="page-header">
            <h1><?php 
echo Html::encode($this->title);
?>
                <small>
                    详细信息查看

                    <?php 
echo Html::a('Edit', ['update', 'id' => $model->id], ['class' => 'btn btn-primary btn-xs']);
?>
                    <?php 
echo Html::a('Delete', ['delete', 'id' => $model->id], ['class' => 'btn btn-danger  btn-xs', 'data' => ['confirm' => 'Are you sure you want to delete this item?', 'method' => 'post']]);
?>
                </small>
            </h1>
        </div><!-- /.page-header -->

        <div class="row">
            <div class="col-xs-10 menu-view">
                    
    <?php 
echo DetailView::widget(['model' => $model, 'attributes' => ['id', 'name', 'auth_name', 'pid', 'icon', 'sort', 'status', 'created_at', 'updated_at']]);
?>
                <div class="hr hr-18 dotted hr-double"></div>
            </div><!-- /.col -->
        </div><!-- /.row -->
    </div><!-- /.page-content-area -->
</div>
Beispiel #4
0
<div class="page-content">
    <!-- /section:settings.box -->
    <div class="page-content-area">
        <div class="page-header">
            <h1><?php 
echo Html::encode($this->title);
?>
                <small>
                    详细信息查看

                    <?php 
echo Html::a('Edit', ['update', 'id' => $model->id], ['class' => 'btn btn-primary btn-xs']);
?>
                    <?php 
echo Html::a('Delete', ['delete', 'id' => $model->id], ['class' => 'btn btn-danger  btn-xs', 'data' => ['confirm' => 'Are you sure you want to delete this item?', 'method' => 'post']]);
?>
                </small>
            </h1>
        </div><!-- /.page-header -->

        <div class="row">
            <div class="col-xs-10 menu-view">
                    
    <?php 
echo DetailView::widget(['model' => $model, 'attributes' => ['id', 'merchant_id', 'pid', 'level', 'code', 'name', 'type', 'key', 'url:url', 'created_at', 'updated_at']]);
?>
                <div class="hr hr-18 dotted hr-double"></div>
            </div><!-- /.col -->
        </div><!-- /.row -->
    </div><!-- /.page-content-area -->
</div>
Beispiel #5
0
                    详细信息查看

                    <?php 
echo Html::a('编辑', ['update', 'id' => $model->id], ['class' => 'btn btn-primary btn-xs']);
?>
                    <?php 
echo Html::a('删除', ['delete', 'id' => $model->id], ['class' => 'btn btn-danger  btn-xs', 'data' => ['confirm' => 'Are you sure you want to delete this item?', 'method' => 'post']]);
?>
                </small>
            </h1>
        </div><!-- /.page-header -->

        <div class="row">
            <div class="col-xs-10 goods-view">
                <?php 
echo DetailView::widget(['model' => $model, 'attributes' => ['id', ['label' => '分类', 'value' => $model->category->name], 'name', ['label' => '封面', 'value' => $model->attach ? $model->attach->getImg('small') : null, 'format' => 'image'], 'intro:ntext', 'unit', 'price', 'num', 'created_at:date', 'updated_at:date']]);
?>
                <div class="hr hr-18 dotted hr-double"></div>
            </div><!-- /.col -->
        </div><!-- /.row -->


        <div class="row">
            <div class="col-xs-10 goods-view">
                <table class="table table-striped table-bordered detail-view">
                    <?php 
foreach ($av as $k => $v) {
    ?>
                        <tr>
                            <th width="20%"><?php 
    echo $v['name'];
Beispiel #6
0
<div class="page-content">
    <!-- /section:settings.box -->
    <div class="page-content-area">
        <div class="page-header">
            <h1><?php 
echo Html::encode($this->title);
?>
                <small>
                    详细信息查看

                    <?php 
echo Html::a('Edit', ['update', 'id' => $model->id], ['class' => 'btn btn-primary btn-xs']);
?>
                    <?php 
echo Html::a('Delete', ['delete', 'id' => $model->id], ['class' => 'btn btn-danger  btn-xs', 'data' => ['confirm' => 'Are you sure you want to delete this item?', 'method' => 'post']]);
?>
                </small>
            </h1>
        </div><!-- /.page-header -->

        <div class="row">
            <div class="col-xs-10 goods-view">
                    
    <?php 
echo DetailView::widget(['model' => $model, 'attributes' => ['id', 'cate_id', 'name', 'price', 'num', 'unit', 'cover', 'body:ntext', 'created_at', 'updated_at', 'x', 'y', 'geohash', 'status']]);
?>
                <div class="hr hr-18 dotted hr-double"></div>
            </div><!-- /.col -->
        </div><!-- /.row -->
    </div><!-- /.page-content-area -->
</div>
Beispiel #7
0
<div class="page-content">
    <!-- /section:settings.box -->
    <div class="page-content-area">
        <div class="page-header">
            <h1><?php 
echo Html::encode($this->title);
?>
                <small>
                    详细信息查看

                    <?php 
echo Html::a('Edit', ['update', 'id' => $model->name], ['class' => 'btn btn-primary btn-xs']);
?>
                    <?php 
echo Html::a('Delete', ['delete', 'id' => $model->name], ['class' => 'btn btn-danger  btn-xs', 'data' => ['confirm' => 'Are you sure you want to delete this item?', 'method' => 'post']]);
?>
                </small>
            </h1>
        </div><!-- /.page-header -->

        <div class="row">
            <div class="col-xs-10 auth-group-view">
                    
    <?php 
echo DetailView::widget(['model' => $model, 'attributes' => ['name', 'type', 'description:ntext', 'rule_name', 'real_title', 'level', 'data:ntext', 'created_at', 'updated_at']]);
?>
                <div class="hr hr-18 dotted hr-double"></div>
            </div><!-- /.col -->
        </div><!-- /.row -->
    </div><!-- /.page-content-area -->
</div>
Beispiel #8
0
<div class="page-content">
    <!-- /section:settings.box -->
    <div class="page-content-area">
        <div class="page-header">
            <h1><?php 
echo Html::encode($this->title);
?>
                <small>
                    详细信息查看

                    <?php 
echo Html::a('Edit', ['update', 'id' => $model->id], ['class' => 'btn btn-primary btn-xs']);
?>
                    <?php 
echo Html::a('Delete', ['delete', 'id' => $model->id], ['class' => 'btn btn-danger  btn-xs', 'data' => ['confirm' => 'Are you sure you want to delete this item?', 'method' => 'post']]);
?>
                </small>
            </h1>
        </div><!-- /.page-header -->

        <div class="row">
            <div class="col-xs-10 category-view">
                    
    <?php 
echo DetailView::widget(['model' => $model, 'attributes' => ['id', 'pid', 'level', 'code', 'name', 'cover', 'body:ntext', 'seo_title', 'seo_keywords', 'seo_description:ntext', 'created_at', 'status']]);
?>
                <div class="hr hr-18 dotted hr-double"></div>
            </div><!-- /.col -->
        </div><!-- /.row -->
    </div><!-- /.page-content-area -->
</div>
Beispiel #9
0
<div class="page-content">
    <!-- /section:settings.box -->
    <div class="page-content-area">
        <div class="page-header">
            <h1><?php 
echo Html::encode($this->title);
?>
                <small>
                    详细信息查看

                    <?php 
echo Html::a('Edit', ['update', 'id' => $model->id], ['class' => 'btn btn-primary btn-xs']);
?>
                    <?php 
echo Html::a('Delete', ['delete', 'id' => $model->id], ['class' => 'btn btn-danger  btn-xs', 'data' => ['confirm' => 'Are you sure you want to delete this item?', 'method' => 'post']]);
?>
                </small>
            </h1>
        </div><!-- /.page-header -->

        <div class="row">
            <div class="col-xs-10 wechat-view">
                    
    <?php 
echo DetailView::widget(['model' => $model, 'attributes' => ['id', 'name', 'wechat_id', 'user_id', 'appid', 'secret', 'token', 'encodekey', 'type', 'i', 'created_at', 'status']]);
?>
                <div class="hr hr-18 dotted hr-double"></div>
            </div><!-- /.col -->
        </div><!-- /.row -->
    </div><!-- /.page-content-area -->
</div>
Beispiel #10
0
<div class="page-content">
    <!-- /section:settings.box -->
    <div class="page-content-area">
        <div class="page-header">
            <h1><?php 
echo Html::encode($this->title);
?>
                <small>
                    详细信息查看

                    <?php 
echo Html::a('Edit', ['update', 'openid' => $model->openid, 'merchant_id' => $model->merchant_id], ['class' => 'btn btn-primary btn-xs']);
?>
                    <?php 
echo Html::a('Delete', ['delete', 'openid' => $model->openid, 'merchant_id' => $model->merchant_id], ['class' => 'btn btn-danger  btn-xs', 'data' => ['confirm' => 'Are you sure you want to delete this item?', 'method' => 'post']]);
?>
                </small>
            </h1>
        </div><!-- /.page-header -->

        <div class="row">
            <div class="col-xs-10 user-view">
                    
    <?php 
echo DetailView::widget(['model' => $model, 'attributes' => ['openid', 'merchant_id', 'nickname', 'remark', 'sex', 'language', 'city', 'province', 'country', 'headimgurl:url', 'gid', 'subscribe', 'subscribe_at', 'created_at']]);
?>
                <div class="hr hr-18 dotted hr-double"></div>
            </div><!-- /.col -->
        </div><!-- /.row -->
    </div><!-- /.page-content-area -->
</div>
Beispiel #11
0
<div class="page-content">
    <!-- /section:settings.box -->
    <div class="page-content-area">
        <div class="page-header">
            <h1><?php 
echo Html::encode($this->title);
?>
                <small>
                    详细信息查看

                    <?php 
echo Html::a('Edit', ['update', 'id' => $model->id], ['class' => 'btn btn-primary btn-xs']);
?>
                    <?php 
echo Html::a('Delete', ['delete', 'id' => $model->id], ['class' => 'btn btn-danger  btn-xs', 'data' => ['confirm' => 'Are you sure you want to delete this item?', 'method' => 'post']]);
?>
                </small>
            </h1>
        </div><!-- /.page-header -->

        <div class="row">
            <div class="col-xs-10 merchant-view">
                    
    <?php 
echo DetailView::widget(['model' => $model, 'attributes' => ['id', 'merchant_name', 'wechatid', 'user_id', 'appid', 'secret', 'token', 'access_token', 'encodekey', 'created_at']]);
?>
                <div class="hr hr-18 dotted hr-double"></div>
            </div><!-- /.col -->
        </div><!-- /.row -->
    </div><!-- /.page-content-area -->
</div>
Beispiel #12
0
<div class="page-content">
    <!-- /section:settings.box -->
    <div class="page-content-area">
        <div class="page-header">
            <h1><?php 
echo Html::encode($this->title);
?>
                <small>
                    详细信息查看

                    <?php 
echo Html::a('Edit', ['update', 'merchant_id' => $model->merchant_id, 'id' => $model->id], ['class' => 'btn btn-primary btn-xs']);
?>
                    <?php 
echo Html::a('Delete', ['delete', 'merchant_id' => $model->merchant_id, 'id' => $model->id], ['class' => 'btn btn-danger  btn-xs', 'data' => ['confirm' => 'Are you sure you want to delete this item?', 'method' => 'post']]);
?>
                </small>
            </h1>
        </div><!-- /.page-header -->

        <div class="row">
            <div class="col-xs-10 group-view">
                    
    <?php 
echo DetailView::widget(['model' => $model, 'attributes' => ['merchant_id', 'id', 'name', 'count']]);
?>
                <div class="hr hr-18 dotted hr-double"></div>
            </div><!-- /.col -->
        </div><!-- /.row -->
    </div><!-- /.page-content-area -->
</div>
Beispiel #13
0
$this->params['breadcrumbs'][] = ['label' => '用户列表', 'url' => ['index']];
$this->params['breadcrumbs'][] = '【' . $this->title . '】的个人信息';
?>

<div class="page-content">
    <!-- /section:settings.box -->
    <div class="page-content-area">
        <div class="page-header">
            <h1>
                <small>
                    <?php 
echo Html::a('编辑', ['update', 'id' => $model->id], ['class' => 'btn btn-primary btn-xs']);
?>
                    <?php 
echo Html::a('删除', ['delete', 'id' => $model->id], ['class' => 'btn btn-danger  btn-xs', 'data' => ['confirm' => 'Are you sure you want to delete this item?', 'method' => 'post']]);
?>
                </small>
            </h1>
        </div><!-- /.page-header -->

        <div class="row">
            <div class="col-xs-10 user-view">
                    
    <?php 
echo DetailView::widget(['model' => $model, 'attributes' => ['id', 'username', 'email:email', 'statuslabel', 'created_at:date', 'updated_at:date']]);
?>
                <div class="hr hr-18 dotted hr-double"></div>
            </div><!-- /.col -->
        </div><!-- /.row -->
    </div><!-- /.page-content-area -->
</div>