Advertisement
Guest User

papa valid

a guest
Jun 26th, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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 action="" id="add_place_form">
  13.    <div>
  14.    <label for="name">Név:</label>
  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.    <br />
  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.    <label for="address">Cím:</label>
  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.    <label for="category">Kategória:</label><br />
  28.    <select id="category" name="category" class="category" style="width:350px;" >
  29.       <option></option>
  30.    </select><br />
  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>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement