Skip to content

Instantly share code, notes, and snippets.

@lizheming
Created February 17, 2011 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lizheming/831347 to your computer and use it in GitHub Desktop.
Save lizheming/831347 to your computer and use it in GitHub Desktop.
{template header}
<div id="main">
<div class="comment_box">
<!--{while ($item = $SQL->FetchArray($comments))}-->
<php>$even = $even == 'even' ? 'odd' : 'even'</php>
<div class="item">
<img src="<echo>"http://www.gravatar.com/avatar/" . md5( strtolower( trim( $item['email'] ) ) ) . "?d=" . urlencode( "http://www.gravatar.com/avatar/ad516503a11cd5ca435acc9bb6523536?s=40") . "&s=40";</echo>" class="avatar_{$even}" alt="<!--{if ($item['nickname'])}-->{$item['nickname']}<!--{else}-->{$item['geo']} 网友<!--{/if}-->" />
<div class="text_main_{$even}">
<div class="text"><a href="?act=view&id={$item['entryid']}"><span class="nickname"><!--{if ($item['nickname'])}-->{$item['nickname']}<!--{else}-->{$item['geo']} <t>网友</t><!--{/if}--></span>: <echo>strip_tags($item['message'])</echo></a> <span class="time">(<echo>Format::Date($item['time'])</echo>)</span></div>
<div class="text_bottom"></div>
</div>
</div>
<!--{/while}-->
<div style="clear:both"></div>
</div>
{$pages}
</div>
{template footer}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment