CN@ndo Posted December 26, 2011 Report Share Posted December 26, 2011 Friends I'm changing the reporting flight information online, I'm trying to put a picture in the background, plus I'm not getting to do alone. I want to make the information with the same fund the work I did on the front page,. Can someone help me? This is the script I need to put the fund to appear on Live Map ?> <script type="text/html" id="acars_map_row"> <tr class="<%=flight.trclass%>"> <td><a href="<?php echo url('/profile/view');?>/<%=flight.pilotid%>"><%=flight.pilotname%></a></td> <td><%=flight.flightnum%></td> <td><%=flight.depicao%></td> <td><%=flight.arricao%></td> <td><%=flight.phasedetail%></td> <td><%=flight.alt%></td> <td><%=flight.gs%></td> <td><div class="progress-container"> <div style="width: <%=flight.percomplete%>%"><%=flight.percomplete%>%</div> </div> </td> </tr> </script> My background Link http://www.voeazulvi...mages/board.png That's the picture of the work done and needs to be done on my map. 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.