[ Index ] |
|
Code source de Joomla 1.0.13 |
1 <?php 2 /** 3 * @version $Id: install.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 // Set flag that this is a parent file 15 define( "_VALID_MOS", 1 ); 16 17 if (file_exists( '../configuration.php' ) && filesize( '../configuration.php' ) > 10) { 18 header( 'Location: ../index.php' ); 19 exit(); 20 } 21 /** Include common.php */ 22 include_once ( 'common.php' ); 23 function writableCell( $folder ) { 24 echo "<tr>"; 25 echo "<td class=\"item\">" . $folder . "/</td>"; 26 echo "<td align=\"left\">"; 27 echo is_writable( "../$folder" ) ? '<b><font color="green">Writeable</font></b>' : '<b><font color="red">Unwriteable</font></b>' . "</td>"; 28 echo "</tr>"; 29 } 30 ?> 31 <?php echo "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?".">"; ?> 32 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 33 <html xmlns="http://www.w3.org/1999/xhtml"> 34 <head> 35 <title>Joomla! - Web Installer</title> 36 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 37 <link rel="shortcut icon" href="../images/favicon.ico" /> 38 <link rel="stylesheet" href="install.css" type="text/css" /> 39 </head> 40 <body> 41 <div id="wrapper"> 42 <div id="header"> 43 <div id="joomla"><img src="header_install.png" alt="Joomla! Installation" /></div> 44 </div> 45 </div> 46 <div id="ctr" align="center"> 47 <form action="install1.php" method="post" name="adminForm" id="adminForm"> 48 <div class="install"> 49 <div id="stepbar"> 50 <div class="step-off">pre-installation check</div> 51 <div class="step-on">license</div> 52 <div class="step-off">step 1</div> 53 <div class="step-off">step 2</div> 54 <div class="step-off">step 3</div> 55 <div class="step-off">step 4</div> 56 </div> 57 <div id="right"> 58 <div id="step">license</div> 59 <div class="far-right"> 60 <input class="button" type="submit" name="next" value="Next >>"/> 61 </div> 62 <div class="clr"></div> 63 <h1>GNU/GPL License:</h1> 64 <div class="licensetext"> 65 <a href="http://www.joomla.org">Joomla! </a> is Free Software released under the GNU/GPL License. 66 </div> 67 <div class="clr"></div> 68 <div class="license-form"> 69 <div class="form-block" style="padding: 0px;"> 70 <iframe src="gpl.html" class="license" frameborder="0" scrolling="auto"></iframe> 71 </div> 72 </div> 73 <div class="clr"></div> 74 <div class="clr"></div> 75 </div> 76 <div id="break"></div> 77 <div class="clr"></div> 78 <div class="clr"></div> 79 </div> 80 </form> 81 </div> 82 <div class="ctr"> 83 <a href="http://www.joomla.org" target="_blank">Joomla!</a> is Free Software released under the GNU/GPL License. 84 </div> 85 </body> 86 </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 |
![]() |