PracowniaProgramowania/trening-planer/planowanieTreningu2.html

35 lines
1022 B
HTML

{{ define "Index2" }}
<form action="/planer/" method="POST">
<select name="cwiczenie_nazwa" style="width: 180px;margin-top: 20px">
{{ range . }} <option>{{.Nazwa}}</option>{{ end }}
</select>
<input type="text" class="form-control" id="co_ile_ciezar" name="co_ile_ciezar" placeholder="co ile trenngów" style="width: 180px;margin-top: 10px" >
<input type="text" class="form-control" id="ciezar_dodaj" name="ciezar_dodaj" placeholder="Jaki ciężar" style="width: 180px;margin-top: 10px">
<input type="text" class="form-control" id="co_ile_powtorzenie" name="co_ile_powtorzenie" placeholder="co ile trenngów" style="width: 180px;margin-top: 10px">
<input type="text" class="form-control" id="powtorzenie_dodaj" name="powtorzenie_dodaj" placeholder="Ile powtórzeń" style="width: 180px;margin-top: 10px">
<input type="submit" value="Zatwierdzam" name="Akcja" style="margin-top: 20px" />
</div>
</form>
</div>
</div>
</div>
{{ end }}