示例#1
0
                    <div class="page mt20">
                        <a href="">首页</a>
                        <a href="">上一页</a>
                        <a href="">1</a>
                        <a href="">2</a>
                        <a href="" class="cur">3</a>
                        <a href="">4</a>
                        <a href="">5</a>
                        <a href="">下一页</a>
                        <a href="">尾页</a>
                    </div>
                    <!-- 分页信息 end -->

                    <!--  评论表单 start-->
                    <?php 
if (!Yii::$app->user->isGuest && Product::canComment(Yii::$app->user->identity->id, $product->id)) {
    ?>
                    <div class="comment_form mt20">
                        <form action="#" id="comment-form">
                            <ul>
                                <li>
                                    <label> 评分:</label>
                                    <input type="radio" name="rank" value="5" checked /> <strong class="star star5"></strong>
                                    <input type="radio" name="rank" value="4" /> <strong class="star star4"></strong>
                                    <input type="radio" name="rank" value="3" /> <strong class="star star3"></strong>
                                    <input type="radio" name="rank" value="2" /> <strong class="star star2"></strong>
                                    <input type="radio" name="rank" value="1" /> <strong class="star star1"></strong>
                                </li>

                                <li>
                                    <label for="">评价内容:</label>