Wann endlich Workaround für Anker??

Gesperrt
4423
Beiträge: 133
Registriert: Mi 3. Sep 2003, 10:46
Kontaktdaten:

Wann endlich Workaround für Anker??

Beitrag von 4423 » Di 9. Sep 2003, 18:46

Ich arbeite sehr gerne mit Contenido, es hat eigentlich alles, was ein "normales" CMS haben muss. Was mich aber nach wie vor ausserordentlich nervt, ist der Anker-Bug, denn die Benutzung von Anker-Tags ist für sehr viele Seiten unverzichtbar.

Daher noch mal: Müssen wir erst bis auf die Veröffentlichung von 4.4 warten oder sitzt schon jemand an einer Lösung??

PS.: Für alle die es nicht wissen: Die Benutzung von Anker-Tags führt beim Einsatz mit Contenido dazu, dass der User (ohne Passwort) in den Editorbereich von Contenido gelangt und dort nach Belieben wüten kann.

Arno Simon
Beiträge: 158
Registriert: Di 2. Sep 2003, 18:10
Kontaktdaten:

Beitrag von Arno Simon » Fr 12. Sep 2003, 19:23

Würde Dir eine Lösung genügen, in welcher der Redakteur sich zumindest die Namen seiner Anker merken muß? Diese also nicht aus der DB herausgesucht werden können?

Ein Eingabemodul ala Contenido-LINK-Tags kann ich nämlich nicht kreieren. Für die Direkteingabe hätte ich da aber schon einen Gedanken....

Gruß

Arno

4423
Beiträge: 133
Registriert: Mi 3. Sep 2003, 10:46
Kontaktdaten:

Beitrag von 4423 » Fr 12. Sep 2003, 19:30

Das wäre zumindest eine akzeptable Übergangslösung :)

Snoopy
Beiträge: 239
Registriert: Mo 15. Sep 2003, 18:45
Kontaktdaten:

Habe das mal versucht, vielleicht hilft es Dir

Beitrag von Snoopy » Mo 15. Sep 2003, 18:57

Ich brauchte auch eine Lösung mit Ankern, Ist auch noch nicht ganz fertig.
Das Ganze besteht aus einem Modul mit vier Fliesstext Feldern + Bild + Überschrift. Bis dato nur ein Output Modul. Will noch einen Input dazu schreiben, wieviel module aktiv sind. Du brauchst noch 4 gif Bilder.
1.ein Listenpunkt vor den Überschriften green_dot.gif (ist im Frontend nicht zu sehen wenn der Text nicht eingegeben wurde)
2. eine up.gif und eine down.gif für die ankerpfeile next und back.
3. eine up_top.gif für den Sprung zum Seitenkopf.

Die Bilder müssen in cms/images liegen.

Im Layout der Seiten muss noch nach <body> der Anker #top eingesetzt werden.

Funktion: Die Anker werden nur angezeigt, wenn auch die nachfolgenden Textfelder gefüült sind. Anregungen erwünscht.

Code: Alles auswählen

<?php
$tmp_img1 = "CMS_IMG[31]";
$tmp_img2 = "CMS_IMG[32]";
$tmp_img3 = "CMS_IMG[33]";
$tmp_img4 = "CMS_IMG[34]";
$tmp_img5 = "CMS_IMG[35]";
$tmp_img6 = "CMS_IMG[36]";
$tmp_img7 = "CMS_IMG[37]";
$tmp_img8 = "CMS_IMG[38]";

$tmpImgDescr1 = "CMS_IMGDESCR[31]";
$tmpImgDescr2 = "CMS_IMGDESCR[32]";
$tmpImgDescr3 = "CMS_IMGDESCR[33]";
$tmpImgDescr4 = "CMS_IMGDESCR[34]";
$tmpImgDescr5 = "CMS_IMGDESCR[35]";
$tmpImgDescr6 = "CMS_IMGDESCR[36]";
$tmpImgDescr7 = "CMS_IMGDESCR[37]";
$tmpImgDescr8 = "CMS_IMGDESCR[38]";

$head1 = "CMS_HEAD[30]";
$head2 = "CMS_HEAD[31]";
$head3 = "CMS_HEAD[32]";
$head4 = "CMS_HEAD[33]";
$head5 = "CMS_HEAD[34]";
$head6 = "CMS_HEAD[35]";
$head7 = "CMS_HEAD[36]";
$head8 = "CMS_HEAD[37]";

$text1 = "CMS_TEXT[30]";
$text2 = "CMS_TEXT[31]";
$text3 = "CMS_TEXT[32]";
$text4 = "CMS_TEXT[33]";
$text5 = "CMS_TEXT[34]";
$text6 = "CMS_TEXT[35]";
$text7 = "CMS_TEXT[36]";
$text8 = "CMS_TEXT[37]";

$lang1 = strlen($text1);
$lang2 = strlen($text2);
$lang3 = strlen($text3);
$lang4 = strlen($text4);
$lang5 = strlen($text5);
$lang6 = strlen($text6);
$lang7 = strlen($text7);
$lang8 = strlen($text8);
echo "<br>";

//---------- Abschnitt 1 -----------

echo "<table><tr><td align=left>";

