First Commit
This commit is contained in:
56
html/sternwarte/HWeather/HWeather.html
Executable file
56
html/sternwarte/HWeather/HWeather.html
Executable file
@@ -0,0 +1,56 @@
|
||||
<!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=iso-8859-1" />
|
||||
<title>Historische Wetterdaten</title>
|
||||
|
||||
<link href="css/histwetter.css" rel="stylesheet" type="text/css" />
|
||||
<link href="css/overcast/jquery-ui-1.8.21.custom.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="js/jquery-ui-1.8.21.custom.min.js"></script>
|
||||
<script type="text/javascript" src="js/jquery-ui-timepicker-addon.js"></script>
|
||||
<script type="text/javascript" src="js/jquery-ui-sliderAccess.js"></script>
|
||||
<script type="text/javascript" src="js/jquery.jqprint-0.3.js"></script>
|
||||
<script type="text/javascript" src="js/jquery.popupWindow.js"></script>
|
||||
<script type="text/javascript" src="js/HWeather.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="bilder">
|
||||
<h1>Historische Wetterdaten </h1>
|
||||
<p class="centern">
|
||||
der Sternwarte Welzheim
|
||||
</p>
|
||||
|
||||
|
||||
<div id="manual" align="center">
|
||||
<button class="buttons" id="manualbutton" type="button">Anleitung</button>
|
||||
</div>
|
||||
|
||||
<form>
|
||||
<b>Startdatum:</b> <input id="startdate" type="textbox" value=""></input>
|
||||
<span id="endd"><b>Enddatum:</b> <input id="enddate" type="textbox" value=""></input></span>
|
||||
</form>
|
||||
|
||||
<div id="Area">
|
||||
<div id="tabelle" align="center"></div>
|
||||
</div>
|
||||
|
||||
<div id="retour" align="center">
|
||||
<button class="buttons" id="retourbutton" type="button"
|
||||
onclick="location='../wetter/Daily.htm'">
|
||||
<a href="../wetter/Daily.htm">Zurück zum aktuellen Wetter</a>
|
||||
</button>
|
||||
<button class="buttons" id="printbutton" type="button">Tabelle Drucken</button>
|
||||
</div>
|
||||
<div id="author">
|
||||
<a href="mailto:rxf@gmx.de">rxf</a> 2013-11-17
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user