[Jan Gerber] fix unicode filenames in wikibooks2epub (from https://code.launchpad...
[objavi2.git] / templates / espri.html
blob83da7fcf029aae8a25daab2c3c909199d054b620
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <!-- Part of Objavi2, which turns html manuals into books.
5 This form select the manual and production options.
7 Copyright (C) 2009 Douglas Bagnall
9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 2 of the License, or
12 (at your option) any later version.
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
19 You should have received a copy of the GNU General Public License along
20 with this program; if not, write to the Free Software Foundation, Inc.,
21 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22 -->
23 <head>
24 <title>Espri ePub importer</title>
25 <meta name="robots" content="noindex" />
26 <link rel="stylesheet" href="/static/objavi.css" type="text/css" media="screen" />
27 </head>
29 <body>
30 <form action="" method="get" id="obform" name="obform">
31 <div id="main">
32 <h1>Espri epub importer for FLOSS Manuals</h1>
33 <p>
34 Make a booki-book from an epub file.
35 </p>
37 %(booklink)s
39 <div id="iarchive_div" class="form-item">
40 <div class="input_title">Import source</div>
41 <div class="input_contents">
42 <ul class="radio-list">
43 <li><input id="source1" name="source" type="radio" value="archive.org" checked="checked" />Internet Archive ID </li>
44 <li><input id="source2" name="source" type="radio" value="url" />URI (of an epub)</li>
45 <li><input id="source3" name="source" type="radio" value="wikibooks" />Wikibooks URI</li>
46 </ul>
47 </div>
48 </div>
49 <div id="iarchive_div" class="form-item">
50 <div class="input_title">Book</div>
51 <div class="input_contents">
52 <input id="book" name="book" style="width:40em" />
53 </div>
54 </div>
55 <div id="iarchive_div" class="form-item">
56 <div class="input_title">Callback (advanced)</div>
57 <div class="input_contents">
58 <input id="callback" name="callback" style="width:40em" />
59 </div>
60 </div>
62 <button id="submit">import</button>
64 </div>
65 </form>
66 </body>
67 </html>