Jump to content

Cannot Resize Width of Schedule Briefing


freshJet

Recommended Posts

Noticed that my briefing page was off the side of the page the other day so I finally got round to fixing it today, but it won't budge any smaller. It can only be adjusted to make it bigger, and if you try to make it smaller, it's like something is stopping it. I think it's the NOTAMs that are stopping it, but can't be sure.

Any help?

Example: http://www.freshjetvirtual.com/index.php/schedules/brief/2

Link to comment
Share on other sites

<h2>Flight Briefing</h2>
<script src="http://skyvector.com/linkchart.js"></script>
<table width="500px" align="left" cellpadding="4">
<!-- Flight ID -->
<tr style="background-color: #333; color: #FFF;">
	<td colspan="2">Flight Number</td>
</tr>
<tr>
	<td colspan="2">
	<?php echo $schedule->code.$schedule->flightnum; ?>
	</td>
</tr>

<tr  style="background-color: #333; color: #FFF;">
	<td>Departure</td>
	<td>Arrival</td>
</tr>

<tr>
	<td width="50%" ><?php echo "{$schedule->depname} ($schedule->depicao)"; ?><br />

	</td>
	<td width="50%" ><?php echo "{$schedule->arrname} ($schedule->arricao)"; ?><br />

</tr>

<!-- Times Row -->
<tr style="background-color: #333; color: #FFF;">
	<td>Departure Time</td>
	<td>Arrival Time</td>
</tr>
<tr>
	<td width="50%" ><?php echo "{$schedule->deptime}"; ?></td>
	<td width="50%" ><?php echo "{$schedule->arrtime}"; ?></td>
</tr>

<!-- Aircraft and Distance Row -->
<tr style="background-color: #333; color: #FFF;">
	<td>Aircraft</td>
	<td>Distance</td>
</tr>
<tr>
	<td width="50%" ><?php echo "{$schedule->aircraft}"; ?></td>
	<td width="50%" ><?php echo "{$schedule->distance}"; ?></td>
</tr>

<tr style="background-color: #333; color: #FFF;">
	<td>Departure METAR</td>
	<td>Arrival METAR</td>
</tr>
<tr>
	<td width="50%" ><div id="<?php echo $schedule->depicao; ?>" class="metar">Getting Airport METAR</div> <br />
		<a href="http://heras-gilsanz.com/manuel/METAR-Decoder.html" target="_blank">
		Decode</a>
	</td>
	<td width="50%" ><div id="<?php echo $schedule->arricao; ?>" class="metar">Getting Airport METAR</div><br />
		<a href="http://heras-gilsanz.com/manuel/METAR-Decoder.html" target="_blank">
		Decode</a></td>
</tr>

<!-- NOTAM-->
   <tr  style="background-color: #333; color: #FFF;">
	<td width="200px">NOTAMS for <?php echo $schedule->depicao; ?></td>
	<td width="200px">NOTAMS for <?php echo $schedule->arricao; ?></td>
</tr>
<tr>
	<td width="200px" valign="top"><font size="1"><?php include('notamdep.tpl'); ?></font>
	<br>
	<br>
	<a href="http://www.navdata.at/php/notams/notams.php?area=Europe">>> Read Europe NOTAMS</a>
	</td>
	<td width="200px" valign="top"><font size="1"><?php include('notamarr.tpl'); ?></font>
       </td>
</tr>

<!-- Route -->
<tr style="background-color: #333; color: #FFF;">
	<td colspan="2">Route</td>
</tr>
<tr>
	<td colspan="2">
	<?php 
	# If it's empty, insert some blank lines
	if($schedule->route == '')
	{
		echo '<br /> <br /> <br />';
	}
	else
	{
		echo strtoupper($schedule->route); 
	}
	?>
	</td>
</tr>

<!-- Notes -->
<tr style="background-color: #333; color: #FFF;">
	<td colspan="2">Notes</td>
</tr>
<tr>
	<td colspan="2" style="padding: 6px;">
	<?php 
		# If it's empty, insert some blank lines
		if($schedule->notes == '')
		{
			echo '<br /> <br /> <br />';
		}
		else
		{
			echo "{$schedule->notes}"; 
		}
	?>
	</td>
</tr>


