Planet UI Debugging

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4964 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2008-11-24 08:07:37 +00:00
parent 3ad2069f34
commit 177780fa22
10 changed files with 188 additions and 186 deletions

View file

@ -34,6 +34,16 @@
<!--@else-->
<h1>&nbsp;</h1>
<!--@end-->
<div class="timeNav">
<a class="prev" href="{getUrl('date',$prev_date)}" title="{$lang->cmd_prev}">&lt;</a>
<strong>{zdate($date,'Y')}</strong>{$lang->unit_year}
<strong>{zdate($date,'m')}</strong>{$lang->unit_month}
<strong>{zdate($date,'d')}</strong>{$lang->unit_day}
(<strong>{zdate($date,'l')}</strong>)
<a class="next" href="{getUrl('date',$next_date)}" title="{$lang->cmd_next}">&gt;</a>
</div>
</div>
<hr />
<div id="body">