811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
|
pGraph = 0;
}else{
@ <tr class="timelineBottom" id="btm-%d(iTableId)">\
@ <td></td><td></td><td></td></tr>
}
}
@ </table>
timeline_output_graph_javascript(pGraph, TIMELINE_FILEDIFF, iTableId);
style_finish_page();
}
/*
** WEBPAGE: mlink
** URL: /mlink?name=FILENAME
** URL: /mlink?ci=NAME
|
>
>
|
>
|
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
|
pGraph = 0;
}else{
@ <tr class="timelineBottom" id="btm-%d(iTableId)">\
@ <td></td><td></td><td></td></tr>
}
}
@ </table>
{
int tmFlags = TIMELINE_GRAPH | TIMELINE_FILEDIFF;
timeline_output_graph_javascript(pGraph, tmFlags, iTableId);
}
style_finish_page();
}
/*
** WEBPAGE: mlink
** URL: /mlink?name=FILENAME
** URL: /mlink?ci=NAME
|