</table>

<table width="98%" align="center" padding="2">
<tr style="background-color: #333; color: #FFF; padding: 5px;"></tr>
</table>

<h3>Procedures and Information</h3>
<table width="98%" align="center">

<tr style="background-color: #333; color: #FFF;">
	<td>Charts for <?php echo $schedule->depicao?></td>
	<td>Charts for <?php echo $schedule->arricao?></td>
</tr>
<tr align="center">
	<td width="50%" valign="top">
		<a href="http://www.airnav.com/airport/<?php echo $schedule->depicao?>#ifr" target="_blank">
		<img border="0" src="http://flightaware.com/resources/airport/<?php echo $schedule->depicao?>/APD/AIRPORT+DIAGRAM/png"
			width="387px" height="594px" alt="No chart available" /></a>
	</td>
	<td width="50%" valign="top">
		<a href="http://www.airnav.com/airport/<?php echo $schedule->arricao?>#ifr" target="_blank">
		<img border="0" src="http://flightaware.com/resources/airport/<?php echo $schedule->arricao?>/APD/AIRPORT+DIAGRAM/png" 
			width="387px" height="594px" alt="No chart available" /></a>
	</td>

</tr>
</table>

<h3>Weather</h3>
<div align="center">
       <p><img src="http://icons-pe.wunderground.com/data/640x480/2xeu_st.gif" /></p>
       <p><img src="http://icons-pe.wunderground.com/data/640x480/2xeu_st_anim.gif" /></p>
       <p><img src="http://icons-pe.wunderground.com/data/640x480/2xeu_rh.gif" /></p>
       <p><img src="http://icons-pe.wunderground.com/data/640x480/2xeu_rh_anim.gif" /></p>
       <p><img src="http://icons-pe.wunderground.com/data/640x480/2xeu_ws.gif" /></p>
       <p><img src="http://icons-pe.wunderground.com/data/640x480/2xeu_ws_anim.gif" /></p>
       <p><img src="http://icons-pe.wunderground.com/data/640x480/2xeu_vs.gif" /></p>
       <p><img src="http://icons-pe.wunderground.com/data/640x480/2xeu_vs_anim.gif" /></p>
       <p><img src="http://icons-pe.wunderground.com/data/640x480/2xeu_jt.gif" /></p>
       <p><img src="http://icons-pe.wunderground.com/data/640x480/2xeu_jt_anim.gif" /></p>

       <a href="http://www.wunderground.com/" target="_blank">View additional weather graphs</a>
</div>
<div align="right" style="font-size: small;">Data Courtesy of <a href="http://www.wunderground.com" target="_new">Wunderground</a></div>
<br />

Link to comment
Share on other sites

try this. only i have change the table

<table width="to 400 i have change" align="left"

