Server IP : 103.233.192.212 / Your IP : 3.148.192.125 Web Server : Apache/2 System : Linux sv1.inde.co.th 3.10.0-1160.36.2.el7.x86_64 #1 SMP Wed Jul 21 11:57:15 UTC 2021 x86_64 User : sumpatuan ( 1058) PHP Version : 5.5.38 Disable Function : symlink,shell_exec,exec,proc_close,proc_open,popen,system,dl,putenv,passthru,escapeshellarg,escapeshellcmd,pcntl_exec,proc_get_status,proc_nice,proc_terminate,pclose,ini_alter,virtual,openlog,ini_restore MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/sumpatuan/domains/sumpatuan.go.th/private_html/backup/protected/views/admin/ |
Upload File : |
<style type="text/css"> .textRight { text-align: right !important; padding-right: 10px !important; } </style> <div class="row-fluid formview-header-bar"> <div class="span12"> <ul class="breadcrumb"> <li><a href="<?php echo Yii::app()->controller->createUrl('MainBackend'); ?>">หน้าหลัก</a> <span class="divider">/</span></li> <li><a href="<?php echo Yii::app()->controller->createUrl('HelpingMain'); ?>">รับเรื่องร้องเรียน</a> <span class="divider">/</span></li> <li class="active">ข้อมูล รับเรื่องร้องเรียน</li> </ul> </div> </div> <div class="row-fluid"> <div class="span12"> <table class="table table-striped"> <tr> <th style="text-align: center;"> <?php if($model->status_confirm == '0'): ?> <a href="<?php echo Yii::app()->controller->createUrl('Admin/HelpingConfirm', array('id'=>$model->id, 'status'=>'1')); ?>" class="btn btn-primary" style="margin-top: 14px;"> <i class="icon-user icon-white"></i> รับเรื่องร้องเรียน </a> <?php else: ?> <a href="<?php echo Yii::app()->controller->createUrl('Admin/HelpingConfirm', array('id'=>$model->id, 'status'=>'0')); ?>" class="btn btn-danger" style="margin-top: 14px;"> <i class="icon-user icon-white"></i> ยกเลิก รับเรื่องร้องเรียน </a> <?php endif; ?> </th> <th><h3>รายละเอียด การรับเรื่องร้องเรียน</h3></th> </tr> <tr> <td class="tableFormRight" width="270"><label class="textRight">วันที่ร้องเรียน :</label></td> <td><?php echo OtherFunction::DateThai($model->help_date); ?></td> </tr> <tr> <td class="tableFormRight"><label class="textRight">หัวข้อร้องเรียน :</label></td> <td><?php echo $model->help_title; ?></td> </tr> <tr> <td class="tableFormRight"><label class="textRight">เลขประจำตัวประชาชน :</label></td> <td><?php echo $model->help_personal_card; ?></td> </tr> <tr> <td class="tableFormRight"><label class="textRight">ชื่อ-สกุล :</label></td> <td><?php echo $model->help_fullname; ?></td> </tr> <tr> <td class="tableFormRight"><label class="textRight">ที่อยู่ :</label></td> <td><?php echo $model->help_address; ?></td> </tr> <tr> <td class="tableFormRight"><label class="textRight">เบอร์โทร :</label></td> <td><?php echo $model->help_tel; ?></td> </tr> <tr> <td class="tableFormRight"><label class="textRight">Email :</label></td> <td><?php echo $model->help_email; ?></td> </tr> <?php if($model->path_file != '') { ?> <tr> <td class="tableFormRight" style="vertical-align: middle;"><label class="textRight">ไฟล์รูป :</label></td> <td> <?php echo CHtml::image(Yii::app()->baseUrl.OtherFunction::pathFile('helping').$model->path_file); ?> </td> </tr> <?php } ?> <tr> <td class="tableFormRight"><label class="textRight">รายละเอียด :</label></td> <td><?php echo $model->help_detail; ?></td> </tr> </table> </div> </div>