| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/icd/components/com_jevents/views/default/helpers/ |
Upload File : |
<?php
defined('_JEXEC') or die('Restricted access');
function DefaultEventIcalDialog($view,$row, $mask){
?>
<div id="ical_dialog" style="position:absolute;right:0px;background-color:#dedede;border:solid 1px #000000;width:200px;padding:10px;visibility:hidden;z-index:999;">
<?php ?>
<div style="width:12px!important;float:right;background-color:#ffffff;;border:solid #000000;border-width:0 0 1px 1px;text-align:center;margin:-10px;">
<a href="javascript:void(0)" onclick="closeical()" style="font-weight:bold;text-decoration:none;color:#000000;">x</a>
</div>
<a href="<?php echo $row->vCalExportLink(false,false);?>" style="text-decoration:none;" title="<?php echo JText::_("JEV_SAVEICAL")?>">
<?php
echo '<img src="'. JURI::root() . 'images/save_f2.png" style="border:0px;margin-right:1em;height:16px" alt="'.JText::_("JEV_SAVEICAL").'" />';
echo JText::_("JEV All Recurrences");?>
</a><br/>
<a href="<?php echo $row->vCalExportLink(false,true);?>" style="text-decoration:none;" title="<?php echo JText::_("JEV_SAVEICAL")?>">
<?php
echo '<img src="'. JURI::root() . 'images/save_f2.png" alt="'.JText::_("JEV_SAVEICAL").'" style="border:0px;margin-right:1em;;height:16px" />';
echo JText::_("JEV Single Recurrence");?>
</a><br/>
<?php ?>
</div>
<?php
}