Show
Ignore:
Timestamp:
02/02/08 05:03:26 (22 months ago)
Author:
fumiakiy
Message:

Merging the latest of Release-28 to 29. svn merge -r1307:1332 http://code.sixapart.com/svn/movabletype/branches/release-28 .

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-29/default_templates/comment_detail.mtml

    r1308 r1350  
    22    <div class="inner"> 
    33        <div class="comment-header"> 
    4 <mt:IfImageSupport> 
    5             <div class="user-pic"> 
    6                 <mt:if tag="CommenterUserpic"> 
    7                 <img src="<$MTCommenterUserpicURL$>" width="50" height="50" alt="user-pic" /> 
    8                 <mt:else> 
    9                     <mt:if tag="CommenterAuthIconURL"> 
    10                 <a href="<$MTCommenterURL$>" class="auth-icon"><img src="<$MTCommenterAuthIconURL size="logo_small"$>" alt="<$mt:CommenterAuthType$>"/></a> 
    11                 <img src="<$MTStaticWebPath$>images/default-userpic-90.jpg" width="50" height="50" alt="<__trans phrase="default userpic">" /> 
    12                     <mt:else> 
    13                 <img src="<$MTStaticWebPath$>images/default-userpic-90.jpg" width="50" height="50" alt="<__trans phrase="default userpic">" /> 
    14                     </mt:if> 
    15                 </mt:if> 
    16             </div> 
    17 </mt:IfImageSupport> 
    184            <div class="asset-meta"> 
    19                 <span class="byline"><__trans phrase="By [_1] on [_2]" params='<span class="vcard author"><MTIfNonEmpty tag="CommenterID"><a href="<$MTCommenterURL$>"><$MTCommenterName$></a><MTElse><$MTCommentAuthorLink default_name="Anonymous" show_email="0"$></MTIfNonEmpty></span>%%<a href="#comment-<$MTCommentID$>"><abbr class="published" title="<$MTCommentDate format_name="iso8601"$>"><$MTCommentDate$></abbr></a>'></span> 
     5                <span class="byline"><__trans phrase="By [_1] on [_2]" params='<span class="vcard author"><$MTCommentAuthorLink default_name="Anonymous" show_email="0"$></span><MTIfNonEmpty tag="CommentAuthorIdentity"><$MTCommentAuthorIdentity$></MTIfNonEmpty>%%<a href="#comment-<$MTCommentID$>"><abbr class="published" title="<$MTCommentDate format_name="iso8601"$>"><$MTCommentDate$></abbr></a>'></span> 
    206            </div> 
    217        </div>