| <!DOCTYPE html> |
| <html> |
| <head> |
| <meta charset="UTF-8"> |
| <title>Export Template</title> |
| <script src="https://korap.ids-mannheim.de/js/korap-plugin-0.2.js"></script> |
| </head> |
| |
| <body> |
| <form> |
| <label for="fname">Dateiname: </label> |
| <input type="text" id="fname" name="fname"> <br> |
| Dateiformat: |
| <input type="radio" id="formatjson" name="format"> |
| <label for="formatjson">JSON</label> |
| <input type="radio" id="formatrtf" name="rtf"> |
| <label for="formatrtf">RTF</label><br> |
| <button> Exportieren </button> |
| </form> |
| </body> |
| </html> |