Ignore:
Timestamp:
02/11/09 12:28:50 (15 years ago)
Author:
ramonb
Message:

job_monarch/js/monarch.js:

  • only jobs with status 'R' are selectable
  • graphPanel is now window toolbar in stead of item
  • apply layouts after resizing graphWindow
  • graph Metric combobox is now moved to graphView's toolbar
  • added Lightbox2 image href's for graph image popup/slider, group by jid

job_monarch/jobstore.php:

  • also return jid now, for Lightbox2 grouping

job_monarch/templates/header.tpl:

  • added Lightbox css and js
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web2/addons/job_monarch/templates/header.tpl

    r596 r600  
    55<META http-equiv="Content-type" content="text/html; charset=utf-8">
    66
     7<link rel="stylesheet" href="./lib/lightbox/css/lightbox.css" type="text/css" media="screen" />
     8
     9<script type="text/javascript" src="./lib/lightbox/js/prototype.js"></script>
     10<script type="text/javascript" src="./lib/lightbox/js/scriptaculous.js?load=effects,builder"></script>
     11<script type="text/javascript" src="./lib/lightbox/js/lightbox.js"></script>
     12
    713<link rel="stylesheet" type="text/css" href="./lib/extjs/resources/css/ext-all.css" />
    814<link rel="stylesheet" type="text/css" href="./css/styles.css" />
     15
    916<script type="text/javascript" src="./lib/extjs/adapter/ext/ext-base.js"></script>
    1017<!-- <script type="text/javascript" src="./lib/extjs/adapter/ext/ext-base-debug.js"></script> -->
     
    4754</script>
    4855
     56
    4957</HEAD>
    5058<BODY CLASS="background">
Note: See TracChangeset for help on using the changeset viewer.