Changeset 65 for trunk/grails-app/views/load/index.gsp
- Timestamp:
- Dec 15, 2009, 7:16:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/load/index.gsp
r63 r65 18 18 </ul> 19 19 <div id="tab-simple"> 20 <g:form url="[action:'load',controller:'load']">20 <g:form action="load" controller="load" method="post" enctype="multipart/form-data"> 21 21 <input type="hidden" name="targetUri" value="${targetUri}" /> 22 <label class="grey" for=" querytext">Select the IDF file to load into dbNP :</label>22 <label class="grey" for="uploadfile">Select the IDF file to load into dbNP :</label> 23 23 <!--input class="field" type="text" name="querytext" id="querytext" size="40" /--> 24 24 <input type="file" name="uploadfile" />
Note: See TracChangeset
for help on using the changeset viewer.