Team:WHU-China/Team/Gallary
From 2011.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
+ | |||
+ | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | ||
<html> | <html> | ||
<head> | <head> | ||
- | < | + | <meta name="keywords" content="JS代码,相册代码,JS广告代码,JS特效代码" /> |
- | < | + | <meta name="description" content="此代码内容为可自动缩放的JS弹性相册代码,属于站长常用代码,更多相册代码代码请访问模板王JS代码频道。" /> |
- | < | + | <title>可自动缩放的JS弹性相册代码_模板王</title> |
+ | <meta http-equiv="imagetoolbar" content="no"> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
#screen { | #screen { | ||
position: absolute; | position: absolute; | ||
Line 84: | Line 36: | ||
} | } | ||
</style> | </style> | ||
+ | |||
+ | <!-- dhteumeuleu utilities --> | ||
<script type="text/javascript" src=" https://2011.igem.org/Team:WHU-China/bill.js?action=raw&ctype=text/js"> | <script type="text/javascript" src=" https://2011.igem.org/Team:WHU-China/bill.js?action=raw&ctype=text/js"> | ||
+ | </script> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
// ======================================================== | // ======================================================== | ||
Line 345: | Line 300: | ||
/* ==== container, X, T, path, [image.src, text] ==== */ | /* ==== container, X, T, path, [image.src, text] ==== */ | ||
diap.init("screen", 2, 2, "", [ | diap.init("screen", 2, 2, "", [ | ||
- | ["/ | + | ["https://static.igem.org/mediawiki/2011/e/e6/Whu-1.jpg", "His little voodoo was a success"], |
- | ["/ | + | ["https://static.igem.org/mediawiki/2011/e/e6/Whu-1.jpg", "She arrived from nowhere"], |
- | ["/ | + | ["https://static.igem.org/mediawiki/2011/e/e6/Whu-1.jpg", "as cute as she could be"], |
- | ["/ | + | |
- | + | ["https://static.igem.org/mediawiki/2011/e/e6/Whu-1.jpg", "...the beauty of autumn"] | |
]); | ]); | ||
} | } | ||
Line 355: | Line 310: | ||
</head> | </head> | ||
<body> | <body> | ||
- | <div id=" | + | <div id="screen"></div> |
- | <div | + | <img id="loading" alt="" src="https://static.igem.org/mediawiki/2011/e/e6/Whu-1.jpg" style="visibility: hidden"> |
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</body> | </body> | ||
- | |||
</html> | </html> | ||
- |
Revision as of 18:30, 2 October 2011
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">