@(notifyForm: Form[forms.NotifyForm], id: Long, partId: Long, designChangeId: Long, notifyType: Long, state: Long, notify:Notify)(implicit lang: Lang) @import helper._ @implicitFieldConstructor = @{FieldConstructor(twitterBootstrapInput.f)} @main("show notify by Play 2.1") {

@Messages("notify.type"+notifyType)@Messages("title16")

@form(routes.NotifyController.appendAtach(id, partId, designChangeId, notifyType, state), 'enctype -> "multipart/form-data") { @commonNotifyForm(notifyForm, 1) } @form(routes.ReplyController.createReply(id, 0, notifyType, 0, partId, state)) { } @form(routes.NotifyController.updateState(id, partId, designChangeId, notifyType, state)) { }
@for(atach <- notify.atachs) { }
@Messages("form.header2")
@atach.fileName @Messages("list.link14")

@if(partId!=0) { @Messages("notify.type"+notifyType)@Messages("list.link19") } else { @Messages("notify.type"+notifyType)@Messages("list.link19") } }