- Timestamp:
- 01/22/08 02:42:10 (23 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-28/default_templates/comment_detail.mtml
r1298 r1310 2 2 <div class="inner"> 3 3 <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>18 4 <div class="asset-meta"> 19 5 <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>
