AnonSec Shell
Server IP : 92.204.138.22  /  Your IP : 52.14.214.177
Web Server : Apache
System : Linux ns1009439.ip-92-204-138.us 4.18.0-553.8.1.el8_10.x86_64 #1 SMP Tue Jul 2 07:26:33 EDT 2024 x86_64
User : internationaljou ( 1019)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/internationaljou/.trash/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/internationaljou/.trash/views//conference-details.php
  <section id="breadcrumb">
    <div class="container">
      <div class="row">
        <div class="span12">
          <ul class="breadcrumb notop">
           <li><a href="<?php echo base_url();?>">Home</a><span class="divider">/</span></li>
            <li class="active"><a href="#" onclick="goBack()"> << Go Back</a></li>
          </ul>
        </div>
      </div>
    </div>
  </section>
  
<style>
	.table td{ padding-top:5px; font-size:13px; border:none;}
	.table td.green { color:green; }
	.table td.red { color:red; }
</style>

  <section id="maincontent">
    <div class="container">
      <div class="row">
        <div class="span4">
          <aside id="aside">
            <div class="widget">
               <div class="colourh4"><h4>SSRG Journals</h4></div>
              <ul class="cat">
                <li><a href="<?php echo site_url('IJCSE/index'); ?>"> SSRG International Journal of Computer Science and Engineering</a></li>
                <li><a href="<?php echo site_url('IJEEE/index'); ?>">SSRG International Journal of Electrical and Electronics Engineering</a></li>
                <li><a href="<?php echo site_url('IJECE/index'); ?>">SSRG International Journal of Electronics and Communication Engineering</a></li>
                <li><a href="<?php echo site_url('IJME/index'); ?>">SSRG International Journal of Mechanical Engineering</a></li>
                <li><a href="<?php echo site_url('IJCE/index'); ?>">SSRG International Journal of Civil Engineering</a></li>
                <li><a href="<?php echo site_url('IJCMS/index'); ?>">SSRG International Journal of Communication and Media Science</a></li>
                <li><a href="<?php echo site_url('IJIE/index'); ?>">SSRG International Journal of Industrial Engineering</a></li>
                <li><a href="<?php echo site_url('IJAP/index'); ?>">SSRG International Journal of Applied Physics</a></li>
                <li><a href="<?php echo site_url('IJEMS/index'); ?>">SSRG International Journal of Economics and Management Studies</a></li>
                <li><a href="<?php echo site_url('IJAC/index'); ?>">SSRG International Journal of Applied Chemistry</a></li>
                <li><a href="<?php echo site_url('IJMS/index'); ?>">SSRG International Journal of Medical Science</a></li></ul>
               <center> <a href="<?php echo site_url("ssrg-journals");?>"><h4 style="color:#94C045">View More...</h4></a></center>
              </ul>
            </div>
          </aside>
        </div>
       <div class="span8">
          <!-- start article 1 -->
          <article class="blog-post">
            <div class="post-heading">
              <h3 style="color:#94C045">International Conference</a></h3>
            </div>
            <?php foreach ($upcoming_conference_details as $ucd) { ?>
            <div class="row">
           		 <div class="span8">
            		<img src="<?php echo base_url();?>uploads/conferenceimage/<?php echo $ucd->conferenceimage;?>" /><br />
                <h5>Aim of Conference:</h5>
                <p><?php echo $ucd->aimofconference; ?> </p> 
				</div>
            </div>
           <div class="row">
             <div class="span5">
                <h5>Important Dates:</h5>
                <table>
                	<tr>
                    <!--	<td><b>Paper Submission Deadline</b></td>-->
                    <td width="50%"><b>Submission Deadline</b></td>
                    	<td>&nbsp;&nbsp;-&nbsp;&nbsp;</td>
                        <td width="50%"><?php echo $ucd->lastdate; ?></td>
                    </tr>
                    <tr>
                    	<!--<td><b>Last Date of Registration</b></td>-->
                    	<td width="50%"><b>Registration Deadline</b></td>
                        <td>&nbsp;&nbsp;-&nbsp;&nbsp;</td>
                        <td width="50%"><?php echo $ucd->lastdate_registration; ?></td>
                    </tr>
                    <tr>
                    	<td width="50%"><b>Conference Date</b></td>
                        <td>&nbsp;&nbsp;-&nbsp;&nbsp;</td>
                        <td width="50%"><?php echo $ucd->multipleconferencedate; ?></td>
                    </tr>
                    <tr>
                    	<td width="45%"><b>Venue </b></td>
                        <td width="10%">&nbsp;&nbsp;-&nbsp;&nbsp;</td>
                        <td width="45%"><?php echo $ucd->venue; ?></b></td>
                    </tr>
                </table>
                <br />
                <h5>Registration Fees:</h5>
                <table>
                <?php if($ucd->ugpg!=''){ ?>
                	<tr>
                    	<td><b>UG/PG Student</b></td>
                    	<td>&nbsp;&nbsp;-&nbsp;&nbsp;</td>
                        <td><?php echo $ucd->ugpg; ?></td>
                    </tr>
                <?php } if($ucd->staff_researchscholar!=''){?>
                
                    <tr>
                    	<td><b>Research Scholar/Staff </b></td>
                        <td>&nbsp;&nbsp;-&nbsp;&nbsp;</td>
                        <td><?php echo $ucd->staff_researchscholar; ?></td>
                    </tr>
                <?php } if($ucd->corporatepeople!=''){ ?>
                    <tr>
                    	<td><b>Corporate people </b></td>
                        <td>&nbsp;&nbsp;-&nbsp;&nbsp;</td>
                        <td><?php echo $ucd->corporatepeople; ?></td>
                    </tr>
                <?php } if($ucd->activelistener!=''){ ?>
                    <tr>
                    	<td><b>Active Listener </b> </td>
                        <td>&nbsp;&nbsp;-&nbsp;&nbsp;</td>
                        <td><?php echo $ucd->activelistener; ?></td>
                    </tr>
                <?php } if($ucd->participants!=''){ ?>
                    <tr>
                    	<td><b>Participants</b> </td>
                        <td>&nbsp;&nbsp;-&nbsp;&nbsp;</td>
                        <td><?php echo $ucd->participants; ?></td>
                    </tr>
                <?php } ?>
                </table>
              </div>
           	  <div class="span3">
                <img src="<?php echo base_url();?>templates/assets/img/conference/ann-scopus.png" />
              </div>
          </div>
                <!--<p>**Note- Accommodation will be arranged based on prior notice. </p>-->
                
                <h5><b>Submit your paper :  <span style="color:#81AB33"><?php echo $ucd->papersubmitemail; ?> </span></b></h5>
                
                <?php 
                    
                    if($ucd->conference_id=='64')
                    { ?>
                  <table border="0" cellpadding="0" cellspacing="0" width="80%" align='center'>
                
                  <tr>
                    <td><img src="<?php echo base_url();?>uploads/conferenceimage/keyaddress/kathirconference-Zaira.jpg" height='100' width='150'/></td>
                     <td><img src="<?php echo base_url();?>uploads/conferenceimage/keyaddress/kathirconference-Rasheed.png" height='100' width='150'/></td>
                     <td><img src="<?php echo base_url();?>uploads/conferenceimage/keyaddress/kathirconference-nallusamy.jpg" height='100' width='150'/></td>
                  </tr>
                  <tr>
                    <td>Dr. Zaira zaman chowdhury,</td>
                    <td>Prof. Dr. Rasheed Mustafa,</td>
                     <td>Dr.S. Nallusamy,</td>
                  </tr>
                   <tr>
                    <td>Senior Lecturer, University Malaya, Malaysia.</td>
                    <td>Professor, University of Chittagong, Bangladesh. </td>
                    <td>Professor, Jadavpur University, India. </td>
                  </tr>
               </table>
               
                   <?php } 
                ?>
                <br>
                <p><b>If any queries, feel free to contact: <span style="color:#81AB33"><?php echo $ucd->contact; ?></span></b></p>
                <table border="1" cellpadding="5" cellspacing="5" width="100%">
                <th colspan="3">Download</th>
                 
                  <tr>
                  	<td  colspan="3"> &nbsp; &nbsp;  &nbsp; &nbsp;</td>
                  </tr>
                  <tr>
                 <?php if( $ucd->conferencebrochure !='' ) { ?>
                  	<td class="green"><b><a href="<?php echo base_url();?>uploads/conferenceimage/brochures/<?php echo $ucd->conferencebrochure;?>" target="_blank">Conference Brochure </a></b></td>
                    <?php } else { ?>
                     <td><b>Conference Brochure Not Available </td> <?php } ?>
                    
                    <td class="green"><b><a href="<?php echo base_url();?>templates/assets/img/Conference_PaperTemplate.doc">Paper Template </a></b></td>
                    <td class="green"><b><a href="<?php echo base_url();?>templates/assets/img/Conference_Copyright_form.doc">Copy Right Form</a></b></td>
                  </tr>
               </table>
               <br />
                <h5>Topics</h5>
               		<p> <?php echo $ucd->topics; ?> </p>
                <h5>Instructions:</h5>
                <p class="references"><?php echo $ucd->instruction; ?><p>
                <h5><b><center><span style="color:red;">*</span> &nbsp;Selected Papers will be published in Scopus, Web of Science core collections, UGC Care list and SSRG international journals</center></b></h5> 
                 <table border="1" cellpadding="5" cellspacing="5" width="100%">
                <th colspan="3">COMMITTEE MEMBERS</th>
                
                 <?php foreach($conference_committee_details as $ccd) { ?>
                 <tr>
                 	<td class="green"><?php echo $ccd->name; ?></td>
                	<td class="green"><?php echo $ccd->designation; ?></td>
                    <td class="green"><?php echo $ccd->collegename; ?></td>
                 </tr>
                 <?php } ?>
               </table><br />
             
             
             <h5>Visiting Locations:</h5>
            	<p style="text-indent: 0px;"><?php echo $ucd->visitinglocation; ?></p>
            <?php } ?>
        </article> <!-- article end -->
       </div> <!-- span8 div end -->
    </div>
  </div>  
</section>

Anon7 - 2022
AnonSec Team