summaryrefslogtreecommitdiff
path: root/static/website
diff options
context:
space:
mode:
Diffstat (limited to 'static/website')
-rw-r--r--static/website/bootstrap-css/assets/images/backgrounds/top_2.pngbin74986 -> 74949 bytes
-rwxr-xr-xstatic/website/templates/abstract-details.html6
-rwxr-xr-xstatic/website/templates/comment-abstract.html12
-rwxr-xr-xstatic/website/templates/edit-proposal.html4
-rw-r--r--static/website/templates/proposal.html2
-rw-r--r--static/website/templates/view-profile.html2
-rwxr-xr-xstatic/website/templates/view-proposals.html4
7 files changed, 15 insertions, 15 deletions
diff --git a/static/website/bootstrap-css/assets/images/backgrounds/top_2.png b/static/website/bootstrap-css/assets/images/backgrounds/top_2.png
index 3f1897c..a18fd0e 100644
--- a/static/website/bootstrap-css/assets/images/backgrounds/top_2.png
+++ b/static/website/bootstrap-css/assets/images/backgrounds/top_2.png
Binary files differ
diff --git a/static/website/templates/abstract-details.html b/static/website/templates/abstract-details.html
index a1b2c2f..a583c30 100755
--- a/static/website/templates/abstract-details.html
+++ b/static/website/templates/abstract-details.html
@@ -5,7 +5,7 @@
<div class="container">
<p>
<center>
- <h2>Abstract Details</h2>
+ <h2>Paper Details</h2>
</center>
</p>
<h3><span class="label label-primary">{{ proposal.user.first_name }} {{ proposal.user.last_name }}</span></h3>
@@ -16,8 +16,8 @@
{% if proposal.prerequisite %}
<p><b>Prerequisite: </b>&nbsp;{{ proposal.prerequisite |linebreaks }}</p>
{% endif%}
- <p><b>Duration: </b>&nbsp;{{ proposal.duration }} {% if proposal.proposal_type == "ABSTRACT"%} Mins {% else %}Hours {%endif%}</p>
- {% if proposal.proposal_type == "ABSTRACT"%}
+ <p><b>Duration: </b>&nbsp;{{ proposal.duration }} {% if proposal.proposal_type == "PAPER"%} Mins {% else %}Hours {%endif%}</p>
+ {% if proposal.proposal_type == "PAPER"%}
<p><b>Tags: </b>&nbsp;{{ proposal.tags }}</p>
{% else %}
<p><b>Level: </b>&nbsp;{{ proposal.tags }}</p>
diff --git a/static/website/templates/comment-abstract.html b/static/website/templates/comment-abstract.html
index f77eb3f..2695ba3 100755
--- a/static/website/templates/comment-abstract.html
+++ b/static/website/templates/comment-abstract.html
@@ -7,7 +7,7 @@
<div class="container">
<p>
<center>
- {% if proposal.proposal_type == "ABSTRACT"%}
+ {% if proposal.proposal_type == "PAPER"%}
<h2>Abstract Details</h2>
{% else %}
<h2>Workshop Details</h2>
@@ -18,18 +18,18 @@
<p><b>Title of the paper: </b>&nbsp;{{ proposal.title }}</p>
<p><b>Name of the author(s):</b> &nbsp;{{proposal.name_of_authors}}</p>
<p align="justify"><b>About the Author(s): </b>&nbsp;{{ proposal.about_the_authors |linebreaks }}</p>
- <!--{% if proposal.proposal_type == "ABSTRACT"%}
- <p align="justify"><b>Abstract:</b>&nbsp;
+ <!--{% if proposal.proposal_type == "PAPER"%}
+ <p align="justify"><b>Paper:</b>&nbsp;
{% else %}
<p align="justify"><b>Description:</b>&nbsp;
{% endif %}
- {{ proposal.abstract | linebreaks }}
+ {{ proposal.paper | linebreaks }}
</p>
{% if proposal.prerequisite %}
<p align="justify"><b>Prerequisite: </b>&nbsp;{{ proposal.prerequisite| linebreaks }}</p>
{% endif%} -->
- <p><b>Duration: </b>&nbsp;{{ proposal.duration }} {% if proposal.proposal_type == "ABSTRACT"%} Mins {% else %}Hours {%endif%}</p>
- {% if proposal.proposal_type == "ABSTRACT"%}
+ <p><b>Duration: </b>&nbsp;{{ proposal.duration }} {% if proposal.proposal_type == "PAPER"%} Mins {% else %}Hours {%endif%}</p>
+ {% if proposal.proposal_type == "PAPER"%}
<p><b>Tags: </b>&nbsp;{{ proposal.tags }}</p>
{% else %}
<p><b>Level: </b>&nbsp;{{ proposal.tags }}</p>
diff --git a/static/website/templates/edit-proposal.html b/static/website/templates/edit-proposal.html
index fdcc39b..b2a141e 100755
--- a/static/website/templates/edit-proposal.html
+++ b/static/website/templates/edit-proposal.html
@@ -7,8 +7,8 @@
<div class="container">
<p>
<center>
- {% if proposal.proposal_type == "ABSTRACT" %}
- <h2>Edit Abstract Proposal</h2>
+ {% if proposal.proposal_type == "PAPER" %}
+ <h2>Edit Paper Proposal</h2>
{% else %}
<h2>Edit Workshop Proposal</h2>
{% endif %}
diff --git a/static/website/templates/proposal.html b/static/website/templates/proposal.html
index c7bdc77..4a34561 100644
--- a/static/website/templates/proposal.html
+++ b/static/website/templates/proposal.html
@@ -39,7 +39,7 @@
</h2>
</span>
<ul>
- <li>Last date for paper submission: <b> 03/10/2018</b></li>
+ <li>Last date for paper submission: <b> 07/10/2018</b></li>
<li>Notification of acceptance: <b>22/10/2018</b></li>
<li>Last date for final paper submission: <b>02/11/2018</b></li>
</ul>
diff --git a/static/website/templates/view-profile.html b/static/website/templates/view-profile.html
index d8fa8ab..706214c 100644
--- a/static/website/templates/view-profile.html
+++ b/static/website/templates/view-profile.html
@@ -47,7 +47,7 @@
</h2>
</span>
<ul>
- <li>Last date for paper submission: <b> 03/10/2018</b></li>
+ <li>Last date for paper submission: <b> 07/10/2018</b></li>
<li>Notification of acceptance: <b>22/10/2018</b></li>
<li>Last date for final paper submission: <b>02/11/2018</b></li>
</ul>
diff --git a/static/website/templates/view-proposals.html b/static/website/templates/view-proposals.html
index 8717d30..141e54b 100755
--- a/static/website/templates/view-proposals.html
+++ b/static/website/templates/view-proposals.html
@@ -85,7 +85,7 @@
<td style="text-align: center;">
{% if user.is_staff %}
<center>{{ proposal.duration }}
- {% if proposal.proposal_type == 'ABSTRACT' %}
+ {% if proposal.proposal_type == 'PAPER' %}
Mins{% else %} Hrs {% endif %}
</center>
{% else %}
@@ -111,7 +111,7 @@
</td>
<!--
<div>
- {% if not user.is_staff and type == 'ABSTRACT' %}
+ {% if not user.is_staff and type == 'PAPER' %}
<a href="{% url 'website:submitcfw' %}" class ="btn btn-info" role="button">Submit workshop </a>
{% elif not user.is_staff and type == 'WORKSHOP' %}
<a href="{% url 'website:submitcfp' %}" class ="btn btn-info" role="button"> Submit paper </a>