fixed the fixable files in /nonpublic
git-svn-id: svn://svn.cccv.de/engel-system@283 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
parent
83a90af930
commit
0c4794c71f
|
@ -41,21 +41,21 @@ ich@DenkBrett www-ssl % find . -name \*.php -exec grep -l './inc' {} \;
|
|||
#./inc/ShowUserPicture.php
|
||||
#./inc/login_eingabefeld.php
|
||||
#./inc/funktion_SendMessenges.php
|
||||
./nonpublic/waeckliste.php
|
||||
./nonpublic/schichtplan.1.php
|
||||
./nonpublic/schichtplan.php
|
||||
./nonpublic/schichtplan.2.php
|
||||
./nonpublic/myschichtplan.php
|
||||
./nonpublic/messages.php
|
||||
./nonpublic/index.php
|
||||
./nonpublic/faq.php
|
||||
./nonpublic/schichtplan_add.php
|
||||
./nonpublic/schichtplan_beamer.php
|
||||
./nonpublic/news.php
|
||||
./nonpublic/einstellungen.php
|
||||
./nonpublic/wecken.php
|
||||
./nonpublic/engelbesprechung.php
|
||||
./nonpublic/news_comments.php
|
||||
#./nonpublic/waeckliste.php
|
||||
#./nonpublic/schichtplan.1.php
|
||||
#./nonpublic/schichtplan.php
|
||||
#./nonpublic/schichtplan.2.php
|
||||
#./nonpublic/myschichtplan.php
|
||||
#./nonpublic/messages.php
|
||||
#./nonpublic/index.php
|
||||
#./nonpublic/faq.php
|
||||
#./nonpublic/schichtplan_add.php
|
||||
./nonpublic/schichtplan_beamer.php # Special fix needed, css
|
||||
#./nonpublic/news.php
|
||||
./nonpublic/einstellungen.php # Special fix needed
|
||||
#./nonpublic/wecken.php
|
||||
#./nonpublic/engelbesprechung.php
|
||||
#./nonpublic/news_comments.php
|
||||
#./logout.php
|
||||
#./makeuser.php
|
||||
#./lageplan.php
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
$title = "Himmel";
|
||||
$header = "Engelbesprechung";
|
||||
include ("./inc/header.php");
|
||||
include ("../../includes/header.php");
|
||||
?>
|
||||
|
||||
<br>
|
||||
|
@ -33,5 +33,5 @@ for ($n = 0 ; $n < $Zeilen ; $n++)
|
|||
}
|
||||
|
||||
|
||||
include ("./inc/footer.php");
|
||||
include ("../../includes/footer.php");
|
||||
?>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
$title = "Himmel";
|
||||
$header = "FAQ / Fragen an die Erzengel";
|
||||
include ("./inc/header.php");
|
||||
include ("../../includes/header.php");
|
||||
|
||||
|
||||
// Erstaufruf, oder Frage bereits abgeschickt?
|
||||
|
@ -68,5 +68,5 @@ if ($Zeilen==0){
|
|||
}
|
||||
}
|
||||
|
||||
include ("./inc/footer.php");
|
||||
include ("../../includes/footer.php");
|
||||
?>
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
$title = "Index";
|
||||
$header = "Index";
|
||||
|
||||
include ("./inc/config_db.php");
|
||||
include ("./inc/crypt.php");
|
||||
include ("../../includes/config_db.php");
|
||||
include ("../../includes/crypt.php");
|
||||
|
||||
session_start(); // alte Session - falls vorhanden - wiederherstellen...
|
||||
|
||||
function LoginOK()
|
||||
{
|
||||
include ("./inc/config.php");
|
||||
include ("../../includes/config.php");
|
||||
header("HTTP/1.1 302 Moved Temporarily");
|
||||
header("Location: ". substr($url, 0, strlen($url)-1). $ENGEL_ROOT. "nonpublic/news.php");
|
||||
}
|
||||
|
@ -73,11 +73,11 @@ else
|
|||
$ErrorText = "pub_index_User_more_as_one";
|
||||
} // Ende Check, ob User angemeldet wurde
|
||||
}
|
||||
include ("./inc/header.php");
|
||||
include ("../../includes/header.php");
|
||||
if( isset($ErrorText))
|
||||
echo "<h2>". Get_Text($ErrorText). "</h2><br>\n";
|
||||
include ("./inc/login_eingabefeld.php");
|
||||
include ("./inc/footer.php");
|
||||
include ("../../includes/login_eingabefeld.php");
|
||||
include ("../../includes/footer.php");
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
$title = "Himmel";
|
||||
$header = "";
|
||||
|
||||
include ("./inc/header.php");
|
||||
include ("../../includes/header.php");
|
||||
|
||||
If( !isset($_GET["action"]) )
|
||||
$_GET["action"] = "start";
|
||||
|
@ -123,5 +123,5 @@ switch( $_GET["action"])
|
|||
echo Get_Text("pub_messages_NoCommand");
|
||||
}
|
||||
|
||||
include ("./inc/footer.php");
|
||||
include ("../../includes/footer.php");
|
||||
?>
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
$title = "Himmel";
|
||||
$header = "Mein Schichtplan";
|
||||
|
||||
include ("./inc/header.php");
|
||||
include ("./inc/funktionen.php");
|
||||
include ("./inc/funktion_schichtplan.php");
|
||||
include ("./inc/funktion_schichtplan_aray.php");
|
||||
include ("../../includes/header.php");
|
||||
include ("../../includes/funktionen.php");
|
||||
include ("../../includes/funktion_schichtplan.php");
|
||||
include ("../../includes/funktion_schichtplan_aray.php");
|
||||
|
||||
|
||||
If( !IsSet($_GET["action"]) )
|
||||
|
@ -176,5 +176,5 @@ else
|
|||
SetHeaderGo2Back();
|
||||
}
|
||||
}
|
||||
include ("./inc/footer.php");
|
||||
include ("../../includes/footer.php");
|
||||
?>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<?php
|
||||
$title = "Himmel";
|
||||
$header = "News";
|
||||
include ("./inc/header.php");
|
||||
include ("../../includes/header.php");
|
||||
|
||||
|
||||
echo "<a href=\"#Neu\">".Get_Text(3)."</a>";
|
||||
include ("news_output.php");
|
||||
|
||||
include ("./inc/footer.php");
|
||||
include ("../../includes/footer.php");
|
||||
?>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
$title = "Kommentare zu den News";
|
||||
$header = "Kommentar";
|
||||
include ("./inc/header.php");
|
||||
include ("../../includes/header.php");
|
||||
|
||||
|
||||
if( IsSet( $_GET["nid"]))
|
||||
|
@ -85,5 +85,5 @@ else
|
|||
echo "Fehlerhafter Aufruf!";
|
||||
}
|
||||
|
||||
include ("./inc/footer.php");
|
||||
include ("../../includes/footer.php");
|
||||
?>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<h4> Tage </h4>
|
||||
|
||||
<?PHP
|
||||
include ("./inc/funktion_schichtplan_aray.php");
|
||||
include ("../../includes/funktion_schichtplan_aray.php");
|
||||
|
||||
function Printlink( $Datum)
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<h4> Raumübersicht</h4>
|
||||
<?php
|
||||
|
||||
include ("./inc/funktion_schichtplan_aray.php");
|
||||
include ("../../includes/funktion_schichtplan_aray.php");
|
||||
|
||||
if( isset ($Room))
|
||||
foreach( $Room as $RoomEntry )
|
||||
|
|
|
@ -8,10 +8,10 @@ if( isset($_GET["ausdatum"]))
|
|||
if( isset($_GET["raum"]))
|
||||
$raum = $_GET["raum"];
|
||||
|
||||
include ("./inc/header.php");
|
||||
include ("./inc/funktionen.php");
|
||||
include ("./inc/funktion_schichtplan.php");
|
||||
include ("./inc/funktion_schichtplan_aray.php");
|
||||
include ("../../includes/header.php");
|
||||
include ("../../includes/inc/funktionen.php");
|
||||
include ("../../includes/funktion_schichtplan.php");
|
||||
include ("../../includes/funktion_schichtplan_aray.php");
|
||||
?>
|
||||
|
||||
<?PHP echo Get_Text("Hello").$_SESSION['Nick'].",<br>".
|
||||
|
@ -153,5 +153,5 @@ else
|
|||
|
||||
echo "<a href=\"". $_SESSION["newurl"]. "&Icon=0\">@</a>";
|
||||
|
||||
include ("./inc/footer.php");
|
||||
include ("../../includes/footer.php");
|
||||
?>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?php
|
||||
$title = "Himmel";
|
||||
$header = "Schichtpläne";
|
||||
include ("./inc/header.php");
|
||||
include ("./inc/funktion_schichtplan.php");
|
||||
include ("./inc/funktion_schichtplan_aray.php");
|
||||
include ("./inc/funktionen.php");
|
||||
include ("../../includes/header.php");
|
||||
include ("../../includes/funktion_schichtplan.php");
|
||||
include ("../../includes/funktion_schichtplan_aray.php");
|
||||
include ("../../includes/funktionen.php");
|
||||
|
||||
if (isset($_POST["newtext"]) && isset($_POST["SID"]) && isset($_POST["TID"])) {
|
||||
SetHeaderGo2Back();
|
||||
|
@ -122,5 +122,5 @@ elseif (isset($_GET["SID"]) && isset($_GET["TID"]))
|
|||
|
||||
}
|
||||
|
||||
include ("./inc/footer.php");
|
||||
include ("../../includes/footer.php");
|
||||
?>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
$title = "Himmel";
|
||||
$header = "Weckdienst - Liste der zu weckenden Engel";
|
||||
|
||||
include ("./inc/header.php");
|
||||
include ("../../includes/header.php");
|
||||
|
||||
?>
|
||||
|
||||
|
@ -36,5 +36,5 @@ include ("./inc/header.php");
|
|||
?>
|
||||
</table>
|
||||
<?PHP
|
||||
include ("./inc/footer.php");
|
||||
include ("../../includes/footer.php");
|
||||
?>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
$title = "Himmel";
|
||||
$header = "Weckdienst";
|
||||
|
||||
include ("./inc/header.php");
|
||||
include ("../../includes/header.php");
|
||||
|
||||
if( isset($_POST["eintragen"]))
|
||||
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"); ?>">
|
||||
</form>
|
||||
<?PHP
|
||||
include ("./inc/footer.php");
|
||||
include ("../../includes/footer.php");
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue