One Hat Cyber Team
Your IP :
216.73.216.152
Server IP :
27.254.111.200
Server :
Linux wh-sh59.csloxinfo.com 3.10.0-693.5.2.el7.x86_64 #1 SMP Fri Oct 20 20:32:50 UTC 2017 x86_64
Server Software :
Apache
PHP Version :
5.5.38
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
vhosts
/
oakwine.co.th
/
httpdocs
/
view
/
Slide
/
Edit File:
show.php
<?php SYS::DOMAIN("Slide"); SYS::CONTROLLER("slideController"); $slideInstance = new Slide(); $slideInstance->get($_GET["id"]); ?> <div class="row"><div class="col-lg-12"> <div class="box box-info"> <div class="box-header with-border"> <!-- <h3 class="box-title">แสดงข้อมูล ภาพสไลด์</h3> --> <div class="btn-group"> <a href="?page=Slide/list" class="btn bg-orange"><i class="fa fa-list"></i> รายการ ภาพสไลด์</a> <a href="?page=Slide/create" class="btn bg-olive"><i class="fa fa-plus-circle"></i> เพิ่มข้อมูล ภาพสไลด์</a> </div> </div> <div class="box-body"> <div class="form-group row"> <span class="col-sm-3 text-right"><strong>หัวข้อข่าว (Th)</strong></span> <div class="col-sm-9"> <?php echo $slideInstance->titleTh; ?> </div> </div> <div class="form-group row"> <span class="col-sm-3 text-right"><strong>หัวข้อข่าว (En)</strong></span> <div class="col-sm-9"> <?php echo $slideInstance->titleEn; ?> </div> </div> <div class="form-group row"> <span class="col-sm-3 text-right"><strong>รายละเอียด (Th)</strong></span> <div class="col-sm-9"> <?php echo $slideInstance->descriptionTh; ?> </div> </div> <div class="form-group row"> <span class="col-sm-3 text-right"><strong>รายละเอียด (En)</strong></span> <div class="col-sm-9"> <?php echo $slideInstance->descriptionEn; ?> </div> </div> <div class="form-group row"> <span class="col-sm-3 text-right"><strong>วันเริ่มต้น</strong></span> <div class="col-sm-9"> <?php echo date("d/m/Y", $slideInstance->dateStart); ?> </div> </div> <div class="form-group row"> <span class="col-sm-3 text-right"><strong>วันสิ้นสุด</strong></span> <div class="col-sm-9"> <?php echo date("d/m/Y", $slideInstance->dateEnd); ?> </div> </div> <div class="form-group row"> <span class="col-sm-3 text-right"><strong>วันประกาศ</strong></span> <div class="col-sm-9"> <?php echo date("d/m/Y", $slideInstance->eventDate); ?> </div> </div> <div class="form-group row"> <span class="col-sm-3 text-right"><strong>ภาพประกอบ</strong></span> <div class="col-sm-9"> <a href='<?php echo CREATELINK::FILE("Slide/image/$slideInstance->image"); ?>'> <?php echo $slideInstance->image; ?> </a> </div> </div> <div class="form-group row"> <span class="col-sm-3 text-right"><strong>แสดงในหน้าแรก</strong></span> <div class="col-sm-9"> <?php echo $slideInstance->showSlide; ?> </div> </div> <div class="form-group row"> <span class="col-sm-3 text-right"><strong>ลิงค์</strong></span> <div class="col-sm-9"> <?php echo $slideInstance->url; ?> </div> </div> <div class="form-group row"> <span class="col-sm-3 text-right"><strong>page</strong></span> <div class="col-sm-9"> <?php echo $slideInstance->webInfo; ?> </div> </div> </div> <div class="box-footer"><div class="col-sm-offset-3 col-sm-9"> <a class="btn btn-warning" href="?page=Slide/edit&id=<?php echo $slideInstance->id; ?>"><i class="fa fa-pencil"></i> Edit</a> <a class="btn btn-danger" href="?page=Slide/show&action=delete&id=<?php echo $slideInstance->id; ?>"onClick="javascript:return confirm('Are you sure?');" ><i class="fa fa-minus-circle"></i> Delete</a> </div></div> </div> </div></div>
Simpan