--- a/timeline/timeline.html Thu Jul 26 17:50:39 2012 +0200
+++ b/timeline/timeline.html Tue Aug 13 11:12:01 2013 +0200
@@ -6,8 +6,8 @@
<title>Tests Timeline</title>
<meta name="description" content="" />
<meta name="author" content="Institut de Recherche et d'Innovation (IRI)" />
+ <link rel="stylesheet" type="text/css" href="css/jquery-ui.min.css" />
<link rel="stylesheet" type="text/css" href="css/timeline.css" />
- <link rel="stylesheet" type="text/css" href="css/ui-lightness/jquery-ui-1.8.21.custom.css" />
<style type="text/css">
h1 {
text-align: center; font-size: 20px; font-weight: bold; margin: 5px;
@@ -16,9 +16,9 @@
width: 950px; margin: 5px auto; text-align: center;
}
</style>
- <script type="text/javascript" src="lib/jquery-min.js"> </script>
+ <script type="text/javascript" src="lib/jquery.min.js"> </script>
<script type="text/javascript" src="lib/jquery.mousewheel.min.js"> </script>
- <script type="text/javascript" src="lib/jquery-ui-1.8.21.custom.min.js"> </script>
+ <script type="text/javascript" src="lib/jquery-ui.min.js"> </script>
<script type="text/javascript" src="lib/underscore-min.js"> </script>
<script type="text/javascript" src="lib/mustache.js"> </script>
<script type="text/javascript" src="js/timeline.js"> </script>
@@ -41,9 +41,6 @@
sync_now: false,
central_time: Date.parse("2012-07-26T00:00:00Z")
});
- $("body").bind("AjoutOccurrenceEditeur MiseAJourOccurrenceEditeur SuppressionOccurrenceEditeur AjoutDependanceEditeur SuppressionDependanceEditeur AjoutDependanceTimeline AjoutOccurrenceTimeline MiseAJourOccurrenceTimeline SelectionOccurrenceTimeline SelectionOccurrenceMediadata", function(_event, data) {
- console.log(_event.type + " called with data " + JSON.stringify(data));
- });
});
</script>
</head>