Created
February 15, 2012 16:50
-
-
Save sam452/1837239 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Keriakut</title> | |
<meta name="description" content=""> | |
<meta name="author" content=""> | |
<link href="/assets/application.css" media="all" rel="stylesheet" type="text/css"> | |
<script src="/assets/application.js" type="text/javascript"></script> | |
</head> | |
<body class="price_commodities"> | |
<div id="container" class="container"> | |
<header><nav><ul class="hmenu"> | |
<li> | |
<a href="/users/sign_in">Login</a> | |
</li> | |
<li> | |
<a href="/users/sign_up">Sign up</a> | |
</li> | |
</ul></nav></header><div id="main" role="main"> | |
<h1>Enter New Price for Corn</h1> | |
<form accept-charset="UTF-8" action="/prices" class="new_price" id="new_price" method="post"> | |
<div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓"></div> | |
<input id="price_commodity_id" name="price[commodity_id]" type="hidden" value="146"><div class="field"> | |
<label for="price_quality">Quality</label><br><input id="price_quality" name="price[quality]" size="30" type="text"> | |
</div> | |
<div class="field"> | |
<label for="price_price_type">Price type</label><br><input id="price_price_type" name="price[price_type]" size="30" type="text"> | |
</div> | |
<div class="field"> | |
<label for="price_farm_gate_high">Farm gate high</label>(crate)<br><input id="price_farm_gate_high" name="price[farm_gate_high]" size="30" type="text"> | |
</div> | |
<div class="field"> | |
<label for="price_farm_gate_low">Farm gate low</label>(crate)<br><input id="price_farm_gate_low" name="price[farm_gate_low]" size="30" type="text"> | |
</div> | |
<div class="field"> | |
<label for="price_delivered_high">Delivered high</label>(bushel)<br><input id="price_delivered_high" name="price[delivered_high]" size="30" type="text"> | |
</div> | |
<div class="field"> | |
<label for="price_delivered_low">Delivered low</label>(bushel)<br><input id="price_delivered_low" name="price[delivered_low]" size="30" type="text"> | |
</div> | |
<div class="field"> | |
<label for="price_wholesale_high">Wholesale high</label> (ton)<br><input id="price_wholesale_high" name="price[wholesale_high]" size="30" type="text"> | |
</div> | |
<div class="field"> | |
<label for="price_wholesale_low">Wholesale low</label> (ton)<br><input id="price_wholesale_low" name="price[wholesale_low]" size="30" type="text"> | |
</div> | |
<div class="field"> | |
<label for="price_retail_high">Retail high</label>(gallon)<br><input id="price_retail_high" name="price[retail_high]" size="30" type="text"> | |
</div> | |
<div class="field"> | |
<label for="price_retail_low">Retail low</label>(gallon)<br><input id="price_retail_low" name="price[retail_low]" size="30" type="text"> | |
</div> | |
<div class="field"> | |
<label for="price_date">Date</label><br><input id="price_date" name="price[date]" size="30" type="text"> | |
</div> | |
<div class="actions"> | |
<input name="commit" type="submit" value="Submit"> | |
</div> | |
</form> | |
</div> | |
<footer></footer> | |
</div> <!--! end of #container --> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment