linea21-core
[ class tree: linea21-core ] [ index: linea21-core ] [ all elements ]

Source for file header.php

Documentation is available at header.php

  1. <?php
  2. /**
  3.  * @package linea21.core
  4.  * @subpackage admin
  5.  * @author linea21 <info@linea21.com>
  6.  * @version $id SVN
  7.  * @access public
  8.  * @license http://opensource.org/licenses/gpl-3.0.html
  9.  */
  10. echo '<?xml version="1.0" encoding="' CHARSET '"  xml:lang="' .LANGUAGE'" ?>' END_LINE;
  11. ?>
  12.  
  13. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  14.  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  15. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo LANGUAGE?>">
  16. <head>
  17. <title><?php echo $GLOBALS['lang']['header']['title'];?></title>
  18. <meta http-equiv="content-language" content="<?php echo LANGUAGE;?>" />
  19. <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET;?>" />
  20. <link rel="icon" type="image/gif" href="../gfx/<?php echo THEME_ADMIN?>/images/admin/favicon.gif" />
  21. <link type="text/css" rel="StyleSheet" href="../gfx/<?php echo THEME_ADMIN?>/css/admin_common.css" />
  22. <style type="text/css" media="all">
  23. <?php
  24. if (basename($_SERVER['SCRIPT_NAME']!= 'search.php'{
  25.     echo '@import url(../gfx/' .THEME_ADMIN'/css/admin_' $rub '.css);';
  26. else {
  27.     echo '@import url(../gfx/' .THEME_ADMIN'/css/admin_search.css);';
  28.  
  29. ?>
  30. </style>
  31. <script type="text/javascript">
  32. var SITE_ROOT_URL="<?php echo SITE_ROOT_URL?>";
  33. var lang ="<?php echo LANGUAGE?>";
  34. </script>
  35. <script type="text/javascript" src="../lib/js/jquery-1.2.6.min.js"></script>
  36. <?php IncludedatePickerJs()?>
  37. <?php IncludeLightboxJs()?>
  38. <?php IncludeRichTextEditor()?>
  39. <?php IncludeTextResizerJs()?>
  40. <script type="text/javascript" src="../lib/js/functions_admin.js"></script>
  41. </head>
  42. <body>
  43. <div id="container" style="background-image: url(../gfx/<?php echo THEME_ADMIN?>/images/admin/<?php echo LANGUAGE;?>/bgcontainer.png);">
  44. <!-- barre haute -->
  45. <div id="deconnexion">
  46.     <a href="logout.php" style="margin: 1.3em"><?php echo $GLOBALS['lang']['header']['deconnexion'];
  47. ?></a>
  48. </div>
  49. <div id="bienvenue"><?php echo $GLOBALS['lang']['header']['welcome'];
  50. ?> <span><?php echo GetSessionElement('login');
  51. ?></span></div>
  52. <!--end barre haute -->

Documentation generated on Sat, 08 Nov 2008 14:52:28 +0100 by phpDocumentor 1.4.1