Changes to temporal graph
1) Integrated the small icon. 2) Made styling changes to the datatable.
This commit is contained in:
parent
5eba1f4b80
commit
187a927795
2 changed files with 22 additions and 8 deletions
|
@ -30,6 +30,9 @@
|
|||
<c:url var="entityComparisonStyle" value="/${themeDir}css/visualization/entityComparison/layout.css" />
|
||||
<c:url var="vizStyle" value="/${themeDir}css/visualization/visualization.css" />
|
||||
|
||||
<c:url var="temporalGraphIcon" value="/images/visualization/temporal_vis_small_icon.jpg" />
|
||||
|
||||
|
||||
<!-- Including jquery, entity comparison related javascript files -->
|
||||
|
||||
<script type="text/javascript" src="${jquery}"></script>
|
||||
|
@ -54,9 +57,8 @@
|
|||
<link rel="stylesheet" type="text/css" href="${vizStyle}" />
|
||||
|
||||
<script language="JavaScript" type="text/javascript">
|
||||
<!--
|
||||
|
||||
var contextPath = "${contextPath}";
|
||||
var temporalGraphSmallIcon = "${temporalGraphIcon}";
|
||||
|
||||
// -->
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue