spbu-se / baobab

Electronic university shedule engine
http://mat-mex.ru/photogallery/matmex/inside_pic-354.html
3 stars 2 forks source link

Layout of the real baobab landing page #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We'll want something close to this:

         header              
-----------------------------------
   |  группа 241
   |  13.01 Математический анализ
[1]|        ауд. 03  Жук 10:00
   |
   |  18.01 Алгебра
   |        ауд. 05  Генералов 10:00
   |
   |  группа 242
   |

In the header we'll have a simple title, e.g. "Расписание 
зимней сессии"
In the sidebar [1] we'll have a drop-down with all groups
In the main pane we'll have <div> elements each describing timetable of a 
single group. It is okay for the first version to just show all divs and 
implement switching between them later

For the first step, I recommend to create layout in a static page. You may like 
Twitter Bootstrap framework (CSS + JS) which makes easy creating nice and 
pretty flexible layout.

As soon as the first step is done, we'll plug real data into the layout (hoping 
that other guys will have completed their tasks by that moment).

Ping me by email and/or gtalk if you have any questions

Original issue reported on code.google.com by dbarashev on 4 Dec 2012 at 11:36

GoogleCodeExporter commented 9 years ago
Where should I put the result files?

Original comment by alexandr...@gmail.com on 7 Dec 2012 at 2:20

GoogleCodeExporter commented 9 years ago
If you have JSP and CSS files then to war/ 
If you have a servlet then ru.spbu.math.baobab.server package is ok

Library files (Bootstrap) to war/bootstrap

Original comment by dbarashev on 7 Dec 2012 at 2:23

GoogleCodeExporter commented 9 years ago

Original comment by dbarashev on 18 Dec 2012 at 2:51