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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2009-12-07 05:01:09 UTC
  • mfrom: (1340 trunk)
  • mto: This revision was merged to the branch mainline in revision 1353.
  • Revision ID: grantw@unimelb.edu.au-20091207050109-230vmxx0lmfiphjx
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
            <input type="hidden" value="" name="path" />
61
61
            <input type="file" name="data" id="upload_file" />
62
62
            <input type="checkbox" checked="checked" value="true" name="unpack" id="unpack" />
63
 
            <label title="Extract files and directories from a ZIP file if one is uploaded" for="unpack">Unpack ZIP</label>
 
63
            <label title="Extract files and directories from a ZIP file if one is uploaded" for="unpack">Unzip</label>
64
64
            <input type="button" onclick="show_uploadpanel(false)" value="Cancel" />
65
65
            <input type="submit" value="Upload" />
66
66
          </span>