~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/browser/template.html

  • Committer: Matt Giuca
  • Date: 2009-04-23 04:14:58 UTC
  • Revision ID: matt.giuca@gmail.com-20090423041458-gybrfbf921nk0zhi
setup/install.py: Removed silly debug print.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
            enctype="multipart/form-data" method="post">
60
60
          <span style="display:none" id="uploadpanel">
61
61
            <label for="upload_file">Upload file:</label>
62
 
            <input type="hidden" value="putfile" name="action" />
 
62
            <input type="hidden" value="putfiles" name="action" />
63
63
            <input type="hidden" value="" name="path" />
64
64
            <input type="file" name="data" id="upload_file" />
65
65
            <input type="checkbox" checked="checked" value="true" name="unpack" id="unpack" />