mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
삭제
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
commit
8326004cb2
2773 changed files with 91485 additions and 0 deletions
25
modules/board/skins/cozy_simple_list/trackback.html
Normal file
25
modules/board/skins/cozy_simple_list/trackback.html
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<!-- 엮인글 목록 -->
|
||||
|
||||
<div id="trackback" class="comment">
|
||||
<!--@if($oDocument->getTrackbackCount())-->
|
||||
|
||||
{@ $idx = 0 }
|
||||
<!--@foreach($oDocument->getTrackbacks() as $key => $val)-->
|
||||
<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="{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>
|
||||
<span class="trackback_date">
|
||||
{zdate($val->regdate, "Y.m.d H:i")}
|
||||
({$val->ipaddress})
|
||||
</span>
|
||||
</address>
|
||||
</div>
|
||||
{@ $idx++}
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue