Trixology

WeatherCat => WeatherCat Web Templates => Topic started by: jf-i2r on March 31, 2013, 03:17:37 PM

Title: integrate Steel Serie gauges in Saratoga template ?
Post by: jf-i2r 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
Title: Re: integrate Steel Serie gauges in Saratoga template ?
Post by: jf-i2r 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