This commit is contained in:
Martin Stadler
2017-01-26 12:39:28 +01:00
commit 7c355dfd2d
724 changed files with 6154 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

@@ -0,0 +1,76 @@
<html>
<head>
<title>Israel-Fotos</title>
<script language="JavaScript">
<!-- vor alten Browsern verstecken
var browserOK = false;
// -->
</script>
<script language="JavaScript1.1">
<!-- vor alten Browsern verstecken
// Anwender benutzt einen JS 1.1 Browser!
browserOK = true;
x = 1;
bilderanzahl =3;
bild = new Array(); // Array fuer Bilder erzeugen
// -->
</script>
<script language="JavaScript">
<!-- vor alten Browsern verstecken
function weiter() {
if (browserOK) {
if (x < bilderanzahl) {
x++;
document.foto.src = x+".jpg";
}
}
}
function zurueck() {
if (browserOK) {
if (x > 1) {
x--;
document.foto.src = x+".jpg";
}
}
}
function startshow() {
if (browserOK) {
x = 1;
document.foto.src = "1.jpg";
}
}
// -->
</script>
</head>
<body bgcolor="#003E78">
<table border=0>
<tr>
<td><img name="foto" src="1.jpg"></td>
<td align="right">
<form>
&nbsp;
<input type="button" value="<<" onClick="zurueck()">
<input type="button" value="start" onClick="startshow()">
<input type="button" value=">>" onClick="weiter()"><br>
</form>
</td>
</tr>
</table>
</body>
</html>
Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

@@ -0,0 +1,76 @@
<html>
<head>
<title>DS-Fotos</title>
<script language="JavaScript">
<!-- vor alten Browsern verstecken
var browserOK = false;
// -->
</script>
<script language="JavaScript1.1">
<!-- vor alten Browsern verstecken
// Anwender benutzt einen JS 1.1 Browser!
browserOK = true;
x = 1;
bilderanzahl = 26;
bild = new Array(); // Array fuer Bilder erzeugen
// -->
</script>
<script language="JavaScript">
<!-- vor alten Browsern verstecken
function weiter() {
if (browserOK) {
if (x < bilderanzahl) {
x++;
document.foto.src = x+".jpg";
}
}
}
function zurueck() {
if (browserOK) {
if (x > 1) {
x--;
document.foto.src = x+".jpg";
}
}
}
function startshow() {
if (browserOK) {
x = 1;
document.foto.src = "1.jpg";
}
}
// -->
</script>
</head>
<body bgcolor="#003E78">
<table border=0>
<tr>
<td><img name="foto" src="1.jpg"></td>
<td align="right">
<form>
&nbsp;&nbsp;
<input type="button" value="<<" onClick="zurueck()">
<input type="button" value="start" onClick="startshow()">
<input type="button" value=">>" onClick="weiter()"><br>
</form>
</td>
</tr>
</table>
</body>
</html>
Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

@@ -0,0 +1,76 @@
<html>
<head>
<title>Ds-Fotos</title>
<script language="JavaScript">
<!-- vor alten Browsern verstecken
var browserOK = false;
// -->
</script>
<script language="JavaScript1.1">
<!-- vor alten Browsern verstecken
// Anwender benutzt einen JS 1.1 Browser!
browserOK = true;
x = 1;
bilderanzahl = 26;
bild = new Array(); // Array fuer Bilder erzeugen
// -->
</script>
<script language="JavaScript">
<!-- vor alten Browsern verstecken
function weiter() {
if (browserOK) {
if (x < bilderanzahl) {
x++;
document.foto.src = x+".jpg";
}
}
}
function zurueck() {
if (browserOK) {
if (x > 1) {
x--;
document.foto.src = x+".jpg";
}
}
}
function startshow() {
if (browserOK) {
x = 1;
document.foto.src = "1.jpg";
}
}
// -->
</script>
</head>
<body bgcolor="#003E78">
<table border=0>
<tr>
<td><img name="foto" src="1.jpg" height=460></td>
<td align="right">
<form>
&nbsp;
<input type="button" value="<<" onClick="zurueck()">
<input type="button" value="start" onClick="startshow()">
<input type="button" value=">>" onClick="weiter()"><br>
</form>
</td>
</tr>
</table>
</body>
</html>
Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

