Frage zu HTML-Templates
Posted: Sat Apr 04, 2009 8:16 pm
Hallo Boris
Ich hab da mal eine Frage zu folgendem Code aus der Bedienungsanleitung von Meteohub.
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<title>Meteohub HTML Mini-Dashboard</title>
</head>
<body bgcolor="#ffffff">
<table border="1" cellpadding="0" cellspacing="2" width="200">
<tr>
<td>Temperature</td>
<td>[actual_th0_temp_c] °C</td>
</tr>
<tr>
<td>Humidity</td>
<td>[actual_th0_hum_rel] %</td>
</tr>
<tr>
<td>Pressure</td>
<td>[actual_thb0_sealevel_hpa] hPa</td>
</tr>
<tr>
<td>Wind Speed</td>
<td>[actual_wind0_speed_kmh] km/h</td>
</tr>
<tr>
<td>Rain Rate</td>
<td>[actual_rain0_rate_mm] mm</td>
</tr>
<tr>
<td>Forecast Text</td>
<td>[actual_thb0_fc_text:none]</td>
</tr>
</table>
</body>
</html>
Ich vertsehe laut Beschreibung das man die Variablen verändern kann. Kannst du mir sagen wo?
Wenn das html-Dokument auf dem Server liegt ist es nicht möglich. Wo bitte kann ich es in meteohub ändern?
Gruß Wölckchen
Ich hab da mal eine Frage zu folgendem Code aus der Bedienungsanleitung von Meteohub.
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<title>Meteohub HTML Mini-Dashboard</title>
</head>
<body bgcolor="#ffffff">
<table border="1" cellpadding="0" cellspacing="2" width="200">
<tr>
<td>Temperature</td>
<td>[actual_th0_temp_c] °C</td>
</tr>
<tr>
<td>Humidity</td>
<td>[actual_th0_hum_rel] %</td>
</tr>
<tr>
<td>Pressure</td>
<td>[actual_thb0_sealevel_hpa] hPa</td>
</tr>
<tr>
<td>Wind Speed</td>
<td>[actual_wind0_speed_kmh] km/h</td>
</tr>
<tr>
<td>Rain Rate</td>
<td>[actual_rain0_rate_mm] mm</td>
</tr>
<tr>
<td>Forecast Text</td>
<td>[actual_thb0_fc_text:none]</td>
</tr>
</table>
</body>
</html>
Ich vertsehe laut Beschreibung das man die Variablen verändern kann. Kannst du mir sagen wo?
Wenn das html-Dokument auf dem Server liegt ist es nicht möglich. Wo bitte kann ich es in meteohub ändern?
Gruß Wölckchen