Main Menu

Opzioni di stampa

Started by Alessio, July 04, 2021, 02:50:12 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Alessio

Salve a tutti,
sto cercando di fare delle prove di stampa dell'orario. Ho visto per esempio che dalle opzioni è possibile non stampare le chiavi delle attività. Mi chiedevo se fosse possibile:

  • non stampare le aule nell'orario;
  • stampare un tabellone in cui nelle colonne figurano giorni e ore e in orizzontale i nomi dei docenti e all'interno di ciascuna cella figurano esclusivamente le classi che un dato docente ha in un dato giorno in una data ora (vedi allegato).

Liviu Lalescu

Ciao,

It is possible by using the HTML timetables. It is possible to hide some categories from the CSS file. For (2), see the time horizontal teachers' timetable.

Alessio

Thanks Liviu!
Actually by editing the html files I can get what I need.

Liviu Lalescu

I think you mean to edit the .css file from the timetables, not the .html timetables. Because in the CSS file you only need to modify a single field.

You are welcome!

Alessio

Sono un pò confuso...come faccio a cancellare tutte le aule dall'orario modificando il file .css se le aule non hanno una classe css predefinita? E soprattutto il file .css devo crearlo io, giusto?

Liviu Lalescu

No. You need to have FET create a CSS file by raising the HTML level from the FET interface/settings to 3 or more. Then see the beginning of that CSS file with a text editor, it says: to hide an element, write display: none;. Style each section like this (not separate rooms, but all rooms by a single line).

Alessio

Adesso è tutto perfettamente chiaro! Non avevo visto questa opzione.

Questo sw è una continua sorpresa.

Grazie ancora Liviu!

Liviu Lalescu