- Timestamp:
- Mar 25, 2008, 3:45:06 PM (15 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/webapp_biz/modules/pc/templates/inc_f_home_h_prof.tpl
r6057 r6059 57 57 ({/if}) 58 58 59 ({if $calendar}) 60 ({$calendar|smarty:nodefaults}) 61 ({/if}) 62 59 63 </div><!-- Top --> 60 64 <div id="Left"> 61 65 62 66 ({if $inc_entry_point[3]})({$inc_entry_point[3]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'}) ({/if}) 63 64 ({* {{{ homePhotoBox *})65 <div class="dparts homePhotoBox">66 ({if !$is_h_prof && ($is_friend || $friend_path)})67 <p class="friendLink">({$c_member.nickname})({if $friend_path}) ⇒ <a href="({t_url m=pc a=page_f_home})&target_c_member_id=({$friend_path.c_member_id})">({$friend_path.nickname})</a>({/if}) ⇒ <a href="({t_url m=pc a=page_f_home})&target_c_member_id=({$target_c_member.c_member_id})">({$target_c_member.nickname})</a></p>68 ({/if})69 <div class="parts">70 <p class="photo"><img src="({t_img_url filename=$target_c_member.image_filename w=180 h=180 noimg=no_image})" class="pict" alt="プロフィール写真" /></p>71 ({if $target_c_member.image_filename})72 <ul class="moreInfo button">73 ({if $is_h_prof})74 <li><a href="({t_url m=pc a=page_h_config_image})"><img src="({t_img_url_skin filename=button_edit_photo})" alt="写真を編集" /></a></li>75 ({else})76 <li><a href="({t_url m=pc a=page_f_show_image})&target_c_member_id=({$target_c_member.c_member_id})"><img src="({t_img_url_skin filename=button_show_photo})" alt="もっと写真を見る" /></a></li>77 ({/if})78 </ul>79 ({/if})80 </div>81 <p class="text">({$target_c_member.nickname})さん (({$c_friend_count}))</p>82 <p class="loginTime">(最終ログインは({$target_c_member.last_login}))</p>83 </div>84 ({* }}} *})85 67 86 68 ({if $inc_entry_point[4]})({$inc_entry_point[4]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'})({/if}) … … 158 140 ({if $inc_entry_point[5]})({$inc_entry_point[5]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'}) ({/if}) 159 141 142 ({if $group_list}) 143 ({$group_list|smarty:nodefaults}) 144 ({/if}) 145 160 146 ({if $c_commu_list}) 161 147 ({* {{{ homeNineTable *})
Note: See TracChangeset
for help on using the changeset viewer.