| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/Engineering/V2/templates/theme519/html/com_user/login/ |
Upload File : |
<?php defined('_JEXEC') or die('Restricted access'); ?>
<?php /** @todo Should this be routed */ ?>
<form action="<?php echo JRoute::_( 'index.php' ); ?>" method="post" name="login" id="login">
<?php if ( $this->params->get( 'show_logout_title' ) ) : ?>
<div class="componentheading<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>"> <?php echo $this->escape($this->params->get( 'header_logout' )); ?> </div>
<?php endif; ?>
<div class="article-text-indent">
<div class="clear">
<table border="0" align="center" cellpadding="4" cellspacing="0" class="contentpane<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>" width="100%">
<tr>
<td class="clear"><?php
if ($this->params->get('description_logout')) :
echo $this->escape($this->params->get('description_logout_text'));
endif;
?>
<br />
<br />
<input type="submit" name="Submit" class="png button" value="<?php echo JText::_( 'Logout' ); ?>" />
</td>
<td valign="top"><div> <?php echo $this->image; ?> </div></td>
</tr>
</table>
<br />
<input type="hidden" name="option" value="com_user" />
<input type="hidden" name="task" value="logout" />
<input type="hidden" name="return" value="<?php echo $this->return; ?>" />
</div>
</div>
</form>