mattia Posted June 14, 2012 Report Share Posted June 14, 2012 hi all boys I have a simple question, what is the file that generates the menu circled in black? (view the photo) thanks for help Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted June 14, 2012 Administrators Report Share Posted June 14, 2012 It is within the acarsmap.tpl file <?php /* This is the template for the little map bubble which pops up when you click on a flight Same principle as above, keep the <%=...%> tags intact. The same variables are available to use here as are available above. */ ?> <script type="text/html" id="acars_map_bubble"> <span style="font-size: 10px; text-align:left; width: 100%" align="left"> <a href="<?php echo url('/profile/view');?>/<%=flight.pilotid%>"><%=flight.pilotid%> - <%=flight.pilotname%></a><br /> <strong>Flight <%=flight.flightnum%></strong> (<%=flight.depicao%> to <%=flight.arricao%>)<br /> <strong>Status: </strong><%=flight.phasedetail%><br /> <strong>Dist/Time Remain: </strong><%=flight.distremaining%> <?php echo Config::Get('UNITS');?> / <%=flight.timeremaining%><br /> </span> </script> Quote Link to comment Share on other sites More sharing options...
mattia Posted June 14, 2012 Author Report Share Posted June 14, 2012 many thanks Dave Quote Link to comment Share on other sites More sharing options...
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.