Sha256: 3cc141882c04ddda2fa2893cde9ec51f42c64b9b4dbe6c3c2704e6192cc84a1b
Contents?: true
Size: 653 Bytes
Versions: 2
Compression:
Stored size: 653 Bytes
Contents
<p> <%= form_tag({}, {:multipart => true}) %> <p> File to upload: <br/> <input type="file" name="file" size="40" /> </p> <p> System password: <br/> <input type="password" id="system_password" name="system_password" /> </p> <p> <input type="submit" value="Update" /> as <input type="text" name="author" id="authorName" value="<%= @author %>" onClick="this.value == 'AnonymousCoward' ? this.value = '' : true" /> <% if @page %> | <%= link_to 'Cancel', :web => @web.address, :action => 'file'%> <small>(unlocks page)</small> <% end %> </p> <%= end_form_tag %> </p>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
instiki-0.10.1 | app/views/file/import.rhtml |
instiki-0.10.2 | app/views/file/import.rhtml |