Bildergalerie w3concepts.gallery.v1 :: neues Modul

kummer
Beiträge: 2423
Registriert: Do 6. Mai 2004, 09:17
Wohnort: Bern, Schweiz
Kontaktdaten:

Beitrag von kummer » Do 23. Sep 2004, 15:18

am besten mit css. einfach im bestehenden css, welches über das layout eingebunden wird für die bilder ganz allgemein angeben:

Code: Alles auswählen

img {border:0}
oder dann - als alternative - im quellcode des moduls bei der ausgabe der thumbnails beim image-tag das attribut border auf null setzen. das wäre dann allerdings nicht die wirklich elegante lösung.
aitsu.org :: schnell - flexibel - komfortabel :: Version 2.2.0 (since June 22, 2011) (jetzt mit dual license GPL/kommerziell)

derlex
Beiträge: 15
Registriert: Mi 22. Sep 2004, 12:59
Wohnort: Innsbruck
Kontaktdaten:

Tausend und einen Dank

Beitrag von derlex » Do 23. Sep 2004, 15:32

[quote="kummer"]am besten mit css. einfach im bestehenden css, welches über das layout eingebunden wird für die bilder ganz allgemein angeben:

Code: Alles auswählen

img {border:0}
Vielen Dank für die schnelle Hilfe -
hab die elegante Version gewählt,
funzt einwandfrei.

lg derlex :lol:
;-)

Schappo
Beiträge: 26
Registriert: Mo 19. Jan 2004, 08:47
Wohnort: Nordwalde NRW
Kontaktdaten:

Schriftgröße der Bildbeschreibung

Beitrag von Schappo » Do 23. Sep 2004, 16:35

Hallo Kummer,

tolles Modul, einfach spitze. Nur eine kleine Frage, da ich schon einiges probiert habe, aber nicht so firm bin:

Wo ändere ich für die Ausgabe die Schriftgröße der Bildbeschreibung?

Danke im voraus!

Schappo

kummer
Beiträge: 2423
Registriert: Do 6. Mai 2004, 09:17
Wohnort: Bern, Schweiz
Kontaktdaten:

Beitrag von kummer » Do 23. Sep 2004, 17:06

am besten du suchst im output-script einfach nach den echos. es sind nur zwei methoden, die eine ausgabe erstellen. ich habe noch keine stile vergeben. ein ansprechen mit css ist also ohne anpassung nicht möglich.
aitsu.org :: schnell - flexibel - komfortabel :: Version 2.2.0 (since June 22, 2011) (jetzt mit dual license GPL/kommerziell)

Karl
Beiträge: 185
Registriert: Fr 28. Nov 2003, 19:07
Kontaktdaten:

Beitrag von Karl » Fr 24. Sep 2004, 07:16

Es läuft super, nur:

da sind "Fehler auf der Seite", findet zumindest mein IE6.
Kann man da noch was machen? Ich kann ja schlecht den Kunden sagen, sie sollen gefälligst die Anzeige von Script-Fehlermeldungen ausschalten ...
Gruss Karl

Aixtraweb
Beiträge: 100
Registriert: Do 23. Sep 2004, 10:55
Wohnort: Herzogenrath
Kontaktdaten:

Beitrag von Aixtraweb » Fr 24. Sep 2004, 07:30

Hallo,

gibt es denn eigentlich keine Möglichkeit die Bilder ohne ein Popupfenster einfach im Content größer darstellen zu lassen?
Z.B. ala der Bildgalerie auf USA.de

Herzlichen Dank für Informationen an einen fast Contenido neuling...
Mit freundlichen Grüßen
Jörg Knörchen

Meine Hobby-Webseite:
www.mein-foto-abc.de : contenido 4.6.15 - I love it! : www.yogie.de : www.bastelstun.de

kummer
Beiträge: 2423
Registriert: Do 6. Mai 2004, 09:17
Wohnort: Bern, Schweiz
Kontaktdaten:

