Your IP : 172.71.28.205


Current Path : /var/www/html/Joomla/plugins/system/cookiehint/include/
Upload File :
Current File : /var/www/html/Joomla/plugins/system/cookiehint/include/default_form.php

<?PHP
# reDim GmbH
# Plugin: CookieHint
# license GNU/GPL   www.redim.de

// No direct access
defined('JPATH_BASE') or die;
?>
<div id="redim-cookiehint-<?PHP echo $position; ?>">
    <div id="redim-cookiehint">
        <div class="cookiecontent">
			<?PHP echo JText::_('PLG_SYSTEM_COOKIEHINT_INFO'); ?>
        </div>
        <div class="cookiebuttons">
            <form class="reset" method="post">
                <button id="cookiehintsubmit" onclick="return cookiehintsubmit(this);" data-href="<?PHP echo $linkok; ?>"
                   type="submit" name="rCH" value="2"
                   class="btn"><?PHP echo JText::_('PLG_SYSTEM_COOKIEHINT_BTN_OK'); ?></button>
                <?PHP if ($refusal == 2): ?>
                    <?PHP if (!empty($refusalurl)): ?>
                        <button id="cookiehintsubmitno" data-href="<?PHP echo $refusalurl; ?>"
                           type="submit" name="rCH" value="-2"
                           class="btn"><?PHP echo JText::_('PLG_SYSTEM_COOKIEHINT_BTN_NOTOK'); ?></button>
                    <?PHP endif; ?>
                <?PHP elseif ($refusal == 1): ?>
                    <button id="cookiehintsubmitno" onclick="return cookiehintsubmitno(this);" data-href="<?PHP echo $linknotok; ?>"
                       type="submit" name="rCH" value="-2"
                       class="btn"><?PHP echo JText::_('PLG_SYSTEM_COOKIEHINT_BTN_NOTOK'); ?></button>
                <?PHP endif; ?>
                <div class="text-center" id="cookiehintinfo">
                    <?PHP if(!empty($link)): ?>
                        <a target="_self" href="<?PHP echo $link; ?>"><?PHP echo JText::_('PLG_SYSTEM_COOKIEHINT_BTN_INFO'); ?></a>
                    <?PHP endif; ?>
                    <?PHP if(!empty($linkimprint)): ?>
                        <a target="_self" href="<?PHP echo $linkimprint;?>"><?PHP echo JText::_('PLG_SYSTEM_COOKIEHINT_BTN_IMPRINT'); ?></a>
                    <?PHP endif; ?>
                </div>
            </form>
        </div>
        <div class="clr"></div>
    </div>
</div>