RSS Git Download  Clone
Raw Blame History
    [%
           IF ! test_data.status;
                clr = '#000'; bgclr = '#fff';    # black/white
        ELSIF test_data.status.match('complete');
                clr = '#00f'; bgclr = '#afd8ff'; # blue
        ELSIF test_data.status.match('new');
                clr = '#f00'; bgclr = '#fcbdbd'; # red
        ELSE; # some other status:
                clr = '#060'; bgclr = '#a7ffd4'; # green
        END; 
    %]