client/render-test.html
changeset 21 b43dd87f7ffa
parent 20 bd58970ffd16
child 23 70c8af9b44ec
--- a/client/render-test.html	Fri Aug 17 12:50:00 2012 +0200
+++ b/client/render-test.html	Fri Aug 17 18:36:12 2012 +0200
@@ -14,6 +14,7 @@
         <script src="js/i18n.js"></script>
         <script src="js/view-model.js"></script>
         <script src="js/full-json.js"></script>
+        <script src="js/random-data.js"></script>
         <script src="js/twitter-bin.js"></script>
         <script src="js/paper-renderer.js"></script>
         <script type="text/javascript">
@@ -22,17 +23,20 @@
                 _proj = new Rkns.Renkan({
                     url: "data/simple-persist.php",
                     remotemodel: "FullJson",
+                    search: [
+                        "Twitter"
+                    ],
                     user: {
-                        id: "anonymous",
+                        id: "u-anonymous",
                         title: "anonymous",
-                        color: "#0000ff"
+                        color: "#dd00dd"
                     }
                 });
             });
         </script>
         <link rel="stylesheet" href="css/renkan.css" />
         <style type="text/css">
-            #topbar { position: absolute; left: 0; top: 0; right: 0; height: 40px; background: #f0f0f0; font-size: 20px; color: #a0a0a0; }
+            #topbar { position: absolute; left: 0; top: 0; right: 0; height: 40px; background: #f8f8f8; font-size: 20px; color: #a0a0a0; }
             #renkan {
                 position: absolute; left: 0; top: 40px; width: 200px; bottom: 0;
             }