equal
deleted
inserted
replaced
|
1 {% extends "projrev/base.html" %} |
|
2 {% block content %} |
|
3 <div class="post"> |
|
4 |
|
5 <a name="TemplateInfo"></a> |
|
6 <h1>Type Your MICR Code</h1> |
|
7 |
|
8 <p>Fill up the form below, and upload your proposal file by clicking on Browse.</p> |
|
9 |
|
10 <form method="post" action=""> |
|
11 <p> |
|
12 {% if error %} |
|
13 <div class="error"> |
|
14 Invalid MICR Code. |
|
15 </div> |
|
16 {% endif %} |
|
17 <label for="micr_code" class="micr">Enter your MICR Code: </label> |
|
18 <input type=text" name="micr_code" class="micr"></input> |
|
19 <br /><br /><br /> |
|
20 <input class="micr_button" type="submit" name="submit" value="New Proposal" /> |
|
21 <input class="micr_button" type="submit" name="submit" value="Edit Proposal for MICR Code" /> |
|
22 <input class="micr_button" type="submit" name="submit" value="Withdraw Proposal for MICR Code" /> |
|
23 </p> |
|
24 </form> |
|
25 |
|
26 <p class="post-footer align-right"> |
|
27 <span class="comments">Reviews (5)</span> |
|
28 <span class="date">Last reviewed: Nov 11, 2006</span> |
|
29 <span class="date">Last submitted: Nov 11, 2006</span> |
|
30 </p> |
|
31 |
|
32 </div> |
|
33 {% endblock content %} |