Skip to content

Commit

Permalink
level field
Browse files Browse the repository at this point in the history
  • Loading branch information
sarangpatel committed Jan 3, 2016
1 parent 8cdff12 commit 18b5fd9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions level2/html/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@
--> <div><input type = "text" name = "url" /></div>
<div class = "err_msg" style = "display:none"></div>
<div>&nbsp;</div>
<div>Select Level: <span class = "small"></span></div>
<!-- <div>Select Level: <span class = "small"></span></div>
<div>
<select name = "level_deep">
<option value = "2">1 level deep</option>
<option value = "3">2 level deep</option>
<option value = "4">3 level deep</option>
<option value = "5">4 level deep</option>
<option value = "6">5 level deep</option>
<option value = "1">1 level deep</option>
<option value = "2">2 level deep</option>
<option value = "3">3 level deep</option>
<option value = "4">4 level deep</option>
<option value = "5">5 level deep</option>
</select>
</div>
</div> -->
<div>&nbsp;</div>
<div><input type = "submit" value = "Scrape" name = "submit" /></div>
<input type = "hidden" value = "scrape" name = "action" />
Expand Down

0 comments on commit 18b5fd9

Please sign in to comment.