<h2>Flight Briefing</h2>
<script src="http://skyvector.com/linkchart.js"></script>
<table width="400px" align="left" cellpadding="4">
       <!-- Flight ID -->
       <tr style="background-color: #333; color: #FFF;">
               <td colspan="2">Flight Number</td>
       </tr>
       <tr>
               <td colspan="2">
               <?php echo $schedule->code.$schedule->flightnum; ?>
               </td>
       </tr>

       <tr  style="background-color: #333; color: #FFF;">
               <td>Departure</td>
               <td>Arrival</td>
       </tr>

       <tr>
               <td width="50%" ><?php echo "{$schedule->depname} ($schedule->depicao)"; ?><br />

               </td>
               <td width="50%" ><?php echo "{$schedule->arrname} ($schedule->arricao)"; ?><br />

       </tr>

       <!-- Times Row -->
       <tr style="background-color: #333; color: #FFF;">
               <td>Departure Time</td>
               <td>Arrival Time</td>
       </tr>
       <tr>
               <td width="50%" ><?php echo "{$schedule->deptime}"; ?></td>
               <td width="50%" ><?php echo "{$schedule->arrtime}"; ?></td>
       </tr>

       <!-- Aircraft and Distance Row -->
       <tr style="background-color: #333; color: #FFF;">
               <td>Aircraft</td>
               <td>Distance</td>
       </tr>
       <tr>
               <td width="50%" ><?php echo "{$schedule->aircraft}"; ?></td>
               <td width="50%" ><?php echo "{$schedule->distance}"; ?></td>
       </tr>

       <tr style="background-color: #333; color: #FFF;">
               <td>Departure METAR</td>
               <td>Arrival METAR</td>
       </tr>
       <tr>
               <td width="50%" ><div id="<?php echo $schedule->depicao; ?>" class="metar">Getting Airport METAR</div> <br />
                       <a href="http://heras-gilsanz.com/manuel/METAR-Decoder.html" target="_blank">
                       Decode</a>
               </td>
               <td width="50%" ><div id="<?php echo $schedule->arricao; ?>" class="metar">Getting Airport METAR</div><br />
                       <a href="http://heras-gilsanz.com/manuel/METAR-Decoder.html" target="_blank">
                       Decode</a></td>
       </tr>

       <!-- NOTAM-->
   <tr  style="background-color: #333; color: #FFF;">
               <td width="200px">NOTAMS for <?php echo $schedule->depicao; ?></td>
               <td width="200px">NOTAMS for <?php echo $schedule->arricao; ?></td>
       </tr>
       <tr>
               <td width="200px" valign="top"><font size="1"><?php include('notamdep.tpl'); ?></font>
               <br>
               <br>
               <a href="http://www.navdata.at/php/notams/notams.php?area=Europe">>> Read Europe NOTAMS</a>
               </td>
               <td width="200px" valign="top"><font size="1"><?php include('notamarr.tpl'); ?></font>
       </td>
       </tr>

       <!-- Route -->
       <tr style="background-color: #333; color: #FFF;">
               <td colspan="2">Route</td>
       </tr>
       <tr>
               <td colspan="2">
               <?php 
               # If it's empty, insert some blank lines
               if($schedule->route == '')
               {
                       echo '<br /> <br /> <br />';
               }
               else
               {
                       echo strtoupper($schedule->route); 
               }
               ?>
               </td>
       </tr>

       <!-- Notes -->
       <tr style="background-color: #333; color: #FFF;">
               <td colspan="2">Notes</td>
       </tr>
       <tr>
               <td colspan="2" style="padding: 6px;">
               <?php 
                       # If it's empty, insert some blank lines
                       if($schedule->notes == '')
                       {
                               echo '<br /> <br /> <br />';
                       }
                       else
                       {
                               echo "{$schedule->notes}"; 
                       }
               ?>
               </td>
       </tr>


</table>

<table width="98%" align="center" padding="2">
<tr style="background-color: #333; color: #FFF; padding: 5px;"></tr>
</table>

<h3>Procedures and Information</h3>
<table width="98%" align="center">

       <tr style="background-color: #333; color: #FFF;">
               <td>Charts for <?php echo $schedule->depicao?></td>
               <td>Charts for <?php echo $schedule->arricao?></td>
       </tr>
       <tr align="center">
               <td width="50%" valign="top">
                       <a href="http://www.airnav.com/airport/<?php echo $schedule->depicao?>#ifr" target="_blank">
                       <img border="0" src="http://flightaware.com/resources/airport/<?php echo $schedule->depicao?>/APD/AIRPORT+DIAGRAM/png"
                               width="387px" height="594px" alt="No chart available" /></a>
               </td>
               <td width="50%" valign="top">
                       <a href="http://www.airnav.com/airport/<?php echo $schedule->arricao?>#ifr" target="_blank">
                       <img border="0" src="http://flightaware.com/resources/airport/<?php echo $schedule->arricao?>/APD/AIRPORT+DIAGRAM/png" 
                               width="387px" height="594px" alt="No chart available" /></a>
               </td>

       </tr>
</table>

