local changes for spezial includes camp-version
This commit is contained in:
parent
ab741029c8
commit
ce81776fbc
|
@ -1,10 +1,10 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
|
|
||||||
include ("../../27c3/includes/config.php");
|
include ("../../camp2011/includes/config.php");
|
||||||
include ("../../27c3/includes/error_handler.php");
|
include ("../../camp2011/includes/error_handler.php");
|
||||||
include ("../../27c3/includes/config_db.php");
|
include ("../../camp2011/includes/config_db.php");
|
||||||
if( !isset($_SESSION)) session_start();
|
if( !isset($_SESSION)) session_start();
|
||||||
include ("../../27c3/includes/secure.php");
|
include ("../../camp2011/includes/secure.php");
|
||||||
|
|
||||||
|
|
||||||
// Parameter check
|
// Parameter check
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
$title = "Räume";
|
$title = "Räume";
|
||||||
$header = "Verwaltung der Räume";
|
$header = "Verwaltung der Räume";
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
include("../../../27c3/includes/funktion_db.php");
|
include("../../../camp2011/includes/funktion_db.php");
|
||||||
|
|
||||||
function runSQL( $SQL)
|
function runSQL( $SQL)
|
||||||
{
|
{
|
||||||
|
@ -187,5 +187,5 @@ case 'delete':
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
include ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
$title = "ChangeLog";
|
$title = "ChangeLog";
|
||||||
$header = "Datenbank-Auszug";
|
$header = "Datenbank-Auszug";
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/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 ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
$title = "UserPicture";
|
$title = "UserPicture";
|
||||||
$header = "Verwaltung der User Picture";
|
$header = "Verwaltung der User Picture";
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
include ("../../../27c3/includes/funktion_schichtplan_aray.php");
|
include ("../../../camp2011/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 ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
$title = "akive Engel";
|
$title = "akive Engel";
|
||||||
$header = "Liste der aktiven Engel";
|
$header = "Liste der aktiven Engel";
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
include ("../../../27c3/includes/funktion_db_list.php");
|
include ("../../../camp2011/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";
|
||||||
|
@ -105,6 +105,6 @@ echo "</table>";
|
||||||
|
|
||||||
echo "<br>Anzahl eintraege: $aktivecount / $rowcount (Aktive/Mitschichten)<br><br>";
|
echo "<br>Anzahl eintraege: $aktivecount / $rowcount (Aktive/Mitschichten)<br><br>";
|
||||||
|
|
||||||
include ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -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 ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
include ("../../../27c3/includes/funktion_xml.php");
|
include ("../../../camp2011/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("../../../27c3/includes/funktion_xml_room.php");
|
include("../../../camp2011/includes/funktion_xml_room.php");
|
||||||
|
|
||||||
if( $EnableSchudleFunctions)
|
if( $EnableSchudleFunctions)
|
||||||
include("../../../27c3/includes/funktion_xml_schudle.php");
|
include("../../../camp2011/includes/funktion_xml_schudle.php");
|
||||||
|
|
||||||
|
|
||||||
/*##############################################################################################
|
/*##############################################################################################
|
||||||
|
@ -288,6 +288,6 @@ echo "</form>\n";
|
||||||
|
|
||||||
} //if XMLopenOOK
|
} //if XMLopenOOK
|
||||||
|
|
||||||
include ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
$title = "Debug-Liste";
|
$title = "Debug-Liste";
|
||||||
$header = "Datenbank-Auszug";
|
$header = "Datenbank-Auszug";
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
include ("../../../27c3/includes/funktion_db_list.php");
|
include ("../../../camp2011/includes/funktion_db_list.php");
|
||||||
|
|
||||||
echo "<h1>Web Counter</h1>";
|
echo "<h1>Web Counter</h1>";
|
||||||
funktion_db_list("Counter");
|
funktion_db_list("Counter");
|
||||||
|
@ -64,6 +64,6 @@ funktion_db_element_list_2row( "Geleisteter Arbeit (Ohne Raum aufabau (RID=7)",
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
include ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
$title = "Engelsystem - DECT";
|
$title = "Engelsystem - DECT";
|
||||||
$header = "DECT send call";
|
$header = "DECT send call";
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
|
|
||||||
include ("../../../27c3/includes/config_IAX.php");
|
include ("../../../camp2011/includes/config_IAX.php");
|
||||||
//include ("../../../27c3/includes/funktion_modem.php");
|
//include ("../../../camp2011/includes/funktion_modem.php");
|
||||||
include ("../../../27c3/includes/funktion_cron.php");
|
include ("../../../camp2011/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 ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
|
|
||||||
|
|
||||||
include ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -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 ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
include ("../../../27c3/includes/funktion_db.php");
|
include ("../../../camp2011/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 ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
$title = "Erzengel";
|
$title = "Erzengel";
|
||||||
$header = "Freie Engel";
|
$header = "Freie Engel";
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
include ("../../../27c3/includes/funktion_db_list.php");
|
include ("../../../camp2011/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 ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
|
|
||||||
include ("../../../27c3/includes/config_db.php");
|
include ("../../../camp2011/includes/config_db.php");
|
||||||
include ("../../../27c3/includes/funktion_db_list.php");
|
include ("../../../camp2011/includes/funktion_db_list.php");
|
||||||
include ("../../../27c3/includes/funktion_user.php");
|
include ("../../../camp2011/includes/funktion_user.php");
|
||||||
|
|
||||||
|
|
||||||
#######################################################
|
#######################################################
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
$title = "User-Liste";
|
$title = "User-Liste";
|
||||||
$header = "Editieren der Engelliste";
|
$header = "Editieren der Engelliste";
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
include ("../../../27c3/includes/funktion_db_list.php");
|
include ("../../../camp2011/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 ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
$title = "Erzengel";
|
$title = "Erzengel";
|
||||||
$header = "Index";
|
$header = "Index";
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
include ("../../../27c3/includes/funktion_db_list.php");
|
include ("../../../camp2011/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 Änderungen vornehmen kann.
|
Bitte melde dich <a href="../logout.php">hier</a> nach getaner Arbeit immer ab, damit kein anderer hier Änderungen vornehmen kann.
|
||||||
|
|
||||||
<?PHP
|
<?PHP
|
||||||
include ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
$title = "Newsverwaltung";
|
$title = "Newsverwaltung";
|
||||||
$header = "Verwaltung der News";
|
$header = "Verwaltung der News";
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
include ("../../../27c3/includes/funktion_db_list.php");
|
include ("../../../camp2011/includes/funktion_db_list.php");
|
||||||
|
|
||||||
|
|
||||||
if (!IsSet($_GET["action"]))
|
if (!IsSet($_GET["action"]))
|
||||||
|
@ -117,6 +117,6 @@ else
|
||||||
}
|
}
|
||||||
}// IF-ELSE
|
}// IF-ELSE
|
||||||
|
|
||||||
include ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
$title = "Räume";
|
$title = "Räume";
|
||||||
$header = "Verwaltung der Räume";
|
$header = "Verwaltung der Räume";
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
include ("../../../27c3/includes/funktion_schichtplan_aray.php");
|
include ("../../../camp2011/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 ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
$title = "Schichtplan";
|
$title = "Schichtplan";
|
||||||
$header = "Neue Schichten erfassen";
|
$header = "Neue Schichten erfassen";
|
||||||
$submenus = 1;
|
$submenus = 1;
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
|
|
||||||
function executeSQL( $SQL)
|
function executeSQL( $SQL)
|
||||||
{
|
{
|
||||||
|
@ -391,5 +391,5 @@ if (IsSet($chSQL)){
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
include ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -6,10 +6,10 @@ $submenus = 1;
|
||||||
|
|
||||||
if (!IsSet($_GET["action"]))
|
if (!IsSet($_GET["action"]))
|
||||||
{
|
{
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
include ("../../../27c3/includes/funktionen.php");
|
include ("../../../camp2011/includes/funktionen.php");
|
||||||
include ("../../../27c3/includes/funktion_schichtplan_aray.php");
|
include ("../../../camp2011/includes/funktion_schichtplan_aray.php");
|
||||||
include ("../../../27c3/includes/funktion_schichtplan.php");
|
include ("../../../camp2011/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ähle hierfür ein Datum und den Raum:\n".
|
"auf dieser Seite kannst du dir den Schichtplan in einer Druckansicht generieren lassen. Wähle hierfür ein Datum und den Raum:\n".
|
||||||
|
@ -30,7 +30,7 @@ if (!IsSet($_GET["action"]))
|
||||||
}
|
}
|
||||||
echo "<br><br>";
|
echo "<br><br>";
|
||||||
|
|
||||||
include ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
}
|
}
|
||||||
else //#################################################################
|
else //#################################################################
|
||||||
{
|
{
|
||||||
|
@ -39,15 +39,15 @@ else //#################################################################
|
||||||
$Raum = $_GET["Raum"];
|
$Raum = $_GET["Raum"];
|
||||||
$ausdatum = $_GET["ausdatum"];
|
$ausdatum = $_GET["ausdatum"];
|
||||||
|
|
||||||
include ("../../../27c3/includes/config_db.php");
|
include ("../../../camp2011/includes/config_db.php");
|
||||||
include ("../../../27c3/includes/config.php");
|
include ("../../../camp2011/includes/config.php");
|
||||||
include ("../../../27c3/includes/secure.php");
|
include ("../../../camp2011/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 ("../../../27c3/includes/funktion_lang.php");
|
include ("../../../camp2011/includes/funktion_lang.php");
|
||||||
include ("../../../27c3/includes/funktion_schichtplan.php");
|
include ("../../../camp2011/includes/funktion_schichtplan.php");
|
||||||
include ("../../../27c3/includes/funktion_schichtplan_aray.php");
|
include ("../../../camp2011/includes/funktion_schichtplan_aray.php");
|
||||||
include ("../../../27c3/includes/funktion_user.php");
|
include ("../../../camp2011/includes/funktion_user.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
$title = "Schicht Hinzufügen";
|
$title = "Schicht Hinzufügen";
|
||||||
$header = "Neue Schichten erfassen";
|
$header = "Neue Schichten erfassen";
|
||||||
|
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
|
|
||||||
$Time = time()+3600+3600;
|
$Time = time()+3600+3600;
|
||||||
|
|
||||||
|
@ -354,5 +354,5 @@ function CreateNewEntry()
|
||||||
echo "</tr>\n";
|
echo "</tr>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
include ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
$title = "Sprache";
|
$title = "Sprache";
|
||||||
$header = "Liste der existierenden Sprcheinträge";
|
$header = "Liste der existierenden Sprcheinträge";
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
|
|
||||||
|
|
||||||
if( !isset( $_GET["TextID"] ) )
|
if( !isset( $_GET["TextID"] ) )
|
||||||
|
@ -117,6 +117,6 @@ else
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
include ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
$title = "T-Shirt-Ausgabe";
|
$title = "T-Shirt-Ausgabe";
|
||||||
$header = "T-Shirt-Ausgabe für aktiven Engel";
|
$header = "T-Shirt-Ausgabe für aktiven Engel";
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
include ("../../../27c3/includes/funktion_db_list.php");
|
include ("../../../camp2011/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 ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
$title = "User-Liste";
|
$title = "User-Liste";
|
||||||
$header = "Editieren der Engelliste";
|
$header = "Editieren der Engelliste";
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
include ("../../../27c3/includes/funktion_db_list.php");
|
include ("../../../camp2011/includes/funktion_db_list.php");
|
||||||
|
|
||||||
if (!IsSet($_GET["enterUID"]))
|
if (!IsSet($_GET["enterUID"]))
|
||||||
{
|
{
|
||||||
|
@ -134,7 +134,7 @@ else
|
||||||
echo "error";
|
echo "error";
|
||||||
}
|
}
|
||||||
|
|
||||||
include ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
$title = "Engel Arrived";
|
$title = "Engel Arrived";
|
||||||
$header = "Engel was arrived";
|
$header = "Engel was arrived";
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
include ("../../../27c3/includes/funktion_db_list.php");
|
include ("../../../camp2011/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 ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
$title = "User-Liste";
|
$title = "User-Liste";
|
||||||
$header = "Editieren der Engelliste";
|
$header = "Editieren der Engelliste";
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
include ("../../../27c3/includes/funktion_db_list.php");
|
include ("../../../camp2011/includes/funktion_db_list.php");
|
||||||
|
|
||||||
if (IsSet($_GET["enterUID"]))
|
if (IsSet($_GET["enterUID"]))
|
||||||
{
|
{
|
||||||
|
@ -131,7 +131,7 @@ if (IsSet($_GET["enterUID"]))
|
||||||
"SELECT `Remove_Time`, `Length`, `Comment` FROM `ShiftFreeloader` WHERE UID=". $_GET["enterUID"]);
|
"SELECT `Remove_Time`, `Length`, `Comment` FROM `ShiftFreeloader` WHERE UID=". $_GET["enterUID"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
include ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
$title = "User-Liste";
|
$title = "User-Liste";
|
||||||
$header = "Editieren der Engelliste";
|
$header = "Editieren der Engelliste";
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
include ("../../../27c3/includes/funktion_db_list.php");
|
include ("../../../camp2011/includes/funktion_db_list.php");
|
||||||
|
|
||||||
if (IsSet($_GET["enterUID"]))
|
if (IsSet($_GET["enterUID"]))
|
||||||
{
|
{
|
||||||
|
@ -106,7 +106,7 @@ if (IsSet($_GET["enterUID"]))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
include ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
$title = "Defalut User Setting";
|
$title = "Defalut User Setting";
|
||||||
$header = "Defalut User Setting";
|
$header = "Defalut User Setting";
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
include ("../../../27c3/includes/funktion_db_list.php");
|
include ("../../../camp2011/includes/funktion_db_list.php");
|
||||||
|
|
||||||
echo "Hallo ".$_SESSION['Nick'].
|
echo "Hallo ".$_SESSION['Nick'].
|
||||||
",<br>\nhier hast du die Möglichkeit, die Defaulteinstellungen für neue User einzustellen:<br><br>\n";
|
",<br>\nhier hast du die Möglichkeit, die Defaulteinstellungen für neue User einzustellen:<br><br>\n";
|
||||||
|
@ -139,6 +139,6 @@ echo "\t</tr>\n";
|
||||||
|
|
||||||
echo "</table>\n";
|
echo "</table>\n";
|
||||||
|
|
||||||
include ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
$title = "User-Liste";
|
$title = "User-Liste";
|
||||||
$header = "Index";
|
$header = "Index";
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
include ("../../../27c3/includes/funktion_db_list.php");
|
include ("../../../camp2011/includes/funktion_db_list.php");
|
||||||
include ("../../../27c3/includes/crypt.php");
|
include ("../../../camp2011/includes/crypt.php");
|
||||||
include ("../../../27c3/includes/funktion_db.php");
|
include ("../../../camp2011/includes/funktion_db.php");
|
||||||
|
|
||||||
if (IsSet($_GET["action"]))
|
if (IsSet($_GET["action"]))
|
||||||
{
|
{
|
||||||
|
@ -125,6 +125,6 @@ else
|
||||||
echo "Unzulässiger Aufruf.<br>Bitte neu editieren...";
|
echo "Unzulässiger Aufruf.<br>Bitte neu editieren...";
|
||||||
}
|
}
|
||||||
|
|
||||||
include ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
$title = "User-Liste";
|
$title = "User-Liste";
|
||||||
$header = "Index";
|
$header = "Index";
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
include ("../../../27c3/includes/funktion_db_list.php");
|
include ("../../../camp2011/includes/funktion_db_list.php");
|
||||||
include ("../../../27c3/includes/crypt.php");
|
include ("../../../camp2011/includes/crypt.php");
|
||||||
include ("../../../27c3/includes/funktion_db.php");
|
include ("../../../camp2011/includes/funktion_db.php");
|
||||||
|
|
||||||
if( !IsSet($_POST["enterUID"]) )
|
if( !IsSet($_POST["enterUID"]) )
|
||||||
{
|
{
|
||||||
|
@ -173,6 +173,6 @@ if ( ($Right=="Y") && IsSet($_GET["action"]))
|
||||||
echo "Unzulässiger Aufruf.<br>Bitte neu editieren...";
|
echo "Unzulässiger Aufruf.<br>Bitte neu editieren...";
|
||||||
}
|
}
|
||||||
|
|
||||||
include ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
$title = "Index";
|
$title = "Index";
|
||||||
$header = "FAQ";
|
$header = "FAQ";
|
||||||
include ("../../27c3/includes/header.php");
|
include ("../../camp2011/includes/header.php");
|
||||||
|
|
||||||
|
|
||||||
$SQL = "SELECT * FROM `FAQ`";
|
$SQL = "SELECT * FROM `FAQ`";
|
||||||
|
@ -17,6 +17,6 @@ for ($n = 0 ; $n < $Zeilen ; $n++) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
include ("../../27c3/includes/footer.php");
|
include ("../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
<?php
|
<?php
|
||||||
$title = "Index";
|
$title = "Index";
|
||||||
$header = "Index";
|
$header = "Index";
|
||||||
include ("../../27c3/includes/header.php");
|
include ("../../camp2011/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 ("../../27c3/includes/login_eingabefeld.php");
|
include ("../../camp2011/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 ("../../27c3/includes/footer.php");
|
include ("../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
<?php
|
<?php
|
||||||
$title = "Index";
|
$title = "Index";
|
||||||
$header = "Lageplan";
|
$header = "Lageplan";
|
||||||
include ("../../27c3/includes/header.php");
|
include ("../../camp2011/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 ("../../27c3/includes/footer.php");
|
include ("../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
include ("../../27c3/includes/config.php");
|
include ("../../camp2011/includes/config.php");
|
||||||
|
|
||||||
// Die Session zerstoeren...
|
// Die Session zerstoeren...
|
||||||
session_start();
|
session_start();
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
$title = "Anmeldung zum Chaos-Engel";
|
$title = "Anmeldung zum Chaos-Engel";
|
||||||
$header = "";
|
$header = "";
|
||||||
$success = "none";
|
$success = "none";
|
||||||
include ("../../27c3/includes/config.php");
|
include ("../../camp2011/includes/config.php");
|
||||||
include ("../../27c3/includes/header.php");
|
include ("../../camp2011/includes/header.php");
|
||||||
include ("../../27c3/includes/config_db.php");
|
include ("../../camp2011/includes/config_db.php");
|
||||||
include ("../../27c3/includes/crypt.php");
|
include ("../../camp2011/includes/crypt.php");
|
||||||
|
|
||||||
|
|
||||||
if( isset($_POST["send"]))
|
if( isset($_POST["send"]))
|
||||||
|
@ -209,6 +209,6 @@ echo "\t</form>\n";
|
||||||
Print_Text("makeuser_text3");
|
Print_Text("makeuser_text3");
|
||||||
}
|
}
|
||||||
|
|
||||||
include ("../../27c3/includes/footer.php");
|
include ("../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
header('Content-Type: application/json');
|
header('Content-Type: application/json');
|
||||||
|
|
||||||
include ("../../../27c3/includes/config.php");
|
include ("../../../camp2011/includes/config.php");
|
||||||
include ("../../../27c3/includes/config_db.php");
|
include ("../../../camp2011/includes/config_db.php");
|
||||||
|
|
||||||
$User = $_POST['user'];
|
$User = $_POST['user'];
|
||||||
$Pass = $_POST['pw'];
|
$Pass = $_POST['pw'];
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
*/
|
*/
|
||||||
$title = "Himmel";
|
$title = "Himmel";
|
||||||
$header = "Deine persönlichen Einstellungen";
|
$header = "Deine persönlichen Einstellungen";
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
include ("../../../27c3/includes/crypt.php");
|
include ("../../../camp2011/includes/crypt.php");
|
||||||
|
|
||||||
if (!IsSet($_POST["action"]))
|
if (!IsSet($_POST["action"]))
|
||||||
{
|
{
|
||||||
|
@ -357,5 +357,5 @@ case 'delPicture':
|
||||||
Break;
|
Break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
include ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
$title = "Himmel";
|
$title = "Himmel";
|
||||||
$header = "Engelbesprechung";
|
$header = "Engelbesprechung";
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
@ -33,5 +33,5 @@ for ($n = 0 ; $n < $Zeilen ; $n++)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
include ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
$title = "Himmel";
|
$title = "Himmel";
|
||||||
$header = "FAQ / Fragen an die Erzengel";
|
$header = "FAQ / Fragen an die Erzengel";
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
|
|
||||||
|
|
||||||
// Erstaufruf, oder Frage bereits abgeschickt?
|
// Erstaufruf, oder Frage bereits abgeschickt?
|
||||||
|
@ -68,5 +68,5 @@ if ($Zeilen==0){
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
include ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -2,14 +2,14 @@
|
||||||
$title = "Index";
|
$title = "Index";
|
||||||
$header = "Index";
|
$header = "Index";
|
||||||
|
|
||||||
include ("../../../27c3/includes/config_db.php");
|
include ("../../../camp2011/includes/config_db.php");
|
||||||
include ("../../../27c3/includes/crypt.php");
|
include ("../../../camp2011/includes/crypt.php");
|
||||||
|
|
||||||
session_start(); // alte Session - falls vorhanden - wiederherstellen...
|
session_start(); // alte Session - falls vorhanden - wiederherstellen...
|
||||||
|
|
||||||
function LoginOK()
|
function LoginOK()
|
||||||
{
|
{
|
||||||
include ("../../../27c3/includes/config.php");
|
include ("../../../camp2011/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 ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/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 ("../../../27c3/includes/login_eingabefeld.php");
|
include ("../../../camp2011/includes/login_eingabefeld.php");
|
||||||
include ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
$title = "Himmel";
|
$title = "Himmel";
|
||||||
$header = "";
|
$header = "";
|
||||||
|
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/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 ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
$title = "Himmel";
|
$title = "Himmel";
|
||||||
$header = "Mein Schichtplan";
|
$header = "Mein Schichtplan";
|
||||||
|
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
include ("../../../27c3/includes/funktionen.php");
|
include ("../../../camp2011/includes/funktionen.php");
|
||||||
include ("../../../27c3/includes/funktion_schichtplan.php");
|
include ("../../../camp2011/includes/funktion_schichtplan.php");
|
||||||
include ("../../../27c3/includes/funktion_schichtplan_aray.php");
|
include ("../../../camp2011/includes/funktion_schichtplan_aray.php");
|
||||||
|
|
||||||
|
|
||||||
If( !IsSet($_GET["action"]) )
|
If( !IsSet($_GET["action"]) )
|
||||||
|
@ -181,5 +181,5 @@ else
|
||||||
SetHeaderGo2Back();
|
SetHeaderGo2Back();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
include ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
include ("../../../27c3/includes/header_start.php");
|
include ("../../../camp2011/includes/header_start.php");
|
||||||
|
|
||||||
include ("../../../27c3/includes/funktion_schichtplan_aray.php");
|
include ("../../../camp2011/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( "../../../27c3/includes/funktion_counter.php");
|
include( "../../../camp2011/includes/funktion_counter.php");
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
<?php
|
<?php
|
||||||
$title = "Himmel";
|
$title = "Himmel";
|
||||||
$header = "News";
|
$header = "News";
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/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 ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
$title = "Kommentare zu den News";
|
$title = "Kommentare zu den News";
|
||||||
$header = "Kommentar";
|
$header = "Kommentar";
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
|
|
||||||
|
|
||||||
if( IsSet( $_GET["nid"]))
|
if( IsSet( $_GET["nid"]))
|
||||||
|
@ -85,5 +85,5 @@ else
|
||||||
echo "Fehlerhafter Aufruf!";
|
echo "Fehlerhafter Aufruf!";
|
||||||
}
|
}
|
||||||
|
|
||||||
include ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<h4> Tage </h4>
|
<h4> Tage </h4>
|
||||||
|
|
||||||
<?PHP
|
<?PHP
|
||||||
include ("../../../27c3/includes/funktion_schichtplan_aray.php");
|
include ("../../../camp2011/includes/funktion_schichtplan_aray.php");
|
||||||
|
|
||||||
function Printlink( $Datum)
|
function Printlink( $Datum)
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<h4> Raumübersicht</h4>
|
<h4> Raumübersicht</h4>
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
include ("../../../27c3/includes/funktion_schichtplan_aray.php");
|
include ("../../../camp2011/includes/funktion_schichtplan_aray.php");
|
||||||
|
|
||||||
if( isset ($Room))
|
if( isset ($Room))
|
||||||
foreach( $Room as $RoomEntry )
|
foreach( $Room as $RoomEntry )
|
||||||
|
|
|
@ -21,10 +21,10 @@ if( isset($_GET["raum"]))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
include ("../../../27c3/includes/funktionen.php");
|
include ("../../../camp2011/includes/funktionen.php");
|
||||||
include ("../../../27c3/includes/funktion_schichtplan.php");
|
include ("../../../camp2011/includes/funktion_schichtplan.php");
|
||||||
include ("../../../27c3/includes/funktion_schichtplan_aray.php");
|
include ("../../../camp2011/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 ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
<?php
|
<?php
|
||||||
$title = "Himmel";
|
$title = "Himmel";
|
||||||
$header = "Schichtpläne";
|
$header = "Schichtpläne";
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
include ("../../../27c3/includes/funktion_schichtplan.php");
|
include ("../../../camp2011/includes/funktion_schichtplan.php");
|
||||||
include ("../../../27c3/includes/funktion_schichtplan_aray.php");
|
include ("../../../camp2011/includes/funktion_schichtplan_aray.php");
|
||||||
include ("../../../27c3/includes/funktionen.php");
|
include ("../../../camp2011/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 ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
include ("../../../27c3/includes/header_start.php");
|
include ("../../../camp2011/includes/header_start.php");
|
||||||
|
|
||||||
include ("../../../27c3/includes/funktionen.php");
|
include ("../../../camp2011/includes/funktionen.php");
|
||||||
include ("../../../27c3/includes/funktion_schichtplan_beamer.php");
|
include ("../../../camp2011/includes/funktion_schichtplan_beamer.php");
|
||||||
|
|
||||||
$Time = time()+3600+3600;
|
$Time = time()+3600+3600;
|
||||||
//$Time = 1104241344;
|
//$Time = 1104241344;
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
$title = "Himmel";
|
$title = "Himmel";
|
||||||
$header = "Weckdienst - Liste der zu weckenden Engel";
|
$header = "Weckdienst - Liste der zu weckenden Engel";
|
||||||
|
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/includes/header.php");
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
@ -36,5 +36,5 @@ include ("../../../27c3/includes/header.php");
|
||||||
?>
|
?>
|
||||||
</table>
|
</table>
|
||||||
<?PHP
|
<?PHP
|
||||||
include ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
$title = "Himmel";
|
$title = "Himmel";
|
||||||
$header = "Weckdienst";
|
$header = "Weckdienst";
|
||||||
|
|
||||||
include ("../../../27c3/includes/header.php");
|
include ("../../../camp2011/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 ("../../../27c3/includes/footer.php");
|
include ("../../../camp2011/includes/footer.php");
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue