Author Topic: integrate Steel Serie gauges in Saratoga template ?  (Read 2215 times)

jf-i2r

  • Strong Breeze
  • ***
  • Posts: 150
  • Station Details: vantage pro2 wireless with solar sensor ; weatherlink-ip ;mac mini 1,6ghz 2go ram El Capitan
integrate Steel Serie gauges in Saratoga template ?
« on: March 31, 2013, 03:17:37 PM »
hi

the url of my gauges : http://www.jf-i2r.com/meteo-jf2/gauges/gauges-ss-basic.htm
my saratoga web site : http://www.jf-i2r.com/meteo-jf2/saratoga/index.php

i use wxnewpage.php to create a wxstation-jf.php

in flyout-menu.xml

Quote
<item caption="station direct" link="wxstation-jf.php" title="station direct"/>

but i don't know what i ve to setup in my wxstation-jf.php

Quote
############################################################################
?>

<h3><?php langtrans('station en direct'); ?></h3>
       
       xxxxxxxxxxxxxxxxxxxxx
     

<?php

i join my php files

thks
jean frederic

jf-i2r

  • Strong Breeze
  • ***
  • Posts: 150
  • Station Details: vantage pro2 wireless with solar sensor ; weatherlink-ip ;mac mini 1,6ghz 2go ram El Capitan
Re: integrate Steel Serie gauges in Saratoga template ?
« Reply #1 on: April 01, 2013, 05:18:57 PM »
hi

i found

just integrate an iframe

Quote
<div id="main-copy">
 
   <h1><?php langtrans('Station en Direct'); ?></h1>
   
 <iframe src="/meteo-jf2/gauges/gauges-ss-basic.htm" frameborder="0" height="2000" scrolling="no" width="600"></iframe><br>
   

   
</div><!-- end main-copy -->

cheers
jean frederic