mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-11 14:53:15 +09:00
cozy_board에서 엮인글 표시할때 블로그이름을 추가하고 excerpt 노출하도록 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3214 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
05ca51fd63
commit
7c1b1b3ace
1 changed files with 2 additions and 2 deletions
|
|
@ -8,11 +8,11 @@
|
|||
<a name="trackback_{$val->trackback_srl}"></a>
|
||||
<div class="contentBox <!--@if($idx>0)-->top_border<!--@end-->">
|
||||
<div class="title">
|
||||
<a href="{$val->url}" onclick="winopen(this.href);return false;">{htmlspecialchars($val->title)}</a>
|
||||
<a href="{$val->url}" onclick="winopen(this.href);return false;">{htmlspecialchars($val->title)} - {htmlspecialchars($val->blog_name)}</a>
|
||||
<a href="{getUrl('act','dispBoardDeleteTrackback','trackback_srl',$val->trackback_srl)}"><img src="./images/common/btn_delete.gif" border="0" alt="delete" /></a>
|
||||
</div>
|
||||
<address>
|
||||
<a href="{$val->url}" onclick="winopen(this.href);return false;">{htmlspecialchars($val->blog_name)}</a>
|
||||
<a href="{$val->url}" onclick="winopen(this.href);return false;">{htmlspecialchars($val->excerpt)}</a>
|
||||
<span class="trackback_date">
|
||||
{zdate($val->regdate, "Y.m.d H:i")}
|
||||
({$val->ipaddress})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue