[ 
https://issues.apache.org/jira/browse/MSKINS-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Osipov updated MSKINS-114:
----------------------------------
    Description: 
Documenation for /body/footer says:

bq. If present, the contained text will be used instead of the generated 
copyright text.

The [default 
skin|https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/resources/org/apache/maven/doxia/siterenderer/resources/default-site.vm]
 does this correctly with:

{code}
<div id="footer">
      <div class="xright">
      #if($decoration.body.footer)
        $decoration.body.footer
      #else
        Copyright &#169;#copyright()All Rights Reserved.#publishDate( "bottom" 
$decoration.publishDate $decoration.version )
      #end
      </div>
      <div class="clear">
        <hr/>
      </div>
{code}

This logic should be applied here as soon as the Decoration Model 1.7 is 
released.

> Change site.vm when DOXIASITETOOLS-82 has been published
> --------------------------------------------------------
>
>                 Key: MSKINS-114
>                 URL: https://issues.apache.org/jira/browse/MSKINS-114
>             Project: Maven Skins
>          Issue Type: Improvement
>          Components: Fluido Skin
>    Affects Versions: stylus-1.4
>            Reporter: Michael Osipov
>
> Documenation for /body/footer says:
> bq. If present, the contained text will be used instead of the generated 
> copyright text.
> The [default 
> skin|https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/resources/org/apache/maven/doxia/siterenderer/resources/default-site.vm]
>  does this correctly with:
> {code}
> <div id="footer">
>       <div class="xright">
>       #if($decoration.body.footer)
>         $decoration.body.footer
>       #else
>         Copyright &#169;#copyright()All Rights Reserved.#publishDate( 
> "bottom" $decoration.publishDate $decoration.version )
>       #end
>       </div>
>       <div class="clear">
>         <hr/>
>       </div>
> {code}
> This logic should be applied here as soon as the Decoration Model 1.7 is 
> released.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to