Anpassung von Adressen und Charset-Umstellung auf utf-8

This commit is contained in:
2016-07-08 13:31:51 +00:00
parent 1c201488b6
commit 19a604f024
14 changed files with 35 additions and 31 deletions

View File

@@ -16,14 +16,14 @@ echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\n";
echo " \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n"; echo " \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n";
echo "<html>\n"; echo "<html>\n";
echo " <head>\n"; echo " <head>\n";
echo " <title>RIST - Pablo Rink und Christian Steinle GbR</title>\n"; echo " <title>RIST - CS medien- und kommunikationssysteme</title>\n";
echo " <link rel=\"stylesheet\" media=\"all\" type=\"text/css\" href=\"css/best_page.css\" />\n"; echo " <link rel=\"stylesheet\" media=\"all\" type=\"text/css\" href=\"css/best_page.css\" />\n";
echo " <meta name=\"description\" content=\"RIST - Pablo Rink und Christian Steinle GbR\" /> \n"; echo " <meta name=\"description\" content=\"RIST - CS medien- und kommunikationssysteme\" /> \n";
echo " <meta name=\"keywords\" content=\"RIST\" /> \n"; echo " <meta name=\"keywords\" content=\"RIST\" /> \n";
echo " <meta name=\"Generator\" content=\"RIST (C) 2010. All rights reserved.\" /> \n"; echo " <meta name=\"Generator\" content=\"RIST (C) 2010. All rights reserved.\" /> \n";
echo " <meta name=\"robots\" content=\"index, follow\" /> \n"; echo " <meta name=\"robots\" content=\"index, follow\" /> \n";
echo " <link rel=\"shortcut icon\" href=\"favicon.ico\" /> \n"; echo " <link rel=\"shortcut icon\" href=\"favicon.ico\" /> \n";
echo " <meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" /> \n"; echo " <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /> \n";
echo " <meta http-equiv=\"expires\" content=\"0\">\n"; echo " <meta http-equiv=\"expires\" content=\"0\">\n";
echo " <meta http-equiv=\"cache-control\" content=\"no-cache\">\n"; echo " <meta http-equiv=\"cache-control\" content=\"no-cache\">\n";
echo " <meta http-equiv=\"pragma\" content=\"no-cache\">\n"; echo " <meta http-equiv=\"pragma\" content=\"no-cache\">\n";

View File

@@ -37,9 +37,11 @@ if ("6" == $_POST['step'])
$text .= "Tel: +49 7346 307415\n"; $text .= "Tel: +49 7346 307415\n";
$text .= "Email: info@ri-st.de\n"; $text .= "Email: info@ri-st.de\n";
$text .= "Web: http://www.ri-st.de\n"; $text .= "Web: http://www.ri-st.de\n";
$text .= "R!ST - Rink und Steinle GbR\n"; $text .= "R!ST\n";
$text .= "Im Gässele 8\n"; $text .= "CS medien- & kommunikationssysteme\n";
$text .= "89079 Ulm / Unterweiler\n"; $text .= "Christian Steinle\n";
$text .= "Geislinger Str. 14\n";
$text .= "73312 Geislingen\n";
$text .= "Gerichtsstand: Amtsgericht Ulm\n"; $text .= "Gerichtsstand: Amtsgericht Ulm\n";
$text .= "Steuernummer: 88019 / 59742\n"; $text .= "Steuernummer: 88019 / 59742\n";
@@ -53,14 +55,14 @@ echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\n";
echo " \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n"; echo " \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n";
echo "<html>\n"; echo "<html>\n";
echo " <head>\n"; echo " <head>\n";
echo " <title>RIST - Pablo Rink und Christian Steinle GbR</title>\n"; echo " <title>RIST - CS medien- und kommunikationssysteme</title>\n";
echo " <link rel=\"stylesheet\" media=\"all\" type=\"text/css\" href=\"css/best_page.css\" />\n"; echo " <link rel=\"stylesheet\" media=\"all\" type=\"text/css\" href=\"css/best_page.css\" />\n";
echo " <meta name=\"description\" content=\"RIST - Pablo Rink und Christian Steinle GbR\" /> \n"; echo " <meta name=\"description\" content=\"RIST - CS medien- und kommunikationssysteme\" /> \n";
echo " <meta name=\"keywords\" content=\"RIST\" /> \n"; echo " <meta name=\"keywords\" content=\"RIST\" /> \n";
echo " <meta name=\"Generator\" content=\"RIST (C) 2010. All rights reserved.\" /> \n"; echo " <meta name=\"Generator\" content=\"RIST (C) 2010. All rights reserved.\" /> \n";
echo " <meta name=\"robots\" content=\"index, follow\" /> \n"; echo " <meta name=\"robots\" content=\"index, follow\" /> \n";
echo " <link rel=\"shortcut icon\" href=\"favicon.ico\" /> \n"; echo " <link rel=\"shortcut icon\" href=\"favicon.ico\" /> \n";
echo " <meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" /> \n"; echo " <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /> \n";
echo " <meta http-equiv=\"expires\" content=\"0\">\n"; echo " <meta http-equiv=\"expires\" content=\"0\">\n";
echo " <meta http-equiv=\"cache-control\" content=\"no-cache\">\n"; echo " <meta http-equiv=\"cache-control\" content=\"no-cache\">\n";
echo " <meta http-equiv=\"pragma\" content=\"no-cache\">\n"; echo " <meta http-equiv=\"pragma\" content=\"no-cache\">\n";

