view odfcast/templates/convert.html @ 73:02efda1f6919

issue5117: service for checking a pdf for merging readiness added.
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 06 Mar 2015 14:56:26 +0100
parents 5c3aba401382
children
line wrap: on
line source
{% extends 'base.html' %}

{% block content %}
<h1>Convert</h1>

<form role="form" action="" method="POST" enctype="multipart/form-data">
    <div class="form-group">
        <label for="format">Format</label>
        <input id="format" type="text" placeholder="Format" name="format" class="form-control">
    </div>
    <div class="form-group">
        <label for="datadict">Data in JSON Format</label>
        <textarea id="datadict" name="datadict" class="form-control"></textarea>
    </div>
    <div class="form-group">
        <label for="file" >File</label>
        <input id="file" type="file" name="file">
    </div>
    <button class="btn btn-default" type="submit">Convert</button>
</form>
{% endblock %}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)