local changes for spezial includes

This commit is contained in:
root 2010-11-10 21:03:28 +01:00
parent 3b6e2b24b1
commit 26b183befb
49 changed files with 157 additions and 157 deletions

View File

@ -1,10 +1,10 @@
<?PHP <?PHP
include ("../includes/config.php"); include ("../../27c3/includes/config.php");
include ("../includes/error_handler.php"); include ("../../27c3/includes/error_handler.php");
include ("../includes/config_db.php"); include ("../../27c3/includes/config_db.php");
if( !isset($_SESSION)) session_start(); if( !isset($_SESSION)) session_start();
include ("../includes/secure.php"); include ("../../27c3/includes/secure.php");
// Parameter check // Parameter check

View File

@ -1,8 +1,8 @@
<?php <?php
$title = "R&auml;ume"; $title = "R&auml;ume";
$header = "Verwaltung der R&auml;ume"; $header = "Verwaltung der R&auml;ume";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
include("../../includes/funktion_db.php"); include("../../../27c3/includes/funktion_db.php");
function runSQL( $SQL) function runSQL( $SQL)
{ {
@ -187,5 +187,5 @@ case 'delete':
} }
} }
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -2,7 +2,7 @@
$title = "ChangeLog"; $title = "ChangeLog";
$header = "Datenbank-Auszug"; $header = "Datenbank-Auszug";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
$SQL = "SELECT * FROM `ChangeLog` ORDER BY `Time` DESC LIMIT 0,10000"; $SQL = "SELECT * FROM `ChangeLog` ORDER BY `Time` DESC LIMIT 0,10000";
$Erg = mysql_query($SQL, $con); $Erg = mysql_query($SQL, $con);
@ -24,6 +24,6 @@ for ($n = 0 ; $n < mysql_num_rows($Erg) ; $n++)
echo "</table>\n"; echo "</table>\n";
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -1,8 +1,8 @@
<?php <?php
$title = "UserPicture"; $title = "UserPicture";
$header = "Verwaltung der User Picture"; $header = "Verwaltung der User Picture";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
include ("../../includes/funktion_schichtplan_aray.php"); include ("../../../27c3/includes/funktion_schichtplan_aray.php");
if( IsSet($_GET["action"]) ) if( IsSet($_GET["action"]) )
@ -145,5 +145,5 @@ echo "</table>";
echo "<br><a href=\"./UserPicture.php?action=FormUpload\">picture upload</a>\n"; echo "<br><a href=\"./UserPicture.php?action=FormUpload\">picture upload</a>\n";
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -2,8 +2,8 @@
$title = "akive Engel"; $title = "akive Engel";
$header = "Liste der aktiven Engel"; $header = "Liste der aktiven Engel";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
include ("../../includes/funktion_db_list.php"); include ("../../../27c3/includes/funktion_db_list.php");
echo "<form action=\"./aktiv.php\" method=\"post\">"; echo "<form action=\"./aktiv.php\" method=\"post\">";
echo Get_Text("pub_aktive_Text1")."<br>\n"; echo Get_Text("pub_aktive_Text1")."<br>\n";
@ -92,6 +92,6 @@ echo "</table>";
echo "<br>Anzahl eintraege: $aktivecount / $rowcount (Aktive/Mitschichten)<br><br>"; echo "<br>Anzahl eintraege: $aktivecount / $rowcount (Aktive/Mitschichten)<br><br>";
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -1,8 +1,8 @@
<?PHP <?PHP
$title = "DB Update from XML"; $title = "DB Update from XML";
$header = "DB Update from XML"; $header = "DB Update from XML";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
include ("../../includes/funktion_xml.php"); include ("../../../27c3/includes/funktion_xml.php");
/////////// ///////////
// DEBUG // // DEBUG //
@ -271,10 +271,10 @@ echo "<hr>\n";
V e r s i o n V e r s i o n
##############################################################################################*/ ##############################################################################################*/
if( $EnableRoomFunctions) if( $EnableRoomFunctions)
include("../../includes/funktion_xml_room.php"); include("../../../27c3/includes/funktion_xml_room.php");
if( $EnableSchudleFunctions) if( $EnableSchudleFunctions)
include("../../includes/funktion_xml_schudle.php"); include("../../../27c3/includes/funktion_xml_schudle.php");
/*############################################################################################## /*##############################################################################################
@ -288,6 +288,6 @@ echo "</form>\n";
} //if XMLopenOOK } //if XMLopenOOK
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -2,8 +2,8 @@
$title = "Debug-Liste"; $title = "Debug-Liste";
$header = "Datenbank-Auszug"; $header = "Datenbank-Auszug";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
include ("../../includes/funktion_db_list.php"); include ("../../../27c3/includes/funktion_db_list.php");
echo "<h1>Web Counter</h1>"; echo "<h1>Web Counter</h1>";
funktion_db_list("Counter"); funktion_db_list("Counter");
@ -51,6 +51,6 @@ funktion_db_element_list_2row( "Engeltypen",
"SELECT COUNT(`Art`), `Art` FROM `User` GROUP BY `Art`"); "SELECT COUNT(`Art`), `Art` FROM `User` GROUP BY `Art`");
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -2,11 +2,11 @@
$title = "Engelsystem - DECT"; $title = "Engelsystem - DECT";
$header = "DECT send call"; $header = "DECT send call";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
include ("../../includes/config_IAX.php"); include ("../../../27c3/includes/config_IAX.php");
//include ("../../includes/funktion_modem.php"); //include ("../../../27c3/includes/funktion_modem.php");
include ("../../includes/funktion_cron.php"); include ("../../../27c3/includes/funktion_cron.php");
if( !isset($_GET["dial"])) $_GET["dial"] = ""; if( !isset($_GET["dial"])) $_GET["dial"] = "";
if( !isset($_GET["custum"])) $_GET["custum"] = ""; if( !isset($_GET["custum"])) $_GET["custum"] = "";
@ -65,6 +65,6 @@ if( $_GET["dial"]=="dial")
echo "</form>"; echo "</form>";
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -1,7 +1,7 @@
<?PHP <?PHP
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -2,8 +2,8 @@
$title = "Himmel"; $title = "Himmel";
$header = "FAQ / Fragen an die Erzengel"; $header = "FAQ / Fragen an die Erzengel";
$submenus = 1; $submenus = 1;
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
include ("../../includes/funktion_db.php"); include ("../../../27c3/includes/funktion_db.php");
//var init //var init
$quest_bearb=0; $quest_bearb=0;
@ -279,5 +279,5 @@ else
echo "</ul>\n"; echo "</ul>\n";
} }
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -2,8 +2,8 @@
$title = "Erzengel"; $title = "Erzengel";
$header = "Freie Engel"; $header = "Freie Engel";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
include ("../../includes/funktion_db_list.php"); include ("../../../27c3/includes/funktion_db_list.php");
echo "Hallo ".$_SESSION['Nick'].",<br>\n"; echo "Hallo ".$_SESSION['Nick'].",<br>\n";
@ -99,6 +99,6 @@ for ($i=0; $i < $Zeilen; $i++)
} }
echo "</table>\n"; echo "</table>\n";
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -1,8 +1,8 @@
<?PHP <?PHP
include ("../../includes/config_db.php"); include ("../../../27c3/includes/config_db.php");
include ("../../includes/funktion_db_list.php"); include ("../../../27c3/includes/funktion_db_list.php");
include ("../../includes/funktion_user.php"); include ("../../../27c3/includes/funktion_user.php");
####################################################### #######################################################

View File

@ -2,8 +2,8 @@
$title = "User-Liste"; $title = "User-Liste";
$header = "Editieren der Engelliste"; $header = "Editieren der Engelliste";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
include ("../../includes/funktion_db_list.php"); include ("../../../27c3/includes/funktion_db_list.php");
if (!IsSet($_GET["enterGID"])) if (!IsSet($_GET["enterGID"]))
{ {
@ -43,7 +43,7 @@ if (!IsSet($_GET["enterGID"]))
// Ende Userliste // Ende Userliste
} }
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -2,8 +2,8 @@
$title = "Erzengel"; $title = "Erzengel";
$header = "Index"; $header = "Index";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
include ("../../includes/funktion_db_list.php"); include ("../../../27c3/includes/funktion_db_list.php");
echo "Hallo Erzengel ".$_SESSION['Nick'].",<br>\n"; echo "Hallo Erzengel ".$_SESSION['Nick'].",<br>\n";
@ -14,6 +14,6 @@ du bist jetzt im Erzengel-Bereich. Hier kannst du die Engel-Verwaltung vornehmen
Bitte melde dich <a href="../logout.php">hier</a> nach getaner Arbeit immer ab, damit kein anderer hier &Auml;nderungen vornehmen kann. Bitte melde dich <a href="../logout.php">hier</a> nach getaner Arbeit immer ab, damit kein anderer hier &Auml;nderungen vornehmen kann.
<?PHP <?PHP
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -2,8 +2,8 @@
$title = "Newsverwaltung"; $title = "Newsverwaltung";
$header = "Verwaltung der News"; $header = "Verwaltung der News";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
include ("../../includes/funktion_db_list.php"); include ("../../../27c3/includes/funktion_db_list.php");
if (!IsSet($_GET["action"])) if (!IsSet($_GET["action"]))
@ -117,6 +117,6 @@ else
} }
}// IF-ELSE }// IF-ELSE
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -1,8 +1,8 @@
<?php <?php
$title = "R&auml;ume"; $title = "R&auml;ume";
$header = "Verwaltung der R&auml;ume"; $header = "Verwaltung der R&auml;ume";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
include ("../../includes/funktion_schichtplan_aray.php"); include ("../../../27c3/includes/funktion_schichtplan_aray.php");
$Sql = "SELECT * FROM `Room` ORDER BY `Number`, `Name`"; $Sql = "SELECT * FROM `Room` ORDER BY `Number`, `Name`";
$Erg = mysql_query($Sql, $con); $Erg = mysql_query($Sql, $con);
@ -195,5 +195,5 @@ if (IsSet($SQL)){
} //IF IsSet($action) } //IF IsSet($action)
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -2,7 +2,7 @@
$title = "Schichtplan"; $title = "Schichtplan";
$header = "Neue Schichten erfassen"; $header = "Neue Schichten erfassen";
$submenus = 1; $submenus = 1;
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
function executeSQL( $SQL) function executeSQL( $SQL)
{ {
@ -353,5 +353,5 @@ if (IsSet($chSQL)){
} }
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -6,10 +6,10 @@ $submenus = 1;
if (!IsSet($_GET["action"])) if (!IsSet($_GET["action"]))
{ {
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
include ("../../includes/funktionen.php"); include ("../../../27c3/includes/funktionen.php");
include ("../../includes/funktion_schichtplan_aray.php"); include ("../../../27c3/includes/funktion_schichtplan_aray.php");
include ("../../includes/funktion_schichtplan.php"); include ("../../../27c3/includes/funktion_schichtplan.php");
echo "Hallo ". $_SESSION['Nick']. "<br>\n". echo "Hallo ". $_SESSION['Nick']. "<br>\n".
"auf dieser Seite kannst du dir den Schichtplan in einer Druckansicht generieren lassen. W&auml;hle hierf&uuml;r ein Datum und den Raum:\n". "auf dieser Seite kannst du dir den Schichtplan in einer Druckansicht generieren lassen. W&auml;hle hierf&uuml;r ein Datum und den Raum:\n".
@ -30,7 +30,7 @@ if (!IsSet($_GET["action"]))
} }
echo "<br><br>"; echo "<br><br>";
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
} }
else //################################################################# else //#################################################################
{ {
@ -39,15 +39,15 @@ else //#################################################################
$Raum = $_GET["Raum"]; $Raum = $_GET["Raum"];
$ausdatum = $_GET["ausdatum"]; $ausdatum = $_GET["ausdatum"];
include ("../../includes/config_db.php"); include ("../../../27c3/includes/config_db.php");
include ("../../includes/config.php"); include ("../../../27c3/includes/config.php");
include ("../../includes/secure.php"); include ("../../../27c3/includes/secure.php");
//var wird nur gesetzt immer edit auszublenden, achtung sesion darf nicht gestart sein !!! //var wird nur gesetzt immer edit auszublenden, achtung sesion darf nicht gestart sein !!!
$_SESSION['CVS'][ "admin/schichtplan.php" ] = "N"; $_SESSION['CVS'][ "admin/schichtplan.php" ] = "N";
include ("../../includes/funktion_lang.php"); include ("../../../27c3/includes/funktion_lang.php");
include ("../../includes/funktion_schichtplan.php"); include ("../../../27c3/includes/funktion_schichtplan.php");
include ("../../includes/funktion_schichtplan_aray.php"); include ("../../../27c3/includes/funktion_schichtplan_aray.php");
include ("../../includes/funktion_user.php"); include ("../../../27c3/includes/funktion_user.php");
?> ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

View File

@ -2,7 +2,7 @@
$title = "Schicht Hinzufügen"; $title = "Schicht Hinzufügen";
$header = "Neue Schichten erfassen"; $header = "Neue Schichten erfassen";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
$Time = time()+3600+3600; $Time = time()+3600+3600;
@ -354,5 +354,5 @@ function CreateNewEntry()
echo "</tr>\n"; echo "</tr>\n";
} }
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -2,7 +2,7 @@
$title = "Sprache"; $title = "Sprache";
$header = "Liste der existierenden Sprcheintr&auml;ge"; $header = "Liste der existierenden Sprcheintr&auml;ge";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
if( !isset( $_GET["TextID"] ) ) if( !isset( $_GET["TextID"] ) )
@ -117,6 +117,6 @@ else
} }
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -2,8 +2,8 @@
$title = "T-Shirt-Ausgabe"; $title = "T-Shirt-Ausgabe";
$header = "T-Shirt-Ausgabe f&uuml;r aktiven Engel"; $header = "T-Shirt-Ausgabe f&uuml;r aktiven Engel";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
include ("../../includes/funktion_db_list.php"); include ("../../../27c3/includes/funktion_db_list.php");
If (IsSet($_GET["aktiv"])) { If (IsSet($_GET["aktiv"])) {
@ -54,6 +54,6 @@ for ($i=0; $i<$rowcount; $i++){
echo "</table>"; echo "</table>";
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -2,8 +2,8 @@
$title = "User-Liste"; $title = "User-Liste";
$header = "Editieren der Engelliste"; $header = "Editieren der Engelliste";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
include ("../../includes/funktion_db_list.php"); include ("../../../27c3/includes/funktion_db_list.php");
if (!IsSet($_GET["enterUID"])) if (!IsSet($_GET["enterUID"]))
{ {
@ -116,7 +116,7 @@ else
echo "error"; echo "error";
} }
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -2,8 +2,8 @@
$title = "Engel Arrived"; $title = "Engel Arrived";
$header = "Engel was arrived"; $header = "Engel was arrived";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
include ("../../includes/funktion_db_list.php"); include ("../../../27c3/includes/funktion_db_list.php");
If (IsSet($_GET["arrived"])) { If (IsSet($_GET["arrived"])) {
@ -49,6 +49,6 @@ for ($i=0; $i<$rowcount; $i++){
} }
echo "</table>"; echo "</table>";
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -2,8 +2,8 @@
$title = "User-Liste"; $title = "User-Liste";
$header = "Editieren der Engelliste"; $header = "Editieren der Engelliste";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
include ("../../includes/funktion_db_list.php"); include ("../../../27c3/includes/funktion_db_list.php");
if (IsSet($_GET["enterUID"])) if (IsSet($_GET["enterUID"]))
{ {
@ -137,7 +137,7 @@ if (IsSet($_GET["enterUID"]))
echo "</form>"; echo "</form>";
} }
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -2,8 +2,8 @@
$title = "User-Liste"; $title = "User-Liste";
$header = "Editieren der Engelliste"; $header = "Editieren der Engelliste";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
include ("../../includes/funktion_db_list.php"); include ("../../../27c3/includes/funktion_db_list.php");
if (IsSet($_GET["enterUID"])) if (IsSet($_GET["enterUID"]))
{ {
@ -106,7 +106,7 @@ if (IsSet($_GET["enterUID"]))
} }
} }
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -2,8 +2,8 @@
$title = "Defalut User Setting"; $title = "Defalut User Setting";
$header = "Defalut User Setting"; $header = "Defalut User Setting";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
include ("../../includes/funktion_db_list.php"); include ("../../../27c3/includes/funktion_db_list.php");
echo "Hallo ".$_SESSION['Nick']. echo "Hallo ".$_SESSION['Nick'].
",<br>\nhier hast du die M&ouml;glichkeit, die Defaulteinstellungen f&uuml;r neue User einzustellen:<br><br>\n"; ",<br>\nhier hast du die M&ouml;glichkeit, die Defaulteinstellungen f&uuml;r neue User einzustellen:<br><br>\n";
@ -139,6 +139,6 @@ echo "\t</tr>\n";
echo "</table>\n"; echo "</table>\n";
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -2,10 +2,10 @@
$title = "User-Liste"; $title = "User-Liste";
$header = "Index"; $header = "Index";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
include ("../../includes/funktion_db_list.php"); include ("../../../27c3/includes/funktion_db_list.php");
include ("../../includes/crypt.php"); include ("../../../27c3/includes/crypt.php");
include ("../../includes/funktion_db.php"); include ("../../../27c3/includes/funktion_db.php");
if (IsSet($_GET["action"])) if (IsSet($_GET["action"]))
{ {
@ -126,6 +126,6 @@ else
echo "Unzul&auml;ssiger Aufruf.<br>Bitte neu editieren..."; echo "Unzul&auml;ssiger Aufruf.<br>Bitte neu editieren...";
} }
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -2,10 +2,10 @@
$title = "User-Liste"; $title = "User-Liste";
$header = "Index"; $header = "Index";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
include ("../../includes/funktion_db_list.php"); include ("../../../27c3/includes/funktion_db_list.php");
include ("../../includes/crypt.php"); include ("../../../27c3/includes/crypt.php");
include ("../../includes/funktion_db.php"); include ("../../../27c3/includes/funktion_db.php");
if( !IsSet($_POST["enterUID"]) ) if( !IsSet($_POST["enterUID"]) )
{ {
@ -173,6 +173,6 @@ if ( ($Right=="Y") && IsSet($_GET["action"]))
echo "Unzul&auml;ssiger Aufruf.<br>Bitte neu editieren..."; echo "Unzul&auml;ssiger Aufruf.<br>Bitte neu editieren...";
} }
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -1,7 +1,7 @@
<?php <?php
$title = "Index"; $title = "Index";
$header = "FAQ"; $header = "FAQ";
include ("../includes/header.php"); include ("../../27c3/includes/header.php");
$SQL = "SELECT * FROM `FAQ`"; $SQL = "SELECT * FROM `FAQ`";
@ -17,6 +17,6 @@ for ($n = 0 ; $n < $Zeilen ; $n++) {
} }
} }
include ("../includes/footer.php"); include ("../../27c3/includes/footer.php");
?> ?>

View File

@ -1,19 +1,19 @@
<?php <?php
$title = "Index"; $title = "Index";
$header = "Index"; $header = "Index";
include ("../includes/header.php"); include ("../../27c3/includes/header.php");
echo Get_Text("index_text1")."<br><br>"; echo Get_Text("index_text1")."<br><br>";
echo Get_Text("index_text2")."<br>"; echo Get_Text("index_text2")."<br>";
echo Get_Text("index_text3")."<br>"; echo Get_Text("index_text3")."<br>";
include ("../includes/login_eingabefeld.php"); include ("../../27c3/includes/login_eingabefeld.php");
echo "<h6>".Get_Text("index_text4")."</h6>"; echo "<h6>".Get_Text("index_text4")."</h6>";
echo Get_Text("index_text5"). "<br>". $show_SSLCERT; //echo Get_Text("index_text5"). "<br>". $show_SSLCERT;
include ("../includes/footer.php"); include ("../../27c3/includes/footer.php");
?> ?>

View File

@ -1,11 +1,11 @@
<?php <?php
$title = "Index"; $title = "Index";
$header = "Lageplan"; $header = "Lageplan";
include ("../includes/header.php"); include ("../../27c3/includes/header.php");
echo "<p>". Get_Text("lageplan_text1"). "</p>"; echo "<p>". Get_Text("lageplan_text1"). "</p>";
echo "<p><img src=\"./pic/lageplan/lageplan.jpg\"/>."; echo "<p><img src=\"./pic/lageplan/lageplan.jpg\"/>.";
include ("../includes/footer.php"); include ("../../27c3/includes/footer.php");
?> ?>

View File

@ -1,5 +1,5 @@
<?php <?php
include ("../includes/config.php"); include ("../../27c3/includes/config.php");
// Die Session zerstoeren... // Die Session zerstoeren...
session_start(); session_start();

View File

@ -2,10 +2,10 @@
$title = "Anmeldung zum Chaos-Engel"; $title = "Anmeldung zum Chaos-Engel";
$header = ""; $header = "";
$success = "none"; $success = "none";
include ("../includes/config.php"); include ("../../27c3/includes/config.php");
include ("../includes/header.php"); include ("../../27c3/includes/header.php");
include ("../includes/config_db.php"); include ("../../27c3/includes/config_db.php");
include ("../includes/crypt.php"); include ("../../27c3/includes/crypt.php");
if( isset($_POST["send"])) if( isset($_POST["send"]))
@ -203,6 +203,6 @@ echo "\t</form>\n";
Print_Text("makeuser_text3"); Print_Text("makeuser_text3");
} }
include ("../includes/footer.php"); include ("../../27c3/includes/footer.php");
?> ?>

View File

@ -5,8 +5,8 @@
*/ */
$title = "Himmel"; $title = "Himmel";
$header = "Deine pers&ouml;nlichen Einstellungen"; $header = "Deine pers&ouml;nlichen Einstellungen";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
include ("../../includes/crypt.php"); include ("../../../27c3/includes/crypt.php");
if (!IsSet($_POST["action"])) if (!IsSet($_POST["action"]))
{ {
@ -357,5 +357,5 @@ case 'delPicture':
Break; Break;
} }
} }
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -1,7 +1,7 @@
<?php <?php
$title = "Himmel"; $title = "Himmel";
$header = "Engelbesprechung"; $header = "Engelbesprechung";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
?> ?>
<br> <br>
@ -33,5 +33,5 @@ for ($n = 0 ; $n < $Zeilen ; $n++)
} }
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -1,7 +1,7 @@
<?php <?php
$title = "Himmel"; $title = "Himmel";
$header = "FAQ / Fragen an die Erzengel"; $header = "FAQ / Fragen an die Erzengel";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
// Erstaufruf, oder Frage bereits abgeschickt? // Erstaufruf, oder Frage bereits abgeschickt?
@ -68,5 +68,5 @@ if ($Zeilen==0){
} }
} }
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -2,14 +2,14 @@
$title = "Index"; $title = "Index";
$header = "Index"; $header = "Index";
include ("../../includes/config_db.php"); include ("../../../27c3/includes/config_db.php");
include ("../../includes/crypt.php"); include ("../../../27c3/includes/crypt.php");
session_start(); // alte Session - falls vorhanden - wiederherstellen... session_start(); // alte Session - falls vorhanden - wiederherstellen...
function LoginOK() function LoginOK()
{ {
include ("../../includes/config.php"); include ("../../../27c3/includes/config.php");
header("HTTP/1.1 302 Moved Temporarily"); header("HTTP/1.1 302 Moved Temporarily");
header("Location: ". $url. $ENGEL_ROOT. "nonpublic/news.php"); header("Location: ". $url. $ENGEL_ROOT. "nonpublic/news.php");
} }
@ -73,11 +73,11 @@ else
$ErrorText = "pub_index_User_more_as_one"; $ErrorText = "pub_index_User_more_as_one";
} // Ende Check, ob User angemeldet wurde } // Ende Check, ob User angemeldet wurde
} }
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
if( isset($ErrorText)) if( isset($ErrorText))
echo "<h2>". Get_Text($ErrorText). "</h2><br>\n"; echo "<h2>". Get_Text($ErrorText). "</h2><br>\n";
include ("../../includes/login_eingabefeld.php"); include ("../../../27c3/includes/login_eingabefeld.php");
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -2,7 +2,7 @@
$title = "Himmel"; $title = "Himmel";
$header = ""; $header = "";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
If( !isset($_GET["action"]) ) If( !isset($_GET["action"]) )
$_GET["action"] = "start"; $_GET["action"] = "start";
@ -123,5 +123,5 @@ switch( $_GET["action"])
echo Get_Text("pub_messages_NoCommand"); echo Get_Text("pub_messages_NoCommand");
} }
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -2,10 +2,10 @@
$title = "Himmel"; $title = "Himmel";
$header = "Mein Schichtplan"; $header = "Mein Schichtplan";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
include ("../../includes/funktionen.php"); include ("../../../27c3/includes/funktionen.php");
include ("../../includes/funktion_schichtplan.php"); include ("../../../27c3/includes/funktion_schichtplan.php");
include ("../../includes/funktion_schichtplan_aray.php"); include ("../../../27c3/includes/funktion_schichtplan_aray.php");
If( !IsSet($_GET["action"]) ) If( !IsSet($_GET["action"]) )
@ -181,5 +181,5 @@ else
SetHeaderGo2Back(); SetHeaderGo2Back();
} }
} }
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -1,7 +1,7 @@
<?php <?php
include ("../../includes/header_start.php"); include ("../../../27c3/includes/header_start.php");
include ("../../includes/funktion_schichtplan_aray.php"); include ("../../../27c3/includes/funktion_schichtplan_aray.php");
$SQL = "SELECT *, `ShiftEntry`.`Comment`, `ShiftEntry`.`TID` FROM `Shifts` ". $SQL = "SELECT *, `ShiftEntry`.`Comment`, `ShiftEntry`.`TID` FROM `Shifts` ".
"INNER JOIN `ShiftEntry` ". "INNER JOIN `ShiftEntry` ".
@ -46,7 +46,7 @@ for( $i=0; $i<mysql_num_rows( $erg ); $i++ )
} }
echo "END:VCALENDAR\n"; echo "END:VCALENDAR\n";
include( "../../includes/funktion_counter.php"); include( "../../../27c3/includes/funktion_counter.php");
?> ?>

