hmm ich kann dir diese anbieten, hab ich aber auch nur mit Hilfe hinbekommen:
HTML-Code:
<!--
<!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" xml:lang="de" lang="de">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Cache-Control" content="no-store, no-cache, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<style type="text/css">@import "Temperaturen.css";</style>
</head><body>
<div id="containerMiddleContent">
<div class="deviceContainer" style="background: transparent url(/img/icons/png/Temperature.png) no-repeat scroll 10px 4px">
<div class="deviceTitle">
<div class="deviceTitleContent">Wohnzimmer</div>
</div>
<div class="deviceStateExtended">
<div class="variableDisplay">
<div class="deviceStateContent"><? echo number_format(GetValue(52137), 2, ',', '.');?> °C</div>
</div>
</div>
</div>
<div class="deviceContainer" style="background: transparent url(/img/icons/png/Temperature.png) no-repeat scroll 10px 4px">
<div class="deviceTitle">
<div class="deviceTitleContent">Kueche</div>
</div>
<div class="deviceStateExtended">
<div class="variableDisplay">
<div class="deviceStateContent"><? echo number_format(GetValue(32425), 2, ',', '.');?> °C</div>
</div>
</div>
</div>
<div class="deviceContainer" style="background: transparent url(/img/icons/png/Temperature.png) no-repeat scroll 10px 4px">
<div class="deviceTitle">
<div class="deviceTitleContent">Flur</div>
</div>
<div class="deviceStateExtended">
<div class="variableDisplay">
<div class="deviceStateContent"><? echo number_format(GetValue(54453), 2, ',', '.');?> °C</div>
</div>
</div>
</div>
<div class="deviceContainer" style="background: transparent url(/img/icons/png/Temperature.png) no-repeat scroll 10px 4px">
<div class="deviceTitle">
<div class="deviceTitleContent">Gaeste_WC</div>
</div>
<div class="deviceStateExtended">
<div class="variableDisplay">
<div class="deviceStateContent"><? echo number_format(GetValue(45667), 2, ',', '.');?> °C</div>
</div>
</div>
</div>
<div class="deviceContainer" style="background: transparent url(/img/icons/png/Temperature.png) no-repeat scroll 10px 4px">
<div class="deviceTitle">
<div class="deviceTitleContent">Kinderzimmer Marie</div>
</div>
<div class="deviceStateExtended">
<div class="variableDisplay">
<div class="deviceStateContent"><? echo number_format(GetValue(52925), 2, ',', '.');?> °C</div>
</div>
</div>
</div>
<div class="deviceContainer" style="background: transparent url(/img/icons/png/Temperature.png) no-repeat scroll 10px 4px">
<div class="deviceTitle">
<div class="deviceTitleContent">Kinderzimmer Lara</div>
</div>
<div class="deviceStateExtended">
<div class="variableDisplay">
<div class="deviceStateContent"><? echo number_format(GetValue(17398), 2, ',', '.');?> °C</div>
</div>
</div>
</div>
<div class="deviceContainer" style="background: transparent url(/img/icons/png/Temperature.png) no-repeat scroll 10px 4px">
<div class="deviceTitle">
<div class="deviceTitleContent">Schlafzimmer</div>
</div>
<div class="deviceStateExtended">
<div class="variableDisplay">
<div class="deviceStateContent"><? echo number_format(GetValue(36325), 2, ',', '.');?> °C</div>
</div>
</div>
</div>
<div class="deviceContainer" style="background: transparent url(/img/icons/png/Temperature.png) no-repeat scroll 10px 4px">
<div class="deviceTitle">
<div class="deviceTitleContent">Badezimmer</div>
</div>
<div class="deviceStateExtended">
<div class="variableDisplay">
<div class="deviceStateContent"><? echo number_format(GetValue(44968), 2, ',', '.');?> °C</div>
</div>
</div>
</div>
</div>
<!--
<a href="about:blank">Link</a><br /><br />
Text<br /><br />
-->
</body></html>