mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
Calendar 여러개 지원
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3342 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b6d51b3635
commit
e9e8f89d7d
3 changed files with 33 additions and 40 deletions
|
|
@ -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});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue