FET Forum

FET Support (English) => General Stuff => Topic started by: davvidde on December 13, 2012, 09:20:13 PM

Title: HTML customization
Post by: davvidde on December 13, 2012, 09:20:13 PM
In an old version of FET (last year) I should remember that, modifying the HTML level option, the generated timetable should show colored boxes to rapidly identify the teacher/activity in overall timetable. Now, in the last version, the color appears only when mouse rollover the teacher/activity word but is always green. Also every subline in a box displays in grey which is poorly readable.
Is there an option that show distinct color in every adiacent boxes or I remember badly?

Thanks.
Davide.
Title: Re: HTML customization
Post by: Liviu Lalescu on December 14, 2012, 09:11:09 AM
You can style each subject/teacher/students set/activity tag, in superior levels of HTML. But you need to do it manually, modify the CSS file. Volker can give a better answer here.
Title: Re: HTML customization
Post by: Volker Dirr on December 14, 2012, 01:34:37 PM
Hallo,

please start reading this:
http://www.timetabling.de/manual/FET-manual.en.html#id_45

ask again if you need more information.

Regards,
Volker
Title: Re: HTML customization
Post by: TAHIR on April 06, 2024, 11:17:49 AM
Is there any is there any feature available in fet , all teachers have unique color in group timetable?
Title: Re: HTML customization
Post by: Volker Dirr on April 06, 2024, 12:39:33 PM
Go to FET -> Settings -> Timetables -> HTML level

Select at least level 3 and generate a timetable.

Then you can see a line like this in the css file:
tr.teacher, div.teacher {

}

You can add here a unique color for all teachers.