Your IP : 216.73.217.104


Current Path : /home/kamilrogam/2018/administrator/components/com_akeeba/View/Profiles/tmpl/
Upload File :
Current File : /home/kamilrogam/2018/administrator/components/com_akeeba/View/Profiles/tmpl/default.php

<?php
/**
 * @package   akeebabackup
 * @copyright Copyright (c)2006-2019 Nicholas K. Dionysopoulos / Akeeba Ltd
 * @license   GNU General Public License version 3, or later
 */

defined('_JEXEC') or die();

$configurl = base64_encode(JUri::base().'index.php?option=com_akeeba&view=Configuration');
?>

<form action="index.php" method="post" name="adminForm" id="adminForm" class="akeeba-form akeeba-form--with-hidden">
	<?php echo $this->loadAnyTemplate('admin:com_akeeba/CommonTemplates/ProfileName'); ?>

    <section class="akeeba-panel--50-50 akeeba-filter-bar-container">
        <div class="akeeba-filter-bar akeeba-filter-bar--left akeeba-form-section akeeba-form--inline">
            <div class="akeeba-filter-element akeeba-form-group">
                <input type="text" name="description" id="description"
                       value="<?php echo $this->escape($this->getModel()->getState('description', '', 'string')); ?>" size="30"
                       onchange="document.adminForm.submit();"
                       placeholder="<?php echo \JText::_('COM_AKEEBA_PROFILES_COLLABEL_DESCRIPTION'); ?>"
                />
            </div>
        </div>
        <div class="akeeba-filter-bar akeeba-filter-bar--right">
            <div class="akeeba-filter-element akeeba-form-group">
                <label for="limit" class="element-invisible">
		            <?php echo \JText::_('JFIELD_PLG_SEARCH_SEARCHLIMIT_DESC'); ?>
                </label>
	            <?php echo $this->pagination->getLimitBox(); ?>
            </div>

            <div class="akeeba-filter-element akeeba-form-group">
                <label for="directionTable" class="element-invisible">
		            <?php echo \JText::_('JFIELD_ORDERING_DESC'); ?>
                </label>
                <select name="directionTable" id="directionTable" class="input-medium custom-select" onchange="Joomla.orderTable()">
                    <option value="">
			            <?php echo \JText::_('JFIELD_ORDERING_DESC'); ?>
                    </option>
                    <option value="asc" <?php echo ($this->getLists()->order_Dir == 'asc') ? 'selected="selected"' : ''; ?>>
			            <?php echo \JText::_('JGLOBAL_ORDER_ASCENDING'); ?>
                    </option>
                    <option value="desc" <?php echo ($this->getLists()->order_Dir == 'desc') ? 'selected="selected"' : ''; ?>>
			            <?php echo \JText::_('JGLOBAL_ORDER_DESCENDING'); ?>
                    </option>
                </select>
            </div>

            <div class="akeeba-filter-element akeeba-form-group">
                <label for="sortTable" class="element-invisible">
		            <?php echo \JText::_('JGLOBAL_SORT_BY'); ?>
                </label>
                <select name="sortTable" id="sortTable" class="input-medium custom-select" onchange="Joomla.orderTable()">
                    <option value="">
			            <?php echo \JText::_('JGLOBAL_SORT_BY'); ?>
                    </option>
		            <?php echo \JHtml::_('select.options', $this->sortFields, 'value', 'text', $this->getLists()->order); ?>
                </select>
            </div>
        </div>
    </section>

	<table class="adminlist akeeba-table akeeba-table--striped">
		<thead>
			<tr>
				<th width="20">
					<input type="checkbox" name="toggle" value="" onclick="Joomla.checkAll(this);" />
				</th>
				<th width="40">
					<?php echo \JHtml::_('grid.sort', 'JGRID_HEADING_ID', 'id', $this->lists->order_Dir, $this->lists->order, 'browse'); ?>
				</th>
				<th width="20%"></th>
				<th>
					<?php echo \JHtml::_('grid.sort', 'COM_AKEEBA_PROFILES_COLLABEL_DESCRIPTION', 'description', $this->lists->order_Dir, $this->lists->order, 'browse'); ?>
				</th>
                <th>
                    <?php echo JText::_('COM_AKEEBA_CONFIG_QUICKICON_LABEL'); ?>
                </th>
			</tr>
		</thead>
		<tfoot>
			<tr>
				<td colspan="11">
					<?php echo $this->pagination->getListFooter(); ?>

				</td>
			</tr>
		</tfoot>
		<tbody>
		<?php $r = 1; $i = 0; ?>
		<?php foreach( $this->items as $profile ): ?>
		<?php $r = 1 - $r; ?>
			<tr class="row<?php echo $r; ?>">
				<td>
					<?php echo \JHtml::_('grid.id', ++$i, $profile->id); ?>
				</td>
				<td>
					<?php echo (int) $profile->id; ?>
				</td>
				<td>
					<a class="akeeba-btn akeeba-btn--small akeeba-btn--primary"
							href="index.php?option=com_akeeba&task=SwitchProfile&profileid=<?php echo (int)$profile->id; ?>&returnurl=<?php echo $configurl ?>&<?php echo $this->container->platform->getToken(true); ?>=1">
						<span class="icon-cog icon-white"></span>
						<?php echo \JText::_('COM_AKEEBA_CONFIG_UI_CONFIG'); ?>
					</a>
					&nbsp;
					<a class="akeeba-btn akeeba-btn--small akeeba-btn--dark"
						href="index.php?option=com_akeeba&view=Profile&task=read&id=<?php echo $profile->id ?>&basename=<?php echo FOF30\Utils\StringHelper::toSlug($profile->description); ?>&format=json&<?php echo $this->container->platform->getToken(true); ?>=1">
						<span class="icon-download"></span>
						<?php echo \JText::_('COM_AKEEBA_PROFILES_BTN_EXPORT'); ?>
					</a>
				</td>
				<td>
					<a href="index.php?option=com_akeeba&amp;view=Profiles&amp;task=edit&amp;id=<?php echo (int) $profile->id; ?>">
						<?php echo $this->escape($profile->description); ?>

					</a>
				</td>
                <td>
                    <?php echo JHtml::_('FEFHelper.browse.published', $profile->quickicon, $i, 'quickicon_') ?>
                </td>
			</tr>
		<?php endforeach; ?>
		</tbody>
	</table>

    <div class="akeeba-hidden-fields-container">
        <input type="hidden" name="option" value="com_akeeba" />
        <input type="hidden" name="view" value="Profiles" />
        <input type="hidden" name="boxchecked" id="boxchecked" value="0" />
        <input type="hidden" name="task" id="task" value="browse" />
        <input type="hidden" name="hidemainmenu" id="hidemainmenu" value="0"/>
        <input type="hidden" name="filter_order" id="filter_order"
               value="<?php echo $this->escape($this->lists->order); ?>"/>
        <input type="hidden" name="filter_order_Dir" id="filter_order_Dir"
               value="<?php echo $this->escape($this->lists->order_Dir); ?>"/>
        <input type="hidden" name="<?php echo $this->container->platform->getToken(true); ?>" value="1" />
    </div>
</form>

<form action="index.php" method="post" name="importForm" enctype="multipart/form-data"
      id="importForm"
      class="akeeba-form akeeba-form--inline akeeba-panel--primary"
>
	<input type="hidden" name="option" value="com_akeeba" />
	<input type="hidden" name="view" value="Profiles" />
	<input type="hidden" name="boxchecked" id="boxchecked" value="0" />
	<input type="hidden" name="task" id="task" value="import" />
	<input type="hidden" name="<?php echo $this->container->platform->getToken(true); ?>" value="1" />

	<input type="file" name="importfile" class="input-medium" />

    <button class="akeeba-btn akeeba-btn--green">
		<span class="icon-upload icon-white"></span>
		<?php echo \JText::_('COM_AKEEBA_PROFILES_HEADER_IMPORT'); ?>
	</button>

    <span class="help-inline">
		<?php echo \JText::_('COM_AKEEBA_PROFILES_LBL_IMPORT_HELP'); ?>
	</span>
</form>