Sha256: a8e8efbe57e16b090e6d1af9ce2b4a20f8cf4cfe0f4fcbb74f5cdf6bf46881a5
Contents?: true
Size: 627 Bytes
Versions: 36
Compression:
Stored size: 627 Bytes
Contents
<h2>Upload document</h2> <div class='panel'> <form action='<%=url_path("doc/upload?#{@back_params}")%>' method='post' enctype="multipart/form-data"> <input type='hidden' name='doc' value='<%= "#{CGI.escape(params[:dbkey])}"%>'/> <table> <%if @is_string%> <tr> <td>Token string:</td> <td><input type='text' name='string' value=''/></td> </tr> <%else%> <tr> <td>Data (hash of hashes in json):</td> <td><input type='file' name='file' value=''/></td> </tr> <%end%> <tr> <td></td> <td><input type='submit' value='Submit'/></td> </tr> </table> </form> </div>
Version data entries
36 entries across 36 versions & 2 rubygems