openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 7ce2ef288693350b61a5ed22f97d808808455f6c
parent 42858352dc9b2262548b879f41dfdd7120e8130f
Author: dankert <devnull@localhost>
Date:   Mon, 13 Dec 2004 22:44:40 +0100

Aufraeumen

Diffstat:
themes/default/pages/html/header.tpl.php | 73+------------------------------------------------------------------------
1 file changed, 1 insertion(+), 72 deletions(-)

diff --git a/themes/default/pages/html/header.tpl.php b/themes/default/pages/html/header.tpl.php @@ -10,80 +10,9 @@ <meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="pragma" content="no-cache" /> <link rel="stylesheet" type="text/css" href="<?php echo $stylesheet ?>" /> -<?php if (isset($request_timeout)) - { ?> - <meta http-equiv="refresh" content="<?php echo $refresh_timeout ?>;url=<?php echo $refresh_url ?>"> -<?php } ?> - -<?php if (isset($id)) - { -?> -<script language="JavaScript" type="text/javascript"> -<!-- -function mark( id ) -{ - if( (document.getElementById) && (top.cms_tree.document.getElementById( id )!=null) ) - { - var el = top.cms_tree.document.getElementById( id ); - - el.className="mark"; - } -} -function unmark( id ) -{ - if( (document.getElementById) && (top.cms_tree.document.getElementById( id )!=null) ) - { - var el = top.cms_tree.document.getElementById( id ); - - //if ((el.style)&& (el.style.backgroundColor!=null)) - //{ - el.className=""; - //} - } -} -//--> -</script> -<?php } ?> - - </head> -<body<?php if( isset($css_body_class) )echo ' class="'.$css_body_class.'"' ?><?php if(isset($id)) echo ' onLoad="mark('."'".$id."'".')" onUnload="unmark('."'".$id."'".')"' ?>> - -<?php if ( isset($tree_refresh) ) - { ?> -<script name="JavaScript" type="text/javascript"> -<!-- -//top.cms_tree.location.href='<?php echo Html::url(array('action'=>'tree','subaction'=>'reload',session_name()=>session_id())) ?>'; -//--> -</script> -<?php } ?> - - -<?php if (isset($message)) - { ?> -<!-- $Id$ --> -<center> - -<table class="main" width="98%" cellspacing="0" cellpadding="4"> - <tr> - <th><?php echo $title ?></th> - </tr> - <tr> - <td class="message"><?php echo $message ?> - - <?php if ($info!='') - echo '<br /><br /><br /><strong>'.lang('ADDITIONAL_INFO').'</strong><pre>'.htmlentities($info).'</pre>'; - ?> - </td> - </tr> - -</table> - -</center> - -<?php } ?> - +<body<?php if( isset($css_body_class) )echo ' class="'.$css_body_class.'"' ?>> <?php if (isset($notices) && count($notices)>0 )