|
Revision 2603, 1.7 kB
(checked in by bsmith, 18 months ago)
|
|
bugzid:79938 - Normalizing Template Tags
|
| Line | |
|---|
| 1 | <mt:If name="unapproved"><mt:If name="entry_id"><__trans phrase="An unapproved TrackBack has been posted on your blog [_1], for entry #[_2] ([_3]). You need to approve this TrackBack before it will appear on your site." params="<$mt:BlogName$>%%<$mt:EntryID$>%%<$mt:EntryTitle$>">"><mt:Else><mt:If name="category_id"><__trans phrase="An unapproved TrackBack has been posted on your blog [_1], for category #[_2], ([_3]). You need to approve this TrackBack before it will appear on your site." params="<$mt:BlogName$>%%<$mt:CategoryID$>%%<$mt:CategoryLabel$>"></mt:If></mt:If></mt:If><mt:Unless name="unapproved"><mt:If name="entry_id"><__trans phrase="A new TrackBack has been posted on your blog [_1], on entry #[_2] ([_3])." params="<$mt:BlogName$>%%<$mt:EntryID$>%%<$mt:EntryTitle$>"><mt:Else><mt:If name="category_id"><__trans phrase="A new TrackBack has been posted on your blog [_1], on category #[_2] ([_3])." params="<$mt:BlogName$>%%<$mt:CategoryID$>%%<$mt:CategoryLabel$>"></mt:If></mt:If></mt:Unless> |
|---|
| 2 | |
|---|
| 3 | <__trans phrase="Excerpt">: |
|---|
| 4 | <$mt:PingExcerpt wrap_text="72"$> |
|---|
| 5 | |
|---|
| 6 | <__trans phrase="URL">: <$mt:PingURL$> |
|---|
| 7 | <__trans phrase="Title">: <$mt:PingTitle$> |
|---|
| 8 | <__trans phrase="Blog">: <$mt:PingBlogName$> |
|---|
| 9 | <__trans phrase="IP address">: <$mt:PingIP$> |
|---|
| 10 | |
|---|
| 11 | <mt:If name="state_editable"><mt:If name="unapproved"><__trans phrase="Approve TrackBack">: |
|---|
| 12 | <<$mt:Var name="approve_url"$>> |
|---|
| 13 | </mt:If></mt:If> |
|---|
| 14 | <mt:If name="entry"><mt:IfNonEmpty tag="EntryPermalink"><__trans phrase="View TrackBack">: |
|---|
| 15 | <<$mt:EntryPermalink$>> |
|---|
| 16 | </mt:IfNonEmpty></mt:If> |
|---|
| 17 | <mt:If name="state_editable"><__trans phrase="Report TrackBack as spam">: |
|---|
| 18 | <<$mt:Var name="spam_url"$>> |
|---|
| 19 | </mt:If> |
|---|
| 20 | <__trans phrase="Edit TrackBack">: |
|---|
| 21 | <<$mt:Var name="edit_url"$>> |
|---|
| 22 | |
|---|
| 23 | <$mt:Include module="<__trans phrase="Mail Footer">"$> |
|---|