1.添加使用div实现的五连幅焦点图片,后台只要添加有名称为“焦点图片”的栏目即可:
<front:focusPhotoArticleList categoryId="#{website.categoryMap['焦点图片'].id}" count="5" layout="div" />

2.添加使用flash实现的五连幅焦点图片:
<front:focusPhotoArticleList categoryId="#{website.categoryMap['焦点新闻'].id}" recommend="true" count="5" layout="flash" photoWidth="350" photoHeight="250" textHeight="24" bgcolor="#F0F0F0" />