Update html/sablony/purecss/formular.html
Zakladni formular pro upravu skladeb
This commit is contained in:
@@ -11,18 +11,88 @@
|
||||
<!-- <base href="https://www.w3schools.com/" target="_blank"> -->
|
||||
|
||||
<!-- Refresh stranky kazdych 30s -->
|
||||
<!-- <meta http-equiv="refresh" content="30"> -->
|
||||
<!-- <meta http-equiv="refresh" content="1"> -->
|
||||
|
||||
<title>TEMPLATE</title>
|
||||
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/purecss@3.0.0/build/pure-min.css" integrity="sha384-X38yfunGUhNzHpBaEBsWLO+A0HDYOQi8ufWDkZ0k9e0eXz/tH3II7uKZ9msv++Ls" crossorigin="anonymous"> -->
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/purecss@3.0.0/build/pure-min.css" integrity="sha384-X38yfunGUhNzHpBaEBsWLO+A0HDYOQi8ufWDkZ0k9e0eXz/tH3II7uKZ9msv++Ls" crossorigin="anonymous">
|
||||
|
||||
<noscript>Prohlizec nepodporuje JavaScript. Web nemusi fungovat spravne.</noscript>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<table class="pure-table">
|
||||
<thead>
|
||||
<th>Interpret</th>
|
||||
<th>Skladba</th>
|
||||
<th>Album</th>
|
||||
</thead>
|
||||
<tr>
|
||||
<td>Roztrhlej Dedac</td>
|
||||
<td>Orientacka</td>
|
||||
<td>Do Roztrhani</td>
|
||||
</tr>
|
||||
<tr class="pure-table-odd">
|
||||
<td>Roztrhlej Dedac</td>
|
||||
<td>Postgastralni Demence</td>
|
||||
<td>Do Roztrhani</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Roztrhlej Dedac</td>
|
||||
<td>Bez Tematu</td>
|
||||
<td>Do Roztrhani</td>
|
||||
</tr>
|
||||
<tr class="pure-table-odd">
|
||||
<td>Chlat v Potpazi</td>
|
||||
<td>Planeta</td>
|
||||
<td>Radsi Dratem Do Voka</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<form class="pure-form">
|
||||
<div class="pure-g">
|
||||
<div class="pure-u-7-24">
|
||||
<input type="text" placeholder="Interpret" class="pure-input-1">
|
||||
</div>
|
||||
<div class="pure-u-10-24">
|
||||
<input type="text" placeholder="Skladba" class="pure-input-1">
|
||||
</div>
|
||||
<div class="pure-u-7-24">
|
||||
<input type="text" placeholder="Album" class="pure-input-1">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="pure-g">
|
||||
<div class="pure-u-2-24">
|
||||
<input type="text" placeholder="#" class="pure-input-1">
|
||||
</div>
|
||||
<div class="pure-u-3-24">
|
||||
<input type="text" placeholder="Rok" class="pure-input-1">
|
||||
</div>
|
||||
<div class="pure-u-6-24">
|
||||
<input type="text" placeholder="Zanr" class="pure-input-1">
|
||||
</div>
|
||||
<div class="pure-u-7-24">
|
||||
<input type="text" placeholder="Studio" class="pure-input-1">
|
||||
</div>
|
||||
<div class="pure-u-6-24">
|
||||
<input type="text" placeholder="Mesto" class="pure-input-1">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="pure-g">
|
||||
<div class="pure-u-24-24">
|
||||
<input type="text" placeholder="Tagy" class="pure-input-1">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<button type="submit" class="pure-button pure-button-primary">Ulozit</button>
|
||||
</form>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user