Team:Korea U Seoul/template/Main
From 2012.igem.org
(Difference between revisions)
(Created page with "<html> <head> </head> <body> <div id="H1"> <br><br> </div> <div id="main-page wrapper1" style="width:96%; margin:2%; height:350px;"> <div id="H7" style="float:right; ...") |
|||
(19 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
+ | |||
<head> | <head> | ||
- | </ | + | <script type="text/javascript"> |
- | + | function browserCheck(){ | |
+ | userAgent = new String(navigator.userAgent); | ||
+ | if(userAgent.search("iPhone")>-1){ | ||
+ | alert('Welcome iPhone User! You need Flash supporting web brower to fully use our wiki page'); | ||
+ | window.location = "https://2012.igem.org/Team:Korea_U_Seoul/Main"; | ||
+ | } | ||
+ | else if(userAgent.search("iPad")>-1){ | ||
+ | alert('Welcome iPad User! You need Flash supporting web brower to fully use our wiki page'); | ||
+ | window.location = "https://2012.igem.org/Team:Korea_U_Seoul/Main"; | ||
+ | } | ||
+ | else if(userAgent.search("iPod")>-1){ | ||
+ | alert('Welcome iPod User! You need Flash supporting web brower to fully use our wiki page'); | ||
+ | window.location = "https://2012.igem.org/Team:Korea_U_Seoul/Main"; | ||
+ | } | ||
- | + | } | |
- | + | ||
- | + | ||
- | + | function gotoMain(){ | |
- | + | window.location = "https://2012.igem.org/Team:Korea_U_Seoul/Main"; | |
- | + | } | |
- | + | ||
- | + | </script> | |
- | + | </head> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | <body onLoad="browserCheck()"> | |
- | + | ||
- | + | ||
- | + | <div id="front_flash" style="width:922; height:691;"> | |
- | + | <embed src="https://static.igem.org/mediawiki/2012/6/63/KUS_Mainf.swf" width="922" height="691"> | |
- | + | ||
</div> | </div> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</body> | </body> | ||
+ | |||
</html> | </html> |
Latest revision as of 03:33, 27 September 2012