| Server IP : 54.36.91.62 / Your IP : 216.73.217.117 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/renewitem/tmpl/ |
Upload File : |
<?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 DJClassifiedsTheme::renderModule('djcf-top'); ?>
<?php echo DJClassifiedsTheme::renderModule('djcf-renewitem-top'); ?>
<div class="dj-additem dj-renewitem 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">
<div class="title_top"><?php echo JText::_('COM_DJCLASSIFIEDS_RENEW_ADVERT').' - '.$this->item->name; ?></div>
<div class="additem_djform_in">
<?php
foreach($this->plugin_title as $plugin_title){
echo $plugin_title;
}
?>
<?php echo $this->loadTemplate('category'); ?>
<?php if($par->get('show_types','0') && $this->types){ ?>
<?php echo $this->loadTemplate('type'); ?>
<?php } ?>
<?php if($par->get('durations_list','') && $this->days){ ?>
<?php echo $this->loadTemplate('duration'); ?>
<?php } ?>
<?php
foreach($this->plugin_rows as $plugin_row){
echo $plugin_row;
}
?>
</div>
</div>
<?php if($par->get('promotion','1')=='1' && $this->promotions){ ?>
<?php echo $this->loadTemplate('promotions'); ?>
<?php } ?>
<div class="classifieds_buttons">
<a class="button cancel" href="<?php echo DJClassifiedsSEO::getViewUri($user->id ? 'useritems' : 'items'); ?>"><?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_RENEW'); ?></button>
</div>
<input type="hidden" name="option" value="com_djclassifieds" />
<input type="hidden" name="id" value="<?php echo $app->input->getInt('id', 0); ?>" />
<input type="hidden" name="view" value="renewitem" />
<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" />
</form>
</div>
</div>