client/render-test.html
changeset 78 af9e716b01bc
parent 73 cc9deb3b3e13
child 114 110f99eb417e
--- a/client/render-test.html	Thu Mar 14 00:29:09 2013 +0100
+++ b/client/render-test.html	Thu Mar 14 11:29:33 2013 +0100
@@ -28,7 +28,14 @@
                     url: "data/simple-persist.php",
                     bins: [
                     	{
-                    		bin: Rkns.ListBin,
+                            title: "Projet Lignes de Temps",
+                            type: "Ldt",
+                            ldt_type: "Project",
+                            project_id: "6af4019c-8283-11e2-9678-00145ea4a2be",
+                            ldt_platform: "http://ldt.iri.centrepompidou.fr/"
+                       },
+                    	{
+                    		type: "ResourceList",
                     		title: "Ressources",
                     		list: [
                     			{
@@ -36,30 +43,22 @@
                     				title: "Google",
                     				description: "Search engine",
                     				image: "http://www.google.fr/images/srpr/logo4w.png"
-                    			}, {
-                    				url: "http://www.twitter.com/"
-                    			}
+                    			},
+                    			"Polemic Tweet http://www.polemictweet.com",
+                    			"Twitter http://www.twitter.com/"
                     		]
                     	}
                     ],
                     search: [
                         {
-                            type: Rkns.Ldt.Search
+                            type: "Ldt"
                         },
                         {
-                            type: Rkns.Wikipedia.Search,
+                            type: "Wikipedia",
                             lang: "fr"
                         }, 
                         {
-                            type: Rkns.Wikipedia.Search,
-                            lang: "en"
-                        }, 
-                        {
-                            type: Rkns.Wikipedia.Search,
-                            lang: "ja"
-                        },
-                        {
-                            type: Rkns.Twitter.Search
+                            type: "Twitter"
                         }
                     ],
                     property_files: [ "data/properties.json" ],