mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1600 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
60902a5889
commit
85e7c3beeb
4 changed files with 7 additions and 7 deletions
|
|
@ -14,10 +14,10 @@
|
||||||
|
|
||||||
<div class="replyOption">
|
<div class="replyOption">
|
||||||
<!--@if($val->is_granted || !$val->member_srl)-->
|
<!--@if($val->is_granted || !$val->member_srl)-->
|
||||||
<a href="{getUrl('act','dispBoardDeleteComment','comment_srl',$val->comment_srl)}"><img src="./images/{$module_info->colorset}/buttonDeleteX.gif" alt="{$lang->cmd_reply}" width="12" height="13" /></a>
|
<a href="{getUrl('act','dispBlogDeleteComment','comment_srl',$val->comment_srl)}"><img src="./images/{$module_info->colorset}/buttonDeleteX.gif" alt="{$lang->cmd_reply}" width="12" height="13" /></a>
|
||||||
<a href="{getUrl('act','dispBoardModifyComment','comment_srl',$val->comment_srl)}"><img src="./images/{$module_info->colorset}/buttonModifyE.gif" alt="{$lang->cmd_modify}" width="20" height="18" /></a>
|
<a href="{getUrl('act','dispBlogModifyComment','comment_srl',$val->comment_srl)}"><img src="./images/{$module_info->colorset}/buttonModifyE.gif" alt="{$lang->cmd_modify}" width="20" height="18" /></a>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
<a href="{getUrl('act','dispBoardReplyComment','comment_srl',$val->comment_srl)}"><img src="./images/{$module_info->colorset}/buttonReply.gif" alt="{$lang->cmd_reply}" width="20" height="18" /></a>
|
<a href="{getUrl('act','dispBlogReplyComment','comment_srl',$val->comment_srl)}"><img src="./images/{$module_info->colorset}/buttonReply.gif" alt="{$lang->cmd_reply}" width="20" height="18" /></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="date">
|
<div class="date">
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
<a name="trackback_{$val->trackback_srl}"></a>
|
<a name="trackback_{$val->trackback_srl}"></a>
|
||||||
<address>
|
<address>
|
||||||
<a href="#" onclick="winopen('{$val->url}');return false;">{htmlspecialchars($val->blog_name)}</a>
|
<a href="#" onclick="winopen('{$val->url}');return false;">{htmlspecialchars($val->blog_name)}</a>
|
||||||
<a href="{getUrl('act','dispBoardDeleteTrackback','trackback_srl',$val->trackback_srl)}"><img src="./images/{$module_info->colorset}/buttonDeleteX.gif" border="0" alt="delete" width="12" height="13" /></a>
|
<a href="{getUrl('act','dispBlogDeleteTrackback','trackback_srl',$val->trackback_srl)}"><img src="./images/{$module_info->colorset}/buttonDeleteX.gif" border="0" alt="delete" width="12" height="13" /></a>
|
||||||
<span class="date">
|
<span class="date">
|
||||||
{zdate($val->regdate, "Y.m.d H:i")}
|
{zdate($val->regdate, "Y.m.d H:i")}
|
||||||
({$val->ipaddress})
|
({$val->ipaddress})
|
||||||
|
|
|
||||||
|
|
@ -29,8 +29,8 @@
|
||||||
|
|
||||||
<!--@if($document->is_granted || !$document->member_srl)-->
|
<!--@if($document->is_granted || !$document->member_srl)-->
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="{getUrl('act','dispBoardWrite','document_srl',$document->document_srl)}" class="buttonTypeB"><img src="./images/blank.gif" alt="" class="leftCap" />{$lang->cmd_modify}<img src="./images/blank.gif" alt="" class="rightCap" /></a></li>
|
<li><a href="{getUrl('act','dispBlogWrite','document_srl',$document->document_srl)}" class="buttonTypeB"><img src="./images/blank.gif" alt="" class="leftCap" />{$lang->cmd_modify}<img src="./images/blank.gif" alt="" class="rightCap" /></a></li>
|
||||||
<li><a href="{getUrl('act','dispBoardDelete','document_srl',$document->document_srl)}" class="buttonTypeB"><img src="./images/blank.gif" alt="" class="leftCap" />{$lang->cmd_delete}<img src="./images/blank.gif" alt="" class="rightCap" /></a></li>
|
<li><a href="{getUrl('act','dispBlogDelete','document_srl',$document->document_srl)}" class="buttonTypeB"><img src="./images/blank.gif" alt="" class="leftCap" />{$lang->cmd_delete}<img src="./images/blank.gif" alt="" class="rightCap" /></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -90,7 +90,7 @@
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<div class="buttonWrite">
|
<div class="buttonWrite">
|
||||||
<!--@if($act&&$act!='dispBoardContent')-->
|
<!--@if($act&&$act!='dispBlogContent')-->
|
||||||
<input type="button" value="{$lang->cmd_back}" onclick="location.href='{getUrl('act','')}'" />
|
<input type="button" value="{$lang->cmd_back}" onclick="location.href='{getUrl('act','')}'" />
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
<input type="submit" value="{$lang->cmd_registration}" accesskey="s" />
|
<input type="submit" value="{$lang->cmd_registration}" accesskey="s" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue