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/12/11 08:41:53 UTC

cvs commit: maven-plugins/xdoc/src/plugin-resources/templates team-list.xml

werken      2003/12/10 23:41:53

  Modified:    xdoc/src/plugin-resources site.jsl
               xdoc/src/plugin-resources/css maven-base.css
               xdoc/src/plugin-resources/templates team-list.xml
  Log:
  generate text logo if no image.
  
  Revision  Changes    Path
  1.39      +6 -0      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.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- site.jsl	11 Dec 2003 02:40:21 -0000	1.38
  +++ site.jsl	11 Dec 2003 07:41:53 -0000	1.39
  @@ -115,6 +115,12 @@
                         <img src="${image}" align="right" alt="${pom.name}" border="0" id="projctLogo"/>
                       </a>
                     </j:if>
  +                  <j:if test="${logo == null or logo == ''}">
  +                    <a href="${pom.url}">
  +                      <div id="projectLogo">${pom.name}</div>
  +                    </a>
  +                  </j:if>
  +      
                   </div>
                 </td>
               </tr>
  
  
  
  1.2       +5 -0      maven-plugins/xdoc/src/plugin-resources/css/maven-base.css
  
  Index: maven-base.css
  ===================================================================
  RCS file: /home/cvs/maven-plugins/xdoc/src/plugin-resources/css/maven-base.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven-base.css	11 Dec 2003 02:40:21 -0000	1.1
  +++ maven-base.css	11 Dec 2003 07:41:53 -0000	1.2
  @@ -9,6 +9,11 @@
     padding-top: 0px;
   }
   
  +#projectLogo {
  +  font-size: xx-large;
  +  font-weight: bold;
  +}
  +
   #lastPublished {
     font-size: small;
   }
  
  
  
  1.9       +4 -4      maven-plugins/xdoc/src/plugin-resources/templates/team-list.xml
  
  Index: team-list.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/xdoc/src/plugin-resources/templates/team-list.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- team-list.xml	9 Nov 2003 15:20:04 -0000	1.8
  +++ team-list.xml	11 Dec 2003 07:41:53 -0000	1.9
  @@ -49,9 +49,8 @@
           Get involved today.  All contributions to the project are
           greatly appreciated.
         </p>
  -    </section>
   
  -    <section name="Members">
  +    <subsection name="Members">
       #if ($project.developers.size() == 0)
         <p>
           There are no developers working on this project.  Please check
  @@ -93,8 +92,8 @@
           #end
         </table>
       #end
  -	</section>
  -	<section name="Contributors">
  +	</subsection>
  +	<subsection name="Contributors">
       #if ($project.contributors.size() == 0)
   	  <p>
   	    There are no contributors listed for this project. Please check
  @@ -126,6 +125,7 @@
           #end
         </table>
       #end
  +    </subsection>
       </section>
     </body>
   </document>
  
  
  

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