]> source.dussan.org Git - archiva.git/commitdiff
[MRM-1573] start work on browse screen
authorOlivier Lamy <olamy@apache.org>
Thu, 16 Feb 2012 21:26:14 +0000 (21:26 +0000)
committerOlivier Lamy <olamy@apache.org>
Thu, 16 Feb 2012 21:26:14 +0000 (21:26 +0000)
magnify a bit :-)

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1245183 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/css/archiva.css
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/folder.png [new file with mode: 0644]
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/search.html

index 1bcb049eb747c599a54cdf019be61467d32cf092..209491362245a30faab54d309b06e6b29311d38f 100644 (file)
@@ -74,4 +74,8 @@
   padding: 12px;
   border: 2px dotted #ddd;
   margin-left: 2em
+}
+
+.browse-list{
+  list-style-image: url("../images/folder.png")
 }
\ No newline at end of file
diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/folder.png b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/folder.png
new file mode 100644 (file)
index 0000000..65bd0bb
Binary files /dev/null and b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/images/folder.png differ
index 03cd2d97db6484e7b7f5daff4b0353bf80c8d3ab..7443fcd20809299a1a10bd02891570a06f6a9c23 100644 (file)
 </script>
 
 <script id="browse-top-tmpl" type="text/html">
-  <ul>
-    {{each(i,groupId) groupIds}}
-      <li>${groupId}</li>
-    {{/each}}
-  </ul>
+  <div class="well">
+    <ul>
+      {{each(i,groupId) groupIds}}
+        <li class="browse-list">&nbsp;${groupId}</li>
+      {{/each}}
+    </ul>
+  </div>
 </script>
\ No newline at end of file