First Commit

This commit is contained in:
2025-11-02 22:52:08 +01:00
commit 73fbbf1be2
5821 changed files with 977526 additions and 0 deletions

View File

@@ -0,0 +1,79 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Sternwarte Welzheim</title>
<!--[if IE 5]>
<link href="css/ie5.css" rel="stylesheet" type="text/css" />
<![endif]--><!--[if IE]>
<style type="text/css">
<link href="css/ie.css" rel="stylesheet" type="text/css" />
</style>
<![endif]-->
<link href="../css/sternwarte1.css" rel="stylesheet" type="text/css" />
</head>
<body class="thrColFixHdr">
<div id="container">
<div id="header"><img src="../bilder/header1.jpg" width="960" height="150" alt="Sternwarte Welzheim"/><!-- end #header --></div>
<?php include '../navi.php'; ?>
<div id="sidebar2">
<h3>Nächste Führung</h3>
<p class="textklein90">
<?php include '../fdatum.php';
?>
<span class="textklein">(Führungen finden nur bei klarem Wetter statt)</span>
<!-- end #sidebar2 -->
</p>
<h3>Aktuell</h3>
<p class="textklein90"><strong>Sternwarte Welzheim <br />
Das Weltall erleben!</strong><br />
<span class="textklein">Ausstellung im Rathaus der Landeshauptstadt Stuttgart 20. Mai bis 10. Juni 2009<br />
<a href="../ausstellung.php">weitere Infos</a></span> </p>
<p>&nbsp;</p> <p><a href="http://www.astronomy2009.de/" target="_blank" style="text-decoration:none;"> <img src="../bilder/astro2009.jpg" width="182" height="342" alt="Astronomisches Jahr 2009" /></a></p>
</div>
<div id="mainContent">
<h1> Admin-Bereich</h1>
<p><strong>Bildergalerien-Anlegen von Kategorien</strong></p>
<form action="kat_ein.php" method="post" name="formkat" id="formular" enctype="multipart/form-data">
<label for="kategorie" class="labeltext">Kategorie:</label>
<input name="kat" type="text" class="textfeld200" id="kategorie" /><br />
<br />
<label for="frei" class="labeltext">frei</label>
<input name="frei" type="checkbox" value="1" />
<br />
<br />
<label for="filebild" class="labeltext">Bild</label>
<input type='file' id='filebild' name='file' /><br />
<br />
<input name="neu" type="hidden" value="neu" />
<input type="submit" value="eintragen">
</form>
<!-- end #mainContent --></div>
<!-- Dieses clear-Element sollte direkt auf das #mainContent-div folgen, um das #container-div anzuweisen, alle untergeordneten Floats aufzunehmen. --><br class="clearfloat" />
<!-- end #container --></div>
</body>
</html>