diff options
author | hardythe1 | 2014-06-15 14:27:01 +0530 |
---|---|---|
committer | hardythe1 | 2014-06-15 14:27:01 +0530 |
commit | 6b309d381f399fbde17e04a1163fa90b765c62f0 (patch) | |
tree | 535cb4d4309060703517616e1d294f024bf0b36a /tbc | |
parent | 7367d8f25d5697a62bcba1f33906860d68d93e1b (diff) | |
download | Python-TBC-Interface-6b309d381f399fbde17e04a1163fa90b765c62f0.tar.gz Python-TBC-Interface-6b309d381f399fbde17e04a1163fa90b765c62f0.tar.bz2 Python-TBC-Interface-6b309d381f399fbde17e04a1163fa90b765c62f0.zip |
disabling the links for the time being for the problem statement copyright issue
Diffstat (limited to 'tbc')
-rw-r--r-- | tbc/templates/tbc/unavailable.html | 162 | ||||
-rw-r--r-- | tbc/urls.py | 2 | ||||
-rwxr-xr-x | tbc/views.py | 4 |
3 files changed, 167 insertions, 1 deletions
diff --git a/tbc/templates/tbc/unavailable.html b/tbc/templates/tbc/unavailable.html new file mode 100644 index 0000000..ad29f43 --- /dev/null +++ b/tbc/templates/tbc/unavailable.html @@ -0,0 +1,162 @@ +{% load static %} +<!DOCTYPE html> +<html lang="en"> + <head> + <title> + {% block title %} + Python Textbook Companion Project | FOSSEE, IIT Bombay + {% endblock %} + </title> + {% block meta %} + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="description" content=""> + <meta name="author" content=""> + {% endblock %} + + <link rel="stylesheet" href="{% static 'css/bootstrap.min.css' %}" type="text/css" /> + <link rel ="stylesheet" href="{% static 'css/responsive.css' %}" type="text/css"/> + <style> + .module-list { + float: left; + height: 220px; + margin-top: 20px; + margin-bottom: 20px; + margin-left: 50px; + padding: 10px; + padding-bottom: 25px; + position: relative; + width: 300px; + background: #2c3e50; + } + .module-list img { + height: 220px; + } + .module-list img:hover{ + height: 220px; + border-radius: 15px; + } + + .module-list a{ + color: #ffffff; + } + .navbar .container { + max-width: 1100px; + } + #content-wrap{ + max-width: 1100px; + margin: 0 auto; + } + input[type="text"] { + width: 100%; + } + input[type="password"] { + width: 100%; + } + </style> + + {% block css %} + <style type="text/css"> + body { + padding-top: 60px; + padding-bottom: 40px; + } + </style> + {% endblock %} + + {% block script %} + {% endblock %} + </head> + +<body> +<div class="navbar navbar navbar-fixed-top"> + <div class="navbar-inner"> + <div class="container"> + <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + <a class="brand" href="/">Python Textbook Companion</a> + <div class="nav-collapse collapse"> + + <!--ul class="nav pull-right"> + <li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b></a> + <ul class="dropdown-menu"> + <li><a href="http://fossee.in" target="_blank">FOSSEE</a></li> + <li><a href="http://python.fossee.in" target="_blank">Python Team</a></li> + </ul> + </li> + <li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown">Textbooks<b class="caret"></b></a> + <ul class="dropdown-menu"> + <li><a href="{% url 'tbc:CompletedBooks' %}">Completed Books</a></li> + <li><a href="{% url 'tbc:BooksUnderProgress' %}">Books Under Progress</a></li> + </ul> + </li> + <li><a href="{% url 'tbc:InternshipForms' %}">Internship Forms</a></li> + + {% if user %} + <li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown">{{ user.first_name }}<b class="caret"></b></a> + <ul class="dropdown-menu"> + <li><a href="{% url 'tbc:SubmitBook' %}">Submit Book</a></li> + <li><a href="{% url 'tbc:UpdateBook' %}">Update Submission</a></li> + <li><a href="{% url 'tbc:UpdatePassword' %}">Update Password</a></li> + <li><a href="{% url 'tbc:UserLogout' %}">Logout</a></li> + </ul> + </li> + {% endif %} + + {% if reviewer %} + <li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown">{{ reviewer.first_name }} {{ reviewer.last_name }} <b class="caret"></b></a> + <ul class="dropdown-menu"> + <li><a href="{% url 'tbc:BookReview' %}">Review Books</a></li> + <li><a href="{% url 'tbc:UserLogout' %}">Logout</a></li> + </ul> + </li> + {% endif %} + + {% if anonymous %} + <li><a href="{% url 'tbc:UserLogin' %}">Login</a></li> + <li><a href="{% url 'tbc:UserRegister' %}">Sign Up</a></li> + {% endif %} + + </ul> <!--/.nav --> + </div><!--/.nav-collapse --> + </div> + </div> + </div> + <div class="container"> + {% block content %} + <p> + Sorry for the inconvenience ! We are currently working to fix some internal issues. We will be back on or before 20th June 00:00 hrs IST + </p> + {% endblock %} + <hr> + + <footer> + <center><p>© FOSSEE - IIT Bombay 2013</p></center> + <center><img src="{% static 'images/fossee.png' %}" width=100 height=70></center> + </footer> + + </div> <!-- /container --> + + <script src="{% static 'js/jquery.js' %}"></script> + <script src="{% static 'js/bootstrap.min.js' %}"></script> + <!-- google analytics --> + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-44697375-2', 'fossee.in'); + ga('send', 'pageview'); + </script> + <!-- / google analytics --> + </body> +</html> + diff --git a/tbc/urls.py b/tbc/urls.py index 0aa0b3c..7ee91aa 100644 --- a/tbc/urls.py +++ b/tbc/urls.py @@ -2,7 +2,7 @@ from django.conf.urls import patterns, include, url urlpatterns = patterns('', - url(r'^$', 'tbc.views.Home', name='Home'), + url(r'^$', 'tbc.views.TemporarilyUnavailable', name='TemporarilyUnavailable'), url(r'^internship-forms/$', 'tbc.views.InternshipForms', name='InternshipForms'), url(r'^about-pythontbc/$', 'tbc.views.AboutPytbc', name='AboutPytbc'), url(r'^register/$', 'tbc.views.UserRegister', name='UserRegister'), diff --git a/tbc/views.py b/tbc/views.py index e3953d8..c352ed7 100755 --- a/tbc/views.py +++ b/tbc/views.py @@ -59,6 +59,10 @@ def AboutPytbc(request): return render_to_response('tbc/about-pytbc.html', context) +def TemporarilyUnavailable(request): + context = {} + return render_to_response('tbc/unavailable.html', context) + def Home(request): context = {} |