hebasta | 97c0a04 | 2020-03-24 21:26:44 +0100 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | <head> |
| 4 | <meta charset="UTF-8"> |
| 5 | <title>Export Template</title> |
| 6 | <script src="https://korap.ids-mannheim.de/js/korap-plugin-0.2.js"></script> |
| 7 | </head> |
| 8 | |
| 9 | <body> |
| 10 | <form> |
| 11 | <label for="fname">Dateiname: </label> |
| 12 | <input type="text" id="fname" name="fname"> <br> |
| 13 | Dateiformat: |
| 14 | <input type="radio" id="formatjson" name="format"> |
| 15 | <label for="formatjson">JSON</label> |
| 16 | <input type="radio" id="formatrtf" name="rtf"> |
| 17 | <label for="formatrtf">RTF</label><br> |
| 18 | <button> Exportieren </button> |
| 19 | </form> |
| 20 | </body> |
| 21 | </html> |