annotate odfcast/templates/index.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
rev   line source
23
709edf15f90e Add a index view to display links to the three functions
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff changeset
1 {% extends 'base.html' %}
709edf15f90e Add a index view to display links to the three functions
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff changeset
2
709edf15f90e Add a index view to display links to the three functions
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff changeset
3 {% block content %}
709edf15f90e Add a index view to display links to the three functions
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff changeset
4 <ul>
709edf15f90e Add a index view to display links to the three functions
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff changeset
5 <li>
709edf15f90e Add a index view to display links to the three functions
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff changeset
6 <a href="/convert/">Convert</a>
709edf15f90e Add a index view to display links to the three functions
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff changeset
7 </li>
709edf15f90e Add a index view to display links to the three functions
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff changeset
8 <li>
709edf15f90e Add a index view to display links to the three functions
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff changeset
9 <a href="/merge/">Merge</a>
709edf15f90e Add a index view to display links to the three functions
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff changeset
10 </li>
73
02efda1f6919 issue5117: service for checking a pdf for merging readiness added.
Bernhard Reiter <bernhard@intevation.de>
parents: 37
diff changeset
11 <li>
02efda1f6919 issue5117: service for checking a pdf for merging readiness added.
Bernhard Reiter <bernhard@intevation.de>
parents: 37
diff changeset
12 <a href="/check/">Check</a>
02efda1f6919 issue5117: service for checking a pdf for merging readiness added.
Bernhard Reiter <bernhard@intevation.de>
parents: 37
diff changeset
13 </li>
23
709edf15f90e Add a index view to display links to the three functions
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff changeset
14 </ul>
709edf15f90e Add a index view to display links to the three functions
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff changeset
15 {% endblock %}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)