Changeset 4392
- Timestamp:
- Oct 15, 2007, 8:48:24 PM (13 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
r4382 r4392 63 63 64 64 ({capture name="birth"}) 65 ({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><br>({$target_c_member.age})歳<br>65 ({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><br>({$target_c_member.age})歳<br> 66 66 ({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}) 67 67 ({/if}) … … 73 73 74 74 ({foreach from=$target_c_member.profile key=key item=item}) 75 ({if $item.public_flag != "private" && ($i s_h_prof || ($item.public_flag == "public" || ($item.public_flag == "friend" && $is_friend)))})75 ({if $item.public_flag != "private" && ($item.public_flag == "public" || ($item.public_flag == "friend" && $is_friend))}) 76 76 ({if $item.form_type != 'textarea'}) 77 77 -
OpenPNE/branches/stable-2.10.x/webapp/modules/pc/templates/inc_f_home_h_prof.tpl
r4344 r4392 844 844 ({capture name="birth"}) 845 845 <!-- ここから:主内容>年齢 --> 846 ({if $target_c_member. public_flag_birth_year == 'public' || ($target_c_member.public_flag_birth_year == 'friend' && $is_friend)})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))}) 847 847 <tr> 848 848 <td class="border_01 bg_09 padding_s" style="width:90px;border-right:none;border-top:none;"> … … 879 879 ({/capture}) 880 880 ({foreach from=$target_c_member.profile key=key item=item}) 881 ({if $item.public_flag != "private" && ($i s_h_prof || ($item.public_flag == "public" || ($item.public_flag == "friend" && $is_friend)))})881 ({if $item.public_flag != "private" && ($item.public_flag == "public" || ($item.public_flag == "friend" && $is_friend))}) 882 882 ({strip}) 883 883 -
OpenPNE/branches/stable-2.10.x/webapp_biz/modules/ktai/templates/inc_f_home_h_prof.tpl
r4382 r4392 68 68 69 69 ({capture name="birth"}) 70 ({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><br>({$target_c_member.age})歳<br>70 ({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><br>({$target_c_member.age})歳<br> 71 71 ({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}) 72 72 ({/if}) … … 77 77 78 78 ({foreach from=$target_c_member.profile key=key item=item}) 79 ({if $item.public_flag != "private" && ($i s_h_prof || ($item.public_flag == "public" || ($item.public_flag == "friend" && $is_friend)))})79 ({if $item.public_flag != "private" && ($item.public_flag == "public" || ($item.public_flag == "friend" && $is_friend))}) 80 80 ({if $item.form_type != 'textarea'}) 81 81 -
OpenPNE/branches/stable-2.10.x/webapp_biz/modules/pc/templates/inc_f_home_h_prof.tpl
r4344 r4392 871 871 ({capture name="birth"}) 872 872 <!-- ここから:主内容>年齢 --> 873 ({if $target_c_member. public_flag_birth_year == 'public' || ($target_c_member.public_flag_birth_year == 'friend' && $is_friend)})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))}) 874 874 <tr> 875 875 <td class="border_01 bg_09 padding_s" style="width:90px;border-right:none;border-top:none;"> … … 889 889 <!-- ここまで:主内容>年齢 --> 890 890 <!-- ここから:主内容>誕生日 --> 891 ({if $target_c_member.birth_month && $target_c_member.birth_day}) 891 892 <tr> 892 893 <td class="border_01 bg_09 padding_s" style="width:90px;border-right:none;border-top:none;"> … … 901 902 </td> 902 903 </tr> 904 ({/if}) 903 905 <!-- ここまで:主内容>誕生日 --> 904 906 ({/capture}) 905 907 ({foreach from=$target_c_member.profile key=key item=item}) 906 ({if $item.public_flag != "private" && ($item.public_flag == "public" || ($item.public_flag == "friend" && $is_friend) || $is_h_prof)})908 ({if $item.public_flag != "private" && ($item.public_flag == "public" || ($item.public_flag == "friend" && $is_friend))}) 907 909 ({strip}) 908 910
Note: See TracChangeset
for help on using the changeset viewer.