echo "<a name=\"1\"></a>"; 
echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
echo "<tr><td width=\"46%\">";
if ($lang1 >= "1" ) {
echo "<P align=left><IMG src=\"images/green_dot.gif\">&nbsp;";
}
echo "<span class=\"textcontent\"><b>$head1</b></span></td>";
if ($lang2 >= "1") {
echo "<td><span style=\"margin-left:10px\"><a href=\"#2\"><img src=\"images/down.gif\" alt=\"next\" border=\"0\"></a></span></td>";
}
echo "</tr></table>";
echo "<br>";
if ($tmp_img1) {
echo "<div style=\"float:right; border:none 3px; border-with: 3px; text-align:left\">
<IMG SRC=\"CMS_IMG[31]\"></div>";
}
if ($tmpImgDescr1 !="") {
echo ("<p> CMS_IMGDESCR[31] </p>");
}
else {
echo "CMS_IMGDESCR[31]";
}
echo "<span class=\"textcontent\">$text1</span>";
echo "<br>";
echo "<br>";

//---------- Abschnitt 2 -----------


echo "</td></tr><tr><td align=left>";

echo "<a name=\"2\"></a>";
echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
echo "<tr><td width=\"42%\">";
if ($lang2 >= "1" ) {
echo "<P align=left><IMG src=\"images/green_dot.gif\">&nbsp;";
}
echo "<span class=\"textcontent\"><b>$head2</b></span></td>";
if ($lang2 >= "1" ) {
echo "<td><span style=\"margin-left:10px\"><a href=\"#top\"><img src=\"images/top_up.gif\" alt=\"top\" border=\"0\"></a>";
}
if ($lang2 >= "1" ) {
echo "<a href=\"#1\"><img src=\"images/up.gif\" alt=\"back\" border=\"0\"></a>";
}
if ($lang3 >= "1" ) {
echo "<a href=\"#3\"><img src=\"images/down.gif\" alt=\"next\"border=\"0\"></a>";
}
echo "</td></tr></table>";
echo "<br>";
if ($tmp_img2) {
  echo "<div style=\"float:right; border:none 3px; border-with: 3px; text-align:left\">
<IMG SRC=\"CMS_IMG[32]\"></div>";
}
if ($tmpImgDescr2 !="") {
echo ("<p> CMS_IMGDESCR[32] </p>");
}
else {
echo "CMS_IMGDESCR[32]";
}

echo "<span class=\"textcontent\">$text2</span>";
echo "<br>";
echo "<br>";

//---------- Abschnitt 3 -----------

echo "</td></tr><tr><td align=left>";


echo "<a name=\"3\"></a>";
echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
echo "<tr><td width=\"42%\">";
if ($lang3 >= "1" ) {
echo "<P align=left><IMG src=\"images/green_dot.gif\">&nbsp;";
}
echo "<span class=\"textcontent\"><b>$head3</b></span></td>";
if ($lang3 >= "1" ) {
echo "<td><span style=\"margin-left:10px\"><a href=\"#top\"><img src=\"images/top_up.gif\" alt=\"top\" border=\"0\"></a>";
}
if ($lang3 >= "1" ) {
echo "<a href=\"#2\"><img src=\"images/up.gif\" alt=\"back\" border=\"0\"></a>";
}
if ($lang4 >= "1" ) {
echo "<a href=\"#4\"><img src=\"images/down.gif\" alt=\"next\" border=\"0\"></a>";
}
echo "</td></tr></table>";
echo "<br>";

if ($tmp_img3) {
  echo "<div style=\"float:right;\" border:none 3px; border-with: 3px; text-align:left\">
<IMG SRC=\"CMS_IMG[33]\"></div>";
}
if ($tmpImgDescr3 !="") {
echo ("<p> CMS_IMGDESCR[33] </p>");
}
else {
echo "CMS_IMGDESCR[33]";
}
echo "<span class=\"textcontent\">$text3</span>";
echo "<br>";
echo "<br>";

//---------- Abschnitt 4 -----------

echo "</td></tr><tr><td align=left>";


echo "<a name=\"4\"></a>";
echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
echo "<tr><td width=\"42%\">";
if ($lang4 >= "1" ) {
echo "<P align=left><IMG src=\"images/green_dot.gif\">&nbsp;";
}
echo "<span class=\"textcontent\"><b>$head4</b></span></td>";
if ($lang4 >= "1" ) {
echo "<td><span style=\"margin-left:10px\"><a href=\"#top\"><img src=\"images/top_up.gif\" alt=\"top\" border=\"0\"></a>";
}
if ($lang4 >= "1" ) {
echo "<a href=\"#3\"><img src=\"images/up.gif\" alt=\"back\" border=\"0\"></a>";
}
if ($lang5 >= "1" ) {
echo "<a href=\"#5\"><img src=\"images/down.gif\" alt=\"next\" border=\"0\"></a>";
}
echo "</td></tr></table>";
echo "<br>";

if ($tmp_img4) {
  echo "<div style=\"float:right;\" border:none 3px; border-with: 3px; text-align:left\">
<IMG SRC=\"CMS_IMG[34]\"></div>";
}
if ($tmpImgDescr4 !="") {
echo ("<p> CMS_IMGDESCR[34] </p>");
}
else {
echo "CMS_IMGDESCR[34]";
}
echo "<span class=\"textcontent\">$text4</span>";
echo "<br>";
echo "<br>";

//---------- Abschnitt 5 -----------

echo "</td></tr><tr><td align=left>";