Beitrag von kummer » Fr 24. Sep 2004, 08:12

Karl hat geschrieben:da sind "Fehler auf der Seite", findet zumindest mein IE6.
da kann man schon noch was machen. das sollte man sogar... :lol:

du müsstest mir einfach mal sagen, was für fehler das sind.
aitsu.org :: schnell - flexibel - komfortabel :: Version 2.2.0 (since June 22, 2011) (jetzt mit dual license GPL/kommerziell)

kummer
Beiträge: 2423
Registriert: Do 6. Mai 2004, 09:17
Wohnort: Bern, Schweiz
Kontaktdaten:

Beitrag von kummer » Fr 24. Sep 2004, 08:15

Aixtraweb hat geschrieben:gibt es denn eigentlich keine Möglichkeit die Bilder ohne ein Popupfenster einfach im Content größer darstellen zu lassen?
solche möglichkeiten gibt es immer. man müsste das halt programmieren. aber dazu fehlt mir im moment offengestanden einfach ein bisschen die zeit. aber kompliziert ist das eigentlich nicht. vielleicht findest du ja jemand anderen, der das für dich macht. oder probier's doch einfach selber mal aus?

ich muss mich ja noch gelegentlich um die fehlermeldung des ie6 kümmern.
aitsu.org :: schnell - flexibel - komfortabel :: Version 2.2.0 (since June 22, 2011) (jetzt mit dual license GPL/kommerziell)

Schappo
Beiträge: 26
Registriert: Mo 19. Jan 2004, 08:47
Wohnort: Nordwalde NRW
Kontaktdaten:

Beitrag von Schappo » Fr 24. Sep 2004, 08:30

kummer hat geschrieben:am besten du suchst im output-script einfach nach den echos. es sind nur zwei methoden, die eine ausgabe erstellen. ich habe noch keine stile vergeben. ein ansprechen mit css ist also ohne anpassung nicht möglich.
Kannst Du mir evtl. ein Beispiel nennen da ich nicht genau weiß wie?

Schappo

kummer
Beiträge: 2423
Registriert: Do 6. Mai 2004, 09:17
Wohnort: Bern, Schweiz
Kontaktdaten:

Beitrag von kummer » Fr 24. Sep 2004, 08:53

du findest im code folgende methode:

Code: Alles auswählen

	function showGallery() {

		$cellwidth = floor(100/$this->tablesize['cols']);
		echo "<table width=\"100%\">\n";
		for ($i = 0;$i < $this->tableSize['rows'];$i++) {
			$beschreibung = null;

			echo "<tr>\n";			
			for ($j = 0;$j < $this->tableSize['cols'];$j++) {
				echo "<td align=\"left\" valign=\"top\" width=\"$cellwidth\">\n".$this->showNextPicture()."\n</td>\n";
				$beschreibung[] = $this->getDescription();
			}
			echo "</tr>\n";

			echo "<tr>\n";
			for ($j = 0;$j < $this->tableSize['cols'];$j++) {
				echo "<td align=\"left\" valign=\"top\" width=\"$cellwidth\" style=\"padding-bottom:10px;\">\n{$beschreibung[$j]}\n</td>\n";
			}
			echo "</tr>\n";
		}
		echo "</table>\n";
	}
wenn du den stil der beschreibung anpassen willst, kannst du das z.b. so machen:

Code: Alles auswählen

	function showGallery() {

		$cellwidth = floor(100/$this->tablesize['cols']);
		echo "<table width=\"100%\">\n";
		for ($i = 0;$i < $this->tableSize['rows'];$i++) {
			$beschreibung = null;

			echo "<tr>\n";			
			for ($j = 0;$j < $this->tableSize['cols'];$j++) {
				echo "<td align=\"left\" valign=\"top\" width=\"$cellwidth\">\n".$this->showNextPicture()."\n</td>\n";
				$beschreibung[] = $this->getDescription();
			}
			echo "</tr>\n";

			echo "<tr>\n";
			for ($j = 0;$j < $this->tableSize['cols'];$j++) {
				echo "<td align=\"left\" valign=\"top\" width=\"$cellwidth\" style=\"padding-bottom:10px;\">\n<div class=\"imagedescription\">{$beschreibung[$j]}</div>\n</td>\n";
			}
			echo "</tr>\n";
		}
		echo "</table>\n";
	}
