Ticket #439 (closed Feature Wish)

Opened 3 years ago

Last modified 3 years ago

Tabular presentation of the Variant Not Found page would help readability

Reported by: mpo@… Owned by: mpo@…
Priority: Minor Milestone:
Component: Frontend (wiki) Version:
Keywords: Cc:

Description

[jira2trac import : issue created on April 3, 2007 4:11:17 AM CEST http://issues.cocoondev.org/browse/DSY-439 ]

Currently when a variant (connected to the current site) is not found a list is produced of all variants that _are_ available for the document.

As seen on our own documentation-wiki this list can get very long:
http://cocoondev.org/daisy/13-cd.html

Since the list is actually a result of the two dimensions in the variant-space (branch and language) these variants could also be presented in a tabular format (which would help readability IMHO)

+------------------------+-------+------+
| daisydocs-1_2 | en | |
| daisydocs-1_3 | en | |
| daisydocs-1_4 | en | |
| daisydocs-1_5 | en | de |
| daisydocs-2_0 | en | de |
+------------------------+-------+------+

In the same area it would be nice if this overview page could also be actively linked to, rather then be the result of an error-situation (variant not found)

  • the 'variants' menu could have a 'overview' submenu that shows it

even:
* the daisy:... url could have a special recognised value '*' for branchId, languageId to hint to this
* the wiki and/or repo URLs could maybe use the same values for the request-paramaters?

Change History

comment:1 Changed 3 years ago by paul

  • Status changed from new to closed

[jira2trac import : comment created by bruno on May 25, 2007 10:45:27 AM CEST]

The place of action is alternative_variants.xsl

Probably grouping methods such as the Muenchian method might come in handy.

comment:2 Changed 3 years ago by paul

[jira2trac import : comment created by mpo on June 7, 2007 8:48:31 AM CEST]

decent intro on muenchian grouping is at http://www.jenitennison.com/xslt/grouping/muenchian.html

comment:3 Changed 3 years ago by paul

[jira2trac import : comment created by mpo on June 7, 2007 4:48:47 PM CEST]

new styling for the variants committed in revision 4086

Note: See TracTickets for help on using tickets.