52 lines
1.7 KiB
HTML
52 lines
1.7 KiB
HTML
{{ define "Index2" }}
|
|
|
|
|
|
|
|
<div class="col-lg-offset-1 col-lg-3" style="background-color: #B8C07978; vertical-align: top; padding: 40px;"><span style="font-size:16px">Usuń trening z wyników</span>
|
|
<form action="/wyniki/" method="Post">
|
|
|
|
<select name="Nazwa" style="width: 180px; margin-top: 20px">
|
|
|
|
{{ range . }} <option>{{.Nazwa}}</option>{{ end }}
|
|
|
|
</select>
|
|
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
|
|
<link rel="stylesheet" href="/resources/demos/style.css">
|
|
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
|
|
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
|
|
<script>
|
|
$( function() {
|
|
var date = $('#datepicker').datepicker({ dateFormat: 'yy-mm-dd' }).val(); } );
|
|
</script>
|
|
|
|
<input type="text" class="form-control" name="Ciezar" placeholder="Ciezar" style="width: 180px; margin-top: 10px">
|
|
|
|
<input type="text" id="datepicker" name="Data" placeholder="Data" style="width: 180px; margin-top: 10px; margin-bottom: 20px">
|
|
|
|
<input type="submit" name="Akcja" value="Usun" >
|
|
<input type="submit" name="Akcja" value="Edytuj">
|
|
|
|
</form>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- <div class="container footer">
|
|
<div class="row">
|
|
<div class="col-xs-12">
|
|
<p>Wszystkie prawa zastrzeżone. <strong>mój</strong>produkt © 2015<br>
|
|
<small>kontakt@mojprodukt.pl</small>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div> -->
|
|
|
|
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> -->
|
|
</body>
|
|
</html>
|
|
{{ end }} |