[ Index ] |
|
Code source de Joomla 1.0.13 |
1 <?php 2 /** 3 * @version $Id: login.php 5975 2006-12-11 01:26:33Z robs $ 4 * @package Joomla 5 * @copyright Copyright (C) 2005 Open Source Matters. All rights reserved. 6 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php 7 * Joomla! is free software. This version may have been modified pursuant 8 * to the GNU General Public License, and as distributed it includes or 9 * is derivative of works licensed under the GNU General Public License or 10 * other free or open source software licenses. 11 * See COPYRIGHT.php for copyright notices and details. 12 */ 13 14 /** ensure this file is being included by a parent file */ 15 defined( '_VALID_MOS' ) or die( 'Restricted access' ); 16 17 $tstart = mosProfiler::getmicrotime(); 18 ?> 19 <?php echo "<?xml version=\"1.0\"?>\r\n"; ?> 20 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 21 <html xmlns="http://www.w3.org/1999/xhtml"> 22 <head> 23 <title><?php echo $mosConfig_sitename; ?> - Administration [Joomla!]</title> 24 <meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" /> 25 <style type="text/css"> 26 @import url(templates/joomla_admin/css/admin_login.css); 27 </style> 28 <script language="javascript" type="text/javascript"> 29 function setFocus() { 30 document.loginForm.usrname.select(); 31 document.loginForm.usrname.focus(); 32 } 33 </script> 34 <link rel="shortcut icon" href="<?php echo $mosConfig_live_site .'/images/favicon.ico';?>" /> 35 </head> 36 <body onload="setFocus();"> 37 <div id="wrapper"> 38 <div id="header"> 39 <div id="joomla"><img src="templates/joomla_admin/images/header_text.png" alt="Joomla! Logo" /></div> 40 </div> 41 </div> 42 <div id="ctr" align="center"> 43 <?php 44 // handling of mosmsg text in url 45 include_once ( $mosConfig_absolute_path .'/administrator/modules/mod_mosmsg.php' ); 46 ?> 47 <div class="login"> 48 <div class="login-form"> 49 <img src="templates/joomla_admin/images/login.gif" alt="Login" /> 50 <form action="index.php" method="post" name="loginForm" id="loginForm"> 51 <div class="form-block"> 52 <div class="inputlabel">Username</div> 53 <div><input name="usrname" type="text" class="inputbox" size="15" /></div> 54 <div class="inputlabel">Password</div> 55 <div><input name="pass" type="password" class="inputbox" size="15" /></div> 56 <div align="left"><input type="submit" name="submit" class="button" value="Login" /></div> 57 </div> 58 </form> 59 </div> 60 <div class="login-text"> 61 <div class="ctr"><img src="templates/joomla_admin/images/security.png" width="64" height="64" alt="security" /></div> 62 <p>Welcome to Joomla!</p> 63 <p>Use a valid username and password to gain access to the administration console.</p> 64 </div> 65 <div class="clr"></div> 66 </div> 67 </div> 68 <div id="break"></div> 69 <noscript> 70 !Warning! Javascript must be enabled for proper operation of the Administrator 71 </noscript> 72 <div class="footer" align="center"> 73 <div align="center"> 74 <?php echo $_VERSION->URL; ?> 75 </div> 76 </div> 77 </body> 78 </html>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Wed Nov 21 14:43:32 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |