diff --git a/print.css b/print.css index ce6664d..0e702e0 100644 --- a/print.css +++ b/print.css @@ -42,6 +42,23 @@ div.cadre tr.ajout_reponse { display:none; } +table { + page-break-inside:auto +} + +tr { + page-break-inside:avoid; + page-break-after:auto; +} + +thead { + display:table-header-group; +} + +tfoot { + display:table-footer-group; +} + div.addcomment { display:none; } diff --git a/studs.php b/studs.php index 1bf36d7..e80a2ec 100644 --- a/studs.php +++ b/studs.php @@ -266,7 +266,7 @@ echo _("If you want to vote in this poll, you have to give your name, choose the echo ''."\n"; // Debut de l'affichage des resultats du sondage -echo ''."\n"; +echo '
'."\n".''; //On récupere les données et les sujets du sondage $nblignes = $user_studs->RecordCount(); @@ -426,6 +426,8 @@ if ($dsondage->format=="D"||$dsondage->format=="D+") { echo ''."\n"; } +echo ''."\n".''."\n"; + //Usager pré-authentifié dans la liste? $user_mod = false; @@ -532,6 +534,8 @@ for ($i=0; $i < $nbcolonnes; $i++) { } } +echo ''."\n".''."\n"; + // Affichage des différentes sommes des colonnes existantes echo ''."\n"; echo ''."\n"; @@ -563,6 +567,7 @@ for ($i=0; $i < $nbcolonnes; $i++) { } echo ''."\n"; +echo ''."\n"; echo '
'. _("Addition") .'
'."\n"; echo ''."\n";