replace 'sup' element with 'em' element.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8002 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2010-12-28 12:56:51 +00:00
parent 16fcb530fe
commit f32630e49a
5 changed files with 353 additions and 353 deletions

View file

@ -11,7 +11,7 @@
.widgetContainer a:active, .widgetContainer a:active,
.widgetContainer a:focus{ text-decoration:underline;} .widgetContainer a:focus{ text-decoration:underline;}
.widgetContainer img{ border:0;} .widgetContainer img{ border:0;}
.widgetContainer sup{ position:relative; line-height:1; display:inline-block; margin:-5px 0; *padding:0 1px;} .widgetContainer em{ position:relative; line-height:1; display:inline-block; margin:-5px 0; *padding:0 1px; font-style:normal;}
.widgetContainer form{ margin:0; padding:0;} .widgetContainer form{ margin:0; padding:0;}
.widgetContainer fieldset{ border:0; margin:0; padding:0;} .widgetContainer fieldset{ border:0; margin:0; padding:0;}

View file

@ -1,51 +1,51 @@
<ul class="widgetGalleryA" style="width:{$widget_info->cols_list_count*($widget_info->thumbnail_width+28)}px;"> <ul class="widgetGalleryA" style="width:{$widget_info->cols_list_count*($widget_info->thumbnail_width+28)}px;">
{@$_idx=0} {@$_idx=0}
<!--@foreach($widget_info->content_items as $key => $item)--> <!--@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)--> <!--@foreach($widget_info->option_view_arr as $k => $v)-->
<!--@if($v=='thumbnail')--> <!--@if($v=='thumbnail')-->
<a href="{$item->getLink()}" class="thumb" style="width:{$widget_info->thumbnail_width}px;height:{$widget_info->thumbnail_height}px"> <a href="{$item->getLink()}" class="thumb" style="width:{$widget_info->thumbnail_width}px;height:{$widget_info->thumbnail_height}px">
<!--@if($item->getThumbnail())--> <!--@if($item->getThumbnail())-->
<img src="{$item->getThumbnail()}" style="width:{$widget_info->thumbnail_width}px;height:{$widget_info->thumbnail_height}px"/> <img src="{$item->getThumbnail()}" style="width:{$widget_info->thumbnail_width}px;height:{$widget_info->thumbnail_height}px"/>
<!--@else--> <!--@else-->
<span class="imgNone">{$lang->none_image}</span> <span class="imgNone">{$lang->none_image}</span>
<!--@end--> <!--@end-->
<!--@if($widget_info->show_browser_title=='Y' && $item->getBrowserTitle())--> <!--@if($widget_info->show_browser_title=='Y' && $item->getBrowserTitle())-->
<strong class="board">{$item->getBrowserTitle()}</strong> <strong class="board">{$item->getBrowserTitle()}</strong>
<!--@end--> <!--@end-->
<!--@if($widget_info->show_category=='Y' && $item->getCategory())--> <!--@if($widget_info->show_category=='Y' && $item->getCategory())-->
<strong class="category">{$item->getCategory()}</strong> <strong class="category">{$item->getCategory()}</strong>
<!--@end--> <!--@end-->
</a> </a>
<!--@else if($v=='title')--> <!--@else if($v=='title')-->
<a href="{$item->getLink()}" class="title">{$item->getTitle($widget_info->subject_cut_size)}</a> <a href="{$item->getLink()}" class="title">{$item->getTitle($widget_info->subject_cut_size)}</a>
<!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())--> <!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())-->
<sup class="replyNum" title="Replies"><a href="{$item->getLink()}#comment">{$item->getCommentCount()}</a></sup> <em class="replyNum" title="Replies"><a href="{$item->getLink()}#comment">{$item->getCommentCount()}</a></em>
<!--@end--> <!--@end-->
<!--@if($widget_info->show_trackback_count=='Y' && $item->getTrackbackCount())--> <!--@if($widget_info->show_trackback_count=='Y' && $item->getTrackbackCount())-->
<sup class="trackbackNum" title="Trackbacks"><a href="{$item->getLink()}#trackback">{$item->getTrackbackCount()}</a></sup> <em class="trackbackNum" title="Trackbacks"><a href="{$item->getLink()}#trackback">{$item->getTrackbackCount()}</a></em>
<!--@end--> <!--@end-->
<!--@if($widget_info->show_icon=='Y')--> <!--@if($widget_info->show_icon=='Y')-->
<span class="icon">{$item->printExtraImages()}</span> <span class="icon">{$item->printExtraImages()}</span>
<!--@end--> <!--@end-->
<!--@else if($v=='nickname')--> <!--@else if($v=='nickname')-->
<a href="#" onclick="return false;" class="author member_{$item->getMemberSrl()}">{$item->getNickName()}</a> <a href="#" onclick="return false;" class="author member_{$item->getMemberSrl()}">{$item->getNickName()}</a>
<!--@else if($v=='regdate')--> <!--@else if($v=='regdate')-->
<span class="date">{$item->getRegdate("Y-m-d")}</span> <span class="hour">{$item->getRegdate("H:i")}</span> <span class="date">{$item->getRegdate("Y-m-d")}</span> <span class="hour">{$item->getRegdate("H:i")}</span>
<!--@end--> <!--@end-->
<!--@end--> <!--@end-->
</li> </li>
{@$_idx++} {@$_idx++}
<!--@end--> <!--@end-->
</ul> </ul>
<!--@if($widget_info->page_count > 1 && $widget_info->list_count<$_idx)--> <!--@if($widget_info->page_count > 1 && $widget_info->list_count<$_idx)-->
<ul class="widgetNavigator"> <ul class="widgetNavigator">
<li><button type="button" class="prev" title="{$lang->cmd_prev}" onclick="content_widget_prev(jQuery(this).parents('ul.widgetNavigator').prev('ul.widgetGalleryA'),{$widget_info->list_count})"><span>{$lang->cmd_prev}</span></button></li> <li><button type="button" class="prev" title="{$lang->cmd_prev}" onclick="content_widget_prev(jQuery(this).parents('ul.widgetNavigator').prev('ul.widgetGalleryA'),{$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.widgetGalleryA'),{$widget_info->list_count})"><span>{$lang->cmd_next}</span></button></li> <li><button type="button" class="next" title="{$lang->cmd_next}" onclick="content_widget_next(jQuery(this).parents('ul.widgetNavigator').prev('ul.widgetGalleryA'),{$widget_info->list_count})"><span>{$lang->cmd_next}</span></button></li>
</ul> </ul>
<!--@end--> <!--@end-->

