summaryrefslogtreecommitdiff
path: root/www-ssl
diff options
context:
space:
mode:
authorichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8>2007-11-04 15:51:33 +0000
committerichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8>2007-11-04 15:51:33 +0000
commitbb3710efde173ec166f18646c8e195678174db16 (patch)
treea109c597da576771a8a85868353dd7bf1c2377da /www-ssl
parent546f80edd34be6e8d64bfb83df85bbbc309406ab (diff)
some db-updates, doku added
git-svn-id: svn://svn.cccv.de/engel-system@241 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl')
-rwxr-xr-xwww-ssl/makeuser.php16
-rwxr-xr-xwww-ssl/nonpublic/schichtplan.2.php2
-rwxr-xr-xwww-ssl/nonpublic/schichtplan.php4
3 files changed, 14 insertions, 8 deletions
diff --git a/www-ssl/makeuser.php b/www-ssl/makeuser.php
index c2b32077..70f56e3b 100755
--- a/www-ssl/makeuser.php
+++ b/www-ssl/makeuser.php
@@ -1,6 +1,8 @@
<?PHP
$title = "Anmeldung zum Chaos-Engel";
$header = "";
+$success = "none";
+include ("./inc/config.php");
include ("./inc/header.php");
include ("./inc/config_db.php");
include ("./inc/crypt.php");
@@ -91,12 +93,16 @@ if( isset($_POST["send"]))
echo "<h1>". Get_Text("makeuser_writeOK3"). "</h1>\n";
}
echo Get_Text("makeuser_writeOK4"). "</p><p></p>\n<br><br>\n";
+ $success="any";
+
}
}
- if( !isset($error) )
- echo Get_Text("makeuser_text4"). "<br>\n";
- else
+ if( !isset($error) ){
+ echo Get_Text("makeuser_text4"). "<a href=";
+ echo($url). ">Login</a><br>\n";
+ }else{
echo "<p class=\"warning\">\n$error\n</p>\n\n";
+ }
}
else
{
@@ -116,7 +122,7 @@ else
$_POST["kommentar"] = "";
$_POST["Hometown"] = "";
}
-
+if( $success=="none" ){
echo "<h1>".Get_Text("makeuser_text0")."</h1>". "<h2>". Get_Text("makeuser_text1"). "</h2>";
echo "\t<form action=\"\" method=\"post\">\n";
echo "\t\t<table>\n";
@@ -187,7 +193,7 @@ echo "\t\t\t<tr><td>&nbsp;</td><td><input type=\"submit\" name=\"send\" value=\"
echo "\t\t</table>\n";
echo "\t</form>\n";
Print_Text("makeuser_text3");
-
+}
include ("./inc/footer.php");
?>
diff --git a/www-ssl/nonpublic/schichtplan.2.php b/www-ssl/nonpublic/schichtplan.2.php
index bfa1d5a4..f70b11ba 100755
--- a/www-ssl/nonpublic/schichtplan.2.php
+++ b/www-ssl/nonpublic/schichtplan.2.php
@@ -1,4 +1,4 @@
-<h4>&nbsp;Raum übersicht</h4>
+<h4>&nbsp;Raum &uuml;bersicht</h4>
<?php
diff --git a/www-ssl/nonpublic/schichtplan.php b/www-ssl/nonpublic/schichtplan.php
index e9b8f09b..65b0d39a 100755
--- a/www-ssl/nonpublic/schichtplan.php
+++ b/www-ssl/nonpublic/schichtplan.php
@@ -80,7 +80,7 @@ if ( !isset($raum) )
// zeit die naesten freien schichten
- showEmptyShifts();
+ showEmptyShifts();
}
else
{ // Wenn einraum Ausgewählt ist:
@@ -153,7 +153,7 @@ else
}//if (isset($raum))
-echo "<a href=\"". $_SESSION["newurl"]. "&Icon=0\">@</a>";
+//echo "<a href=\"". $_SESSION["newurl"]. "&Icon=0\">@</a>";
include ("./inc/footer.php");
?>