echo "<a name=\"5\"></a>";
echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
echo "<tr><td width=\"42%\">";
if ($lang5 >= "1" ) {
echo "<P align=left><IMG src=\"images/green_dot.gif\">&nbsp;";
}
echo "<span class=\"textcontent\"><b>$head5</b></span></td>";
if ($lang5 >= "1" ) {
echo "<td><span style=\"margin-left:10px\"><a href=\"#top\"><img src=\"images/top_up.gif\" alt=\"top\" border=\"0\"></a>";
}
if ($lang5 >= "1" ) {
echo "<a href=\"#4\"><img src=\"images/up.gif\" alt=\"back\" border=\"0\"></a>";
}
if ($lang6 >= "1" ) {
echo "<a href=\"#6\"><img src=\"images/down.gif\" alt=\"next\" border=\"0\"></a>";
}
echo "</td></tr></table>";
echo "<br>";

if ($tmp_img5) {
  echo "<div style=\"float:right;\" border:none 3px; border-with: 3px; text-align:left\">
<IMG SRC=\"CMS_IMG[35]\"></div>";
}
if ($tmpImgDescr5 !="") {
echo ("<p> CMS_IMGDESCR[35] </p>");
}
else {
echo "CMS_IMGDESCR[35]";
}
echo "<span class=\"textcontent\">$text5</span>";
echo "<br>";
echo "<br>";

//---------- Abschnitt 6 -----------

echo "</td></tr><tr><td align=left>";


echo "<a name=\"6\"></a>";
echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
echo "<tr><td width=\"42%\">";
if ($lang6 >= "1" ) {
echo "<P align=left><IMG src=\"images/green_dot.gif\">&nbsp;";
}
echo "<span class=\"textcontent\"><b>$head6</b></span></td>";
if ($lang6 >= "1" ) {
echo "<td><span style=\"margin-left:10px\"><a href=\"#top\"><img src=\"images/top_up.gif\" alt=\"top\" border=\"0\"></a>";
}
if ($lang6 >= "1" ) {
echo "<a href=\"#5\"><img src=\"images/up.gif\" alt=\"back\" border=\"0\"></a>";
}
if ($lang7 >= "1" ) {
echo "<a href=\"#7\"><img src=\"images/down.gif\" alt=\"next\" border=\"0\"></a>";
}
echo "</td></tr></table>";
echo "<br>";

if ($tmp_img6) {
  echo "<div style=\"float:right;\" border:none 3px; border-with: 3px; text-align:left\">
<IMG SRC=\"CMS_IMG[36]\"></div>";
}
if ($tmpImgDescr6 !="") {
echo ("<p> CMS_IMGDESCR[36] </p>");
}
else {
echo "CMS_IMGDESCR[36]";
}
echo "<span class=\"textcontent\">$text6</span>";
echo "<br>";
echo "<br>";

//---------- Abschnitt 7 -----------

echo "</td></tr><tr><td align=left>";


echo "<a name=\"7\"></a>";
echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
echo "<tr><td width=\"42%\">";
if ($lang7 >= "1" ) {
echo "<P align=left><IMG src=\"images/green_dot.gif\">&nbsp;";
}
echo "<span class=\"textcontent\"><b>$head7</b></span></td>";
if ($lang7 >= "1" ) {
echo "<td><span style=\"margin-left:10px\"><a href=\"#top\"><img src=\"images/top_up.gif\" alt=\"top\" border=\"0\"></a>";
}
if ($lang7 >= "1" ) {
echo "<a href=\"#6\"><img src=\"images/up.gif\" alt=\"back\" border=\"0\"></a>";
}
if ($lang8 >= "1" ) {
echo "<a href=\"#8\"><img src=\"images/down.gif\" alt=\"next\" border=\"0\"></a>";
}
echo "</td></tr></table>";
echo "<br>";

if ($tmp_img7) {
  echo "<div style=\"float:right;\" border:none 3px; border-with: 3px; text-align:left\">
<IMG SRC=\"CMS_IMG[37]\"></div>";
}
if ($tmpImgDescr7 !="") {
echo ("<p> CMS_IMGDESCR[37] </p>");
}
else {
echo "CMS_IMGDESCR[37]";
}
echo "<span class=\"textcontent\">$text7</span>";
echo "<br>";
echo "<br>";

//---------- Abschnitt 8 -----------

echo "</td></tr><tr><td align=left>";


echo "<a name=\"8\"></a>";
echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
echo "<tr><td width=\"42%\">";
if ($lang8 >= "1" ) {
echo "<P align=left><IMG src=\"images/green_dot.gif\">&nbsp;";
}
echo "<span class=\"textcontent\"><b>$head8</b></span></td>";
if ($lang8 >= "1" ) {
echo "<td><span style=\"margin-left:10px\"><a href=\"#top\"><img src=\"images/top_up.gif\" alt=\"top\" border=\"0\"></a>";
}
if ($lang8 >= "1" ) {
echo "<a href=\"#7\"><img src=\"images/up.gif\" alt=\"back\" border=\"0\"></a>";
}

echo "</td></tr></table>";
echo "<br>";

if ($tmp_img8) {
  echo "<div style=\"float:right;\" border:none 3px; border-with: 3px; text-align:left\">
<IMG SRC=\"CMS_IMG[38]\"></div>";
}
if ($tmpImgDescr8 !="") {
echo ("<p> CMS_IMGDESCR[38] </p>");
}
else {
echo "CMS_IMGDESCR[38]";
}
echo "<span class=\"textcontent\">$text8</span>";
echo "<br>";
echo "<br>";

echo "</td></tr></table>";
?>
Zuletzt geändert von Snoopy am Do 18. Sep 2003, 23:07, insgesamt 1-mal geändert.

Snoopy
Beiträge: 239
Registriert: Mo 15. Sep 2003, 18:45
Kontaktdaten:

Beitrag von Snoopy » Mo 15. Sep 2003, 19:02

Sorry,
Du musst in deiner standard format.css eventuell die klasse text einpflegen, oder im modul eine Deiner css einfügen

Und hier Version 2 mit INPUT

Code: Alles auswählen

/***********************************************
* CONTENIDO MODUL - INPUT
*
* Modulname   :     Fliesstext,Bild, Anker
* Author(s)   :     Peter Beauvain
* Copyright   :     None
* Created     :     10-09-2003
* Modified    :     20-09-2003
************************************************/



echo "<table align=\"left\" cellpadding=\"0\" cellspacing=\"0\">";
echo"<tr valign=\"top\">Bildpositionen im Fliesstext :";
//---------- Abschnitt 1 -----------
echo "<tr><td width=\"302\"> Position Bild 01: <INPUT TYPE=\"radio\" NAME=\"CMS_VAR[0]\"
VALUE=\"0\"";
if("CMS_VALUE[0]" ==0){echo "checked=checked";};echo"> rechts
<INPUT TYPE=\"radio\" NAME=\"CMS_VAR[0]\" VALUE=\"1\"";
if("CMS_VALUE[0]" ==1){echo "checked=checked";};echo"> links</td>";
//---------- Abschnitt 2 -----------

echo "<tr><td width=\"302\"> Position Bild 02: <INPUT TYPE=\"radio\" NAME=\"CMS_VAR[1]\"
VALUE=\"0\"";
if("CMS_VALUE[1]" ==0){echo "checked=checked";};echo"> rechts
<INPUT TYPE=\"radio\" NAME=\"CMS_VAR[1]\" VALUE=\"1\"";
if("CMS_VALUE[1]" ==1){echo "checked=checked";};echo"> links</td>";

//---------- Abschnitt 3 -----------

echo "<tr><td width=\"302\"> Position Bild 03: <INPUT TYPE=\"radio\" NAME=\"CMS_VAR[2]\"
VALUE=\"0\"";
if("CMS_VALUE[2]" ==0){echo "checked=checked";};echo"> rechts
<INPUT TYPE=\"radio\" NAME=\"CMS_VAR[2]\" VALUE=\"1\"";
if("CMS_VALUE[2]" ==1){echo "checked=checked";};echo"> links</td>";

//---------- Abschnitt 4 -----------

echo "<tr><td width=\"302\"> Position Bild 03: <INPUT TYPE=\"radio\" NAME=\"CMS_VAR[3]\"
VALUE=\"0\"";
if("CMS_VALUE[3]" ==0){echo "checked=checked";};echo"> rechts
<INPUT TYPE=\"radio\" NAME=\"CMS_VAR[3]\" VALUE=\"1\"";
if("CMS_VALUE[3]" ==1){echo "checked=checked";};echo"> links</td>";

//---------- Abschnitt 5 -----------

echo "<tr><td width=\"302\"> Position Bild 03: <INPUT TYPE=\"radio\" NAME=\"CMS_VAR[4]\"
VALUE=\"0\"";
if("CMS_VALUE[4]" ==0){echo "checked=checked";};echo"> rechts
<INPUT TYPE=\"radio\" NAME=\"CMS_VAR[4]\" VALUE=\"1\"";
if("CMS_VALUE[4]" ==1){echo "checked=checked";};echo"> links</td>";

//---------- Abschnitt 6 -----------

echo "<tr><td width=\"302\"> Position Bild 03: <INPUT TYPE=\"radio\" NAME=\"CMS_VAR[5]\"
VALUE=\"0\"";
if("CMS_VALUE[5]" ==0){echo "checked=checked";};echo"> rechts
<INPUT TYPE=\"radio\" NAME=\"CMS_VAR[5]\" VALUE=\"1\"";
if("CMS_VALUE[5]" ==1){echo "checked=checked";};echo"> links</td>";

//---------- Abschnitt 7 -----------

echo "<tr><td width=\"302\"> Position Bild 03: <INPUT TYPE=\"radio\" NAME=\"CMS_VAR[6]\"
VALUE=\"0\"";
if("CMS_VALUE[6]" ==0){echo "checked=checked";};echo"> rechts
<INPUT TYPE=\"radio\" NAME=\"CMS_VAR[6]\" VALUE=\"1\"";
if("CMS_VALUE[6]" ==1){echo "checked=checked";};echo"> links</td>";

//---------- Abschnitt 8 -----------

echo "<tr><td width=\"302\"> Position Bild 03: <INPUT TYPE=\"radio\" NAME=\"CMS_VAR[7]\"
VALUE=\"0\"";
if("CMS_VALUE[7]" ==0){echo "checked=checked";};echo"> rechts
<INPUT TYPE=\"radio\" NAME=\"CMS_VAR[7]\" VALUE=\"1\"";
if("CMS_VALUE[7]" ==1){echo "checked=checked";};echo"> links</td>";

//---------- Abschnitt 9 -----------

