Changeset 9203
- Timestamp:
- Nov 17, 2008, 7:56:09 PM (14 years ago)
- Location:
- OpenPNE/trunk/webapp/modules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/webapp/modules/ktai/templates/inc_f_home_h_prof.tpl
r7743 r9203 84 84 ({/if}) 85 85 86 ({if !$item.value ==""}) 86 87 <font color="#({$ktai_color_config.font_06})">({$item.caption}):</font><br> 87 88 ({if $item.form_type == 'checkbox'}) … … 94 95 <br> 95 96 ({if $is_h_prof && $item.public_flag == 'friend'})<font color="#({$ktai_color_config.font_09})">※({$WORD_MY_FRIEND_HALF})まで公開</font><br>({/if}) 96 97 ({/if}) 97 98 ({/if}) 98 99 ({/if}) … … 105 106 ({foreach from=$target_c_member.profile key=key item=item}) 106 107 ({if $item.public_flag != "private" && ($item.public_flag == "public" || ($item.public_flag == "friend" && ($is_friend || $is_h_prof)))}) 108 ({if !$item.value ==""}) 107 109 ({if $item.form_type == 'textarea'}) 108 110 <font color="#({$ktai_color_config.font_06})">({$item.caption}):</font><br> 109 111 ({$item.value|t_truncate:108:""})<br> 110 112 ({if $is_h_prof && $item.public_flag == 'friend'})<font color="#({$ktai_color_config.font_09})">※({$WORD_MY_FRIEND_HALF})まで公開</font><br>({/if}) 113 ({/if}) 111 114 ({/if}) 112 115 ({/if}) -
OpenPNE/trunk/webapp/modules/pc/templates/inc_f_home_h_prof.tpl
r8041 r9203 272 272 ({/if}) 273 273 ({/strip}) 274 ({if !$item.value ==""}) 274 275 <tr><th>({$item.caption})</th><td> 275 276 ({if $item.form_type == 'textarea'}) … … 280 281 ({$item.value}) 281 282 ({/if}) 282 283 283 ({if $is_h_prof && $item.public_flag == 'friend'}) 284 284 <span class="caution">※({$WORD_MY_FRIEND})まで公開</span> 285 285 ({/if}) 286 286 </td></tr> 287 ({/if}) 287 288 ({/if}) 288 289 ({/foreach})
Note: See TracChangeset
for help on using the changeset viewer.