Server IP : 2a02:4780:3:1378:0:3736:a38e:10 / Your IP : 3.138.123.118 Web Server : LiteSpeed System : Linux sg-nme-web1278.main-hosting.eu 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : u926327694 ( 926327694) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u926327694/domains/stjpuvjp.com/../smsoft.in/../stjpuvjp.com/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!doctype html> <html lang="en"> <?php include "header.php"; ?> <style> html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } .column { float: left; margin-bottom: 16px; padding: 0 8px; } @media screen and (max-width: 700px) { .column { display: block; width:80%; } } .card { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); } .container1 { padding: 0 16px; color:#000000; } .container1::after, .row::after { content: ""; clear: both; display: table; } .title { color: black; } </style> <div class="inner-banner blog"> <div class="container"> <div class="row"> <div class="col-sm-12"> <div class="content"><br> <h3 style="color:Black"></h3> </div> </div> </div> </div> </div><br><br> <section class="generic-wrapper"> <div class="container"> <!-- Start Heading --> <div class="row"> <ul><li style="color:#096c83;font-weight: 900;font-size:18px">Administrator</li></ul> <p style="text-align: justify; text-justify: inter-word;color:#000000"> The administration of institution is based on the philosophy of promoting efficiency equity, and justice in the day to day operation of the institution. It is expected that well thought out method of administration will ensure success in the working of the institution.</p> <p style="text-align: justify; text-justify: inter-word;color:#000000">There are two key senior positions in the Board. One is its chairman who presides over all executive body meetings and chairman has discretionary power in decision making. Policy decisions are taken in the executive meeting. The Hon. Secretary is concerned with carrying out the decisions taken in the meetings. He has to oversee day to day operations of the Sangha and also the other constituent institutions. Hon. Treasurer is concerned with financial operations in raising resources and spending much in accordance with the decisions taken in the executive body.</p> <p style="text-align: justify; text-justify: inter-word;color:#000000">All the remaining members will actively participate in the decision making. They have right to give their opinion either for or against the decisions.</p> <br> <?php $i=0; $mng_query=mysqli_query($con,"select * from staff_management where type='Administrator' order by order_by,id asc"); while($res_mng=mysqli_fetch_array($mng_query)) { ?> <?php if($i==0) { ?> <div class="row"> <?php } ?> <div class="col-lg-3"> <div class="card"> <img src="admin/pages/Admin/<?php echo $res_mng['profile']; ?>" style="width:100%;"> <div class="container1" style="text-align:center"> <a href="staff-details.php?q=<?php echo $res_mng['id']; ?>"><?php echo $res_mng['name']; ?></a> <p class="title" style="text-align:center"><?php echo $res_mng['designation']; ?></p> </div> </div> </div> <?php $i=$i+1; if($i==4) { ?> </div> <?php } ?> <?php if($i==4) { $i=0; } } ?> </div> </div><br><br> </section> <?php include "footer.php"; ?> </body> <!-- Mirrored from protechtheme.com/edumart/ by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 16 Jul 2020 08:54:21 GMT --> </html>