summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorhardythe12014-11-27 01:42:52 +0530
committerhardythe12014-11-27 01:42:52 +0530
commit128f191a2b383067b88e0e54bd9f1a48932e7c16 (patch)
treebbbfda0f648dbc2733309192ce73bc084985855d /static
parentd24122989383fd4e9b5c692b4b664b62500535bc (diff)
downloadscipy2014-128f191a2b383067b88e0e54bd9f1a48932e7c16.tar.gz
scipy2014-128f191a2b383067b88e0e54bd9f1a48932e7c16.tar.bz2
scipy2014-128f191a2b383067b88e0e54bd9f1a48932e7c16.zip
removed pop up for showing abstracts
Diffstat (limited to 'static')
-rw-r--r--static/website/templates/abstract-details.html32
1 files changed, 3 insertions, 29 deletions
diff --git a/static/website/templates/abstract-details.html b/static/website/templates/abstract-details.html
index f4cdc48..1405c92 100644
--- a/static/website/templates/abstract-details.html
+++ b/static/website/templates/abstract-details.html
@@ -15,35 +15,9 @@ Proposal Details
<p><b>Speaker: </b>&nbsp;{{ proposal.user.first_name }} {{ proposal.user.last_name }}</p>
<p><b>Bio: </b>&nbsp;{{ proposal.bio }}</p>
<p><b>Objective: </b>&nbsp;{{ proposal.objective }}</p>
- <div class="modal fade" id="abstract" tabindex="-1" role="dialog" aria-labelledby="abstractLabel" aria-hidden="true">
- <div class="modal-dialog">
- <div class="modal-content">
- <div class="modal-header">
- <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
- <h4 class="modal-title" id="abstractLabel">Abstract</h4>
- </div>
- <div class="modal-body">
- {{ proposal.abstract }}
- </div>
- <div class="modal-footer">
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
- </div>
- </div>
- </div>
- </div>
- <table>
- <tr>
- <td width=100>
- <button type="button" class="btn btn-mini" data-toggle="modal" data-target="#abstract">
- Abstract
- </button>
- </td>
- <td>
- <a href="{{ proposal.attachment.url }}" class="btn btn-info" target="_blank">Attachment</a>
- </td>
- </tr>
- </table>
- <br>
+ <p><b>Abstract: </b>&nbsp;{{ proposal.abstract }}</p>
+ <a href="{{ proposal.attachment.url }}" class="btn btn-info" target="_blank">Attachment</a>
+ <br><br>
{% if proposal.link %}
<p><b>Additional Links: </b>&nbsp;<a href="http://{{ proposal.link }}" target="_blank">{{ proposal.link }}</a></p>
{% endif %}