OSDN Git Service

Refactoring
[open-pdm-light/PartList.git] / PartsList / PartsList / target / scala-2.10 / src_managed / main / views / html / uploadTestForm.template.scala
diff --git a/PartsList/PartsList/target/scala-2.10/src_managed/main/views/html/uploadTestForm.template.scala b/PartsList/PartsList/target/scala-2.10/src_managed/main/views/html/uploadTestForm.template.scala
deleted file mode 100644 (file)
index f480e85..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-
-package views.html
-
-import play.templates._
-import play.templates.TemplateMagic._
-
-import play.api.templates._
-import play.api.templates.PlayMagic._
-import models._
-import controllers._
-import play.api.i18n._
-import play.api.mvc._
-import play.api.data._
-import views.html._
-/**/
-object uploadTestForm extends BaseScalaTemplate[play.api.templates.Html,Format[play.api.templates.Html]](play.api.templates.HtmlFormat) with play.api.templates.Template0[play.api.templates.Html] {
-
-    /**/
-    def apply():play.api.templates.Html = {
-        _display_ {import helper._
-
-
-Seq[Any](_display_(Seq[Any](/*2.2*/main("Upload Part by Play 2.1")/*2.33*/ {_display_(Seq[Any](format.raw/*2.35*/("""
-       """),_display_(Seq[Any](/*3.3*/form(action = routes.Application.upload, 'enctype -> "multipart/form-data")/*3.78*/ {_display_(Seq[Any](format.raw/*3.80*/("""
-               <input type="file" name="picture">
-               <p>
-                       <input type="submit">
-               </p>
-               <br />
-       """)))})),format.raw/*9.3*/("""
-""")))})))}
-    }
-    
-    def render(): play.api.templates.Html = apply()
-    
-    def f:(() => play.api.templates.Html) = () => apply()
-    
-    def ref: this.type = this
-
-}
-                /*
-                    -- GENERATED --
-                    DATE: Tue Aug 27 14:06:17 JST 2013
-                    SOURCE: /home/uyaji/git2/Relation/PartsList/PartsList/app/views/uploadTestForm.scala.html
-                    HASH: c6434099f927045eb64177c609591cc9cf8b70de
-                    MATRIX: 603->18|642->49|681->51|718->54|801->129|840->131|957->218
-                    LINES: 23->2|23->2|23->2|24->3|24->3|24->3|30->9
-                    -- GENERATED --
-                */
-            
\ No newline at end of file