0byt3m1n1-V2
Path:
/
home
/
office2017v2.1
/
admin
/
[
Home
]
File: history.php
<table class="table table-bordered table-hover" id="myTable"> <thead> <tr> <th>ที่</th> <th>เรื่อง</th> <th>ไฟล์</th> <th>วันที่ส่ง</th> <th></th> </tr> </thead> <tbody> <?php $sqlListPaper="SELECT * FROM paper WHERE sec_id=$sec_id ORDER BY pid DESC"; //print $sqlListPaper; $resList = $conn->query($sqlListPaper); while($rowList=$resList->fetch_array()){?> <tr> <td><?php print $rowList['pid']?></td> <td><?php echo $rowList['title']; ?></td> <td><a href="<?php print $rowList[file];?>" target="_blank"><i class="fa fa-file-pdf-o"></i></a></td> <td><?php echo DateThai($rowList['postdate']); ?></td> <td><a href="checklist.php?pid=<?php echo $rowList['pid'];?>" class="fa fa-check btn btn-warning" target="_blank" >ติดตามเอกสาร</a></td> </tr> <?php }?> </tbody> </table>
©
2018.