diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-30 22:13:38 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-30 22:13:38 +0000 |
commit | bf88f9c69beddd3d0559648ec9db37f34bd64300 (patch) | |
tree | bdb7ee515c0325cc3ab18e47c03768ff88655836 /www-ssl/inc | |
parent | f53f4bf0c64ef14cfac882a98e3f6a2cd883c973 (diff) |
aus gegebenen anlass, update von <? auf <?PHP
git-svn-id: svn://svn.cccv.de/engel-system@99 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/inc')
-rwxr-xr-x | www-ssl/inc/config.php | 2 | ||||
-rwxr-xr-x | www-ssl/inc/footer.php | 6 | ||||
-rwxr-xr-x | www-ssl/inc/header.php | 23 | ||||
-rwxr-xr-x | www-ssl/inc/login_eingabefeld.php | 8 | ||||
-rwxr-xr-x | www-ssl/inc/menu.php | 6 |
5 files changed, 25 insertions, 20 deletions
diff --git a/www-ssl/inc/config.php b/www-ssl/inc/config.php index c0587d57..5e831cb4 100755 --- a/www-ssl/inc/config.php +++ b/www-ssl/inc/config.php @@ -1,4 +1,4 @@ -<? +<?PHP // Adresse des Webservers $url = "https://linuxeurobook/"; diff --git a/www-ssl/inc/footer.php b/www-ssl/inc/footer.php index 84efb6cd..70613d29 100755 --- a/www-ssl/inc/footer.php +++ b/www-ssl/inc/footer.php @@ -29,7 +29,7 @@ if( $Page["ShowTabel"]=="Y" ) <!-- anfang des menue parts //--> -<? +<?PHP if( $_SESSION['Menu'] =="R") include("./inc/menu.php"); ?> </td> @@ -44,7 +44,7 @@ if( $_SESSION['Menu'] =="R") include("./inc/menu.php"); <tr> <td colspan="2"> <h5 align="center"> © copyleft - <a href="mailto:erzengel@lists.ccc.de">Kontakt</a> - <? + <?PHP include( "./inc/funktion_counter.php"); include( "./inc/funktion_flag.php"); ?></h5> @@ -57,7 +57,7 @@ if( $_SESSION['Menu'] =="R") include("./inc/menu.php"); </div> -<? +<?PHP //############################### ShowTable Start ############################## } /* if (ShowTabel....*/ ?> diff --git a/www-ssl/inc/header.php b/www-ssl/inc/header.php index 91ba35ce..6821d164 100755 --- a/www-ssl/inc/header.php +++ b/www-ssl/inc/header.php @@ -1,4 +1,4 @@ -<? +<?PHP include ("./inc/config.php"); include ("./inc/db.php"); include ("./inc/funktion_lang.php"); @@ -35,7 +35,7 @@ echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n"; ?> <HTML> <HEAD> -<? +<?PHP echo "<TITLE>--- $title ---</TITLE>"; ?> <meta name="keywords" content="Engel, Himmelsverwaltung"> @@ -45,8 +45,13 @@ echo "<TITLE>--- $title ---</TITLE>"; <meta name="robots" content="index"> <meta name="revisit-after" content="1 days"> <meta http-equiv="content-language" content="de"> -<link rel=stylesheet type="text/css" href="./inc/css/style<? if (!IsSet($_SESSION['color'])) { echo "1"; } else { echo $_SESSION['color']; } ?>.css"> -<? +<link rel=stylesheet type="text/css" href="./inc/css/style<?PHP + if (!IsSet($_SESSION['color'])) + echo "1"; + else + echo $_SESSION['color']; + ?>.css"> +<?PHP if (isset($reload)) { if ($reload=="") $reload=3330; echo "\n<meta http-equiv=\"refresh\" content=\"".$reload. @@ -60,7 +65,7 @@ if (isset($Page["AutoReload"])) { ?> </HEAD> <BODY> -<? +<?PHP if( !isset($Page["ShowTabel"]) ) $Page["ShowTabel"]="Y"; if( $Page["ShowTabel"]=="Y" ) { @@ -68,10 +73,10 @@ if( $Page["ShowTabel"]=="Y" ) ?> <div align="center"> - <a name="#top"><img src="./inc/himmel<? if( isset($_SESSION['color'])) + <a name="#top"><img src="./inc/himmel<?PHP if( isset($_SESSION['color'])) if ($_SESSION['color']==6) echo "_w"; ?>.png" alt="Unser Himmel"></a> <p> -<? +<?PHP //ausgabe new message if( isset($_SESSION['CVS']["nonpublic/messages.php"])) if( $_SESSION['CVS']["nonpublic/messages.php"] == "Y") @@ -87,7 +92,7 @@ if( isset($_SESSION['CVS']["nonpublic/messages.php"])) ?> <table width="95%" align="center" border="0" cellpadding="7" cellspacing="0"> <tr> -<? +<?PHP //ausgaeb Menu if( !isset($_SESSION['Menu'])) $_SESSION['Menu'] = "L"; if( $_SESSION['Menu'] =="L") include("./inc/menu.php"); @@ -97,7 +102,7 @@ if( $_SESSION['Menu'] =="L") include("./inc/menu.php"); <table border="0" width="100%" align="center" class="border" cellpadding="5" cellspacing="1"> <tr class="contenttopic"> <td> -<? +<?PHP echo "\t<a name=\"#$header\" class=\"contenttopic\">"; if( strlen( $header) == 0 ) echo "\n\t<b>". Get_Text($Page["Name"]). "</b></a>\n"; diff --git a/www-ssl/inc/login_eingabefeld.php b/www-ssl/inc/login_eingabefeld.php index def62f25..afb0c90e 100755 --- a/www-ssl/inc/login_eingabefeld.php +++ b/www-ssl/inc/login_eingabefeld.php @@ -1,21 +1,21 @@ -<form action="<? +<form action="<?PHP include ("./inc/config.php"); echo substr($url, 0, strlen($url)-1). $ENGEL_ROOT ?>nonpublic/index.php" method="post"> <table> <tr> - <td align="right"><? echo Get_Text("index_lang_nick");?></td> + <td align="right"><?PHP echo Get_Text("index_lang_nick");?></td> <td><input type="text" name="user" size="23"></td> </tr> <tr> - <td align="right"><? echo Get_Text("index_lang_pass");?></td> + <td align="right"><?PHP echo Get_Text("index_lang_pass");?></td> <td><input type="password" name="password" size="23"></td> </tr> </table> <br> -<input type="submit" value="<? echo Get_Text("index_lang_send");?>"> +<input type="submit" value="<?PHP echo Get_Text("index_lang_send");?>"> </form> diff --git a/www-ssl/inc/menu.php b/www-ssl/inc/menu.php index 61247329..579b3e63 100755 --- a/www-ssl/inc/menu.php +++ b/www-ssl/inc/menu.php @@ -1,7 +1,7 @@ <!-- anfang des menue parts //--> <td width="160" valign="top"> -<? +<?PHP $MenueTableStart=" <table align=\"center\" class=\"border\" cellpadding=\"3\" cellspacing=\"1\"> <tr> @@ -49,7 +49,7 @@ if ($submenus >= 1 ) { </table> <br> -<? +<?PHP } } @@ -63,7 +63,7 @@ if( isset($_SESSION['UID'])) </td> </tr> </table> -<? +<?PHP } ?> </td> |