<h3>Weather</h3>
<div align="center">
       <p><img src="http://icons-pe.wunderground.com/data/640x480/2xeu_st.gif" /></p>
       <p><img src="http://icons-pe.wunderground.com/data/640x480/2xeu_st_anim.gif" /></p>
       <p><img src="http://icons-pe.wunderground.com/data/640x480/2xeu_rh.gif" /></p>
       <p><img src="http://icons-pe.wunderground.com/data/640x480/2xeu_rh_anim.gif" /></p>
       <p><img src="http://icons-pe.wunderground.com/data/640x480/2xeu_ws.gif" /></p>
       <p><img src="http://icons-pe.wunderground.com/data/640x480/2xeu_ws_anim.gif" /></p>
       <p><img src="http://icons-pe.wunderground.com/data/640x480/2xeu_vs.gif" /></p>
       <p><img src="http://icons-pe.wunderground.com/data/640x480/2xeu_vs_anim.gif" /></p>
       <p><img src="http://icons-pe.wunderground.com/data/640x480/2xeu_jt.gif" /></p>
       <p><img src="http://icons-pe.wunderground.com/data/640x480/2xeu_jt_anim.gif" /></p>

       <a href="http://www.wunderground.com/" target="_blank">View additional weather graphs</a>
</div>
<div align="right" style="font-size: small;">Data Courtesy of <a href="http://www.wunderground.com" target="_new">Wunderground</a></div>
<br />

Link to comment
Share on other sites

  • Administrators

You have two image calls there with "width=387px" in their style definitions and they are right next to each other so the minimum the page width will end up being is 774px or the images will break out of the container depending on how your site is built.

It also looks like you are calling an image from weather underground that is 640px wide, which will do the same thing.

Link to comment
Share on other sites

Try this

<h2>Flight Briefing</h2>
<script src="http://skyvector.com/linkchart.js"></script>
<table width="700px" align="left" cellpadding="4">
       <!-- Flight ID -->
       <tr style="background-color: #333; color: #FFF;">
               <td colspan="2">Flight Number</td>
       </tr>
       <tr>
               <td colspan="2">
               <?php echo $schedule->code.$schedule->flightnum; ?>
               </td>
       </tr>

       <tr  style="background-color: #333; color: #FFF;">
               <td>Departure</td>
               <td>Arrival</td>
       </tr>

       <tr>
               <td width="50%" ><?php echo "{$schedule->depname} ($schedule->depicao)"; ?><br />

               </td>
               <td width="50%" ><?php echo "{$schedule->arrname} ($schedule->arricao)"; ?><br />

       </tr>

       <!-- Times Row -->
       <tr style="background-color: #333; color: #FFF;">
               <td>Departure Time</td>
               <td>Arrival Time</td>
       </tr>
       <tr>
               <td width="50%" ><?php echo "{$schedule->deptime}"; ?></td>
               <td width="50%" ><?php echo "{$schedule->arrtime}"; ?></td>
       </tr>

       <!-- Aircraft and Distance Row -->
       <tr style="background-color: #333; color: #FFF;">
               <td>Aircraft</td>
               <td>Distance</td>
       </tr>
       <tr>
               <td width="50%" ><?php echo "{$schedule->aircraft}"; ?></td>
               <td width="50%" ><?php echo "{$schedule->distance}"; ?></td>
       </tr>

       <tr style="background-color: #333; color: #FFF;">
               <td>Departure METAR</td>
               <td>Arrival METAR</td>
       </tr>
       <tr>
               <td width="50%" ><div id="<?php echo $schedule->depicao; ?>" class="metar">Getting Airport METAR</div> <br />
                       <a href="http://heras-gilsanz.com/manuel/METAR-Decoder.html" target="_blank">
                       Decode</a>
               </td>
               <td width="50%" ><div id="<?php echo $schedule->arricao; ?>" class="metar">Getting Airport METAR</div><br />
                       <a href="http://heras-gilsanz.com/manuel/METAR-Decoder.html" target="_blank">
                       Decode</a></td>
       </tr>

       <!-- NOTAM-->
   <tr  style="background-color: #333; color: #FFF;">
               <td width="180px">NOTAMS for <?php echo $schedule->depicao; ?></td>
               <td width="180px">NOTAMS for <?php echo $schedule->arricao; ?></td>
       </tr>
       <tr>
               <td width="180px" valign="top"><font size="1"><?php include('notamdep.tpl'); ?></font>
               <br>
               <br>
               <a href="http://www.navdata.at/php/notams/notams.php?area=Europe">>> Read Europe NOTAMS</a>
               </td>
               <td width="180px" valign="top"><font size="1"><?php include('notamarr.tpl'); ?></font>
       </td>
       </tr>

       <!-- Route -->
       <tr style="background-color: #333; color: #FFF;">
               <td colspan="2">Route</td>
       </tr>
       <tr>
               <td colspan="2">
               <?php 
               # If it's empty, insert some blank lines
               if($schedule->route == '')
               {
                       echo '<br /> <br /> <br />';
               }
               else
               {
                       echo strtoupper($schedule->route); 
               }
               ?>
               </td>
       </tr>

       <!-- Notes -->
       <tr style="background-color: #333; color: #FFF;">
               <td colspan="2">Notes</td>
       </tr>
       <tr>
               <td colspan="2" style="padding: 6px;">
               <?php 
                       # If it's empty, insert some blank lines
                       if($schedule->notes == '')
                       {
                               echo '<br /> <br /> <br />';
                       }
                       else
                       {
                               echo "{$schedule->notes}"; 
                       }
               ?>
               </td>
       </tr>


