mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 19:51:42 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4785 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
125c0245d2
commit
6ffc79c673
3 changed files with 11 additions and 11 deletions
|
|
@ -68,7 +68,7 @@
|
|||
<!--@end-->
|
||||
|
||||
<div class="author">
|
||||
by <strong><span class="member_{$document->get('member_srl')}">{$document->getNickName()}</span></strong> on <strong>{$document->getRegdate('Y-m-d H:i')}</strong>
|
||||
by <strong><a href="#popup_menu_area" class="member_{$document->get('member_srl')}">{$document->getNickName()}</a></strong> on <strong>{$document->getRegdate('Y-m-d H:i')}</strong>
|
||||
</div>
|
||||
|
||||
</td>
|
||||
|
|
@ -79,7 +79,7 @@
|
|||
<!--@if($document->get('last_updater'))-->
|
||||
by <strong>{htmlspecialchars($document->get('last_updater'))}</strong>
|
||||
<!--@else-->
|
||||
by <strong><span class="member_{$document->get('member_srl')}">{$document->getNickName()}</span></strong>
|
||||
by <strong><a href="#popup_menu_area" class="member_{$document->get('member_srl')}">{$document->getNickName()}</a></strong>
|
||||
<!--@end-->
|
||||
</div>
|
||||
<div class="date">
|
||||
|
|
@ -108,7 +108,7 @@
|
|||
<!--@end-->
|
||||
|
||||
<div class="author">
|
||||
by <strong><span class="member_{$document->get('member_srl')}">{$document->getNickName()}</span></strong> on <strong>{$document->getRegdate('Y-m-d H:i')}</strong>
|
||||
by <strong><a href="#popup_menu_area" class="member_{$document->get('member_srl')}">{$document->getNickName()}</a></strong> on <strong>{$document->getRegdate('Y-m-d H:i')}</strong>
|
||||
</div>
|
||||
</td>
|
||||
<td class="commentCount">{(int)($document->get('comment_count'))}</td>
|
||||
|
|
@ -118,7 +118,7 @@
|
|||
<!--@if($document->get('last_updater'))-->
|
||||
by <strong>{htmlspecialchars($document->get('last_updater'))}</strong>
|
||||
<!--@else-->
|
||||
by <strong><span class="member_{$document->get('member_srl')}">{$document->getNickName()}</span></strong>
|
||||
by <strong><a href="#popup_menu_area" class="member_{$document->get('member_srl')}">{$document->getNickName()}</a></strong>
|
||||
<!--@end-->
|
||||
</div>
|
||||
<div class="date">
|
||||
|
|
|
|||
|
|
@ -235,10 +235,10 @@
|
|||
.board .userNameAndPw dt{ position:relative; top:-3px; font-weight:bold; display:inline;}
|
||||
.board .userNameAndPw dd{ margin-right:5px; display:inline;}
|
||||
.board .userNameAndPw dd .inputText{}
|
||||
.board .userNameAndPw dd.userName .inputText{ width:80px;}
|
||||
.board .userNameAndPw dd.userPw .inputText{ width:80px;}
|
||||
.board .userNameAndPw dd.emailAddress .inputText{ width:120px;}
|
||||
.board .userNameAndPw dd.homePage .inputText{ width:120px;}
|
||||
.board .userNameAndPw dd.userName .inputText{ width:70px;}
|
||||
.board .userNameAndPw dd.userPw .inputText{ width:70px;}
|
||||
.board .userNameAndPw dd.emailAddress .inputText{ width:100px;}
|
||||
.board .userNameAndPw dd.homePage .inputText{ width:100px;}
|
||||
.board .userNameAndPw dd .inputText{ padding:3px 4px; height:15px; margin-bottom:5px; font-size:12px; *margin-top:-1px; vertical-align:middle;}
|
||||
|
||||
/* Comment */
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
<!--@if($module_info->extra_vars)-->
|
||||
<table border="1" cellspacing="0" summary="Extra Form" class="extraVarsList">
|
||||
<caption><em>*</em> : 필수</caption>
|
||||
<caption><em>*</em> : {$lang->is_required}</caption>
|
||||
<!--@foreach($module_info->extra_vars as $key => $val)-->
|
||||
<!--@if($val->name)-->
|
||||
<tr>
|
||||
|
|
@ -95,11 +95,11 @@
|
|||
<div class="userNameAndPw">
|
||||
<dl>
|
||||
<dt><label for="userName">{$lang->writer}</label> :</dt>
|
||||
<dd class="userName"><input type="text" name="nick_name" value="{$oDocument->getNickName()}" class="inputText" id="userName" title="필수" /></dd>
|
||||
<dd class="userName"><input type="text" name="nick_name" value="{$oDocument->getNickName()}" class="inputText" id="userName" title="{$lang->is_required}" /></dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt><label for="userPw">{$lang->password}</label> :</dt>
|
||||
<dd class="userPw"><input type="password" name="password" value="" id="userPw" class="inputText" title="필수" /></dd>
|
||||
<dd class="userPw"><input type="password" name="password" value="" id="userPw" class="inputText" title="{$lang->is_required}" /></dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt><label for="emailAddress">{$lang->email_address}</label> :</dt>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue