app/templates/projrev/proposal/get_micr.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 14 Aug 2009 11:07:24 +0530
changeset 49 33c54f815fd5
parent 18 05b9e60e6a10
permissions -rw-r--r--
Changed rank list.html to be consistent with review list.

{% extends "projrev/base.html" %}
{% block content %}
<div class="post">
			
	<a name="TemplateInfo"></a>	
	<h1>Type Your MICR Code</h1>
				
	<p>Fill up the form below, and upload your proposal file by clicking on Browse.</p>

	<form method="post" action="">			
		<p>
		{% if error %}
		  <div class="error">
		    Invalid MICR Code.
		  </div>
		{% endif %}
		<label for="micr_code" class="micr">Enter your MICR Code: </label>
    <input type=text" name="micr_code" class="micr"></input>
    <br /><br /><br />
    <input class="micr_button" type="submit" name="submit" value="New Proposal" />
		<input class="micr_button" type="submit" name="submit" value="Edit Proposal for MICR Code" />
		</p>		
	</form>
				
</div>
{% endblock content %}