Log in

View Full Version : Layout Advise



rsaye
05-08-2007, 11:27 PM
Hi all,

I am attempting to create a web application for scheduling tasks in linux. I have the software complete, it is just the web interface I need to do.

So basically what I would like is a main navigation page that has a menu down the left column, a box in the right column which would be a dynamically generated queue (data coming from mySQL db), and 2 side-by-side similar queues below this (The top one for running jobs, the bottom two for pending and completed). I can get the easy stuff like titles and menus, but I am drawing a blank as to what to use for my queues. Any ideas?