diff options
author | komalsheth286 | 2016-09-26 11:10:12 +0530 |
---|---|---|
committer | komalsheth286 | 2016-09-26 11:10:12 +0530 |
commit | cece4e140006d412c2ce953faf7a9886fdb20397 (patch) | |
tree | 32a6bf3dadc1a4add8a247508504db1026d0565b /website/templates/cfp.html | |
parent | 7221db5b6a19a5a7ce83b0aa1e38178dfb216dd6 (diff) | |
download | SciPy2016-cece4e140006d412c2ce953faf7a9886fdb20397.tar.gz SciPy2016-cece4e140006d412c2ce953faf7a9886fdb20397.tar.bz2 SciPy2016-cece4e140006d412c2ce953faf7a9886fdb20397.zip |
DO attend link added
Diffstat (limited to 'website/templates/cfp.html')
-rwxr-xr-x | website/templates/cfp.html | 88 |
1 files changed, 7 insertions, 81 deletions
diff --git a/website/templates/cfp.html b/website/templates/cfp.html index 7e3ab3b..80bfbaa 100755 --- a/website/templates/cfp.html +++ b/website/templates/cfp.html @@ -7,10 +7,7 @@ <title>Call for Proposal</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]--> <link rel="stylesheet" href="assets/css/main.css" /> - <!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]--> - <!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]--> </head> <body> @@ -59,6 +56,13 @@ <p>Thank You for your submission. Your proposal has been saved successfully and is under review. You can check the status of submission <a href="{% url 'website:view_abstracts' %}">here </a>!</p> </center> {% endif %} + {% if registration_complete %} + + <center> + <p>Thank You for your registration. You can now log in by clicking <a href="{% url 'website:cfp' %}">here </a>!</p> + <br><br> + </center> + {% endif %} {% if user and not user.is_anonymous and not login_required %} {% if user.is_superuser %} <center><a href="{% url 'website:view_abstracts' %}" style="background:#D44727" class="button special">View Proposals</a> </center> @@ -111,85 +115,7 @@ </div> <!-- </div> --> - -<!-- - <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> - <div class = "col-md-3"> - <input class="form-control" style="color:black;" readonly type="text" id="a" /> - </div> - <div class = "col-md-3"> - <input placeholder = "Answer" class="form-control" type="text" id="b"/> - </div> - <div class = "col-md-3"> - <button class="button" id = "c" name="send" type="submit">Send Message</button> - </div> - </section> - <section> - <h2>Contact Us</h2> - <dl class="alt"> - <dt>Address</dt> - <dd>1234 Somewhere Road • Nashville, TN 00000 • 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> --> - - {% endblock %} - <!-- Scripts --> - <script src="assets/js/jquery.min.js"></script> - <script src="assets/js/jquery.scrollex.min.js"></script> - <script src="assets/js/jquery.scrolly.min.js"></script> - <script src="assets/js/skel.min.js"></script> - <script src="assets/js/util.js"></script> - <!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]--> - <script src="assets/js/main.js"></script> - -<script> -$(document).ready(function() { - var n1 = Math.round(Math.random() * 10 + 1); - var n2 = Math.round(Math.random() * 10 + 1); - $("#a").val(n1 + " + " + n2 + " = "); - $("#c").click(function() { - if (eval($("#a").val()) == $("#b").val()) { - } else { - alert("Write the correct value "); - } - }); -}); -</script> - - </body> </html>
\ No newline at end of file |