View file

@ -1,121 +1,121 @@
<!--// 목록형 출력 --> <!--// 목록형 출력 -->
<!--@if($widget_info->markup_type=="list")--> <!--@if($widget_info->markup_type=="list")-->
{@$have_first_thumbnail=false} {@$have_first_thumbnail=false}
<!--@if(count($widget_info->content_items) && $widget_info->content_items[0]->haveFirstThumbnail())--> <!--@if(count($widget_info->content_items) && $widget_info->content_items[0]->haveFirstThumbnail())-->
{@$thumbnail_idx = $widget_info->content_items[0]->getFirstThumbnailIdx() } {@$thumbnail_idx = $widget_info->content_items[0]->getFirstThumbnailIdx() }
{@$have_first_thumbnail=true} {@$have_first_thumbnail=true}
<p class="widgetThumb floatLeft" style="margin-right:-{$widget_info->thumbnail_width}px"> <p class="widgetThumb floatLeft" style="margin-right:-{$widget_info->thumbnail_width}px">
<a href="{$widget_info->content_items[$thumbnail_idx]->getLink()}" class="thumb"><img src="{$widget_info->content_items[$thumbnail_idx]->getThumbnail()}" style="width:{$widget_info->thumbnail_width}px;height:{$widget_info->thumbnail_height}px"></a> <a href="{$widget_info->content_items[$thumbnail_idx]->getLink()}" class="thumb"><img src="{$widget_info->content_items[$thumbnail_idx]->getThumbnail()}" style="width:{$widget_info->thumbnail_width}px;height:{$widget_info->thumbnail_height}px"></a>
</p> </p>
<!--@end--> <!--@end-->
<div<!--@if($have_first_thumbnail)--> style="padding-left:{$widget_info->thumbnail_width+10}px"<!--@end-->> <div<!--@if($have_first_thumbnail)--> style="padding-left:{$widget_info->thumbnail_width+10}px"<!--@end-->>
<ul class="widgetA"> <ul class="widgetA">
{@$_idx=0} {@$_idx=0}
<!--@foreach($widget_info->content_items as $key => $item)--> <!--@foreach($widget_info->content_items as $key => $item)-->
<li<!--@if($_idx >= $widget_info->list_count)--> style="display:none"<!--@end-->> <li<!--@if($_idx >= $widget_info->list_count)--> style="display:none"<!--@end-->>
<!--@foreach($widget_info->option_view_arr as $k => $v)--> <!--@foreach($widget_info->option_view_arr as $k => $v)-->
<!--@if($v=='title')--> <!--@if($v=='title')-->
<!--@if($widget_info->show_browser_title=='Y' && $item->getBrowserTitle())--> <!--@if($widget_info->show_browser_title=='Y' && $item->getBrowserTitle())-->
<a href="{getSiteUrl($item->domain, '', 'mid', $item->get('mid'))}" class="board"><strong>{$item->getBrowserTitle()}</strong></a> <a href="{getSiteUrl($item->domain, '', 'mid', $item->get('mid'))}" class="board"><strong>{$item->getBrowserTitle()}</strong></a>
<!--@end--> <!--@end-->
<!--@if($widget_info->show_category=='Y' && $item->getCategory())--> <!--@if($widget_info->show_category=='Y' && $item->getCategory())-->
<a href="{getSiteUrl($item->domain,'','mid',$item->get('mid'),'category',$item->get('category_srl'))}"><strong class="category">{$item->getCategory()}</strong></a> <a href="{getSiteUrl($item->domain,'','mid',$item->get('mid'),'category',$item->get('category_srl'))}"><strong class="category">{$item->getCategory()}</strong></a>
<!--@end--> <!--@end-->
<a href="{$item->getLink()}">{$item->getTitle($widget_info->subject_cut_size)}</a> <a href="{$item->getLink()}">{$item->getTitle($widget_info->subject_cut_size)}</a>
<!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())--> <!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())-->
<sup class="replyNum" title="Replies"><a href="{$item->getLink()}#comment">{$item->getCommentCount()}</a></sup> <em class="replyNum" title="Replies"><a href="{$item->getLink()}#comment">{$item->getCommentCount()}</a></em>
<!--@end--> <!--@end-->
<!--@if($widget_info->show_trackback_count=='Y' && $item->getTrackbackCount())--> <!--@if($widget_info->show_trackback_count=='Y' && $item->getTrackbackCount())-->
<sup class="trackbackNum" title="Trackbacks"><a href="{$item->getLink()}#trackback">{$item->getTrackbackCount()}</a></sup> <em class="trackbackNum" title="Trackbacks"><a href="{$item->getLink()}#trackback">{$item->getTrackbackCount()}</a></em>
<!--@end--> <!--@end-->
<!--@if($widget_info->show_icon=='Y')--> <!--@if($widget_info->show_icon=='Y')-->
<span class="icon">{$item->printExtraImages()}</span> <span class="icon">{$item->printExtraImages()}</span>
<!--@end--> <!--@end-->
<!--@else if($v=='nickname')--> <!--@else if($v=='nickname')-->
<a href="#" onclick="return false;" class="author member_{$item->getMemberSrl()}">{$item->getNickName()}</a> <a href="#" onclick="return false;" class="author member_{$item->getMemberSrl()}">{$item->getNickName()}</a>
<!--@else if($v=='regdate')--> <!--@else if($v=='regdate')-->
<span class="date">{$item->getRegdate("Y-m-d")}</span> <span class="hour">{$item->getRegdate("H:i")}</span> <span class="date">{$item->getRegdate("Y-m-d")}</span> <span class="hour">{$item->getRegdate("H:i")}</span>
<!--@end--> <!--@end-->
<!--@end--> <!--@end-->
</li> </li>
{@$_idx++} {@$_idx++}
<!--@end--> <!--@end-->
</ul> </ul>
</div> </div>
<!--@if($widget_info->page_count > 1 && $widget_info->list_count<$_idx)--> <!--@if($widget_info->page_count > 1 && $widget_info->list_count<$_idx)-->
<ul class="widgetNavigator"> <ul class="widgetNavigator">
<li><button type="button" class="prev" title="{$lang->cmd_prev}" onclick="content_widget_prev(jQuery(this).parents('ul.widgetNavigator').prev('div').children('table.widgetTableA'),{$widget_info->list_count})"><span>{$lang->cmd_prev}</span></button></li> <li><button type="button" class="prev" title="{$lang->cmd_prev}" onclick="content_widget_prev(jQuery(this).parents('ul.widgetNavigator').prev('div').children('table.widgetTableA'),{$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('div').children('table.widgetTableA'),{$widget_info->list_count})"><span>{$lang->cmd_next}</span></button></li> <li><button type="button" class="next" title="{$lang->cmd_next}" onclick="content_widget_next(jQuery(this).parents('ul.widgetNavigator').prev('div').children('table.widgetTableA'),{$widget_info->list_count})"><span>{$lang->cmd_next}</span></button></li>
</ul> </ul>
<!--@end--> <!--@end-->
<!--// 테이블형 출력 --> <!--// 테이블형 출력 -->
<!--@else--> <!--@else-->
{@$have_first_thumbnail=false} {@$have_first_thumbnail=false}
<!--@if(count($widget_info->content_items) && $widget_info->content_items[0]->haveFirstThumbnail())--> <!--@if(count($widget_info->content_items) && $widget_info->content_items[0]->haveFirstThumbnail())-->
{@$thumbnail_idx = $widget_info->content_items[0]->getFirstThumbnailIdx() } {@$thumbnail_idx = $widget_info->content_items[0]->getFirstThumbnailIdx() }
{@$have_first_thumbnail=true} {@$have_first_thumbnail=true}
<p class="widgetThumb floatLeft" style="margin-right:-{$widget_info->thumbnail_width}px"> <p class="widgetThumb floatLeft" style="margin-right:-{$widget_info->thumbnail_width}px">
<a href="{$widget_info->content_items[$thumbnail_idx]->getLink()}" class="thumb"><img src="{$widget_info->content_items[$thumbnail_idx]->getThumbnail()}" style="width:{$widget_info->thumbnail_width}px;height:{$widget_info->thumbnail_height}px"></a> <a href="{$widget_info->content_items[$thumbnail_idx]->getLink()}" class="thumb"><img src="{$widget_info->content_items[$thumbnail_idx]->getThumbnail()}" style="width:{$widget_info->thumbnail_width}px;height:{$widget_info->thumbnail_height}px"></a>
</p> </p>
<!--@end--> <!--@end-->
<div<!--@if($have_first_thumbnail)--> style="padding-left:{$widget_info->thumbnail_width+10}px"<!--@end-->> <div<!--@if($have_first_thumbnail)--> style="padding-left:{$widget_info->thumbnail_width+10}px"<!--@end-->>
<table class="widgetTableA" border="1" cellspacing="0"> <table class="widgetTableA" border="1" cellspacing="0">
<tbody> <tbody>
{@$_idx=0} {@$_idx=0}
<!--@foreach($widget_info->content_items as $key => $item)--> <!--@foreach($widget_info->content_items as $key => $item)-->
<tr<!--@if($_idx >= $widget_info->list_count)--> style="display:none"<!--@end-->> <tr<!--@if($_idx >= $widget_info->list_count)--> style="display:none"<!--@end-->>
<!--@foreach($widget_info->option_view_arr as $k => $v)--> <!--@foreach($widget_info->option_view_arr as $k => $v)-->
<!--@if($v=='title')--> <!--@if($v=='title')-->
<td class="title"> <td class="title">
<!--@if($widget_info->show_browser_title=='Y' && $item->getBrowserTitle())--> <!--@if($widget_info->show_browser_title=='Y' && $item->getBrowserTitle())-->
<a href="{getSiteUrl($item->domain, '', 'mid', $item->get('mid'))}"><strong class="board">{$item->getBrowserTitle()}</strong></a> <a href="{getSiteUrl($item->domain, '', 'mid', $item->get('mid'))}"><strong class="board">{$item->getBrowserTitle()}</strong></a>
<!--@end--> <!--@end-->
<!--@if($widget_info->show_category=='Y' && $item->getCategory())--> <!--@if($widget_info->show_category=='Y' && $item->getCategory())-->
<a href="{getSiteUrl($item->domain,'','mid',$item->get('mid'),'category',$item->get('category_srl'))}"><strong class="category">{$item->getCategory()}</strong></a> <a href="{getSiteUrl($item->domain,'','mid',$item->get('mid'),'category',$item->get('category_srl'))}"><strong class="category">{$item->getCategory()}</strong></a>
<!--@end--> <!--@end-->
<a href="{$item->getLink()}">{$item->getTitle($widget_info->subject_cut_size)}</a> <a href="{$item->getLink()}">{$item->getTitle($widget_info->subject_cut_size)}</a>
<!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())--> <!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())-->
<sup class="replyNum" title="Replies"><a href="{$item->getLink()}#comment">{$item->getCommentCount()}</a></sup> <em class="replyNum" title="Replies"><a href="{$item->getLink()}#comment">{$item->getCommentCount()}</a></em>
<!--@end--> <!--@end-->
<!--@if($widget_info->show_trackback_count=='Y' && $item->getTrackbackCount())--> <!--@if($widget_info->show_trackback_count=='Y' && $item->getTrackbackCount())-->
<sup class="trackbackNum" title="Trackbacks"><a href="{$item->getLink()}#trackback">{$item->getTrackbackCount()}</a></sup> <em class="trackbackNum" title="Trackbacks"><a href="{$item->getLink()}#trackback">{$item->getTrackbackCount()}</a></em>
<!--@end--> <!--@end-->
<!--@if($widget_info->show_icon=='Y')--> <!--@if($widget_info->show_icon=='Y')-->
<span class="icon">{$item->printExtraImages()}</span> <span class="icon">{$item->printExtraImages()}</span>
<!--@end--> <!--@end-->
</td> </td>
<!--@else if($v=='nickname')--> <!--@else if($v=='nickname')-->
<td><a href="#" onclick="return false;" class="author member_{$item->getMemberSrl()}">{$item->getNickName()}</a></td> <td><a href="#" onclick="return false;" class="author member_{$item->getMemberSrl()}">{$item->getNickName()}</a></td>
<!--@else if($v=='regdate')--> <!--@else if($v=='regdate')-->
<td class="time"><span class="date">{$item->getRegdate("Y-m-d")}</span> <span class="hour">{$item->getRegdate("H:i")}</span></td> <td class="time"><span class="date">{$item->getRegdate("Y-m-d")}</span> <span class="hour">{$item->getRegdate("H:i")}</span></td>
<!--@end--> <!--@end-->
<!--@end--> <!--@end-->
</tr> </tr>
{@$_idx++} {@$_idx++}
<!--@end--> <!--@end-->
</tbody> </tbody>
</table> </table>
</div> </div>
<!--@if($widget_info->page_count > 1 && $widget_info->list_count<$_idx)--> <!--@if($widget_info->page_count > 1 && $widget_info->list_count<$_idx)-->
<ul class="widgetNavigator"> <ul class="widgetNavigator">
<li><button type="button" class="prev" title="{$lang->cmd_prev}" onclick="content_widget_prev(jQuery(this).parents('ul.widgetNavigator').prev('div').children('table.widgetTableA'),{$widget_info->list_count})"><span>{$lang->cmd_prev}</span></button></li> <li><button type="button" class="prev" title="{$lang->cmd_prev}" onclick="content_widget_prev(jQuery(this).parents('ul.widgetNavigator').prev('div').children('table.widgetTableA'),{$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('div').children('table.widgetTableA'),{$widget_info->list_count})"><span>{$lang->cmd_next}</span></button></li> <li><button type="button" class="next" title="{$lang->cmd_next}" onclick="content_widget_next(jQuery(this).parents('ul.widgetNavigator').prev('div').children('table.widgetTableA'),{$widget_info->list_count})"><span>{$lang->cmd_next}</span></button></li>
</ul> </ul>
<!--@end--> <!--@end-->
<!--@end--> <!--@end-->

