mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
기본 위젯들의 입력받지 못하도록 변경된 제목 출력 HTML 제거
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6056 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4074c38674
commit
387d11291b
8 changed files with 0 additions and 55 deletions
|
|
@ -16,14 +16,6 @@
|
|||
|
||||
<div class="blog_widget_{$colorset}">
|
||||
<div class="archive">
|
||||
<div class="header">
|
||||
<!--@if($widget_info->title)-->
|
||||
<h2>{$widget_info->title}</h2>
|
||||
<!--@else-->
|
||||
<h2>archives</h2>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
||||
<ul class="items">
|
||||
<!--@foreach($widget_info->archive_list as $val)-->
|
||||
<li><a href="{getSiteUrl($widget_info->domain,'mid',$widget_info->module_info->mid,'search_target','regdate','search_keyword',$val->month)}">{zdate($val->month,'Y. m')}</a> ({$val->count})</li>
|
||||
|
|
|
|||
|
|
@ -15,13 +15,6 @@
|
|||
|
||||
<div class="blog_widget_{$colorset}">
|
||||
<div class="newest_comment">
|
||||
<div class="header">
|
||||
<!--@if($widget_info->title)-->
|
||||
<h2>{$widget_info->title}</h2>
|
||||
<!--@else-->
|
||||
<h2>newest comments</h2>
|
||||
<!--@end-->
|
||||
</div>
|
||||
<ul class="items">
|
||||
<!--@foreach($widget_info->comment_list as $val)-->
|
||||
<li><a href="{getUrl('','document_srl',$val->get('document_srl'))}#comment_{$val->get('comment_srl')}">{$val->getSummary($widget_info->subject_cut_size)}</a></li>
|
||||
|
|
|
|||
|
|
@ -7,9 +7,6 @@
|
|||
<!--@end-->
|
||||
|
||||
<div class="latest_comment_{$colorset}">
|
||||
<!--@if($widget_info->title)-->
|
||||
<h2>{$widget_info->title}</h2>
|
||||
<!--@end-->
|
||||
<ul>
|
||||
<!--@foreach($widget_info->comment_list as $val)-->
|
||||
<li>
|
||||
|
|
@ -22,7 +19,4 @@
|
|||
</li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
<!--@if($widget_info->title && $widget_info->more_link)-->
|
||||
<a href="{$widget_info->more_link}" class="more">more</a>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -16,13 +16,6 @@
|
|||
|
||||
<div class="blog_widget_{$colorset}">
|
||||
<div class="newest_document">
|
||||
<div class="header">
|
||||
<!--@if($widget_info->title)-->
|
||||
<h2>{$widget_info->title}</h2>
|
||||
<!--@else-->
|
||||
<h2>newest documents</h2>
|
||||
<!--@end-->
|
||||
</div>
|
||||
<ul class="items">
|
||||
<!--@foreach($widget_info->document_list as $oDocument)-->
|
||||
<li>{$oDocument->printExtraImages($widget_info->duration_new)} <a href="{$oDocument->getPermanentUrl()}#{$oDocument->getCommentCount()}">{$oDocument->getTitle($widget_info->subject_cut_size)}</a></li>
|
||||
|
|
|
|||
|
|
@ -10,13 +10,6 @@
|
|||
|
||||
<div class="newest_document_default_{$colorset}">
|
||||
<div class="newest_document_default_box">
|
||||
<div class="title_box">
|
||||
<div class="title">{$widget_info->title}</div>
|
||||
<!--@if($widget_info->title && $widget_info->more_link)-->
|
||||
<div class="more"><a href="{$widget_info->more_link}">more</a></div>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
||||
<!--@foreach($widget_info->document_list as $oDocument)-->
|
||||
<div class="document_box">
|
||||
<div class="document">
|
||||
|
|
|
|||
|
|
@ -6,9 +6,6 @@
|
|||
<!--@end-->
|
||||
|
||||
<div class="latest_{$colorset}">
|
||||
<!--@if($widget_info->title)-->
|
||||
<h2>{$widget_info->title}</h2>
|
||||
<!--@end-->
|
||||
<ul>
|
||||
<!--@foreach($widget_info->document_list as $oDocument)-->
|
||||
<li>
|
||||
|
|
@ -26,7 +23,4 @@
|
|||
</li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
<!--@if($widget_info->title && $widget_info->more_link)-->
|
||||
<a href="{$widget_info->more_link}" class="more">more</a>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -16,14 +16,6 @@
|
|||
|
||||
<div class="blog_widget_{$colorset}">
|
||||
<div class="newest_trackback">
|
||||
<div class="header">
|
||||
<!--@if($widget_info->title)-->
|
||||
<h2>{$widget_info->title}</h2>
|
||||
<!--@else-->
|
||||
<h2>newest trackbacks</h2>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
||||
<ul class="items">
|
||||
<!--@foreach($widget_info->trackback_list as $val)-->
|
||||
<li><a href="{getUrl('','document_srl',$val->document_srl)}#trackback_{$val->trackback_srl}">{cut_str($val->title,60,'...')}</a></li>
|
||||
|
|
|
|||
|
|
@ -10,12 +10,6 @@
|
|||
|
||||
<div class="blog_widget_{$colorset}">
|
||||
<div class="tag_list">
|
||||
<!--@if($widget_info->title)-->
|
||||
<div class="header">
|
||||
<h2>{$widget_info->title}</h2>
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
||||
<div class="items">
|
||||
<!--@foreach($widget_info->tag_list as $val)-->
|
||||
<span class="type{$val->rank}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue