Team:Groningen/photos

From 2013.igem.org

(Difference between revisions)
Line 2: Line 2:
<!-- each page with jquery needs to have this line, it will include all the jquery calls.Just include do not change-->
<!-- 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>   
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" ></script>   
-
+
</html>
-
<head>
+
 
 +
<!DOCTYPE html>
 +
<html>
 +
  <head>
     <title>Pimax 1.0 - show all Picasa/G+ albums and images on your website - Jquery plugin</title>
     <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">
<script type="text/javascript">
-
var googleUserName = "drive.igem.groningen@gmail.com";  
+
var googleUserName = "web.codehandling@gmail.com";  
// or use "http://plus.google.com/104945011440675361336/photos"
// or use "http://plus.google.com/104945011440675361336/photos"
//optional parameters-----------------------------------------------
//optional parameters-----------------------------------------------
-
var albumNames = ["Slideshow iGEM 2013"];
+
var albumNames = ["cH Best","profile photos"];
-
var pathToLoadingImage = "https://static.igem.org/mediawiki/2013/2/29/Loader.gif";
+
var pathToLoadingImage = "./loader.gif";
var pimaxColumns = 3;
var pimaxColumns = 3;
var pimaxWidgetWidth = 900;
var pimaxWidgetWidth = 900;
Line 31: Line 38:
-
</head>
+
</script>
 +
 
 +
 +
<style>
 +
 
 +
      body {
 +
        font-family: Calibri;
 +
        font-size: 14px;
 +
text-align:center;
 +
      }  
 +
 
 +
 +
</style>
 +
 
 +
</head>
   <body>
   <body>
Line 50: Line 71:
<script src="https://2013.igem.org/Team:Groningen/Scripts/jquerygallery?action=raw&ctype=text/javascript"></script>
<script src="https://2013.igem.org/Team:Groningen/Scripts/jquerygallery?action=raw&ctype=text/javascript"></script>
 +
   </body>
   </body>
-
 
-
 
-
<div id="pimax"></div>
 
-
 
</html>
</html>

Revision as of 19:37, 18 July 2013


<!DOCTYPE html> Pimax 1.0 - show all Picasa/G+ albums and images on your website - Jquery plugin

Pimax 1.0 - show all Picasa/G+ albums and images on your website - Jquery plugin

Enter your Picasa/Google username: (Ex: web.codehandling@gmail.com)
[You may also enter your google+ profile url (Ex: https://plus.google.com/104945011440675361336)]