Welcome to the Cumulus Support forum.

Latest Cumulus MX V4 release 4.0.1 (build 4023) - 16 May 2024

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

Adding Image to european template ...

Discussion of Ken True's web site templates

Moderator: saratogaWX

Post Reply
salva
Posts: 1
Joined: Sun 06 Oct 2013 10:11 pm
Weather Station: Davis MonitorII
Operating System: XP SP3
Location: Spain

Adding Image to european template ...

Post by salva »

Hi, I am using the European template at my website and I want to add an webcam image, I have added the following in ajax-dashboard.php, Is the correct way to do this ?

Thanks

Code: Select all

<!-- start of ajax-dashboard.php -->
<div class="ajaxDashboard" style="width: 632px;">
      <table width="620" border="0" cellpadding="2" cellspacing="1" style="border:solid; border-color: #CCCCCC;">
        <tr align="center">
          
		  <img src="/webcam/lores_webcam.jpg" alt="imagen_alt" style="border:solid; border-color: #CCCCCC;">
		  <p></p>
		  
		  
		  
		  <td class="data1" colspan="4" style="text-align: center">
		    <span class="ajax" id="ajaxindicator"><?php langtrans('Updated'); ?>:</span>&nbsp;@ 
		    <span class="ajax" id="ajaxdate">
		    <?php echo fixup_date($date) . ' ' . fixup_time($time);
			  if(isset($timeofnextupdate)) { echo " - " . langtransstr('next update at') . " " . fixup_time($timeofnextupdate);} ?>
		    </span>&nbsp;<span class="ajax" id="ajaxtime"></span>
            <?php if(isset($SITE['ajaxScript'])) { ?>
            <script type="text/javascript">
Post Reply