html5
parent
75448045cf
commit
550467697f
@ -0,0 +1,39 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
header {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
footer {
|
||||
display: block;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
footer p {
|
||||
margin: 10px auto;
|
||||
}
|
||||
|
||||
#logo {
|
||||
background: url('../pic/himmel.png') top left no-repeat;
|
||||
display: block;
|
||||
height: 32px;
|
||||
margin: 10px auto;
|
||||
width: 380px;
|
||||
}
|
||||
|
||||
#body {
|
||||
margin: 0 5%;
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.menu ul {
|
||||
margin: 0 0 0 20px;
|
||||
}
|
@ -1,15 +1,15 @@
|
||||
<?php
|
||||
$title = "Index";
|
||||
$header = "Index";
|
||||
include "../../camp2011/includes/header.php";
|
||||
$title = "Start";
|
||||
$header = "Start";
|
||||
include "../includes/header.php";
|
||||
|
||||
echo "<p>" . Get_Text("index_text1") . "</p>\n";
|
||||
echo "<p>" . Get_Text("index_text2") . "</p>\n";
|
||||
echo "<p>" . Get_Text("index_text3") . "</p>\n";
|
||||
|
||||
include "../../camp2011/includes/login_eingabefeld.php";
|
||||
include "../includes/login_eingabefeld.php";
|
||||
|
||||
echo "<h6>" . Get_Text("index_text4") . "</h6>";
|
||||
|
||||
include "../../camp2011/includes/footer.php";
|
||||
include "../includes/footer.php";
|
||||
?>
|
||||
|
Loading…
Reference in New Issue