From: Kim Nguyễn Date: Mon, 2 Feb 2015 10:07:22 +0000 (+0100) Subject: . X-Git-Url: http://git.nguyen.vg/gitweb/?p=hacks%2FsimpleWebSlides.git;a=commitdiff_plain;h=a03a60eccb6d035b1ccc7c9dc53c7b03abd48dc6 . --- diff --git a/bd/bd02.xhtml b/bd/bd02.xhtml index 8f7123b..baae33b 100644 --- a/bd/bd02.xhtml +++ b/bd/bd02.xhtml @@ -166,13 +166,13 @@ peut pas déborder sur plus d'une piste.

On doit lire/écrire au moins une page même si on ne - désir lire/écrire qu'un octet

+ veut lire/écrire qu'un octet

Exemple : on souhaite stocker 5 chaines de caractères de 200o chacunes sur le disque

diff --git a/bd/pdf/bd01.pdf b/bd/pdf/bd01.pdf index 196c732..0eb3f53 100644 Binary files a/bd/pdf/bd01.pdf and b/bd/pdf/bd01.pdf differ diff --git a/bd/pdf/bd01_print.pdf b/bd/pdf/bd01_print.pdf index 70ddd36..0246ab7 100644 Binary files a/bd/pdf/bd01_print.pdf and b/bd/pdf/bd01_print.pdf differ diff --git a/bd/pdf/bd02.pdf b/bd/pdf/bd02.pdf index c153eeb..7380870 100644 Binary files a/bd/pdf/bd02.pdf and b/bd/pdf/bd02.pdf differ diff --git a/bd/pdf/bd02_print.pdf b/bd/pdf/bd02_print.pdf index 59436bd..782f488 100644 Binary files a/bd/pdf/bd02_print.pdf and b/bd/pdf/bd02_print.pdf differ diff --git a/simpleWebSlides.css b/simpleWebSlides.css index 98bc160..7bacd83 100644 --- a/simpleWebSlides.css +++ b/simpleWebSlides.css @@ -62,7 +62,10 @@ body { } .sws-footer{ + position: relative; display:block; + bottom: 0pt; + left: 0pt; } .sws-header, .sws-title, .sws-inner-canvas, .sws-footer{ diff --git a/simpleWebSlides.js b/simpleWebSlides.js index ebab5ca..c63bf25 100644 --- a/simpleWebSlides.js +++ b/simpleWebSlides.js @@ -512,6 +512,7 @@ SWS.Presentation = new function () { } else { $("#sws-percent-progress").text(100); progress.remove(); + window.status = 'Ready'; } }; loop(); diff --git a/themes/uPsud.css b/themes/uPsud.css index 46eea82..962f816 100644 --- a/themes/uPsud.css +++ b/themes/uPsud.css @@ -1,6 +1,15 @@ @import url(https://fonts.googleapis.com/css?family=Armata&subset=latin,latin-ext); @import url(https://fonts.googleapis.com/css?family=Inconsolata:400,700&subset=latin,latin-ext); + +@media print { + .sws-canvas { + width: 29.7cm; + height: 21cm; + } + +} + /* No header in this theme */ .sws-header { display: none;