2007-01-22 14:43:50 +01:00
|
|
|
<p>
|
2007-05-11 19:42:18 +02:00
|
|
|
<% form_tag({}, { 'multipart' => true, 'accept-charset' => 'utf-8' }) do %>
|
2007-01-22 14:43:50 +01:00
|
|
|
<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 %>"
|
2007-01-22 15:36:51 +01:00
|
|
|
onclick="this.value == 'AnonymousCoward' ? this.value = '' : true" />
|
2008-12-15 20:19:22 +01:00
|
|
|
<%- if @page -%>
|
2009-12-26 21:00:18 +01:00
|
|
|
| <%= link_to 'Cancel', :web => @web.address, :action => 'file'%> <em>(unlocks page)</em>
|
2008-12-15 20:19:22 +01:00
|
|
|
<%- end -%>
|
2007-01-22 14:43:50 +01:00
|
|
|
|
|
|
|
</p>
|
2008-12-15 20:19:22 +01:00
|
|
|
<%- end -%>
|
2007-05-11 19:42:18 +02:00
|
|
|
</p>
|