Changeset 7620
- Timestamp:
- Jun 18, 2008, 8:08:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/webapp_biz/modules/ktai/templates/inc_f_home_h_prof.tpl
r6410 r7620 34 34 </td></tr> 35 35 ({/if}) 36 ({if $target_c_member.public_flag_birth_month_day == 'public' || ($target_c_member.public_flag_birth_month_day == 'friend' && $is_friend)}) 36 37 ({if $days_birthday == 0})({* 誕生日当日 *}) 37 38 <tr><td colspan="2" align="center"> … … 46 47 <hr color="#({$ktai_color_config.border_02})"> 47 48 </td></tr> 49 ({/if}) 48 50 ({/if}) 49 51 ({/if}) … … 72 74 ({if $is_h_prof && $target_c_member.public_flag_birth_year == 'friend'})<font color="#({$ktai_color_config.font_09})">※({$WORD_MY_FRIEND_HALF})まで公開</font><br>({/if}) 73 75 ({/if}) 74 ({if $target_c_member.birth_month && $target_c_member.birth_day })76 ({if $target_c_member.birth_month && $target_c_member.birth_day && ($target_c_member.public_flag_birth_month_day == 'public' || ($target_c_member.public_flag_birth_month_day == 'friend' && ($is_friend || $is_h_prof)))}) 75 77 <font color="#({$ktai_color_config.font_06})">誕生日:</font><br> 76 78 ({$target_c_member.birth_month})月({$target_c_member.birth_day})日<br> 79 ({if $is_h_prof && $target_c_member.public_flag_birth_month_day == 'friend'})<font color="#({$ktai_color_config.font_09})">※({$WORD_MY_FRIEND_HALF})まで公開</font><br>({/if}) 77 80 ({/if}) 78 81 ({/capture}) … … 110 113 <font color="#({$ktai_color_config.font_06})">({$item.caption}):</font><br> 111 114 ({$item.value|t_truncate:108:""})<br> 115 ({if $is_h_prof && $item.public_flag == 'friend'})<font color="#({$ktai_color_config.font_09})">※({$WORD_MY_FRIEND_HALF})まで公開</font><br>({/if}) 112 116 ({/if}) 113 117 ({/foreach})
Note: See TracChangeset
for help on using the changeset viewer.