View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000447 | HTML & PERL | Feature Request - Interface | public | 2006-07-21 12:26 | 2015-02-03 04:39 |
Reporter | DerIdiot | Assigned To | worf | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0000447: "here you are" relationsgraphindicator | ||||
Description | form yidaki: It would be helpful if the relationsgraph showed which anime you just came from. Maybe it can have a red frame or something. | ||||
Additional Information | http://www.anidb.net/forum/viewtopic.php?t=1808 CSS can do that easily, there's no client-side scripting required at all: <style type="text/css"> <!-- #graph { position: relative; } #graph img.thegraph { position: absolute; } #graph img.marker { position: absolute; } // --> </style> ... <div id="graph" style="height: H; width: W;"> <img class="thegraph" ... /> <img class="marker" style="top: T; left: L;" ... /> </div>H and W are the height and width of the image. T and L are the coordinates of the marker-image's top-left corner, relative to the top-left corner of the graph image. | ||||
Tags | graph, relation | ||||
|
Status: Not looked into, I fear that the image drawing from the dot graph files is completely opaque from the perspective of the perl html generation, so unless the graph display were replaced with a non-bitmapped format this may not be possible. |
|
maybe with the script from "DvdKhl" from issue http://tracker.anidb.info/view.php?id=1057 |
|
implemented for logged in users |
Date Modified | Username | Field | Change |
---|---|---|---|
2006-07-21 12:26 | DerIdiot | New Issue | |
2006-07-21 12:27 | DerIdiot | Assigned To | => Rar |
2006-07-21 12:27 | DerIdiot | Status | new => assigned |
2006-07-21 12:27 | DerIdiot | Description Updated | |
2006-10-02 06:40 | Rar | Note Added: 0001056 | |
2008-02-10 22:39 | ninjamask | Tag Attached: graph | |
2008-02-10 22:39 | ninjamask | Tag Attached: relation | |
2008-04-05 08:25 | Rar | Relationship added | related to 0001057 |
2008-05-02 08:04 | ninjamask | Note Added: 0002025 | |
2009-08-30 23:09 | DerIdiot | Assigned To | Rar => |
2009-08-30 23:09 | DerIdiot | Status | assigned => new |
2014-09-05 21:49 | worf | Note Added: 0003421 | |
2014-09-05 21:49 | worf | Assigned To | => worf |
2014-09-05 21:49 | worf | Status | new => resolved |
2014-09-05 21:49 | worf | Resolution | open => fixed |
2014-09-05 21:49 | worf | Description Updated | |
2014-09-05 21:49 | worf | Additional Information Updated |