View File

@@ -279,9 +279,9 @@ p.Feld {
#header #right { #header #right {
float: right; float: right;
width: 200px; width: 300px;
text-align: right; text-align: right;
margin-top: 10px; margin-top: 5px;
} }
#header p { #header p {

View File

@@ -16,14 +16,14 @@ echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\n";
echo " \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n"; echo " \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n";
echo "<html>\n"; echo "<html>\n";
echo " <head>\n"; echo " <head>\n";
echo " <title>RIST - Pablo Rink und Christian Steinle GbR</title>\n"; echo " <title>RIST - CS medien- und kommunikationssysteme</title>\n";
echo " <link rel=\"stylesheet\" media=\"all\" type=\"text/css\" href=\"css/best_page.css\" />\n"; echo " <link rel=\"stylesheet\" media=\"all\" type=\"text/css\" href=\"css/best_page.css\" />\n";
echo " <meta name=\"description\" content=\"RIST - Pablo Rink und Christian Steinle GbR\" /> \n"; echo " <meta name=\"description\" content=\"RIST - CS medien- und kommunikationssysteme\" /> \n";
echo " <meta name=\"keywords\" content=\"RIST\" /> \n"; echo " <meta name=\"keywords\" content=\"RIST\" /> \n";
echo " <meta name=\"Generator\" content=\"RIST (C) 2010. All rights reserved.\" /> \n"; echo " <meta name=\"Generator\" content=\"RIST (C) 2010. All rights reserved.\" /> \n";
echo " <meta name=\"robots\" content=\"index, follow\" /> \n"; echo " <meta name=\"robots\" content=\"index, follow\" /> \n";
echo " <link rel=\"shortcut icon\" href=\"favicon.ico\" /> \n"; echo " <link rel=\"shortcut icon\" href=\"favicon.ico\" /> \n";
echo " <meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" /> \n"; echo " <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /> \n";
echo " <meta http-equiv=\"expires\" content=\"0\">\n"; echo " <meta http-equiv=\"expires\" content=\"0\">\n";
echo " <meta http-equiv=\"cache-control\" content=\"no-cache\">\n"; echo " <meta http-equiv=\"cache-control\" content=\"no-cache\">\n";
echo " <meta http-equiv=\"pragma\" content=\"no-cache\">\n"; echo " <meta http-equiv=\"pragma\" content=\"no-cache\">\n";

View File

@@ -165,7 +165,7 @@ echo " <link rel=\"stylesheet\" media=\"all\" type=\"text/css\" href=\"css/page
echo "<!--[if lte IE 7]>\n"; echo "<!--[if lte IE 7]>\n";
echo " <link rel=\"stylesheet\" href=\"css/ie6.css\" type=\"text/css\" />\n"; echo " <link rel=\"stylesheet\" href=\"css/ie6.css\" type=\"text/css\" />\n";
echo "<![endif]-->\n"; echo "<![endif]-->\n";
echo " <meta name=\"description\" content=\"RIST - Pablo Rink und Christian Steinle GbR\" /> \n"; echo " <meta name=\"description\" content=\"RIST - CS medien- und kommunikationssysteme\" /> \n";
echo " <meta name=\"keywords\" content=\"RIST\" /> \n"; echo " <meta name=\"keywords\" content=\"RIST\" /> \n";
echo " <meta name=\"Generator\" content=\"RIST (C) 2010. All rights reserved.\" /> \n"; echo " <meta name=\"Generator\" content=\"RIST (C) 2010. All rights reserved.\" /> \n";
echo " <meta name=\"robots\" content=\"index, follow\" /> \n"; echo " <meta name=\"robots\" content=\"index, follow\" /> \n";

View File

@@ -5,7 +5,7 @@
<col width="40%"/> <col width="40%"/>
</colgroup> </colgroup>
<tr> <tr>
<th>R!ST Verwaltung - Pablo Rink und Christian Steinle GbR</th> <th>R!ST Verwaltung - CS medien- & kommunikationssysteme</th>
<th><a href="http://www.ri-st.de/" target="_blank">www.ri-st.de</a></th> <th><a href="http://www.ri-st.de/" target="_blank">www.ri-st.de</a></th>
</tr> </tr>
</table> </table>