dann musst du einfach in deinem css definieren, wie 'imagedescription' auszusehen hat.

die ganze ausgabe - mit ausnahme der links zum blättern - erfolgt in dieser methode. du kannst das ganze ganz nach belieben aussehen lassen.

hope this helps!

gruss,
andreas
aitsu.org :: schnell - flexibel - komfortabel :: Version 2.2.0 (since June 22, 2011) (jetzt mit dual license GPL/kommerziell)

Schappo
Beiträge: 26
Registriert: Mo 19. Jan 2004, 08:47
Wohnort: Nordwalde NRW
Kontaktdaten:

Beitrag von Schappo » Fr 24. Sep 2004, 09:51

kummer hat geschrieben:du findest im code folgende methode:

dann musst du einfach in deinem css definieren, wie 'imagedescription' auszusehen hat.
Du bist spitze Andreas!
herzlichen Dank für diesen Heinweis und all Deine hervorragenden Module und deine Unterstützung, die du der Gemeinschaft zur Verfügung stellst.

Schappo

marphin
Beiträge: 196
Registriert: Mo 24. Nov 2003, 13:01

Beitrag von marphin » Fr 24. Sep 2004, 09:52

Hallo Andreas,

ich habe den Code wie oben beschrieben abgeändert und im css eine neue Klasse erstellt. Leider sehe ich in meiner Darstellung keine Änderungen.

Gruß, Martin

kummer
Beiträge: 2423
Registriert: Do 6. Mai 2004, 09:17
Wohnort: Bern, Schweiz
Kontaktdaten:

Beitrag von kummer » Fr 24. Sep 2004, 10:11

marphin hat geschrieben:ich habe den Code wie oben beschrieben abgeändert und im css eine neue Klasse erstellt. Leider sehe ich in meiner Darstellung keine Änderungen.
kannst du mal den entstandenen quellcode (wie er dem browser übergeben wird) hier posten? auszugsweise, nur die tabelle mit den bildern. weil von mir aus gesehen müsste das funktionieren.
aitsu.org :: schnell - flexibel - komfortabel :: Version 2.2.0 (since June 22, 2011) (jetzt mit dual license GPL/kommerziell)

marphin
Beiträge: 196
Registriert: Mo 24. Nov 2003, 13:01

Beitrag von marphin » Fr 24. Sep 2004, 10:25

hier die Tabelle aus dem code:

