You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/01/15 14:25:40 UTC

svn commit: r734698 - in /incubator/click/trunk/click/examples/webapp: WEB-INF/menu.xml assets/css/style.css assets/images/general.png assets/images/intro.png

Author: sabob
Date: Thu Jan 15 05:25:40 2009
New Revision: 734698

URL: http://svn.apache.org/viewvc?rev=734698&view=rev
Log:
added icons for Intro and General menu items

Added:
    incubator/click/trunk/click/examples/webapp/assets/images/general.png   (with props)
    incubator/click/trunk/click/examples/webapp/assets/images/intro.png   (with props)
Modified:
    incubator/click/trunk/click/examples/webapp/WEB-INF/menu.xml
    incubator/click/trunk/click/examples/webapp/assets/css/style.css

Modified: incubator/click/trunk/click/examples/webapp/WEB-INF/menu.xml
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/webapp/WEB-INF/menu.xml?rev=734698&r1=734697&r2=734698&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/webapp/WEB-INF/menu.xml (original)
+++ incubator/click/trunk/click/examples/webapp/WEB-INF/menu.xml Thu Jan 15 05:25:40 2009
@@ -29,7 +29,7 @@
     <menu label="web.xml" path="source-viewer.htm?filename=WEB-INF/web.xml" title="Web application descriptor" target="_blank" />
   </menu>
 
-  <menu label="Intro Examples" path="#">
+  <menu label="Intro Examples" path="#" imageSrc="/assets/images/intro.png">
     <menu label="Hello World" path="introduction/hello-world.htm"/>
     <menu label="Control Listener" path="introduction/control-listener.htm"/>
     <menu separator="true"/>
@@ -40,7 +40,7 @@
     <menu label="Advanced Form" path="introduction/advanced-form.htm"/>
   </menu>
 
-  <menu label="General" path="#">
+  <menu label="General" path="#" imageSrc="/assets/images/general.png">
     <menu label="Direct Page" path="general/direct-page.htm"/>
     <menu label="Excel Export Page" path="general/excel-export.htm"/>
     <menu label="Exception Demo" path="general/exception.htm"/>
@@ -68,7 +68,7 @@
     <menu label="Velocity Action Table" path="velocity/action-table.htm"/>
   </menu>
 
-  <menu label=" Controls" path="#"  imageSrc="/assets/images/controls.png">
+  <menu label=" Controls" path="#" imageSrc="/assets/images/controls.png">
     <menu label="Action Controls" path="control/action-demo.htm"/>
     <menu label="CheckList" path="control/check-list-demo.htm"/>
     <menu label="FieldSet" path="control/field-set-demo.htm"/>

Modified: incubator/click/trunk/click/examples/webapp/assets/css/style.css
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/webapp/assets/css/style.css?rev=734698&r1=734697&r2=734698&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/webapp/assets/css/style.css (original)
+++ incubator/click/trunk/click/examples/webapp/assets/css/style.css Thu Jan 15 05:25:40 2009
@@ -229,3 +229,10 @@
 	border-left-width: 0px;
 	font-size: 12px;
 }
+
+/*
+ * Add a 2px space between the Menu icon and Menu text.
+ */
+.menustyle img.link {
+    margin-right: 2px;
+}

Added: incubator/click/trunk/click/examples/webapp/assets/images/general.png
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/webapp/assets/images/general.png?rev=734698&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/click/trunk/click/examples/webapp/assets/images/general.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/click/trunk/click/examples/webapp/assets/images/intro.png
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/webapp/assets/images/intro.png?rev=734698&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/click/trunk/click/examples/webapp/assets/images/intro.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream