@(replyForm: Form[forms.ReplyForm], id: Long, partId: Long, designChangeId: Long, notifyType: Long, replyType: Long, state: Long, reply:Reply)(implicit lang: Lang) @import helper._ @implicitFiedConstructor = @{FieldConstructor(twitterBootstrapInput.f)} @main("showReply by Play 2.1") {

@Messages("title18")

@form(routes.ReplyController.appendAtach(id, partId, designChangeId, notifyType, replyType, state), 'enctype -> "multipart/form-data") { @commonReplyForm(replyForm, replyType) }
@form(routes.ReplyController.createReply(0, id, notifyType, 0, partId, state)) { }
@for(atach <- reply.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") } }