mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
issue 995 fixed the login_info widget: login_form.html and login_info.html markup
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9813 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
027dcc83df
commit
9b4f219a0c
7 changed files with 95 additions and 95 deletions
|
|
@ -9,9 +9,9 @@
|
|||
|
||||
<!--%import("./filter/logout.xml")-->
|
||||
|
||||
<form action="" method="post">
|
||||
<fieldset id="login" class="login_{$colorset}">
|
||||
<legend>{$lang->cmd_login}</legend>
|
||||
<form action="" method="post">
|
||||
|
||||
<div class="userName">
|
||||
<div class="fl u_name"><div class="member_{$logged_info->member_srl}"><strong>{$logged_info->nick_name}</strong></div></div>
|
||||
|
|
@ -27,5 +27,5 @@
|
|||
<!--@end-->
|
||||
</ul>
|
||||
<p class="latestLogin">{$lang->last_login}<br /><span>{zDate($logged_info->last_login, "Y-m-d H:i")}</span></p>
|
||||
</form>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue