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
/
Types
/
Edit File:
show.php
<?php SYS::DOMAIN("Types"); SYS::DOMAIN("Category"); SYS::CONTROLLER("typesController"); $typesInstance = new Types(); $typesInstance->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=Types/list" class="btn bg-orange"><i class="fa fa-list"></i> รายการ ประเทศผู้ผลิด </a> <a href="?page=Types/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 $typesInstance->typeTh; ?> </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 $typesInstance->typeEn; ?> </div> </div> <div class="form-group row"> <?php $CategoryInstance = new Category(); ?> <span class="col-sm-3 text-right"><strong>ยี่ห้อ </strong></span> <div class="col-sm-9"> <ul> <?php foreach($typesInstance->instance("category") as $category){ ?> <li> <a href="?page=Category/show&id=<?php echo $category->id; ?>"> <?php echo $category->toString(); ?> </a> </li> <?php } ?> </ul> </div> </div> </div> <div class="box-footer"><div class="col-sm-offset-3 col-sm-9"> <a class="btn btn-warning" href="?page=Types/edit&id=<?php echo $typesInstance->id; ?>"><i class="fa fa-pencil"></i> Edit</a> <a class="btn btn-danger" href="?page=Types/show&action=delete&id=<?php echo $typesInstance->id; ?>"onClick="javascript:return confirm('Are you sure?');" ><i class="fa fa-minus-circle"></i> Delete</a> </div></div> </div> </div></div>
Simpan