Changeset 12047
- Timestamp:
- Jun 29, 2009, 1:01:33 PM (12 years ago)
- Location:
- OpenPNE/branches/work/urabe/2.14/2088/webapp/modules
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/work/urabe/2.14/2088/webapp/modules/admin/templates/edit_skin_image.tpl
r9089 r12047 544 544 </dl> 545 545 <dl class="box"> 546 <dt><strong>「コメントする」</strong></dt> 547 <dd class="image">({assign var=skinname value=button_comment})<img src="({t_img_url_skin filename=$skinname})"></dd> 548 <dd class="default">({if $skin_list[$skinname]})[<a href="?m=({$module_name})&a=do_({$hash_tbl->hash('delete_skin_image','do')})&skinname=({$skinname})&sessid=({$PHPSESSID})">デフォルトに戻す</a>]({/if})</dd> 549 <dd class="submit"> 550 <form action="./" method="post" enctype="multipart/form-data" > 551 <input type="hidden" name="m" value="({$module_name})" /> 552 <input type="hidden" name="a" value="do_({$hash_tbl->hash('update_skin_image','do')})" /> 553 <input type="hidden" name="sessid" value="({$PHPSESSID})" /> 554 <input type="hidden" name="skinname" value="button_comment" /> 555 <input type="file" name="upfile" /><span class="textBtnS"><input type="submit" value=" 変 更 " /></span> 556 </form></dd> 557 </dl> 558 <dl class="box"> 546 559 <dt><strong>それ以外のボタン背景画像</strong></dt> 547 560 <dd class="image">({assign var=skinname value=bg_button})<img src="({t_img_url_skin filename=$skinname})"></dd> -
OpenPNE/branches/work/urabe/2.14/2088/webapp/modules/pc/templates/c_event_detail.tpl
r11667 r12047 140 140 <a href="({t_url m=pc a=page_f_home})&target_c_member_id=({$item.c_member_id})">({$item.nickname})</a> 141 141 ({if $c_member_id == $item.c_member_id || $c_member_id == $c_commu.c_member_id_admin || $c_member_id == $c_commu.c_member_id_sub_admin}) <a href="({t_url m=pc a=page_c_event_write_delete_confirm})&target_c_commu_topic_comment_id=({$item.c_commu_topic_comment_id})">削除</a>({/if}) 142 ({if $is_c_commu_member && $is_writable_comment && $smarty.const.USE_RESPONSE_COMMENT}) <a href="javascript:void(0);" onclick="response_comment_format('({$item.nickname})', '({$item.number})', 'comment_box');return false;" ><img src=" ./skin/default/img/button_comment.gif" alt="コメント返信ボタン" /></a>({/if})</p>142 ({if $is_c_commu_member && $is_writable_comment && $smarty.const.USE_RESPONSE_COMMENT}) <a href="javascript:void(0);" onclick="response_comment_format('({$item.nickname})', '({$item.number})', 'comment_box');return false;" ><img src="({t_img_url_skin filename=button_comment})" alt="コメント返信ボタン" /></a>({/if})</p> 143 143 </div> 144 144 <div class="body"> -
OpenPNE/branches/work/urabe/2.14/2088/webapp/modules/pc/templates/c_topic_detail.tpl
r11667 r12047 99 99 <a href="({t_url m=pc a=page_f_home})&target_c_member_id=({$item.c_member_id})">({$item.nickname})</a> 100 100 ({if $c_member_id == $item.c_member_id || $c_member_id == $c_commu.c_member_id_admin || $c_member_id == $c_commu.c_member_id_sub_admin}) <a href="({t_url m=pc a=page_c_topic_write_delete_confirm})&target_c_commu_topic_comment_id=({$item.c_commu_topic_comment_id})">削除</a>({/if}) 101 ({if $is_c_commu_member && $is_writable_comment && $smarty.const.USE_RESPONSE_COMMENT}) <a href="javascript:void(0);" onclick="response_comment_format('({$item.nickname})', '({$item.number})', 'comment_box');return false;" ><img src=" ./skin/default/img/button_comment.gif" alt="コメント返信ボタン" /></a>({/if})101 ({if $is_c_commu_member && $is_writable_comment && $smarty.const.USE_RESPONSE_COMMENT}) <a href="javascript:void(0);" onclick="response_comment_format('({$item.nickname})', '({$item.number})', 'comment_box');return false;" ><img src="({t_img_url_skin filename=button_comment})" alt="コメント返信ボタン" /></a>({/if}) 102 102 </p> 103 103 </div> -
OpenPNE/branches/work/urabe/2.14/2088/webapp/modules/pc/templates/fh_diary.tpl
r11667 r12047 186 186 ({if $item.nickname}) <a href="({t_url m=pc a=page_f_home})&target_c_member_id=({$item.c_member_id})">({$item.nickname})</a>({/if}) 187 187 ({if $type == 'f' && $item.c_member_id == $member.c_member_id}) <a href="({t_url m=pc a=page_fh_delete_comment})&target_c_diary_id=({$target_diary.c_diary_id})&target_c_diary_comment_id=({$item.c_diary_comment_id})">削除</a>({/if}) 188 ({if $is_writable_comment && $smarty.const.USE_RESPONSE_COMMENT}) <a href="javascript:void(0);" onclick="response_comment_format('({$item.nickname})', '({$item.number})', 'comment_box');return false;" ><img src=" ./skin/default/img/button_comment.gif" alt="コメント返信ボタン" /></a>({/if})188 ({if $is_writable_comment && $smarty.const.USE_RESPONSE_COMMENT}) <a href="javascript:void(0);" onclick="response_comment_format('({$item.nickname})', '({$item.number})', 'comment_box');return false;" ><img src="({t_img_url_skin filename=button_comment})" alt="コメント返信ボタン" /></a>({/if}) 189 189 </p> 190 190 </div>
Note: See TracChangeset
for help on using the changeset viewer.