Diff for /FreeBSD/tinderbox/webui/templates/paefchen/header.inc.tpl between versions 1.1 and 1.2

version 1.1, 2008/01/05 12:25:17 version 1.2, 2008/01/07 02:05:34
Line 5  if (preg_match('@<!-- (\w+):(\w+);(\w+):(\d*);(\w+):(\ Line 5  if (preg_match('@<!-- (\w+):(\w+);(\w+):(\d*);(\w+):(\
 ?>  ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- $Paefchen: FreeBSD/tinderbox/webui/templates/paefchen/header.inc.tpl,v 1.1 2008/01/05 11:56:01 as Exp $ //--><!-- $Paefchen: FreeBSD/tinderbox/webui/templates/paefchen/header.inc.tpl,v 1.1 2008/01/05 12:25:17 as Exp $ //-->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">  <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>  <head>
         <title><?=$tinderbox_name?><? if (! empty($header_title)) print " - ".$header_title; ?></title>          <title><?=$tinderbox_name?><? if (! empty($header_title)) print " - ".$header_title; ?></title>
Line 24  if (preg_match('@<!-- (\w+):(\w+);(\w+):(\d*);(\w+):(\ Line 24  if (preg_match('@<!-- (\w+):(\w+);(\w+):(\d*);(\w+):(\
                 </div>                  </div>
         </div>          </div>
         <div id="topmenu">          <div id="topmenu">
                   <a id="top"></a>
                 <div class="left">                  <div class="left">
                         <ul>                          <ul>
 <? if (is_array($topmenu)) {foreach ($topmenu as $menu_title => $menu_url) { ?>  <? if (is_array($topmenu)) {foreach ($topmenu as $menu_title => $menu_url) { ?>
Line 47  if (preg_match('@<!-- (\w+):(\w+);(\w+):(\d*);(\w+):(\ Line 48  if (preg_match('@<!-- (\w+):(\w+);(\w+):(\d*);(\w+):(\
 <? } ?>  <? } ?>
                 </div>                  </div>
         </div>          </div>
         <a id="top"></a>  
         <div id="content">          <div id="content">
   

Removed from v.1.1  
changed lines
  Added in v.1.2