s
@wahsaga
Da tut sich nichts.. garnichts ..
@wahsaga
Da tut sich nichts.. garnichts ..
<?
$newsdir="news/";
include ("./admin.inc");
if ($HTTP_GET_VARS[logout] == "yes") {
setcookie("login_sess");
header ("Location: ".$config[mainpg]);
exit;
}
require "auth.php";
?>
<!-- BEGIN: main -->
<html>
<head>
<script type="text/javascript">
function br(){
var inhalt = document.formular.eingabe.value;
document.formular.eingabe.value = inhalt + "<br>";
}
</script>
<link rel="stylesheet" type="text/css" href="../css/formate.css">
<title>Termine Kombuese Administration</title>
</head>
<body>
<div align="center">
<!-- BEGIN: table -->
<table width="98%" border="0">
<!-- BEGIN: header -->
<tr>
<td colspan="3" align="center">
Termine Administration
</td>
</tr>
<!-- END: header -->
<!-- BEGIN: content -->
<tr>
<td width="100">
Site Nav
</td>
<td width="70%">
<?
if (isset($HTTP_GET_VARS[edit]) && ($HTTP_GET_VARS[edit] != ""))
$mode = "edit";
elseif (isset($HTTP_GET_VARS[delete]) && ($HTTP_GET_VARS[delete] == "all"))
$mode = "delall";
else
$mode = "full";
displayNewsAdmin($newsdir,"admtheme.inc",$mode);
?>
</td>
<td width="*">
</td>
</tr>
<!-- END: content -->
<!-- BEGIN: footer -->
<tr>
<td colspan="3" align="center">
</td>
</tr>
<!-- END: footer -->
</table>
<!-- END: table -->
</div>
</body>
</html>
<!-- END: main -->
Kommentar