mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 08:09:58 +09:00
Planet UI Debugging
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4964 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3ad2069f34
commit
177780fa22
10 changed files with 188 additions and 186 deletions
|
|
@ -34,6 +34,16 @@
|
|||
<!--@else-->
|
||||
<h1> </h1>
|
||||
<!--@end-->
|
||||
|
||||
<div class="timeNav">
|
||||
<a class="prev" href="{getUrl('date',$prev_date)}" title="{$lang->cmd_prev}"><</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}">></a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<hr />
|
||||
<div id="body">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue