Calendar 여러개 지원

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3342 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2007-12-14 06:56:17 +00:00
parent b6d51b3635
commit e9e8f89d7d
3 changed files with 33 additions and 40 deletions

View file

@ -8,8 +8,10 @@
<!--@end-->
<script type="text/javascript">//<![CDATA[
xAddEventListener(window, 'load', startLifepod);
<!--@foreach($page->data as $key => $val)-->
<!--@foreach($calendars as $key => $page)-->
<!--@foreach($page->data as $key => $val)-->
calAdd({$val->childNodes["identifier"]->body},'{$val->childNodes["date-start"]->body}', '{$val->childNodes["date-end"]->body}', '{$val->childNodes["title"]->body}', '{$val->childNodes["description"]->body}', '{$val->childNodes["type"]->body}', '{$page->title}', '{$module_info->calendar_color}');
<!--@end-->
<!--@end-->
<!--@if($day)-->
setDate({$year},{$month},{$day});