|
Revision 1298, 1.6 kB
(checked in by fumiakiy, 23 months ago)
|
|
Removed a reference to last special variable. It has not yet been supported in dynamic publishing. BugId:66786
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | <div class="comment"<MTIfArchiveTypeEnabled archive_type="Individual"> id="comment-<$MTCommentID$>"</MTIfArchiveTypeEnabled>> |
|---|
| 2 | <div class="inner"> |
|---|
| 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 | <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> |
|---|
| 20 | </div> |
|---|
| 21 | </div> |
|---|
| 22 | <div class="comment-content"> |
|---|
| 23 | <$MTCommentBody$> |
|---|
| 24 | </div> |
|---|
| 25 | </div> |
|---|
| 26 | </div> |
|---|
| 27 | |
|---|