+56
View File
@@ -0,0 +1,56 @@
<html>
<HEAD>
<title>DS</title>
<script language="JavaScript">
<!-- Begin
bild_aus = new Array(5);
bild_aus[1] = new Image()
bild_aus[1].src = "musik.jpg"
bild_aus[2] = new Image()
bild_aus[2].src = "fotos.jpg"
bild_aus[3] = new Image()
bild_aus[3].src = "texte.jpg"
bild_an = new Array(5);
bild_an[1] = new Image()
bild_an[1].src = "musik2.jpg"
bild_an[2] = new Image()
bild_an[2].src = "fotos2.jpg"
bild_an[3] = new Image()
bild_an[3].src = "texte2.jpg"
function Wechsel(position,status) {
if (status == "an") document.images[position].src = bild_an[position].src;
else document.images[position].src = bild_aus[position].src;
}
// End -->
</script>
</HEAD>
<body bgcolor="#003E78">
<map name="fotos">
<area shape="rect" coords="4,2,75,21" href="buehne/f800/index.htm">
<area shape="rect" coords="4,26,137,46" href="schmink/f800/index.htm">
</map>
<img src="ds4.jpg">
<div style="position:absolute; top:50px; left:630px;">
<a href="musi2.htm"><img src="musik.jpg" border=0></a>
</div>
<div style="position:absolute; top:150px; left:630px;">
<img src="fotos2.jpg" border=0 usemap="#fotos">
</div>
<div style="position:absolute; top:250px; left:630px;">
<a href="text2.htm"><img src="texte.jpg" border=0></a> </div>
<div style="position:absolute; top:350px; left:630px;">
<A HREF="http://www.fuelbier.de">
<img src="link.jpg" border=0> </div></A>
</body>
</html>
+57
View File
@@ -0,0 +1,57 @@
<html>
<HEAD>
<title>DS</title>
<script language="JavaScript">
<!-- Begin
bild_aus = new Array(5);
bild_aus[1] = new Image()
bild_aus[1].src = "musik.jpg"
bild_aus[2] = new Image()
bild_aus[2].src = "fotos.jpg"
bild_aus[3] = new Image()
bild_aus[3].src = "texte.jpg"
bild_an = new Array(5);
bild_an[1] = new Image()
bild_an[1].src = "musik2.jpg"
bild_an[2] = new Image()
bild_an[2].src = "fotos2.jpg"
bild_an[3] = new Image()
bild_an[3].src = "texte2.jpg"
function Wechsel(position,status) {
if (status == "an") document.images[position].src = bild_an[position].src;
else document.images[position].src = bild_aus[position].src;
}
// End -->
</script>
</HEAD>
<body bgcolor="#003E78">
<body bgcolor="#003E78">
<map name="fotos">
<area shape="rect" coords="4,2,75,21" href="buehne/f1024/index.htm">
<area shape="rect" coords="4,26,137,46" href="schmink/f1024/index.htm">
</map>
<img src="ds3.jpg">
<div style="position:absolute; top:150px; left:800px;">
<a href="musik.htm"><img src="musik.jpg" border=0></a>
</div>
<div style="position:absolute; top:250px; left:800px;">
<img src="fotos2.jpg" border=0 usemap="#fotos">
</div>
<div style="position:absolute; top:350px; left:800px;">
<a href="text.htm"><img src="texte.jpg" border=0></a> </div>
<div style="position:absolute; top:450px; left:800px;">
<A HREF="http://www.fuelbier.de">
<img src="link.jpg" border=0> </div></A>
</body>
</html>
Binary file not shown.

After

Width:  |  Height:  |  Size: 982 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

@@ -0,0 +1,76 @@
<html>
<head>
<title>Israelfotos</title>
<script language="JavaScript">
<!-- vor alten Browsern verstecken
var browserOK = false;
// -->
</script>
<script language="JavaScript1.1">
<!-- vor alten Browsern verstecken
// Anwender benutzt einen JS 1.1 Browser!
browserOK = true;
x = 1;
bilderanzahl = 22;
bild = new Array(); // Array fuer Bilder erzeugen
// -->
</script>
<script language="JavaScript">
<!-- vor alten Browsern verstecken
function weiter() {
if (browserOK) {
if (x < bilderanzahl) {
x++;
document.foto.src = x+".jpg";
}
}
}
function zurueck() {
if (browserOK) {
if (x > 1) {
x--;
document.foto.src = x+".jpg";
}
}
}
function startshow() {
if (browserOK) {
x = 1;
document.foto.src = "1.jpg";
}
}
// -->
</script>
</head>
<body bgcolor="#003E78">
<table border=0>
<tr>
<td><img name="foto" src="1.jpg"></td>
<td align="right">
<form>
&nbsp;&nbsp;
<input type="button" value="<<" onClick="zurueck()">
<input type="button" value="start" onClick="startshow()">
<input type="button" value=">>" onClick="weiter()"><br>
</form>
</td>
</tr>
</table>
</body>
</html>
Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Some files were not shown because too many files have changed in this diff Show More