Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

24 Zeilen
744B

  1. <h2>Create Jurisdiction</h2>
  2. <%= HTML.FormTag("Jurisdiction", "ImportPost", empty, Array("enctype","multipart/form-data")) %>
  3. <%= HTML.Hidden("nonce", HTMLSecurity.GetAntiCSRFToken("JurisdictionImportForm")) %>
  4. <hr />
  5. <div><p>This will delete all records and import the new records from the file</p></div>
  6. <% if Model.RecordCount <> 0 Then %>
  7. <p>Records in the CSV: <%= Model.RecordCount %></p>
  8. <% End If %>
  9. <div class="form-group">
  10. <div class="row">
  11. <div class="col-md-4">
  12. <div class="form-group">
  13. <label for="Name">Name</label>
  14. <input type="file" id="myFile" name="filename">
  15. </div>
  16. </div>
  17. </div>
  18. <p></p>
  19. <%= HTML.Button("submit", "<i class='glyphicon glyphicon-ok'></i> Upload", "btn-primary") %>
  20. </div>
  21. </form>

Powered by TurnKey Linux.