git-svn-id: http://xe-core.googlecode.com/svn/trunk@1378 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-05-10 01:26:50 +00:00
parent 0e4719ebb8
commit 5670726210
2 changed files with 1 additions and 8 deletions

View file

@ -6,11 +6,6 @@
<description xml:lang="ko">달력을 표시하고 등록된 글이 있는 날에 표시와 링크를 해줍니다.</description>
</author>
<extra_vars>
<var id="title">
<name xml:lang="ko">제목</name>
<type>text</type>
<description xml:lang="ko">달력 제목으로 출력됩니다.</description>
</var>
<var id="mid_list">
<name xml:lang="ko">대상 모듈</name>
<type>mid_list</type>

View file

@ -7,15 +7,13 @@
<div class="calendar_{$colorset}" style="width:100%">
<div class="calendar_box">
<!--@if($plugin_info->title)-->
<div class="title_box">
<div class="title">{$plugin_info->title} ({$plugin_info->today_str})</div>
<div class="title">{$plugin_info->today_str}</div>
<div class="move_month">
<a href="{getUrl('search_target','regdate','search_keyword',$plugin_info->prev_month)}">prev</a> |
<a href="{getUrl('search_target','regdate','search_keyword',$plugin_info->next_month)}">next</a>
</div>
</div>
<!--@end-->
{@ $day = ''}
<table border="0" cellspacing="0" cellpadding="0" width="99%" style="table-layout:fixed">