uawdijnntqw1x1x1
IP : 216.73.216.219
Hostname : webm015.cluster127.gra.hosting.ovh.net
Kernel : Linux webm015.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
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
pteabiscqq
/
www
/
administrator
/
components
/
com_acymailing
/
views
/
chooselist
/
tmpl
/
customfields.php
/
/
<?php /** * @package AcyMailing for Joomla! * @version 5.10.2 * @author acyba.com * @copyright (C) 2009-2018 ACYBA S.A.R.L. All rights reserved. * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html */ defined('_JEXEC') or die('Restricted access'); ?><div id="acy_content"> <script language="javascript" type="text/javascript"> <!-- var selectedContents = new Array(); var allElements = <?php echo count($this->rows);?>; <?php foreach($this->rows as $oneRow){ if(!empty($oneRow->selected)){ echo "selectedContents['".$oneRow->namekey."'] = 'content';"; } } ?> function applyContent(contentid,rowClass){ if(selectedContents[contentid]){ window.document.getElementById('content'+contentid).className = rowClass; delete selectedContents[contentid]; }else{ window.document.getElementById('content'+contentid).className = 'selectedrow'; selectedContents[contentid] = 'content'; } } function insertTag(){ var tag = ''; for(var i in selectedContents){ if(selectedContents[i] == 'content'){ allElements--; if(tag != '') tag += ','; tag = tag + i; } } var textbox = window.top.document.getElementById('<?php echo $this->controlName; ?>customfields'); textbox.value = tag; <?php if('joomla' == 'wordpress'){ ?> if(textbox.form && textbox.form.querySelector('input[type="submit"]')){ textbox.form.querySelector('input[type="submit"]').removeAttribute('disabled'); textbox.form.querySelector('input[type="submit"]').value = '<?php echo __('Save'); ?>'; } <?php } ?> parent.acymailing.setOnclickPopup('link<?php echo $this->controlName; ?>customfields', '<?php echo acymailing_completeLink('chooselist&task=customfields&control='.$this->controlName); ?>&values='+tag, 650, 375); acymailing.closeBox(true); } //--> </script> <style type="text/css"> table.acymailing_table tr.selectedrow td{ background-color:#FDE2BA; } </style> <form action="<?php echo acymailing_completeLink((acymailing_isAdmin() ? '' : 'front').'chooselist') ?>" method="post" name="adminForm" id="adminForm"> <div style="float:right;margin-bottom : 10px"> <button class="acymailing_button_grey" id="insertButton" onclick="insertTag(); return false;"><?php echo acymailing_translation('ACY_APPLY'); ?></button> </div> <div style="clear:both"></div> <table class="acymailing_table" cellpadding="1"> <thead> <tr> <th class="title"> </th> <th class="title"> <?php echo acymailing_translation('FIELD_COLUMN'); ?> </th> <th class="title"> <?php echo acymailing_translation('FIELD_LABEL'); ?> </th> <th class="title titleid"> <?php echo acymailing_translation('ACY_ID'); ?> </th> </tr> </thead> <tbody> <?php $k = 0; foreach($this->rows as $row){ ?> <tr class="<?php echo empty($row->selected) ? "row$k" : 'selectedrow'; ?>" id="content<?php echo $row->namekey; ?>" onclick="applyContent('<?php echo $row->namekey."','row$k'"?>);" style="cursor:pointer;"> <td class="acytdcheckbox"></td> <td> <?php echo $row->namekey; ?> </td> <td> <?php echo $this->fieldsClass->trans($row->fieldname); ?> </td> <td align="center" style="text-align:center" > <?php echo $row->fieldid; ?> </td> </tr> <?php $k = 1-$k; } ?> </tbody> </table> </form> </div>
/home/pteabiscqq/www/administrator/components/com_acymailing/views/chooselist/tmpl/customfields.php