View file

@ -1,80 +1,80 @@
<ul class="widgetZineA"> <ul class="widgetZineA">
{@$_idx=0} {@$_idx=0}
<!--@foreach($widget_info->content_items as $key => $item)--> <!--@foreach($widget_info->content_items as $key => $item)-->
<li<!--@if($_idx >= $widget_info->list_count)--> style="display:none"<!--@end-->> <li<!--@if($_idx >= $widget_info->list_count)--> style="display:none"<!--@end-->>
<p class="thumbArea" style="width:{$widget_info->thumbnail_width}px;margin-right:-{$widget_info->thumbnail_width}px;"> <p class="thumbArea" style="width:{$widget_info->thumbnail_width}px;margin-right:-{$widget_info->thumbnail_width}px;">
<a href="{$item->getLink()}" class="thumb" style="width:{$widget_info->thumbnail_width}px;height:{$widget_info->thumbnail_height}px"> <a href="{$item->getLink()}" class="thumb" style="width:{$widget_info->thumbnail_width}px;height:{$widget_info->thumbnail_height}px">
<!--@if($item->getThumbnail())--> <!--@if($item->getThumbnail())-->
<img src="{$item->getThumbnail()}" style="width:{$widget_info->thumbnail_width}px;height:{$widget_info->thumbnail_height}px" /> <img src="{$item->getThumbnail()}" style="width:{$widget_info->thumbnail_width}px;height:{$widget_info->thumbnail_height}px" />
<!--@else--> <!--@else-->
<span class="imgNone">{$lang->none_image}</span> <span class="imgNone">{$lang->none_image}</span>
<!--@end--> <!--@end-->
<!--@if($widget_info->show_category=='Y' && $item->getCategory())--> <!--@if($widget_info->show_category=='Y' && $item->getCategory())-->
<strong class="category">{$item->getCategory()}</strong> <strong class="category">{$item->getCategory()}</strong>
<!--@end--> <!--@end-->
</a> </a>
</p> </p>
<!--@for($j=0,$c=count($widget_info->option_view_arr);$j<$c;$j++)--> <!--@for($j=0,$c=count($widget_info->option_view_arr);$j<$c;$j++)-->
<!--@if($widget_info->option_view_arr[$j]=='title')--> <!--@if($widget_info->option_view_arr[$j]=='title')-->
<p class="titleArea" style="margin-left:{$widget_info->thumbnail_width+20}px;"> <p class="titleArea" style="margin-left:{$widget_info->thumbnail_width+20}px;">
<!--@if($widget_info->show_browser_title=='Y' && $item->getBrowserTitle())--> <!--@if($widget_info->show_browser_title=='Y' && $item->getBrowserTitle())-->
<a href="{getSiteUrl($item->domain, '', 'mid', $item->get('mid'))}"><strong class="board">{$item->getBrowserTitle()}</strong></a> <a href="{getSiteUrl($item->domain, '', 'mid', $item->get('mid'))}"><strong class="board">{$item->getBrowserTitle()}</strong></a>
<!--@end--> <!--@end-->
<!--@if($widget_info->show_category=='Y' && $item->get('category_srl') )--> <!--@if($widget_info->show_category=='Y' && $item->get('category_srl') )-->
<a href="{getSiteUrl($item->domain,'','mid',$item->get('mid'),'category',$item->get('category_srl'))}"><strong class="category">{$item->getCategory()}</strong></a> <a href="{getSiteUrl($item->domain,'','mid',$item->get('mid'),'category',$item->get('category_srl'))}"><strong class="category">{$item->getCategory()}</strong></a>
<!--@end--> <!--@end-->
<a href="{$item->getLink()}" class="title">{$item->getTitle($widget_info->subject_cut_size)}</a> <a href="{$item->getLink()}" class="title">{$item->getTitle($widget_info->subject_cut_size)}</a>
<!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())--> <!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())-->
<sup class="replyNum" title="Replies"><a href="{$item->getLink()}#comment">{$item->getCommentCount()}</a></sup> <em class="replyNum" title="Replies"><a href="{$item->getLink()}#comment">{$item->getCommentCount()}</a></em>
<!--@end--> <!--@end-->
<!--@if($widget_info->show_trackback_count=='Y' && $item->getTrackbackCount())--> <!--@if($widget_info->show_trackback_count=='Y' && $item->getTrackbackCount())-->
<sup class="trackbackNum" title="Trackbacks"><a href="{$item->getLink()}#trackback">{$item->getTrackbackCount()}</a></sup> <em class="trackbackNum" title="Trackbacks"><a href="{$item->getLink()}#trackback">{$item->getTrackbackCount()}</a></em>
<!--@end--> <!--@end-->
<!--@if($widget_info->show_icon=='Y')--> <!--@if($widget_info->show_icon=='Y')-->
<span class="icon">{$item->printExtraImages()}</span> <span class="icon">{$item->printExtraImages()}</span>
<!--@end--> <!--@end-->
<!--@if($widget_info->option_view_arr[$j+1]=='regdate')--> <!--@if($widget_info->option_view_arr[$j+1]=='regdate')-->
<span class="date">{$item->getRegdate("Y-m-d")}</span> <span class="hour">{$item->getRegdate("H:i")}</span> <span class="date">{$item->getRegdate("Y-m-d")}</span> <span class="hour">{$item->getRegdate("H:i")}</span>
<!--@end--> <!--@end-->
</p> </p>
<!--@else if($widget_info->option_view_arr[$j]=='content')--> <!--@else if($widget_info->option_view_arr[$j]=='content')-->
<p class="text" style="margin-left:{$widget_info->thumbnail_width+20}px;"> <p class="text" style="margin-left:{$widget_info->thumbnail_width+20}px;">
{$item->getContent()} {$item->getContent()}
<!--@if($widget_info->option_view_arr[$j+1]=='regdate')--> <!--@if($widget_info->option_view_arr[$j+1]=='regdate')-->
<span class="date">{$item->getRegdate("Y-m-d")}</span> <span class="hour">{$item->getRegdate("H:i")}</span> <span class="date">{$item->getRegdate("Y-m-d")}</span> <span class="hour">{$item->getRegdate("H:i")}</span>
<!--@end--> <!--@end-->
</p> </p>
<!--@else if($widget_info->option_view_arr[$j]=='nickname')--> <!--@else if($widget_info->option_view_arr[$j]=='nickname')-->
<p class="authorArea" style="margin-left:{$widget_info->thumbnail_width+20}px;"> <p class="authorArea" style="margin-left:{$widget_info->thumbnail_width+20}px;">
<a href="#" onclick="return false;" class="author member_{$item->getMemberSrl()}">{$item->getNickName()}</a> <a href="#" onclick="return false;" class="author member_{$item->getMemberSrl()}">{$item->getNickName()}</a>
<!--@if($widget_info->option_view_arr[$j+1]=='regdate')--> <!--@if($widget_info->option_view_arr[$j+1]=='regdate')-->
<span class="date">{$item->getRegdate("Y-m-d")}</span> <span class="hour">{$item->getRegdate("H:i")}</span> <span class="date">{$item->getRegdate("Y-m-d")}</span> <span class="hour">{$item->getRegdate("H:i")}</span>
<!--@end--> <!--@end-->
</p> </p>
<!--@end--> <!--@end-->
<!--@end--> <!--@end-->
</li> </li>
{@$_idx++} {@$_idx++}
<!--@end--> <!--@end-->
</ul> </ul>
<!--@if($widget_info->page_count > 1 && $widget_info->list_count<$_idx)--> <!--@if($widget_info->page_count > 1 && $widget_info->list_count<$_idx)-->
<ul class="widgetNavigator"> <ul class="widgetNavigator">
<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="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> <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> </ul>
<!--@end--> <!--@end-->

