SHOW:
|
|
- or go back to the newest paste.
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
2 | <html xmlns="http://www.w3.org/1999/xhtml" lang="hu" xml:lang="hu"> | |
3 | <head> | |
4 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
5 | <title>Blabla</title> | |
6 | </head> | |
7 | <body> | |
8 | <div id="box_place" style="display:none;"> | |
9 | ||
10 | <p class="validateTips">Minden mezõt ki kell tölteni!</p> | |
11 | ||
12 | - | <form id="add_place_form"> |
12 | + | <form action="" id="add_place_form"> |
13 | <div> | |
14 | - | <input type="text" name="name" required="required" id="name" class="text ui-widget-content ui-corner-all" /> |
14 | + | |
15 | <input type="text" name="name" id="name" class="text ui-widget-content ui-corner-all" /> | |
16 | <br /> | |
17 | <label for="description">Leírás</label> | |
18 | - | <textarea name="description" required="required" id="description" value="" class="text ui-widget-content ui-corner-all" cols="50" rows="6" style="resize:none"></textarea> |
18 | + | |
19 | <textarea name="description" id="description" class="text ui-widget-content ui-corner-all" cols="50" rows="6" style="resize:none"></textarea> | |
20 | <br /> | |
21 | - | <input type="text" name="address" required="required" id="address" value="" class="text ui-widget-content ui-corner-all" /> |
21 | + | |
22 | <input type="text" name="address" id="address" value="" class="text ui-widget-content ui-corner-all" /> | |
23 | <br /> | |
24 | <label for="wikipedia">Wikipédia link:</label> | |
25 | <input type="text" name="wikipedia" id="wikipedia" value="" class="text ui-widget-content ui-corner-all" /> | |
26 | <br /> | |
27 | - | <select name="category" class="category" style="width:350px;" > |
27 | + | |
28 | <select id="category" name="category" class="category" style="width:350px;" > | |
29 | <option></option> | |
30 | - | <select name="parent_area" class="parent_area" style="width:350px;" > |
30 | + | |
31 | <label for="parent_area">Szülõ terület:</label><br /> | |
32 | <select id="parent_area" name="parent_area" class="parent_area" style="width:350px;" > | |
33 | <option></option> | |
34 | </select> | |
35 | </div> | |
36 | </form> | |
37 | </div> | |
38 | </body> | |
39 | </html> |