[ Index ]
 

Code source de Cr@wltr@ck 2.2.1

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/include/ -> header.php (source)

   1  <?php
   2  //----------------------------------------------------------------------

   3  //  CrawlTrack 2.3.0

   4  //----------------------------------------------------------------------

   5  // Crawler Tracker for website

   6  //----------------------------------------------------------------------

   7  // Author: Jean-Denis Brun

   8  //----------------------------------------------------------------------

   9  // Website: www.crawltrack.fr

  10  //----------------------------------------------------------------------

  11  // That script is distributed under GNU GPL license

  12  //----------------------------------------------------------------------

  13  // file: header.php

  14  //----------------------------------------------------------------------

  15  
  16  
  17  echo"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n";
  18  echo"<html>\n";
  19  echo"<head>\n";
  20  echo"<title>CrawlTrack</title>\n";
  21  echo"<meta NAME=\"author\" CONTENT=\"Jean-Denis Brun\">\n";
  22  echo"<meta NAME=\"description\" CONTENT=\"CrawlTrack spiders and crawlers tracker, SEO script\">\n";
  23  echo"<meta NAME=\"keywords\" CONTENT=\"crawler,tracker,webmaster,statistics,robots,site,webmestre,statistiques,searchengines,moteur de recherche\">\n";
  24  echo"<meta http-equiv=\"Content-Language\" content=\"fr\">\n";
  25  if(isset($crawltcharset))
  26      {
  27      if($crawltcharset==1)
  28          {
  29          echo"<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n";
  30          }
  31      else
  32          {
  33          echo"<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">\n";
  34          }
  35      }
  36  else
  37      {
  38      echo"<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n";
  39      }
  40  echo"<link rel=\"stylesheet\" type=\"text/css\" href=\"./styles/style.css\"  media=\"screen\">\n";
  41  echo"<link rel=\"stylesheet\" type=\"text/css\" href=\"./styles/imprim.css\"  media=\"print\">\n";
  42  echo"<!--[if IE]>\n";
  43  echo"<link rel=\"stylesheet\" type=\"text/css\" href=\"./styles/ie.css\">\n";
  44  echo"<![endif]-->\n";
  45  echo"<script type=\"text/javascript\">\n";
  46  echo"<!--\n";
  47  echo"function montre(id) {\n";
  48  echo"var d = document.getElementById(id);\n";
  49  echo"    for (var i = 1; i<=300; i++) {\n";
  50  echo"        if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}\n";
  51  echo"    }\n";
  52  echo"if (d) {d.style.display='block';}\n";
  53  echo"}\n";
  54  echo"//-->\n";
  55  echo"</script>\n";
  56  echo"</head>\n";
  57  echo"<body>\n";
  58  echo"<div class=\"main\">\n";
  59  echo"<div class=\"header\" onmouseover=\"javascript:montre();\">\n";
  60  echo"<img src=\"./images/banniere.png\" width=\"235px\" height=\"47\" border=\"0\" alt=\"CrawlTrack\">";
  61  echo"</div>\n";
  62  
  63  
  64  ?>


Généré le : Thu Sep 6 14:14:11 2007 par Balluche grâce à PHPXref 0.7