OSDN Git Service

initial commit
[open-pdm-light/PartList.git] / PartsList / PartsList / target / scala-2.10 / src_managed / main / views / html / issueresult.template.scala
1
2 package views.html
3
4 import play.templates._
5 import play.templates.TemplateMagic._
6
7 import play.api.templates._
8 import play.api.templates.PlayMagic._
9 import models._
10 import controllers._
11 import play.api.i18n._
12 import play.api.mvc._
13 import play.api.data._
14 import views.html._
15 /**/
16 object issueresult extends BaseScalaTemplate[play.api.templates.Html,Format[play.api.templates.Html]](play.api.templates.HtmlFormat) with play.api.templates.Template1[Long,play.api.templates.Html] {
17
18     /**/
19     def apply/*1.2*/(notifyType: Long):play.api.templates.Html = {
20         _display_ {
21
22 Seq[Any](format.raw/*1.20*/("""
23 """),_display_(Seq[Any](/*2.2*/main("Parts Master by Play 2.1")/*2.34*/ {_display_(Seq[Any](format.raw/*2.36*/("""
24         <h3>"""),_display_(Seq[Any](/*3.7*/Messages("issue.message" + notifyType))),format.raw/*3.45*/("""</h3>
25 <br />
26 <a href="/list?page=0&key=">戻る</a>
27 """)))})))}
28     }
29     
30     def render(notifyType:Long): play.api.templates.Html = apply(notifyType)
31     
32     def f:((Long) => play.api.templates.Html) = (notifyType) => apply(notifyType)
33     
34     def ref: this.type = this
35
36 }
37                 /*
38                     -- GENERATED --
39                     DATE: Tue Aug 06 15:10:24 JST 2013
40                     SOURCE: /home/uyaji/git2/Relation/PartsList/PartsList/app/views/issueresult.scala.html
41                     HASH: caed5efa1b6597f9d7d297000567a9aa6ae609ba
42                     MATRIX: 509->1|604->19|640->21|680->53|719->55|760->62|819->100
43                     LINES: 19->1|22->1|23->2|23->2|23->2|24->3|24->3
44                     -- GENERATED --
45                 */
46