Your IP : 216.73.216.240
<?php
/****************************************************************************************\
** JoomGallery 3 **
** By: JoomGallery::ProjectTeam **
** Copyright (C) 2008 - 2021 JoomGallery::ProjectTeam **
** Based on: JoomGallery 1.0.0 by JoomGallery::ProjectTeam **
** Released under GNU GPL Public License **
** License: http://www.gnu.org/copyleft/gpl.html or have a look **
** at administrator/components/com_joomgallery/LICENSE.TXT **
\****************************************************************************************/
defined('_JEXEC') or die('Direct Access to this location is not allowed.'); ?>
<div class="minigallery center">
<h3>
<?php echo JText::_('COM_JOOMGALLERY_SELECT_NAMETAG'); ?>
</h3>
<form action="index.php" name="selectnametagform" method="post">
<div class="control-group">
<div class="controls">
<input type="submit" value="<?php echo JText::_('COM_JOOMGALLERY_DETAIL_NAMETAGS_SELECT_MYSELF'); ?>" class="btn" onclick="window.parent.selectnametag(<?php echo $this->_user->get('id'); ?>, '<?php echo $this->_user->get($this->_config->get('jg_realname') ? 'name' : 'username'); ?>');return false;" />
</div>
</div>
<div class="control-group">
<div class="controls">
<?php echo JHtml::_('joomselect.users', 'selectnametaglist', '', true, array(), 'window.parent.selectnametag(this.value, this[this.selectedIndex].text);', false); ?>
</div>
</div>
</form>
</div>