openrat-cms

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

commit 0e85928acbbec0818f58678f53e9cf054910fcf9
parent e5c9ae8b2fd4e878818ea777f77febad9882a258
Author: dankert <devnull@localhost>
Date:   Mon, 24 May 2004 20:17:20 +0200

meta-Tags geschlossen und eingerueckt

Diffstat:
themes/default/pages/html/header.tpl.php | 172++++++++++++++++++++++++++++++++++++++++----------------------------------------
1 file changed, 86 insertions(+), 86 deletions(-)

diff --git a/themes/default/pages/html/header.tpl.php b/themes/default/pages/html/header.tpl.php @@ -1,86 +1,86 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<html> -<!-- $Id$ --> -<head> -<title><?php echo $cms_title ?></title> -<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> -<meta name="MSSmartTagsPreventParsing" content="TRUE"> -<meta name="robots" content="noindex,nofollow"> -<meta http-equiv="expires" content="0"> -<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="60%" 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 } ?> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> +<!-- $Id$ --> +<head> + <title><?php echo $cms_title ?></title> + <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> + <meta name="MSSmartTagsPreventParsing" content="true" /> + <meta name="robots" content="noindex,nofollow" /> + <meta http-equiv="expires" content="0" /> + <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="60%" 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 } ?>