Wappen FC HERTHA MESCHERIN Wappen

Pokalspiel FC HERTHA MESCHERIN : Schönow II

Hertha Mescherin : Schönow II 3 : 4 (2 : 2) (1 : 2)

1 : 0 16 min. Martin Cornelius

1 : 1 28 min. Tony Oppelt

1 : 2 30 min. Sebastian Hildebrand

2 : 2 90 min. Tino Witte

2 : 3 104 min Tony Oppelt

2 : 4 107 min Mirko Suckow

3 : 4 109 min. Martin Kaeker

Zuschauer: 30

Hertha: Mathias Beutel, Chris Cornelius, Martin Cornelius, Adam Makowski, Tino Witte, Sven Schröder (Manuel Krappig) Christian Böhlke, Martin Kaeker, Volker Schmidt-Roy (Ulf Menanteau),Gerd Bluhm, Stefan Kerbs

Schönow: Sebastian Nauendorf, Sven Steffini Dirk Stolzenburg, Tom Lewana, Christopher Regorius, Jens Discher (Marcel Fleske)

Christian Schmidt Tino Stolzenburg, Martin Mutz ( Guido Fethke ),Tony Oppelt, Sebastian Hildebrand (Mirko Suckow)

 


Zurueck

Minitab loadTemplatefile($m_template.".tpl.php"); $m_tabelle=array(); $handle = fopen (PATH_TO_LMO.'/'.$diroutput.$m_liga.'-tab.csv',"rb"); while ( ($data = fgetcsv ($handle, 1000, "|")) !== FALSE ) { $m_tabelle[]=$data; } fclose($handle); $m_anzteams=count($m_tabelle); for ($i=0;$i<$m_anzteams;$i++) { if (empty($m_platz)) { if (strpos($m_tabelle[$i][10],"F")!==FALSE) { break; } } else { $i=$m_platz-1; break; } } $nach_unten=$m_anzteams-$i-1-$m_unter; $nach_oben=$i-$m_ueber; if ($nach_unten<0) { $end=$m_anzteams; $nach_oben=$nach_oben-(-1)*$nach_unten; $nach_unten=0; } if ($nach_oben<0) { $nach_unten=$nach_unten-(-1)*$nach_oben; if ($nach_unten<0) { $nach_unten=0; } $nach_oben=0; } for ($j=$nach_oben;$j<$m_anzteams-$nach_unten;$j++) { $template->setCurrentBlock("Inhalt"); $template->setVariable(array("Platz"=>"".($j+1)."")); $template->setVariable(array("TeamBild"=>getSmallImage($m_tabelle[$j][0]))); $template->setVariable(array("TeamLang"=>$m_tabelle[$j][0])); $template->setVariable(array("TeamMittel"=>(isset($m_tabelle[$j][11])?$m_tabelle[$j][11]:''))); $template->setVariable(array("Team"=>$m_tabelle[$j][1])); if ($m_tabelle[$j][3]=='') { $template->setVariable(array("Punkte"=>$m_tabelle[$j][2])); } else { $template->setVariable(array("Punkte"=>$m_tabelle[$j][2].':'.$m_tabelle[$j][3])); } $template->setVariable(array("PlusTore"=>$m_tabelle[$j][4])); $template->setVariable(array("MinusTore"=>$m_tabelle[$j][5])); if (($m_diff=$m_tabelle[$j][4]-$m_tabelle[$j][5])>0) $m_diff='+'.$m_diff; $template->setVariable(array("Tordifferenz"=>$m_diff)); $template->setVariable(array("Spiele"=>$m_tabelle[$j][6])); $template->setVariable(array("Siege"=>$m_tabelle[$j][7])); $template->setVariable(array("Unentschieden"=>$m_tabelle[$j][8])); $template->setVariable(array("Niederlagen"=>$m_tabelle[$j][9])); $style=''; if ($m_tabelle[$j][10]!='') { if (strpos($m_tabelle[$j][10],'M')!==FALSE){ //Meister $style="background: $lmo_tabelle_background1 repeat;"; $style.=empty($lmo_tabelle_color1)?'':"color: $lmo_tabelle_color1;"; $template->setVariable(array("Style"=>$style)); } elseif (strpos($m_tabelle[$j][10],'C')!==FALSE){ //CL $style="background: $lmo_tabelle_background2 repeat;"; $style.=empty($lmo_tabelle_color2)?'':"color: $lmo_tabelle_color2;"; $template->setVariable(array("Style"=>$style)); } elseif (strpos($m_tabelle[$j][10],'Q')!==FALSE){ //CL-Quali $style="background: $lmo_tabelle_background3 repeat;"; $style.=empty($lmo_tabelle_color3)?'':"color: $lmo_tabelle_color3;"; $template->setVariable(array("Style"=>$style)); } elseif (strpos($m_tabelle[$j][10],'U')!==FALSE){ //UEFA $style="background: $lmo_tabelle_background4 repeat;"; $style.=empty($lmo_tabelle_color4)?'':"color: $lmo_tabelle_color4;"; $template->setVariable(array("Style"=>$style)); } elseif (strpos($m_tabelle[$j][10],'R')!==FALSE){ //Relegation $style="background: $lmo_tabelle_background5 repeat;"; $style.=empty($lmo_tabelle_color5)?'':"color: $lmo_tabelle_color5;"; $template->setVariable(array("Style"=>$style)); } elseif (strpos($m_tabelle[$j][10],'A')!==FALSE){ //Absteiger $style="background: $lmo_tabelle_background6 repeat;"; $style.=empty($lmo_tabelle_color6)?'':"color: $lmo_tabelle_color6;"; $template->setVariable(array("Style"=>$style)); } } if (strpos($m_tabelle[$j][10],'F')!==FALSE){ //FavTeam $style.="font-weight:bolder;"; $template->setVariable(array("Style"=>$style)); } /* if ($j%2==0) { $style.="background-color:#ccc;"; $template->setVariable(array("Style"=>$style)); } else { $style.="background-color:#fff;"; $template->setVariable(array("Style"=>$style)); }*/ $template->parseCurrentBlock(); } $template->setVariable("Link", URL_TO_LMO.'/?action=table&file='.$m_liga); //$template->parse(); $template->show(); } else { echo getMessage($text['mini'][5]." ".$mini_liga,TRUE); } //Falls IFRAME - komplettes HTML-Dokument if (basename($_SERVER['PHP_SELF'])=="lmo-minitab.php") {?>