FET Forum

FET Support (English) => Get Help => Topic started by: maerajt on March 02, 2019, 07:53:42 AM

Title: Timetable display
Post by: maerajt on March 02, 2019, 07:53:42 AM
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?
Title: Re: Timetable display
Post by: Volker Dirr on March 02, 2019, 09:07:33 AM
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
Title: Re: Timetable display
Post by: jmcgarru on July 25, 2022, 04:42:12 PM
Option b

That's what I needed.

Thank you