Changeset 2810
- Timestamp:
- 11/14/08 16:02:59 (8 weeks ago)
- Location:
- trunk/htdocs/system/themes
- Files:
-
- 13 modified
-
charcoal/comments.php (modified) (1 diff)
-
charcoal/entry.single.php (modified) (1 diff)
-
charcoal/home.php (modified) (1 diff)
-
charcoal/multiple.php (modified) (1 diff)
-
charcoal/search.php (modified) (1 diff)
-
charcoal/tag.php (modified) (1 diff)
-
k2/comments.php (modified) (1 diff)
-
k2/entry.multiple.php (modified) (1 diff)
-
k2/entry.single.php (modified) (1 diff)
-
k2/home.php (modified) (1 diff)
-
k2/page.single.php (modified) (1 diff)
-
k2/search.php (modified) (1 diff)
-
k2/tag.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/system/themes/charcoal/comments.php
r2549 r2810 16 16 <div class="post-comment-body"> 17 17 <?php echo $comment->content_out; ?> 18 <p class="post-comment-link"><a href="#comment-<?php echo $comment->id; ?>" title="Time of this comment - Click for comment permalink"><?php $comment->date->out( 'F j, Y g:ia'); ?></a></p>18 <p class="post-comment-link"><a href="#comment-<?php echo $comment->id; ?>" title="Time of this comment - Click for comment permalink"><?php $comment->date->out(); ?></a></p> 19 19 <?php if ( $comment->status == Comment::STATUS_UNAPPROVED ) : ?> 20 20 <p class="comment-message"><em><?php _e( 'Your comment is awaiting moderation' ) ;?></em></p> -
trunk/htdocs/system/themes/charcoal/entry.single.php
r2624 r2810 25 25 </div> 26 26 <div class="post-sup"> 27 <span class="post-date"><?php $post->pubdate->out( 'F j, Y g:ia'); ?></span>27 <span class="post-date"><?php $post->pubdate->out(); ?></span> 28 28 <span class="post-comments-link"> 29 29 <a href="<?php echo $post->permalink.'#comment-form'; ?>" title="<?php _e( "Comments on this post" ); ?>"><?php $theme->post_comments_link( $post, _t('No Comments'), _t('%s Comment'), _t('%s Comments') ); ?></a> -
trunk/htdocs/system/themes/charcoal/home.php
r2706 r2810 18 18 <div class="post-sup"> 19 19 <span class="post-date"> 20 <?php $post->pubdate->out( 'F j, Y g:ia e'); ?>20 <?php $post->pubdate->out(); ?> 21 21 </span> 22 22 <span class="post-comments-link"> -
trunk/htdocs/system/themes/charcoal/multiple.php
r2549 r2810 15 15 </div> 16 16 <div class="post-sup"> 17 <span class="post-date"><?php $post->pubdate->out( 'F j, Y g:ia'); ?></span>17 <span class="post-date"><?php $post->pubdate->out(); ?></span> 18 18 <span class="post-comments-link"> 19 19 <a href="<?php echo $post->permalink.'#comment-form'; ?>" title="<?php _e( "Comments on this post" ); ?>"><?php $theme->post_comments_link( $post, _t('No Comments'), _t('%s Comment'), _t('%s Comments') ); ?></a> -
trunk/htdocs/system/themes/charcoal/search.php
r2549 r2810 17 17 </div> 18 18 <div class="post-sup"> 19 <span class="post-date"><?php $post->pubdate->out( 'F j, Y g:ia'); ?></span>19 <span class="post-date"><?php $post->pubdate->out(); ?></span> 20 20 <span class="post-comments-link"> 21 21 <a href="<?php echo $post->permalink.'#comment-form'; ?>" title="<?php _e( "Comments on this post" ); ?>"><?php $theme->post_comments_link( $post, _t('No Comments'), _t('%s Comment'), _t('%s Comments') ); ?></a> -
trunk/htdocs/system/themes/charcoal/tag.php
r2549 r2810 16 16 </div> 17 17 <div class="post-sup"> 18 <span class="post-date"><?php $post->pubdate->out( 'F j, Y g:ia'); ?></span>18 <span class="post-date"><?php $post->pubdate->out(); ?></span> 19 19 <span class="post-comments-link"> 20 20 <a href="<?php echo $post->permalink.'#comment-form'; ?>" title="<?php _e( "Comments on this post" ); ?>"><?php $theme->post_comments_link( $post, _t('No Comments'), _t('%s Comment'), _t('%s Comments') ); ?></a> -
trunk/htdocs/system/themes/k2/comments.php
r2785 r2810 27 27 <a href="#comment-<?php echo $comment->id; ?>" class="counter" title="<?php _e('Permanent Link to this Comment'); ?>"><?php echo $comment->id; ?></a> 28 28 <span class="commentauthor"><?php echo $comment_url; ?></span> 29 <small class="comment-meta"><a href="#comment-<?php echo $comment->id; ?>" title="<?php _e('Time of this Comment'); ?>"><?php $comment->date->out( 'F j, Y g:ia'); ?></a><?php if ( $comment->status == Comment::STATUS_UNAPPROVED ) : ?> <em><?php _e('In moderation'); ?></em><?php endif; ?></small>29 <small class="comment-meta"><a href="#comment-<?php echo $comment->id; ?>" title="<?php _e('Time of this Comment'); ?>"><?php $comment->date->out(); ?></a><?php if ( $comment->status == Comment::STATUS_UNAPPROVED ) : ?> <em><?php _e('In moderation'); ?></em><?php endif; ?></small> 30 30 31 31 <div class="comment-content"> -
trunk/htdocs/system/themes/k2/entry.multiple.php
r2626 r2810 10 10 <h3 class="entry-title"><a href="<?php echo $post->permalink; ?>" title="<?php echo $post->title; ?>"><?php echo $post->title_out; ?></a></h3> 11 11 <small class="entry-meta"> 12 <span class="chronodata"><abbr class="published"><?php $post->pubdate->out( 'F j, Y g:ia'); ?></abbr></span> <?php if ( $show_author ) { _e( 'by %s', array( $post->author->displayname ) ); } ?>12 <span class="chronodata"><abbr class="published"><?php $post->pubdate->out(); ?></abbr></span> <?php if ( $show_author ) { _e( 'by %s', array( $post->author->displayname ) ); } ?> 13 13 <span class="commentslink"><a href="<?php echo $post->permalink; ?>#comments" title="<?php _e('Comments to this post'); ?>"><?php echo $post->comments->approved->count; ?> 14 14 <?php echo _n( 'Comment', 'Comments', $post->comments->approved->count ); ?></a></span> -
trunk/htdocs/system/themes/k2/entry.single.php
r2626 r2810 19 19 <h3 class="entry-title"><a href="<?php echo $post->permalink; ?>" title="<?php echo $post->title; ?>"><?php echo $post->title_out; ?></a></h3> 20 20 <small class="entry-meta"> 21 <span class="chronodata"><abbr class="published"><?php $post->pubdate->out( 'F j, Y g:ia'); ?></abbr></span> <?php if ( $show_author ) { _e( 'by %s', array( $post->author->displayname ) ); } ?>21 <span class="chronodata"><abbr class="published"><?php $post->pubdate->out(); ?></abbr></span> <?php if ( $show_author ) { _e( 'by %s', array( $post->author->displayname ) ); } ?> 22 22 <span class="commentslink"><a href="<?php echo $post->permalink; ?>#comments" title="<?php _e('Comments to this post'); ?>"><?php echo $post->comments->approved->count; ?> 23 23 <?php echo _n( 'Comment', 'Comments', $post->comments->approved->count ); ?></a></span> -
trunk/htdocs/system/themes/k2/home.php
r2626 r2810 10 10 <h3 class="entry-title"><a href="<?php echo $post->permalink; ?>" title="<?php echo $post->title; ?>"><?php echo $post->title_out; ?></a></h3> 11 11 <small class="entry-meta"> 12 <span class="chronodata"><abbr class="published"><?php $post->pubdate->out( 'F j, Y g:ia'); ?></abbr></span> <?php if ( $show_author ) { _e( 'by %s', array( $post->author->displayname ) ); } ?>12 <span class="chronodata"><abbr class="published"><?php $post->pubdate->out(); ?></abbr></span> <?php if ( $show_author ) { _e( 'by %s', array( $post->author->displayname ) ); } ?> 13 13 <span class="commentslink"><a href="<?php echo $post->permalink; ?>#comments" title="<?php _e('Comments to this post'); ?>"><?php echo $post->comments->approved->count; ?> 14 14 <?php echo _n( 'Comment', 'Comments', $post->comments->approved->count ); ?></a></span> -
trunk/htdocs/system/themes/k2/page.single.php
r2626 r2810 8 8 <h3 class="entry-title"><?php _e('Page:'); ?> <a href="<?php echo $post->permalink; ?>" title="<?php echo $post->title; ?>"><?php echo $post->title_out; ?></a></h3> 9 9 <small class="entry-meta"> 10 <span class="chronodata"><abbr class="published"><?php $post->pubdate->out( 'F j, Y g:ia'); ?></abbr></span> <?php if ( $show_author ) { _e('by %s', array( $post->author->displayname ) ); } ?>10 <span class="chronodata"><abbr class="published"><?php $post->pubdate->out(); ?></abbr></span> <?php if ( $show_author ) { _e('by %s', array( $post->author->displayname ) ); } ?> 11 11 <span class="commentslink"><a href="<?php echo $post->permalink; ?>#comments" title="<?php _e('Comments to this post'); ?>"><?php echo $post->comments->approved->count; ?> 12 12 <?php echo _n( 'Comment', 'Comments', $post->comments->approved->count ); ?></a></span> -
trunk/htdocs/system/themes/k2/search.php
r2626 r2810 11 11 <h3 class="entry-title"><a href="<?php echo $post->permalink; ?>" title="<?php echo $post->title; ?>"><?php echo $post->title_out; ?></a></h3> 12 12 <small class="entry-meta"> 13 <span class="chronodata"><abbr class="published"><?php $post->pubdate->out( 'F j, Y g:ia'); ?></abbr></span> <?php if ( $show_author ) { _e( 'by %s', array( $post->author->displayname ) ); } ?>13 <span class="chronodata"><abbr class="published"><?php $post->pubdate->out(); ?></abbr></span> <?php if ( $show_author ) { _e( 'by %s', array( $post->author->displayname ) ); } ?> 14 14 <span class="commentslink"><a href="<?php echo $post->permalink; ?>#comments" title="<?php _e('Comments to this post'); ?>"><?php echo $post->comments->approved->count; ?> 15 15 <?php echo _n( 'Comment', 'Comments', $post->comments->approved->count ); ?></a></span> -
trunk/htdocs/system/themes/k2/tag.php
r2626 r2810 10 10 <h3 class="entry-title"><a href="<?php echo $post->permalink; ?>" title="<?php echo $post->title; ?>"><?php echo $post->title_out; ?></a></h3> 11 11 <small class="entry-meta"> 12 <span class="chronodata"><abbr class="published"><?php $post->pubdate->out( 'F j, Y g:ia'); ?></abbr></span> <?php if ( $show_author ) { ?> <?php _e( 'by %s', array( $post->author->displayname ) ); } ?>12 <span class="chronodata"><abbr class="published"><?php $post->pubdate->out(); ?></abbr></span> <?php if ( $show_author ) { ?> <?php _e( 'by %s', array( $post->author->displayname ) ); } ?> 13 13 <span class="commentslink"><a href="<?php echo $post->permalink; ?>#comments" title="<?php _e('Comments to this post'); ?>"><?php echo $post->comments->approved->count; ?> 14 14 <?php echo _n( 'Comment', 'Comments', $post->comments->approved->count ); ?></a></span>
