summaryrefslogtreecommitdiff
path: root/website/templates/submit-cfp.html
diff options
context:
space:
mode:
authorkomalsheth2862016-09-20 17:29:09 +0530
committerkomalsheth2862016-09-20 17:29:09 +0530
commit170d96914f0226118a9d1a46ec55973b91c7bdf2 (patch)
tree8fb14a11591df9aaebebd3b77b08508a5bf77a9a /website/templates/submit-cfp.html
parentfe4cae16b848c9aa24f71b7a0c3947090c985bfe (diff)
downloadSciPy2016-170d96914f0226118a9d1a46ec55973b91c7bdf2.tar.gz
SciPy2016-170d96914f0226118a9d1a46ec55973b91c7bdf2.tar.bz2
SciPy2016-170d96914f0226118a9d1a46ec55973b91c7bdf2.zip
New Commit
Diffstat (limited to 'website/templates/submit-cfp.html')
-rwxr-xr-xwebsite/templates/submit-cfp.html97
1 files changed, 83 insertions, 14 deletions
diff --git a/website/templates/submit-cfp.html b/website/templates/submit-cfp.html
index ac77975..e4ea1ae 100755
--- a/website/templates/submit-cfp.html
+++ b/website/templates/submit-cfp.html
@@ -19,21 +19,24 @@
{% block header %}
<header id="header1">
- <h1>Scipy India 2016</h1>
- <h2>Submit Abstract</h2>
+ <h1>SciPy India 2016</h1>
+ <h2>Submit Workshop Proposal</h2>
</header>
{% endblock %}
<div id="wrapper">
{% block nav %}
- <div id="navbar-main">
+<div id="navbar-main">
<!-- Fixed navbar -->
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="{% url 'website:home' %}" class="active">Home</a></li>
{% if user and not user.is_anonymous %}
+ {% if proposals_a %}
+ <li><a href="{% url 'website:view_abstracts' %}" >View Proposals</a></li>
+ {% endif %}
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">{{ user.get_full_name|default:user.username }}</a>
<ul class="dropdown-menu">
@@ -55,25 +58,91 @@
<div id="wrapper">
<div id="main">
<section id="content" class="main">
-
-
+{% if proposals_a > 1 %} You have exceeded the abstract submission limit.
+ You may view your submitted proposals by clicking <a href="{% url 'website:view_abstracts' %}" class="btn "> here</a>
+ </div>
+</div>
+</section>
+ <!-- <footer id="footer">
+ <section id="contact">
+ <h2>Write to Us</h2>
+ <p>Feel free to send us an email if you have any questions.</p>
+ <form id="contact" action="" class="form" role="form" method=POST enctype="multipart/form-data">{% csrf_token %}
+ <div class="col-md-6 form-group">
+ <input class="form-control" id="name" name="name" placeholder="Name" type="text" required />
+ </div>
+ <div class="col-md-6 form-group">
+ <input class="form-control" id="email" name="email" placeholder="Email" type="email" required />
+ </div>
+ <br><br>
+ <textarea class="form-control" id="message" name="message" placeholder="Message" rows="5"></textarea>
+ <br>
+ <button class="button" type="submit">Send Message</button>
+ </section>
+ <section>
+ <h2>Contact Us</h2>
+ <dl class="alt">
+ <dt>Address</dt>
+ <dd>1234 Somewhere Road &bull; Nashville, TN 00000 &bull; USA</dd>
+ <dt>Phone</dt>
+ <dd>(000) 000-0000 x 0000</dd>
+ <dt>Email</dt>
+ <dd><a style="color:white;" href="#">information@untitled.tld</a></dd>
+ </dl>
+ <ul class="icons">
+ <li><a style="color:white;" href="#" class="icon-twitter alt"><span class="label"></span></a></li>
+ <li><a style="color:white;" href="#" class="icon-facebook alt"><span class="label"></span></a></li>
+ <li><a style="color:white;" href="#" class="icon-instagram alt"><span class="label"></span></a></li>
+ <li><a style="color:white;" href="#" class="icon-github alt"><span class="label"></span></a></li>
+ <li><a style="color:white;" href="#" class="icon-dribbble alt"><span class="label"></span></a></li>
+ </ul>
+ Visit SciPy.in/ <a style="color:white;" href="">2009</a>/
+ <a style="color:white;" href="">2010</a>/
+ <a style="color:white;" href="">2011</a>/
+ <a style="color:white;" href="">2012</a>/
+ <a style="color:white;" href="">2013</a>/
+ <a style="color:white;" href="">2014</a>/
+ <a style="color:white;" href="">2015</a>
+ </section>
+ </footer>
+ -->
+ {% else %}
+<div id="wrapper">
+<!-- <div id="main"> -->
+<section id="content" class="main">
+
-<div>
- <h2>{{ user.get_full_name|default:user.username }} </h2>
+ <!-- <h2>{{ user.get_full_name|default:user.username }} </h2> -->
+ <h2><u>Proposal Guidelines</u></h2>
+ <ul>
+ <li>The project you are willing to present should be an actual implementation rather than just an idea.
+ <li>Abstract should be of 300 to 700 words describing the topic, including its relevance to scientific computing.
+ <li>Proposals with an aim to promote a commercial product or service will be rejected.
+ <li>In your abstract mention about various tools/libraries used for development.
+ <li>Notification for selection/rejection of your proposal will be given through email.
+ <li>All selected proposals must be presented at the conference by at least one author.
+ </ul>
<form action="" method=POST enctype="multipart/form-data">
+
<div class="row1">
- {{ proposal_form.as_p }}
+ {% for field in proposal_form %}
+
+ <p>{{ field.label}}
+ {% if field.field.required %} <span style="color:red;">*</span> {% endif %}
+ {{ field }}</p>
+ <a style="color:red; ">{{ field.errors }}</a>
+ {% endfor %}
</div>
{% csrf_token %}
- <center><button class="button" type="submit">Submit</button></center>
+ <center><button class="button special" style="background:#D44727" type="submit">Submit</button></center>
- </div>
-
</section>
-
</div>
-
-{% endblock %}
+ {% endif %}
+
+{% endblock %}
+{% block footer %}
+{% endblock %}
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>