</table>

<table width="98%" align="center" padding="2">
<tr style="background-color: #333; color: #FFF; padding: 5px;"></tr>
</table>

<h3>Procedures and Information</h3>
<table width="98%" align="center">

       <tr style="background-color: #333; color: #FFF;">
               <td>Charts for <?php echo $schedule->depicao?></td>
               <td>Charts for <?php echo $schedule->arricao?></td>
       </tr>
       <tr align="center">
               <td width="50%" valign="top">
                       <a href="http://www.airnav.com/airport/<?php echo $schedule->depicao?>#ifr" target="_blank">
                       <img border="0" src="http://flightaware.com/resources/airport/<?php echo $schedule->depicao?>/APD/AIRPORT+DIAGRAM/png"
                               width="193px" height="297px" alt="No chart available" /></a>
               </td>
               <td width="50%" valign="top">
                       <a href="http://www.airnav.com/airport/<?php echo $schedule->arricao?>#ifr" target="_blank">
                       <img border="0" src="http://flightaware.com/resources/airport/<?php echo $schedule->arricao?>/APD/AIRPORT+DIAGRAM/png" 
                               width="193px" height="297px" alt="No chart available" /></a>
               </td>

       </tr>
</table>

<h3>Weather</h3>
<div align="center">
       <p><img src="http://icons-pe.wunderground.com/data/320x240/2xeu_st.gif" /></p>
       <p><img src="http://icons-pe.wunderground.com/data/320x240/2xeu_st_anim.gif" /></p>
       <p><img src="http://icons-pe.wunderground.com/data/320x240/2xeu_rh.gif" /></p>
       <p><img src="http://icons-pe.wunderground.com/data/320x240/2xeu_rh_anim.gif" /></p>
       <p><img src="http://icons-pe.wunderground.com/data/320x240/2xeu_ws.gif" /></p>
       <p><img src="http://icons-pe.wunderground.com/data/320x240/2xeu_ws_anim.gif" /></p>
       <p><img src="http://icons-pe.wunderground.com/data/320x240/2xeu_vs.gif" /></p>
       <p><img src="http://icons-pe.wunderground.com/data/320x240/2xeu_vs_anim.gif" /></p>
       <p><img src="http://icons-pe.wunderground.com/data/320x240/2xeu_jt.gif" /></p>
       <p><img src="http://icons-pe.wunderground.com/data/320x240/2xeu_jt_anim.gif" /></p>

       <a href="http://www.wunderground.com/" target="_blank">View additional weather graphs</a>
</div>
<div align="right" style="font-size: small;">Data Courtesy of <a href="http://www.wunderground.com" target="_new">Wunderground</a></div>
<br />

Link to comment
Share on other sites

ok i will post my schedule.briefing.

Make a Backup from your schedule and the copy this in your schedule.

<h3>Flight Briefing</h3>
<script src="http://skyvector.com/linkchart.js"></script>
<table width="98%" align="center" cellpadding="4">
<!-- Flight ID -->
<tr style="background-color: #F2F2F2; color: #000000;">
	<td colspan="2"><img src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/airplane.png" alt="" /><font color="#FF8000">Flight</font></td>
</tr>
<tr>
	<td colspan="2">
	<?php echo $schedule->code.$schedule->flightnum; ?>
	</td>
</tr>

