This commit is contained in:
Philip Häusler 2011-06-01 13:36:24 +02:00
parent 75448045cf
commit 550467697f
6 changed files with 132 additions and 93 deletions

View File

@ -1,9 +1,10 @@
<!-- anfang des footers //--> <!-- anfang des footers //-->
<br /> <br />
<p align="center"> <p align="center">
<?php if(IsSet($_SESSION['oldurl'])) <?php
echo "<a href=\"" . $_SESSION["oldurl"] . "\">" . Get_Text("back") . "</a>&nbsp;"; if (IsSet ($_SESSION['oldurl']))
?> echo "<a href=\"" . $_SESSION["oldurl"] . "\">" . Get_Text("back") . "</a>&nbsp;";
?>
<a href="#top"><?php echo Get_Text("top"); ?></a> <a href="#top"><?php echo Get_Text("top"); ?></a>
</p> </p>
</td> </td>
@ -13,27 +14,27 @@
<!-- anfang des menue parts //--> <!-- anfang des menue parts //-->
<?php <?php
if($_SESSION['Menu'] == "R")
include("menu.php");
if ($_SESSION['Menu'] == "R")
include ("menu.php");
?> ?>
<!-- ende des menue parts //--> <!-- ende des menue parts //-->
</tr>
<tr>
<td colspan="2">
<h5 align="center"> &#169; copyleft - <a href="mailto:erzengel@lists.ccc.de">Kontakt</a>
<?php
include("funktion_counter.php");
include("funktion_flag.php");
?></h5>
</td>
</tr>
</table> </table>
<footer>
<p>
&copy; copyleft - <a href="mailto:erzengel@lists.ccc.de">Kontakt</a><br />
This is hell. Really.
</p>
</footer>
<!-- </div> --> <?php
<?php mysql_close($con); ?>
<!-- </div> -->
include ("funktion_counter.php");
mysql_close($con);
?>
</body> </body>
</html> </html>

View File

@ -1,40 +1,37 @@
<?php <?php
include "header_start.php"; include "header_start.php";
echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n"; echo "<!DOCTYPE html>\n";
?> ?>
<html xmlns="http://www.w3.org/1999/xhtml"> <html>
<head> <head>
<title><?php echo $title; ?></title> <title><?php echo $title; ?> - Engelsystem</title>
<meta charset="UTF-8" />
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="content-style-type" content="text/css" />
<meta name="keywords" content="Engel, Himmelsverwaltung" /> <meta name="keywords" content="Engel, Himmelsverwaltung" />
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="expires" content="0" /> <meta http-equiv="expires" content="0" />
<meta name="robots" content="index" /> <meta name="robots" content="index" />
<meta name="revisit-after" content="1 days" /> <meta name="revisit-after" content="1 days" />
<meta http-equiv="content-language" content="de" /> <script type="text/javascript" src="css/grossbild.js"></script>
<script type="text/javascript" src="<?php echo $url . $ENGEL_ROOT; ?>/css/grossbild.js"></script> <link rel="stylesheet" type="text/css" href="css/base.css" />
<link rel="stylesheet" type="text/css" href="<?php echo $url . $ENGEL_ROOT; ?>css/style<?php <link rel="stylesheet" type="text/css" href="css/style<?php echo isset($_SESSION['color']) ? $_SESSION['color'] : "6" ?>.css" />
if(!isset($_SESSION['color']))
echo "6";
else
echo $_SESSION['color'];
?>.css" />
<?php <?php
if(isset($reload)) {
if ($reload == "")
$reload = 3330;
echo "\n<meta http-equiv=\"refresh\" content=\"" . $reload . "; URL=./?reload=" . $reload . "\">\n";
if (isset ($reload)) {
if ($reload == "")
$reload = 3330;
echo "\n<meta http-equiv=\"refresh\" content=\"" . $reload . "; URL=./?reload=" . $reload . "\">\n";
} }
if(isset($Page["AutoReload"])) if (isset ($Page["AutoReload"]))
echo "\n<meta http-equiv=\"refresh\" content=\"". $Page["AutoReload"]. echo "\n<meta http-equiv=\"refresh\" content=\"" . $Page["AutoReload"] .
"; URL=". $url. $ENGEL_ROOT. $Page["Name"]."\">\n"; "; URL=" . $url . $ENGEL_ROOT . $Page["Name"] . "\">\n";
echo "</head>\n"; echo "</head>\n";
@ -43,40 +40,31 @@ echo "</head>\n";
///////////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////////////
echo "<body>\n"; echo "<body>\n";
echo "<div align=\"center\">\n\n"; echo '<header><a href="' . $url . $ENGEL_ROOT . '" id="logo"></a></header>';
if( isset($_SESSION['color']) && ($_SESSION['color']==6) )
{
echo "<a name=\"top\"><img src=\"". $url. $ENGEL_ROOT. "pic/himmel_w.png\" alt=\"Unser Himmel\" /></a>\n";
}
else
{
echo "<a name=\"top\"><img src=\"". $url. $ENGEL_ROOT. "pic/himmel.png\" alt=\"Unser Himmel\" /></a>\n";
}
echo "</div>\n\n";
//ausgabe new message //ausgabe new message
if( isset($_SESSION['CVS']["nonpublic/messages.php"])) if (isset ($_SESSION['CVS']["nonpublic/messages.php"])) {
{ if ($_SESSION['CVS']["nonpublic/messages.php"] == "Y") {
if( $_SESSION['CVS']["nonpublic/messages.php"] == "Y") $SQL = "SELECT `Datum` FROM `Messages` WHERE `RUID`=" . $_SESSION["UID"] . " AND `isRead`='N'";
{ $erg = mysql_query($SQL, $con);
$SQL = "SELECT `Datum` FROM `Messages` WHERE `RUID`=". $_SESSION["UID"]. " AND `isRead`='N'"; if (mysql_num_rows($erg) > 0)
$erg = mysql_query($SQL, $con); echo "<br /><a href=\"" . $url . $ENGEL_ROOT .
if( mysql_num_rows( $erg ) > 0 ) "nonpublic/messages.php\">" . Get_Text("pub_messages_new1") .
echo "<br /><a href=\"". $url. $ENGEL_ROOT. " " . mysql_num_rows($erg) . " " .
"nonpublic/messages.php\">". Get_Text("pub_messages_new1"). Get_Text("pub_messages_new2") . "</a><br /><br />";
" ". mysql_num_rows( $erg ). " ". }
Get_Text("pub_messages_new2"). "</a><br /><br />";
}
} }
?> ?>
<table width="95%" align="center" border="0" cellpadding="7" cellspacing="0"> <table id="body" width="90%" align="center" border="0" cellpadding="7" cellspacing="0">
<tr> <tr>
<?php <?php
//ausgaeb Menu //ausgaeb Menu
if( !isset($_SESSION['Menu'])) $_SESSION['Menu'] = "L"; if (!isset ($_SESSION['Menu']))
if( $_SESSION['Menu'] =="L") include("menu.php"); $_SESSION['Menu'] = "L";
if ($_SESSION['Menu'] == "L")
include ("menu.php");
?> ?>
<td valign="top" align="center"> <td valign="top" align="center">
@ -84,12 +72,13 @@ if( $_SESSION['Menu'] =="L") include("menu.php");
<tr class="contenttopic"> <tr class="contenttopic">
<td> <td>
<?php <?php
echo "<a name=\"" . $header . "\" class=\"contenttopic\">";
if( strlen( $header) == 0 )
echo "\n<b>". Get_Text($Page["Name"]). "</b></a>\n";
else
echo "\n<b>$header</b></a>\n";
echo "<a name=\"" . $header . "\" class=\"contenttopic\">";
if (strlen($header) == 0)
echo "\n<b>" . Get_Text($Page["Name"]) . "</b></a>\n";
else
echo "\n<b>$header</b></a>\n";
?> ?>
</td> </td>
</tr> </tr>
@ -97,28 +86,30 @@ if( $_SESSION['Menu'] =="L") include("menu.php");
<td> <td>
<br /> <br />
<?php <?php
if(isset($_SESSION['UID'])) {
if(isset($_SESSION['oldurl']))
$BACKUP_SESSION_OLDURL = $_SESSION['oldurl']; if (isset ($_SESSION['UID'])) {
if(isset($_SESSION['newurl'])) if (isset ($_SESSION['oldurl']))
$_SESSION['oldurl'] = $_SESSION['newurl']; $BACKUP_SESSION_OLDURL = $_SESSION['oldurl'];
$_SESSION['newurl'] = $_SERVER["REQUEST_URI"]; if (isset ($_SESSION['newurl']))
$_SESSION['oldurl'] = $_SESSION['newurl'];
$_SESSION['newurl'] = $_SERVER["REQUEST_URI"];
} }
function SetHeaderGo2Back() { function SetHeaderGo2Back() {
global $BACKUP_SESSION_OLDURL; global $BACKUP_SESSION_OLDURL;
$_SESSION['oldurl'] = $BACKUP_SESSION_OLDURL; $_SESSION['oldurl'] = $BACKUP_SESSION_OLDURL;
} }
if($Page["CVS"] != "Y") { if ($Page["CVS"] != "Y") {
echo "Du besitzt kein Rechte f&uuml;r diesen Bereich.<br />\n"; echo "Du besitzt kein Rechte f&uuml;r diesen Bereich.<br />\n";
if(isset($_SESSION['oldurl'])) if (isset ($_SESSION['oldurl']))
echo "<a href=\"" . $_SESSION["oldurl"] . "\">" . Get_Text("back") . "</a> geht's zur&uuml;ck...\n"; echo "<a href=\"" . $_SESSION["oldurl"] . "\">" . Get_Text("back") . "</a> geht's zur&uuml;ck...\n";
else else
echo "<a href=\"" . $url . $ENGEL_ROOT . "\">" . Get_Text("back") . "</a> geht's zur&uuml;ck...\n"; echo "<a href=\"" . $url . $ENGEL_ROOT . "\">" . Get_Text("back") . "</a> geht's zur&uuml;ck...\n";
exit (); exit ();
} }
?> ?>

View File

@ -57,6 +57,10 @@ if( isset($_SESSION['UID']))
</table> </table>
<?php <?php
} }
?>
<?php
include ("funktion_flag.php");
?> ?>
</td> </td>

39
www-ssl/css/base.css Normal file
View File

@ -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;
}

View File

@ -6,6 +6,10 @@ body {
font-size: small font-size: small
} }
#logo {
background-image: url('../pic/himmel_w.png');
}
a { a {
text-decoration: none; text-decoration: none;
color: #ff9900 color: #ff9900

View File

@ -1,15 +1,15 @@
<?php <?php
$title = "Index"; $title = "Start";
$header = "Index"; $header = "Start";
include "../../camp2011/includes/header.php"; include "../includes/header.php";
echo "<p>" . Get_Text("index_text1") . "</p>\n"; echo "<p>" . Get_Text("index_text1") . "</p>\n";
echo "<p>" . Get_Text("index_text2") . "</p>\n"; echo "<p>" . Get_Text("index_text2") . "</p>\n";
echo "<p>" . Get_Text("index_text3") . "</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>"; echo "<h6>" . Get_Text("index_text4") . "</h6>";
include "../../camp2011/includes/footer.php"; include "../includes/footer.php";
?> ?>