Timetable

Here’s something I created for my VA and I thought it might be useful for others. It displays your flight schedule as a timetable.

Installation:

  1. Copy the Timetable folder to /core/modules
  2. Copy timetable.tpl to your skins folder
  3. Create a link: <a href=“<?php echo url(‘/timetable’); ?>”>Timetable</a>

Note that much of the table style is hard-coded, so if you don’t like the way it looks, you’re SOL (just kidding, you just need to edit the timetable.tpl to your liking).

[![post-790-087175100 1301796233_thumb.jpg](<fileStore.core_Attachment>/monthly_04_2011/post-790-087175100%201301796233_thumb.jpg)](<fileStore.core_Attachment>/monthly_04_2011/post-790-087175100%201301796233.jpg)

[timetable 1.1.zip](< base_url >/applications/core/interface/file/attachment.php?id=562)

Thanks great addon. But look here. This is a Problem

http://sflogistik.dhl-aircargo.de/index.php/timetable

And whre can i change the Name of the Table to our Airline Name?

Thanks

I think this is what this is:

Yes, Tom. Looking at Simpilot’s add-on, it’s very similar. I wrote this completely unaware of his contribution at the time, if that’s what you’re implying.

Thanks great addon. But look here. This is a Problem

http://sflogistik.dhl-aircargo.de/index.php/timetable

And whre can i change the Name of the Table to our Airline Name?

Thanks

Yes, putting it on your front page is problematic, since it tends to be fairly long. I suggest you create a link, this will render it in it’s own page.

ok

can you help me to make this? im not a profi ..

Thanks

Dresdenair and twincessna, sorry about that. I apparently uploaded the wrong version of timetable.tpl in the original zip file. I’ve updated the download in the original post. The only changes are to timetable.tpl. Let me know if this works now, thanks.

have to look if I can read out the Aircrafts Icao and Days than this would be perfect

You can add this to it to show those (I believe this is correct…not tested)

<td><font color=#FFFFFF>Aircraft</td><td><font color=#FFFFFF>Frequency</td>

Then add this…

<td>'.$aircraft->icao.'</td><td>'.$route->daysofweek.'</td>

How put a link in table ?

I would like to put link to Flight briefing.

Thanks.

How put a link in table ?

I would like to put link to Flight briefing.

Thanks.

<a href="<?php echo url('/schedules/brief/'.$route->id);?>">Pilot Brief</a>

Pilot Brief

I have tried this but it doesn’t work

Let me install this and work with it. Give me about 15 - 20 minutes, and I’ll return with a reply.

Thanks Jeff

I’ve tried several configurations to get that to show up, but kept receiving a Warning: message, so I am not sure what is needed to get the Brief Page to show. Sorry, but I tried.

Hi how to add a rule then after 2 colums go head?

Because i use brillianceV1 and the timetable go out of the line of page..

Thnx

Hi how to add a rule then after 2 colums go head?

Because i use brillianceV1 and the timetable go out of the line of page..

Thnx

Replace (line 61)

if ($currtable<4) //start new child only

with

if ($currtable<3) //start new child only

that should do it.

Thanks

Hi Nuclear,

that’s indeed a cool addition, thank you for sharing. How can I give a credit to you on my page?

All: As being new to phpVMS, I am really surprised about this awesome and helpful community. It’s great fun!

Alex

can i change time when i checked in timetable?

thanks