X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fslices%2Fslice.php;h=51248f90547c9c283f1275fc11a385038099cf20;hb=f2acbd7968767b8cc929d70f3d4257584c95b2e8;hp=4fcd8cd7f6e05cc348688b63a6778e1c05491cea;hpb=85717889366db80ebcb9f0aba4bea6d904477d24;p=plewww.git diff --git a/planetlab/slices/slice.php b/planetlab/slices/slice.php index 4fcd8cd..51248f9 100644 --- a/planetlab/slices/slice.php +++ b/planetlab/slices/slice.php @@ -606,15 +606,22 @@ This feature is still experimental; feedback is appreciated at "; - # pass (slice_id,slicename) as the [0,0] coordinate as thead>tr>td - echo "" . $slice['slice_id'] . '&' . $slice['name'] . ""; - # the timeslot headers read (timestamp,label) + // pass (slice_id,slicename,x_grain) in the upper-left cell, as thead>tr>td + echo "" . $slice['slice_id'] . '&' . $slice['name'] . '&' . $resa_x_grain . ""; + // the timeslot headers read (timestamp,label) $day_names=array('Su','M','Tu','W','Th','F','Sa'); for ($i=0; $i<$steps; $i++) { $timestamp=($start+$i*$grain);