|
|
@ -72,14 +72,14 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div></div>
|
|
|
|
</div></div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="comment06">
|
|
|
|
<!-- <div id="comment06">
|
|
|
|
<button id="comment_btn"> ETHERPAD </button>
|
|
|
|
<button id="comment_btn"> ETHERPAD </button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="etherpad_06" class="e06_hidden">
|
|
|
|
<div id="etherpad_06" class="e06_hidden">
|
|
|
|
<div id="etherpad_06header">click here to move</div>
|
|
|
|
<div id="etherpad_06header">click here to move</div>
|
|
|
|
<iframe id="iframe_pad06" src="https://pad.xpub.nl/p/radio_implicancies_12.6" ></iframe>
|
|
|
|
<iframe id="iframe_pad06" src="https://pad.xpub.nl/p/radio_implicancies_12.6" ></iframe>
|
|
|
|
</div>
|
|
|
|
</div> -->
|
|
|
|
|
|
|
|
|
|
|
|
<div id="chat06">
|
|
|
|
<div id="chat06">
|
|
|
|
<button id="chat_btn"> CHAT </button>
|
|
|
|
<button id="chat_btn"> CHAT </button>
|
|
|
@ -104,7 +104,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="audio_05">
|
|
|
|
<div class="audio_05">
|
|
|
|
<audio controls>
|
|
|
|
<audio controls>
|
|
|
|
<source src="https://echo.lurk.org:999/radioimplicancies.ogg" type="audio/ogg">
|
|
|
|
<source src="archive_12.5.mp3" type="audio/mp3">
|
|
|
|
<track default kind="captions"
|
|
|
|
<track default kind="captions"
|
|
|
|
srclang="en"
|
|
|
|
srclang="en"
|
|
|
|
src="archive_12.1.5.vtt"/>
|
|
|
|
src="archive_12.1.5.vtt"/>
|
|
|
@ -361,7 +361,8 @@ $("#etherpad_drag").draggable({handle: '#etherpad_drag_header'});
|
|
|
|
|
|
|
|
|
|
|
|
// Implicancies 12.6
|
|
|
|
// Implicancies 12.6
|
|
|
|
//Make the PAD DIV element draggagle:
|
|
|
|
//Make the PAD DIV element draggagle:
|
|
|
|
dragElement(document.getElementById("etherpad_06"));
|
|
|
|
|
|
|
|
|
|
|
|
//dragElement(document.getElementById("etherpad_06"));
|
|
|
|
dragElement(document.getElementById("chatwindow"));
|
|
|
|
dragElement(document.getElementById("chatwindow"));
|
|
|
|
|
|
|
|
|
|
|
|
function dragElement(elmnt) {
|
|
|
|
function dragElement(elmnt) {
|
|
|
@ -405,11 +406,11 @@ function dragElement(elmnt) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
$(document).ready(function(){
|
|
|
|
//$(document).ready(function(){
|
|
|
|
$("#comment_btn").click(function(){
|
|
|
|
// $("#comment_btn").click(function(){
|
|
|
|
$("#etherpad_06").toggle();
|
|
|
|
// $("#etherpad_06").toggle();
|
|
|
|
});
|
|
|
|
// });
|
|
|
|
});
|
|
|
|
//});
|
|
|
|
|
|
|
|
|
|
|
|
$(document).ready(function(){
|
|
|
|
$(document).ready(function(){
|
|
|
|
$("#chat_btn").click(function(){
|
|
|
|
$("#chat_btn").click(function(){
|
|
|
|