beginning booki-zip standard
[objavi2.git] / templates / form.html
blobd594f8cba457be4cc85204f6b31ac08afdf23cb8
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>OBJAVI! II</title>
25 <meta name="robots" content="noindex" />
26 <link rel="icon" href="http://www.flossmanuals.net/pub/TWiki//FlossSkin2/fl2.ico" type="image/x-icon" />
27 <link rel="stylesheet" href="/static/objavi.css" type="text/css" media="screen" />
28 </head>
30 <body>
31 <form action="" method="post" id="obform" name="obform">
32 <div id="main">
33 <h1>OBJAVI! The FLOSS Manuals PDF publisher</h1>
34 <div id="intro">
35 <p>
36 OBJAVI converts <a href="http://flossmanuals.net/">FLOSS
37 Manuals</a> manuals into PDF or ODF documents.
38 <a href="/about.html" class="more">(more)</a>
39 </p>
41 </div>
42 %(form)s
44 <button id="submit">OBJAVI!</button>
46 </div>
47 </form>
48 <script src="/static/jquery.js" type="text/javascript"></script>
49 <script src="/static/form.js" type="text/javascript"></script>
50 </body>
51 </html>