Changeset 1186
- Timestamp:
- Dec 15, 2006, 6:55:40 AM (15 years ago)
- Location:
- OpenPNE/branches/myumyu/prj_css
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/myumyu/prj_css/public_html/skin2/pc/Default/frame.css
r1185 r1186 28 28 } 29 29 30 /* MyFriend */ 30 31 .myfriend { 31 32 display:block; … … 64 65 text-align:left; 65 66 height: 12px; 67 border-top: 1px; 66 68 } 69 /* Community */ 70 .communitylist { 71 display:block; 72 margin: 6px; 73 padding: 0px; 74 width: 270px; 75 height: 410px; 76 text-align:center; 77 } 78 .commu { 79 display:block; 80 width:87px; 81 height:120px; 82 float:left; 83 } 84 .commuimg { 85 height:90px; 86 } -
OpenPNE/branches/myumyu/prj_css/webapp/modules/pc/templates/h/myfriendlist.tpl
r1185 r1186 30 30 <div class="bg_05"> 31 31 <a href="({t_url m=pc a=page_f_home})&target_c_member_id=({$c_friend_list[id].c_member_id})"> 32 ({$c_friend_list[id].nickname }) (({$c_friend_list[id].friend_count}))32 ({$c_friend_list[id].nickname|t_truncate:20:'..'}) (({$c_friend_list[id].friend_count})) 33 33 </div> 34 34 </span> -
OpenPNE/branches/myumyu/prj_css/webapp/modules/pc/templates/h_home.tpl
r1185 r1186 6 6 ({ext_include file="sh/menubar2.tpl"}) 7 7 <div id="container"> 8 8 9 ({ext_include file="h/searchbar1.tpl"}) 9 10 ({ext_include file="h/information.tpl"}) … … 13 14 ({ext_include file="h/myfriendlist.tpl"}) 14 15 16 ({ext_include file="h/communitylist.tpl"}) 17 15 18 </div>({* end of container*}) 16 19 ({ext_include file="sh/html_footer.tpl"})
Note: See TracChangeset
for help on using the changeset viewer.