| Current Path : /home/lejardintz/www/components/com_kunena/template/astemplate/html/common/ |
| Current File : /home/lejardintz/www/components/com_kunena/template/astemplate/html/common/logout.php |
<?php
/**
* Kunena Component
* @package Kunena.Template.Blue_Eagle
* @subpackage Common
*
* @copyright (C) 2008 - 2013 Kunena Team. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link http://www.kunena.org
**/
defined ( '_JEXEC' ) or die ();
?>
<span class="ktoggler fltrt"><a class="ktoggler close" title="<?php echo JText::_('COM_KUNENA_TOGGLER_COLLAPSE') ?>" rel="kprofilebox"></a></span>
<div class="kblock kpbox">
<div class="kcontainer" id="kprofilebox">
<div class="kbody">
<table class="kprofilebox">
<tbody>
<tr class="krow1">
<?php if ($this->me->getAvatarImage('welcome')) : ?>
<td class="kprofilebox-left">
<?php echo $this->me->getAvatarImage('kavatar', 'welcome'); ?>
</td>
<?php endif; ?>
<td class="kprofileboxcnt">
<ul class="kprofilebox-link">
<?php if (!empty($this->privateMessagesLink)) : ?><li><?php echo $this->privateMessagesLink ?></li><?php endif ?>
<?php if (!empty($this->editProfileLink)) : ?><li><?php echo $this->editProfileLink ?></li><?php endif ?>
<?php if (!empty($this->announcementsLink)) : ?><li><?php echo $this->announcementsLink ?></li><?php endif ?>
</ul>
<ul class="kprofilebox-welcome">
<li><?php echo JText::_('COM_KUNENA_PROFILEBOX_WELCOME'); ?>, <strong><?php echo $this->me->getLink() ?></strong></li>
<li class="kms"><strong><?php echo JText::_('COM_KUNENA_MYPROFILE_LASTVISITDATE'); ?>:</strong> <span title="<?php echo KunenaDate::getInstance($this->me->lastvisitDate)->toKunena('ago'); ?>"><?php echo KunenaDate::getInstance($this->me->lastvisitDate)->toKunena('date_today'); ?></span></li>
<?php if ($this->logout->enabled()) : ?>
<li>
<form action="<?php echo KunenaRoute::_('index.php?option=com_kunena') ?>" method="post" name="login">
<input type="hidden" name="view" value="user" />
<input type="hidden" name="task" value="logout" />
[K=TOKEN]
<button type="submit" name="submit" class="btn btn-primary" value="<?php echo JText::_('COM_KUNENA_PROFILEBOX_LOGOUT'); ?>"><?php echo JText::_('COM_KUNENA_PROFILEBOX_LOGOUT'); ?></button>
</form>
</li>
<?php endif; ?>
</ul>
</td>
<!-- Module position -->
<?php if ($this->moduleHtml) : ?>
<td class = "kprofilebox-right">
<div class="kprofilebox-modul">
<?php echo $this->moduleHtml; ?>
</div>
</td>
<?php endif; ?>
</tr>
</tbody>
</table>
</div>
</div>
</div>