Ticket #222 (new defect)

Opened 1 year ago

Last modified 1 year ago

node_image div shouldn't be within metadata div

Reported by: Kake Assigned to: Nobody
Priority: normal Milestone:
Component: openguides Version: svn
Severity: normal Keywords:
Cc:

Description

At the moment, the <div> containing the node image is contained within the metadata <div>. This really limits the possible ways to style the page — it looks OK if you don't have inline Google maps turned on (e.g. RGL) but it doesn't seem possible to make the page not ugly if you have them turned on; e.g. http://the.earth.li/~kake/cgi-bin/openguides/vegan-oxford.cgi?Inner_Bookshop and http://saintpaul.openguides.org/index.cgi?Mickey%27s_Diner

It doesn't make sense semantically either - the node image itself isn't metadata (although its URI and associated data are).

The node image div should be separate from the metadata one.

Attachments

node_image.display_metadata.patch (1.0 kB) - added by perigrin on 06/10/07 23:30:50.
patch to display_image.tt to move node_image data
node_image.node.patch (0.9 kB) - added by perigrin on 06/10/07 23:31:29.
patch to node.tt to add node_image metadata

Change History

06/10/07 23:30:50 changed by perigrin

  • attachment node_image.display_metadata.patch added.

patch to display_image.tt to move node_image data

06/10/07 23:31:29 changed by perigrin

  • attachment node_image.node.patch added.

patch to node.tt to add node_image metadata

06/10/07 23:32:54 changed by perigrin

I have added two patches that moves node_image metadata out of display_metadata.tt into node.tt beside the map. I've implemented this on the St. Paul link above (http://saintpaul.openguides.org/index.cgi?Mickey%27s_Diner)