🌐 faq.htm (Html) 23.2 KB 2024-08-08
Source code file for faq
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Language" content="de">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<meta http-equiv="Content-date" content="20080522">
<link href="css/bitjoe.css" rel="stylesheet" type="text/css" />
<title>BitJoe - FAQ</title>
<style>
<!--
span.MsoHyperlink
{color:blue;
text-decoration:underline;
text-underline:single}
-->
</style>
</head>
<body style="margin:0px">
<div align="center">
<table width="778" border="0" cellpadding="0" cellspacing="0" height="850" style="margin: 0px">
<tr>
<td height="227" colspan="3" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="187" colspan="5" valign="top" background="images/header_top2.jpg">
<center>
<table border="0" width="191" cellspacing="1">
<tr>
<td height="27" valign="bottom" align="left" width="81" class="login">
Handynummer</td>
<td height="27" valign="bottom" align="left" width="50" class="login">
PIN</left></td>
<td height="27" valign="bottom" align="left" width="50"> </td>
</tr>
<tr>
<td align="left" width="81">
<input name="T3" class="login-input"></td>
<td align="left" width="54">
<input name="T2" class="login-input2"></td>
<td align="left" width="50">
<input type="submit" value="Login" name="B3" class="login-submit"></td>
</tr>
<tr>
<td align="left" width="81"> </td>
<td align="left" colspan="2" class="login">
<a href="passwort.htm"><font color="#999999">Passwort
vergessen</font></a></td>
</tr>
</table>
</center>
... [truncated, 398 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "faq.htm",
"description": "Source code file for faq",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "23.2 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/faq.htm",
"encodingFormat": "text/html",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Html"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/"
}
🌐 faq.html (Html) 23.4 KB 2024-08-08
HTML template for faq
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Language" content="de">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<meta http-equiv="Content-date" content="20080522">
<link href="css/bitjoe.css" rel="stylesheet" type="text/css" />
<title>BitJoe - FAQ</title>
<style>
<!--
span.MsoHyperlink
{color:blue;
text-decoration:underline;
text-underline:single}
-->
</style>
</head>
<body style="margin:0px">
<div align="center">
<table width="778" border="0" cellpadding="0" cellspacing="0" height="850" style="margin: 0px">
<tr>
<td height="227" colspan="3" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="187" colspan="5" valign="top" background="images/header_top2.jpg">
<center>
<table border="0" width="191" cellspacing="1">
<tr>
<td height="27" valign="bottom" align="left" width="81" class="login">Handynummer</td>
<td height="27" valign="bottom" align="left" width="50" class="login">PIN</left></td>
<td height="27" valign="bottom" align="left" width="50"> </td>
</tr>
<tr>
<form method="POST" action="/login/" name="vw">
<td align="left" width="81">
<input name="mobilephone" value="" class="login-input">
</td>
<td align="left" width="54">
<input name="pin" value="" type="password" class="login-input2">
</td>
<td align="left" width="50">
<input type="submit" value="Login" class="login-submit">
</td>
</form>
</tr>
<tr>
<td align="left" width="81"> </td>
... [truncated, 407 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "faq.html",
"description": "HTML template for faq",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "23.4 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/faq.html",
"encodingFormat": "text/html",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Html"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/"
}
🌐 funktioniert.html (Html) 13.1 KB 2024-08-08
HTML template for funktioniert
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Language" content="de">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<link href="css/bitjoe.css" rel="stylesheet" type="text/css" />
<title>BitJoe - Wie es funktioniert!</title>
</head>
<body style="margin:0px">
<div align="center">
<table width="778" border="0" cellpadding="0" cellspacing="0" height="850" style="margin: 0px">
<tr>
<td height="227" colspan="3" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="187" colspan="5" valign="top" background="images/header_top2.jpg">
<center>
<table border="0" width="191" cellspacing="1">
<tr>
<td height="27" valign="bottom" align="left" width="81" class="login">Handynummer</td>
<td height="27" valign="bottom" align="left" width="50" class="login">PIN</left></td>
<td height="27" valign="bottom" align="left" width="50"> </td>
</tr>
<tr>
<form method="POST" action="/login/" name="vw">
<td align="left" width="81">
<input name="mobilephone" value="" class="login-input">
</td>
<td align="left" width="54">
<input name="pin" value="" type="password" class="login-input2">
</td>
<td align="left" width="50">
<input type="submit" value="Login" class="login-submit">
</td>
</form>
</tr>
<tr>
<td align="left" width="81"> </td>
<td align="left" colspan="2" class="login">
<a href="/password.php"><font color="#999999">PIN vergessen</font></a>
</td>
</tr>
</table>
</center>
</tr>
<tr>
... [truncated, 305 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "funktioniert.html",
"description": "HTML template for funktioniert",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "13.1 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/funktioniert.html",
"encodingFormat": "text/html",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Html"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/"
}
🌐 impressum.htm (Html) 7.0 KB 2024-08-08
Source code file for impressum
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>bitmobile - Impressum</title>
</head>
<body style="margin:0px">
<table width="778" align="center" border="0" cellpadding="0" cellspacing="0" height="893">
<tr>
<td height="227" colspan="2" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="187" colspan="5" valign="top">
<img border="0" src="header_top.gif" width="778" height="187"></td>
</tr>
<tr>
<td width="420" height="40" valign="top"><img src="images/header_left.gif" width="420" height="40" /></td>
<td width="74" valign="top"><a rel="nofollow" href="anmelden_fullflat.php">
<img src="images/bestellen.gif" width="74" height="22" border="0" /></a></td>
<td width="131" valign="top"><a rel="nofollow" href="funktion.htm">
<img src="images/wie_funktionierts.gif" width="131" height="22" border="0" /></a></td>
<td width="72" valign="top"><a rel="nofollow" href="software.htm">
<img src="images/software.gif" width="72" height="22" border="0" /></a></td>
<td width="81" valign="top"><a rel="nofollow" href="kontakt.htm">
<img src="images/support.gif" width="81" height="40" border="0" /></a></td>
</tr>
</table></td>
</tr>
<tr>
<td width="144" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0" height="711">
<tr>
<td width="14" rowspan="20" valign="top" background="images/shadow_right.gif"> </td>
<td width="130" height="23" valign="top"><img src="images/navigation_head.gif" width="130" height="23" /></td>
</tr>
<tr>
<td height="22" align="left" valign="middle"><font size="2" face="Tahoma, sans-serif, helvetica">
<font color="#000080"> </font><a rel="nofollow" href="anmelden_video.php"><font color="#000080">Videos</font></a></font></td>
</tr>
<tr>
<td height="1" valign="top"><font color="#000080"><img src="images/navigation_line.gif" width="130" height="1" /></font></td>
</tr>
<tr>
<td height="22" align="left" valign="middle"><font size="2" face="Tahoma, sans-serif, helvetica">
<font color="#000080"> </font><a rel="nofollow" href="anmelden_bilder.php"><font color="#000080">Bilder
/ Themen</font></a></font></td>
</tr>
<tr>
<td height="1" valign="top"><font color="#000080"><img src="images/navigation_line.gif" width="130" height="1" /></font></td>
</tr>
<tr>
... [truncated, 86 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "impressum.htm",
"description": "Source code file for impressum",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "7.0 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/impressum.htm",
"encodingFormat": "text/html",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Html"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/"
}
🌐 kontakt.htm (Html) 6.7 KB 2024-08-08
Source code file for kontakt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>bitmobile - Kontakt</title>
</head>
<body style="margin:0px">
<table width="778" align="center" border="0" cellpadding="0" cellspacing="0" height="893">
<tr>
<td height="227" colspan="2" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="187" colspan="5" valign="top">
<img border="0" src="header_top.gif" width="778" height="187"></td>
</tr>
<tr>
<td width="420" height="40" valign="top"><img src="images/header_left.gif" width="420" height="40" /></td>
<td width="74" valign="top"><a rel="nofollow" href="anmelden_fullflat.php">
<img src="images/bestellen.gif" width="74" height="22" border="0" /></a></td>
<td width="131" valign="top"><a rel="nofollow" href="funktion.htm">
<img src="images/wie_funktionierts.gif" width="131" height="22" border="0" /></a></td>
<td width="72" valign="top"><a rel="nofollow" href="software.htm">
<img src="images/software.gif" width="72" height="22" border="0" /></a></td>
<td width="81" valign="top"><a rel="nofollow" href="kontakt.htm">
<img src="images/support.gif" width="81" height="40" border="0" /></a></td>
</tr>
</table></td>
</tr>
<tr>
<td width="144" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0" height="711">
<tr>
<td width="14" rowspan="20" valign="top" background="images/shadow_right.gif"> </td>
<td width="130" height="23" valign="top"><img src="images/navigation_head.gif" width="130" height="23" /></td>
</tr>
<tr>
<td height="22" align="left" valign="middle"><font size="2" face="Tahoma, sans-serif, helvetica">
<font color="#000080"> </font><a rel="nofollow" href="anmelden_video.php"><font color="#000080">Videos</font></a></font></td>
</tr>
<tr>
<td height="1" valign="top"><font color="#000080"><img src="images/navigation_line.gif" width="130" height="1" /></font></td>
</tr>
<tr>
<td height="22" align="left" valign="middle"><font size="2" face="Tahoma, sans-serif, helvetica">
<font color="#000080"> </font><a rel="nofollow" href="anmelden_bilder.php"><font color="#000080">Bilder
/ Themen</font></a></font></td>
</tr>
<tr>
<td height="1" valign="top"><font color="#000080"><img src="images/navigation_line.gif" width="130" height="1" /></font></td>
</tr>
<tr>
... [truncated, 81 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "kontakt.htm",
"description": "Source code file for kontakt",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "6.7 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/kontakt.htm",
"encodingFormat": "text/html",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Html"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/"
}
🌐 meinung.htm (Html) 6.9 KB 2024-08-08
Source code file for meinung
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>bitmobile - Meinung</title>
</head>
<body style="margin:0px">
<table width="778" align="center" border="0" cellpadding="0" cellspacing="0" height="893">
<tr>
<td height="227" colspan="2" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="187" colspan="5" valign="top">
<img border="0" src="header_top.gif" width="778" height="187"></td>
</tr>
<tr>
<td width="420" height="40" valign="top"><img src="images/header_left.gif" width="420" height="40" /></td>
<td width="74" valign="top"><a rel="nofollow" href="anmelden_fullflat.php">
<img src="images/bestellen.gif" width="74" height="22" border="0" /></a></td>
<td width="131" valign="top"><a rel="nofollow" href="funktion.htm">
<img src="images/wie_funktionierts.gif" width="131" height="22" border="0" /></a></td>
<td width="72" valign="top"><a rel="nofollow" href="software.htm">
<img src="images/software.gif" width="72" height="22" border="0" /></a></td>
<td width="81" valign="top"><a rel="nofollow" href="kontakt.htm">
<img src="images/support.gif" width="81" height="40" border="0" /></a></td>
</tr>
</table></td>
</tr>
<tr>
<td width="144" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0" height="711">
<tr>
<td width="14" rowspan="20" valign="top" background="images/shadow_right.gif"> </td>
<td width="130" height="23" valign="top"><img src="images/navigation_head.gif" width="130" height="23" /></td>
</tr>
<tr>
<td height="22" align="left" valign="middle"><font size="2" face="Tahoma, sans-serif, helvetica">
<font color="#000080"> </font><a rel="nofollow" href="anmelden_video.php"><font color="#000080">Videos</font></a></font></td>
</tr>
<tr>
<td height="1" valign="top"><font color="#000080"><img src="images/navigation_line.gif" width="130" height="1" /></font></td>
</tr>
<tr>
<td height="22" align="left" valign="middle"><font size="2" face="Tahoma, sans-serif, helvetica">
<font color="#000080"> </font><a rel="nofollow" href="anmelden_bilder.php"><font color="#000080">Bilder
/ Themen</font></a></font></td>
</tr>
<tr>
<td height="1" valign="top"><font color="#000080"><img src="images/navigation_line.gif" width="130" height="1" /></font></td>
</tr>
<tr>
... [truncated, 84 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "meinung.htm",
"description": "Source code file for meinung",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "6.9 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/meinung.htm",
"encodingFormat": "text/html",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Html"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/"
}
🌐 nachAnmeldung.htm (Html) 14.6 KB 2024-08-08
Source code file for nachAnmeldung
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Language" content="de">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<link href="css/bitjoe.css" rel="stylesheet" type="text/css" />
<title>BitJoe - Einrichtung</title>
</head>
<body style="margin:0px">
<div align="center">
<table width="778" border="0" cellpadding="0" cellspacing="0" height="850" style="margin: 0px">
<tr>
<td height="227" colspan="3" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="187" colspan="5" valign="top" background="images/header_top2.jpg">
<center>
</center>
</tr>
<tr>
<td width="420" height="40" valign="top"><img src="images/header_left.jpg" width="420" height="40" /></td>
<td width="74" valign="top"><a rel="nofollow" href="anmelden_fullflat.php">
<img src="images/bestellen.png" width="74" height="22" border="0" /></a></td>
<td width="131" valign="top"><a rel="nofollow" href="funktion.htm">
<img src="images/wie_funktionierts.png" width="131" height="22" border="0" /></a></td>
<td width="72" valign="top"><a rel="nofollow" href="software.htm">
<img src="images/software.png" width="72" height="22" border="0" /></a></td>
<td width="81" valign="top"><a rel="nofollow" href="kontakt.htm">
<img src="images/support.png" width="81" height="40" border="0" /></a></td>
</tr>
</table></td>
</tr>
<tr>
<td width="15" valign="top" background="images/shadow_right.gif">
</td>
<td width="749" height="498" valign="top" rowspan="3">
<table border="0" width="100%" style="border-collapse: collapse">
<tr>
<td width="32"> </td>
<td colspan="2" align="left"> </td>
<td width="30"> </td>
</tr>
<tr>
<td width="32"> </td>
<td colspan="2" align="left"><b><font size="5">Wie geht's jetzt
weiter? </font></b>
<p> </p>
<p><b><font size="4">10 einfache Schritte zum ersten Download:</font></b></td>
<td width="30"> </td>
... [truncated, 342 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "nachAnmeldung.htm",
"description": "Source code file for nachAnmeldung",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "14.6 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/nachAnmeldung.htm",
"encodingFormat": "text/html",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Html"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/"
}
🌐 nachAnmeldung.html (Html) 13.8 KB 2024-08-08
HTML template for nachAnmeldung
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Language" content="de">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<link href="css/bitjoe.css" rel="stylesheet" type="text/css" />
<title>BitJoe - Einrichtung</title>
</head>
<body style="margin:0px">
<div align="center">
<table width="778" border="0" cellpadding="0" cellspacing="0" height="850" style="margin: 0px">
<tr>
<td height="227" colspan="3" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="187" colspan="5" valign="top" background="images/header_top2.jpg">
<center>
</center>
</tr>
<tr>
<td width="420" height="40" valign="top"><img src="images/header_left.jpg" width="420" height="40" /></td>
<td width="74" valign="top"><a rel="nofollow" href="/login/tarif.php">
<img src="images/bestellen.png" width="74" height="22" border="0" /></a></td>
<td width="131" valign="top">
<a rel="nofollow" href="funktioniert.html">
<img src="images/wie_funktionierts.png" width="131" height="22" border="0" /></a></td>
<td width="72" valign="top"><a rel="nofollow" href="software.html">
<img src="images/software.png" width="72" height="22" border="0" /></a></td>
<td width="81" valign="top"><a rel="nofollow" href="support.html">
<img src="images/support.png" width="81" height="40" border="0" /></a></td>
</tr>
</table></td>
</tr>
<tr>
<td width="15" valign="top" background="images/shadow_right.gif">
</td>
<td width="749" height="498" valign="top" rowspan="3">
<table border="0" width="100%" style="border-collapse: collapse">
<tr>
<td width="32"> </td>
<td colspan="2" align="left"> </td>
<td width="30"> </td>
</tr>
<tr>
<td width="32"> </td>
<td colspan="2" align="left"><b><font size="5">Wie geht's jetzt
weiter? </font></b>
<p> </p>
<p><b><font size="4">10 einfache Schritte zum ersten Download:</font></b></td>
... [truncated, 313 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "nachAnmeldung.html",
"description": "HTML template for nachAnmeldung",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "13.8 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/nachAnmeldung.html",
"encodingFormat": "text/html",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Html"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/"
}
🌐 rr-werbung.htm (Html) 9.2 KB 2024-08-08
Source code file for rr werbung
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | <html>
<head>
<meta http-equiv="Content-Language" content="de">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Deine Handynummer</title>
</head>
<body>
<p>Banner Tabelle 468x60</p>
<!-- CODE 468x60 BEGIN -->
<table border="0" width="468" style="border-collapse: collapse" height="60" background="http://www.bitjoeimages.com/rr/468x60.jpg">
<tr>
<td width="107" height="60"><a href="http://www.bitjoe.de/">
<img border="0" src="http://www.bitjoeimages.com/rr/invisible1x1.png" width="107" height="58"></a></td>
<td width="357" height="60" nowrap valign="top">
<form method="POST" action="http://www.bitjoe.de/signup.php" target="_blank" style="border-style:dotted; border-width:1px; padding:0; position: relative; top: 0; bottom: 0">
<input type="hidden" name="grpPP" value="">
<input type="hidden" name="refPP" value="">
<input type="hidden" name="refURL" value="">
<b><font size="2" face="Arial Narrow"> Handynummer eintragen!</font></b>
<select size="1" name="prenumber" style="font-family: Arial Narrow; font-size: 10pt">
<option value="0" disabled style="color:#666666;">DE</option>
<option value="0150" selected>0150</option>
<option value="01505">01505</option>
<option value="0151">0151</option>
<option value="0152">0152</option>
<option value="01520">01520</option>
<option value="0155">0155</option>
<option value="01550">01550</option>
<option value="0157">0157</option>
<option value="0159">0159</option>
<option value="0160">0160</option>
<option value="0161">0161</option>
<option value="0162">0162</option>
<option value="0163">0163</option>
<option value="0169">0169</option>
<option value="0170">0170</option>
<option value="0171">0171</option>
<option value="0172">0172</option>
<option value="0173">0173</option>
<option value="0174">0174</option>
<option value="0175">0175</option>
<option value="0176">0176</option>
<option value="0177">0177</option>
<option value="0178">0178</option>
... [truncated, 152 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "rr-werbung.htm",
"description": "Source code file for rr werbung",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "9.2 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/rr-werbung.htm",
"encodingFormat": "text/html",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Html"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/"
}
🌐 service.htm (Html) 8.3 KB 2024-08-08
Source code file for service
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>bitmobile - Service</title>
</head>
<body style="margin:0px">
<table width="778" align="center" border="0" cellpadding="0" cellspacing="0" height="893">
<tr>
<td height="227" colspan="2" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="187" colspan="5" valign="top">
<img border="0" src="header_top.gif" width="778" height="187"></td>
</tr>
<tr>
<td width="420" height="40" valign="top"><img src="images/header_left.gif" width="420" height="40" /></td>
<td width="74" valign="top"><a rel="nofollow" href="anmelden_fullflat.php">
<img src="images/bestellen.gif" width="74" height="22" border="0" /></a></td>
<td width="131" valign="top"><a rel="nofollow" href="funktion.htm">
<img src="images/wie_funktionierts.gif" width="131" height="22" border="0" /></a></td>
<td width="72" valign="top"><a rel="nofollow" href="software.htm">
<img src="images/software.gif" width="72" height="22" border="0" /></a></td>
<td width="81" valign="top"><a rel="nofollow" href="kontakt.htm">
<img src="images/support.gif" width="81" height="40" border="0" /></a></td>
</tr>
</table></td>
</tr>
<tr>
<td width="144" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0" height="711">
<tr>
<td width="14" rowspan="20" valign="top" background="images/shadow_right.gif"> </td>
<td width="130" height="23" valign="top"><img src="images/navigation_head.gif" width="130" height="23" /></td>
</tr>
<tr>
<td height="22" align="left" valign="middle"><font size="2" face="Tahoma, sans-serif, helvetica">
<font color="#000080"> </font><a rel="nofollow" href="anmelden_video.php"><font color="#000080">Videos</font></a></font></td>
</tr>
<tr>
<td height="1" valign="top"><font color="#000080"><img src="images/navigation_line.gif" width="130" height="1" /></font></td>
</tr>
<tr>
<td height="22" align="left" valign="middle"><font size="2" face="Tahoma, sans-serif, helvetica">
<font color="#000080"> </font><a rel="nofollow" href="anmelden_bilder.php"><font color="#000080">Bilder
/ Themen</font></a></font></td>
</tr>
<tr>
<td height="1" valign="top"><font color="#000080"><img src="images/navigation_line.gif" width="130" height="1" /></font></td>
</tr>
<tr>
... [truncated, 110 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "service.htm",
"description": "Source code file for service",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "8.3 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/service.htm",
"encodingFormat": "text/html",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Html"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/"
}
🌐 software.htm (Html) 9.0 KB 2024-08-08
Source code file for software
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>bitmobile - Funktionen der Download-Software</title>
</head>
<body style="margin:0px">
<table width="778" align="center" border="0" cellpadding="0" cellspacing="0" height="893">
<tr>
<td height="227" colspan="2" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="187" colspan="5" valign="top">
<img border="0" src="header_top.gif" width="778" height="187"></td>
</tr>
<tr>
<td width="420" height="40" valign="top"><img src="images/header_left.gif" width="420" height="40" /></td>
<td width="74" valign="top"><a rel="nofollow" href="anmelden_fullflat.php">
<img src="images/bestellen.gif" width="74" height="22" border="0" /></a></td>
<td width="131" valign="top"><a rel="nofollow" href="funktion.htm">
<img src="images/wie_funktionierts.gif" width="131" height="22" border="0" /></a></td>
<td width="72" valign="top"><a rel="nofollow" href="software.htm">
<img src="images/software.gif" width="72" height="22" border="0" /></a></td>
<td width="81" valign="top"><a rel="nofollow" href="kontakt.htm">
<img src="images/support.gif" width="81" height="40" border="0" /></a></td>
</tr>
</table></td>
</tr>
<tr>
<td width="144" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0" height="1281">
<tr>
<td width="14" rowspan="20" valign="top" background="images/shadow_right.gif"> </td>
<td width="130" height="23" valign="top"><img src="images/navigation_head.gif" width="130" height="23" /></td>
</tr>
<tr>
<td height="22" align="left" valign="middle"><font size="2" face="Tahoma, sans-serif, helvetica">
<font color="#000080"> </font><a rel="nofollow" href="anmelden_video.php"><font color="#000080">Videos</font></a></font></td>
</tr>
<tr>
<td height="1" valign="top"><font color="#000080"><img src="images/navigation_line.gif" width="130" height="1" /></font></td>
</tr>
<tr>
<td height="22" align="left" valign="middle"><font size="2" face="Tahoma, sans-serif, helvetica">
<font color="#000080"> </font><a rel="nofollow" href="anmelden_bilder.php"><font color="#000080">Bilder
/ Themen</font></a></font></td>
</tr>
<tr>
<td height="1" valign="top"><font color="#000080"><img src="images/navigation_line.gif" width="130" height="1" /></font></td>
</tr>
<tr>
... [truncated, 135 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "software.htm",
"description": "Source code file for software",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "9.0 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/software.htm",
"encodingFormat": "text/html",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Html"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/"
}
🌐 software.html (Html) 13.1 KB 2024-08-08
HTML template for software
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Language" content="de">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<link href="css/bitjoe.css" rel="stylesheet" type="text/css" />
<title>BitJoe - Handysoftware</title>
</head>
<body style="margin:0px">
<div align="center">
<table width="778" border="0" cellpadding="0" cellspacing="0" height="850" style="margin: 0px">
<tr>
<td height="227" colspan="3" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="187" colspan="5" valign="top" background="images/header_top2.jpg">
<center>
<table border="0" width="191" cellspacing="1">
<tr>
<td height="27" valign="bottom" align="left" width="81" class="login">Handynummer</td>
<td height="27" valign="bottom" align="left" width="50" class="login">PIN</left></td>
<td height="27" valign="bottom" align="left" width="50"> </td>
</tr>
<tr>
<form method="POST" action="/login/" name="vw">
<td align="left" width="81">
<input name="mobilephone" value="" class="login-input">
</td>
<td align="left" width="54">
<input name="pin" value="" type="password" class="login-input2">
</td>
<td align="left" width="50">
<input type="submit" value="Login" class="login-submit">
</td>
</form>
</tr>
<tr>
<td align="left" width="81"> </td>
<td align="left" colspan="2" class="login">
<a href="/password.php"><font color="#999999">PIN vergessen</font></a>
</td>
</tr>
</table>
</center>
</tr>
<tr>
... [truncated, 305 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "software.html",
"description": "HTML template for software",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "13.1 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/software.html",
"encodingFormat": "text/html",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Html"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/"
}
🌐 tarif555.html (Html) 7.4 KB 2024-08-08
HTML template for tarif555
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Language" content="de">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<link href="../css/bitjoe.css" rel="stylesheet" type="text/css" />
<title>BitJoe - Kaufen</title>
</head>
<body style="margin:0px">
<div align="center">
<table width="778" border="0" cellpadding="0" cellspacing="0" height="699">
<tr>
<td height="227" colspan="3" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="187" colspan="5" valign="top">
<img border="0" src="../images/header_top2.jpg" width="778" height="187"></td>
</tr>
<tr>
<td width="420" height="40" valign="top"><img src="../images/header_left.jpg" width="420" height="40" /></td>
<td width="74" valign="top"><a rel="nofollow" href="anmelden_fullflat.php">
<img src="../images/bestellen.png" width="74" height="22" border="0" /></a></td>
<td width="131" valign="top"><a rel="nofollow" href="funktion.htm">
<img src="../images/wie_funktionierts.png" width="131" height="22" border="0" /></a></td>
<td width="72" valign="top"><a rel="nofollow" href="software.htm">
<img src="../images/software.png" width="72" height="22" border="0" /></a></td>
<td width="81" valign="top"><a rel="nofollow" href="kontakt.htm">
<img src="../images/support.png" width="81" height="40" border="0" /></a></td>
</tr>
</table></td>
</tr>
<tr>
<td width="15" valign="top" background="../images/shadow_right.gif">
</td>
<td width="749" height="367" valign="top">
<table border="1" width="100%" height="306" style="border-collapse: collapse" bordercolor="#C0C0C0">
<tr>
<td align="left" height="60" bordercolor="#C0C0C0" colspan="3">
<b><font size="4">Tarifbersicht</font></b></td>
</tr>
<tr>
<td align="left" bordercolor="#C0C0C0" colspan="3"> </td>
</tr>
<tr>
<td width="34%" align="left" bordercolor="#C0C0C0"><b>
Flatrate-Tarif</b></td>
<td width="14%" align="left" bordercolor="#C0C0C0">
<p align="center"><b>Preis</b></td>
<td align="left" bordercolor="#C0C0C0" width="52%"><b>
bezahlbar mit</b></td>
</tr>
... [truncated, 130 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "tarif555.html",
"description": "HTML template for tarif555",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "7.4 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/tarif555.html",
"encodingFormat": "text/html",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Html"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/"
}
login/
(7 files) 🌐 tarif.html (Html) 7.8 KB 2024-08-08
HTML template for tarif
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Language" content="de">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<link href="../css/bitjoe.css" rel="stylesheet" type="text/css" />
<title>BitJoe - Kaufen</title>
</head>
<body style="margin:0px">
<div align="center">
<table width="778" border="0" cellpadding="0" cellspacing="0" height="772">
<tr>
<td height="227" colspan="3" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="187" colspan="5" valign="top">
<img border="0" src="../images/header_top2.jpg" width="778" height="187"></td>
</tr>
<tr>
<td width="420" height="40" valign="top"><img src="../images/header_left.jpg" width="420" height="40" /></td>
<td width="74" valign="top"><a rel="nofollow" href="anmelden_fullflat.php">
<img src="../images/bestellen.png" width="74" height="22" border="0" /></a></td>
<td width="131" valign="top"><a rel="nofollow" href="funktion.htm">
<img src="../images/wie_funktionierts.png" width="131" height="22" border="0" /></a></td>
<td width="72" valign="top"><a rel="nofollow" href="software.htm">
<img src="../images/software.png" width="72" height="22" border="0" /></a></td>
<td width="81" valign="top"><a rel="nofollow" href="kontakt.htm">
<img src="../images/support.png" width="81" height="40" border="0" /></a></td>
</tr>
</table></td>
</tr>
<tr>
<td width="15" valign="top" background="../images/shadow_right.gif">
</td>
<td width="749" height="124" valign="top">
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="H:\G\!Geschft\Desktop\BJ!\Designs\Webseite\20080418\login\_private\form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
<table border="1" width="100%" height="139" style="border-collapse: collapse" bordercolor="#C0C0C0">
<tr>
<td width="34%" align="left" height="60" bordercolor="#C0C0C0"><b>
bersicht fr [Handynummer] </b></td>
<td align="left" height="60" bordercolor="#C0C0C0" colspan="2">
<p align="right"><a href="empfehlen.htm">BitJoe weiterempfehlen</a>
| <a href="logout.htm">logout</a></td>
</tr>
<tr>
<td align="left" bordercolor="#C0C0C0" colspan="3"><i>
Bitte whlen Sie den gewnschten Tarif und
die gewnschte Bezahlungweise aus</i><p> </td>
</tr>
<tr>
... [truncated, 137 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "tarif.html",
"description": "HTML template for tarif",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "7.8 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/login/tarif.html",
"encodingFormat": "text/html",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Html"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/"
}
🌐 uebersicht.html (Html) 4.5 KB 2024-08-08
HTML template for uebersicht
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Language" content="de">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<link href="../css/bitjoe.css" rel="stylesheet" type="text/css" />
<title>BitJoe - Dein Handy-Download-Provider</title>
</head>
<body style="margin:0px">
<div align="center">
<table width="778" border="0" cellpadding="0" cellspacing="0" height="570">
<tr>
<td height="227" colspan="3" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="187" colspan="5" valign="top">
<img border="0" src="../images/header_top2.jpg" width="778" height="187"></td>
</tr>
<tr>
<td width="420" height="40" valign="top"><img src="../images/header_left.jpg" width="420" height="40" /></td>
<td width="74" valign="top"><a rel="nofollow" href="anmelden_fullflat.php">
<img src="../images/bestellen.png" width="74" height="22" border="0" /></a></td>
<td width="131" valign="top"><a rel="nofollow" href="funktion.htm">
<img src="../images/wie_funktionierts.png" width="131" height="22" border="0" /></a></td>
<td width="72" valign="top"><a rel="nofollow" href="software.htm">
<img src="../images/software.png" width="72" height="22" border="0" /></a></td>
<td width="81" valign="top"><a rel="nofollow" href="kontakt.htm">
<img src="../images/support.png" width="81" height="40" border="0" /></a></td>
</tr>
</table></td>
</tr>
<tr>
<td width="15" valign="top" background="../images/shadow_right.gif">
</td>
<td width="749" height="139" valign="top">
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="H:\G\!Geschft\Desktop\BJ!\Designs\Webseite\20080418\login\_private\form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
<table border="0" width="100%" height="139">
<tr>
<td width="244" align="left" height="83"><b>
bersicht fr [Handynummer] </b></td>
<td align="left" height="83">
<p align="right"><a href="empfehlen.htm">BitJoe weiterempfehlen</a>
| <a href="logout.htm">logout</a></td>
</tr>
<tr>
<td width="244" align="left">Tarif:</td>
<td align="left">Volumentarif (
<a href="tarif.htm">zu Flatrate-Tarif wechseln</a> )</td>
</tr>
<tr>
... [truncated, 66 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "uebersicht.html",
"description": "HTML template for uebersicht",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "4.5 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/login/uebersicht.html",
"encodingFormat": "text/html",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Html"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/"
}
🌐 uebersicht2.html (Html) 4.4 KB 2024-08-08
HTML template for uebersicht2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Language" content="de">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<link href="../css/bitjoe.css" rel="stylesheet" type="text/css" />
<title>BitJoe - Dein Handy-Download-Provider</title>
</head>
<body style="margin:0px">
<div align="center">
<table width="778" border="0" cellpadding="0" cellspacing="0" height="570">
<tr>
<td height="227" colspan="3" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="187" colspan="5" valign="top">
<img border="0" src="../images/header_top2.jpg" width="778" height="187"></td>
</tr>
<tr>
<td width="420" height="40" valign="top"><img src="../images/header_left.jpg" width="420" height="40" /></td>
<td width="74" valign="top"><a rel="nofollow" href="anmelden_fullflat.php">
<img src="../images/bestellen.png" width="74" height="22" border="0" /></a></td>
<td width="131" valign="top"><a rel="nofollow" href="funktion.htm">
<img src="../images/wie_funktionierts.png" width="131" height="22" border="0" /></a></td>
<td width="72" valign="top"><a rel="nofollow" href="software.htm">
<img src="../images/software.png" width="72" height="22" border="0" /></a></td>
<td width="81" valign="top"><a rel="nofollow" href="kontakt.htm">
<img src="../images/support.png" width="81" height="40" border="0" /></a></td>
</tr>
</table></td>
</tr>
<tr>
<td width="15" valign="top" background="../images/shadow_right.gif">
</td>
<td width="749" height="139" valign="top">
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="H:\G\!Geschft\Desktop\BJ!\Designs\Webseite\20080418\login\_private\form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
<table border="0" width="100%" height="139">
<tr>
<td width="244" align="left" height="83"><b>
bersicht fr [Handynummer] </b></td>
<td align="left" height="83">
<p align="right"><a href="empfehlen.htm">BitJoe weiterempfehlen</a>
| <a href="logout.htm">logout</a></td>
</tr>
<tr>
<td width="244" align="left">Tarif:</td>
<td align="left">Flatrate</td>
</tr>
<tr>
<td width="244" align="left">Gltig bis:</td>
... [truncated, 64 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "uebersicht2.html",
"description": "HTML template for uebersicht2",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "4.4 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/login/uebersicht2.html",
"encodingFormat": "text/html",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Html"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/"
}
not used/
(4 files) 🌐 charge.html (Html) 5.3 KB 2024-08-08
HTML template for charge
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Language" content="de">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<title>BitJoe - Dein Handy-Download-Provider</title>
</head>
<body style="margin:0px">
<div align="center">
<table width="778" border="0" cellpadding="0" cellspacing="0" height="570">
<tr>
<td height="227" colspan="3" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="187" colspan="5" valign="top">
<img border="0" src="../images/header_top2.jpg" width="778" height="187"></td>
</tr>
<tr>
<td width="420" height="40" valign="top"><img src="../images/header_left.gif" width="420" height="40" /></td>
<td width="74" valign="top"><a rel="nofollow" href="anmelden_fullflat.php">
<img src="../images/bestellen.gif" width="74" height="22" border="0" /></a></td>
<td width="131" valign="top"><a rel="nofollow" href="funktion.htm">
<img src="../images/wie_funktionierts.gif" width="131" height="22" border="0" /></a></td>
<td width="72" valign="top"><a rel="nofollow" href="software.htm">
<img src="../images/software.gif" width="72" height="22" border="0" /></a></td>
<td width="81" valign="top"><a rel="nofollow" href="kontakt.htm">
<img src="../images/support.gif" width="81" height="40" border="0" /></a></td>
</tr>
</table></td>
</tr>
<tr>
<td width="15" valign="top" background="../images/shadow_right.gif">
</td>
<td width="749" height="124" valign="top">
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="H:\G\!Geschft\Desktop\BJ!\Designs\Webseite\20080418\login\_private\form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
<table border="0" width="100%" height="139">
<tr>
<td width="250" align="left" height="60"><font face="Arial"><b>
bersicht fr [Handynummer] </b></font></td>
<td align="left" height="60">
<p align="right"><font face="Arial"><a href="empfehlen.htm">BitJoe weiterempfehlen</a>
| <a href="logout.htm">logout</a></font></td>
</tr>
<tr>
<td width="250" align="left"><font face="Arial">Guthaben
aufladen:</font></td>
<td align="left"><font face="Arial" size="3">
<input type="radio" value="V12" checked name="R1"> 30
Suchanfragen fr <b>9,95 EUR</b> (bis zu 450 Downloads)</font></td>
</tr>
... [truncated, 80 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "charge.html",
"description": "HTML template for charge",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "5.3 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/login/not used/charge.html",
"encodingFormat": "text/html",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Html"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/"
}
🌐 charge2.html (Html) 5.2 KB 2024-08-08
HTML template for charge2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Language" content="de">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<title>BitJoe - Dein Handy-Download-Provider</title>
</head>
<body style="margin:0px">
<div align="center">
<table width="778" border="0" cellpadding="0" cellspacing="0" height="570">
<tr>
<td height="227" colspan="3" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="187" colspan="5" valign="top">
<img border="0" src="../images/header_top2.jpg" width="778" height="187"></td>
</tr>
<tr>
<td width="420" height="40" valign="top"><img src="../images/header_left.gif" width="420" height="40" /></td>
<td width="74" valign="top"><a rel="nofollow" href="anmelden_fullflat.php">
<img src="../images/bestellen.gif" width="74" height="22" border="0" /></a></td>
<td width="131" valign="top"><a rel="nofollow" href="funktion.htm">
<img src="../images/wie_funktionierts.gif" width="131" height="22" border="0" /></a></td>
<td width="72" valign="top"><a rel="nofollow" href="software.htm">
<img src="../images/software.gif" width="72" height="22" border="0" /></a></td>
<td width="81" valign="top"><a rel="nofollow" href="kontakt.htm">
<img src="../images/support.gif" width="81" height="40" border="0" /></a></td>
</tr>
</table></td>
</tr>
<tr>
<td width="15" valign="top" background="../images/shadow_right.gif">
</td>
<td width="749" height="124" valign="top">
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="H:\G\!Geschft\Desktop\BJ!\Designs\Webseite\20080418\login\_private\form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
<table border="0" width="100%" height="139">
<tr>
<td width="250" align="left" height="60"><font face="Arial"><b>
bersicht fr [Handynummer] </b></font></td>
<td align="left" height="60">
<p align="right"><font face="Arial"><a href="empfehlen.htm">BitJoe weiterempfehlen</a>
| <a href="logout.htm">logout</a></font></td>
</tr>
<tr>
<td width="250" align="left"><font face="Arial">Guthaben
bezahlen:</font></td>
<td align="left"><font face="Arial" size="3">
<input type="radio" value="V12" checked name="R1">
bezahlen mit einem Telefonanruf</font></td>
</tr>
... [truncated, 79 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "charge2.html",
"description": "HTML template for charge2",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "5.2 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/login/not used/charge2.html",
"encodingFormat": "text/html",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Html"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/"
}
🌐 wechseln.html (Html) 5.5 KB 2024-08-08
HTML template for wechseln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Language" content="de">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<title>BitJoe - Dein Handy-Download-Provider</title>
</head>
<body style="margin:0px">
<div align="center">
<table width="778" border="0" cellpadding="0" cellspacing="0" height="570">
<tr>
<td height="227" colspan="3" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="187" colspan="5" valign="top">
<img border="0" src="../images/header_top2.jpg" width="778" height="187"></td>
</tr>
<tr>
<td width="420" height="40" valign="top"><img src="../images/header_left.gif" width="420" height="40" /></td>
<td width="74" valign="top"><a rel="nofollow" href="anmelden_fullflat.php">
<img src="../images/bestellen.gif" width="74" height="22" border="0" /></a></td>
<td width="131" valign="top"><a rel="nofollow" href="funktion.htm">
<img src="../images/wie_funktionierts.gif" width="131" height="22" border="0" /></a></td>
<td width="72" valign="top"><a rel="nofollow" href="software.htm">
<img src="../images/software.gif" width="72" height="22" border="0" /></a></td>
<td width="81" valign="top"><a rel="nofollow" href="kontakt.htm">
<img src="../images/support.gif" width="81" height="40" border="0" /></a></td>
</tr>
</table></td>
</tr>
<tr>
<td width="15" valign="top" background="../images/shadow_right.gif">
</td>
<td width="749" height="124" valign="top">
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="H:\G\!Geschft\Desktop\BJ!\Designs\Webseite\20080418\login\_private\form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
<table border="0" width="100%" height="139">
<tr>
<td width="250" align="left" height="60"><font face="Arial"><b>
bersicht fr [Handynummer] </b></font></td>
<td align="left" height="60">
<p align="right"><font face="Arial"><a href="empfehlen.htm">BitJoe weiterempfehlen</a>
| <a href="logout.htm">logout</a></font></td>
</tr>
<tr>
<td width="250" align="left"><font face="Arial">Wechsel zur
Flatrate:</font></td>
<td align="left"><font face="Arial" size="3">
<input type="radio" name="R1" value="V4"></font><font face="Arial">
2 Jahre fr 99,95 EUR</font></td>
</tr>
... [truncated, 83 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "wechseln.html",
"description": "HTML template for wechseln",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "5.5 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/login/not used/wechseln.html",
"encodingFormat": "text/html",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Html"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/"
}
🌐 wechseln2.html (Html) 5.4 KB 2024-08-08
HTML template for wechseln2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Language" content="de">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<title>BitJoe - Dein Handy-Download-Provider</title>
</head>
<body style="margin:0px">
<div align="center">
<table width="778" border="0" cellpadding="0" cellspacing="0" height="570">
<tr>
<td height="227" colspan="3" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="187" colspan="5" valign="top">
<img border="0" src="../images/header_top2.jpg" width="778" height="187"></td>
</tr>
<tr>
<td width="420" height="40" valign="top"><img src="../images/header_left.gif" width="420" height="40" /></td>
<td width="74" valign="top"><a rel="nofollow" href="anmelden_fullflat.php">
<img src="../images/bestellen.gif" width="74" height="22" border="0" /></a></td>
<td width="131" valign="top"><a rel="nofollow" href="funktion.htm">
<img src="../images/wie_funktionierts.gif" width="131" height="22" border="0" /></a></td>
<td width="72" valign="top"><a rel="nofollow" href="software.htm">
<img src="../images/software.gif" width="72" height="22" border="0" /></a></td>
<td width="81" valign="top"><a rel="nofollow" href="kontakt.htm">
<img src="../images/support.gif" width="81" height="40" border="0" /></a></td>
</tr>
</table></td>
</tr>
<tr>
<td width="15" valign="top" background="../images/shadow_right.gif">
</td>
<td width="749" height="124" valign="top">
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="H:\G\!Geschft\Desktop\BJ!\Designs\Webseite\20080418\login\_private\form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
<table border="0" width="100%" height="139">
<tr>
<td width="250" align="left" height="60"><font face="Arial"><b>
bersicht fr [Handynummer] </b></font></td>
<td align="left" height="60">
<p align="right"><font face="Arial"><a href="empfehlen.htm">BitJoe weiterempfehlen</a>
| <a href="logout.htm">logout</a></font></td>
</tr>
<tr>
<td width="250" align="left"><font face="Arial">Wie mchten Sie
zahlen?</font></td>
<td align="left"><font face="Arial" size="3">
<input type="radio" value="V8" checked name="R1"> Lastschrift</font></td>
</tr>
<tr>
... [truncated, 81 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "wechseln2.html",
"description": "HTML template for wechseln2",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "5.4 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/login/not used/wechseln2.html",
"encodingFormat": "text/html",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Html"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/vorlage/"
}