Lukas Adam (Talk | contribs) (Created page with "<html> <head> <style type="text/css"> #contentSub, #footer-box, #catlinks, #search-controls, #p- logo, #sideMenu, #menubar, .logo_2017, .printfooter, .firstHeading,.visualCle...") |
Lukas Adam (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | <html> | + | |
+ | <html lang="en" dir="ltr" class="client-nojs"> | ||
+ | <head> | ||
+ | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
+ | |||
+ | <!-- this section changes the default wiki template to a | ||
+ | white full width background --> | ||
<head> | <head> | ||
<style type="text/css"> | <style type="text/css"> | ||
Line 197: | Line 203: | ||
− | <div style="padding-top: | + | <div style="padding-top: 5%;background-color:white;"> |
<div class="t-container"> | <div class="t-container"> | ||
<div class="t-col t-col_12"> | <div class="t-col t-col_12"> | ||
Line 280: | Line 286: | ||
</div> | </div> | ||
</section> | </section> | ||
+ | <script src="http://azmind.com/demo/bootstrap-navbar-menu/layout-3/assets/bootstrap/js/bootstrap.min.js"></script> | ||
+ | <!-- Saved in parser cache with key 2014_igem_org:pcache:idhash:224-0!1!0!!en!2!edit=0 and timestamp 20170831072851 --> | ||
+ | <div class="printfooter"> | ||
+ | Retrieved from "<a href="https://2014.igem.org/WikitemplateA_home">https://2014.igem.org/WikitemplateA_home</a>"</div> | ||
+ | <div id="catlinks"><div id='catlinks' class='catlinks catlinks-allhidden'></div></div> <!-- end content --> | ||
+ | <div class="visualClear"></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!-- PAGE FOOTER -- ITEMS FROM COLUMN ! HAVE BEEN MOVED HERE -- RDR --> | ||
+ | <div class="visualClear"></div> | ||
+ | <div id='footer-box' class='noprint'> | ||
+ | <div id="footer"> | ||
+ | <div id="f-poweredbyico"><a href="http://www.mediawiki.org/"><img src="/wiki/skins/common/images/poweredby_mediawiki_88x31.png" height="31" width="88" alt="Powered by MediaWiki" /></a></div> <div id="f-copyrightico"><a href="http://creativecommons.org/licenses/by/3.0/"><img src="http://i.creativecommons.org/l/by/3.0/88x31.png" alt="Attribution 3.0 Unported" width="88" height="31" /></a></div> <ul id="f-list"> | ||
+ | |||
+ | |||
+ | <!-- Recentchanges is not handles well DEBUG --> | ||
+ | <li id="t-recentchanges"><a href="/Special:RecentChanges" | ||
+ | title='Recent changes'>Recent changes</a></li> | ||
+ | |||
+ | <li id="t-whatlinkshere"><a href="/Special:WhatLinksHere/WikitemplateA_home" | ||
+ | title="List of all wiki pages that link here [j]" accesskey="j">What links here</a></li> | ||
+ | |||
+ | <li id="t-recentchangeslinked"><a href="/Special:RecentChangesLinked/WikitemplateA_home" | ||
+ | title="Recent changes in pages linked from this page [k]" accesskey="k">Related changes</a></li> | ||
+ | |||
+ | |||
+ | |||
+ | <li id="t-specialpages"><a href="/Special:SpecialPages" | ||
+ | title="List of all special pages [q]" accesskey="q">Special pages</a> | ||
+ | </li> | ||
+ | <li><a href='/Special:Preferences'>My preferences</a></li> | ||
+ | </ul> | ||
+ | </div> <!-- close footer --> | ||
+ | <div id='footer'> | ||
+ | <ul id="f-list"> | ||
+ | |||
+ | <li id="t-print"><a href="/wiki/index.php?title=WikitemplateA_home&printable=yes" | ||
+ | title="Printable version of this page [p]" accesskey="p">Printable version</a> | ||
+ | </li> | ||
+ | |||
+ | <li id="t-permalink"><a href="/wiki/index.php?title=WikitemplateA_home&oldid=145279" | ||
+ | title="Permanent link to this revision of the page">Permanent link</a> | ||
+ | </li> | ||
+ | |||
+ | |||
+ | <li id="privacy"><a href="/2014.igem.org:Privacy_policy" title="2014.igem.org:Privacy policy">Privacy policy</a></li> | ||
+ | <li id="disclaimer"><a href="/2014.igem.org:General_disclaimer" title="2014.igem.org:General disclaimer">Disclaimers</a></li> | ||
+ | </ul> | ||
+ | </div> <!-- close footer --> | ||
+ | </div> <!-- close footer-box --> | ||
+ | |||
+ | <script> | ||
+ | |||
+ | var ToC = | ||
+ | "<nav role='navigation' class='table-of-contents'>" + | ||
+ | "<h3>On this page:</h3>" + | ||
+ | "<ul>"; | ||
+ | |||
+ | var newLine, el, title, link; | ||
+ | |||
+ | $("article h3").each(function() { | ||
+ | |||
+ | el = $(this); | ||
+ | title = el.text(); | ||
+ | link = "#" + el.attr("id"); | ||
+ | |||
+ | newLine = | ||
+ | "<li>" + | ||
+ | "<a href='" + link + "'>" + | ||
+ | title + | ||
+ | "</a>" + | ||
+ | "</li>"; | ||
+ | |||
+ | ToC += newLine; | ||
+ | |||
+ | }); | ||
+ | |||
+ | ToC += | ||
+ | "</ul>" + | ||
+ | "</nav>"; | ||
+ | |||
+ | $(".all-questions").prepend(ToC); | ||
+ | </script> | ||
+ | <script> | ||
+ | $(document).ready(function(){ | ||
+ | $('a[href^="#"]').on('click',function (e) { | ||
+ | e.preventDefault(); | ||
+ | |||
+ | var target = this.hash; | ||
+ | var $target = $(target); | ||
+ | |||
+ | $('html, body').stop().animate({ | ||
+ | 'scrollTop': $target.offset().top-100 | ||
+ | }, 1000, 'swing', function () { | ||
+ | window.location.hash = target; | ||
+ | }); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | </div> | ||
</body> | </body> | ||
+ | |||
+ | </p> | ||
+ | <!-- | ||
+ | NewPP limit report | ||
+ | CPU time usage: 0.002 seconds | ||
+ | Real time usage: 0.002 seconds | ||
+ | Preprocessor visited node count: 4/1000000 | ||
+ | Preprocessor generated node count: 24/1000000 | ||
+ | Post‐expand include size: 0/2097152 bytes | ||
+ | Template argument size: 0/2097152 bytes | ||
+ | Highest expansion depth: 2/40 | ||
+ | Expensive parser function count: 0/100 | ||
+ | --> | ||
+ | |||
+ | <!-- Saved in parser cache with key 2017_igem_org:pcache:idhash:21988-0!*!*!*!*!*!* and timestamp 20170927084050 and revision id 137557 | ||
+ | --> | ||
+ | </div> <div class="visualClear"></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <!-- Side Menubar --> | ||
+ | <div id="sideMenu"> | ||
+ | <a href="https://2017.igem.org"> | ||
+ | <div id="home_logo" > | ||
+ | <img src="https://static.igem.org/mediawiki/2017/b/bf/HQ_menu_logo.jpg"> | ||
+ | </div> | ||
+ | </a> | ||
+ | |||
+ | <div style="clear:both; height:5px;"></div> | ||
+ | |||
+ | <div id="menuDisplay"></div> <!- Menu will be loaded here -> | ||
+ | </div> | ||
+ | |||
+ | <!-- Pop_Why Div is definded here --> | ||
+ | <div class="pop_why_cover"></div> | ||
+ | |||
+ | <div class="pop_why_box" > | ||
+ | <div class="pop_close">× </div> | ||
+ | <div class="pop_why_content"><h3> Loading ... </h3></div> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
</html> | </html> |
Revision as of 08:54, 27 September 2017