Ignore:
Timestamp:
07/13/08 15:01:20 (16 years ago)
Author:
ramonb
Message:

job_monarch/overview.php:

  • set clusterimage height and width for Ext Window

job_monarch/libtoga.php:

  • added onclick call to node image map

job_monarch/js/jobgrid.js:

  • added seperate Window for ClusterImage?
  • added placeholder function for host selection in clusterimage
  • position window better

job_monarch/templates/overview.tpl:

job_monarch/templates/header.tpl:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web2/addons/job_monarch/libtoga.php

    r534 r547  
    11461146
    11471147                $area_tooltip           = $this->hostname;
     1148                $area_onclick           = "return ClusterImageSelectHost( \"" . $this->hostname . "\" )";
    11481149
    11491150                if( $this->down)
     
    11581159                $area_tooltip           = $area_tooltip . ": " . implode( " ", $this->jobs );
    11591160
     1161                $tag_onclick            = "ONCLICK=\"" . $area_onclick . "\"";
    11601162                $tag_href               = "HREF=\"" . $area_href . "\"";
    11611163                $tag_coords             = "COORDS=\"" . $area_coords . "\"";
     
    11631165                $tag_tooltip2           = "TITLE=\"" . $area_tooltip . "\"";
    11641166
    1165                 return ("<AREA SHAPE=\"RECT\" " . $tag_coords . " " . $tag_href . " " . $tag_tooltip1 . " " . $tag_tooltip2 . ">");
     1167                return ("<AREA SHAPE=\"RECT\" " . $tag_coords . " " . $tag_onclick . " " . $tag_href . " " . $tag_tooltip1 . " " . $tag_tooltip2 . ">");
    11661168        }
    11671169
Note: See TracChangeset for help on using the changeset viewer.