Add a link inside Cumulus webpages
Posted: Mon 30 Jan 2012 8:23 pm
How can I add a link inside cumulus webpages with realtime and show it in cuumlus webpages with now,gauges,today,yesterday,...ect.
ttexsun
ttexsun
Support forum for Cumulus weather station software
https://cumulus.hosiene.co.uk/
Code: Select all
<tr>
<td colspan="4" class="td_navigation_bar">:<a href="index.htm">now</a>::<a href="gauges.htm">gauges</a>::<a href="today.htm">today</a>::<a href="yesterday.htm">yesterday</a>::<a href="thismonth.htm">this month</a>::<a href="thisyear.htm">this year</a>::<a href="record.htm">records</a>::<a href="trends.htm">trends</a>:<#forum><#webcam></td>
</tr>Code: Select all
<tr>
<td colspan="4" class="td_navigation_bar">:<a href="index.htm">now</a>::<a href="gauges.htm">gauges</a>::<a href="today.htm">today</a>::<a href="yesterday.htm">yesterday</a>::<a href="thismonth.htm">this month</a>::<a href="thisyear.htm">this year</a>::<a href="record.htm">records</a>::<a href="trends.htm">trends</a>:<#forum><#webcam></td>
</tr>Code: Select all
<tr>
<td colspan="4" class="td_navigation_bar">:<a href="index.htm">now</a>::<a href="http://www.dewellsweatherstation.net/CumulusRealtime.html">realtime</a>::<a href="gauges.htm">gauges</a>::<a href="today.htm">today</a>::<a href="yesterday.htm">yesterday</a>::<a href="thismonth.htm">this month</a>::<a href="thisyear.htm">this year</a>::<a href="record.htm">records</a>::<a href="trends.htm">trends</a>:<#forum><#webcam></td>
</tr>Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link href="weatherstyle.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="Sanday weather data">
<meta name="keywords" content="Cumulus, Sanday weather data, weather, data, weather station">
<title>Sanday weather</title>
<link href="weatherstyle.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="Silverlight.js"></script>
</head>
<body>
<div id=content>
<h1>Sanday weather</h1>
<h2 style="text-align: left; text-transform: none;"> Latitude N 59° 14' 33" Longitude W 02° 35' 16" Elevation 5 m</h2>
<div id='errorLocation' style="font-size: small;color: Gray;"></div>
<div id="silverlightControlHost">
<object data="data:application/x-silverlight," type="application/x-silverlight-2" width="834" height="880">
<param name="source" value="CumulusRealtime.xap?v=1.0.0.5"/>
<param name="onerror" value="onSilverlightError" />
<param name="background" value="white" />
<param name="minRuntimeVersion" value="3.0.40624.0" />
<param name="autoUpgrade" value="true" />
<a href="http://go.microsoft.com/fwlink/?LinkID=149156&v=3.0.40624.0" style="text-decoration:none">
<img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style:none"/>
</a>
</object>
<iframe style='visibility:hidden;height:0;width:0;border:0px'></iframe>
</div>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td colspan="3" class="td_navigation_bar">:<a href="index.htm">now</a>::<a href="gauges.htm">gauges</a>::<a href="today.htm">today</a>::<a href="yesterday.htm">yesterday</a>::<a href="thismonth.htm">this month</a>::<a href="thisyear.htm">this year</a>::<a href="record.htm">records</a>::<a href="trends.htm">trends</a>:</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>