home
/
uttpolic
/
web
/
uttpolice-coop.com
/
public_html
➕ New
📤 Upload
✎ Editing:
structure_manage.php
← Back
<?php include("layout/header.php")?> <style> /*.container { background-image: url("images/bg.jpg"); background-repeat: repeat; */ } </style> <articles> <section> <div class="wrapper"> <div class="container"> <div class="toppic"> <h1>ผังฝ่ายจัดการ</h1> </div> <!--<p><img src="images/bank01.jpeg" alt=""></p> <p>ช่วงนี้มีกระแสเรื่องการลดความคุ้มครองเงินฝากลงเหลือ 1 ล้านบาท แต่อย่างไรแล้วการฝากเงินไว้กับธนาคารก็ยังคงเป็นหนึ่งทางเลือกที่ดูจะปลอดภัย และน่าสนใจอยู่เมื่อเทียบกับการเก็บเงินไว้ในรูปแบบอื่น ๆ วันนี้ Refinn เลยจะมาอัพเดตบัญชีเงินฝากดอกเบี้ยสูง ประจำเดือนกันยายน 2564 กันครับ</p> ---> <center> แผนภูมิฝ่ายจัดการ <br><br>สหกรณ์ออมทรัพย์ตำรวจภูธรจังหวัดอุตรดิตถ์ </center> <br> <br> <div class = "row" style = "font-size:14px;"> <div class = "col-md-12" > <?php $sql_president = "SELECT * FROM utt_manage WHERE manage_type = 'supervisor' "; $q_president = mysqli_query($con,$sql_president); $r_pes = mysqli_fetch_array($q_president); ?> <center> <?php if($r_pes['manage_image']){ ?> <img src = "<?php echo $base_url;?>images/manage/<?php echo $r_pes['manage_image'];?>" style = "height:180px;"> <?php }else{ ?> <img src = "<?php echo $base_url;?>images/noimage.png" style = "height:150px;"> <?php } ?> <br> <?php echo $r_pes['manage_fullname'];?> <br> <labe><?php echo $r_pes['manage_position'];?></label> </center> </div> </div> <br> <hr> <div class = "row" style = "font-size:14px;"> <?php $sql_vicepresident = "SELECT * FROM utt_manage WHERE manage_type = 'header' ORDER BY manage_position ASC"; $q_vicepresident = mysqli_query($con,$sql_vicepresident); while($r_vicepresident = mysqli_fetch_array($q_vicepresident)){ ?> <div class = "col-md-4"> <center> <?php if($r_vicepresident['manage_image']){ ?> <img src = "<?php echo $base_url;?>images/manage/<?php echo $r_vicepresident['manage_image'];?>" style = "height:180px;"> <?php }else{ ?> <img src = "<?php echo $base_url;?>images/noimage.png" style = "height:150px;"> <?php } ?> <br> <?php echo $r_vicepresident['manage_fullname'];?> <br> <labe><?php echo $r_vicepresident['manage_position'];?></label> </center> </div> <?php } ?> </div> <br> <hr> <div class = "row" style = "font-size:14px;"> <?php $sql_other = "SELECT * FROM utt_manage WHERE manage_type = 'other' "; $q_other = mysqli_query($con,$sql_other); while($r_other = mysqli_fetch_array($q_other)){ ?> <div class = "col-md-4"> <center> <?php if($r_other['manage_image']){ ?> <img src = "<?php echo $base_url;?>images/manage/<?php echo $r_other['manage_image'];?>" style = "height:180px;"> <?php }else{ ?> <img src = "<?php echo $base_url;?>images/noimage.png" style = "height:150px;"> <?php } ?> <br> <?php echo $r_other['manage_fullname'];?> <br> <labe><?php echo $r_other['manage_position'];?></label> </center> </div> <?php } ?> </div> <br> </div><!--end container--> </div> </section> </articles> <?php include("layout/footer.php")?> </body> </html>
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel