Changeset 4344
- Timestamp:
- Oct 11, 2007, 3:46:44 PM (15 years ago)
- Location:
- OpenPNE/branches/stable-2.10.x
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.10.x/webapp/modules/ktai/templates/inc_f_home_h_prof.tpl
r4335 r4344 67 67 68 68 ({capture name="birth"}) 69 ({if $target_c_member. age !== NULL && $target_c_member.public_flag_birth_year == 'public' || ($target_c_member.public_flag_birth_year == 'friend' && $is_friend)})<font color="#({$ktai_color_config.font_06})">年齢:</font>({$target_c_member.age})歳<br>69 ({if $target_c_member.public_flag_birth_year == 'public' || ($target_c_member.public_flag_birth_year == 'friend' && $is_friend)})<font color="#({$ktai_color_config.font_06})">年齢:</font>({$target_c_member.age})歳<br> 70 70 ({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}) 71 71 ({/if}) -
OpenPNE/branches/stable-2.10.x/webapp/modules/pc/templates/inc_f_home_h_prof.tpl
r4335 r4344 844 844 ({capture name="birth"}) 845 845 <!-- ここから:主内容>年齢 --> 846 ({if $target_c_member. age !== NULL && $target_c_member.public_flag_birth_year == 'public' || ($target_c_member.public_flag_birth_year == 'friend' && $is_friend)})846 ({if $target_c_member.public_flag_birth_year == 'public' || ($target_c_member.public_flag_birth_year == 'friend' && $is_friend)}) 847 847 <tr> 848 848 <td class="border_01 bg_09 padding_s" style="width:90px;border-right:none;border-top:none;"> -
OpenPNE/branches/stable-2.10.x/webapp_biz/modules/ktai/templates/inc_f_home_h_prof.tpl
r4335 r4344 71 71 72 72 ({capture name="birth"}) 73 ({if $target_c_member. age !== NULL && $target_c_member.public_flag_birth_year == 'public' || ($target_c_member.public_flag_birth_year == 'friend' && $is_friend)})<font color="#({$ktai_color_config.font_06})">年齢:</font>({$target_c_member.age})歳<br>73 ({if $target_c_member.public_flag_birth_year == 'public' || ($target_c_member.public_flag_birth_year == 'friend' && $is_friend)})<font color="#({$ktai_color_config.font_06})">年齢:</font>({$target_c_member.age})歳<br> 74 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}) 75 75 ({/if}) -
OpenPNE/branches/stable-2.10.x/webapp_biz/modules/pc/templates/inc_f_home_h_prof.tpl
r4335 r4344 871 871 ({capture name="birth"}) 872 872 <!-- ここから:主内容>年齢 --> 873 ({if $target_c_member. age !== NULL && $target_c_member.public_flag_birth_year == 'public' || ($target_c_member.public_flag_birth_year == 'friend' && $is_friend)})873 ({if $target_c_member.public_flag_birth_year == 'public' || ($target_c_member.public_flag_birth_year == 'friend' && $is_friend)}) 874 874 <tr> 875 875 <td class="border_01 bg_09 padding_s" style="width:90px;border-right:none;border-top:none;">
Note: See TracChangeset
for help on using the changeset viewer.