input[type="text"]
input[type="text"]
input[type="checkbox"]
<form method="post" action="">
<div>
<label for="login">Login:</label>
<input type="text" name="add_login" id="login" />
</div>
<div>
<label for="passw">Heslo:</label>
<input type="password" name="add_passw" value="" id="passw" />
</div>
<div></div>
<div class="p-buttons-left">
<input type="submit" value="Prihlásiť" name="articles__save" />
</div>
<div class="clear"></div>
</form>
input[type="text"]
input[type="text"]
input[type="text"]
input[type="text"]
textarea
input[type="submit"]
<form method="post" action="">
<div class="need">
<label>Názov</label>
<input type="text" name="put_name" />
</div>
<div class="clear"></div>
<div class="need">
<label>[mail-name-foot]</label>
<input type="text" name="put_mail" />
</div>
<div class="clear"></div>
<div class="need">
<textarea name="put_text" rows="3" cols="30"></textarea>
</div>
<div class="clear"></div>
<div class="p-buttons">
<input type="submit" name="put_contact" value="Odoslať" />
</div>
</form>