Guest User

Untitled

a guest
Jul 27th, 2017
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. <form method="post" action="file.php">
  2.  
  3. <div style="padding-top: 50px; padding-bottom: 50px;">
  4. <input type="text" value="" id="k-title" name="k-title" placeholder="Title" style="display: block; width: 100%; font-size: 30px; border: 0; background: 0; margin-bottom: 25px; text-align: center;">
  5. <input type="text" value="" id="k-description" name="k-desc" placeholder="Short description" style="display: block; width: 100%; border: 0; background: 0; text-align: justify; padding: 10px;">
  6. </div>
  7.  
  8. <div style="width: 100%; text-align: center; background-color: #eee; font-weight: 200; line-height: 0.92em; padding: 23px 0; font-size: 30px;">Random</div>
  9.  
  10. <table id="tbl" border="0" cellspacing="0" cellpadding="5px">
  11. <tbody>
  12.  
  13. <tr>
  14. <td colspan="2" id="default-table">Default</td>
  15. <tr>
  16. </tbody>
  17. </table>
  18.  
  19. <button style="margin-top: 25px; margin-bottom: 25px;" id="add" type="button">Add field</button>
  20.  
  21.  
  22. <div id="other-photos">
  23. <div id="add_square" style="position: relative;">
  24. <p style="text-align: center; position: absolute; width: 150px; top: 40px; font-size: 60px; margin: 0;">+</p>
  25. <p style="text-align: center; position: absolute; width: 150px; bottom: 40px; margin: 0;">Add image</p>
  26. </div>
  27. </div>
  28.  
  29. <div style="clear: both;"></div>
  30.  
  31. <div style="width: 100%; text-align: center; background-color: #eee; font-weight: 200; line-height: 0.92em; padding: 23px 0; font-size: 30px;">Add new section</div>
  32.  
  33. <div id="new_section">
  34. <div id="default-section">Default</div>
  35. </div>
  36.  
  37. <div style="clear: both;"></div>
  38.  
  39. <button type="button" id="add_section">Add section</button>
  40.  
  41. <div style="width: 100%; text-align: center; background-color: #eee; font-weight: 200; line-height: 0.92em; padding: 23px 0; font-size: 30px;">Gallery</div>
  42. <div id="default-gallery">Default</div>
  43.  
  44. <div id="gallery">
  45. </div>
  46.  
  47. <button style="margin-top: 25px; margin-bottom: 25px;" id="add_photo" type="button">Add photos</button>
  48.  
  49. <input type="submit" id="gen" value="Generate" />
  50.  
  51. </div>
  52. <div id="summary">
  53. </div>
  54.  
  55. <input type="text" id="test" value="" />
  56.  
  57. </form>
Advertisement
Add Comment
Please, Sign In to add comment