<tr  style="background-color: #F2F2F2; color: #000000;">
	<td><img src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/airplane.png" alt="" /><font color="#FF8000">Departure</font></td>
	<td><img src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/airplane.png" alt="" /><font color="#FF8000">Arrival</font></td>
</tr>

<tr>
	<td width="50%" ><?php echo "{$schedule->depname} ($schedule->depicao)"; ?><br />
		<a href="https://pilotweb.nas.faa.gov/geo/icaoRadius.html?icao_id=<?php echo $schedule->depicao?>&radius=2"
			target="_blank">Click to view NOTAMS</a>
	</td>
	<td width="50%" ><?php echo "{$schedule->arrname} ($schedule->arricao)"; ?><br />
		<a href="https://pilotweb.nas.faa.gov/geo/icaoRadius.html?icao_id=<?php echo $schedule->arricao?>&radius=2"
			target="_blank">Click to view NOTAMS</a></td>
</tr>

<!-- Times Row -->
<tr style="background-color: #F2F2F2; color: #000000;">
	<td><img src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/airplane.png" alt="" /><font color="#FF8000">Departure Time</font></td>
	<td><img src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/airplane.png" alt="" /><font color="#FF8000">Arrival Time</font></td>
</tr>
<tr>
	<td width="50%" ><?php echo "{$schedule->deptime}"; ?></td>
	<td width="50%" ><?php echo "{$schedule->arrtime}"; ?></td>
</tr>

<!-- Aircraft and Distance Row -->
<tr style="background-color: #F2F2F2; color: #000000;">
	<td><img src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/airplane.png" alt="" /><font color="#FF8000">Aircraft</td>
	<td><img src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/airplane.png" alt="" /><font color="#FF8000">Distance</font></td>
</tr>
<tr>
	<td width="50%" ><?php echo "{$schedule->aircraft}"; ?></td>
	<td width="50%" ><?php echo "{$schedule->distance}"; ?></td>
</tr>


<tr style="background-color: #F2F2F2; color: #000000;">
	<td><img src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/airplane.png" alt="" /><font color="#FF8000">Departure METAR</font></td>
	<td><img src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/airplane.png" alt="" /><font color="#FF8000">Arrival METAR</font></td>
</tr>
<tr>
	<td width="50%" ><div id="<?php echo $schedule->depicao; ?>" class="metar"><font color="#FF8000">Getting Airport METAR</font></div> <br />
		<iframe src="http://www.vatsim.net/data/metar.php?id=<?php echo $schedule->depicao; ?>" class="metar" width="250" height="65" frameborder="0" scrolling="no"></iframe>
	</td>     
	<td width="50%" ><div id="<?php echo $schedule->arricao; ?>" class="metar"><font color="#FF8000">Getting Airport METAR</font></div><br />
		<iframe src="http://www.vatsim.net/data/metar.php?id=<?php echo $schedule->arricao; ?>" class="metar" width="250" height="65" frameborder="0" scrolling="no"></iframe>
	</td>
</tr> 

<!-- Route -->
<tr style="background-color: #F2F2F2; color: #000000;">
	<td colspan="2"><img src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/airplane.png" alt="" /><font color="#FF8000">Route</font></td>
</tr>
<tr>
	<td colspan="2">
	<?php 
	# If it's empty, insert some blank lines
	if($schedule->route == '')
	{
		echo '<br /> <br /> <br />';
	}
	else
	{
		echo strtoupper($schedule->route); 
	}
	?>
	</td>
</tr>

<!-- Notes -->
<tr style="background-color: #F2F2F2; color: #000000;">
	<td colspan="2"><img src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/airplane.png" alt="" /><font color="#FF8000">Notes</font></td>
</tr>
<tr>
	<td colspan="2" style="padding: 6px;">
	<?php 
		# If it's empty, insert some blank lines
		if($schedule->notes == '')
		{
			echo '<br /> <br /> <br />';
		}
		else
		{
			echo "{$schedule->notes}"; 
		}
	?>
	</td>
