|
|
Line 1: |
Line 1: |
− | <!--HOME DOES NOT USE THIS TEMPLATE-->
| |
| <html> | | <html> |
| <!-- | | <!-- |
Line 54: |
Line 53: |
| <h4>Created by <a style="color:inherit" href="mailto:11murfitta@judd.kent.sch.uk">Aleksandur Murfitt</a>, content by the Judd_UK team</h4> | | <h4>Created by <a style="color:inherit" href="mailto:11murfitta@judd.kent.sch.uk">Aleksandur Murfitt</a>, content by the Judd_UK team</h4> |
| </footer> | | </footer> |
− | <div id="ting"></div>
| |
| <template></template> | | <template></template> |
| <div id="content-template" style="display:none"></div> | | <div id="content-template" style="display:none"></div> |
− | <script>
| |
− | function editable(){
| |
− | qs(".JC #content-body").contentEditable = 'true';
| |
− | qs(".JC #content-body").oninput = function(){
| |
− | qs('textarea').value = "<div" + (qs("#content-index").style.display=="none"?' data-wiki="false" data-templated="false"':"")+">" + qs('.JC #content-body').innerHTML+"<\/div><html><script data-run='false'>window.location='/Team:Judd_UK/" + page.replace("*", "/") + "'<\/script><\/html>";
| |
− | qsa("img").forEach(function(e){e.oncontextmenu = function(o){o.target.classList.toggle("left");o.preventDefault()}});
| |
− | if(qs(".JC #content-body").innerHTML.includes("#TABLE!")){
| |
− | qs(".JC #content-body").innerHTML = qs(".JC #content-body").innerHTML.replace("#TABLE!","<table style='width:100%'><tr><td>Heading 1</td><td>Heading 2</td><td>Heading 3</td></tr><tr><td>Data 1</td><td>Data 2</td><td>Data 3</td></tr><tr><td>Data 4</td><td>Data 5</td><td>Data 6</td></tr></table>");}
| |
− | };
| |
− | var safety = page;
| |
− | AJAX('https://2017.igem.org/Team:Judd_UK/Pages/' + safety +'?action=edit', function(e){
| |
− | qs('#ting').innerHTML=e.responseText;
| |
− | qs('textarea').rows = "10";
| |
− | qs('#wpSummary').style.display = "none";
| |
− | qs('.editCheckboxes').style.display = "none";
| |
− | qs('#editpage-copywarn').style.display = "none";
| |
− | qs('#wpPreview').style.display = "none";
| |
− | qs('#wpDiff').style.display = "none";
| |
− | qs('.cancelLink').style.display = "none";
| |
− | qs('.editHelp').style.display = "none";
| |
− | qsa("label")[1].innerHTML="Editing " + safety;
| |
− | qsa("img").forEach(function(e){e.oncontextmenu = function(o){o.target.classList.toggle("left");o.preventDefault()}});
| |
− | qs("textarea").oninput = function(){
| |
− | qs('.JC #content-body').innerHTML = qs('textarea').value;
| |
− | qsa("img").forEach(function(e){e.oncontextmenu = function(o){o.target.classList.toggle("left");o.preventDefault()}});
| |
− | };
| |
− | document.body.onkeydown = function(e){if (e.keyCode == 27){html.innerHTML = qs("textarea").value;renderPage();qs("#ting").contentEditable="true"}}
| |
− | })
| |
− | }
| |
− | </script>
| |
| </div> | | </div> |
| </html> | | </html> |