echo "<tr><td width=\"302\"> Position Bild 03: <INPUT TYPE=\"radio\" NAME=\"CMS_VAR[8]\"
VALUE=\"0\"";
if("CMS_VALUE[8]" ==0){echo "checked=checked";};echo"> rechts
<INPUT TYPE=\"radio\" NAME=\"CMS_VAR[8]\" VALUE=\"1\"";
if("CMS_VALUE[8]" ==1){echo "checked=checked";};echo"> links</td>";

//---------- Abschnitt 10 -----------

echo "<tr><td width=\"302\"> Position Bild 03: <INPUT TYPE=\"radio\" NAME=\"CMS_VAR[9]\"
VALUE=\"0\"";
if("CMS_VALUE[9]" ==0){echo "checked=checked";};echo"> rechts
<INPUT TYPE=\"radio\" NAME=\"CMS_VAR[9]\" VALUE=\"1\"";
if("CMS_VALUE[9]" ==1){echo "checked=checked";};echo"> links</td>";


echo"></td></tr>
</table>";



<!***********************************************
* CONTENIDO MODUL - OUTPUT
*
* Modulname   :     Fliesstext,Bild, Anker
* Author(s)   :     Peter Beauvain
* Copyright   :     None
* Created     :     10-09-2003
* Modified    :     20-09-2003
************************************************!>

<?php
$tmp_img1 = "CMS_IMG[31]";
$tmp_img2 = "CMS_IMG[32]";
$tmp_img3 = "CMS_IMG[33]";
$tmp_img4 = "CMS_IMG[34]";
$tmp_img5 = "CMS_IMG[35]";
$tmp_img6 = "CMS_IMG[36]";
$tmp_img7 = "CMS_IMG[37]";
$tmp_img8 = "CMS_IMG[38]";
$tmp_img9 = "CMS_IMG[39]";
$tmp_img10 = "CMS_IMG[40]";

$tmpImgDescr1 = "CMS_IMGDESCR[31]";
$tmpImgDescr2 = "CMS_IMGDESCR[32]";
$tmpImgDescr3 = "CMS_IMGDESCR[33]";
$tmpImgDescr4 = "CMS_IMGDESCR[34]";
$tmpImgDescr5 = "CMS_IMGDESCR[35]";
$tmpImgDescr6 = "CMS_IMGDESCR[36]";
$tmpImgDescr7 = "CMS_IMGDESCR[37]";
$tmpImgDescr8 = "CMS_IMGDESCR[38]";
$tmpImgDescr9 = "CMS_IMGDESCR[39]";
$tmpImgDescr10 = "CMS_IMGDESCR[40]";

$head1 = "CMS_HEAD[30]";
$head2 = "CMS_HEAD[31]";
$head3 = "CMS_HEAD[32]";
$head4 = "CMS_HEAD[33]";
$head5 = "CMS_HEAD[34]";
$head6 = "CMS_HEAD[35]";
$head7 = "CMS_HEAD[36]";
$head8 = "CMS_HEAD[37]";
$head9 = "CMS_HEAD[38]";
$head10 = "CMS_HEAD[39]";

$text1 = "CMS_TEXT[30]";
$text2 = "CMS_TEXT[31]";
$text3 = "CMS_TEXT[39]";
$text4 = "CMS_TEXT[33]";
$text5 = "CMS_TEXT[34]";
$text6 = "CMS_TEXT[35]";
$text7 = "CMS_TEXT[36]";
$text8 = "CMS_TEXT[37]";
$text9 = "CMS_TEXT[38]";
$text10 = "CMS_TEXT[40]";


$lang1 = strlen($text1);
$lang2 = strlen($text2);
$lang3 = strlen($text3);
$lang4 = strlen($text4);
$lang5 = strlen($text5);
$lang6 = strlen($text6);
$lang7 = strlen($text7);
$lang8 = strlen($text8);
$lang9 = strlen($text9);
$lang10 = strlen($text10);
echo "<br>";


//---------- Abschnitt 1 -----------
if("CMS_VALUE[0]" ==0) $pos1 ="right";
 else 
{$pos1 ="left"; 
}
if("CMS_VALUE[0]" ==0) $padd1 ="left";
 else 
{$padd1 ="right";
}
if("CMS_VALUE[0]" ==1) $px1 = "10px";
 else
{$px1 = "1px";
}
echo "<table><tr><td align=left>";

echo "<a name=\"1\"></a>"; 
echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
echo "<tr><td width=\"46%\">";
if ($lang1 >= "1" ) {
echo "<P align=left><IMG src=\"images/green_dot.gif\">&";
}
echo "<span class=\"textcontent\"><b>$head1</b></span></td>";
if ($lang2 >= "1") {
echo "<td><span style=\"margin-left:10px\"><a href=\"#2\"><img src=\"images/down.gif\" alt=\"next\" border=\"0\"></a></span></td>";
}
echo "</tr></table>";
echo "<br>";
if ($tmp_img1) {
echo "<div style=\"float:$pos1; margin-$padd1:$px1; border:none 3px; border-with: 3px; text-align:left\">
<IMG SRC=\"CMS_IMG[31]\"></div>";
}
if ($tmpImgDescr1 !="") {
echo ("<p> CMS_IMGDESCR[31] </p>");
}
else {
echo "CMS_IMGDESCR[31]";
}
echo "<span class=\"text\">$text1</span>";
echo "<br>";
echo "<br>";

