{if totalCount==0}
暂无优秀作品...
{/if} {for p in lyricList}
作品编号:${p.lyricNumber}
作者:${p.lyricAuthor}
票数:
${p.lyricVoteCount}
作品内容:
${p.lyricContent}
嘉宾点评:
${p.lyricAppraisal}
{/for}{if totalCount!=0}
{if currentPage>1}
{else}
{/if}上一页
{for p in pageNumList}
{if p!=currentPage}
{/if}${p}{if p!=currentPage}
{/if}
{/for}
{if currentPage < totalPage}
{else}
{/if}下一页
{/if}