<?php
/**
* @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
<head>
<link rel="stylesheet" href="administrator/templates/rt_missioncontrol_j15/css/core.css" type="text/css" />
<link rel="stylesheet" href="administrator/templates/rt_missioncontrol_j15/css/core-webkit.css" type="text/css" />
<link rel="stylesheet" href="administrator/templates/rt_missioncontrol_j15/css/colors.css.php" type="text/css" />
<script type="text/javascript" src="media/system/js/mootools.js"></script>
<script type="text/javascript" src="administrator/templates/rt_missioncontrol_j15/js/MC.js"></script>
<script type="text/javascript" src="administrator/templates/rt_missioncontrol_j15/js/MC.Notice.js"></script>
</head>
<body id="mc-login" class="transitions-enabled headers-fancy extendmenu-off width-1200 ltr option-com-login task-">
<div id="mc-frame">
<div id="mc-header">
<div class="mc-wrapper">
<div id="mc-status">
<ul>
<li class="action"><a href="http://www.google.co.uk">Get me out of here!</a></li>
<li><a href="http://www.google.co.uk">Link to Another Site</a></li>
</ul>
</div>
</div>
<div id="mc-logo"> <img src="administrator/images/missioncontrol-logo.png?1308247514" alt="logo" class="mc-logo" width="250" />
<h1><?php echo $mainframe->getCfg('sitename'); ?></h1>
<p> <?php echo $mainframe->getCfg('offline_message'); ?> </p>
</div>
</div>
<div id="mc-body">
<div class="mc-wrapper">
<form action="index.php" method="post" name="login" id="form-login">
<div id="login-wrapper">
<input name="username" id="username" type="text" class="inputbox" alt="<?php echo JText::_('Username') ?>" id="modlgn_username" placeholder="Username" size="15" />
<input type="password" name="passwd" class="inputbox" size="18" alt="<?php echo JText::_('Password') ?>" id="passwd" />
<span class="button" onclick="login.submit();"> Login </span> </div>
<div class="clr"></div>
<input type="submit" style="border: 0; padding: 0; margin: 0; width: 0px; height: 0px;" value="Login" />
<div class="clr"></div>
<input type="hidden" name="option" value="com_user" />
<input type="hidden" name="task" value="login" />
<input type="hidden" name="return" value="<?php echo base64_encode(JURI::base()) ?>" />
<?php echo JHTML::_( 'form.token' ); ?>
</form>
</div>
</div>
<div id="mc-footer">
<div class="mc-wrapper">
<p class="copyright"> <span class="mc-footer-logo"></span> <a href="http://www.joomla.org" target="_blank">Joomla!</a> is Free Software released under the <a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU/GPL License</a>. - Joomla! Version 1.5.23<br>
MissionControl template by <a href="http://www.rockettheme.com">RocketTheme</a> (MC Version 1.5.2) </p>
</div>
</div>
<div id="mc-message"> </div>
</div>
</body>
</html>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" dir="ltr">
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="administrator/templates/rt_missioncontrol_j15/css/core.css" type="text/css" />
<link rel="stylesheet" href="administrator/templates/rt_missioncontrol_j15/css/core-webkit.css" type="text/css" />
<link rel="stylesheet" href="administrator/templates/rt_missioncontrol_j15/css/colors.css.php" type="text/css" />
<script type="text/javascript" src="media/system/js/mootools.js"></script>
<script type="text/javascript" src="administrator/templates/rt_missioncontrol_j15/js/MC.js"></script>
<script type="text/javascript" src="administrator/templates/rt_missioncontrol_j15/js/MC.Notice.js"></script>
</head>
<body id="mc-login" class="transitions-enabled headers-fancy extendmenu-off width-1200 ltr option-com-login task-">
<div id="mc-frame">
<div id="mc-header">
<div class="mc-wrapper">
<div id="mc-status">
<ul>
<!--Your URL -->
<li class="action"><a href="http://www.yoururl.com">Another Site by Your Name</a></li>
</ul>
</div>
</div>
<div id="mc-logo"> <img src="administrator/images/missioncontrol-logo.png?1308247514" alt="logo" class="mc-logo" width="250" />
<h1><?php echo $mainframe->getCfg('sitename'); ?></h1>
<p> <?php echo $mainframe->getCfg('offline_message'); ?> </p>
</div>
</div>
<div id="mc-body">
<div class="mc-wrapper">
<form action="index.php" method="post" name="login" id="form-login">
<div id="login-wrapper">
<input name="username" id="username" type="text" class="inputbox" alt="<?php echo JText::_('Username') ?>" id="modlgn_username" placeholder="Username" size="15" />
<input type="password" name="passwd" class="inputbox" size="18" alt="<?php echo JText::_('Password') ?>" id="passwd" />
<span class="button" onclick="login.submit();"> Login </span> </div>
<div class="clr"></div>
<input type="submit" style="border: 0; padding: 0; margin: 0; width: 0px; height: 0px;" value="Login" />
<div class="clr"></div>
<input type="hidden" name="option" value="com_user" />
<input type="hidden" name="task" value="login" />
<input type="hidden" name="return" value="<?php echo base64_encode(JURI::base()) ?>" />
<?php echo JHTML::_( 'form.token' ); ?>
</form>
</div>
</div>
<div id="mc-footer">
<div class="mc-wrapper">
<p class="copyright"> <span class="mc-footer-logo"></span> <a href="http://www.joomla.org" target="_blank">Joomla!</a> is Free Software released under the <a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU/GPL License</a>. - Joomla! Version 1.5.23<br>
MissionControl template by <a href="http://www.rockettheme.com">RocketTheme</a> (MC Version 2.4 ) </p>
</div>
</div>
<div id="mc-message"> </div>
</div>
</body>
</html>
Time to create page: 0.061 seconds