10 lines
324 B
Smarty
10 lines
324 B
Smarty
|
|
<div id="raty">
|
|
<form id="wniosek" method="post">
|
|
<input type="text" name="imie" placeholder="Imię"/><br/>
|
|
<input type="text" name="nazwisko" placeholder="nazwisko"/><br/>
|
|
<input type="text" name="amount" placeholder="kwota"/>
|
|
<button type="submit">Złóż</button>
|
|
</form>
|
|
</div>
|