Advertisement
tmthyjames

Untitled

Oct 24th, 2014
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.27 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <link rel="stylesheet" type="text/css" href="/static/style.css" />
  5.         <link rel="shortcut icon" href="http://icons-watermarks.s3.amazonaws.com/simple-light-gray/alphanum/alphanum_lowercase-letter-r/alphanum_lowercase-letter-r_simple-light-gray_512x512.png">
  6.         <title>relode</title>
  7.     </head>
  8.     <body>
  9.         <h2>indeed.com scraper</h2>
  10.         <p>search criteria:</p>
  11.         <form action="/" method="post">
  12.             <label for="what">what</label>
  13.             <input type="text" name="what" /></p>
  14.             <label for="where">where</label>
  15.             <input type="text" name="where" /></p>
  16.                 <n>job types</n>
  17.                 <select id="jt" name="jt" style="cursor:pointer">
  18.                     <option value="all">all job types</option>
  19.                     <option value="fulltime">full-time</option>
  20.                                     <option value="parttime">part-time</option>
  21.                     <option value="contract">contract</option>
  22.                     <option value="internship">internship</option>
  23.                     <option value="temporary">temporary</option>
  24.                 </select>
  25.                 <tr id="sal_item">
  26.                     <td class="col_a" style="vertical-align:top">
  27.                         <!-- <label for="salary">salary extimate</label> -->
  28.                     </td>
  29.                                             <td>
  30.                                     <table cellpadding="0" cellspacing="0">
  31.                             <tbody>
  32.                                                                                                                         <tr>
  33.                                     <td>
  34.                                         <input type="text" id="salary" name="salary" value size="17" />
  35.                                         <n>per year</n>
  36.                                         <tr>
  37.                                             <td style="padding:5px 3px;" colspan="2" nowrap>
  38.                                                 <n>age - </n>
  39.                                                 <label for="fromage">jobs published</label>
  40.                                                 <select id="fromage" name="fromage" style="cursor:pointer">
  41.                                                                 <option value="any">anytime</option>
  42.                                                     <option value="15">within 15 days</option>
  43.                                                     <option value="7">within 7 days</option>
  44.                                                     <option value="3">within 3 days</option>
  45.                                                     <option value="1">yesterday</option>
  46.                                                     <option value="last">since my last visit</option>
  47.                                                 </select>
  48.                                             </td>
  49.                                         </tr>
  50.                                     </td>
  51.                                 </tr>
  52.                                 <tr>
  53.                                     <td>
  54.                                         <span class="example" style="font-size:smaller;color:#666">$50,000 or $40K-$90K</span>
  55.                                     </td>
  56.                                 </tr>
  57.                             </tbody>
  58.                         </table>
  59.                     </td>
  60.                 </tr>
  61.                 <input type="submit" value="submit" /></p>
  62.         </form>
  63.     </body>
  64. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement