Sha256: 7dbeeb30d9c1e47311dc8c5ce602db3a45e96ced315f39674b03eef54b7a1c2d
Contents?: true
Size: 622 Bytes
Versions: 27
Compression:
Stored size: 622 Bytes
Contents
<h2>Upload document</h2> <div class='panel'> <form action='<%=url("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
27 entries across 27 versions & 1 rubygems