Main Menu

Timetable display

Started by maerajt, March 02, 2019, 07:53:42 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

maerajt

Thanks for the forum. I have prepared TimeTable and for each automatic group, the subject is attached to all subgroups taking the subject in the html display. Is there a way we can only have the subject-teacher-room SINCE THE SUBGROUP IS ALREADY IN THE HEADING?
ie can the highlighted part in the attachment be removed?

Volker Dirr

There are 2 variants. Both are a bit different in their results:

a) print the group or year tables, not the subgroups.

b) go to FET -> settings -> timetables -> html level
select at least level 3
generate again (so generate the fixed dataset from the fet results folder)
open the css file in the html results folder.
search line:
tr.line0, div.line0 {
  font-size: smaller;
}


modifiy it into:
tr.line0, div.line0 {
  display:none;
}


save the css file, open the html file with a webbrowser again and print it.


read more about css here:
https://www.timetabling.de/manual/FET-manual.en.html#id_45

jmcgarru

Option b

That's what I needed.

Thank you