From 41b0da723cc8cebd28d678ab140c226cb8113bbb Mon Sep 17 00:00:00 2001 From: kinitrupti Date: Thu, 31 Mar 2016 17:21:26 +0530 Subject: modified-funcnames-frontpg --- base.html | 428 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 428 insertions(+) create mode 100755 base.html (limited to 'base.html') diff --git a/base.html b/base.html new file mode 100755 index 0000000..e47cbf6 --- /dev/null +++ b/base.html @@ -0,0 +1,428 @@ +{% load static %} +{% load taggit_templatetags2_tags %} + + + + + {% block title %} + Python Textbook Companion Project | FOSSEE, IIT Bombay + {% endblock %} + + {% block meta %} + + + + + {% endblock %} + + + + + + + {% block css %} + + {% endblock %} + + + + +
+ {% block content %} + {% if up %} +
+
+ × +

Book has been uploaded successfully !

+
+
+
+ {% endif %} + {% if login %} +
+
+ × +

Login Successful !

+
+
+
+ {% endif %} + {% if logout %} +
+
+ × +

You have logged out successfully !

+
+
+
+ {% endif %} + {% if update_book %} +
+
+ × +

Book has been updated successfully !

+
+
+
+ {% endif %} + {% if not_found %} +
+
+ × +

It seems that currently there is no book that you can update ! Please submit one.

+
+
+
+ {% endif %} + {% if proposal_submitted %} +
+
+ × +

Thank you for showing interest in contributing to Python TBC.
We have received your proposal. Please be patient we will get back to you within few days.

+
+
+
+ {% endif %} + {% if proposal_pending %} +
+
+ × +

You either have a proposal pending or you are already working on a book. You cannot submit a proposal at this moment.

+
+
+
+ {% endif %} + {% if book_pending %} +
+
+ × +

You either have a proposal pending or you are already working on a book. You cannot submit a proposal at this moment.

+
+
+
+ {% endif %} + {% if no_book_alloted %} +
+
+ × +

There is no book alloted to you. You cannot submit codes.

+
+
+
+ {% endif %} + {% if sample_notebook %} +
+
+ × +

Sample notebook has been submitted successfully. Please be patient while the reviewer reviews your codes & get backs to you.

+
+
+
+ {% endif %} + {% if cannot_submit_sample %} +
+
+ × +

You have not been permitted to send sample notebook.

+
+
+
+ {% endif %} + {% if bookupdate %} +
+
+ × +

Thank You ! Codes have been updated successfully !

+
+
+
+ {% endif %} + +
+

Editors' Picks

+
+
+ + + + ? + + Minimum or NO trivial examples
+ Maximum usage of scientific libraries +
+
+ + {% get_taglist as tags for 'tbc.book' %} +
+ {% for item in items %} + {% if item.book.tags.all %} + + {% endif %} + {% endfor %} + + +
+ + + +
+

Recent Submissions

+
+ + +
+
+ {% for item in items|slice:":3" %} + + {% endfor %} +
+
+
+ Browse All Books +
+
+ + + + {% endblock %} +
+ + + +
+ + + + {% block script %} + {% endblock %} + + + + + + + + + + + + -- cgit