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 2004/01/09 16:55:17 UTC

cvs commit: maven-plugins/xdoc/src/plugin-resources/css print.css

werken      2004/01/09 07:55:17

  Modified:    xdoc/src/plugin-resources site.jsl
  Added:       xdoc/src/plugin-resources/css print.css
  Log:
  Fix for MPXDOC-75.
  
  Revision  Changes    Path
  1.47      +4 -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.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- site.jsl	6 Jan 2004 18:47:25 -0000	1.46
  +++ site.jsl	9 Jan 2004 15:55:16 -0000	1.47
  @@ -22,6 +22,8 @@
       <x:doctype name="html" publicId="-//W3C//DTD XHTML 1.0 Transitional//EN" systemId="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
       <html>
         <head>
  +        <script type="text/javascript" src="${relativePath}/style/xc.js"></script>
  +
           <j:set var="docTitle"><x:expr select="./properties/title"/></j:set>
           <x:if select="$nav/title">
             <title><x:expr select="$nav/title"/> - ${docTitle}</title>
  @@ -53,6 +55,8 @@
               @import url("${relativePath}/style/project.css");
             ]]></style>
           </j:if>
  +
  +        <link rel="stylesheet" type="text/css" href="${relativePath}/style/print.css" media="print"/>
   
           <meta http-equiv="Content-Type" content="text/html; charset=${outputencoding}"/>
           <x:forEach var="author" select="./properties/author">
  
  
  
  1.3       +10 -1     maven-plugins/xdoc/src/plugin-resources/css/print.css
  
  
  
  

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


Re: cvs commit: maven-plugins/xdoc/src/plugin-resources/css print.css

Posted by Emmanuel Venisse <em...@venisse.net>.
>        <html>
>          <head>
>   +        <script type="text/javascript"
src="${relativePath}/style/xc.js"></script>
>   +

This file doesn"t exists.

Emmanuel


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