Html results into my school website

Started by antonio.farias, May 03, 2016, 12:51:42 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Liviu Lalescu

Yes, it seems to be with colors.

But could you archive the whole timetable output and attach it here?

mariotto

It is too large. I will send you a link to dropbox as a PM

Volker Dirr

your file on the server didn't show colors, because you added the "correct"/"color" css file, but you forgot to upload the "correct"/"new" html files. On your server are still the html files with an other html level.

mariotto


Liviu Lalescu

#19
I'm glad it is solved :)

PS: On your files which you sent me by dropbox the colors are shown OK.

mariotto

Thanks for help, this is looking nice now. Do you have an idea how to make the students  sets in the web version smaller or even to hide it and make the subjects and teacher bigger, maybe to bold the subject a bit. I have some subjects that many of the students attend and this make my tables to be a bit deformed...
M.

Volker Dirr

modify the css file. please read http://www.timetabling.de/manual/FET-manual.en.html#id_45
so you should mainly modify lines span.subject, tr.studentsset, div.studentsset and tr.teacher, div.teacher. (OR lines tr.line0, div.line0 , tr.line1, div.line1 , tr.line2, div.line2 , tr.line3, div.line3)

Volker Dirr

i forgot to say:

for bold please add
font-weight: bold;

for bigger you can change the font-size

for hide: as wriiten in the css file:
display:none;

you can use all css styles. so just read a tutorial about css in the internet. (it is normal css, used by all html websites in the internet)

mariotto

Thank you, so I should learn about css, I will get to that.

mariotto

Is it possible to print to the results inside the table of the activity the exact duration of activity, so  under the activity, teacher and room for example 9 - 11:30 ?

Volker Dirr

#25
No. it is not possible with the offical FET version.

There are 3 problems with your request:
1. That informations isn't added in FET. If you want something like that, then you also need to write hour names in a very spacial variant. For example instead of calling the hour just "1", you need to call it "08:00-08:15". If you add names like that, then i might export it. (It is not enought if you call the hour only "08:00", because in that case the end of the last hour is unknown.

2. The timetable will grow pretty much. In most cases timetables are already much too full. I recommend to just take a large timetable from your dataset and try to write your suggestion manualy. If you still think it is a nice idea and if you care about problem 1 i might code it.

3. You request to add duplicated unneeded data. See ponit 2. Also the "hours" column/row is unneeded than. So should it be deleted? But even if that one is deleted, you still add a lot of duplicate data.