Prześlij pliki do 'trening-planer'
This commit is contained in:
parent
377c69b50c
commit
908a715310
@ -126,8 +126,8 @@ if(regex.test(inputField.value)){
|
||||
<button value="{{ .Nazwa }}" name="Nazwa" type="submit" class="btn btn-default" >Podgląd</button></td>
|
||||
</form>
|
||||
<form action="/trening/" method="POST">
|
||||
|
||||
<td><input value="{{ .Nazwa }}" name="Nazwa" >{{ .Nazwa }}</td>
|
||||
<input value="{{ .Nazwa }}" name="Nazwa" style="height: 0px; width: 0px;border: 0px; padding: 0px; margin: 0px" >
|
||||
<td style="vertical-align: middle;i">{{ .Nazwa }}</td>
|
||||
<td><input type="text" class="form-control" value="{{ .Serie }}" name="Serie" id="Serie" placeholder="{{ .Serie }}" onblur="validateZIPCode(this, document.getElementById('Serie_help'))">
|
||||
</td>
|
||||
<td><input type="text" class="form-control" value="{{ .Powtorzenia }}" name="Powtorzenia" placeholder="{{ .Powtorzenia }}" onblur="validateZIPCode(this, document.getElementById('Powtorzenia_help'))" ></td>
|
||||
|
Loading…
Reference in New Issue
Block a user