@(notifies: scala.collection.mutable.ArrayBuffer[beans.NotifyBean], maxColumn: Int, partId: Long, partName: String, page: Int, notifyType: Long, state: Long)(implicit lang: Lang) @import helper._ @******************************************* * Helper generating navigation links * *******************************************@ @link(newPage: Int) = @{ routes.NotifyController.listRecursion(newPage, partId, notifyType, state) } @main("Notify Lists by Play 2.1") {
@Messages("list.header8") | @Messages("list.header7") | @Messages("list.header9") | |
---|---|---|---|
@if(notify.notifyLevel==0) { @if(notifyType==0) { @Messages("notify.type0") } else { @Messages("notify.type1") } } else { @Messages("list.data1")@notify.notifyLevel } | @if(notify.notifyLevel==0) { } else { } @notify.message | @notify.notifyUserName | @notify.state |