From: garvinhicking Date: Mon, 30 Jan 2006 10:14:17 +0000 (+0000) Subject: More IDs and classes for specific outputs. X-Git-Tag: 1.0~125 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=64c8cfd2fc661ef1c5895b85877aa267caa443e0;p=s9y.git More IDs and classes for specific outputs. Remove unnecessary
s. --- diff --git a/templates/default/commentpopup.tpl b/templates/default/commentpopup.tpl index 3808377..0a08001 100644 --- a/templates/default/commentpopup.tpl +++ b/templates/default/commentpopup.tpl @@ -20,24 +20,24 @@ {if $is_comment_added} - {$CONST.COMMENT_ADDED}{$comment_string.0}{$comment_string.1}{$comment_string.2}{$comment_string.3}{$comment_string.4} + {elseif $is_comment_notadded} - {$CONST.COMMENT_NOT_ADDED}{$comment_string.0}{$comment_string.1}{$comment_string.2}{$comment_string.3}{$comment_string.4} + {elseif $is_comment_empty} - {$comment_string.0}{$comment_string.1} + {elseif $is_showtrackbacks} -
{$CONST.TRACKBACKS}

+
{$CONST.TRACKBACKS}
-
{$CONST.TRACKBACK_SPECIFIC}:
-
{$comment_url}
+
{$CONST.TRACKBACK_SPECIFIC}:
+
{$comment_url}
-
{$CONST.DIRECT_LINK}:
+
{$CONST.DIRECT_LINK}:
{$comment_entryurl}
diff --git a/templates/default/comments.tpl b/templates/default/comments.tpl index e8873f3..0812d0c 100644 --- a/templates/default/comments.tpl +++ b/templates/default/comments.tpl @@ -3,22 +3,25 @@
{$comment.body}
- #{$comment.trace} + #{$comment.trace} + {if $comment.email} {$comment.author|@default:$CONST.ANONYMOUS} {else} {$comment.author|@default:$CONST.ANONYMOUS} {/if} + {if $comment.url} - (Link) + (Link) {/if} {$CONST.ON} - {$comment.timestamp|@formatTime:$CONST.DATE_FORMAT_SHORT} + {$comment.timestamp|@formatTime:$CONST.DATE_FORMAT_SHORT} + {if $entry.is_entry_owner} - (delete) + (delete) {/if} {if $entry.allow_comments} - ({$CONST.REPLY}) + ({$CONST.REPLY})
{/if}
diff --git a/templates/default/entries_archives.tpl b/templates/default/entries_archives.tpl index 90906e0..9c62fcf 100644 --- a/templates/default/entries_archives.tpl +++ b/templates/default/entries_archives.tpl @@ -1,16 +1,16 @@ {serendipity_hookPlugin hook="entries_header"} {foreach from=$archives item="archive"} - - - +

{$archive.year}

+ + {foreach from=$archive.months item="month"} - - - - - - + + + + + + {/foreach}

{$archive.year}

{$month.date|@formatTime:"%B"}{$month.entry_count} {$CONST.ENTRIES}({if $month.entry_count}{/if}{$CONST.VIEW_FULL}{if $month.entry_count}{/if})({if $month.entry_count}{/if}{$CONST.VIEW_TOPICS}{if $month.entry_count}{/if})
{$month.date|@formatTime:"%B"}{$month.entry_count} {$CONST.ENTRIES}
diff --git a/templates/default/entries_summary.tpl b/templates/default/entries_summary.tpl index 27b8197..c8b526c 100644 --- a/templates/default/entries_summary.tpl +++ b/templates/default/entries_summary.tpl @@ -6,7 +6,7 @@ {foreach from=$entries item="entries"} {foreach from=$entries.entries item="entry"}
  • {$entry.title} -
    {$CONST.POSTED_BY} {$entry.author} {$CONST.ON} {$entry.timestamp|@formatTime:DATE_FORMAT_ENTRY}
  • +
    {$CONST.POSTED_BY} {$entry.author} {$CONST.ON} {$entry.timestamp|@formatTime:DATE_FORMAT_ENTRY}
    {/foreach} {/foreach} diff --git a/templates/default/plugin_categories.tpl b/templates/default/plugin_categories.tpl index f0adb58..726b3ae 100644 --- a/templates/default/plugin_categories.tpl +++ b/templates/default/plugin_categories.tpl @@ -20,10 +20,10 @@ {if $is_form} -

    +
    {/if} -
    {$CONST.ALL_CATEGORIES} + {if $is_form}