merge all pages from each book to one html file

This commit is contained in:
Bachir Soussi Chiadmi
2017-04-22 18:53:12 +02:00
parent 6366f20dcb
commit 909bfc1d6e
5 changed files with 145 additions and 134 deletions
+3 -1
View File
@@ -29,7 +29,9 @@
<input name="zoom" value="100" type="number" min="25" max="1600" step="25">
<label for="document">document</label>
<select name="document"></select>
<select name="document">
<option value="0">Choose a document</option>
</select>
<label for="page">page</label>
<input name="page" value="1" type="number" min="1" max="100" step="1">