//---------- Abschnitt 2 -----------
if("CMS_VALUE[1]" ==0) $pos2 ="right";
 else 
{$pos2 ="left"; 
}
if("CMS_VALUE[1]" ==0) $padd2 ="left";
 else 
{$padd2 ="right";
}
if("CMS_VALUE[1]" ==1) $px2 = "10px";
 else
{$px2 = "1px";
}



echo "</td></tr><tr><td align=left>";

echo "<a name=\"2\"></a>";
echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
echo "<tr><td width=\"42%\">";
if ($lang2 >= "1" ) {
echo "<P align=left><IMG src=\"images/green_dot.gif\">&";
}
echo "<span class=\"textcontent\"><b>$head2</b></span></td>";
if ($lang2 >= "1" ) {
echo "<td><span style=\"margin-left:10px\"><a href=\"#top\"><img src=\"images/top_up.gif\" alt=\"top\" border=\"0\"></a>";
}
if ($lang2 >= "1" ) {
echo "<a href=\"#1\"><img src=\"images/up.gif\" alt=\"back\" border=\"0\"></a>";
}
if ($lang3 >= "1" ) {
echo "<a href=\"#3\"><img src=\"images/down.gif\" alt=\"next\"border=\"0\"></a>";
}
echo "</td></tr></table>";
echo "<br>";
if ($tmp_img2) {
  echo "<div style=\"float:$pos2;margin-$padd2:$px2; border:none 3px; border-with: 3px; text-align:left\">
<IMG SRC=\"CMS_IMG[32]\"></div>";
}
if ($tmpImgDescr2 !="") {
echo ("<p> CMS_IMGDESCR[32] </p>");
}
else {
echo "CMS_IMGDESCR[32]";
}

echo "<span class=\"text\">$text2</span>";
echo "<br>";
echo "<br>";

//---------- Abschnitt 3 -----------
if("CMS_VALUE[2]" ==0) $pos3 ="right";
 else 
{$pos3 ="left"; 
}
if("CMS_VALUE[2]" ==0) $padd3 ="left";
 else 
{$padd3 ="right";
}
if("CMS_VALUE[2]" ==1) $px3 = "10px";
 else
{$px3 = "1px";
}


echo "</td></tr><tr><td align=left>";


echo "<a name=\"3\"></a>";
echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
echo "<tr><td width=\"42%\">";
if ($lang3 >= "1" ) {
echo "<P align=left><IMG src=\"images/green_dot.gif\">&";
}
echo "<span class=\"textcontent\"><b>$head3</b></span></td>";
if ($lang3 >= "1" ) {
echo "<td><span style=\"margin-left:10px\"><a href=\"#top\"><img src=\"images/top_up.gif\" alt=\"top\" border=\"0\"></a>";
}
if ($lang3 >= "1" ) {
echo "<a href=\"#2\"><img src=\"images/up.gif\" alt=\"back\" border=\"0\"></a>";
}
if ($lang4 >= "1" ) {
echo "<a href=\"#4\"><img src=\"images/down.gif\" alt=\"next\" border=\"0\"></a>";
}
echo "</td></tr></table>";
echo "<br>";

if ($tmp_img3) {
  echo "<div style=\"float:$pos3;margin-$padd3:$px3; border:none 3px; border-with: 3px; text-align:left\">
<IMG SRC=\"CMS_IMG[33]\"></div>";
}
if ($tmpImgDescr3 !="") {
echo ("<p> CMS_IMGDESCR[33] </p>");
}
else {
echo "CMS_IMGDESCR[33]";
}
echo "<span class=\"text\">$text3</span>";
echo "<br>";
echo "<br>";

//---------- Abschnitt 4 -----------
if("CMS_VALUE[3]" ==0) $pos4 ="right";
 else 
{$pos4 ="left"; 
}
if("CMS_VALUE[3]" ==0) $padd4 ="left";
 else 
{$padd4 ="right";
}
if("CMS_VALUE[3]" ==1) $px4 = "10px";
 else
{$px4 = "1px";
}

echo "</td></tr><tr><td align=left>";


echo "<a name=\"4\"></a>";
echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
echo "<tr><td width=\"42%\">";
if ($lang4 >= "1" ) {
echo "<P align=left><IMG src=\"images/green_dot.gif\">&";
}
echo "<span class=\"textcontent\"><b>$head4</b></span></td>";
if ($lang4 >= "1" ) {
echo "<td><span style=\"margin-left:10px\"><a href=\"#top\"><img src=\"images/top_up.gif\" alt=\"top\" border=\"0\"></a>";
}
if ($lang4 >= "1" ) {
echo "<a href=\"#3\"><img src=\"images/up.gif\" alt=\"back\" border=\"0\"></a>";
}
if ($lang5 >= "1" ) {
echo "<a href=\"#5\"><img src=\"images/down.gif\" alt=\"next\" border=\"0\"></a>";
}
echo "</td></tr></table>";
echo "<br>";

if ($tmp_img4) {
  echo "<div style=\"float:$pos4; margin-$padd4:$px4; border:none 3px; border-with: 3px; text-align:left\">
<IMG SRC=\"CMS_IMG[34]\"></div>";
}
if ($tmpImgDescr4 !="") {
echo ("<p> CMS_IMGDESCR[34] </p>");
}
else {
echo "CMS_IMGDESCR[34]";
}
echo "<span class=\"text\">$text4</span>";
echo "<br>";
echo "<br>";

