OSDN Git Service

Implementation the CSV input function.
[open-pdm-light/PartList.git] / PartsList / PartsList / app / views / partslistshow.scala.html
index daf8c1a..a1763ee 100644 (file)
                                <input type="submit" id="search submit" value=@Messages("btn.label6") class="btn primary">
                        }
                </div>
+               
+               <div id="action3">
+                       @helper.form(action=routes.PartsListController.relationRegistrationFromCsv(), 'enctype -> "multipart/form-data") {
+                               <label for="atach">@Messages("form.header1")</label>
+                               <input type="hidden" name="grpName" value="">
+                               <input type="file" name="atach">
+                               <input type="submit" id="search submit" value=@Messages("btn.label7") class="btn primary">
+                       }
+               </div>
            
            <a href="/partCreate">@Messages("list.link1")</a>
            &nbsp