b0y-101 Mini Shell


Current Path : E:/www/instructor/teacher20/administrator/components/com_eventgallery/views/gdpr/tmpl/
File Upload :
Current File : E:/www/instructor/teacher20/administrator/components/com_eventgallery/views/gdpr/tmpl/default.php

<?php 

/**
 * @package     Sven.Bluege
 * @subpackage  com_eventgallery
 *
 * @copyright   Copyright (C) 2005 - 2019 Sven Bluege All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die('Restricted access');


?>

<form action="<?php echo JRoute::_('index.php?option=com_eventgallery&view=gdpr'); ?>"
      method="post" name="adminForm" id="adminForm">
    <?php if (version_compare(JVERSION, '4.0', '<' ) == 1): ?>
        <div id="j-sidebar-container">
            <?php echo $this->sidebar; ?>
        </div>
    <?php ENDIF;?>
    <div id="j-main-container">
        <div class="card">
            <div class="card-body">
                <p>
                    <?php echo JText::_('COM_EVENTGALLERY_GDPR_DESC'); ?>
                </p>

                <p>
                    <input type="text" name="email" placeholder="<?php echo JText::_('COM_EVENTGALLERY_GDPR_EMAIL_PLACEHOLDER'); ?>"><br>
                    <input type="submit" class="btn">
                </p>
            </div>
        </div>
    </div>

    <?php echo JHtml::_('form.token'); ?>
    <input type="hidden" name="task" value="gdpr.export" />
</form>

Copyright © 2019 by b0y-101