//---------- Abschnitt 5 -----------
if("CMS_VALUE[4]" ==0) $pos5 ="right";
 else 
{$pos5 ="left"; 
}
if("CMS_VALUE[4]" ==0) $padd5 ="left";
 else 
{$padd5 ="right";
}
if("CMS_VALUE[4]" ==1) $px5 = "10px";
 else
{$px5 = "1px";
}

echo "</td></tr><tr><td align=left>";


echo "<a name=\"5\"></a>";
echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
echo "<tr><td width=\"42%\">";
if ($lang5 >= "1" ) {
echo "<P align=left><IMG src=\"images/green_dot.gif\">&";
}
echo "<span class=\"textcontent\"><b>$head5</b></span></td>";
if ($lang5 >= "1" ) {
echo "<td><span style=\"margin-left:10px\"><a href=\"#top\"><img src=\"images/top_up.gif\" alt=\"top\" border=\"0\"></a>";
}
if ($lang5 >= "1" ) {
echo "<a href=\"#4\"><img src=\"images/up.gif\" alt=\"back\" border=\"0\"></a>";
}
if ($lang6 >= "1" ) {
echo "<a href=\"#6\"><img src=\"images/down.gif\" alt=\"next\" border=\"0\"></a>";
}
echo "</td></tr></table>";
echo "<br>";

if ($tmp_img5) {
  echo "<div style=\"float:$pos5; margin-$padd5:$px5; border:none 3px; border-with: 3px; text-align:left\">
<IMG SRC=\"CMS_IMG[35]\"></div>";
}
if ($tmpImgDescr5 !="") {
echo ("<p> CMS_IMGDESCR[35] </p>");
}
else {
echo "CMS_IMGDESCR[35]";
}
echo "<span class=\"text\">$text5</span>";
echo "<br>";
echo "<br>";

//---------- Abschnitt 6 -----------
if("CMS_VALUE[5]" ==0) $pos6 ="right";
 else 
{$pos6 ="left"; 
}
if("CMS_VALUE[5]" ==0) $padd6 ="left";
 else 
{$padd6 ="right";
}
if("CMS_VALUE[5]" ==1) $px6 = "10px";
 else
{$px6 = "1px";
}

echo "</td></tr><tr><td align=left>";


echo "<a name=\"6\"></a>";
echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
echo "<tr><td width=\"42%\">";
if ($lang6 >= "1" ) {
echo "<P align=left><IMG src=\"images/green_dot.gif\">&";
}
echo "<span class=\"textcontent\"><b>$head6</b></span></td>";
if ($lang6 >= "1" ) {
echo "<td><span style=\"margin-left:10px\"><a href=\"#top\"><img src=\"images/top_up.gif\" alt=\"top\" border=\"0\"></a>";
}
if ($lang6 >= "1" ) {
echo "<a href=\"#5\"><img src=\"images/up.gif\" alt=\"back\" border=\"0\"></a>";
}
if ($lang7 >= "1" ) {
echo "<a href=\"#7\"><img src=\"images/down.gif\" alt=\"next\" border=\"0\"></a>";
}
echo "</td></tr></table>";
echo "<br>";

if ($tmp_img6) {
  echo "<div style=\"float:$pos6; margin-$padd6:$px6; border:none 3px; border-with: 3px; text-align:left\">
<IMG SRC=\"CMS_IMG[36]\"></div>";
}
if ($tmpImgDescr6 !="") {
echo ("<p> CMS_IMGDESCR[36] </p>");
}
else {
echo "CMS_IMGDESCR[36]";
}
echo "<span class=\"text\">$text6</span>";
echo "<br>";
echo "<br>";

//---------- Abschnitt 7 -----------
if("CMS_VALUE[6]" ==0) $pos7 ="right";
 else 
{$pos7 ="left"; 
}
if("CMS_VALUE[6]" ==0) $padd7 ="left";
 else 
{$padd7 ="right";
}
if("CMS_VALUE[6]" ==1) $px7 = "10px";
 else
{$px7 = "1px";
}

echo "</td></tr><tr><td align=left>";


echo "<a name=\"7\"></a>";
echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
echo "<tr><td width=\"42%\">";
if ($lang7 >= "1" ) {
echo "<P align=left><IMG src=\"images/green_dot.gif\">&";
}
echo "<span class=\"textcontent\"><b>$head7</b></span></td>";
if ($lang7 >= "1" ) {
echo "<td><span style=\"margin-left:10px\"><a href=\"#top\"><img src=\"images/top_up.gif\" alt=\"top\" border=\"0\"></a>";
}
if ($lang7 >= "1" ) {
echo "<a href=\"#6\"><img src=\"images/up.gif\" alt=\"back\" border=\"0\"></a>";
}
if ($lang8 >= "1" ) {
echo "<a href=\"#8\"><img src=\"images/down.gif\" alt=\"next\" border=\"0\"></a>";
}
echo "</td></tr></table>";
echo "<br>";

if ($tmp_img7) {
  echo "<div style=\"float:$pos7; margin-$padd7:$px7; border:none 3px; border-with: 3px; text-align:left\">
<IMG SRC=\"CMS_IMG[37]\"></div>";
}
if ($tmpImgDescr7 !="") {
echo ("<p> CMS_IMGDESCR[37] </p>");
}
else {
echo "CMS_IMGDESCR[37]";
}
echo "<span class=\"text\">$text7</span>";
echo "<br>";
echo "<br>";

