@()(implicit user: Option[models.User]) @import helper._ @implicitFieldConstructor = @{ FieldConstructor(twitterBootstrapInput.f) } @main("Clowder") {


@form(action = routes.Files.uploadSelectQuery, 'id->"formOne", 'enctype -> "multipart/form-data", 'class -> "form-horizontal" ) {
Select an Image and Search
Search within whole files
Search within ALL sections
Search within selected sections
Search within everything (whole files and sections)
}


Drop an Image and Search

Drop Box
@form(action = routes.Search.searchbyURL(""), 'enctype -> "multipart/form-data", 'class -> "form-horizontal") {







}
}