Ignore:
Timestamp:
04/21/07 16:22:47 (17 years ago)
Author:
bastiaans
Message:

web/addons/job_monarch/overview.php:

  • make our own datasource
  • store the XML data in a session for the clusterimage
  • assign a image map of clickable nodes for the clusterimage

web/addons/job_monarch/templates/overview.tpl:

  • add node_clustermap imagemap block

web/addons/job_monarch/libtoga.php:

web/addons/job_monarch/image.php:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/addons/job_monarch/templates/overview.tpl

    r299 r326  
    113113
    114114  <TD ALIGN="CENTER"><CENTER>
    115     <IMG SRC="{clusterimage}"><BR>
     115<!-- INCLUDESCRIPT BLOCK : ci_script -->
     116    <IMG SRC="{clusterimage}" USEMAP="#MONARCH_CLUSTER_BIG" WIDTH="{clusterimage_width}" HEIGHT="{clusterimage_height}" BORDER="0">
     117    <MAP NAME="MONARCH_CLUSTER_BIG">
     118<!-- START BLOCK : node_clustermap -->
     119{node_area_map}
     120<!-- END BLOCK : node_clustermap -->
     121    </MAP>
     122    <BR>
    116123<FONT class="footer">Last updated: {report_time}</FONT></CENTER>
    117124  </TD>
Note: See TracChangeset for help on using the changeset viewer.