@(notifyForm: Form[forms.NotifyForm], id: Long, partId: Long, notifyType: Long, state: Long)(implicit lang: Lang)
@import helper._
@implicitFieldConstructor = @{FieldConstructor(twitterBootstrapInput.f)}
@main("show notify by Play 2.1") {
@Messages("notify.type"+notifyType)@Messages("title16")
@commonNotifyForm(notifyForm, 1)
@form(routes.ReplyController.createReply(id, 0, notifyType, 0, partId, state)) {
}
@form(routes.NotifyController.updateState(id, partId, notifyType, state)) {
}
@Messages("notify.type"+notifyType)@Messages("list.link19")
}