Sha256: 127400f40be9365ef6d543a27336483e8e63b89abc0a4849f5a7e822cc8adde1
Contents?: true
Size: 521 Bytes
Versions: 2
Compression:
Stored size: 521 Bytes
Contents
<% @title = "Upload #{@file_name}" @hide_navigation = false %> <p> <%= form_tag({:controller => 'file', :web => @web_name, :action => 'file'}, {:multipart => true}) %> <p> File to upload: <br/> <input type="file" name="file" size="40" /> </p> <p> <input type="submit" value="Update" /> as <input type="text" name="author" id="authorName" value="<%= @author %>" onClick="this.value == 'AnonymousCoward' ? this.value = '' : true" /> </p> <%= end_form_tag %> </p>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
instiki-0.10.2 | app/views/file/file.rhtml |
instiki-0.10.1 | app/views/file/file.rhtml |