Inhalt

Aktueller Ordner: /

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 name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="css/bootstrap.min.css">
  <script src="jquery/jquery.min.js"></script>
  <script src="js/bootstrap.min.js"></script>
  <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>
    <td valign=top class="auto-style10">

<div class="panel panel-default">
  <div class="panel-heading">DÜSK</div>
  <div class="panel-body">
    Druckansicht Düsseldorfer Schülerinventar online
  </div>
</div>
  <? include("db_profil_lesen.php");  ?>
<div class="panel panel-default">
  <div class="panel-heading">Paul Koop M.A.</div>
  <div class="panel-body">
    Thomashofstrasse 19<br>
    52070 Aachen
  </div>
</div>
&nbsp;</td>
  </tr>

</table>
</body>
</html>