1. Added temporal graph link for the highest organization code for "organizations" page.

2. Cleaned up some query runners.
3. Made GenericQueryRunner to accept sparql queries that does not depend on URIs.
4. Adde style for temporal graph link to wilma.css
This commit is contained in:
cdtank 2011-01-10 23:48:47 +00:00
parent f5e6fbf409
commit 3d8f5d921c
7 changed files with 161 additions and 90 deletions

View file

@ -837,6 +837,11 @@ ul#foaf-person-childClasses .count-classes {
font-size: .75em;
}
/* VISUAL GRAPH CLASS:GENERIC (ORGANIZATION, RESEARCH, EVENT) ------> */
#temporal-graph-link-container {
display: none;
float: right;
width: 128px;
}
#content-generic-class {
width: 900px;
}