View File

@ -1,11 +1,11 @@
<?php <?php
$title = "Himmel"; $title = "Himmel";
$header = "News"; $header = "News";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
echo "<a href=\"#Neu\">".Get_Text(3)."</a>"; echo "<a href=\"#Neu\">".Get_Text(3)."</a>";
include ("news_output.php"); include ("news_output.php");
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -1,7 +1,7 @@
<?php <?php
$title = "Kommentare zu den News"; $title = "Kommentare zu den News";
$header = "Kommentar"; $header = "Kommentar";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
if( IsSet( $_GET["nid"])) if( IsSet( $_GET["nid"]))
@ -85,5 +85,5 @@ else
echo "Fehlerhafter Aufruf!"; echo "Fehlerhafter Aufruf!";
} }
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -1,7 +1,7 @@
<h4>&nbsp;Tage </h4> <h4>&nbsp;Tage </h4>
<?PHP <?PHP
include ("../../includes/funktion_schichtplan_aray.php"); include ("../../../27c3/includes/funktion_schichtplan_aray.php");
function Printlink( $Datum) function Printlink( $Datum)
{ {

View File

@ -1,7 +1,7 @@
<h4>&nbsp;Raum&uuml;bersicht</h4> <h4>&nbsp;Raum&uuml;bersicht</h4>
<?php <?php
include ("../../includes/funktion_schichtplan_aray.php"); include ("../../../27c3/includes/funktion_schichtplan_aray.php");
if( isset ($Room)) if( isset ($Room))
foreach( $Room as $RoomEntry ) foreach( $Room as $RoomEntry )

View File

@ -21,10 +21,10 @@ if( isset($_GET["raum"]))
} }
} }
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
include ("../../includes/funktionen.php"); include ("../../../27c3/includes/funktionen.php");
include ("../../includes/funktion_schichtplan.php"); include ("../../../27c3/includes/funktion_schichtplan.php");
include ("../../includes/funktion_schichtplan_aray.php"); include ("../../../27c3/includes/funktion_schichtplan_aray.php");
?> ?>
<?PHP echo Get_Text("Hello").$_SESSION['Nick'].",<br>". <?PHP echo Get_Text("Hello").$_SESSION['Nick'].",<br>".
@ -201,5 +201,5 @@ else
echo "<a href=\"". $_SESSION["newurl"]. "&Icon=0\">@</a>"; echo "<a href=\"". $_SESSION["newurl"]. "&Icon=0\">@</a>";
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -1,10 +1,10 @@
<?php <?php
$title = "Himmel"; $title = "Himmel";
$header = "Schichtpl&auml;ne"; $header = "Schichtpl&auml;ne";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
include ("../../includes/funktion_schichtplan.php"); include ("../../../27c3/includes/funktion_schichtplan.php");
include ("../../includes/funktion_schichtplan_aray.php"); include ("../../../27c3/includes/funktion_schichtplan_aray.php");
include ("../../includes/funktionen.php"); include ("../../../27c3/includes/funktionen.php");
if (isset($_POST["newtext"]) && isset($_POST["SID"]) && isset($_POST["TID"])) { if (isset($_POST["newtext"]) && isset($_POST["SID"]) && isset($_POST["TID"])) {
SetHeaderGo2Back(); SetHeaderGo2Back();
@ -122,5 +122,5 @@ elseif (isset($_GET["SID"]) && isset($_GET["TID"]))
} }
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -1,8 +1,8 @@
<?php <?php
include ("../../includes/header_start.php"); include ("../../../27c3/includes/header_start.php");
include ("../../includes/funktionen.php"); include ("../../../27c3/includes/funktionen.php");
include ("../../includes/funktion_schichtplan_beamer.php"); include ("../../../27c3/includes/funktion_schichtplan_beamer.php");
$Time = time()+3600+3600; $Time = time()+3600+3600;
//$Time = 1104241344; //$Time = 1104241344;

