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

« back to all changes in this revision

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

  • Committer: Nick Chadwick
  • Date: 2009-03-03 01:48:48 UTC
  • mto: (1099.1.227 exercise-ui)
  • mto: This revision was merged to the branch mainline in revision 1162.
  • Revision ID: chadnickbok@gmail.com-20090303014848-dyurvmtmbneohd7f
Modified the setup script to include '.txt' files.

This allows the automatic inclusion of definitions.txt from the rst
code, as it is needed by all worksheets.

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" />