b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (0.9.x) [ class tree: htsrv ] [ index: htsrv ] [ all elements ]

Source for file _header.php

Documentation is available at _header.php

  1. <?php 
  2. /**
  3.  * This is the header file for login/registering services
  4.  *
  5.  * b2evolution - {@link http://b2evolution.net/}
  6.  * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
  7.  * @copyright (c)2003-2005 by Francois PLANQUE - {@link http://fplanque.net/}
  8.  *
  9.  * @package htsrv
  10.  */
  11. ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php locale_lang(?>" lang="<?php locale_lang(?>">
  13. <head>
  14.     <meta http-equiv="Content-Type" content="text/html; charset=<?php locale_charset(?>" />
  15.     <title><?php echo T_('b2evo'?> &gt; <?php echo $page_title ?></title>
  16.     <base href="<?php echo $htsrv_url?>/">
  17.     <link href="<?php echo $admin_url ?>/variation.css" rel="stylesheet" type="text/css" title="Variation" />
  18.     <link href="<?php echo $admin_url ?>/desert.css" rel="alternate stylesheet" type="text/css" title="Desert" />
  19.     <link href="<?php echo $admin_url ?>/legacy.css" rel="alternate stylesheet" type="text/css" title="Legacy" />
  20.     <?php ifis_filedirname(__FILE__)."/$htsrv_dirout/$admin_subdir/custom.css) ) ?>
  21.     <link href="<?php echo $admin_url ?>/custom.css" rel="alternate stylesheet" type="text/css" title="Custom" />
  22.     <?php ?>
  23.     <script type="text/javascript" src="styleswitcher.js"></script>
  24. </head>
  25. <body>
  26.  
  27.  
  28. <div class="loginblock">
  29.  
  30. <div style="float:left"><a href="http://b2evolution.net/"><img src="../img/b2evolution_minilogo.png" width="231" height="50" /></a></div> 
  31.  
  32. <?php ifisset($page_icon) ) ?>
  33. <img src="<?php echo $htsrv_url'/img/'$page_icon ?>" width="24" height="24" style="float:right;" />
  34. <?php ?>
  35. <div style="float:right">
  36. <h1 class="logintitle"><?php echo $page_title ?></h1>
  37. </div>
  38.  
  39. <div class="clear"></div>
  40.  
  41. <?php
  42. if!empty($error) )
  43. {
  44.     echo '<div class="error"><p class="error">'.$error.'</p></div>';
  45. }
  46. if!empty($notes) )
  47. {
  48.     echo '<p>'.$notes.'</p>';
  49. }
  50. ?>

Documentation generated on Tue, 20 May 2008 01:55:20 +0200 by phpDocumentor 1.4.2