|
|
(28 intermediate revisions not shown) |
Line 1: |
Line 1: |
| + | {{:Team:Evry/template.js}} |
| + | |
| <html> | | <html> |
| + | <header> |
| + | <script type="text/javascript">writeHead();</script> |
| + | <script type="text/javascript">writeHeader();</script> |
| + | </header> |
| | | |
| + | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script> |
| + | <script type="text/javascript"> |
| + | $(function(){ |
| + | $('#btn_up').click(function() { |
| + | $('html,body').animate({scrollTop: 0}, 'slow'); |
| + | }); |
| | | |
| + | $(window).scroll(function(){ |
| + | if($(window).scrollTop()<500){ |
| + | $('#btn_up').fadeOut(); |
| + | }else{ |
| + | $('#btn_up').fadeIn(); |
| + | } |
| + | }); |
| + | }); |
| + | </script> |
| + | <div id="btn_up" style="position: fixed; bottom: 15px; right: 25px; cursor: pointer; display:none;"> |
| + | <img alt="Top_arrow" title="Top" src="https://static.igem.org/mediawiki/2012/9/91/Tadpole_transparent.png" width="40" /> |
| + | </div> |
| | | |
- | <head> | + | </html> |
- | <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
| + | |
- | <title>Team IGEM Evry 2012</title>
| + | |
- | <meta name="keywords" content="" />
| + | |
- | <meta name="description" content="" />
| + | |
- | | + | |
- | <!-- CSS -->
| + | |
- | <link rel="stylesheet" type="text/css" href="https://2012.igem.org/Team:Evry/css_v1?action=raw&ctype=text/css" />
| + | |
- | </head>
| + | |
- | | + | |
- | | + | |
- | | + | |
- | <footer>
| + | |
- | <!-- PAGE FOOTER -- ITEMS FROM COLUMN ! HAVE BEEN MOVED HERE -- RDR -->
| + | |
- | | + | |
- | <div id="footer-wrapper">
| + | |
- | <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/Team:Paris_Bettencourt/Modeling"
| + | |
- | 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/Team:Paris_Bettencourt/Modeling"
| + | |
- | title="Recent changes in pages linked from this page [k]" accesskey="k">Related changes</a></li>
| + | |
- | | + | |
- | | + | |
- | | + | |
- | <li id="t-upload"><a href="/Special:Upload"
| + | |
- | title="Upload files [u]" accesskey="u">Upload file</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=Team:Paris_Bettencourt/Modeling&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=Team:Paris_Bettencourt/Modeling&oldid=86565"
| + | |
- | title="Permanent link to this revision of the page">Permanent link</a>
| + | |
- | </li>
| + | |
- | | + | |
- | | + | |
- | <li id="privacy"><a href="/2011.igem.org:Privacy_policy" title="2011.igem.org:Privacy policy">Privacy policy</a></li>
| + | |
- | <li id="disclaimer"><a href="/2011.igem.org:General_disclaimer" title="2011.igem.org:General disclaimer">Disclaimers</a></li>
| + | |
- | </ul>
| + | |
- | | + | |
- | </div> <!-- close footer -->
| + | |
- | </div> <!-- close footer-wrapper -->
| + | |
- | </footer>
| + | |