app/templates/projrev/proposal/get_micr.html
changeset 8 294ff7ac9cb6
child 18 05b9e60e6a10
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app/templates/projrev/proposal/get_micr.html	Thu Aug 06 20:20:36 2009 +0530
@@ -0,0 +1,33 @@
+{% 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" />
+		<input class="micr_button" type="submit" name="submit" value="Withdraw Proposal for MICR Code" />
+		</p>		
+	</form>
+				
+	<p class="post-footer align-right">					
+		<span class="comments">Reviews (5)</span>
+		<span class="date">Last reviewed: Nov 11, 2006</span>
+		<span class="date">Last submitted: Nov 11, 2006</span>	
+	</p>
+				
+</div>
+{% endblock content %}
\ No newline at end of file