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

Source for file header.php

Documentation is available at header.php

  1. <?php
  2. /**
  3.  * @package linea21.templates
  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. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  13.  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  14. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo LANGUAGE?>">
  15. <head>
  16. <title><?php echo _t('header','title');?></title>
  17. <meta http-equiv="content-language" content="<?php echo LANGUAGE;?>" />
  18. <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET;?>" />
  19. <link rel="shortcut icon" href="<?php echo THEME_ADMIN_PATH?>images/favicon.ico" />
  20. <link type="text/css" rel="StyleSheet" href="<?php echo THEME_ADMIN_PATH?>css/admin_common.css" />
  21. <style type="text/css" media="all">
  22. <?php
  23. if (basename($_SERVER['SCRIPT_NAME']!= 'search.php'{
  24.     echo '@import url(' .THEME_ADMIN_PATH'css/admin_' $rub '.css);';
  25. else {
  26.     echo '@import url(' .THEME_ADMIN_PATH'css/admin_search.css);';
  27.  
  28. ?>
  29. </style>
  30. <!--[if lte IE 7]>
  31. <link type="text/css" rel="StyleSheet" href="<?php echo THEME_ADMIN_PATH?>css/admin_ie.css" />
  32. <![endif]-->
  33. <script type="text/javascript">
  34. var SITE_ROOT_URL="<?php echo SITE_ROOT_URL?>";
  35. var lang ="<?php echo LANGUAGE?>";
  36. </script>
  37. <script type="text/javascript" src="../lib/js/jquery.min.js"></script>
  38. <?php IncludeTextResizerJs()?>
  39. <?php IncludeLightboxJs()?>
  40. <?php IncludedatePickerJs()?>
  41. <?php IncludeMultiSelectJs()?>
  42. <?php IncludeRichTextEditor()?>
  43. <?php IncludeTextCornerJs()?>
  44. <?php IncludeJsTreeJs()?>
  45. <?php IncludeTimeline()?>
  46. <script type="text/javascript" src="../lib/js/functions_admin.js"></script>
  47. <script type="text/javascript" src="../lib/js/menu.config.js"></script>
  48. </head>
  49. <body>
  50. <div id="container" style="background-image: url(<?php echo THEME_ADMIN_PATH?>images/bgcontainer.png);">
  51. <!-- barre haute -->
  52. <div id="tools_right">
  53.  
  54. <div id="deconnexion">
  55.     <a href="logout.php"><?php echo _t('header','deconnexion');
  56. ?></a>
  57. </div>
  58. <br style="clear:both;"/>
  59. <div id="bienvenue"><?php echo _t('header','welcome');
  60. ?> <span><?php echo GetSessionElement('login');
  61. ?></span></div>
  62. <br style="clear:both;"/>
  63.  
  64.     <div id="containersearch">
  65.     <form method="post" action="search.php">
  66.         <input type="text" class="searchincome" name="search" id="searchincome"  accesskey="s" value="<?php echo _t('menu_alt','search_here')?>" onclick="if (this.defaultValue==this.value) this.value=''" onblur="if (this.value=='') this.value=this.defaultValue" />
  67.         <input type="submit" id="gosearch"   name="valid" value="" />
  68.         </form>
  69.     </div>
  70.  
  71. </div>
  72. <!--end barre haute -->

Documentation generated on Fri, 16 Oct 2009 09:33:28 +0200 by phpDocumentor 1.4.1