Team:UT Dallas/notebook dates

From 2011.igem.org

(Difference between revisions)
 
(13 intermediate revisions not shown)
Line 14: Line 14:
function getData(fname)
function getData(fname)
{
{
-
         $('#results').slideUp('slow','easing:easeOutExpo', function() {
+
         $('#results').hide("slide", { direction: "right" }, 250);
     $.get("https://2011.igem.org/Team:UT_Dallas/"+fname+"?action=raw&ctype=text/x-wiki", function(data) {
     $.get("https://2011.igem.org/Team:UT_Dallas/"+fname+"?action=raw&ctype=text/x-wiki", function(data) {
  $('#results').html(data);
  $('#results').html(data);
-
  $('#results').slideDown('slow','easing:easeOutExpo');
+
  $('#results').show("slide", { direction: "left" }, 250);
});
});
-
  });
 
}
}
Line 96: Line 95:
<div class="container">   
<div class="container">   
<div id="header">
<div id="header">
-
<div id="crumbs"><div style="float:left;">Notebook &gt;&gt; Progress</div>
+
</html>{{:Team:UT_Dallas/Template:links}}<html>
-
<a href="https://2011.igem.org/Main_Page" style="color: #FFFFFF;float: right;text-decoration: none;">2011 iGEM Main Page</a>
+
-
 
+
-
</div>
+
</div>
</div>
Line 110: Line 106:
</div>
</div>
<div id="right">
<div id="right">
 +
<h2>Calendar</h2>
<div id='july'> <a href='#' onclick="getData('week1');return false;" class="week_link">Week 1 </a>
<div id='july'> <a href='#' onclick="getData('week1');return false;" class="week_link">Week 1 </a>
<br><a href='#' onclick="getData('week2');return false;" class="week_link">Week 2 </a>
<br><a href='#' onclick="getData('week2');return false;" class="week_link">Week 2 </a>
Line 122: Line 119:
<br><a href='#' onclick="getData('week11');return false;" class="week_link">Week 11 </a>
<br><a href='#' onclick="getData('week11');return false;" class="week_link">Week 11 </a>
<br><a href='#' onclick="getData('week12');return false;" class="week_link">Week 12 </a> </div>
<br><a href='#' onclick="getData('week12');return false;" class="week_link">Week 12 </a> </div>
-
<div id='results' style="margin-top:135px;margin-bottom:15px"><h2>Week 1</h2>
+
<div style="margin-top:150px;">
 +
<div id='results' style="margin-bottom:15px"><h2>Week 1</h2>
<table>
<table>
Line 150: Line 148:
Transformation of 50µL of DH5a, 2 µL DNA (all carb) at 37 degrees overnight<br>
Transformation of 50µL of DH5a, 2 µL DNA (all carb) at 37 degrees overnight<br>
Incubated in 3mL LB and appropriate antibiotic overnight at 37 degrees Celsius and 220 rpm.</td></tr>
Incubated in 3mL LB and appropriate antibiotic overnight at 37 degrees Celsius and 220 rpm.</td></tr>
-
</table></div></div>
+
</table></div>
 +
</div>
 +
</div>
</div>
</div>
</div>
</div>

Latest revision as of 01:40, 29 September 2011