headertext; ?>
createChecklist($conf['footertext']); ?>
optionGroup = 0; $this -> group = 0; $this -> eingabefeldAktiv = 0; $this -> eingabefeld = "..........................................."; $this -> eingabefeldshort = "....................."; $this -> checkliste = ""; foreach ($_POST['checklist_data'] as $key => $value) { /*?>
buildEbene1($value, $footertext); } } function buildEbene1($daten, $footertext){ ?>

buildCheckPoint($daten['LP']); } if(array_key_exists("H3",$daten)){ foreach($daten["H3"] as $ebene2){ $this->buildEbene2($ebene2, $footertext); } } ?>

'; } if(array_key_exists("LP",$daten)){ $this->buildCheckPoint($daten['LP']); } if(array_key_exists("H4",$daten)){ $x = 1; $open = 0; ?>
buildEbene3($ebene3); if ($x==2){ ?>

'; } if(array_key_exists("LP",$daten)){ $this->buildCheckPoint($daten['LP']); } ?>
-1){ ?>
eingabefeld, $listenpunkt); $listenpunkt=str_replace("EINGABEFELD", $this -> eingabefeldshort, $listenpunkt); ?>
 
" . str_replace("h1_", "", strip_tags($value)) . ""; return $value; } } function checkH2($value) { $value = str_replace("UNCHECKED", "", $value); if (stristr($value, 'h2_') != "") { if ($this -> group == 1) { $value = "

" . str_replace("h2_", "", strip_tags($value)) . "

"; } else { $this -> group = 1; $value = "

" . str_replace("h2_", "", strip_tags($value)) . "

"; } return $value; } } function checkH3($value) { if (stristr($value, 'h3_') != "") { $this -> eingabefeldAktiv = 1; if ($this -> optionGroup == 1) { $value = "

" . str_replace("h3_", "", strip_tags($value)) . "

"; } else { $this -> optionGroup = 1; $value = "

" . str_replace("h3_", "", strip_tags($value)) . "

"; } return $value; } } function checkLI($value) { if (stristr($value, 'li_') != "") { $value = '
 
 ' . str_replace("li_", "", strip_tags($value)) . "
"; $value = str_replace("EINGABEFELD", $this -> eingabefeld, $value); return $value; } } function checkP($value) { if (stristr($value, 'p_') != "") { $this -> eingabefeldAktiv = 1; if ($this -> optionGroup == 1) { $value = "

" . str_replace("p_", "", strip_tags($value)) . "

"; } else { $this -> optionGroup = 1; $value = "

" . str_replace("p_", "", strip_tags($value)) . "

"; } $value = str_replace("EINGABEFELD", $this -> eingabefeld, $value); return $value; } } } ?>