You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org> on 2008/07/26 01:45:26 UTC

[jira] Created: (DOXIA-249) Wrap publish date and project version into named 's

Wrap publish date and project version into named <span>'s
---------------------------------------------------------

                 Key: DOXIA-249
                 URL: http://jira.codehaus.org/browse/DOXIA-249
             Project: Maven Doxia
          Issue Type: Wish
          Components: Site Renderer
    Affects Versions: 1.0-alpha-11
            Reporter: Benjamin Bentmann
            Priority: Minor
         Attachments: named-spans.patch

Example output of the site renderer:
{code:xml}
<div class="xleft">Last Published: 2008-07-26 &nbsp;| Version: SNAPSHOT</div>
{code}
This can make styling via CSS difficult:
- designer cannot apply different styles to date and version and
- more importantly designer cannot apply different styles for date/version and the separators (e.g. to hide them)

Hence I propose to add <span id="..."> around publish date and project version to make them accessible for CSS.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (DOXIA-249) Wrap publish date and project version into named 's

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/DOXIA-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vincent Siveton closed DOXIA-249.
---------------------------------

         Assignee: Vincent Siveton
       Resolution: Fixed
    Fix Version/s: 1.0-beta-1

Fixed in [r103449|http://svn.apache.org/viewvc?rev=703449&view=rev]

> Wrap publish date and project version into named <span>'s
> ---------------------------------------------------------
>
>                 Key: DOXIA-249
>                 URL: http://jira.codehaus.org/browse/DOXIA-249
>             Project: Maven Doxia
>          Issue Type: Wish
>          Components: Site Renderer
>    Affects Versions: 1.0-alpha-11
>            Reporter: Benjamin Bentmann
>            Assignee: Vincent Siveton
>            Priority: Minor
>             Fix For: 1.0-beta-1
>
>         Attachments: named-spans.patch
>
>
> Example output of the site renderer:
> {code:xml}
> <div class="xleft">Last Published: 2008-07-26 &nbsp;| Version: SNAPSHOT</div>
> {code}
> This can make styling via CSS difficult:
> - designer cannot apply different styles to date and version and
> - more importantly designer cannot apply different styles for date/version and the separators (e.g. to hide them)
> Hence I propose to add <span id="..."> around publish date and project version to make them accessible for CSS.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira