front pages

This commit is contained in:
ashok sukumaran 2011-07-03 02:21:48 +05:30
parent 725585980b
commit db36aa8670
3 changed files with 7 additions and 4 deletions

Binary file not shown.

View File

@ -16,7 +16,7 @@
{{ filterForm.as_p }}
<p>
<input type="hidden" name="page_no" id="page_no" value="1" />
<input type="submit" value="Submit" id="submitFilter" />
<input type="submit" value="Find" id="submitFilter" />
</p>
</form>
</div>

View File

@ -5,7 +5,7 @@
{% endblock %}
{% block extra_head %}
<link rel="stylesheet" href="/static/css/main/home.css" />
<link rel="stylesheet" href="/static/css/files/faq.css" />
{% endblock %}
{% block pageTitle %}
@ -13,8 +13,11 @@
{% endblock %}
{% block content %}
<div class="centerSentence">
FAQs are here. we should start writing a few.
<div id="faqBlock">
FAQs <br />
<p> Q. Does one need to login in order to use the printing tools? <br />
A. Yes, this is required to establish which documents you have permissions to modify or edit. To do this anonymously, use "guest" </p>
</div>
{% endblock %}