コード例 #1
0
ファイル: view.php プロジェクト: kimniyom/transport
                                    <?php 
}
?>
                                </div>
                            </center>
                            <h3 class="profile-username text-center"><?php 
echo $model->name . ' ' . $model->lname;
?>
</h3>

                            <p class="text-muted text-center">พนักงานขับรถ</p>

                            <ul class="list-group list-group-unbordered">
                                <li class="list-group-item">
                                    <b>อายุ</b> <a class="pull-right"><?php 
echo $config->get_age($model->birth);
?>
 ปี</a>
                                </li>
                                <li class="list-group-item">
                                    <b>เลขที่ใบขับขี่</b> <a class="pull-right"><?php 
echo $model->driver_license_id;
?>
</a>
                                </li>
                                <li class="list-group-item">
                                    <b>วันหมดอายุ</b> <a class="pull-right"><?php 
echo $config->thaidate($model->driver_license_expire);
?>
</a>
                                </li>