36 lines
954 B
Plaintext
36 lines
954 B
Plaintext
function MyFunc(a: string; b: array of string);
|
|
// type ImageDimensions = class
|
|
// property Width read width_;
|
|
// property Width : array of string index 2 read width_;
|
|
// end;
|
|
|
|
// <?tslx>
|
|
// <div class="element-data-container">
|
|
// <?tsl
|
|
// rpt_data_bar(data[i],canAudit);
|
|
// ?>
|
|
// <div class="diff-section <?= isDiffed?'diff-section-diffed':''?>" id="eid-<?=tempid?>">
|
|
// <div class="diff-left span5">
|
|
// <?tsl
|
|
// try
|
|
// rpt_show_data(other_data_i);
|
|
// except
|
|
// dolog("diffrepot_erData","数据解析展示出错:"$data[i]["NAME"]);
|
|
// dolog("diffrepot_erData",tostn(data[i]["DATA_ID"]));
|
|
// end;
|
|
|
|
// ?>
|
|
// </div>
|
|
|
|
// <div class="diff-right span5">
|
|
// <?tsl rpt_show_data(data[i]); ?>
|
|
// </div>
|
|
// <div class="span2">
|
|
// <?=class(IDS_LiveReport).rpt_data_comments(data[i]['comment'])?>
|
|
// </div>
|
|
// <div class="clear"></div>
|
|
// </div>
|
|
// </div><!--end element-data-container -->
|
|
// <?tsl
|
|
|