From 8c002a7d5fed7f4a452ce9ca1c02638c45310125 Mon Sep 17 00:00:00 2001 From: Hardik Ghaghada Date: Tue, 31 Jan 2012 18:19:21 +0530 Subject: updated login form (new UI) with forgot password link --- testapp/templates/exam/login.html | 47 ++++++++++++++++++++++++++++++++------- 1 file changed, 39 insertions(+), 8 deletions(-) (limited to 'testapp/templates/exam/login.html') diff --git a/testapp/templates/exam/login.html b/testapp/templates/exam/login.html index 8e6352e..9420903 100644 --- a/testapp/templates/exam/login.html +++ b/testapp/templates/exam/login.html @@ -3,18 +3,49 @@ {% block title %}Login{% endblock title %} {% block content %} -

Welcome to the Examination. -Please login to proceed.

- + + +
+
+ +
+
+

Login


{% csrf_token %} - + +
{{ form.as_table }} -
+ - +
 
+
Forgot Password?

+
New User? Sign-Up
- -New User Registration +
+
+
+ + +
+ + + + + {% endblock content %} \ No newline at end of file -- cgit From 573dcc6149f3ccf8ffaa2df2dba3461b3b795c48 Mon Sep 17 00:00:00 2001 From: jayparikh111 Date: Thu, 2 Feb 2012 12:45:09 +0530 Subject: Updated Views.py, monitor.html and login.html with new changes --- testapp/templates/exam/login.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'testapp/templates/exam/login.html') diff --git a/testapp/templates/exam/login.html b/testapp/templates/exam/login.html index 9420903..0908fc2 100644 --- a/testapp/templates/exam/login.html +++ b/testapp/templates/exam/login.html @@ -19,19 +19,20 @@
{{ form.as_table }}
-
 
+
    

Forgot Password?

New User? Sign-Up
@@ -48,4 +49,4 @@ -{% endblock content %} \ No newline at end of file +{% endblock content %} -- cgit From 493f228229d96dab4a13b21cf7d4d089fcf7b2fd Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Mon, 6 Feb 2012 15:20:41 +0530 Subject: removed & tags from the forms --- testapp/templates/exam/login.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'testapp/templates/exam/login.html') diff --git a/testapp/templates/exam/login.html b/testapp/templates/exam/login.html index 9420903..770ceb4 100644 --- a/testapp/templates/exam/login.html +++ b/testapp/templates/exam/login.html @@ -3,8 +3,7 @@ {% block title %}Login{% endblock title %} {% block content %} - - +
- - - -{% endblock content %} \ No newline at end of file +{% endblock content %} -- cgit From b1fbf5b02280de5b78b0249e777a179e34b50b98 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Fri, 24 Feb 2012 16:16:38 +0530 Subject: formating and identation --- testapp/templates/exam/login.html | 76 ++++++++++++++++++--------------------- 1 file changed, 35 insertions(+), 41 deletions(-) (limited to 'testapp/templates/exam/login.html') diff --git a/testapp/templates/exam/login.html b/testapp/templates/exam/login.html index 62aedcf..07a91fc 100644 --- a/testapp/templates/exam/login.html +++ b/testapp/templates/exam/login.html @@ -3,46 +3,40 @@ {% block title %}Login{% endblock title %} {% block content %} - -
-
- -
-
-

Login


-
-{% csrf_token %} - - -
-{{ form.as_table }} -
- -
    
-
Forgot Password?

-
New User? Sign-Up
-
+
+
+ +
+
+

Login


+
+ {% csrf_token %} + +
+ {{ form.as_table }} +
+
    
+
Forgot Password?

+
New User? Sign-Up
+
+
+
+
+
+

© FOSSEE group, IIT Bombay

+
-
-
-
-

© FOSSEE group, IIT Bombay

-
- -
- - {% endblock content %} -- cgit From b7ad768a6cc4fe5c8a05e20b1968f13a678c22cc Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Tue, 28 Feb 2012 12:09:28 +0530 Subject: changes to remove the inline css from every page --- testapp/templates/exam/login.html | 36 ++++++++---------------------------- 1 file changed, 8 insertions(+), 28 deletions(-) (limited to 'testapp/templates/exam/login.html') diff --git a/testapp/templates/exam/login.html b/testapp/templates/exam/login.html index 07a91fc..078e7a7 100644 --- a/testapp/templates/exam/login.html +++ b/testapp/templates/exam/login.html @@ -1,30 +1,16 @@ {% extends "base.html" %} {% block title %}Login{% endblock title %} - +{% block pagetitle %} Online Test {% endblock %} +{% block formtitle %}Login{% endblock %} +{% block css %} + +{% endblock %} {% block content %} -
-
- -
-
-

Login


+
{% csrf_token %} - +
{{ form.as_table }}
@@ -32,11 +18,5 @@
Forgot Password?

New User? Sign-Up
-
-
-
- -
+ {% endblock content %} -- cgit