View Issue Details

IDProjectCategoryView StatusLast Update
0000447HTML & PERLFeature Request - Interfacepublic2015-02-03 04:39
ReporterDerIdiot Assigned Toworf  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0000447: "here you are" relationsgraphindicator
Descriptionform 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 Informationhttp://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.
Tagsgraph, relation

Relationships

related to 0001057 resolvedworf Display mylist entries in relation graphs 

Activities

Rar

2006-10-02 06:40

reporter   ~0001056

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.

ninjamask

2008-05-02 08:04

updater   ~0002025

maybe with the script from "DvdKhl" from issue http://tracker.anidb.info/view.php?id=1057

worf

2014-09-05 21:49

administrator   ~0003421

implemented for logged in users

Issue History

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