Business
CeBIT 2008: All the news
Catch up on all the latest breaking news from the CeBIT Australia show floor in Sydney.

Catch up on all the latest breaking news from the CeBIT Australia show floor in Sydney.
-
[?
//Get all stories related to CeBIT 2008
// obtain the channel_id of the newschannel
if (!isset($GLOBALS['CHANNEL_INFO_DIR'])) {
template("/zdnet/conf/_channel_info.htm");
}
$channel_id = array();
foreach($GLOBALS['CHANNEL_INFO_DIR'] as $chan => $vals){
$channel_id[] = $vals["CHANNEL_ID"];
}
unset($options);
$options["channel_id"] = $channel_id;
$options["keyword_ids"] = array("4000257953");
$options["exclude_element_ids"] = array(339289108, 339289189, 339289188, 339289326);
$options["use_primary"] = 1;
$options["order_by"] = array("post_date+");
$options["date_format"] = "U";
$options["limit_row"] = 0;
$stories_listing = Story::getStories($options);
$listing_arr = array();
while($stories_listing->hasNext()){
$story = $stories_listing->getNext();
$listing_arr[date("YmdHi", $story->post_date)][TITLE] = $story->title;
$listing_arr[date("YmdHi", $story->post_date)][URL] = $story->url;
$listing_arr[date("YmdHi", $story->post_date)][IMG] = $story->highlight_image;
$listing_arr[date("YmdHi", $story->post_date)][LONG_SUMMARY] = $story->long_summary;
$listing_arr[date("YmdHi", $story->post_date)][TYPE] = "story";
}
$id_list = array();
$id_list[PAGE] = "CeBIT";
$GLOBALS[VIDEO_LISTING_LIMIT] = 0;
template('/zdnet/livery/video/data/get_videos_listing.htm', oid_encode($id_list));
foreach($GLOBALS[VIDEO_LISTING] as $video_id => $vals){
if($vals[POST_DATE] < "200805190000") continue;
$listing_arr[$vals[POST_DATE]][TITLE] = $vals[TITLE];
$listing_arr[$vals[POST_DATE]][URL] = $vals[URL];
$listing_arr[$vals[POST_DATE]][IMG] = $vals[THUMBNAIL_URL]."-88x66.jpg";
$listing_arr[$vals[POST_DATE]][LONG_SUMMARY] = $vals[SUMMARY];
$listing_arr[$vals[POST_DATE]][TYPE] = "video";
}
krsort($listing_arr);
$count = 1;
foreach($listing_arr as $post_date => $vals){
?]
[?= $vals[TITLE] ?]
[?= $vals[IMG] ? '' : '' ?]
[?= $vals[LONG_SUMMARY] ?]
[?= $vals[TYPE] == "story" ? 'Read the story' : 'Watch the video' ?]»
[?
$count++;
}
?]
CeBIT 2007 coverage
[? //Auto listing of CeBIT 2007 stories template('/zdnet/special/cebit_2008/2007_story_listing.htm'); ?]