Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tweaking version #89

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 14 additions & 36 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,42 +16,20 @@

<body>
<div class="wrapper">
<div class="section" id="intro">
<h1>Bookbinder JS</h1>
A Javascript-based app for formatting PDFs for bookbinding-- a process called imposition.
For more information, feature requests, or to contribute, view the project's
<a href="https://github.com/momijizukamori/bookbinder-js">Github repository</a>. If you have
issues with this version, you can try the
<a href="%BASE_URL%old/index.html">old version</a> instead, which only supports folio
layouts.
<center style="font-family: monospace; padding-top: 0.75em; font-variant-caps: small-caps">
current version: %PACKAGE_VERSION%
</center>
</div>
<form id="bookbinder" name="bookbinder">
<div class="section" id="input">
<h2>File Info</h2>
<span class="row"
><label
>Input File:
<input type="file" name="input_file" accept=".pdf" id="input_file" /></label
></span>
<!-- <span class="row"><label>Page Size: <span id="page_size"></span></span> -->
<!-- <span class="row">Page Ratio: <span id="input_ratio"></span></span> -->
<span class="row" style="padding: 10px; font-style: italic"
>While some PDF viewers display the first two pages as a spread, be aware the first
page, which is odd, will be on the right when printed. The first printed spread are
pages 2 & 3 of your PDF document. Evens always on the left, odds always on the
right.</span
>
<span class="row"
><label for="print_file">Generated Files</label>
<select name="print_file" id="print_file">
<option value="aggregated">Aggregated File Only</option>
<option value="both" selected>Both aggregated & per signature files</option>
<option value="signatures">Signature Files Only</option>
</select>
</span>
<div class="section" id="intro">
<h1>Bookbinder JS</h1>
A Javascript-based app for formatting PDFs for bookbinding-- a process called imposition. For more information, feature requests, or to
contribute, view the project's <a href="https://github.com/momijizukamori/bookbinder-js">Github repository</a>.
If you have issues with this version, you can try the <a href="%BASE_URL%old/index.html">old version</a> instead, which only supports folio layouts.
<center style="font-family:monospace;
padding-top: 0.75em;font-variant-caps: small-caps;">current version: %PACKAGE_VERSION% (this is an old ver)</center>
</div>
<div class="section" id="settings">
<h2>Settings</h2>
<span class="row">
<button type="button" name="reset_settings" id="reset_settings">Reset</button>
The page is able to save and load your current settings via the site URL. Clicking this button will reset those to the default settings.
</span>
</div>

<div class="section" id="input">
Expand Down
Loading