[code<TABLE width="100%">
<TBODY>
<TR>
<TD vAlign=top align=left width=0><A
href="javascript:window.open('http://www.meinedomain/cms/popupviewer. ... n=0;"><IMG
height=80 src="gallery-Dateien/120.90.bild(01).jpg.jpg"
width=120></A> </TD>
<TD vAlign=top align=left width=0><A
href="javascript:window.open('http://www.meinedomain/cms/popupviewer. ... n=0;"><IMG
height=80 src="gallery-Dateien/120.90.bild(2).jpg.jpg"
width=120></A> </TD>
<TD vAlign=top align=left width=0><A
href="javascript:window.open('http://www.meinedomain/cms/popupviewer. ... n=0;"><IMG
height=80 src="gallery-Dateien/120.90.bild(3).jpg.jpg"
width=120></A> </TD>
<TD vAlign=top align=left width=0><A
href="javascript:window.open('http://www.meinedomain/cms/popupviewer. ... n=0;"><IMG
height=80 src="gallery-Dateien/120.90.bild(4).jpg.jpg"
width=120></A> </TD></TR>
<TR>
<TD style="PADDING-BOTTOM: 10px" vAlign=top align=left
width=0><DIV class=imagedescription>Sonnenuntergang</DIV></TD>
<TD style="PADDING-BOTTOM: 10px" vAlign=top align=left
width=0><DIV class=imagedescription></DIV></TD>
<TD style="PADDING-BOTTOM: 10px" vAlign=top align=left
width=0><DIV class=imagedescription></DIV></TD>
<TD style="PADDING-BOTTOM: 10px" vAlign=top align=left
width=0><DIV class=imagedescription></DIV></TD></TR>
<TR>
<TD vAlign=top align=left width=0><A
href="javascript:window.open('http://www.meinedomain/cms/popupviewer. ... n=0;"><IMG
height=80 src="gallery-Dateien/120.90.bild(5).jpg.jpg"
width=120></A> </TD>
<TD vAlign=top align=left width=0><A
href="javascript:window.open('http://www.meinedomain/cms/popupviewer. ... n=0;"><IMG
height=80 src="gallery-Dateien/120.90.bild(6).jpg.jpg"
width=120></A> </TD>
<TD vAlign=top align=left width=0><A
href="javascript:window.open('http://www.meinedomain/cms/popupviewer. ... n=0;"><IMG
height=80 src="gallery-Dateien/120.90.bild(7).jpg.jpg"
width=120></A> </TD>
<TD vAlign=top align=left width=0><A
href="javascript:window.open('http://www.meinedomain/cms/popupviewer. ... n=0;"><IMG
height=80 src="gallery-Dateien/120.90.bild(8).jpg.jpg"
width=120></A> </TD></TR>
<TR>
<TD style="PADDING-BOTTOM: 10px" vAlign=top align=left
width=0><DIV class=imagedescription></DIV></TD>
<TD style="PADDING-BOTTOM: 10px" vAlign=top align=left
width=0><DIV class=imagedescription></DIV></TD>
<TD style="PADDING-BOTTOM: 10px" vAlign=top align=left
width=0><DIV class=imagedescription></DIV></TD>
<TD style="PADDING-BOTTOM: 10px" vAlign=top align=left
width=0><DIV class=imagedescription></DIV></TD></TR>
<TR>
<TD vAlign=top align=left width=0><A
href="javascript:window.open('http://www.meinedomain/cms/popupviewer. ... n=0;"><IMG
height=80 src="gallery-Dateien/120.90.bild(9).jpg.jpg"
width=120></A> </TD>
<TD vAlign=top align=left width=0><A
href="javascript:window.open('http://www.meinedomain/cms/popupviewer. ... n=0;"><IMG
height=80 src="gallery-Dateien/120.90.bild(10).jpg.jpg"
width=120></A> </TD>
<TD vAlign=top align=left width=0><A
href="javascript:window.open('http://www.meinedomain/cms/popupviewer. ... n=0;"><IMG
height=80 src="gallery-Dateien/120.90.bild(11).jpg.jpg"
width=120></A> </TD>
<TD vAlign=top align=left width=0><A
href="javascript:window.open('http://www.meinedomain/cms/popupviewer. ... n=0;"><IMG
height=80 src="gallery-Dateien/120.90.bild(12).jpg.jpg"
width=120></A> </TD></TR>
<TR>
<TD style="PADDING-BOTTOM: 10px" vAlign=top align=left
width=0><DIV class=imagedescription></DIV></TD>
<TD style="PADDING-BOTTOM: 10px" vAlign=top align=left
width=0><DIV class=imagedescription></DIV></TD>
<TD style="PADDING-BOTTOM: 10px" vAlign=top align=left
width=0><DIV class=imagedescription></DIV></TD>
<TD style="PADDING-BOTTOM: 10px" vAlign=top align=left
width=0><DIV class=imagedescription></DIV></TD></TR>
<TR>
<TD vAlign=top align=left width=0><A
href="javascript:window.open('http://www.meinedomain/cms/popupviewer. ... n=0;"><IMG
height=80 src="gallery-Dateien/120.90.bild(13).jpg.jpg"
width=120></A> </TD>
<TD vAlign=top align=left width=0><A
href="javascript:window.open('http://www.meinedomain/cms/popupviewer. ... n=0;"><IMG
height=80 src="gallery-Dateien/120.90.bild(14).jpg.jpg"
width=120></A> </TD>
<TD vAlign=top align=left width=0><A
href="javascript:window.open('http://www.meinedomain/cms/popupviewer. ... n=0;"><IMG
height=80 src="gallery-Dateien/120.90.bild(15).jpg.jpg"
width=120></A> </TD>
<TD vAlign=top align=left width=0><A
href="javascript:window.open('http://www.meinedomain/cms/popupviewer. ... n=0;"><IMG
height=80 src="gallery-Dateien/120.90.bild(16).jpg.jpg"
width=120></A> </TD></TR>
<TR>
<TD style="PADDING-BOTTOM: 10px" vAlign=top align=left
width=0><DIV class=imagedescription></DIV></TD>
<TD style="PADDING-BOTTOM: 10px" vAlign=top align=left
width=0><DIV class=imagedescription></DIV></TD>
<TD style="PADDING-BOTTOM: 10px" vAlign=top align=left
width=0><DIV class=imagedescription></DIV></TD>
<TD style="PADDING-BOTTOM: 10px" vAlign=top align=left
width=0><DIV class=imagedescription></DIV></TD></TR>
<TR>
<TD vAlign=top align=left width=0><A
href="javascript:window.open('http://www.meinedomain/cms/popupviewer. ... n=0;"><IMG
height=80 src="gallery-Dateien/120.90.bild(17).jpg.jpg"
width=120></A> </TD>
<TD vAlign=top align=left width=0><A
href="javascript:window.open('http://www.meinedomain/cms/popupviewer. ... n=0;"><IMG
height=80 src="gallery-Dateien/120.90.bild(18).jpg.jpg"
width=120></A> </TD>
<TD vAlign=top align=left width=0><A
href="javascript:window.open('http://www.meinedomain/cms/popupviewer. ... n=0;"><IMG
height=80 src="gallery-Dateien/120.90.bild(19).jpg.jpg"
width=120></A> </TD>
<TD vAlign=top align=left width=0><A
href="javascript:window.open('http://www.meinedomain/cms/popupviewer. ... n=0;"><IMG
height=80 src="gallery-Dateien/120.90.bild(20).jpg.jpg"
width=120></A> </TD></TR>
<TR>
<TD style="PADDING-BOTTOM: 10px" vAlign=top align=left
width=0><DIV class=imagedescription></DIV></TD>
<TD style="PADDING-BOTTOM: 10px" vAlign=top align=left
width=0><DIV class=imagedescription></DIV></TD>
<TD style="PADDING-BOTTOM: 10px" vAlign=top align=left
width=0><DIV class=imagedescription></DIV></TD>
<TD style="PADDING-BOTTOM: 10px" vAlign=top align=left
width=0><DIV class=imagedescription></DIV></TD></TR></TBODY></TABLE>[/code]

marphin
Beiträge: 196
Registriert: Mo 24. Nov 2003, 13:01

Beitrag von marphin » Fr 24. Sep 2004, 10:27

sorry, hier noch mal ohne fehlende Klammer für den code-tag:

Code: Alles auswählen

<TABLE width="100%">
              <TBODY>
              <TR>
                <TD vAlign=top align=left width=0><A 
                  href="javascript:window.open('http://www.meinedomain/cms/popupviewer.php?uri=upload/pictures/bild(01).jpg','bild','width=600,height=400,top=10,left=10,scrollbars=no,topmargin=0,leftmargin=0');bild.document.body.style.margin=0;"><IMG 
                  height=80 src="gallery-Dateien/120.90.bild(01).jpg.jpg" 
                  width=120></A> </TD>
                <TD vAlign=top align=left width=0><A 
                  href="javascript:window.open('http://www.meinedomain/cms/popupviewer.php?uri=upload/pictures/bild(2).jpg','bild','width=600,height=400,top=10,left=10,scrollbars=no,topmargin=0,leftmargin=0');bild.document.body.style.margin=0;"><IMG 
                  height=80 src="gallery-Dateien/120.90.bild(2).jpg.jpg" 
                  width=120></A> </TD>
                <TD vAlign=top align=left width=0><A 
                  href="javascript:window.open('http://www.meinedomain/cms/popupviewer.php?uri=upload/pictures/bild(3).jpg','bild','width=600,height=400,top=10,left=10,scrollbars=no,topmargin=0,leftmargin=0');bild.document.body.style.margin=0;"><IMG 
                  height=80 src="gallery-Dateien/120.90.bild(3).jpg.jpg" 
                  width=120></A> </TD>
                <TD vAlign=top align=left width=0><A 
                  href="javascript:window.open('http://www.meinedomain/cms/popupviewer.php?uri=upload/pictures/bild(4).jpg','bild','width=600,height=400,top=10,left=10,scrollbars=no,topmargin=0,leftmargin=0');bild.document.body.style.margin=0;"><IMG 
                  height=80 src="gallery-Dateien/120.90.bild(4).jpg.jpg" 
                  width=120></A> </TD></TR>
              <TR>
                <TD style="PADDING-BOTTOM: 10px" vAlign=top align=left 
                  width=0><DIV class=imagedescription>Sonnenuntergang</DIV></TD>
                <TD style="PADDING-BOTTOM: 10px" vAlign=top align=left 
                  width=0><DIV class=imagedescription></DIV></TD>
                <TD style="PADDING-BOTTOM: 10px" vAlign=top align=left 
                  width=0><DIV class=imagedescription></DIV></TD>
                <TD style="PADDING-BOTTOM: 10px" vAlign=top align=left 
                  width=0><DIV class=imagedescription></DIV></TD></TR>
              <TR>
                <TD vAlign=top align=left width=0><A 
                  href="javascript:window.open('http://www.meinedomain/cms/popupviewer.php?uri=upload/pictures/bild(5).jpg','bild','width=600,height=400,top=10,left=10,scrollbars=no,topmargin=0,leftmargin=0');bild.document.body.style.margin=0;"><IMG 
                  height=80 src="gallery-Dateien/120.90.bild(5).jpg.jpg" 
                  width=120></A> </TD>
                <TD vAlign=top align=left width=0><A 
                  href="javascript:window.open('http://www.meinedomain/cms/popupviewer.php?uri=upload/pictures/bild(6).jpg','bild','width=600,height=400,top=10,left=10,scrollbars=no,topmargin=0,leftmargin=0');bild.document.body.style.margin=0;"><IMG 
                  height=80 src="gallery-Dateien/120.90.bild(6).jpg.jpg" 
                  width=120></A> </TD>
                <TD vAlign=top align=left width=0><A 
                  href="javascript:window.open('http://www.meinedomain/cms/popupviewer.php?uri=upload/pictures/bild(7).jpg','bild','width=600,height=400,top=10,left=10,scrollbars=no,topmargin=0,leftmargin=0');bild.document.body.style.margin=0;"><IMG 
                  height=80 src="gallery-Dateien/120.90.bild(7).jpg.jpg" 
                  width=120></A> </TD>
                <TD vAlign=top align=left width=0><A 
                  href="javascript:window.open('http://www.meinedomain/cms/popupviewer.php?uri=upload/pictures/bild(8).jpg','bild','width=600,height=400,top=10,left=10,scrollbars=no,topmargin=0,leftmargin=0');bild.document.body.style.margin=0;"><IMG 
                  height=80 src="gallery-Dateien/120.90.bild(8).jpg.jpg" 
                  width=120></A> </TD></TR>
              <TR>
                <TD style="PADDING-BOTTOM: 10px" vAlign=top align=left 
                  width=0><DIV class=imagedescription></DIV></TD>
                <TD style="PADDING-BOTTOM: 10px" vAlign=top align=left 
                  width=0><DIV class=imagedescription></DIV></TD>
                <TD style="PADDING-BOTTOM: 10px" vAlign=top align=left 
                  width=0><DIV class=imagedescription></DIV></TD>
                <TD style="PADDING-BOTTOM: 10px" vAlign=top align=left 
                  width=0><DIV class=imagedescription></DIV></TD></TR>
              <TR>
                <TD vAlign=top align=left width=0><A 
                  href="javascript:window.open('http://www.meinedomain/cms/popupviewer.php?uri=upload/pictures/bild(9).jpg','bild','width=600,height=400,top=10,left=10,scrollbars=no,topmargin=0,leftmargin=0');bild.document.body.style.margin=0;"><IMG 
                  height=80 src="gallery-Dateien/120.90.bild(9).jpg.jpg" 
                  width=120></A> </TD>
                <TD vAlign=top align=left width=0><A 
                  href="javascript:window.open('http://www.meinedomain/cms/popupviewer.php?uri=upload/pictures/bild(10).jpg','bild','width=600,height=400,top=10,left=10,scrollbars=no,topmargin=0,leftmargin=0');bild.document.body.style.margin=0;"><IMG 
                  height=80 src="gallery-Dateien/120.90.bild(10).jpg.jpg" 
                  width=120></A> </TD>
                <TD vAlign=top align=left width=0><A 
                  href="javascript:window.open('http://www.meinedomain/cms/popupviewer.php?uri=upload/pictures/bild(11).jpg','bild','width=600,height=400,top=10,left=10,scrollbars=no,topmargin=0,leftmargin=0');bild.document.body.style.margin=0;"><IMG 
                  height=80 src="gallery-Dateien/120.90.bild(11).jpg.jpg" 
                  width=120></A> </TD>
                <TD vAlign=top align=left width=0><A 
                  href="javascript:window.open('http://www.meinedomain/cms/popupviewer.php?uri=upload/pictures/bild(12).jpg','bild','width=600,height=400,top=10,left=10,scrollbars=no,topmargin=0,leftmargin=0');bild.document.body.style.margin=0;"><IMG 
                  height=80 src="gallery-Dateien/120.90.bild(12).jpg.jpg" 
                  width=120></A> </TD></TR>
              <TR>
                <TD style="PADDING-BOTTOM: 10px" vAlign=top align=left 
                  width=0><DIV class=imagedescription></DIV></TD>
                <TD style="PADDING-BOTTOM: 10px" vAlign=top align=left 
                  width=0><DIV class=imagedescription></DIV></TD>
                <TD style="PADDING-BOTTOM: 10px" vAlign=top align=left 
                  width=0><DIV class=imagedescription></DIV></TD>
                <TD style="PADDING-BOTTOM: 10px" vAlign=top align=left 
                  width=0><DIV class=imagedescription></DIV></TD></TR>
              <TR>
                <TD vAlign=top align=left width=0><A 
                  href="javascript:window.open('http://www.meinedomain/cms/popupviewer.php?uri=upload/pictures/bild(13).jpg','bild','width=600,height=400,top=10,left=10,scrollbars=no,topmargin=0,leftmargin=0');bild.document.body.style.margin=0;"><IMG 
                  height=80 src="gallery-Dateien/120.90.bild(13).jpg.jpg" 
                  width=120></A> </TD>
                <TD vAlign=top align=left width=0><A 
                  href="javascript:window.open('http://www.meinedomain/cms/popupviewer.php?uri=upload/pictures/bild(14).jpg','bild','width=600,height=400,top=10,left=10,scrollbars=no,topmargin=0,leftmargin=0');bild.document.body.style.margin=0;"><IMG 
                  height=80 src="gallery-Dateien/120.90.bild(14).jpg.jpg" 
                  width=120></A> </TD>
                <TD vAlign=top align=left width=0><A 
                  href="javascript:window.open('http://www.meinedomain/cms/popupviewer.php?uri=upload/pictures/bild(15).jpg','bild','width=600,height=400,top=10,left=10,scrollbars=no,topmargin=0,leftmargin=0');bild.document.body.style.margin=0;"><IMG 
                  height=80 src="gallery-Dateien/120.90.bild(15).jpg.jpg" 
                  width=120></A> </TD>
                <TD vAlign=top align=left width=0><A 
                  href="javascript:window.open('http://www.meinedomain/cms/popupviewer.php?uri=upload/pictures/bild(16).jpg','bild','width=600,height=400,top=10,left=10,scrollbars=no,topmargin=0,leftmargin=0');bild.document.body.style.margin=0;"><IMG 
                  height=80 src="gallery-Dateien/120.90.bild(16).jpg.jpg" 
                  width=120></A> </TD></TR>
              <TR>
                <TD style="PADDING-BOTTOM: 10px" vAlign=top align=left 
                  width=0><DIV class=imagedescription></DIV></TD>
                <TD style="PADDING-BOTTOM: 10px" vAlign=top align=left 
                  width=0><DIV class=imagedescription></DIV></TD>
                <TD style="PADDING-BOTTOM: 10px" vAlign=top align=left 
                  width=0><DIV class=imagedescription></DIV></TD>
                <TD style="PADDING-BOTTOM: 10px" vAlign=top align=left 
                  width=0><DIV class=imagedescription></DIV></TD></TR>
              <TR>
                <TD vAlign=top align=left width=0><A 
                  href="javascript:window.open('http://www.meinedomain/cms/popupviewer.php?uri=upload/pictures/bild(17).jpg','bild','width=600,height=400,top=10,left=10,scrollbars=no,topmargin=0,leftmargin=0');bild.document.body.style.margin=0;"><IMG 
                  height=80 src="gallery-Dateien/120.90.bild(17).jpg.jpg" 
                  width=120></A> </TD>
                <TD vAlign=top align=left width=0><A 
                  href="javascript:window.open('http://www.meinedomain/cms/popupviewer.php?uri=upload/pictures/bild(18).jpg','bild','width=600,height=400,top=10,left=10,scrollbars=no,topmargin=0,leftmargin=0');bild.document.body.style.margin=0;"><IMG 
                  height=80 src="gallery-Dateien/120.90.bild(18).jpg.jpg" 
                  width=120></A> </TD>
                <TD vAlign=top align=left width=0><A 
                  href="javascript:window.open('http://www.meinedomain/cms/popupviewer.php?uri=upload/pictures/bild(19).jpg','bild','width=600,height=400,top=10,left=10,scrollbars=no,topmargin=0,leftmargin=0');bild.document.body.style.margin=0;"><IMG 
                  height=80 src="gallery-Dateien/120.90.bild(19).jpg.jpg" 
                  width=120></A> </TD>
                <TD vAlign=top align=left width=0><A 
                  href="javascript:window.open('http://www.meinedomain/cms/popupviewer.php?uri=upload/pictures/bild(20).jpg','bild','width=600,height=400,top=10,left=10,scrollbars=no,topmargin=0,leftmargin=0');bild.document.body.style.margin=0;"><IMG 
                  height=80 src="gallery-Dateien/120.90.bild(20).jpg.jpg" 
                  width=120></A> </TD></TR>
              <TR>
                <TD style="PADDING-BOTTOM: 10px" vAlign=top align=left 
                  width=0><DIV class=imagedescription></DIV></TD>
                <TD style="PADDING-BOTTOM: 10px" vAlign=top align=left 
                  width=0><DIV class=imagedescription></DIV></TD>
                <TD style="PADDING-BOTTOM: 10px" vAlign=top align=left 
                  width=0><DIV class=imagedescription></DIV></TD>
                <TD style="PADDING-BOTTOM: 10px" vAlign=top align=left 
                  width=0><DIV class=imagedescription></DIV></TD></TR></TBODY></TABLE>

Gesperrt