home *** CD-ROM | disk | FTP | other *** search
/ Freelog 70 / Freelog070.iso / Internet / EasyPHP / easyphp1-8_setup.exe / {app} / home / licence_apache.php < prev    next >
Encoding:
PHP Script  |  2003-05-26  |  4.3 KB  |  111 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>[EasyPHP] - Administration</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  6. <link rel="stylesheet" href="styles.css" type="text/css">
  7. </head>
  8. <body>
  9. <?php
  10. $titre = "licence_apache";
  11. function bouton($word){
  12.     $lenght=strlen($word);
  13.     $start = 0;
  14.     print("<table border='0' cellspacing='0' cellpadding='0'>");
  15.     print("<tr><td><img src='images_easyphp/bouton_gauche.gif' width='4' height='26'></td><td background='images_easyphp/bouton_fond.gif'>"); 
  16.     while($start<$lenght){
  17.         $car=substr($word,$start,1);
  18.         print("<img src='images_easyphp/lettre_".$car.".gif' border='0'>");
  19.         $start++;
  20.     } 
  21.     print("</td><td><img src='images_easyphp/bouton_droit.gif' width='4' height='26'></td></tr></table>");
  22. }
  23. ?>
  24.  
  25. <table width="400" cellspacing="0" cellpadding="0" border="0" align="center">
  26. <tr>
  27. <td>
  28. <a href="index.php"><img src="images_easyphp/titre_easyphp_admin.gif" width="387" height="116" border="0"></a>
  29. </td>
  30. </tr>
  31. <tr>
  32. <td>
  33. <?php bouton($titre) ?>
  34. </td>
  35. </tr>
  36. <tr>
  37. <td class="text2">Les informations ci-dessous sont donnΘes α titre indicatif. Consultez le site officiel (<a href="http://httpd.apache.org" target="_blank" class="text1">Apache</a>) pour toute information lΘgale. </td>
  38. </tr>
  39. </table>
  40.  
  41. <br><br>
  42.  
  43. <table border="0" align="center" cellpadding="0" cellspacing="0">
  44. <tr>
  45. <td class="text1">
  46. <pre>
  47. /* ====================================================================
  48.  * The Apache Software License, Version 1.1
  49.  *
  50.  * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
  51.  * reserved.
  52.  *
  53.  * Redistribution and use in source and binary forms, with or without
  54.  * modification, are permitted provided that the following conditions
  55.  * are met:
  56.  *
  57.  * 1. Redistributions of source code must retain the above copyright
  58.  *    notice, this list of conditions and the following disclaimer.
  59.  *
  60.  * 2. Redistributions in binary form must reproduce the above copyright
  61.  *    notice, this list of conditions and the following disclaimer in
  62.  *    the documentation and/or other materials provided with the
  63.  *    distribution.
  64.  *
  65.  * 3. The end-user documentation included with the redistribution,
  66.  *    if any, must include the following acknowledgment:
  67.  *       "This product includes software developed by the
  68.  *        Apache Software Foundation (http://www.apache.org/)."
  69.  *    Alternately, this acknowledgment may appear in the software itself,
  70.  *    if and wherever such third-party acknowledgments normally appear.
  71.  *
  72.  * 4. The names "Apache" and "Apache Software Foundation" must
  73.  *    not be used to endorse or promote products derived from this
  74.  *    software without prior written permission. For written
  75.  *    permission, please contact apache@apache.org.
  76.  *
  77.  * 5. Products derived from this software may not be called "Apache",
  78.  *    nor may "Apache" appear in their name, without prior written
  79.  *    permission of the Apache Software Foundation.
  80.  *
  81.  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  82.  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  83.  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  84.  * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  85.  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  86.  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  87.  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  88.  * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  89.  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  90.  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  91.  * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  92.  * SUCH DAMAGE.
  93.  * ====================================================================
  94.  *
  95.  * This software consists of voluntary contributions made by many
  96.  * individuals on behalf of the Apache Software Foundation.  For more
  97.  * information on the Apache Software Foundation, please see
  98.  * <http://www.apache.org/>.
  99.  *
  100.  * Portions of this software are based upon public domain software
  101.  * originally written at the National Center for Supercomputing Applications,
  102.  * University of Illinois, Urbana-Champaign.
  103.  */
  104. </pre>
  105. </td>
  106. </tr>
  107. </table>
  108.  
  109. </body>
  110. </html>
  111.