[ Index ]
 

Code source de Serendipity 1.2

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/templates/wp/ -> comments.tpl (source)

   1  {foreach from=$comments item=comment}
   2    <li id="comment-{$comment.id}">
   3      <p>
   4          {if $comment.body == 'COMMENT_DELETED'}
   5              {$CONST.COMMENT_IS_DELETED}
   6          {else}
   7              {$comment.body}
   8          {/if}
   9      </p>
  10      <p><cite>Comment by {if $comment.url}<a href="{$comment.url}" rel='external'>{$comment.username|@default:$CONST.ANONYMOUS}</a>{else}{$comment.username|@default:$CONST.ANONYMOUS}{/if} &#8212; {$comment.timestamp|@formatTime:'%m/%d/%Y'} @ <a href="#comment-{$comment.id}">{$comment.timestamp|@formatTime:'%I:%M %p'}</a></cite></p>
  11    </li>
  12  {/foreach}


Généré le : Sat Nov 24 09:00:37 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics