Inhalt

Aktueller Ordner: duesseldorfer-schuelerinventar-php-mysql
⬅ Übergeordnet

PHP-Quelltext: db_druckansicht.php

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Duesseldorfer Schuelerinventar Paul Koop M.A.</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="style.css" rel="stylesheet" type="text/css">
<style type="text/css">
.auto-style1 {
    font-size: xx-large;
    color: #FFFFFF;
    background-color: #0000FF;
}
.auto-style3 {
    background-color: #0000FF;
}
.auto-style6 {
    color: #FFFFFF;
    background-color: #0000FF;
}
.auto-style7 {
    font-size: xx-small;
}
.auto-style8 {
    color: #FFFFFF;
}
.auto-style9 {
    font-size: medium;
}
.auto-style10 {
    background-color: #FFFFFF;
}
</style>
</head>

<body class="schrift">
<? include("db_con_func.php"); ?>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
  <tr bgcolor="#66FFFF">
    <td height="10%" colspan="2" bgcolor="#0000FF" class="auto-style1">D<span class="auto-style3">ÜSK<br>
    <span class="auto-style9" >Düsseldorfer Schülerinventar online</span></span></td>
  </tr>
  <tr>
    <td valign=top class="auto-style10">
        <? include("db_profil_lesen.php");  ?>

&nbsp;</td>
  </tr>
  <tr bgcolor="#66FFFF">
    <td height="10%" colspan="2" bgcolor="#0000FF" class="auto-style6">Paul Koop 
    M.A.<br>Thomashofstraße 19<br>52070 Aachen<br><span class="auto-style7">
    Nützen Sie den Gastzugang zu Testzwecken. Den Quellcode der Onlineversion 
    können Sie auf meiner Website <a href="http://www.paul-koop.org">
    <span class="auto-style8">http://www.paul-koop.org</span></a> für ihr 
    lokales Netzwerk downloaden.</span></td>
  </tr>
</table>
</body>
</html>