Team:Dundee/Digi-Poster

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<!DOCTYPE html>
+
{{:Team:Dundee/Templates/DigiNavigationbar}}
 +
 
<html>
<html>
-
<head>
+
<html lang="en">
-
<meta charset=utf-8 />
+
 
 +
<!-- Begin page content -->
 +
<div class="container">
 +
 
 +
      <!-- Title -->
 +
      <div class="page-header" style="margin: -40px 0px 0px;">
 +
          <h2><b>Welcome to </b> Digi-Poster</h2>
 +
        </div>
 +
      <!-- Title End -->
-
<!-- Website Design By: www.happyworm.com -->
+
<div class="row">
-
<title>Demo : jPlayer circle player</title>
+
<img height="100px" src="https://static.igem.org/mediawiki/2013/2/2b/PosterBanner.jpg" style="height:150px;width:98%;padding-left:20px">
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+
</div>
-
<link rel="stylesheet" href="skin/circle.skin/circle.player.css">
+
-
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
+
-
<script type="text/javascript" src="js/jquery.jplayer.min.js"></script>
+
-
<script type="text/javascript" src="js/jquery.transform2d.js"></script>
+
-
<script type="text/javascript" src="js/jquery.grab.js"></script>
+
-
<script type="text/javascript" src="js/mod.csstransforms.min.js"></script>
+
-
<script type="text/javascript" src="js/circle.player.js"></script>
+
-
<script type="text/javascript">
 
-
//<![CDATA[
 
-
$(document).ready(function(){
+
  <div class="row" style="padding-top:20px">
-
/*
+
      <div class="span6" style="background-color:#c7e547 !important;">
-
* Instance CirclePlayer inside jQuery doc ready
+
        <a href="https://2013.igem.org/Team:Dundee/Project/Mop">
-
*
+
                      <center> <img id="image-6" src="https://static.igem.org/mediawiki/2013/c/c2/MOP-ICO-Dundee.jpg" style="height:300px;width:300px;"/>        </center></a>
-
* CirclePlayer(jPlayerSelector, media, options)
+
      </div>
-
*  jPlayerSelector: String - The css selector of the jPlayer div.
+
-
*  media: Object - The media object used in jPlayer("setMedia",media).
+
-
*  options: Object - The jPlayer options.
+
-
*
+
-
* Multiple instances must set the cssSelectorAncestor in the jPlayer options. Defaults to "#cp_container_1" in CirclePlayer.
+
-
*
+
-
* The CirclePlayer uses the default supplied:"m4a, oga" if not given, which is different from the jPlayer default of supplied:"mp3"
+
-
* Note that the {wmode:"window"} option is set to ensure playback in Firefox 3.6 with the Flash solution.
+
-
* However, the OGA format would be used in this case with the HTML solution.
+
-
*/
+
-
var myCirclePlayer = new CirclePlayer("#jquery_jplayer_1",
+
      <div class="span6" style="background-color:#8067dc !important;">
-
{
+
        <a href="https://2013.igem.org/Team:Dundee/Project/Detector">
-
m4a: "http://www.jplayer.org/audio/m4a/Miaow-07-Bubble.m4a",
+
            <center>        <img id="image-6" src="https://static.igem.org/mediawiki/2013/c/c3/DETECTOR-ICO-Dundee.jpg" style="height:300px;width:300px;"/></a>       </center>
-
oga: "http://www.jplayer.org/audio/ogg/Miaow-07-Bubble.ogg"
+
        </div>
-
}, {
+
</div>
-
cssSelectorAncestor: "#cp_container_1",
+
-
swfPath: "js",
+
-
wmode: "window",
+
-
keyEnabled: true
+
-
});
+
-
});
+
-
//]]>
+
-
</script>
+
-
</head>
+
-
<body>
+
-
<!-- The jPlayer div must not be hidden. Keep it at the root of the body element to avoid any such problems. -->
+
<div class="row" style="padding-top:20px">
-
<div id="jquery_jplayer_1" class="cp-jplayer"></div>
+
-
<!-- The container for the interface can go where you want to display it. Show and hide it as you need. -->
+
<a href="https://2013.igem.org/Team:Dundee/Project/Moptopus">
 +
      <div class="span6" style="background-color:#079bc3!important;">
 +
        <center>
 +
                <img id="image-6" src="https://static.igem.org/mediawiki/2013/9/9f/MOPTOPUS-ICO-Dundee.jpg" style="height:300px;width:300px;"/></center>
 +
      </div></a>
-
<div id="cp_container_1" class="cp-container">
+
      <div class="span6" style="background-color:#eb3c8b!important;">
-
<div class="cp-buffer-holder"> <!-- .cp-gt50 only needed when buffer is > than 50% -->
+
        <a href="https://2013.igem.org/Team:Dundee/Project/HumanPractice">
-
<div class="cp-buffer-1"></div>
+
        <center>
-
<div class="cp-buffer-2"></div>
+
              <img id="image-6" src="https://static.igem.org/mediawiki/2013/c/ca/HMP-ICO-Dundee.jpg" style="height:300px;width:300px;"/></a>       </center>
-
</div>
+
        </div>
-
<div class="cp-progress-holder"> <!-- .cp-gt50 only needed when progress is > than 50% -->
+
</div>
-
<div class="cp-progress-1"></div>
+
</div>
-
<div class="cp-progress-2"></div>
+
-
</div>
+
-
<div class="cp-circle-control"></div>
+
-
<ul class="cp-controls">
+
-
<li><a class="cp-play" tabindex="1">play</a></li>
+
-
<li><a class="cp-pause" style="display:none;" tabindex="1">pause</a></li> <!-- Needs the inline style here, or jQuery.show() uses display:inline instead of display:block -->
+
-
</ul>
+
-
</div>
+
-
</body>
+
      </div><!-- End Page Content -->
 +
  </body>
</html>
</html>

Revision as of 15:56, 14 August 2013

iGEM Dundee 2013 · ToxiMop