Show
Ignore:
Timestamp:
09/01/08 09:03:20 (4 months ago)
Author:
poolmmjp
Message:
  • fav状況を★マークで表示するようにした(Twitter/FriendFeed)。
  • ★マークをクリックしてfavできるようにした(Twitter/FriendFeed/Wassr/はてなハイク)。
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/csharp/MMMMB/MMMMB/main.template

    r18079 r18564  
    7070                font-size: 80%; 
    7171            } 
     72            a.favorite_on{ 
     73                text-decoration: none; 
     74                color: #f8b836; 
     75            } 
     76            a.favorite_off{ 
     77                text-decoration: none; 
     78                color: #dcdcdc; 
     79            } 
    7280            p.content{ 
    7381                margin: 0; 
     
    9098            function permalink_click(permalink){ 
    9199                window.external.PermalinkClick(permalink); 
     100            } 
     101            function favorite_click(permalink){ 
     102                window.external.FavoriteClick(permalink); 
    92103            } 
    93104            window.onload = function(){