View File

@@ -17,8 +17,9 @@ else
<div id="right"> <div id="right">
<p> <p>
R!ST<br/> R!ST<br/>
Rink und Steinle GbR<br/> CS medien- & kommunikationssysteme<br/>
Im Gässele 8<br/> Christian Steinle<br/>
89079 Unterweiler Geilsinger Str. 14<br/>
73312 Geislingen
</p> </p>
</div> </div>

View File

@@ -2,8 +2,9 @@
<div id="right"> <div id="right">
<p> <p>
R!ST<br/> R!ST<br/>
Rink und Steinle GbR<br/> CS medien- & kommunikationssysteme<br/>
Im Gässele 8<br/> Christian Steinle<br/>
89079 Unterweiler Geilsinger Str. 14<br/>
73312 Geislingen
</p> </p>
</div> </div>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Website</title> <title>Website</title>
<script type="text/javascript"> <script type="text/javascript">
function change_style(div) { function change_style(div) {

View File

@@ -30,7 +30,7 @@ $headers .= "\nMIME-Version: 1.0\n" .
$email_message = "This is a multi-part message in MIME format.\n\n" . $email_message = "This is a multi-part message in MIME format.\n\n" .
"--{$mime_boundary}\n" . "--{$mime_boundary}\n" .
"Content-Type:text; charset=\"iso-8859-1\"\n" . "Content-Type:text; charset=\"utf-8\"\n" .
"Content-Transfer-Encoding: 8bit\n\n" . "Content-Transfer-Encoding: 8bit\n\n" .
$email_message . "\n\n"; $email_message . "\n\n";

View File

@@ -26,7 +26,7 @@ $headers .= "\nMIME-Version: 1.0\n" .
$email_message = "This is a multi-part message in MIME format.\n\n" . $email_message = "This is a multi-part message in MIME format.\n\n" .
"--{$mime_boundary}\n" . "--{$mime_boundary}\n" .
"Content-Type:text; charset=\"iso-8859-1\"\n" . "Content-Type:text; charset=\"utf-8\"\n" .
"Content-Transfer-Encoding: 8bit\n\n" . "Content-Transfer-Encoding: 8bit\n\n" .
$email_message . "\n\n"; $email_message . "\n\n";

View File

@@ -3,9 +3,9 @@ $pdf->SetFont('Helvetica', '', 8);
$pdf->SetY(50); $pdf->SetY(50);
$pdf->SetX(25); $pdf->SetX(25);
$pdf->SetLeftMargin(25); $pdf->SetLeftMargin(25);
$pdf->Write(4, "Pablo Rink und Christian Steinle GbR"); $pdf->Write(4, "CS medien - Christian Steinle");
$pdf->Write(4, ", Im Gässele 8, 89079 Ulm / Unterweiler\n\n"); $pdf->Write(4, ", Geislinger Str. 14, 73312 Geislingen\n\n");
$pdf->SetFont('Helvetica', '', 10); $pdf->SetFont('Helvetica', '', 10);

View File

@@ -9,9 +9,9 @@ $this->Image('img/1000_logo.gif', 20, 20, 50);
$this->SetFont('Helvetica', '', 10); $this->SetFont('Helvetica', '', 10);
$this->SetY(20); $this->SetY(20);
$this->SetLeftMargin(148); $this->SetLeftMargin(148);
$this->Cell(52, 4, "Pablo Rink und Christian Steinle GbR", 0, 1, 'R'); $this->Cell(52, 4, "CS medien - Christian Steinle", 0, 1, 'R');
$this->Cell(52, 4, "Im Gässele 8", 0, 1, 'R'); $this->Cell(52, 4, "Geislinger Str. 14", 0, 1, 'R');
$this->Cell(52, 4, "89079 Ulm / Unterweiler", 0, 1, 'R'); $this->Cell(52, 4, "73312 Geislingen", 0, 1, 'R');
$this->SetLeftMargin(20); $this->SetLeftMargin(20);
$this->SetY(55); $this->SetY(55);

View File

@@ -89,7 +89,7 @@ if ("" != $nt['Text'])
$pdf->Write(4, "\n" . $nt['Text'] . "\n"); $pdf->Write(4, "\n" . $nt['Text'] . "\n");
} }
$var = "Mit freundlichen Grüßen\nPablo Rink und Christian Steinle"; $var = "Mit freundlichen Grüßen\nChristian Steinle";
include __DIR__ . "/replace_gruss.php"; include __DIR__ . "/replace_gruss.php";
$pdf->SetFont('Helvetica', '', 10); $pdf->SetFont('Helvetica', '', 10);
$pdf->Write(4, "\n" . $var); $pdf->Write(4, "\n" . $var);