Difference between revisions of "Team:BOKU-Vienna/Notebook"

Line 2: Line 2:
  
 
<html>
 
<html>
 
+
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"/>
  <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
+
<link rel="stylesheet" type="text/css" href="Css/datepicker.css" />
  <link rel="stylesheet" href="/resources/demos/style.css">
+
<script src="http://https://2017.igem.org/Template:BOKU-Vienna/Javascript?action=raw&ctype=text/javascript"></script>
+
 
+
<script src="https://2015.igem.org/Template:ETH_Zurich/jqueryuiminJS?action=raw&ctype=text/javascript"></script>
+
  
 
<!--header-->
 
<!--header-->
Line 122: Line 118:
 
<p>Date: <input type="text" id="datepicker"></p>
 
<p>Date: <input type="text" id="datepicker"></p>
 
   
 
   
+
 
</body>
+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
 +
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
 +
<script src="../Js/bootstrap-datepicker.js"></script>
 
<script type="text/javascript">
 
<script type="text/javascript">
<script>
+
    $(document).ready(function () {
$(document).ready(function() {
+
        $('#pickyDate').datepicker({
    $("#datepicker").datepicker();
+
            format: "dd/mm/yyyy"
  });
+
        });
</script>
+
    });
 
</script>
 
</script>
 +
 
</html>
 
</html>
  
  
 
{{BOKU-Vienna-footer}}
 
{{BOKU-Vienna-footer}}

Revision as of 09:07, 18 July 2017

Notebook

V

Notebook.


Our Notebook is still under construction. You can find our protocol for the methods here: Protocol

Date: