#222: node_image div shouldn't be within metadata div ------------------------+--------------------------------------------------- Reporter: Kake | Owner: Nobody Type: defect | Status: new Priority: normal | Milestone: Component: openguides | Version: svn Severity: normal | Keywords: ------------------------+--------------------------------------------------- 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.
#222: node_image div shouldn't be within metadata div ------------------------+--------------------------------------------------- Reporter: Kake | Owner: Nobody Type: defect | Status: new Priority: normal | Milestone: Component: openguides | Version: svn Severity: normal | Resolution: Keywords: | ------------------------+--------------------------------------------------- Comment (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)
#222: node_image div shouldn't be within metadata div ------------------------+--------------------------------------------------- Reporter: Kake | Owner: dom Type: defect | Status: assigned Priority: normal | Milestone: Component: openguides | Version: svn Severity: normal | Resolution: Keywords: | ------------------------+--------------------------------------------------- Changes (by dom):
* owner: Nobody => dom * status: new => assigned
#222: node_image div shouldn't be within metadata div ------------------------+--------------------------------------------------- Reporter: Kake | Owner: dom Type: defect | Status: closed Priority: normal | Milestone: Component: openguides | Version: svn Severity: normal | Resolution: fixed Keywords: | ------------------------+--------------------------------------------------- Changes (by dom):
* status: assigned => closed * resolution: => fixed
Comment:
(In [1237]) Move the node image outside the metadata div, to aid styling (fixes #222). Thanks peregrin.
openguides-tickets@lists.openguides.org