home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / groupoffice-com-2.01 / themes / crystal / simple_header.inc < prev    next >
Text File  |  2004-03-08  |  1KB  |  42 lines

  1. <html>
  2. <head>
  3. <script language="javascript" type="text/javascript" src="<?php echo $GO_CONFIG->host; ?>javascript/common.js">
  4. </script>
  5. <link rel="stylesheet" href="<?php echo $GO_THEME->stylesheet; ?>">
  6. <link rel="shortcut icon" href="<?php echo $GO_CONFIG->host; ?>lib/favicon.ico" />
  7. <link href="<?php echo $GO_CONFIG->control_url; ?>jscalendar/calendar-go.css" type="text/css" rel="stylesheet" />
  8. <link href="<?php echo $GO_THEME->theme_url.'htmlarea.css'; ?>" rel="stylesheet" type="text/css" />
  9. <?php if (isset($GO_HEADER['head'])) echo $GO_HEADER['head']; ?>
  10. <title>
  11. <?php
  12. echo $GO_CONFIG->title;
  13. if (isset($page_title))
  14. {
  15.         echo " - ".$page_title;
  16. }
  17. echo "</title>";
  18.  
  19. echo "</head>";
  20. echo '<body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0"';
  21. if (isset($GO_HEADER['body_arguments'])) echo ' '.$GO_HEADER['body_arguments'];
  22. echo '>';
  23. ?>
  24. <script language="javascript" type="text/javascript" src="<?php echo $GO_CONFIG->host; ?>javascript/common.js">
  25. </script>
  26. <script type="text/javascript" language="javascript">
  27. function hidestatus(){
  28.         window.status='Group-Office <?php echo $GO_CONFIG->version; ?>'
  29.         return true
  30. }
  31.  
  32. if (document.layers)
  33. {
  34.     document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
  35. }
  36.  
  37. document.onmouseover=hidestatus
  38. document.onmouseout=hidestatus
  39. </script>
  40. <!--Einde header-->
  41.  
  42.