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:
ichdasich 2008-09-10 15:56:20 +00:00
parent 83a90af930
commit 0c4794c71f
14 changed files with 52 additions and 52 deletions

View File

@ -41,21 +41,21 @@ ich@DenkBrett www-ssl % find . -name \*.php -exec grep -l './inc' {} \;
#./inc/ShowUserPicture.php #./inc/ShowUserPicture.php
#./inc/login_eingabefeld.php #./inc/login_eingabefeld.php
#./inc/funktion_SendMessenges.php #./inc/funktion_SendMessenges.php
./nonpublic/waeckliste.php #./nonpublic/waeckliste.php
./nonpublic/schichtplan.1.php #./nonpublic/schichtplan.1.php
./nonpublic/schichtplan.php #./nonpublic/schichtplan.php
./nonpublic/schichtplan.2.php #./nonpublic/schichtplan.2.php
./nonpublic/myschichtplan.php #./nonpublic/myschichtplan.php
./nonpublic/messages.php #./nonpublic/messages.php
./nonpublic/index.php #./nonpublic/index.php
./nonpublic/faq.php #./nonpublic/faq.php
./nonpublic/schichtplan_add.php #./nonpublic/schichtplan_add.php
./nonpublic/schichtplan_beamer.php ./nonpublic/schichtplan_beamer.php # Special fix needed, css
./nonpublic/news.php #./nonpublic/news.php
./nonpublic/einstellungen.php ./nonpublic/einstellungen.php # Special fix needed
./nonpublic/wecken.php #./nonpublic/wecken.php
./nonpublic/engelbesprechung.php #./nonpublic/engelbesprechung.php
./nonpublic/news_comments.php #./nonpublic/news_comments.php
#./logout.php #./logout.php
#./makeuser.php #./makeuser.php
#./lageplan.php #./lageplan.php

View File

@ -1,7 +1,7 @@
<?php <?php
$title = "Himmel"; $title = "Himmel";
$header = "Engelbesprechung"; $header = "Engelbesprechung";
include ("./inc/header.php"); include ("../../includes/header.php");
?> ?>
<br> <br>
@ -33,5 +33,5 @@ for ($n = 0 ; $n < $Zeilen ; $n++)
} }
include ("./inc/footer.php"); include ("../../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 ("./inc/header.php"); include ("../../includes/header.php");
// Erstaufruf, oder Frage bereits abgeschickt? // Erstaufruf, oder Frage bereits abgeschickt?
@ -68,5 +68,5 @@ if ($Zeilen==0){
} }
} }
include ("./inc/footer.php"); include ("../../includes/footer.php");
?> ?>

View File

@ -2,14 +2,14 @@
$title = "Index"; $title = "Index";
$header = "Index"; $header = "Index";
include ("./inc/config_db.php"); include ("../../includes/config_db.php");
include ("./inc/crypt.php"); include ("../../includes/crypt.php");
session_start(); // alte Session - falls vorhanden - wiederherstellen... session_start(); // alte Session - falls vorhanden - wiederherstellen...
function LoginOK() function LoginOK()
{ {
include ("./inc/config.php"); include ("../../includes/config.php");
header("HTTP/1.1 302 Moved Temporarily"); header("HTTP/1.1 302 Moved Temporarily");
header("Location: ". substr($url, 0, strlen($url)-1). $ENGEL_ROOT. "nonpublic/news.php"); 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"; $ErrorText = "pub_index_User_more_as_one";
} // Ende Check, ob User angemeldet wurde } // Ende Check, ob User angemeldet wurde
} }
include ("./inc/header.php"); include ("../../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 ("./inc/login_eingabefeld.php"); include ("../../includes/login_eingabefeld.php");
include ("./inc/footer.php"); include ("../../includes/footer.php");
?> ?>

View File

@ -2,7 +2,7 @@
$title = "Himmel"; $title = "Himmel";
$header = ""; $header = "";
include ("./inc/header.php"); include ("../../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 ("./inc/footer.php"); include ("../../includes/footer.php");
?> ?>

View File

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

View File

@ -1,11 +1,11 @@
<?php <?php
$title = "Himmel"; $title = "Himmel";
$header = "News"; $header = "News";
include ("./inc/header.php"); include ("../../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 ("./inc/footer.php"); include ("../../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 ("./inc/header.php"); include ("../../includes/header.php");
if( IsSet( $_GET["nid"])) if( IsSet( $_GET["nid"]))
@ -85,5 +85,5 @@ else
echo "Fehlerhafter Aufruf!"; echo "Fehlerhafter Aufruf!";
} }
include ("./inc/footer.php"); include ("../../includes/footer.php");
?> ?>

View File

@ -1,7 +1,7 @@
<h4>&nbsp;Tage </h4> <h4>&nbsp;Tage </h4>
<?PHP <?PHP
include ("./inc/funktion_schichtplan_aray.php"); include ("../../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 ("./inc/funktion_schichtplan_aray.php"); include ("../../includes/funktion_schichtplan_aray.php");
if( isset ($Room)) if( isset ($Room))
foreach( $Room as $RoomEntry ) foreach( $Room as $RoomEntry )

View File

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

View File

@ -1,10 +1,10 @@
<?php <?php
$title = "Himmel"; $title = "Himmel";
$header = "Schichtpl&auml;ne"; $header = "Schichtpl&auml;ne";
include ("./inc/header.php"); include ("../../includes/header.php");
include ("./inc/funktion_schichtplan.php"); include ("../../includes/funktion_schichtplan.php");
include ("./inc/funktion_schichtplan_aray.php"); include ("../../includes/funktion_schichtplan_aray.php");
include ("./inc/funktionen.php"); include ("../../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 ("./inc/footer.php"); include ("../../includes/footer.php");
?> ?>

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 ("./inc/header.php"); include ("../../includes/header.php");
?> ?>
@ -36,5 +36,5 @@ include ("./inc/header.php");
?> ?>
</table> </table>
<?PHP <?PHP
include ("./inc/footer.php"); include ("../../includes/footer.php");
?> ?>

View File

@ -2,7 +2,7 @@
$title = "Himmel"; $title = "Himmel";
$header = "Weckdienst"; $header = "Weckdienst";
include ("./inc/header.php"); include ("../../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 ("./inc/footer.php"); include ("../../includes/footer.php");
?> ?>