View File

@ -2,7 +2,7 @@
$title = "Himmel"; $title = "Himmel";
$header = "Weckdienst - Liste der zu weckenden Engel"; $header = "Weckdienst - Liste der zu weckenden Engel";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
?> ?>
@ -36,5 +36,5 @@ include ("../../includes/header.php");
?> ?>
</table> </table>
<?PHP <?PHP
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>

View File

@ -2,7 +2,7 @@
$title = "Himmel"; $title = "Himmel";
$header = "Weckdienst"; $header = "Weckdienst";
include ("../../includes/header.php"); include ("../../../27c3/includes/header.php");
if( isset($_POST["eintragen"])) if( isset($_POST["eintragen"]))
if( $_POST["eintragen"] == Get_Text("pub_wake_bouton") ) if( $_POST["eintragen"] == Get_Text("pub_wake_bouton") )
@ -77,5 +77,5 @@ echo Get_Text("pub_wake_beschreibung2"); ?>
<input type="submit" name="eintragen" value="<?PHP echo Get_Text("pub_wake_bouton"); ?>"> <input type="submit" name="eintragen" value="<?PHP echo Get_Text("pub_wake_bouton"); ?>">
</form> </form>
<?PHP <?PHP
include ("../../includes/footer.php"); include ("../../../27c3/includes/footer.php");
?> ?>