# HG changeset patch # User Madhusudan.C.S # Date 1250116275 -19800 # Node ID 09c3b7aaa5359d09907bf2d6c865841596fa19c2 # Parent e27c75dedbfb52706c884d3480511f3f2f452d20 Full Comments window decoration. diff -r e27c75dedbfb -r 09c3b7aaa535 app/projrev/models.py --- a/app/projrev/models.py Thu Aug 13 03:42:34 2009 +0530 +++ b/app/projrev/models.py Thu Aug 13 04:01:15 2009 +0530 @@ -901,7 +901,7 @@ attribute2 = models.PositiveSmallIntegerField( choices=[(1, 1), (2, 2), (3, 3), (4, 4), (5, 5)]) attribute2.verbose_name = ('Uniqueness/novelty/innovation of the said ' - 'proposal') + 'proposal.') comment_a2 = models.TextField(blank=True) comment_a2.verbose_name = 'Comment' diff -r e27c75dedbfb -r 09c3b7aaa535 app/settings.py --- a/app/settings.py Thu Aug 13 03:42:34 2009 +0530 +++ b/app/settings.py Thu Aug 13 04:01:15 2009 +0530 @@ -9,6 +9,8 @@ ('Madhusudan.C.S', 'madhusudancs@gmail.com'), ) +SESSION_EXPIRE_AT_BROWSER_CLOSE = True + DEFAULT_FROM_EMAIL = 'admin@sakshath.ac.in' MANAGERS = ADMINS diff -r e27c75dedbfb -r 09c3b7aaa535 app/templates/projrev/templatetags/_as_review.html --- a/app/templates/projrev/templatetags/_as_review.html Thu Aug 13 03:42:34 2009 +0530 +++ b/app/templates/projrev/templatetags/_as_review.html Thu Aug 13 04:01:15 2009 +0530 @@ -6,62 +6,73 @@
- {{ review.comment }}

- + + - + + - + + - + + - + + - + + - + + - + + - + + +
- Feasibility of the proposed activity and the appropriateness of the time frame: + Feasibility of the proposed activity and the appropriateness of the time frame: {{ review.attribute1 }}{{ review.attribute1 }}
Comment: {{ review.comment_a1 }}
- Uniqueness/novelty/innovation of the said proposal: + Uniqueness/novelty/innovation of the said proposal: {{ review.attribute2 }}{{ review.attribute2 }}
Comment: {{ review.comment_a2 }}
- Scope for inter-institutional collaboration and development: + Scope for inter-institutional collaboration and development: {{ review.attribute3 }}{{ review.attribute3 }}
Comment: {{ review.comment_a3 }}
- The organisation of the programme to be carried out: + The organisation of the programme to be carried out: {{ review.attribute4 }}{{ review.attribute4 }}
Comment: {{ review.comment_a4 }}
- The details of the work as the outlined by the principal investigator(PI): + The details of the work as the outlined by the principal investigator(PI): {{ review.attribute5 }}{{ review.attribute5 }}
Comment: {{ review.comment_a5 }}
- The details of the work as the outlined by the principal investigator(PI): + Sufficiency of funds as requested by the PI: {{ review.attribute6 }}{{ review.attribute6 }}
Comment: {{ review.comment_a6 }}
- Social impact/reach/spread of the outcome of the proposal: + Social impact/reach/spread of the outcome of the proposal: {{ review.attribute7 }}{{ review.attribute7 }}
Comment: {{ review.comment_a7 }}
- Contribution of the proposal to minimizing the digital divide in our country: + Contribution of the proposal to minimizing the digital divide in our country: {{ review.attribute8 }}{{ review.attribute8 }}
Comment: {{ review.comment_a8 }}
- Any other matter which is likely to affect the execution of the project: + Any other matter which is likely to affect the execution of the project: {{ review.attribute9 }}{{ review.attribute9 }}
Comment: {{ review.comment_a9 }}
+ +
Overall comment:{{ review.comment }}