mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1221 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5e35d9ff2f
commit
7b910c0f18
51 changed files with 3233 additions and 0 deletions
32
modules/blog/skins/default/header.html
Normal file
32
modules/blog/skins/default/header.html
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<!--%import("js/board.js")-->
|
||||
{$module_info->header_text}
|
||||
|
||||
<!-- 게시판 정보 -->
|
||||
<div>
|
||||
<!--@if($total_count)-->
|
||||
{$lang->document_count} : {number_format($total_count)},
|
||||
{$lang->page_count} : {number_format($page)} / {number_format($total_page)}
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($rss_url)-->
|
||||
<a href="{$rss_url}">rss</a>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($is_logged)-->
|
||||
[
|
||||
<a href="{getUrl('act','dispMemberInfo')}">{$lang->cmd_view_member_info}</a> |
|
||||
<a href="{getUrl('act','dispMemberLogout')}">{$lang->cmd_logout}</a>
|
||||
]
|
||||
|
||||
<!--@else-->
|
||||
[
|
||||
<a href="{getUrl('act','dispMemberSignUpForm')}">{$lang->cmd_signup}</a> |
|
||||
<a href="{getUrl('act','dispMemberLoginForm')}">{$lang->cmd_login}</a>
|
||||
]
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($logged_info->is_admin =='Y')-->
|
||||
<a href="{getUrl('act','dispBoardAdminBoardInfo')}">[{$lang->cmd_management}]</a>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue