mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 19:29:56 +09:00
fixed #297
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3151 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b396c811c7
commit
e882a5eff6
2 changed files with 5 additions and 5 deletions
|
|
@ -57,7 +57,7 @@
|
|||
.documentBox { padding:.6em .6em; color:#666666; border:1px solid #e0e1db; margin-top:.5em;}
|
||||
.documentBox .documentItem { padding:.6em .8em .6em .6em; line-height:1.25em; clear:both; list-style:none;}
|
||||
.documentBox p { display:inline; margin-bottom:1em;}
|
||||
.documentBox .author { float:left; padding:0 .3em 0 0; font-size:.9em; color:#3074a5; margin:0 .3em .5em 0;}
|
||||
.documentBox .author { float:left; padding:0 .3em 0 0; font-size:.9em; color:#3074a5; margin:0 .3em .5em 0; cursor:pointer;}
|
||||
.documentBox .author a { color:#3074a5; margin-right:.3em; text-decoration:none; }
|
||||
.documentBox .voted { float:left; font-size:.9em; color:#AAAAAA; margin:0 .3em .5em 1em;}
|
||||
.documentBox .date { float:right; font:.8em Tahoma; color:#cccccc; margin:.3em 0 .5em 0;}
|
||||
|
|
|
|||
|
|
@ -29,14 +29,14 @@
|
|||
</div>
|
||||
|
||||
<div class="author">
|
||||
<!--@if(!$document->member_srl)-->
|
||||
<!--@if($document->homepage)-->
|
||||
<a href="{$document->homepage}" onclick="window.open(this.href);return false;">{$document->getNickName()}</a>
|
||||
<!--@if(!$document->get('member_srl'))-->
|
||||
<!--@if($document->get('homepage'))-->
|
||||
<a href="{$document->get('homepage')}" onclick="window.open(this.href);return false;">{$document->getNickName()}</a>
|
||||
<!--@else-->
|
||||
{$document->getNickName()}
|
||||
<!--@end-->
|
||||
<!--@else-->
|
||||
<div class="member_{$document->member_srl}">{$document->getNickName()}</div>
|
||||
<div class="member_{$document->get('member_srl')}">{$document->getNickName()}</div>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue