AnonSec Shell
Server IP : 54.36.91.62  /  Your IP : 216.73.217.112
Web Server : Apache
System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : coopiak ( 151928)
PHP Version : 8.3.23
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/coopiak/amisdesseniors-fr/components/com_djclassifieds/views/profileedit/tmpl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/coopiak/amisdesseniors-fr/components/com_djclassifieds/views/profileedit/tmpl/default.php
<?php
/**
 * @package DJ-Classifieds
 * @copyright Copyright (C) DJ-Extensions.com, All rights reserved.
 * @license http://www.gnu.org/licenses GNU/GPL
 * @author url: http://dj-extensions.com
 * @author email contact@dj-extensions.com
 */

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

JHtml::_('jquery.framework');
JHTML::_('behavior.keepalive');
JHtml::_('behavior.formvalidator');
JHTML::_('bootstrap.tooltip', '.Tips1', array('container' => '#dj-classifieds'));

$app = JFactory::getApplication();
$user = JFactory::getUser();
$par = $this->par;

?>
<div id="dj-classifieds" class="clearfix djcftheme-<?php echo $par->get('theme','default'); ?> <?php echo $par->get('pageclass_sfx'); ?>">
<?php if($this->page_heading){ ?>
	<h1><?php echo $this->page_heading; ?></h1>
<?php } ?>
	<?php echo DJClassifiedsTheme::renderModule('djcf-top'); ?>
	<?php echo DJClassifiedsTheme::renderModule('djcf-profileedit-top'); ?>
	<div class="dj-additem profile-edit clearfix">
		<form action="<?php echo JRoute::_('index.php'); ?>" method="post" class="form-validate" name="djForm" id="djForm" enctype="multipart/form-data">
			<div class="additem_djform profile_edit_djform">        
				<div class="title_top"><?php echo JText::_('COM_DJCLASSIFIEDS_PROFILE_EDITION'); ?></div>
				<div class="additem_djform_in">
					<?php if($par->get('profile_avatar_source','') || $par->get('profile_avatar','1')=='1'){ ?>
						<div class="djform_row profile_image">
							<label class="label">
								<?php echo JText::_('COM_DJCLASSIFIEDS_PROFILE_IMAGE'); ?>						
							</label>
							<div class="djform_field">
								<?php if($par->get('profile_avatar_source','')){ ?>
									<?php echo DJClassifiedsSocial::getUserAvatar($user->id,$par->get('profile_avatar_source',''),'L'); ?>
								<?php }else{ ?>
									<div class="djimage">
										<div class="itemImage">
											<img id="imgImg" src="<?php echo $this->avatar ? JURI::root(true).$this->avatar->path.$this->avatar->name.'_th.'.$this->avatar->ext : 'data:,'; ?>" />
											<input style="display:none" type="checkbox" name="del_avatar" id="del_img" value="<?php echo $this->avatar ? $this->avatar->id : ''; ?>"/>
											<div class="imgMask">
												<span class="delBtn" id="delBtn"></span>
											</div>
										</div>
									</div>
									<div>
										<input type="file" name="new_avatar" class="djImgInp" accept="image/*" />
									</div>
								<?php } ?>
							</div>
							<div class="clear_both"></div>
						</div>														
					<?php } ?>
					<?php echo $this->loadTemplate('localization'); ?>
					<?php echo $this->loadTemplate('profilefields'); ?>
				</div>
				<?php echo $this->loadTemplate('core'); ?>
				<?php echo $this->loadTemplate('more'); ?>
			</div>   
			<?php
				foreach($this->plugin_sections as $plugin_section){
					echo $plugin_section;
				}
			?>
			<div class="classifieds_buttons">
				<a class="button cancel" href="<?php echo JRoute::_(DJClassifiedsSEO::getViewUri('profile', array('force_profile' => true)), false); ?>"><?php echo JText::_('COM_DJCLASSIFIEDS_CANCEL')?></a>
				<button class="button validate" type="submit" id="submit_button" data-scrolltop="#system-message-container"><?php echo JText::_('COM_DJCLASSIFIEDS_PROFILE_SAVE'); ?></button>
			</div>
			<input type="hidden" name="user_id" value="<?php echo $user->id ?>" />
			<input type="hidden" name="option" value="com_djclassifieds" />
			<input type="hidden" name="view" value="profileedit" />
			<input type="hidden" name="task" value="save" />
			<input type="hidden" name="Itemid" value="<?php echo $app->input->getInt('Itemid',0); ?>" />
			<input type="hidden" name="boxchecked" value="0" />
			<?php echo JHtml::_( 'form.token' ); ?>
		</form>
	</div>
</div>

Anon7 - 2022
AnonSec Team