DUALIS Noten POC
This commit is contained in:
@ -7,19 +7,17 @@
|
||||
</head>
|
||||
<body>
|
||||
<h1>Verfügbare Raplas </h1>
|
||||
{% block content %}
|
||||
<form method="post" action={{ url_for ("getRapla") }}>
|
||||
<label for="file">Vefügbaren RAPLA wählen! </label>
|
||||
<form method="post" action={{ url_for ("getRapla") }}>
|
||||
<label for="file">Vefügbaren RAPLA wählen! </label>
|
||||
|
||||
<select name="file" id="file">
|
||||
<option value = "none" selected disabled hidden></option>
|
||||
{% for i in range (raplas[0]|length) %}
|
||||
<option value= {{ raplas [1] [i] }}>{{ raplas [0] [i] }} </option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
<input type="submit" value="Importieren!">
|
||||
</form>
|
||||
{% endblock %}
|
||||
<select name="file" id="file">
|
||||
<option value = "none" selected disabled hidden></option>
|
||||
{% for i in range (raplas[0]|length) %}
|
||||
<option value= {{ raplas [1] [i] }}>{{ raplas [0] [i] }} </option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
<input type="submit" value="Importieren!">
|
||||
</form>
|
||||
<h1>Eigenen Rapla hinzufügen</h1>
|
||||
<form method="post" action={{ url_for ("getRapla") }}>
|
||||
<label for="url">Rapla-URL eingeben, falls Du deinen Kurs nicht siehst:</label>
|
||||
|
||||
Reference in New Issue
Block a user