- Timestamp:
- 09/30/08 21:17:52 (2 months ago)
- Location:
- events/phpframework/codeigniter/trunk/system/application/views
- Files:
-
- 4 modified
-
home/side.php (modified) (1 diff)
-
js/default.php (modified) (2 diffs)
-
user/main.php (modified) (2 diffs)
-
user/side.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/codeigniter/trunk/system/application/views/home/side.php
r20283 r20311 21 21 <li> 22 22 <span class="label"><?=anchor('user/friends', 'あなたがフォロー')?></span> 23 <span ><?=$friends_count?></span>23 <span id="side_count_friend"><?=$friends_count?></span> 24 24 </li> 25 25 <li> 26 26 <span class="label"><?=anchor('user/followers', 'あなたをフォロー')?></span> 27 <span ><?=$followers_count?></span>27 <span id="side_count_follower"><?=$followers_count?></span> 28 28 </li> 29 29 <li> 30 30 <span class="label"><?=anchor('account/archive', 'これまでの投稿')?></span> 31 <span ><?=$posts_count?></span>31 <span id="side_count_post"><?=$posts_count?></span> 32 32 </li> 33 33 </ul> -
events/phpframework/codeigniter/trunk/system/application/views/js/default.php
r20290 r20311 7 7 $('#message').val('').focus(); 8 8 $('p#last_comment').text(comment); 9 count = parseInt($('#side_count_post').text()) + 1; 10 $('#side_count_post').text(count); 9 11 }); 10 12 }); … … 17 19 if (confirm('削除してもよいですか?取り消しできません!')){ 18 20 $.post('<?=site_url('status/delete')?>', {id: id, ticket: $('#ticket').val()}, removeComment, 'html'); 21 count = parseInt($('#side_count_post').text()) - 1; 22 $('#side_count_post').text(count); 19 23 }; 20 24 } -
events/phpframework/codeigniter/trunk/system/application/views/user/main.php
r20303 r20311 7 7 }); 8 8 }); 9 10 9 function followMsg(data){ 11 10 $('div[class="main"]').prepend(data); … … 22 21 }); 23 22 }); 24 25 23 function removeMsg(data){ 26 24 $('div[class="main"]').prepend(data); -
events/phpframework/codeigniter/trunk/system/application/views/user/side.php
r20283 r20311 29 29 <li> 30 30 <span class="label"><?=anchor('user/index/' . $username, 'これまでの投稿')?></span> 31 <span ><?=$posts_count?></span>31 <span id="side_count_post"><?=$posts_count?></span> 32 32 </li> 33 33 </ul>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)