Team:UPIBI-Mexico/Notebook

From 2012.igem.org

(Difference between revisions)
Line 4: Line 4:
{{#calendar: title=UPIBI-México |year=2012 | month=04}}
{{#calendar: title=UPIBI-México |year=2012 | month=04}}
-
{{#calendar: title=UPIBI-México |year=2012 | month=05}}
+
 
 +
 
 +
 
 +
<html>
 +
<head>
 +
    <title></title>
 +
    <script src="jquery-1.7.1.js"></script>
 +
    <script src="source/kendo.all.js"></script>
 +
    <link href="styles/kendo.common.css" rel="stylesheet" />
 +
    <link href="styles/kendo.default.css" rel="stylesheet" />
 +
</head>
 +
<body>
 +
   
 +
        <div id="example" class="k-content">
 +
            <div id="background">
 +
<div id="calendar"></div>
 +
</div>
 +
            <script>
 +
                $(document).ready(function() {
 +
                    // create Calendar from div HTML element
 +
                    $("#calendar").kendoCalendar();
 +
                });
 +
            </script>
 +
            <style scoped>
 +
                #background {
 +
                    width: 254px;
 +
height: 250px;
 +
margin: 30px auto;
 +
padding: 69px 0 0 11px;
 +
background: url('../../content/web/calendar/calendar.png') transparent no-repeat 0 0;
 +
                }
 +
#calendar {
 +
width: 241px;
 +
}
 +
            </style>
 +
        </div>
 +
 
 +
</body>
 +
</html>

Revision as of 19:30, 2 July 2012

Header


April
MTWTFSS
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30



Retrieved from "http://2012.igem.org/Team:UPIBI-Mexico/Notebook"