AAAAindex.html000066600000000037151371524340006552 0ustar00 .htaccess000066600000000177151371524340006360 0ustar00 Order allow,deny Deny from all clients/.htaccess000066600000000177151371524340010021 0ustar00 Order allow,deny Deny from all clients/default.php000066600000012362151371524340010357 0ustar00get('id'); $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); ?>
items as $i => $item) : $ordering = ($listOrder == 'ordering'); $canCreate = $user->authorise('core.create', 'com_banners'); $canEdit = $user->authorise('core.edit', 'com_banners'); $canCheckin = $user->authorise('core.manage', 'com_checkin') || $item->checked_out==$user->get('id') || $item->checked_out==0; $canChange = $user->authorise('core.edit.state', 'com_banners') && $canCheckin; ?>
id); ?> checked_out) : ?> editor, $item->checked_out_time, 'clients.', $canCheckin); ?> escape($item->name); ?> escape($item->name); ?> contact;?> state, $i, 'clients.', $canChange);?> nbanners; ?> metakey; ?> purchase_type<0):?> state->params->get('purchase_type')));?> purchase_type);?> id; ?>
pagination->getListFooter(); ?>
clients/index.html000066600000000037151371524340010213 0ustar00 banner/edit.php000066600000010715151371524340007464 0ustar00 banner/.htaccess000066600000000177151371524340007625 0ustar00 Order allow,deny Deny from all banner/index.html000066600000000037151371524340010017 0ustar00 tracks/index.html000066600000000037151371524340010041 0ustar00 tracks/.htaccess000066600000000177151371524340007647 0ustar00 Order allow,deny Deny from all tracks/default.php000066600000011445151371524340010206 0ustar00get('id'); $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); ?>
state->get('filter.category_id');?>
items as $i => $item) :?>
name;?> client_name;?> category_title;?> track_type==1 ? JText::_('COM_BANNERS_IMPRESSION'): JText::_('COM_BANNERS_CLICK');?> count;?> track_date, JText::_('DATE_FORMAT_LC4').' H:i');?>
pagination->getListFooter(); ?>
banners/.htaccess000066600000000177151371524340010010 0ustar00 Order allow,deny Deny from all banners/index.html000066600000000037151371524340010202 0ustar00 banners/default.php000066600000024174151371524340010352 0ustar00get('id'); $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $canOrder = $user->authorise('core.edit.state', 'com_banners.category'); $saveOrder = $listOrder=='ordering'; ?>
items as $i => $item) : $ordering = ($listOrder == 'ordering'); $item->cat_link = JRoute::_('index.php?option=com_categories&extension=com_banners&task=edit&type=other&cid[]='. $item->catid); $canCreate = $user->authorise('core.create', 'com_banners.category.'.$item->catid); $canEdit = $user->authorise('core.edit', 'com_banners.category.'.$item->catid); $canCheckin = $user->authorise('core.manage', 'com_checkin') || $item->checked_out == $userId || $item->checked_out == 0; $canChange = $user->authorise('core.edit.state', 'com_banners.category.'.$item->catid) && $canCheckin; ?>
items, 'filesave.png', 'banners.saveorder'); ?> state->get('list.direction'), $this->state->get('list.ordering')); ?>
id); ?> checked_out) : ?> editor, $item->checked_out_time, 'banners.', $canCheckin); ?> escape($item->name); ?> escape($item->name); ?>

escape($item->alias));?>

state, $i, 'banners.', $canChange, 'cb', $item->publish_up, $item->publish_down); ?> sticky, $i, $canChange);?> client_name;?> escape($item->category_title); ?> pagination->orderUpIcon($i, (@$this->items[$i-1]->catid == $item->catid), 'banners.orderup', 'JLIB_HTML_MOVE_UP', $ordering); ?> pagination->orderDownIcon($i, $this->pagination->total, (@$this->items[$i+1]->catid == $item->catid), 'banners.orderdown', 'JLIB_HTML_MOVE_DOWN', $ordering); ?> pagination->orderUpIcon($i, (@$this->items[$i-1]->catid == $item->catid), 'banners.orderdown', 'JLIB_HTML_MOVE_UP', $ordering); ?> pagination->orderDownIcon($i, $this->pagination->total, (@$this->items[$i+1]->catid == $item->catid), 'banners.orderup', 'JLIB_HTML_MOVE_DOWN', $ordering); ?> class="text-area-order" title="name; ?> order" /> ordering; ?> impmade, $item->imptotal ? $item->imptotal : JText::_('COM_BANNERS_UNLIMITED'));?> clicks;?> - impmade ? 100 * $item->clicks/$item->impmade : 0);?> metakey; ?> purchase_type < 0):?> client_purchase_type > 0) ? JText::_('COM_BANNERS_FIELD_VALUE_'.$item->client_purchase_type) : JText::_('COM_BANNERS_FIELD_VALUE_'.$this->state->params->get('purchase_type')));?> purchase_type);?> language=='*'):?> language_title ? $this->escape($item->language_title) : JText::_('JUNDEFINED'); ?> id; ?>
pagination->getListFooter(); ?>
loadTemplate('batch'); ?>
client/edit.php000066600000006632151371524340007500 0ustar00
item->id) ? JText::_('COM_BANNERS_NEW_CLIENT') : JText::sprintf('COM_BANNERS_EDIT_CLIENT', $this->item->id); ?>
  • form->getLabel('name'); ?> form->getInput('name'); ?>
  • form->getLabel('contact'); ?> form->getInput('contact'); ?>
  • form->getLabel('email'); ?> form->getInput('email'); ?>
  • get('core.edit.state')) : ?>
  • form->getLabel('state'); ?> form->getInput('state'); ?>
  • form->getLabel('purchase_type'); ?> form->getInput('purchase_type'); ?>
  • form->getLabel('track_impressions'); ?> form->getInput('track_impressions'); ?>
  • form->getLabel('track_clicks'); ?> form->getInput('track_clicks'); ?>
  • form->getLabel('id'); ?> form->getInput('id'); ?>
item->id, array('useCookie'=>1)); ?>
    form->getFieldset('metadata') as $field): ?>
  • hidden): ?> label; ?> input; ?>
    form->getFieldset('extra') as $field): ?>
  • hidden): ?> label; ?> input; ?>
client/index.html000066600000000037151371524340010030 0ustar00 client/.htaccess000066600000000177151371524340007636 0ustar00 Order allow,deny Deny from all