-
Notifications
You must be signed in to change notification settings - Fork 1
/
db_zeitreihe.php
72 lines (68 loc) · 1.68 KB
/
db_zeitreihe.php
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!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;
@media print {
* {
text-shadow: none !important;
color: #000 !important;
background: transparent !important;
box-shadow: none !important;
border-width:0 0px 0px 0 !important;
page-break-inside: avoid;
}
}
</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">
Gruppenansicht Düsseldorfer Schülerinventar online
</div>
</div>
<? include("zeitleistef1.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>
</td>
</tr>
</table>
</body>
</html>