Файловый менеджер - Редактировать - /home/lmsyaran/public_html/administrator/components/com_hikamarket/views/productmarket/tmpl/waitingapproval.php
Назад
<?php /** * @package HikaMarket for Joomla! * @version 3.1.1 * @author Obsidev S.A.R.L. * @copyright (C) 2011-2020 OBSIDEV. All rights reserved. * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html */ defined('_JEXEC') or die('Restricted access'); ?><div class="iframedoc" id="iframedoc"></div> <div id="hikamarket_product_listing"> <form action="<?php echo hikamarket::completeLink('product&task=waitingapproval'); ?>" method="post" name="adminForm" id="adminForm"> <?php if(!HIKASHOP_BACK_RESPONSIVE) { ?> <table class="hikam_filter"> <tr> <td width="100%"> <?php echo JText::_('FILTER'); ?>: <input type="text" name="search" id="hikamarket_products_listing_search" value="<?php echo $this->escape($this->pageInfo->search);?>" class="inputbox"/> <button class="btn" onclick="this.form.submit();"><?php echo JText::_('GO'); ?></button> <button class="btn" onclick="document.getElementById('hikamarket_products_listing_search').value='';this.form.submit();"><?php echo JText::_('RESET'); ?></button> </td> <td nowrap="nowrap"> <?php } else { ?> <div class="row-fluid"> <div class="span7"> <div class="input-prepend input-append"> <span class="add-on"><i class="icon-filter"></i></span> <input type="text" name="search" id="hikamarket_products_listing_search" value="<?php echo $this->escape($this->pageInfo->search);?>" class="inputbox"/> <button class="btn" onclick="this.form.submit();"><i class="icon-search"></i></button> <button class="btn" onclick="document.getElementById('hikamarket_products_listing_search').value='';this.form.submit();"><i class="icon-remove"></i></button> </div> </div> <div class="span5"> <div class="expand-filters" style="width:auto;float:right"> <?php } if(!empty($this->vendorType)) echo $this->vendorType->display('filter_vendors', @$this->pageInfo->filter->vendors); if(!isset($this->pageInfo->filter->published)) $this->pageInfo->filter->published = -1; $values = array( -1 => JText::_('HIKA_ALL'), 1 => JText::_('HIKA_PUBLISHED'), 0 => JText::_('HIKA_UNPUBLISHED'), ); echo JHTML::_('select.genericlist', $values, 'filter_published', 'onchange="this.form.submit();"', 'value', 'text', $this->pageInfo->filter->published); if(!HIKASHOP_BACK_RESPONSIVE) { ?> </td> </tr> </table> <?php } else {?> </div> <div style="clear:both"></div> </div> </div> <?php } ?> <?php $cols = 9; ?> <table class="adminlist pad5 table table-striped table-hover"> <thead> <tr> <th class="hikamarket_product_num_title title titlenum"><?php echo JText::_('HIKA_NUM'); // JHTML::_('grid.sort', JText::_('HIKA_NUM'), 'product.product_id', $this->pageInfo->filter->order->dir, $this->pageInfo->filter->order->value); ?></th> <th class="hikamarket_vendor_select_title title titlebox"> <input type="checkbox" name="toggle" value="" onclick="hikashop.checkAll(this);" /> </th> <th class="hikamarket_product_image_title title"><?php echo JText::_('HIKA_IMAGE'); ?></th> <th class="hikamarket_product_name_title title"><?php echo JHTML::_('grid.sort', JText::_('HIKA_NAME'), 'product.product_name', $this->pageInfo->filter->order->dir, $this->pageInfo->filter->order->value); echo ' / ' . JHTML::_('grid.sort', JText::_('PRODUCT_CODE'), 'product.product_code', $this->pageInfo->filter->order->dir, $this->pageInfo->filter->order->value); ?></th> <?php if(hikamarket::level(1)) { $cols++; ?> <th class="hikamarket_product_vendor"><?php echo JText::_('HIKA_VENDOR'); ?></th> <?php } ?> <th class="hikamarket_product_quantity_title title"><?php echo JHTML::_('grid.sort', JText::_('PRODUCT_QUANTITY'), 'product.product_quantity', $this->pageInfo->filter->order->dir, $this->pageInfo->filter->order->value); ?></th> <th class="hikamarket_product_price_title title"><?php echo JText::_('PRODUCT_PRICE'); ?></th> <?php if(!empty($this->fields)) { foreach($this->fields as $fieldName => $oneExtraField) { $cols++; ?> <th class="hikamarket_product_custom_<?php echo $fieldName;?>_title title"><?php echo $this->fieldsClass->getFieldName($oneExtraField); ?></th> <?php } } ?> <?php if(!empty($this->extra_columns)) { foreach($this->extra_columns as $colName => $column) { $cols++; ?> <th class="hikamarket_product_extra_<?php echo $colName;?>_title title"><?php echo (is_array($column) && isset($column['key'])) ? $column['name'] : $column; ?></th> <?php } } ?> <th class="hikamarket_product_actions_title titlenum"><?php echo JText::_('HIKAM_APPROVE'); ?></th> <?php if(hikamarket::level(1)) { ?> <th class="hikamarket_product_actions_title titlenum"><?php echo JText::_('HIKAM_DECLINE'); ?></th> <?php } else { ?> <th class="hikamarket_product_actions_title titlenum"><?php echo JText::_('HIKA_DELETE'); ?></th> <?php } ?> <th class="hikamarket_product_id_title title"><?php echo JHTML::_('grid.sort', JText::_('ID'), 'product.product_id', $this->pageInfo->filter->order->dir, $this->pageInfo->filter->order->value); ?></th> </tr> </thead> <tfoot> <tr> <td colspan="<?php echo $cols ;?>"> <?php echo $this->pagination->getListFooter(); ?> <?php echo $this->pagination->getResultsCounter(); ?> </td> </tr> </tfoot> <tbody> <?php $multivendor = hikamarket::level(1); $k = 0; $i = 0; foreach($this->products as $product) { $publishedid = 'product_published-'.(int)$product->product_id; $rowId = 'market_product_'.(int)$product->product_id; $url = hikamarket::completeLink('shop.product&task=edit&cid='.(int)$product->product_id.'&cancel_redirect='.$this->cancelUrl); ?> <tr class="row<?php echo $k; ?>" id="<?php echo $rowId; ?>"> <td class="hikamarket_product_num_value" align="center"> <?php if( !isset($this->embbed) ) echo $this->pagination->getRowOffset($i); else echo ($i+1); ?> </td> <td class="hikamarket_vendor_select_value"><?php echo JHTML::_('grid.id', $i, $product->product_id ); ?></td> <td class="hikamarket_product_name_value"><?php $thumb = $this->imageHelper->getThumbnail(@$product->file_path, array(50,50), array('default' => 1, 'forcesize' => 1)); if(!empty($thumb->path) && empty($thumb->external)) echo '<a href="'.$url.'"><img src="'. $this->imageHelper->uploadFolder_url . str_replace('\\', '/', $thumb->path).'" alt=""/></a>'; else if(!empty($thumb->path) && !empty($thumb->url)) echo '<a href="'.$url.'"><img src="'. $thumb->url.'" alt="" width="50" height="50"/></a>'; ?></td> <td class="hikamarket_product_name_value"> <a href="<?php echo $url; ?>"><?php if(empty($product->product_name) && !empty($product->parent_product_name)) echo '<em>'.$this->escape($product->parent_product_name, true).'</em>'; else if(empty($product->product_name)) echo '<em>'.JText::_('HIKAM_NO_NAME').'</em>'; else echo $this->escape($product->product_name, true); ?></a> <div class="hikamarket_product_code_value"> <a href="<?php echo $url; ?>"><?php echo $this->escape($product->product_code, true); ?></a> <?php echo $this->toggleHelper->display('published', $product->product_published); ?> </div> </td> <?php if($multivendor) { ?> <td><?php if(!empty($product->product_vendor_id) && (int)$product->product_vendor_id > 1) { $vendor_id = (int)$product->product_vendor_id; ?><a href="<?php echo hikamarket::completeLink('vendor&task=edit&cid='.$vendor_id); ?>"><?php echo $this->vendors[$vendor_id]->vendor_name; ?></a><?php } ?></td> <?php } ?> <td class="hikamarket_product_quantity_value"><?php echo ($product->product_quantity >= 0) ? $product->product_quantity : JText::_('UNLIMITED'); ?></td> <td class="hikamarket_product_price_value"><?php echo $this->currencyHelper->displayPrices($product->prices); ?></td> <?php if(!empty($this->fields)) { foreach($this->fields as $fieldName => $oneExtraField) { ?> <td class="hikamarket_product_custom_<?php echo $fieldName;?>_value"><?php echo $this->fieldsClass->show($oneExtraField, $product->$fieldName); ?></td> <?php } } ?> <?php if(!empty($this->extra_columns)) { foreach($this->extra_columns as $colName => $column) { ?> <td class="hikamarket_product_extra_<?php echo $colName;?>_value"><?php if(is_array($column) && isset($column['key'])) echo $product->{ $column['key'] }; else echo $product->$colName; ?></td> <?php } } ?> <td class="hikamarket_product_actions_value" style="text-align:center"> <a href="<?php echo hikamarket::completeLink('product&task=approve&cid='.(int)$product->product_id.'&redirect=waitingapproval') ?>"><img src="<?php echo HIKAMARKET_IMAGES; ?>icon-16/save.png" alt="approve" /></a> </td> <?php if($multivendor) { ?> <td class="hikamarket_product_actions_value" style="text-align:center"> <a href="<?php echo hikamarket::completeLink('product&task=decline&cid='.(int)$product->product_id.'&redirect=waitingapproval') ?>"><img src="<?php echo HIKAMARKET_IMAGES; ?>icon-16/unpublish.png" alt="decline" /></a> </td> <?php } else { ?> <td class="hikamarket_product_actions_value" style="text-align:center"><?php echo $this->toggleHelper->delete($rowId, (int)$product->product_id, 'productmarket', true); ?></td> <?php } ?> <td class="hikamarket_product_id_value" align="center"><?php echo (int)$product->product_id; ?></td> </tr> <?php $i++; $k = 1 - $k; } ?> </table> <input type="hidden" name="option" value="<?php echo HIKAMARKET_COMPONENT; ?>" /> <input type="hidden" name="task" value="waitingapproval" /> <input type="hidden" name="ctrl" value="<?php echo hikaInput::get()->getCmd('ctrl'); ?>" /> <input type="hidden" name="Itemid" value="<?php echo $this->Itemid; ?>" /> <input type="hidden" name="boxchecked" value="0" /> <input type="hidden" name="filter_order" value="<?php echo $this->pageInfo->filter->order->value; ?>" /> <input type="hidden" name="filter_order_Dir" value="<?php echo $this->pageInfo->filter->order->dir; ?>" /> <?php echo JHTML::_( 'form.token' ); ?> </form> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка