app/templates/projrev/proposal/submit.html
changeset 4 8d9da911ed7d
parent 0 c94bd9ae70d2
child 13 684540719344
equal deleted inserted replaced
3:252a2d9713a5 4:8d9da911ed7d
     2 {% block content %}
     2 {% block content %}
     3 <div class="post">
     3 <div class="post">
     4 			
     4 			
     5 	<a name="TemplateInfo"></a>	
     5 	<a name="TemplateInfo"></a>	
     6 	<h1>Submit your proposal</h1>
     6 	<h1>Submit your proposal</h1>
     7 				
     7 
     8 	<p>Fill up the form below, and upload your proposal file by clicking on Browse.</p>
     8   {% if created_now %}
       
     9     <p>An MICR Code has been assigned and e-mailed to you. Please remember it for future reference.</p>
       
    10   {% else %}{% if micr_code %}
       
    11     <p>Edit your details and upload new version of the proposal in the form below.</p>
       
    12   {% else %}
       
    13     <p>Fill up the form below, and upload your proposal file by clicking on Browse.</p>
       
    14   {% endif %}{% endif %}
     9 
    15 
    10 	<form enctype="multipart/form-data" method="post" action="">			
    16 	<form enctype="multipart/form-data" method="post" action="">			
    11 		<p>
    17 		<p>
    12         {{ form.as_p }}
    18       {{ form.as_p }}
    13 		<br />	
    19       {% if proposal_path %}
    14 		<input class="button" type="submit" value="Submit Proposal" />		
    20         <p>
       
    21           <label for="id_proposal">Previous Proposal Document:</label>
       
    22           <a class="document-right" href="/site-content/{{ proposal_path }}">{{ proposal_name }}</a>
       
    23         </p>
       
    24       {% endif %}
       
    25       {% if micr_code %}
       
    26         <p>
       
    27           <label for="id_micr_code">MICR Code:</label>
       
    28           <input id="id_micr_code" type="text" maxlength="15" value="{{ micr_code }}" name="institution" DISABLED />
       
    29         </p>
       
    30       {% endif %}
       
    31 		  <br />	
       
    32 		  <input class="button" type="submit" value="Submit Proposal" />		
    15 		</p>		
    33 		</p>		
    16 	</form>
    34 	</form>
    17 				
    35 				
    18 	<p class="post-footer align-right">					
    36 	<p class="post-footer align-right">					
    19 		<span class="comments">Reviews (5)</span>
    37 		<span class="comments">Reviews (5)</span>