|
@@ 461-466 (lines=6) @@
|
| 458 |
|
$time_zone = substr($GLOBALS['_time_zone'],0,3).':'.substr($GLOBALS['_time_zone'],3); |
| 459 |
|
Context::set('time_zone', $time_zone); |
| 460 |
|
|
| 461 |
|
if($cur_page<$total_page) { |
| 462 |
|
$next_url = $this->getSelfHref($id, $type); |
| 463 |
|
if($startTime) $next_url .= '&startTime='.$startTime; |
| 464 |
|
if($endTime) $next_url .= '&endTime='.$endTime; |
| 465 |
|
$result->next_url = $next_url.'&page='.($cur_page+1); |
| 466 |
|
} |
| 467 |
|
|
| 468 |
|
if($output->data) { |
| 469 |
|
foreach($output->data as $key => $val) { |
|
@@ 505-510 (lines=6) @@
|
| 502 |
|
$time_zone = substr($GLOBALS['_time_zone'],0,3).':'.substr($GLOBALS['_time_zone'],3); |
| 503 |
|
Context::set('time_zone', $time_zone); |
| 504 |
|
|
| 505 |
|
if($cur_page<$total_page) { |
| 506 |
|
$next_url = $this->getSelfHref($id, $type); |
| 507 |
|
if($startTime) $next_url .= '&startTime='.$startTime; |
| 508 |
|
if($endTime) $next_url .= '&endTime='.$endTime; |
| 509 |
|
$result->next_url = $next_url . '&page='.($cur_page+1); |
| 510 |
|
} |
| 511 |
|
|
| 512 |
|
if($output->data) { |
| 513 |
|
foreach($output->data as $key => $val) { |