timeline/timeline.html
changeset 96 7d1c2c21d891
parent 94 bf8879a6470e
child 97 0444ad28e6ba
--- a/timeline/timeline.html	Wed Sep 04 18:23:51 2013 +0200
+++ b/timeline/timeline.html	Thu Sep 19 19:34:29 2013 +0200
@@ -7,14 +7,9 @@
         <meta name="description" content="" />
         <meta name="author" content="Institut de Recherche et d'Innovation (IRI)" />
         <link rel="stylesheet" type="text/css" href="lib/jquery-ui.min.css" />
+        <link rel="stylesheet" type="text/css" href="css/base.css" />
         <link rel="stylesheet" type="text/css" href="css/timeline.css" />
         <style type="text/css">
-            h1 {
-                text-align: center; font-size: 20px; font-weight: bold; margin: 5px;
-            }
-            #timeline {
-                width: 780px; margin: 5px auto; text-align: center;
-            }
         </style>
         <script type="text/javascript" src="lib/jquery.min.js"> </script>
         <script type="text/javascript" src="lib/jquery.mousewheel.min.js"> </script>
@@ -32,17 +27,12 @@
                 _tl = new Tlns.Classes.Timeline({
                     email: 'anarchy@solicis.fr',
                     token: token,
-                    linelabels: [
-                        "Les jalons de l'histoire",
-                        "L'actualité",
-                        "Les appels à contribuer",
-                        "Les Persos d'Anarchy"
-                    ],
                     api_endpoint: "http://anarchy2.solicis.fr/api/cms/content?callback=?",
                     container: "timeline",
                     sync_now: false,
-                    central_time: Date.parse("2013-07-18T00:00:00Z"),
+                    central_time: Date.now(),//Date.parse("2013-07-18T00:00:00Z"),
                     maxtime: Date.now(),
+                    picto_url: "img/",
                     url_base: "http://anarchy2.solicis.fr"
                 });
             });