这个weblogging 设计得比较精巧

源代码在线查看: comments.vm

软件大小: 7030 K
上传用户: yingyingyingyin
关键词: weblogging 比较
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				#set( $comments = $entry.comments )
				$dateFormatter.applyPattern("MMMMM dd, yyyy 'at' hh:mm aa z")
								    entryid="$entry.Id">
				#foreach( $comment in $comments )
				  
				  $comment.name
				  $comment.email
				  $comment.url
				  $dateFormatter.format($comment.postTime)
				  $utilities.escapeHTML( $comment.content )
				  
				#end
							

相关资源