Template:VCCRI 2014 BIOMOD FOOTER: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
</html>
<html>
 
<div class="footer">
      <div class="container">
<div style="height:5px;"></div>
        <p style="font-family: arial; text-align: center; font-size: 85%; font-family: FOOTER_font, Arial, serif;">Contact: <a href="mailto:BIOMODaustralia@gmail.com">BIOMODaustralia@gmail.com</a> | &copy;2014 Team EchiDNA. All rights reserved. This team is supported by the <a id="vccri" href="http://www.victorchang.edu.au">Victor Chang Cardiac Research Institute</a>. | <a id="edit-link" href="">Edit</a></p>
      </div>
    </div>
    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
    <!-- Include all compiled plugins (below), or include individual files as needed -->
    <script src="http://openwetware.org/index.php?title=Biomod/2014/VCCRI/boostrap320&action=raw&type=text/javascript"></script>
<!--Manually Create the Edit Link so we can have a Footer Template-->
<script type="text/javascript">
var pathArray = window.location.pathname.split( '/' );
var newPathname = "";
for (i = 2; i < pathArray.length; i++) {
  newPathname += pathArray[i];
  newPathname += "/";
}
newPathname=newPathname.slice(0,-1);
document.getElementById('edit-link').setAttribute('href', 'http://openwetware.org/index.php?title='+newPathname+String.fromCharCode(38)+'action=edit');
</script>

Latest revision as of 17:55, 25 October 2014

<html>

   <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
   <script src="http://openwetware.org/index.php?title=Biomod/2014/VCCRI/boostrap320&action=raw&type=text/javascript"></script>

<script type="text/javascript"> var pathArray = window.location.pathname.split( '/' ); var newPathname = ""; for (i = 2; i < pathArray.length; i++) { newPathname += pathArray[i]; newPathname += "/"; } newPathname=newPathname.slice(0,-1); document.getElementById('edit-link').setAttribute('href', 'http://openwetware.org/index.php?title='+newPathname+String.fromCharCode(38)+'action=edit'); </script>