Changeset 7623
- Timestamp:
- Jun 18, 2008, 10:59:49 PM (14 years ago)
- Location:
- OpenPNE/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/webapp/modules/ktai/templates/inc_f_home_h_prof.tpl
r7619 r7623 104 104 <tr><td colspan="2"> 105 105 ({foreach from=$target_c_member.profile key=key item=item}) 106 ({if $item.public_flag != "private" && ($item.public_flag == "public" || ($item.public_flag == "friend" && ($is_friend || $is_h_prof)))}) 106 107 ({if $item.form_type == 'textarea'}) 107 108 <font color="#({$ktai_color_config.font_06})">({$item.caption}):</font><br> 108 109 ({$item.value|t_truncate:108:""})<br> 109 110 ({if $is_h_prof && $item.public_flag == 'friend'})<font color="#({$ktai_color_config.font_09})">※({$WORD_MY_FRIEND_HALF})まで公開</font><br>({/if}) 111 ({/if}) 110 112 ({/if}) 111 113 ({/foreach}) -
OpenPNE/trunk/webapp_biz/modules/ktai/templates/inc_f_home_h_prof.tpl
r7620 r7623 110 110 <tr><td colspan="2"> 111 111 ({foreach from=$target_c_member.profile key=key item=item}) 112 ({if $item.public_flag != "private" && ($item.public_flag == "public" || ($item.public_flag == "friend" && ($is_friend || $is_h_prof)))}) 112 113 ({if $item.form_type == 'textarea'}) 113 114 <font color="#({$ktai_color_config.font_06})">({$item.caption}):</font><br> 114 115 ({$item.value|t_truncate:108:""})<br> 115 116 ({if $is_h_prof && $item.public_flag == 'friend'})<font color="#({$ktai_color_config.font_09})">※({$WORD_MY_FRIEND_HALF})まで公開</font><br>({/if}) 117 ({/if}) 116 118 ({/if}) 117 119 ({/foreach})
Note: See TracChangeset
for help on using the changeset viewer.