You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by we...@apache.org on 2003/11/12 14:50:27 UTC

cvs commit: maven-plugins/xdoc/xdocs properties.xml

werken      2003/11/12 05:50:27

  Modified:    xdoc     plugin.properties
               xdoc/src/plugin-resources site.jsl
               xdoc/xdocs properties.xml
  Log:
  Making the width of the left navcolumn adjustable via a property.
  
  ${maven.ui.navcol.width} now defaults to 20% and replaces a hardcoded
  20% in the site.jsl.  With the new hierarchic expanding navigation,
  it can get pretty wide when pushed to its limits.
  
  Revision  Changes    Path
  1.13      +2 -0      maven-plugins/xdoc/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/xdoc/plugin.properties,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- plugin.properties	9 Nov 2003 15:25:57 -0000	1.12
  +++ plugin.properties	12 Nov 2003 13:50:27 -0000	1.13
  @@ -23,6 +23,8 @@
   maven.xdoc.poweredby.title=Powered by Maven
   maven.xdoc.poweredby.url=http://maven.apache.org/
   
  +# The width of the navigation column
  +maven.ui.navcol.width = 20%
   
   #
   # UI Color Prefs
  
  
  
  1.35      +1 -1      maven-plugins/xdoc/src/plugin-resources/site.jsl
  
  Index: site.jsl
  ===================================================================
  RCS file: /home/cvs/maven-plugins/xdoc/src/plugin-resources/site.jsl,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- site.jsl	9 Nov 2003 15:25:57 -0000	1.34
  +++ site.jsl	12 Nov 2003 13:50:27 -0000	1.35
  @@ -143,7 +143,7 @@
           <!-- Body of the page -->
           <table border="0" cellspacing="0" cellpadding="8" width="100%"> <!--id="main" -->
             <tr valign="top">
  -            <td id="leftcol" width="20%">
  +            <td id="leftcol" width="${maven.ui.navcol.width}">
                 <div id="navcolumn">
                   <j:if test="${date == 'navigation-top'}">
                     <div>
  
  
  
  1.10      +9 -0      maven-plugins/xdoc/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/xdoc/xdocs/properties.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- properties.xml	9 Nov 2003 15:40:12 -0000	1.9
  +++ properties.xml	12 Nov 2003 13:50:27 -0000	1.10
  @@ -261,6 +261,15 @@
             </td>
           </tr>
           <tr>
  +          <td>maven.ui.navcol.width</td>
  +          <td>Yes</td>
  +          <td>
  +            Specifies the width for the navigation column.  The 
  +            default value is <code>20%</code>
  +            (gray).
  +          </td>
  +        </tr>
  +        <tr>
             <td>maven.ui.breadcrumbs.background</td>
             <td>Yes</td>
             <td>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org