Team:Groningen/photos
From 2013.igem.org
(Difference between revisions)
(48 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
- | |||
- | |||
- | |||
- | |||
- | < | + | <html> |
- | + | ||
- | < | + | <!-- |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | INSTRUCTIONS: DO NOT EDIT THIS PAGE | ||
+ | |||
+ | --> | ||
+ | |||
+ | |||
+ | |||
+ | <head> | ||
+ | <meta http-equiv="X-UA-Compatible" content="IE=EDGE" charset="utf-8" /> | ||
+ | <link rel="stylesheet" href="https://2013.igem.org/Team:Groningen/CSS/DefaultPage?action=raw&ctype=text/css" type="text/css" /> | ||
+ | </head> | ||
<body> | <body> | ||
- | |||
- | |||
- | |||
- | |||
+ | </html> {{:Team:Groningen/Templates/DefaultHeader}}<html> | ||
+ | <div class="colmask threecol"> | ||
+ | |||
+ | <span class="navigation"> | ||
+ | </html>{{:Team:Groningen/Templates/Navigationbar}}<html> | ||
+ | </span> | ||
+ | |||
+ | <span class="widgets"> | ||
+ | </html>{{:Team:Groningen/Templates/facebook}}<html> | ||
+ | </span> | ||
+ | |||
+ | <div class="mainContent"> | ||
+ | <!-- each page with jquery needs to have this line, it will include all the jquery calls.Just include do not change--> | ||
+ | <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" ></script> | ||
+ | |||
+ | <!-- More info about this code and some settings: http://www.codehandling.com/2013/04/pimax-10-show-all-picasag-albums-and.html --> | ||
+ | |||
+ | <!-- CSS of this plugin, this piece of code hides the account name on the page --> | ||
+ | |||
+ | <style media="screen" type="text/css"> | ||
+ | |||
+ | #pimax-header{display:none !important;} | ||
+ | |||
+ | </style> | ||
+ | |||
+ | <!-- end of CSS of this plugin --> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <head> | ||
+ | <title>Pimax 1.0 - show all Picasa/G+ albums and images on your website - Jquery plugin</title> | ||
+ | |||
+ | <!--<script src="./jquery.min.js"></script>--> | ||
+ | <script src="http://code.jquery.com/jquery-1.7.min.js"></script> | ||
+ | |||
+ | |||
+ | <script type="text/javascript"> | ||
+ | |||
+ | var googleUserName = "drive.igem.groningen@gmail.com"; | ||
+ | // or use "http://plus.google.com/104945011440675361336/photos" | ||
+ | |||
+ | |||
+ | //optional parameters----------------------------------------------- | ||
+ | //var albumNames = []; | ||
+ | var pathToLoadingImage = "https://static.igem.org/mediawiki/2013/2/29/Loader.gif"; | ||
+ | var pimaxColumns = 3; | ||
+ | var pimaxWidgetWidth = 900; | ||
+ | //var pimaxWidgetHeight = 1000; | ||
+ | |||
+ | |||
+ | function goClicked() { | ||
+ | $('#pimax').empty().append(' loading ...'); | ||
+ | googleUserName=$('#googleUserName').val(); | ||
+ | preparePimax(); | ||
+ | } | ||
+ | |||
+ | //-------------------------------------------------------- | ||
+ | |||
+ | |||
+ | |||
+ | </script> | ||
+ | </head> | ||
+ | <body> | ||
+ | |||
+ | |||
+ | <div id="pimax"></div> | ||
+ | |||
+ | |||
+ | <script src="https://2013.igem.org/Team:Groningen/Scripts/jquerygallery?action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | |||
+ | </body> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | </html> {{:Team:Groningen/Templates/DefaultFooter}}<html> | ||
+ | |||
+ | |||
+ | </body> | ||
</html> | </html> |
Latest revision as of 15:20, 24 July 2013