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/departmentlist/tmpl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

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

/**

 * File: default.php

 * 		 Actual HTML Output

 *

 * ---------------------------------------------------------

 * 		Department List View Submitted by: Emmanuel Lemor

 * 		Copyright: (C) 2008 Emmanuel Lemor

 * 		License: GNU/GPL v3

 * 		Code Released For Use With Staff Master

 * ---------------------------------------------------------

 *

 * 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_list

 * @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>



			<?php if( !empty( $this->params->header_text ) ) :?>

			<div class="staff_header_text" >



				<p>



					<?php echo $this->params->header_text ?>



				</p>



			</div>

			<?php endif; ?>





	</div>



	<?php



		foreach( $this->departments_list as $department ):



			$departmentid = $department->id;



			if( isset( $this->staff_list[ $departmentid ]  ) ):

	?>



		<div class="department_header">



			<?php



				echo $this->dept_html['name'][ $department->alias ];





				if( !empty( $this->dept_html['desc'][ $department->alias ] ) ) {



						echo '<div class="department_description">';



						echo $this->dept_html['desc'][ $department->alias ];



						echo '</div>';



					}



			?>



		</div>



	<?php



			endif;



		endforeach;



	?>



<?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