Index: components/browse/data/demoData.json =================================================================== --- components/browse/data/demoData.json (revision 9148) +++ components/browse/data/demoData.json (working copy) @@ -8,13 +8,13 @@ strings: { title: "Local Browse Sample" }, - - lists: [ + + useCabinet: true, + + categories: [ { - category: "Category 1", - description: "", - listOptions: { - links: [ + name: "Category 1", + items: [ { target: "../../navigationList/images/Artifacts-.jpg", image: "../../navigationList/images/Artifacts-.jpg", @@ -32,20 +32,13 @@ image: "../../navigationList/images/Snuffbox.jpg", title: "Title 3", description: "Description 3" - }, - { - target: "http://build.fluidproject.org", - category: "Category", - size: 100 - } + } ] - } + }, { - category: "Category 2", - description: "Description 2", - listOptions: { - links: [ + name: "Category 2", + items: [ { target: "../../navigationList/images/Artifacts-.jpg", image: "../../navigationList/images/Artifacts-.jpg", @@ -63,20 +56,12 @@ image: "../../navigationList/images/Snuffbox.jpg", title: "Title 3", description: "Description 3" - }, - { - target: "http://build.fluidproject.org", - category: "Category", - size: 100 } ] - } }, { - category: "Category 3", - description: "Description 3", - listOptions: { - links: [ + name: "Category 3", + items: [ { target: "../../navigationList/images/Artifacts-.jpg", image: "../../navigationList/images/Artifacts-.jpg", @@ -94,14 +79,8 @@ image: "../../navigationList/images/Snuffbox.jpg", title: "Title 3", description: "Description 3" - }, - { - target: "http://build.fluidproject.org", - category: "Category", - size: 100 } ] - } } ] } \ No newline at end of file Index: components/browse/html/browse.html =================================================================== --- components/browse/html/browse.html (revision 9148) +++ components/browse/html/browse.html (working copy) @@ -58,16 +58,18 @@ Description
-
+ + + + + @@ -50,13 +51,15 @@ Description
-
@@ -66,7 +69,7 @@ @@ -17,21 +16,25 @@ - + + +
-
-
-