First Commit
This commit is contained in:
42
html/sternwarte/kalender/cal.php
Normal file
42
html/sternwarte/kalender/cal.php
Normal file
@@ -0,0 +1,42 @@
|
||||
<!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="container2sp">
|
||||
|
||||
<?php include '../header.php'; ?>
|
||||
<?php include '../navi.php'; ?>
|
||||
|
||||
<div id="mainContentBig">
|
||||
<!-- <h1>Aktuelle Wetterdaten von der Sternwarte Welzheim</h1> -->
|
||||
<!-- <div class="fltlft2"> -->
|
||||
<div id="foriframe">
|
||||
<iframe src="index.html" width="813" frameborder="0" height="710px" scrolling="no"></iframe>
|
||||
<!-- Maintenance nun über 'maitnenance = true' in js/wetter.js !! -->
|
||||
</div>
|
||||
|
||||
|
||||
<!-- </div> -->
|
||||
|
||||
|
||||
<!-- <p class="center">Die Wetterstation wurde vom Zeitungsverlag Waiblingen <a href="http://www.zvw.de" target="_blank">www.zvw.de</a> gestiftet.</p>
|
||||
-->
|
||||
<!-- 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>
|
||||
Reference in New Issue
Block a user