Guest User

Untitled

a guest
Sep 9th, 2012
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.64 KB | None | 0 0
  1. <form id="add_upload" action="/product/add" method="post" enctype="multipart/form-data">
  2.  
  3.     <div class="standard-white-row upload-ebook-row">
  4.  
  5.         <div id="file_upload_1" class="fakeupload">
  6.             <input id="fakeupload_1" type="text" name="fakeupload" value="Select your ebook file..." />
  7.         </div><!--fakeupload-->
  8.  
  9.         <input id="realupload_1" type="file" name="userfile" class="realupload" />
  10.  
  11.     </div><!--standard-white-row upload-ebook-row-->
  12.  
  13.     <div class="standard-white-row">
  14.  
  15.         <div class="field-ebook-name">
  16.  
  17.             <input id="p_name" type="text" name="p_name" value="ebook name" />
  18.  
  19.         </div><!--field-ebook-name-->
  20.  
  21.         <div class="field-ebook-price">
  22.  
  23.             <input id="p_price" type="text" name="p_price" value="0.00" />
  24.  
  25.         </div><!--field-ebook-price-->
  26.  
  27.     </div><!--standard-white-row-->
  28.  
  29.     <div class="standard-white-row upload-preview-img-row">
  30.  
  31.         <div id="file_upload_2" class="fakeupload">
  32.             <input id="fakeupload_2" type="text" name="fakeupload" value="Select your thumbnail image..." />
  33.         </div><!--fakeupload-->
  34.  
  35.         <input id="realupload_2" type="file" name="userfile1" class="realupload" />
  36.  
  37.     </div><!--standard-white-row upload-preview-img-row-->
  38.  
  39.     <div class="standard-white-row">
  40.  
  41.         <textarea id="p_desc" name="p_desc" cols="" rows="">Description...</textarea>
  42.  
  43.     </div><!--standard-white-row-->
  44.  
  45.     <div class="standard-white-row standard-white-submit">
  46.  
  47.         <input id="submita" name="submita" type="submit" value="Add ebook" />
  48.  
  49.     </div><!--standard-white-row standard-white-submit-->
  50.  
  51. </form>
Advertisement
Add Comment
Please, Sign In to add comment