WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<strong><big><span style="font-size: large;"><span style="font-family: Verdana;">Herzlich willkommen bei</span></span></big></strong>
<td width="350" valign="top" a="" class="text">
<font color="#0000a0">Leistungen
I installed the template "Industry1" as it is. I changed only a few lines for modules or dropplets.
rebuild the page ...as this chaos will always result in problems, not only within the IE8
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title>Jurgschat-Consulting </title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8"></head><body>
<?php// redirect if this file is invokded directlyif(!defined('WB_URL')) { header('Location: ../index.php'); exit(0);}?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"><head><title><?php page_title(); ?></title><meta http-equiv="Content-Type" content="text/html; charset=<?phpif(defined('DEFAULT_CHARSET')) { echo DEFAULT_CHARSET; } else{ echo 'utf-8'; }?>" />
Du sagst "nur noch 8 Fehler" - es wird langsam besser - also mach doch die 8 Fehler auch noch weg!Wenn M§ mit der 8er-Version diesmal wriklich ernst gemacht hat und wirklich strict Standardkonform ist.dann vielleicht so standardkonform, daß es jedem Schußler/Rumfrickler/Baseltyp irgednwann ins Knie beißt.
<div><meta content="text/html; charset=utf-8" http-equiv="Content-Type"><meta content="Word.Document" name="ProgId"><meta content="Microsoft Word 11" name="Generator"><meta content="Microsoft Word 11" name="Originator"><span style="font-size: xx-small;"><span style="font-family: Verdana;"><big> <br /></big></span></span><link href="file:///C:%5CDOKUME%7E1%5CJ&P%5CLOKALE%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml" rel="File-List" /><span style="font-size: xx-small;"><span style="font-family: Verdana;"><big><!--[if gte mso 9]><xml><w:WordDocument><w:View>Normal</w:View><w:Zoom>0</w:Zoom><w:HyphenationZone>21</w:HyphenationZone><w:PunctuationKerning /><w:ValidateAgainstSchemas /><w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><w:IgnoreMixedContent>false</w:IgnoreMixedContent><w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><w:Compatibility><w:BreakWrappedTables /><w:SnapToGridInCell /><w:WrapTextWithPunct /><w:UseAsianBreakRules /><w:DontGrowAutofit /></w:Compatibility><w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel></w:WordDocument></xml><![endif]--><!--[if gte mso 9]><xml><w:LatentStyles DefLockedState="false" LatentStyleCount="156"></w:LatentStyles></xml><![endif]--></big></span></span><style type="text/css"></style><span style="font-size: xx-small;"><style type="text/css"></style><span style="font-family: Verdana;"><big><!--[if gte mso 10]><style>/* Style Definitions */table.MsoNormalTable{mso-style-name:"Normale Tabelle";mso-tstyle-rowband-size:0;mso-tstyle-colband-size:0;mso-style-noshow:yes;mso-style-parent:"";mso-padding-alt:0cm 5.4pt 0cm 5.4pt;mso-para-margin:0cm;mso-para-margin-bottom:.0001pt;mso-pagination:widow-orphan;font-size:10.0pt;font-family:"Times New Roman";mso-ansi-language:#0400;mso-fareast-language:#0400;mso-bidi-language:#0400;}</style><![endif]--> </big></span></span> </meta></meta></meta></meta></div>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="de"><head><title>Jurgschat-Consulting - Deutschland</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/><!--<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>--></head><body><?php// $Id: index.php 989 2009-06-15 13:12:39Z aldus $$starttime = array_sum(explode(" ",microtime()));// Include config filerequire_once(dirname(__FILE__).'/config.php');// Check if the config file has been set-upif(!defined('WB_PATH')) { header("Location: install/index.php"); exit(0);}require_once(WB_PATH.'/framework/class.frontend.php');// Create new frontend object$wb = new frontend();// Figure out which page to display// Stop processing if intro page was shown$wb->page_select() or die();// Collect info about the currently viewed page// and check permissions$wb->get_page_details();// Collect general website settings$wb->get_website_settings();// Load functions available to templates, modules and code sections// also, set some aliases for backward compatibilityrequire(WB_PATH.'/framework/frontend.functions.php');// redirect menu-link$this_page_id = PAGE_ID;if(version_compare(phpversion(), '4.3', '>=')) $php43 = TRUE; else $php43 = FALSE;$query_this_module = $database->query("SELECT module, block FROM ".TABLE_PREFIX."sections WHERE page_id = '$this_page_id' AND module = 'menu_link'");if($query_this_module->numRows() == 1) { // This is a menu_link. Get link of target-page and redirect // get target_page_id $table = TABLE_PREFIX.'mod_menu_link'; $query_tpid = $database->query("SELECT * FROM $table WHERE page_id = '$this_page_id'"); if($query_tpid->numRows() == 1) { $res=$query_tpid->fetchRow(); $target_page_id = $res['target_page_id']; $r_type = $res['redirect_type']; $anchor = $res['anchor']; $extern = $res['extern']; if($anchor != '0') $anchor = ''.$anchor; else $anchor = FALSE; // set redirect-type if($r_type=='301') { if($php43) @header('HTTP/1.1 301 Moved Permanently', TRUE, 301); else @header('HTTP/1.1 301 Moved Permanently'); } if($target_page_id == -1) { if($extern!='') { header("Location: $extern".($anchor?'#'.$anchor:'')); } } else { // get link of target-page $table = TABLE_PREFIX.'pages'; $query_link = $database->query("SELECT link FROM $table WHERE page_id = '$target_page_id'"); if($query_link->numRows() == 1) { $res=$query_link->fetchRow(); $target_page_link = $res['link']; header('Location: '.WB_URL.PAGES_DIRECTORY.$target_page_link.PAGE_EXTENSION.($anchor?'#'.$anchor:'')); exit; } } }}// Backwards compatible Frontend filter support// include the output filter module routinesif(file_exists(WB_PATH .'/modules/output_filter/filter-routines.php')) {@require_once(WB_PATH .'/modules/output_filter/filter-routines.php');}// Load Droplet engineif(file_exists(WB_PATH .'/modules/droplets/droplets.php')) { @require_once(WB_PATH .'/modules/droplets/droplets.php'); }//Get pagecontent in buffer for Droplets and/or Filter operationsob_start();require(WB_PATH.'/templates/'.TEMPLATE.'/index.php');$output = ob_get_contents();ob_end_clean();if(function_exists('evalDroplets')) { $output = evalDroplets($output); }if(function_exists('filter_frontend_output')) { $output = filter_frontend_output($output); }echo $output;?></body></html
body {font-family : Verdana, Geneva, Arial, helvetica, sans-serif;font-size : 10pt;padding : 0;margin-top : 10px;}#nav {width : 980px;height : 22px;border-top : 5px solid black;position : relative;margin : 0;margin-top : 0px;margin-bottom : 0px;padding-left : 0px;text-align : right;background: url(../../media/oberrand.jpg) no-repeat;}#nav li {padding-left : 16px;padding-right : 10px;display : inline;height : 20px;background: url(../../media/vertical2.jpg) no-repeat;}#nav li a {color : black;font : bold normal normal 10px/20px "Lucida Grande", Lucida, Verdana, sans-serif;}#nav li a:hover{color: #cb1625;}#main {font-family : Verdana, Geneva, Arial, helvetica, sans-serif;font-size : 9pt;width : 980px;margin-left : auto;margin-right : auto;border-right : 1px solid #666666;border-left : 1px solid #666666;}#hero {margin : 0 10px;width : 218px;height : 106px;background-image : url(../../media/jurgschatbanner.jpg);background-repeat : no-repeat;float : left;}#hero2 {margin : 0;margin-left: 286px;margin-right: auto;height : 106px;background-image : url(../../media/topbanner3.jpg);background-repeat : no-repeat;}.gear {width : 970px;height : 0px;margin-top : 0;margin-left : 15px;}#header h1 {position : absolute;left : 94px;top : 8px;color : white;font-size : 48px;font-weight : bold;margin : 0;}#header em {font-style : normal;text-decoration : underline;}#wrapper {display : inline;padding-top : 0;background-color : white;position : relative;}/*#wrapper:after {content : '.';display : block;height : 0;clear : both;visibility : hidden;}*/#sidebar {float : left;text-align : center;margin-left : 0;margin-top : 0;position : relative;padding : 10px 10px 20px 10px;width : 160px;height : 2850px;border-right : 1px dotted ;}#aktuelles {float : right;text-align : center;margin-left : 0;margin-top : 0;position : relative;padding : 12px 10px 20px 10px;width : 140px;height : 2850px;border-left : 1px dotted;background-color: #e6e6e6;}#aktuelles h4 {color : #232219;text-align: center;text-decoration: underline;}/*#sidebar h3 {font-size : 18px;border-bottom : 1px solid black;margin-bottom : 4px;margin-top : 16px;clear : both;}*/#sidebar ul {margin-left : 1em;padding-left : 0;}#sidebar p {margin-bottom : 8px;}#sidebar div.subtabs ul {list-style : none;width : 155px;margin : 0;padding : 0;}#sidebar div.subtabs ul ul {list-style : none;width : 130px;margin : 0;padding : 0 0 0 25px;}#sidebar div.subtabs ul ul ul {list-style : none;width : 125px;margin : 0;padding : 0 0 0 5px;}#sidebar div.subtabs ul a {width : 100%;margin : 3px;text-align : left;text-decoration : none;display : block;padding : 3px 3px 3px 5px;border-bottom : 1px solid #949494;border-left : 4px solid #cccccc;font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;color: #0a0a0a;}#sidebar div.subtabs ul a:hover {text-decoration : none;background : #eaeaea url(img/menubg2.gif) repeat-x left;color : #da0434;border-left : 4px solid #110200;}#content {margin : 0 0 0 180px;min-height : 310px;height : auto !important ;width : 600px;display : block;position : relative;padding : 0 3px 20px 10px;color : #0b0b0b;}#content h1 {font-size : 20px;margin : 0;}#content h2 {font-size : 18px;margin : 0;}#content .date {float : right;}#content .postedBy {float : left;}#content .meta {height : 1em;}#content p {text-align : justify;text-indent : 1em;line-height : 1.3em;}/*.comments {border-top : 1px dotted #666666;border-bottom : 1px dotted #666666;padding : 4px;text-align : right;margin-bottom : 2em;background-image : url(images/comment_edit.gif);background-repeat : no-repeat;background-position : center left;}*/a {color : #3c3b96;}/*.pullout {background-color : #eeeeee;padding : 5px;float : right;margin : 8px;}*/#footer {margin-top: 0px;width : 980px;height : 38px;padding-top : 0;padding-bottom : 0;margin-left : 0px;margin-right : auto;color : #6a72b5;text-align : center;background: url(../../media/bottombanner.jpg) no-repeat center;}.right {float : right;}.csskeyword {color : blue;}.cssvalue {color : red;}p.caption {text-align : center;}small.super {vertical-align : top;font-size : 0.75em;line-height : 1.3em;}.nodisplay {display : none;}
<?php// $Id: index.php 989 2009-06-15 13:12:39Z aldus $$starttime = array_sum(explode(" ",microtime()));// Include config filerequire_once(dirname(__FILE__).'/config.php');// Check if the config file has been set-upif(!defined('WB_PATH')) { header("Location: install/index.php"); exit(0);}require_once(WB_PATH.'/framework/class.frontend.php');// Create new frontend object$wb = new frontend();// Figure out which page to display// Stop processing if intro page was shown$wb->page_select() or die();// Collect info about the currently viewed page// and check permissions$wb->get_page_details();// Collect general website settings$wb->get_website_settings();// Load functions available to templates, modules and code sections// also, set some aliases for backward compatibilityrequire(WB_PATH.'/framework/frontend.functions.php');// redirect menu-link$this_page_id = PAGE_ID;if(version_compare(phpversion(), '4.3', '>=')) $php43 = TRUE; else $php43 = FALSE;$query_this_module = $database->query("SELECT module, block FROM ".TABLE_PREFIX."sections WHERE page_id = '$this_page_id' AND module = 'menu_link'");if($query_this_module->numRows() == 1) { // This is a menu_link. Get link of target-page and redirect // get target_page_id $table = TABLE_PREFIX.'mod_menu_link'; $query_tpid = $database->query("SELECT * FROM $table WHERE page_id = '$this_page_id'"); if($query_tpid->numRows() == 1) { $res=$query_tpid->fetchRow(); $target_page_id = $res['target_page_id']; $r_type = $res['redirect_type']; $anchor = $res['anchor']; $extern = $res['extern']; if($anchor != '0') $anchor = ''.$anchor; else $anchor = FALSE; // set redirect-type if($r_type=='301') { if($php43) @header('HTTP/1.1 301 Moved Permanently', TRUE, 301); else @header('HTTP/1.1 301 Moved Permanently'); } if($target_page_id == -1) { if($extern!='') { header("Location: $extern".($anchor?'#'.$anchor:'')); } } else { // get link of target-page $table = TABLE_PREFIX.'pages'; $query_link = $database->query("SELECT link FROM $table WHERE page_id = '$target_page_id'"); if($query_link->numRows() == 1) { $res=$query_link->fetchRow(); $target_page_link = $res['link']; header('Location: '.WB_URL.PAGES_DIRECTORY.$target_page_link.PAGE_EXTENSION.($anchor?'#'.$anchor:'')); exit; } } }}// Backwards compatible Frontend filter support// include the output filter module routinesif(file_exists(WB_PATH .'/modules/output_filter/filter-routines.php')) {@require_once(WB_PATH .'/modules/output_filter/filter-routines.php');}// Load Droplet engineif(file_exists(WB_PATH .'/modules/droplets/droplets.php')) { @require_once(WB_PATH .'/modules/droplets/droplets.php'); }//Get pagecontent in buffer for Droplets and/or Filter operationsob_start();require(WB_PATH.'/templates/'.TEMPLATE.'/index.php');$output = ob_get_contents();ob_end_clean();if(function_exists('evalDroplets')) { $output = evalDroplets($output); }if(function_exists('filter_frontend_output')) { $output = filter_frontend_output($output); }echo $output;?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="de"><head><title>Jurgschat-Consulting - Deutschland</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/><!--<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>--></head><body><?php........................................................................................?></body></html>
Hi, thanx! I'll do it but how to adapt new template to an existing content? The pages content stay thre same, BUT can I use my current css sheet for a new existing template?