示例#1
0
                </tr>
                <tr>
                    <td></td>
                    <td><input type="submit" value="保 存" class="fixe_btn btnBoxset"/></td>
                </tr>
            </table>
            <?php 
ActiveForm::end();
?>
            <p class="go_add"><a href="javascript:;">继续添加</a></p>
        </div>
    </div>
</li>
<li>
    <h1><span>教练员培训经历</span>已完善(<?php 
echo \app\models\UsersTrain::getCountByUserId(Yii::$app->user->id);
?>
 条)</h1>

    <div style="display:none;" class="form_input">
        <div class="divp_pt">
            <table cellpadding="0" cellspacing="0" class="wans_content">
                <tr>
                    <th>序</th>
                    <th>证书编号</th>
                    <th>时间</th>
                    <th>等级</th>
                    <th>操作</th>
                </tr>
                <?php 
if (!empty($userTrain)) {