]> source.dussan.org Git - archiva.git/commitdiff
doc in the grid/edit model used with screenshots
authorOlivier Lamy <olamy@apache.org>
Mon, 23 Jan 2012 16:52:12 +0000 (16:52 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 23 Jan 2012 16:52:12 +0000 (16:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1234897 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-js/src/site/resources/images/repo-edit.png [new file with mode: 0644]
archiva-modules/archiva-web/archiva-webapp-js/src/site/resources/images/repo-grids.png [new file with mode: 0644]
archiva-modules/archiva-web/archiva-webapp-js/src/site/xdoc/index.xml

diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/site/resources/images/repo-edit.png b/archiva-modules/archiva-web/archiva-webapp-js/src/site/resources/images/repo-edit.png
new file mode 100644 (file)
index 0000000..dc9b7fb
Binary files /dev/null and b/archiva-modules/archiva-web/archiva-webapp-js/src/site/resources/images/repo-edit.png differ
diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/site/resources/images/repo-grids.png b/archiva-modules/archiva-web/archiva-webapp-js/src/site/resources/images/repo-grids.png
new file mode 100644 (file)
index 0000000..69625ee
Binary files /dev/null and b/archiva-modules/archiva-web/archiva-webapp-js/src/site/resources/images/repo-grids.png differ
index 13455f3e49774f0035f1dff9bf61f22f0bfa5e53..f0ce695fcc71ecc347a6b87253f0b3d4f1d411c8 100644 (file)
@@ -106,6 +106,27 @@ Support single value:
         </p>
       </subsection>
 
+      <subsection name="Grid/edit model">
+        <p>We use a tab/pill models to display grid of datas and edit/add form:
+          <ul>
+            <li>
+              One tab/pill display the grid
+              <a href="images/repo-grids.png" class="single_image" title="Start Page">
+                <img src="images/repo-grids.png" width="150" height="93" style="border: 1px solid silver; margin-left: 0.25em; margin-bottom: 0.25em" alt="" /><br/>
+                Repositories Grid
+              </a>
+            </li>
+            <li>
+              One tab/pill display the edit/add form. <b>As we use knockout framework grid will be updated with new value from add/edit form automatically.</b>
+              <a href="images/repo-edit.png" class="single_image" title="Start Page">
+                <img src="images/repo-edit.png" width="150" height="93" style="border: 1px solid silver; margin-left: 0.25em; margin-bottom: 0.25em" alt="" /><br/>
+                Repositories Edit/Add
+              </a>
+            </li>
+          </ul>
+        </p>
+      </subsection>
+
     </section>
   </body>
 </document>