</tr>
<!-- Flight ID -->
       <tr style="background-color: #F2F2F2; color: #000000;">
                       <td><img src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/airplane.png" alt="" /><font color="#FF8000">Flightnumber</font></td>
                   <td><img src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/airplane.png" alt="" /><font color="#FF8000">Download IVAO Flight Plan</font></td>
       </tr>
       <tr>
               <td width="50%" >
               <?php echo $schedule->code.$schedule->flightnum; ?>
               </td>
               <td width="50%" >
               <a href="<?php echo actionurl('/IVAOFlightPlan/download_ivao/'.$schedule->id);?>">Download BZS IVAO Flight Plan</a>
       </td>

</table>
<?php include('fuel.tpl'); ?>


<table width="98%" align="center" padding="2">
<tr style="background-color: #F2F2F2; color: #000000; padding: 5px;">
<td><img src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/airplane.png" alt="" /><font color="#FF8000">Additional Data</font></td>
</tr>
<tr>
<td><a href="http://flightaware.com/analysis/route.rvt?origin=<?php echo $schedule->depicao?>&destination=<?php echo $schedule->arricao?>">View recent IFR Routes data</a></td>
</tr>
</table>

<h3><img src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/airplane.png" alt="" /><font color="#FF8000">Procedures and Information</font></h3>
<table width="98%" align="center">

       <tr style="background-color: #F2F2F2; color: #000000;">
               <td><img src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/airplane.png" alt="" />Charts for <?php echo $schedule->depicao?></td>
               <td><img src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/airplane.png" alt="" />Charts for <?php echo $schedule->arricao?></td>
       </tr>
       <tr align="center">
               <td width="50%" valign="top">
                       <a href="<?php $data = OperationsData::GetAirportInfo($schedule->depicao); echo $data->chartlink; ?>" target="_blank">
                       <img border="0" src="http://sflogistik.dhl-aircargo.de/images/charts/<?php echo $schedule->depicao?>.gif"
                               width="335px" height="485px" alt="No chart available" /></a><br>

               </td>
               <td width="50%" valign="top">
                       <a href="<?php $data = OperationsData::GetAirportInfo($schedule->arricao); echo $data->chartlink; ?>" target="_blank">
                       <img border="0" src="http://sflogistik.dhl-aircargo.de/images/charts/<?php echo $schedule->arricao?>.gif" 
                               width="335px" height="485px" alt="No chart available" /></a><br>

               </td>

       </tr>
</table>

<h3><align="center"><font color="#FF8000">Weather</font></h3>
<div align="center">
       <B>Weather chart: 24hr Surface Prognosis</B>
       <p><img src="http://131.54.120.150/gifImages/21OWS_EUROPE_FITL_PROG-BRIEFING_24.gif" width="463px" height="391px" /></p>
       <B>Forecast significant WX for time 12Z:</B>  <a href="http://www.flyingineurope.be/aviation_weather_maps.htm" target="_blank">For other times</a>
       <p><img src="https://www.aro.lfv.se/fpc/Tor/SWC_1200.gif" width="463px" height="391px" alt="No chart available" /></p>
       <B>Europe FL100 Wind, Temp and Icing Forecast</B>  <a href="http://www.jetplan.com/jeppesen/weatherServlet?&action=show&graphicType=wxMapWT&img=euwt100m" target="_blank">For other times</a>
       <p><img src="http://www.jetplan.com/weather/data/maps/euwt10024.gif" width="463px" height="391px" /></p>
       <B>Winds @ FL340  12hrZ: </B>
       <p><img src="http://ows.public.sembach.af.mil/gifImages/21OWS_EUROPE_MODEL-DATA_UKMO-GLOBAL_WIND-TEMP_FL340_12_00Z.png" width="463px" height="391px" /></p>
       <B>Winds @ FL390  12hrZ: </B>
       <p><img src="http://ows.public.sembach.af.mil/gifImages/21OWS_EUROPE_MODEL-DATA_UKMO-GLOBAL_WIND-TEMP_FL390_12_00Z.png" width="463px" height="391px" /></p>
       <B>Precipitation predicts for today:(rain/snow etc)</B>
       <p><img src="http://www.usatoday.com/weather/TWC_Images/eur_precip_440_dmy_y.jpg" /></p>
       <B>12HR Icing:</B>
       <p><img src="http://131.54.120.150/gifImages/21OWS_EUROPE_FITL_ICING-STANDARD_12.gif" width="463px" height="391px" /></p>


</div>

<br />

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...