From 17e8d8b6e6aff4eb6181e87be43d756e06e1fef6 Mon Sep 17 00:00:00 2001
From: prashantsinalkar
Date: Thu, 23 Aug 2018 10:19:34 +0530
Subject: added workshop form
---
static/website/templates/submit-cfw.html | 102 +++++++++++++++++++++++++++++++
1 file changed, 102 insertions(+)
create mode 100755 static/website/templates/submit-cfw.html
(limited to 'static')
diff --git a/static/website/templates/submit-cfw.html b/static/website/templates/submit-cfw.html
new file mode 100755
index 0000000..5cdef69
--- /dev/null
+++ b/static/website/templates/submit-cfw.html
@@ -0,0 +1,102 @@
+{% extends "base.html" %}
+{% load static %}
+{% load widget_tweaks %}
+{% block content %}
+
+
+ Submit Workshop Proposal
+
+ {% if proposals_w >= 1 %} You have exceeded the workshop proposal submission limit.
+ You may view your submitted proposals by clicking
+
+ here
+ {% else %}
+
+ Proposal Guidelines
+
+
+
+
+
+ {% endif %}
+
+
+
+ {% block content %}
+
View Proposals
Proposals are no longer accepted
-
- Proposals are no longer accepted
+ Submit paper
+ Submit workshop
+
+
{% endif %}
+
{% endif %}
-
-
+
- Thank You for your submission. Your proposal has been saved successfully and is under review. You can check the status of submission here - ! - - |
-
+ Thank You for your submission. Your proposal has been saved successfully and is under review. You can check the status of submission + here! + + + |
+
Thank You for your registration. You can now log in by clicking here - ! -
-Thank You for your registration. You can now log in by clicking + here! +
+We invite you to submit proposals for talks or workshops to be presented at SciPy 2017. The time duration for talks is 15 or 30 minutes and for workshops is 2 to 4 hours. There will be two parallel tracks for the workshops this year. One track is meant for beginners and the other is for advanced users. +
We invite you to submit proposals for talks or workshops to be presented at SciPy 2018. The time duration for talks is 15 or 30 minutes and for workshops is 2 to 4 hours. There will be two parallel tracks for the workshops this year. One track is meant for beginners and the other is for advanced users.
- -Login/Register to Submit a Proposal
+Login/Register to Submit a Proposal
{% if invalid %} -* Invalid Username/Password
+* Invalid Username/Password
{% endif %} - - - -Or Sign in with:
-
-
-
-
-
+
+
+
+ Create an Account
-
-
You are not logged in
- login + login {% endif %}Or Sign in with:
@@ -143,6 +145,6 @@
+
Title: {{ proposal.title }}
+About Me: {{ proposal.about_me | linebreaks }}
+Abstract: {{ proposal.abstract |linebreaks }}
+ {% if proposal.prerequisite %} +Prerequisite: {{ proposal.prerequisite |linebreaks }}
+ {% endif%} +Duration: {{ proposal.duration }} {% if proposal.proposal_type == "ABSTRACT"%} Mins {% else %}Hours {%endif%}
+ {% if proposal.proposal_type == "ABSTRACT"%} +Tags: {{ proposal.tags }}
+ {% else %} +Level: {{ proposal.tags }}
+ {% endif %} +Date Created: {{ proposal.date_created }}
+ {% if url %} +Attachment: + {{filename}} +
+ {% endif %} +Comments: +
{{ comment.comment| linebreaks }}
++
Your password has been reset.
+Please Log in with your new password.
+Please enter your new password twice.
+The password reset link is invalid,
+ possibly because it has already been used.
+ Please request a new password reset.
Email ID is already registered !
+Have you already logged in using social logins ?
+or
+Click Here if you forgot your username or password
+Your Account is Created Successfully !
+ {% endif %} + + + + +{% endblock %} -- cgit
+
Abstract Details
+ {% else %} +Workshop Details
+ {% endif %} +{{ proposal.user.first_name }} {{ proposal.user.last_name }}
+Title: {{ proposal.title }}
+About Me: {{ proposal.about_me |linebreaks }}
+ {% if proposal.proposal_type == "ABSTRACT"%} +Abstract: + {% else %} +
Description: + {% endif %} + {{ proposal.abstract | linebreaks }} +
+ {% if proposal.prerequisite %} +Prerequisite: {{ proposal.prerequisite| linebreaks }}
+ {% endif%} +Duration: {{ proposal.duration }} {% if proposal.proposal_type == "ABSTRACT"%} Mins {% else %}Hours {%endif%}
+ {% if proposal.proposal_type == "ABSTRACT"%} +Tags: {{ proposal.tags }}
+ {% else %} +Level: {{ proposal.tags }}
+ {% endif %} + {% if url %} + Attachment: {{ filename }} + {% endif %} +Date Created: {{ proposal.date_created }}
+ +Ratings
+ {% for rate in rates %} ++
Comments
+ {% for comment in comments %} +{{ comment.comment| linebreaks }}
+ ++ + {% endfor %} + + +