//---------- Abschnitt 8 -----------
if("CMS_VALUE[7]" ==0) $pos8 ="right";
 else 
{$pos8 ="left"; 
}
if("CMS_VALUE[7]" ==0) $padd8 ="left";
 else 
{$padd8 ="right";
}
if("CMS_VALUE[7]" ==1) $px8 = "10px";
 else
{$px8 = "1px";
}

echo "</td></tr><tr><td align=left>";


echo "<a name=\"8\"></a>";
echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
echo "<tr><td width=\"42%\">";
if ($lang8 >= "1" ) {
echo "<P align=left><IMG src=\"images/green_dot.gif\">&";
}
echo "<span class=\"textcontent\"><b>$head8</b></span></td>";
if ($lang8 >= "1" ) {
echo "<td><span style=\"margin-left:10px\"><a href=\"#top\"><img src=\"images/top_up.gif\" alt=\"top\" border=\"0\"></a>";
}
if ($lang8 >= "1" ) {
echo "<a href=\"#7\"><img src=\"images/up.gif\" alt=\"back\" border=\"0\"></a>";
}
if ($lang9 >= "1" ) {
echo "<a href=\"#9\"><img src=\"images/down.gif\" alt=\"next\" border=\"0\"></a>";
}
echo "</td></tr></table>";
echo "<br>";

if ($tmp_img8) {
  echo "<div style=\"float:$pos8; margin-$padd8:$px8; border:none 3px; border-with: 3px; text-align:left\">
<IMG SRC=\"CMS_IMG[38]\"></div>";
}
if ($tmpImgDescr8 !="") {
echo ("<p> CMS_IMGDESCR[38] </p>");
}
else {
echo "CMS_IMGDESCR[38]";
}
echo "<span class=\"text\">$text8</span>";
echo "<br>";
echo "<br>";

//---------- Abschnitt 9 -----------
if("CMS_VALUE[8]" ==0) $pos9 ="right";
 else 
{$pos9 ="left"; 
}
if("CMS_VALUE[8]" ==0) $padd9 ="left";
 else 
{$padd9 ="right";
}
if("CMS_VALUE[8]" ==1) $px9 = "10px";
 else
{$px9 = "1px";
}

echo "</td></tr><tr><td align=left>";


echo "<a name=\"9\"></a>";
echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
echo "<tr><td width=\"42%\">";
if ($lang9 >= "1" ) {
echo "<P align=left><IMG src=\"images/green_dot.gif\">&";
}
echo "<span class=\"textcontent\"><b>$head9</b></span></td>";
if ($lang9 >= "1" ) {
echo "<td><span style=\"margin-left:10px\"><a href=\"#top\"><img src=\"images/top_up.gif\" alt=\"top\" border=\"0\"></a>";
}
if ($lang8 >= "1" ) {
echo "<a href=\"#8\"><img src=\"images/up.gif\" alt=\"back\" border=\"0\"></a>";
}
if ($lang10 >= "1" ) {
echo "<a href=\"#10\"><img src=\"images/down.gif\" alt=\"next\" border=\"0\"></a>";
}
echo "</td></tr></table>";
echo "<br>";

if ($tmp_img9) {
  echo "<div style=\"float:$pos9; margin-$padd9:$px9; border:none 3px; border-with: 3px; text-align:left\">
<IMG SRC=\"CMS_IMG[39]\"></div>";
}
if ($tmpImgDescr9 !="") {
echo ("<p> CMS_IMGDESCR[39] </p>");
}
else {
echo "CMS_IMGDESCR[39]";
}
echo "<span class=\"text\">$text9</span>";
echo "<br>";
echo "<br>";


//---------- Abschnitt 10 -----------
if("CMS_VALUE[9]" ==0) $pos10 ="right";
 else 
{$pos10 ="left"; 
}
if("CMS_VALUE[9]" ==0) $padd10 ="left";
 else 
{$padd10 ="right";
}
if("CMS_VALUE[9]" ==1) $px10 = "10px";
 else
{$px10 = "1px";
}

echo "</td></tr><tr><td align=left>";


echo "<a name=\"10\"></a>";
echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
echo "<tr><td width=\"42%\">";
if ($lang10 >= "1" ) {
echo "<P align=left><IMG src=\"images/green_dot.gif\">&";
}
echo "<span class=\"textcontent\"><b>$head10</b></span></td>";
if ($lang10 >= "1" ) {
echo "<td><span style=\"margin-left:10px\"><a href=\"#top\"><img src=\"images/top_up.gif\" alt=\"top\" border=\"0\"></a>";
}
if ($lang9 >= "1" ) {
echo "<a href=\"#9\"><img src=\"images/up.gif\" alt=\"back\" border=\"0\"></a>";
}

echo "</td></tr></table>";
echo "<br>";

if ($tmp_img10) {
  echo "<div style=\"float:$pos10; margin-$padd10:$px10; border:none 3px; border-with: 3px; text-align:left\">
<IMG SRC=\"CMS_IMG[40]\"></div>";
}
if ($tmpImgDescr10 !="") {
echo ("<p> CMS_IMGDESCR[40] </p>");
}
else {
echo "CMS_IMGDESCR[40]";
}
echo "<span class=\"text\">$text10</span>";
echo "<br>";
echo "<br>";

echo "</td></tr></table>";
?>

Gesperrt