Nighthawk Posted December 18, 2011 Report Posted December 18, 2011 Show This: Pressing "Click to view Airport Charts" will open new Window with Following: You must insert the following line as shown in the next Picture in core/templates/schedule_briefing.tpl Cheers Nighthawk Here is the complete Code: <h3>Procedures and Information</h3><br> <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></br> <a href="http://www.fscharts.com/index.php?action=search&type=icao&term=<?php echo $schedule->depicao?>&radius=2" target="_blank">Click to view Airport Charts</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" /></br> <a href="http://www.fscharts.com/index.php?action=search&type=icao&term=<?php echo $schedule->arricao?>&radius=2" target="_blank">Click to view Airport Charts</a></a> </td> 1 Quote
Moderators Kyle Posted December 18, 2011 Moderators Report Posted December 18, 2011 Could you just copy the code from the third screenshot and paste it here? It would an eyesore for someone looking at the picture and typing into their tpl files. It makes it easier for someone to copy and paste, not typing every single word. Cheers! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.