Changeset 4419
- Timestamp:
- Oct 17, 2007, 8:00:26 PM (13 years ago)
- Location:
- OpenPNE/branches/stable-2.10.x
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.10.x/webapp/modules/pc/templates/c_event_list.tpl
r4407 r4419 246 246 <div class="padding_s lh_120"> 247 247 248 ({$item.body| nl2br|t_truncate:48:"":3})248 ({$item.body|t_truncate:48:"":3}) 249 249 250 250 </div> -
OpenPNE/branches/stable-2.10.x/webapp/modules/pc/templates/h_home.tpl
r4407 r4419 1545 1545 <td style="width:268px;" class="bg_02 border_01 padding_l"> 1546 1546 1547 ({$item.intro|t_truncate:36:"":3 |t_url2a|nl2br})1547 ({$item.intro|t_truncate:36:"":3}) 1548 1548 1549 1549 </td> -
OpenPNE/branches/stable-2.10.x/webapp/modules/pc/templates/h_manage_friend.tpl
r4407 r4419 57 57 58 58 ({if $item.intro}) 59 ({$item.intro|t_truncate:48:"":3 |nl2br})<br>59 ({$item.intro|t_truncate:48:"":3})<br> 60 60 <a href="({t_url m=pc a=page_f_intro_edit})&target_c_member_id=({$item.c_member_id})">編集</a> 61 61 -
OpenPNE/branches/stable-2.10.x/webapp/modules/pc/templates/inc_f_home_h_prof.tpl
r4407 r4419 1126 1126 <td style="width:268px;" class="bg_02 border_01 padding_l"> 1127 1127 1128 ({$item.intro|t_truncate:36:"":3 |t_url2a|nl2br})1128 ({$item.intro|t_truncate:36:"":3}) 1129 1129 1130 1130 </td> -
OpenPNE/branches/stable-2.10.x/webapp_biz/modules/pc/templates/h_home.tpl
r4407 r4419 1564 1564 <td style="width:298px;" class="bg_02 border_01 padding_l"> 1565 1565 1566 ({$item.intro|t_truncate:36:"":3 |t_url2a|nl2br})1566 ({$item.intro|t_truncate:36:"":3}) 1567 1567 1568 1568 </td> -
OpenPNE/branches/stable-2.10.x/webapp_biz/modules/pc/templates/inc_f_home_h_prof.tpl
r4407 r4419 1155 1155 <td style="width:298px;" class="bg_02 border_01 padding_l"> 1156 1156 1157 ({$item.intro|t_truncate:36:"":3 |t_url2a|nl2br})1157 ({$item.intro|t_truncate:36:"":3}) 1158 1158 1159 1159 </td>
Note: See TracChangeset
for help on using the changeset viewer.