2011-12-05 13:06:14 +00:00
{% load markup %}
2011-10-10 10:57:41 +00:00
< link rel = "stylesheet" href = "/static/css/modules/tabsinnerright.css" type = "text/css" / >
2011-09-16 19:00:17 +00:00
< ul class = "tabsInnerRight" >
2011-09-21 13:58:28 +00:00
<!--
2011-09-16 19:00:17 +00:00
< li > < a href = "#tab1" > Tab1< / a > < / li >
< li > < a href = "#tab2" > Tab2< / a > < / li >
< li > < a href = "#tab3" > Tab3< / a > < / li >
< li > < a href = "#tab4" > Tab4< / a > < / li >
< li > < a href = "#tab5" > Tab5< / a > < / li >
< li > < a href = "#tab6" > Tab6< / a > < / li >
2011-09-21 13:58:28 +00:00
-->
2011-12-08 09:13:06 +00:00
< li > < a href = "#synopsis" > About< / a > < / li >
2011-09-21 13:58:28 +00:00
{% ifnotequal sessions|length 0%}
< li > < a href = "#talks" > Talks< / a > < / li >
{% endifnotequal %}
{% ifnotequal documents|length 0%}
< li > < a href = "#prereading" > Pre-Reading< / a > < / li >
{% endifnotequal %}
{% ifnotequal imagegallery|length 0 %}
2011-10-10 10:30:18 +00:00
< li > < a href = "#gallery" > Gallery< / a > < / li >
2011-09-21 13:58:28 +00:00
{% endifnotequal %}
{% ifnotequal participants|length 0 %}
< li > < a href = "#participants" > Participants< / a > < / li >
{% endifnotequal %}
<!-- <li><a href="#comments">Comments</a></li> -->
2011-09-16 19:00:17 +00:00
< / ul >
< div class = "tab_container" >
2011-09-21 13:58:28 +00:00
< div id = "synopsis" class = "tab_content" >
2011-12-17 07:47:57 +00:00
{{ meeting.intro|markdown }}
< iframe src = "https://docs.google.com/spreadsheet/embeddedform?formkey=dFJqM3hGQWktT0tUbnVPZWhoY1g4N3c6MQ" width = "760" height = "1969" frameborder = "0" marginheight = "0" marginwidth = "0" > Loading...< / iframe >
2011-09-21 13:58:28 +00:00
<!-- Content -->
2011-09-16 19:00:17 +00:00
< / div >
2011-09-21 13:58:28 +00:00
{% ifnotequal sessions|length 0 %}
< div id = "talks" class = "tab_content" >
2011-12-08 09:13:06 +00:00
<!-- <h4 class="tabTitle">Programme</h4> -->
2011-09-21 13:58:28 +00:00
< div >
{% for s in sessions %}
< div class = "session" >
2011-09-28 13:28:12 +00:00
< div class = "sessionTitle toggleNext" >
2011-09-21 13:58:28 +00:00
{{ s.title|title }}
< / div >
< div class = "sessionChild" >
< div class = "sessionIntro" >
2011-12-05 13:06:14 +00:00
{{ s.intro|markdown }}
2011-09-21 13:58:28 +00:00
< / div >
{% ifnotequal s.talks|length 0 %}
< ul class = "talks" >
{% for talk in s.talks %}
< li >
< span class = "talkIcons" >
{% for d in talk.documents %}
< span class = "talkIcon" >
< a href = "/static/{{d.file}}" target = "_blank" >
< img src = "/static/images/PDFIcon.jpg" title = "<span class='ttTitle'>Download: {{d.title}}.</span> <br /><span class='ttIntro'>{{d.intro}}</span>" / >
< / a >
< / span >
{% endfor %}
{% for a in talk.audio %}
< span class = "talkIcon" >
< a href = "/static/{{a.file}}" target = "_blank" >
< img src = "/static/images/Audio.jpg" title = "<span class='ttTitle'>Listen: {{a.title}}.</span><br /><span class='rightclickHelp'>(Right click and select 'Save Link As' to download)</span>" / >
< / a >
< / span >
{% endfor %}
{% for v in talk.video %}
< span class = "talkIcon" >
< a href = "/static/{{v.file}}" >
< img src = "/static/images/VideoIcon.jpg" title = "<span class='ttTitle'>Video: {{ talk.title }}.</span><span class='rightclickHelp'>(Right click and select 'Save Link As' to download)</span>" >
< / a >
< / span >
{% endfor %}
< / span >
{{ talk.title }} by {{ talk.presenter }}
< / li >
{% endfor %}
< / ul >
{% endifnotequal %}
< / div >
< / div >
{% endfor %}
< / div >
< / div >
{% endifnotequal %}
{% ifnotequal documents|length 0%}
< div id = "prereading" class = "tab_content" >
2011-12-08 09:13:06 +00:00
<!-- <h4 class="tabTitle">Reading Materials</h4> -->
2011-09-21 13:58:28 +00:00
< div >
{% for d in documents %}
< div class = "objWrapper" >
< div class = "readingMatTitle" >
< a href = "/static/{{d.file}}" > {{d.title}}< / a >
< / div >
< div class = "intro" >
2011-12-05 13:06:14 +00:00
{{ d.intro|markdown }}
2011-09-21 13:58:28 +00:00
< / div >
< / div >
{% endfor %}
< / div >
< / div >
{% endifnotequal %}
{% ifnotequal imagegallery|length 0 %}
2011-10-10 11:38:45 +00:00
< div id = "gallery" class = "tab_content" >
2011-12-08 09:13:06 +00:00
<!-- <h4 class="tabTitle">Gallery</h4> -->
< div class = "thumbsGallery" >
2011-09-21 13:58:28 +00:00
{% load thumbnail %}
{% for i in imagegallery %}
2011-10-10 10:30:18 +00:00
{% thumbnail i.file "600x500" crop="center" as big %}
2011-12-08 09:18:26 +00:00
{% thumbnail i.file "164x114" crop="center" as thumb %}
2011-12-13 21:15:40 +00:00
< img title = "{{ i.title }}" src = "{{ thumb.url }}" width = "164" height = "114" data-width = "{{ big.width }}" data-height = "{{ big.height }}" class = "thumbsDetails" data-bigimage = "{{ big.url }}" / >
2011-12-08 09:13:06 +00:00
<!--
2011-10-10 10:30:18 +00:00
< a href = "{{ big.url }}" title = "{{i.title}}" class = "thickbox" rel = "gall" >
< img src = "{{ thumb.url }}" / >
2011-09-21 13:58:28 +00:00
< / a >
2011-12-08 09:13:06 +00:00
-->
2011-10-10 10:30:18 +00:00
{% endthumbnail %}
{% endthumbnail %}
2011-09-21 13:58:28 +00:00
{% endfor %}
< / div >
< / div >
{% endifnotequal %}
{% ifnotequal participants|length 0 %}
< div id = "participants" class = "tab_content" >
2011-12-08 09:13:06 +00:00
<!-- <h4 class="tabTitle">Participant List</h4> -->
2011-09-21 13:58:28 +00:00
< div >
{% for p in participants %}
< div class = "pWrapper" >
2011-09-28 11:46:08 +00:00
< div class = "pName toggleNext" >
2011-12-08 09:13:06 +00:00
< a href = "Javascript:return false;" > {{ p.name }}< / a > < br / > {{ p.title }}
2011-09-21 13:58:28 +00:00
< / div >
< div class = "pBio" >
2011-12-05 13:06:14 +00:00
{{ p.short_bio|markdown }}
2011-09-21 13:58:28 +00:00
< / div >
< / div >
{% endfor %}
< / div >
< / div >
{% endifnotequal %}
2011-09-16 19:00:17 +00:00
< / div >
< script type = "text/javascript" >
$(document).ready(function() {
//When page loads...
$(".tab_content").hide(); //Hide all content
$("ul.tabsInnerRight li:first").addClass("active").show(); //Activate first tab
$(".tab_content:first").show(); //Show first tab content
//On Click Event
$("ul.tabsInnerRight li").click(function() {
$("ul.tabsInnerRight li").removeClass("active"); //Remove any "active" class
$(this).addClass("active"); //Add "active" class to selected tab
$(".tab_content").hide(); //Hide all tab content
var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content
$(activeTab).fadeIn(); //Fade in the active ID content
return false;
});
});
< / script >