mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 04:09:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5188 201d5d3c-b55e-5fd7-737f-ddc643e51545
17 lines
913 B
HTML
17 lines
913 B
HTML
<!--%import("./style.css")-->
|
|
|
|
<!--@foreach($planet_list as $no => $item)-->
|
|
<div class="planetDocument <!--@if($colorset=='black')-->black<!--@end-->">
|
|
<!--@if($planet->getMid() != $item->getPlanetMid())-->
|
|
<h3 class="identity"><a href="{getUrl('','mid',$item->getPlanetMid())}"><img src="{$item->getPlanetPhotoSrc($widget_info->thumbnail_width,$widget_info->thumbnail_height)}" width="{$widget_info->thumbnail_width}" height="{$widget_info->thumbnail_height}" alt="{htmlspecialchars($item->nick_name)}" /></a></h3>
|
|
<!--@end-->
|
|
<div class="article">
|
|
<span class="tooltipLT"></span>
|
|
<span class="tooltipRT"></span>
|
|
<span class="tooltipLB"></span>
|
|
<span class="tooltipRB"></span>
|
|
<span class="tooltipArrow"></span>
|
|
<span class="content">{$item->getContent()}</span>
|
|
</div>
|
|
</div>
|
|
<!--@end-->
|