View file

@ -1,100 +1,100 @@
<!--// 목록형 출력 --> <!--// 목록형 출력 -->
<!--@if($widget_info->markup_type=="list")--> <!--@if($widget_info->markup_type=="list")-->
<ul class="widgetA"> <ul class="widgetA">
{@$_idx=0} {@$_idx=0}
<!--@foreach($widget_info->content_items as $key => $item)--> <!--@foreach($widget_info->content_items as $key => $item)-->
<li<!--@if($_idx >= $widget_info->list_count)--> style="display:none"<!--@end-->> <li<!--@if($_idx >= $widget_info->list_count)--> style="display:none"<!--@end-->>
<!--@foreach($widget_info->option_view_arr as $k => $v)--> <!--@foreach($widget_info->option_view_arr as $k => $v)-->
<!--@if($v=='title')--> <!--@if($v=='title')-->
<!--@if($widget_info->show_browser_title=='Y' && $item->getBrowserTitle())--> <!--@if($widget_info->show_browser_title=='Y' && $item->getBrowserTitle())-->
<a href="<!--@if($item->contents_link)-->{$item->contents_link}<!--@else-->{getSiteUrl($item->domain, '', 'mid', $item->get('mid'))}<!--@end-->" class="board"><strong>{$item->getBrowserTitle()}</strong></a> <a href="<!--@if($item->contents_link)-->{$item->contents_link}<!--@else-->{getSiteUrl($item->domain, '', 'mid', $item->get('mid'))}<!--@end-->" class="board"><strong>{$item->getBrowserTitle()}</strong></a>
<!--@end--> <!--@end-->
<!--@if($widget_info->show_category=='Y' && $item->get('category_srl') )--> <!--@if($widget_info->show_category=='Y' && $item->get('category_srl') )-->
<a href="{getSiteUrl($item->domain,'','mid',$item->get('mid'),'category',$item->get('category_srl'))}"><strong class="category">{$item->getCategory()}</strong></a> <a href="{getSiteUrl($item->domain,'','mid',$item->get('mid'),'category',$item->get('category_srl'))}"><strong class="category">{$item->getCategory()}</strong></a>
<!--@end--> <!--@end-->
<a href="{$item->getLink()}" class="title">{$item->getTitle($widget_info->subject_cut_size)}</a> <a href="{$item->getLink()}" class="title">{$item->getTitle($widget_info->subject_cut_size)}</a>
<!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())--> <!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())-->
<sup class="replyNum" title="Replies"><a href="{$item->getLink()}#comment">{$item->getCommentCount()}</a></sup> <em class="replyNum" title="Replies"><a href="{$item->getLink()}#comment">{$item->getCommentCount()}</a></em>
<!--@end--> <!--@end-->
<!--@if($widget_info->show_trackback_count=='Y' && $item->getTrackbackCount())--> <!--@if($widget_info->show_trackback_count=='Y' && $item->getTrackbackCount())-->
<sup class="trackbackNum" title="Trackbacks"><a href="{$item->getLink()}#trackback">{$item->getTrackbackCount()}</a></sup> <em class="trackbackNum" title="Trackbacks"><a href="{$item->getLink()}#trackback">{$item->getTrackbackCount()}</a></em>
<!--@end--> <!--@end-->
<!--@if($widget_info->show_icon=='Y')--> <!--@if($widget_info->show_icon=='Y')-->
<span class="icon">{$item->printExtraImages()}</span> <span class="icon">{$item->printExtraImages()}</span>
<!--@end--> <!--@end-->
<!--@else if($v=='nickname')--> <!--@else if($v=='nickname')-->
<a <!--@if($item->getMemberSrl())-->href="#" onclick="return false;" class="author member_{$item->getMemberSrl()}"<!--@elseif($item->getAuthorSite())-->href="{$item->getAuthorSite()}" onclick="window.open(this.href); return false;" class="author member"<!--@else-->href="#" onclick="return false;" class="author member"<!--@end--> >{$item->getNickName()}</a> <a <!--@if($item->getMemberSrl())-->href="#" onclick="return false;" class="author member_{$item->getMemberSrl()}"<!--@elseif($item->getAuthorSite())-->href="{$item->getAuthorSite()}" onclick="window.open(this.href); return false;" class="author member"<!--@else-->href="#" onclick="return false;" class="author member"<!--@end--> >{$item->getNickName()}</a>
<!--@else if($v=='regdate')--> <!--@else if($v=='regdate')-->
<span class="date">{$item->getRegdate("Y-m-d")}</span> <span class="hour">{$item->getRegdate("H:i")}</span> <span class="date">{$item->getRegdate("Y-m-d")}</span> <span class="hour">{$item->getRegdate("H:i")}</span>
<!--@end--> <!--@end-->
<!--@end--> <!--@end-->
</li> </li>
{@$_idx++} {@$_idx++}
<!--@end--> <!--@end-->
</ul> </ul>
<!--@if($widget_info->page_count > 1 && $widget_info->list_count<$_idx)--> <!--@if($widget_info->page_count > 1 && $widget_info->list_count<$_idx)-->
<ul class="widgetNavigator"> <ul class="widgetNavigator">
<li><button type="button" class="prev" title="{$lang->cmd_prev}" onclick="content_widget_prev(jQuery(this).parents('ul.widgetNavigator').prev('ul.widgetA'),{$widget_info->list_count})"><span>{$lang->cmd_prev}</span></button></li> <li><button type="button" class="prev" title="{$lang->cmd_prev}" onclick="content_widget_prev(jQuery(this).parents('ul.widgetNavigator').prev('ul.widgetA'),{$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.widgetA'),{$widget_info->list_count})"><span>{$lang->cmd_next}</span></button></li> <li><button type="button" class="next" title="{$lang->cmd_next}" onclick="content_widget_next(jQuery(this).parents('ul.widgetNavigator').prev('ul.widgetA'),{$widget_info->list_count})"><span>{$lang->cmd_next}</span></button></li>
</ul> </ul>
<!--@end--> <!--@end-->
<!--// 테이블형 출력 --> <!--// 테이블형 출력 -->
<!--@else--> <!--@else-->
<table class="widgetTableA" border="1" cellspacing="0"> <table class="widgetTableA" border="1" cellspacing="0">
<tbody> <tbody>
{@$_idx=0} {@$_idx=0}
<!--@foreach($widget_info->content_items as $key => $item)--> <!--@foreach($widget_info->content_items as $key => $item)-->
<tr<!--@if($_idx >= $widget_info->list_count)--> style="display:none"<!--@end-->> <tr<!--@if($_idx >= $widget_info->list_count)--> style="display:none"<!--@end-->>
<!--@foreach($widget_info->option_view_arr as $k => $v)--> <!--@foreach($widget_info->option_view_arr as $k => $v)-->
<!--@if($v=='title')--> <!--@if($v=='title')-->
<td class="title"> <td class="title">
<!--@if($widget_info->show_browser_title=='Y' && $item->getBrowserTitle())--> <!--@if($widget_info->show_browser_title=='Y' && $item->getBrowserTitle())-->
<a href="<!--@if($item->contents_link)-->{$item->contents_link}<!--@else-->{getSiteUrl($item->domain, '', 'mid', $item->get('mid'))}<!--@end-->"><strong class="board">{$item->getBrowserTitle()}</strong></a> <a href="<!--@if($item->contents_link)-->{$item->contents_link}<!--@else-->{getSiteUrl($item->domain, '', 'mid', $item->get('mid'))}<!--@end-->"><strong class="board">{$item->getBrowserTitle()}</strong></a>
<!--@end--> <!--@end-->
<!--@if($widget_info->show_category=='Y' && $item->get('category_srl') )--> <!--@if($widget_info->show_category=='Y' && $item->get('category_srl') )-->
<a href="{getSiteUrl($item->domain,'','mid',$item->get('mid'),'category',$item->get('category_srl'))}"><strong class="category">{$item->getCategory()}</strong></a> <a href="{getSiteUrl($item->domain,'','mid',$item->get('mid'),'category',$item->get('category_srl'))}"><strong class="category">{$item->getCategory()}</strong></a>
<!--@end--> <!--@end-->
<a href="{$item->getLink()}">{$item->getTitle($widget_info->subject_cut_size)}</a> <a href="{$item->getLink()}">{$item->getTitle($widget_info->subject_cut_size)}</a>
<!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())--> <!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())-->
<sup class="replyNum" title="Replies"><a href="{$item->getLink()}#comment">{$item->getCommentCount()}</a></sup> <em class="replyNum" title="Replies"><a href="{$item->getLink()}#comment">{$item->getCommentCount()}</a></em>
<!--@end--> <!--@end-->
<!--@if($widget_info->show_trackback_count=='Y' && $item->getTrackbackCount())--> <!--@if($widget_info->show_trackback_count=='Y' && $item->getTrackbackCount())-->
<sup class="trackbackNum" title="Trackbacks"><a href="{$item->getLink()}#trackback">{$item->getTrackbackCount()}</a></sup> <em class="trackbackNum" title="Trackbacks"><a href="{$item->getLink()}#trackback">{$item->getTrackbackCount()}</a></em>
<!--@end--> <!--@end-->
<!--@if($widget_info->show_icon=='Y')--> <!--@if($widget_info->show_icon=='Y')-->
<span class="icon">{$item->printExtraImages()}</span> <span class="icon">{$item->printExtraImages()}</span>
<!--@end--> <!--@end-->
</td> </td>
<!--@else if($v=='nickname')--> <!--@else if($v=='nickname')-->
<td><a <!--@if($item->getMemberSrl())-->href="#" onclick="return false;" class="author member_{$item->getMemberSrl()}"<!--@elseif($item->getAuthorSite())-->href="{$item->getAuthorSite()}" onclick="window.open(this.href); return false;" class="author member"<!--@else-->href="#" onclick="return false;" class="author member"<!--@end--> >{$item->getNickName()}</a></td> <td><a <!--@if($item->getMemberSrl())-->href="#" onclick="return false;" class="author member_{$item->getMemberSrl()}"<!--@elseif($item->getAuthorSite())-->href="{$item->getAuthorSite()}" onclick="window.open(this.href); return false;" class="author member"<!--@else-->href="#" onclick="return false;" class="author member"<!--@end--> >{$item->getNickName()}</a></td>
<!--@else if($v=='regdate')--> <!--@else if($v=='regdate')-->
<td class="time"><span class="date">{$item->getRegdate("Y-m-d")}</span> <span class="hour">{$item->getRegdate("H:i")}</span></td> <td class="time"><span class="date">{$item->getRegdate("Y-m-d")}</span> <span class="hour">{$item->getRegdate("H:i")}</span></td>
<!--@end--> <!--@end-->
<!--@end--> <!--@end-->
</tr> </tr>
{@$_idx++} {@$_idx++}
<!--@end--> <!--@end-->
</tbody> </tbody>
</table> </table>
<!--@if($widget_info->page_count > 1 && $widget_info->list_count<$_idx)--> <!--@if($widget_info->page_count > 1 && $widget_info->list_count<$_idx)-->
<ul class="widgetNavigator"> <ul class="widgetNavigator">
<li><button type="button" class="prev" title="{$lang->cmd_prev}" onclick="content_widget_prev(jQuery(this).parents('ul.widgetNavigator').prev('table.widgetTableA'),{$widget_info->list_count})"><span>{$lang->cmd_prev}</span></button></li> <li><button type="button" class="prev" title="{$lang->cmd_prev}" onclick="content_widget_prev(jQuery(this).parents('ul.widgetNavigator').prev('table.widgetTableA'),{$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('table.widgetTableA'),{$widget_info->list_count})"><span>{$lang->cmd_next}</span></button></li> <li><button type="button" class="next" title="{$lang->cmd_next}" onclick="content_widget_next(jQuery(this).parents('ul.widgetNavigator').prev('table.widgetTableA'),{$widget_info->list_count})"><span>{$lang->cmd_next}</span></button></li>
</ul> </ul>
<!--@end--> <!--@end-->
<!--@end--> <!--@end-->