mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
페이지에서 위젯 수정시 버그문제
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5950 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
15a9d734c0
commit
8084250f17
5 changed files with 29 additions and 19 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<ul class="widgetGalleryA" style="width:{$widget_info->cols_list_count*($widget_info->thumbnail_width+28)}px;">
|
||||
{@$_idx=0}
|
||||
<!--@foreach($widget_info->content_items as $key => $item)-->
|
||||
<li<!--@if($_idx>0 && $_idx % $widget_info->cols_list_count==0)--> class="clearLeft"<!--@end--> style="<!--@if($_idx >= $widget_info->list_count)-->display:none<!--@end-->;width:{$widget_info->thumbnail_width}px;">
|
||||
<li<!--@if($_idx>0 && $_idx % $widget_info->cols_list_count==0)--> class="clearLeft"<!--@end--> style="<!--@if($_idx >= $widget_info->list_count)-->display:none;<!--@end-->width:{$widget_info->thumbnail_width}px;">
|
||||
<!--@foreach($widget_info->option_view_arr as $k => $v)-->
|
||||
<!--@if($v=='thumbnail')-->
|
||||
<a href="{$item->getLink()}" class="thumb" style="width:{$widget_info->thumbnail_width}px;height:{$widget_info->thumbnail_height}px">
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
<!--@end-->
|
||||
|
||||
<!--@if($widget_info->show_icon=='Y')-->
|
||||
<span class="icon">{$item->printExtraImages()}<span>
|
||||
<span class="icon">{$item->printExtraImages()}</span>
|
||||
<!--@end-->
|
||||
|
||||
<!--@else if($v=='nickname')-->
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
<!--@end-->
|
||||
|
||||
<!--@if($widget_info->show_icon=='Y')-->
|
||||
<span class="icon">{$item->printExtraImages()}<span></td>
|
||||
<span class="icon">{$item->printExtraImages()}</span></td>
|
||||
<!--@end-->
|
||||
|
||||
<!--@else if($v=='nickname')-->
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
<!--@end-->
|
||||
|
||||
<!--@if($widget_info->show_icon=='Y')-->
|
||||
<span class="icon">{$item->printExtraImages()}<span></td>
|
||||
<span class="icon">{$item->printExtraImages()}</span>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($widget_info->option_view_arr[$j+1]=='regdate')-->
|
||||
|
|
@ -77,4 +77,4 @@
|
|||
<li><button type="button" class="prev" title="{$lang->cmd_prev}" onclick="content_widget_prev(jQuery(this).parents('ul.widgetNavigator').prev('ul.widgetZineA'),{$widget_info->list_count})"><span>{$lang->cmd_prev}</span></button></li>
|
||||
<li><button type="button" class="next" title="{$lang->cmd_next}" onclick="content_widget_next(jQuery(this).parents('ul.widgetNavigator').prev('ul.widgetZineA'),{$widget_info->list_count})"><span>{$lang->cmd_next}</span></button></li>
|
||||
</ul>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
<!--@end-->
|
||||
|
||||
<!--@if($widget_info->show_icon=='Y')-->
|
||||
<span class="icon">{$item->printExtraImages()}<span></td>
|
||||
<span class="icon">{$item->printExtraImages()}</span>
|
||||
<!--@end-->
|
||||
</td>
|
||||
<!--@else if($v=='nickname')-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue